/*
	Theme Name: Grit Post
	Theme URI: http://gritpost.com/
	Description: This is a custom child theme.
	Author: DyrectionStudios
	Author URI: http: //dyrectionstudios.com
	Template: newsmag-pro
	Version: 1.1
*/

@import url("../newsmag-pro/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

.newsmag-news-ticker ul {
  height: auto !important;
}

.newsmag-video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 76.25% !important;
    position: relative;
}
.entry-content p a {
}

.reaction-wrap{
	width: inherit;
	padding: 20px 40px;
}

.like-page{
	padding: 20px 0;
}

#reactions{
	clear: both;
}

/* small mobile :320px. */
@media (max-width: 767px) {
.newsmag-news-ticker ul {
  height: auto;
}
.single-post .newsmag-custom-header .container{top:0;}

}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.newsmag-news-ticker ul {
  height: auto;
}

}
