/*
Theme Name: Mission News Child
Theme URI: https://www.competethemes.com/mission-news/
Template: mission-news
Author: Compete Themes
Author URI: https://www.competethemes.com/
Description: For publishers on a mission. Mission News is a newspaper theme for publishers who want their content to be seen and heard. Premium-quality design adds credibility to every word you write, and a fully responsive layout ensures your site looks fantastic on every screen. The aesthetic is timeless and modeled after classic news sites like the New York Times. Use Mission News to setup a news site on any subject from health to finance. Mission News is also fully compatible with the new Gutenberg post editor. View the fully-setup live demo here: https://www.competethemes.com/demos/?theme=Mission+News
Tags: three-columns,left-sidebar,right-sidebar,custom-logo,custom-menu,featured-images,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,blog,entertainment,news
Version: 1.36.16
Updated: 2020-05-19 08:54:56

*/

header#site-header .site-title a {
	text-transform: uppercase;
}

header#site-header ul.menu-primary-items li.must-read-reports > a {
font-weight: 600;
text-transform: uppercase;
color: #ff0000;
}

header#site-header ul.menu-primary-items li.trump-updates > a {
font-weight: 600;
text-transform: uppercase;
color: #FFA500;
}

header#site-header ul.menu-primary-items li.virus-critical > a {
font-weight: 600;
text-transform: uppercase;
color: #fff;
	background: #ff0000;
}

#homebanner-subscribe {
  background: url('https://governmentslaves.news/wp-content/uploads/2020/05/home-banner-subscribe-bg.jpg');
  background-postion: cover;
  padding: 30px 30px;
  text-align: center;
}

#homebanner-subscribe h1,
#homebanner-subscribe p {
  color: #fff;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 15px;
}

#homebanner-subscribe h1 {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-weight: 800;
  background: rgba(0,0,0,.8);
  font-size: 2em;
 
}

#homebanner-subscribe input[type="email"],
#homebanner-subscribe input[type="submit"]{ 
text-align: center;
  text-transform: uppercase;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  border: none;
  font-weight: 800;
  font-size: 1.3em;
  
}

#homebanner-subscribe input[type="submit"] {
  background: #ff0000;
  color: #fff;
}

#homebanner-subscribe .wpcf7-response-output {
	color: #fff;
}



article .featured-image {
	width: 8%;
	margin-right: 3%;
	float: left;
}

#mission-news-child.page-template-default.page #main {
	width: 80%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#mission-news-child.page-template-default.page article img.wp-post-image {
	display: none;
}

#mission-news-child.page-template-default.page article .sixtwenty_posts .sixtwenty_post img.wp-post-image {
	display: inline;
}

.et-db #et-boc .page-template-default.page .article_cta.et_pb_row .et_pb_module input[type="email"],
.page-template-default.page .article_cta.et_pb_row .et_pb_module input[type="email"],
.et-db #et-boc .page-template-default.page .article_cta.et_pb_row .et_pb_module input[type="submit"],
.page-template-default.page .article_cta.et_pb_row .et_pb_module input[type="submit"],
.post-template-default.single .article_cta.et_pb_row .et_pb_module input[type="email"],
.post-template-default.single .article_cta.et_pb_row .et_pb_module input[type="submit"]
 {
	 	width: 100% !important;
	max-width: none !important;;
	font-size: 1em !important;;
	text-transform: uppercase !important;
	font-weight: 800 !important;;
	text-align: center !important;;
	height: auto !important;;
	padding: 5px 0 !important;;
	line-height: 1.2em !important;;
	border: none !important;;
	background: #fff !important;;
	
}

.et-db #et-boc .page-template-default.page .article_cta.et_pb_row .et_pb_module input[type="submit"],
.page-template-default.page .article_cta.et_pb_row .et_pb_module input[type="submit"],
.post-template-default.single .article_cta.et_pb_row .et_pb_module input[type="submit"] {
	background: #4552A8 !important;
	color: #fff !important;
}

.post.has-post-thumbnail a {
	color: #1037fc;
}


@media only screen and (max-width: 1024px){
 /* tablet landscape */
}

@media only screen and (max-width: 800px) {
/* tablets portrait */
  article .featured-image {
	width: 25%;
	margin-right: 3%;
	float: left;
}
}



@media only screen and (max-width: 450px) and (orientation: portrait) {
    /* portrait phones */
 
}
