/*
 Theme Name:   GeneratePress Monsters and Critics
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
 Modified: James Wray - Monsters and Critics 2020
*/


/* Additions and overwrites to the Generate Press standard CSS */
.main-navigation {
    background-color: #840101!important;
	border-bottom: 5px solid #FFF!important;

}

main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #ffffff;
    background-color: #3f3f3f;
	}
	
	h1 {
	font-size: 24px;
	margin-bottom: 24px;
	font-weight: 600;
	line-height: 1.2em;
	text-transform: none;
}

h2 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 1.2em;
	text-transform: none;
}

h3 {
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: 600;
	font-weight: normal;
	text-transform: none;
	}
	
	@media only screen and (min-width: 800px) {
 	
	h1 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 1.2em;
	text-transform: none;
}

h2 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: 600;
	
	text-transform: none;
}

h3 {
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: 600;
	font-weight: normal;
	text-transform: none;
	}}
  
h1 h2 h3 h4 h5 a {color:black;}
h1 h2 h3 h4 h5 a:visited {color:black;}

	/* Custom CSS for elements added outwith Generate Press */
	
/* Newsletter Post Promo */
.newsletter-surround {
  border-radius: 5px;
  background-color: #a3020233;
  padding: 5px 10px 10px 10px;
  margin:5px;
}

.newsletter-intro {
    padding: 0 0 0 0px;
    font-size: 0.8em;
	font-weight: 600;
	}
	
	.newsletter input[type=email] {
	width: 60%;
	
	}
	

	
	
	.forumLatestThreadTitle {
	background-color: #f1f1f1;
    border: 1px solid #e0e0e0;
    margin: 39px 5px 23px 5px;
    position: relative;
	 border-radius: 5px;
	
	}
	
	.forumLatestThreadTitle h5 {  
	font-family: "Open Sans",sans-serif; */
    font-weight: 700;
    background-color: #141414;
	border-right: solid 5px #1679c5;
    color: #fff;
    font-size: 13px;
    left: 9px;
    line-height: 29px;
    margin: 0;
    padding: 1px 9px;
    position: relative;
    text-transform: uppercase;
	width:290px;
    top: -15px;
	 border-radius: 5px;
	}
	
	
	.forumLatestThreadTitle img {
	 float:left;
  	 margin-right:10px;
     position: relative;
     top:-13px;
     left:12px;
     postion:relative; 
     z-index: 1;
	 }
	
	
	.forum-related {
	background-color: #f1f1f1;
    border: 1px solid #e0e0e0;
    margin-bottom: 23px;
    margin-top: 39px;
    position: relative;
	
	}
	
	/* Related Post Promo Inline */	
	.read-more-related {
	background-color: #f1f1f1;
    border: 1px solid #e0e0e0;
    margin: 23px 5px 39px 5px;
    position: relative;
	border-radius: 5px;
	
	}
	
	.read-more-related img {
	 float:left;
  	 margin-right:10px;
     position: relative;
     top:-13px;
     left:12px;
     postion:relative; 
     z-index: 1;
	}
	
	.read-more-related h5 {
	font-family: "Open Sans",sans-serif; */
    font-size: 16px;
	display:
    font-weight: 700;
    background-color: #141414;
	border-right: solid 5px #1679c5;
    color: #fff;
    font-size: 14px;
    left: 9px;
    line-height: 29px;
    margin: 0;
    padding: 1px 9px;
    position: relative;
    text-transform: uppercase;
	width:150px;
    top: -15px;
	border-radius: 5px;
	}
	
	.read-more-related ul {
	padding:0px 5px 5px 10px;
	list-style-type:none;
	}
	
	.related-posts-column {

	clear:both;
	padding: 0 0 10px 0;
	/*height: 515px;*/
	}
	
	.related-posts-column-overall-heading {
	color: #000; 
	background: #;
	text-align:left; 
	border-left: 5px solid red;
	font-size: 100%;
	font-weight: 500;
	padding: 0 0 0 5px;
	}
	
	.related-posts-column-individual-post {
	clear:both;
	margin-bottom: 10px;
	margin-top: 5px;
	}
	
	.related-posts-column-individual-post-thumb {
	float:left;
	padding:0px 5px 0px 0px;
	height:110px
	}
	
	.related-posts-column-individual-post-text a {
	color: #000; 
	background: #;
	text-align:left; 
	font-size: 80%;
	height:110px}
	
	
	/* Submenu Horizontal Scrolling */
	
	div.scrollmenu {
    overflow: auto;
    margin:auto;
    white-space: nowrap;}

	div.scrollmenu a {
    display: inline-block;
    color: black;
    background-color: #fff;
    text-align: center;
    padding: 7px;
    margin: 5px;
    border: 1px solid grey;
    text-decoration: none;
    border-radius: 5px;
    }

div.scrollmenu a:hover {
  background-color: #777;
  }
  
  
  @media only screen and (min-width: 800px) {
 	div.scrollmenu {
  	white-space: wrap;
  }
  }
  
 div.scrollmenu2 {
  overflow: auto;
  margin:auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  
}


