/* Theme Name: MaxWP Child
Theme URI: http://glossynews.com/wp-content/themes/maxwp-child/
Description: MaxWP child theme
Author: GlossyNews
Template: maxwp
Text Domain: maxwp-child
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, theme-options
*/

.maxwp-head-content {
    background: #632bff;
    height: 120px;
}
#maxwp-logo {
    margin: 5px 0px 5px 5px;
    float: left;
    width: 60%;
}
#maxwp-logo:after {
  content: "Where satire FINALLY outpaces reality!";
	color: white;
	font-size: 20px;
	margin-left: 20px;
}
.site-branding {
	margin-bottom: 10px;
}
.owl-carousel .owl-item {
	height: 290px;
	overflow: hidden;
}
.maxwp-carousel-title {
    /* font-size: 140%; */
}
.maxwp-carousel-post-meta, .maxwp-carousel-post-categories {
    display: none;
}
.maxwp-sidebar-widget-areas .widget {
    text-align: center;
}
/* Remove yellow from ads bckgr */ ins {
    background: none;
}
/* MEDIA break points */ @media only screen and (max-width: 1112px) {
  #maxwp-logo {
		width: 65%;
	  text-align: left;
  }
	.maxwp-head-content {
    height: 115px;
  }
}
@media only screen and (max-width: 819px) {
	.maxwp-head-content {
    height: 110px;
  }
	#maxwp-logo {
    width: 80%;
    text-align: left;
  }
	#maxwp-logo:after {
	  font-size: 16px;
	  margin-left: 10px;
  }
}
@media only screen and (max-width: 420px) {
	.maxwp-head-content {
    height: 85px;
  }
	#maxwp-logo {
    width: 95%;
  }
	#maxwp-logo:after {
	  font-size: 13px;
	  margin-left: 5px;
  }
}
