/*
Theme Name: Literatum
Theme URI: http://kohette.com/
Author: Rafael Martín
Author URI: http://kohette.com
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ltrtm
Domain Path: /languages/
Tags:


*/


/*html{-webkit-font-smoothing:antialiased}*/

/* body */
@font-face{font-family:Rubik;src:url('../fonts/Rubik-Regular.ttf');}
@font-face{font-family:Rubik-bold;src:url('../fonts/Rubik-Bold.ttf');}
@font-face{font-family:Rubik-medium;src:url('../fonts/Rubik-Medium.ttf');}
@font-face{font-family:Rubik-italic;src:url('../fonts/Rubik-LightItalic.ttf');}

body {
	background-color:#24272A;
}

#content {
	background-color: #F9FBFF;
}




/* fix for safari sub pixels */
.content-area {
	width:100%;
	/*overflow:hidden;*/
}

.site-main {
	width:100.50%;
}





.sticky {}
.bypostauthor{}

/* predefined measures */

.default-content-width {
	/*max-width:960px;*/
	max-width:90%;
	margin:auto;
}




/* load more style for infinite scroll */

#load-more {
	
	color:#888;
	position:fixed;
	bottom:10px;
	right:10px;
	font-size:14px;
	font-weight:200;
	font-family:'PT Sans','helvetica neue', helvetica, arial, sans-serif;
}

#load-more img {
	display:none;
}

#load-more em {
	display:block;
	padding:5px 10px;
	background-color:rgba(0,0,0,0.9);
	
	border-radius:3px;
}

#load-more em i {
	margin-right:5px;
}





/* top controls */

#top-controls {
	display:none;
	position:fixed;
	top:20px;
	right:20px;
	z-index:666;
}

#top-controls.affix {
	display:block;
}

#top-controls .top-button {
	display:inline-block;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	font-size:12px;
	height:32px;
	width:32px;
	line-height:32px;
	text-align:center;
	border-radius:2px;
	cursor:pointer;
	transition: background-color .15s ease-in-out;
  	-moz-transition: background-color .15s ease-in-out;
  	-webkit-transition: background-color .15s ease-in-out;
}

#top-controls .top-button:hover {
	background-color:rgba(0,0,0,0.9);
}

#top-controls .top-button:active {
	font-size:10px;
}





/* "No results" page */


.no-results {
	padding-top:100px;
}

.no-results .page-title {
	font-size:30px;
	font-family: Domine, 'Gentium Book Basic', serif;
}

.no-results .page-content {
	font-family:'PT Sans','helvetica neue', helvetica, arial, sans-serif;
	color:#777;
	font-size:18px;
}



/* remove "search for" text from search form */

.search-form .screen-reader-text {
	display:none;
}


/* google comments responsive fix */
div#google-comments {
	width:100% !important;
}

div#google-comments > iframe {
	width:100% !important;
}



/* MOBILE */
@media only screen and (min-width : 0px) and (max-width : 768px) {

	.hide-on-mobile {
		display:none !important;
	}

}