div.scrollmenu2::-webkit-scrollbar {
  display: none;
  }

div.scrollmenu2 a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 3px;
  margin: 2px 2px 2px 5px;
  text-decoration: none;
}

div.scrollmenu2 a:hover {
  background-color: #777;
  }
  
  .logo-inline {
  
  
  }
  
  /* Category Page Titles */
  
  .page-title {
  
  font-family: "Open Sans",sans-serif; */
  
    font-weight: 700;
    background-color: #fff;
    border-color: #12a5e0;
    border-left-width: 29px;
    border-style: solid;
	
    color: #000;
    font-size: 40px;
    left: 9px;
    margin: 0;
    padding: 0 9px;
    position: relative;
    text-transform: uppercase;

  }
  
  
  @media (max-width:800px){  
  .page-title {font-size: 30px;}
  }
  
  ul, ol {
    margin: 0 0 1.5em 1.5em;
	}
	
/* Comments Link Top of Post */
	
	.single .comments-link {display: inline-block!important;}
	

	
	.abh_box {padding:0px 0px 0px 0px!important;}
	
	footer.entry-meta {margin-top: 0px;}
	
	
	@media (max-width:800px){
	#right-sidebar {display:none;}
	
	}
	
	
	.Posttype 
	{padding:4px;color:darkred;text-transform: uppercase;}
	
	.opinion span.author-name {font-size:20px;font-family:georgia;line-height: 1em;}
	
	
	
.opinion .wp-show-posts-columns .wp-show-posts-single {width:100%;}
	
	/* .wp-show-posts-columns .wp-show-posts-single {width:50%;} */
	
@media (max-width: 767px){
.wp-show-posts-columns, .wp-show-posts-inner {
    margin-left: 6px!important;
    margin-right: 6px!important;
	
	}.opinion span.author-name {font-size:20px;font-family:georgia;}
	}
	
	
.wpsp-read-more {
    float: right;!important
	position:relative;!important
	top:10px;!important
	}
	
	.wp-show-posts-meta img {
	
	border-radius: 50%;
	float:left;
	padding:0.5em;  display: flex;
	align-items:center;
	
	}
	
	
	
.wpsp-polaroid .wp-show-posts-entry-title {
 font-size: 14px;
 line-height: 1.2em;
  }
  
  @media (min-width: 750px){
.wpsp-polaroid .wp-show-posts-entry-title {
   font-size: 24px; 
  line-height: 1.2em;
  }}
  
  .wp-show-posts-comments-link wp-show-posts-meta {clear:both;}
  
a {
    color: #035388;}
	
	a:visited {
    color: #1e73be;}
	
	
.wp-show-posts-entry-header {padding:0em;}
.wp-show-posts-terms {padding:1em 1em 0 1em;}
.wp-show-posts-entry-summary {padding:1em;}
wp-show-posts-entry-meta wp-show-posts-entry-meta-below-post post-meta-stack {padding:1em;}
.wp-show-posts-inner {
   
    border-radius: 2%;
	}
	.wp-show-posts-image {}
	
	
	
	.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}



.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}


.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}


.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

#share-buttons img {
width: 35px;
height:35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;}

#share-buttons {
height:45px;

}

.page-content, .entry-content, .entry-summary {
    margin: 0em 0 0; 
	}
	
	.comments-link {float:right;}
		.comments-link a {color:darkred!important;}
		
		
	.separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar {
    margin-top: 0px;
    margin-bottom: 17px;
	}
	
	.separate-containers .site-main {
   
    margin-top: 0px;
	}
	
	
	.wpsp-card .wp-show-posts-image img {
    height: 100%;
	}
	
	.wpsp-overlap .wpsp-content-wrap {
    width: 85%!important;
    margin-top: -2em!important;
    z-index: 5!important;
    position: relative!important;
	}
	
	
	.wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
    margin-bottom: 0em;
	}
 
	
  
  .front-page-text-news {background-color:white;border-radius: 4px;}
  
  .comments-area {
  
  	padding: 0 5px 0 5px !important;
  }
  #comments {padding:0px;}
  #wpcomm {padding:0px;margin:0px;}
  
  .advads-close-button{
   transform: scale(1.5);
   }
   
   
   
   #tyche_trendi_parent_container {z-index:50;}
   
   @media (min-width: 992px){
.pt-cv-grid .pt-cv-title {
    min-height: 0px !important;
	}
   }
   
   }
   .sitemap_container  {padding: 50px 20px 20px 20px;}
   .sitemap_container ul {list-style: none !important;
   }
   .categories ul {
	   list-style: none !important;}
	   
.sitemap_right {float:right;list-style: none !important;}
.sitemap_left {float:left;list-style: none !important;}
   
	 .breadcrumbs2 {
	padding: 0 0 0 34px;
    font-size: 0.9em;
}

.ac-vh-root {margin:50px;}
   

.leaderboard-ad-size {
	
 	 height: 65px !important; 
	    margin: auto;
		width:320px;
   }
  
   @media (min-width: 800px){
   .leaderboard-ad-size {
  
   height: 110px !important; 
   margin: auto;
   width:970px;
   }
}