@media (min-width:899px)  {
	.logo-md-6{
		display:none !important;
	}
	.logo-md-7{
		display:flex !important;
	}
}
@media (max-width:898px)  {
	.logo-md-7{
		display:none !important;
	}
	.logo-md-6{
		display:flex !important;
	}
}
@media (max-width:750px)  {
	.sm-hidden-custom{
		display:inline-block !important;
		-webkit-flex-basis: 100% !important;
    	ms-flex-preferred-size: 100% !important; 
    	flex-basis: 100% !important;
	}
	.xs-hidden-custom{
		display:none !important;
	}
	.max-width-auto-custom{
		max-width:none !important;
	}
	.sm-hidden-custom ul.main-menu{
		margin-right:0px;
	}
	.sm-hidden-custom ul.main-menu li {
	    display: block;
	    margin-bottom: 10px;
	    text-align: center;
	    /* margin-left: 0; */
	}
}
@media (min-width:751px)  {
	.xs-hidden-custom{
		display:inline-block !important;
	}
	.sm-hidden-custom{
		display:none !important;
	}

}
#newsletter-modal-desktop{
	  background-color: rgba(0, 0, 0, 0.85);
}
#newsletter-modal-desktop .modal-content{
	    box-shadow: 0 0px 0px;
	    background-color: transparent;
	    color:#fff;
}
#newsletter-modal-desktop .message-container{

  font-size: 24px;
  color: #ffffff;


}
@media (min-width: 992px){
#newsletter-modal-desktop .modal-lg {
    width: 1100px;
    margin-top: 0px;
}
}
#newsletter-modal-desktop >.modal-cross .close-button,#newsletter-modal-desktop >.modal-cross .close-button:hover{
opacity: 1 !important;
position: absolute;
top:20px;
right: 15px;
box-shadow: none;
}
#newsletter-modal-desktop .modal-body{
	    padding-top: 10vh;
}
#newsletter-modal-desktop  ul.desktop-modal-ul{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
   list-style: none;
  padding: 0;
  margin-top:20px;
}
#newsletter-modal-desktop  ul.desktop-modal-ul i{
    padding-right: 10px;
}
#newsletter-modal-desktop  .form-group{
    width: 49%;
    display: inline-block;
}
#newsletter-modal-desktop  .form-group+.form-group{
	    margin-left: 1%;
}
#newsletter-modal-desktop .form-container .btn.btn-block{
	width: 49%;
    display: inline-block;
     font-size: 16px;

}
#newsletter-modal-desktop .form-container .btn.btn-block+.btn.btn-block{
	    margin-left: 1%;
}
#newsletter-modal-desktop  button.close.close-button{
	z-index: 9999;
}
#newsletter-modal-desktop .form-container .btn-close{
  border-radius: 4px;
  background-color: #eeeeee;
    color: #707070;

}
#newsletter-modal-desktop{
	position: fixed;
	top:0px;
	left: 0px;
	right: 0px;
	bottom:0px;
}
#newsletter-modal-desktop .book-img-desktop-modal{
	height: 250px;
}
.failure-response-message{
color:red;
text-align: center;
font-size: 22px;
margin-bottom: 10px;

}
@media (min-width: 768px) and (max-width: 991px){
	#newsletter-modal-desktop .book-img-desktop-modal{
		height: auto;
		margin-top:20px;
	}
}
@media (min-width: 840px) and (max-width: 991px){
	#newsletter-modal-desktop .modal-lg {
		width: 900px;
		margin-top: 0px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	#newsletter-modal-desktop .form-container .btn.btn-block{
		font-size:1.5vw;
	}
	#newsletter-modal-desktop .row{
		display: flex;
	}
	#newsletter-modal-desktop  ul.desktop-modal-ul{
		font-size:1.2vw;
	}
	#newsletter-modal-desktop .message-container{
		font-size:2vw;
	}
}
@media (max-width: 888px){
	#newsletter-modal-desktop  .form-group+.form-group{
		margin-left: 0;
	}
	#newsletter-modal-desktop .form-container .btn.btn-block+.btn.btn-block{
		margin-left: 0;
	}
}
#newsletter-modal-desktop  .btn-block + .btn-block{
	margin-top:0px;
}
#newsletter-modal-desktop  .popup-content-heading{
	font-family:'Rubik';
	  font-size: 32px;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  color: var(--white);
}
.popup_span_color_red{
	 color: #d0011b;
}
#newsletter-modal-desktop .modal-cross,#newsletter-modal-desktop button.close {
    float: none;
    text-align: right;
}

#newsletter-modal-desktop .modal-dialog{
	margin-top:0px !important;
	    margin-bottom: 0px;
}
#newsletter-modal-desktop .modal_points_section p{
  font-family: Rubik;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  color: #ffffff;
  color: var(--white);
  padding-top:0;
}
#newsletter-modal-desktop .modal_points_custom{
	padding-left: 5vw;
    padding-bottom: 20px;
}
#newsletter-modal-desktop .form-control{
  border-radius: 4px;
  background-color: #ffffff;
    font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  text-align: left;
  color: #707070;
  padding-left: 15px;
}
@media (max-width: 767px){
	#newsletter-modal-desktop .popup-content-heading{
		font-size:24px;
	}
	#newsletter-modal-desktop .modal_form_input_custom{
		display: block;
	}
	#newsletter-modal-desktop .modal_form_input_custom input{
		width: 100%;
	}
	#newsletter-modal-desktop .message-container{
		text-align: center;
	}
	#newsletter-modal-desktop .modal_button_custom{
		width:100% !important;
	}
	#newsletter-modal-desktop .modal_points_custom{
		padding-left: 5vw;
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
}
#newsletter-modal-desktop button[type="button"].modal_button_custom{
  border-radius: 4px;
  background-color: #63a5f2 !important;
  text-align: center;
  color: #ffffff !important;
      border-color: transparent;
}
@media(max-width:500px){
.modal_button_custom span.break_sm_btn{
display:block;
}
}
#newsletter-modal-desktop .modal_checkmark_custom{
	background-color: transparent;
}
#newsletter-modal-desktop .modal_checkmark_custom img{
	width: 25px;
	height: auto;
}
.middle-item-center{
	align-items: center;
}
@media(max-width: 768px){
  .a2a_floating_style.a2a_vertical_style{
    display: none !important;
  }
}


@media(min-width: 769px){
  .a2a_floating_style.a2a_default_style{
    display: none !important;
  }
}

.frame-inner .inner span.meta span.comments,.article-card .inner span.meta span.comments{
	display:none;
}
.a2a_floating_style{
	z-index:1049 !important;
}
#newsletter-modal-desktop{
	z-index:1000001 !important;

}
.subscribe .form_submit {
font-size:24px;
}
@media(max-width:400px){
.subscribe .form_submit{
     font-size:20px;
}
}

@media(max-width:350px){
.subscribe .form_submit{
font-size:17px;
}
}

/* for ads on single post page */
.affix {
  top: 50px;
  z-index: 9999 !important;
}
.ad-container{
	width: 300px;
	position: absolute;
	/*top: 0;*/
	right: 20px;
}
.ad-sub-container{
	position: static;
}
@media(max-width: 1200px){
	.ad-container{
		display: none;
	}
	.ad-container-mobile{
		display: block !important;
	}
}
/* for ads on single post page -- END */