/*
	Theme Name: XXV
	Theme URI: https://25gramos.com
	Description: 25 gramos template
	Version: 1.0
	Author: Ricardo Juárez
	Author URI: http://rjvv.com
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:16px/1.4 'euclid_flexregular', Helvetica, Arial, sans-serif;
	color:#4A4A4A;
	background-color: #111;
	width: 100%;
	height: 100%;
}

.boton{
	font:16px/1.4 'euclid_flexregular', Helvetica, Arial, sans-serif;
	color:#FFF;
	display: inline-block;
	text-transform: uppercase;
	padding: 20px 20px 5px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none !important;
	background-color: #111;
	
}
.boton:hover{
	background-color: #4A4A4A;
color: white !important;
}

h1, h2, h3, h4{
	    font-family: 'euclid_flexbold', Helvetica, Arial, sans-serif;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	height: auto;
	max-width:100%;
	vertical-align:bottom;
}

.post-content img{
	height:auto !important;
}

a {
	color:#4A4A4A;
	text-decoration:none;
}


.post-content iframe, twitter-widget{margin:0 auto!important;}

#disqus_thread iframe, #dsq-app9496{
	height: auto !important;
}

.post-content img{
	 display: block;
    margin: 0 auto;
}

a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}


main{
	padding-top:60px;
	background-color: #fff;
}

header .wrapper{
	max-width: 100%;
	padding: 0;
}

#wpb_widget-2 h3{
	text-transform: uppercase;
	    font-size: 14px;
	    text-align: center;
}


#wpb_widget-2 .third-width{
width: 100%;
    max-width: 300px;
    margin: 0px auto 2em !important;
    float: none !important;
}

#CMACWidget{
	text-align: center;
	margin-bottom: 30px;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.wrapper {
	max-width:100%;
	width:100%;
	margin:0 auto;
	position:relative;
}

#header{
	 -webkit-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out;
}

.header {
position: fixed;
    height: 61px;
background-color: rgba(255, 255, 255, 1);
z-index: 999;
width:100%;
top:0;
left: 0;
}
.logo {
	 border-right: 1px solid #e2e2e2;
    width: 180px;
    float: left;
    z-index: 99;
    padding: 16px 2em 22px 2em;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #e2e2e2;
    height: 61px;
}
.logo img{
max-width:140px;

}
.beta{
	display: none;
	position: absolute;
    width: 42px;
    top: 36px;
    left: 123px;
	pointer-events: none;

}

nav{
	z-index: 0;	
	float: left;
width:calc(100% - 180px);
	left:0;
	padding:0px 0px 0px 24px;
}
.nav{
background-color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #e2e2e2;
	padding:0px 0px 0px 24px;
}

nav li{
	display: inline-block;
	padding:28px 12px 15px;
}
/*
nav ul ul li{
display: block;
padding:10px 20px 10px;
}
*/

nav ul ul li a{
	display: block;
}
nav ul ul li a:hover{
	border-bottom: none !important;
	color:#990000;
}

.sub-menu{
	position: absolute;
	left:0;
  right:0;
  height:60px;
  -moz-box-sizing:content-box;
	box-sizing:content-box;
	-webkit-box-sizing: content-box;
  
}


nav ul ul { 
    position: absolute;
    top: 0px;
    width:100%;
    z-index:-10;
    left:0;
    padding-left: calc(2em + 170px);
    height:61px;
border-bottom: 1px solid #e2e2e2;
background-color: rgba(255, 255, 255, 1);
	 -webkit-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out;
          -webkit-transition-delay: 200ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;

}




/*
nav ul ul { 
	padding:15px 0 10px;
    display: none; 
    position: absolute;
    top: 59px;
    margin-left:-20px;
border-top: 1px solid #fff;
border-left: 1px solid #e2e2e2;
border-right: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
background-color: rgba(255, 255, 255, 1);
}
*/

nav ul li:hover > ul {
top:61px;
}

nav a{
	font-size: 14px;
	font-family: 'euclid_flexregular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display:block;
	height:17px;
}
.nav li:hover > a{
border-bottom:1px solid #990000;
}
.nav ul ul li:hover > a, .sub-menu li a{
	border-bottom: none !important;
}

nav ul ul li.current-menu-item a{
border-bottom:none;
color:#990000;
}



.social-nav{
	  font-family: '25icons';
    position: absolute;
    z-index: 1;
    right:0;
    padding:19px 2em 19px 19px;
    }

.social-nav li{
	display: inline-block;
	padding-left:1em;
}

footer .social-nav li a{
	color:#e2e2e2;
	}
footer 	.social-nav li a:hover{
	color:#ccc;
}
.social-nav li a:hover{
	color:#990000;
}



.section-title .row{
	text-align: center;
}



.section-title{
	margin-top:-1px;
	background-position: center center;
	background-size: cover;
}

.section-title .row{
		max-width: 1440px;
	margin: 0px auto;
	padding:2em;
}

.row{
	margin-bottom: 2em;
}


.featured-box{
	padding:0;
	margin-bottom:-1px;
	border-bottom: none;
}


.newsletter-section p{
	font-family: 'Lora', serif;
	padding-bottom: 1em;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.newsletter-section{
	color: #fff;
	border-bottom: none;
	margin-top: -1px;
		padding:5em 2em;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	max-width: 100%;
}

.newsletter-section h2{
	text-transform: uppercase;
	color:#fff;
}

.newsletter-section form{
		width: calc((((100% - 120px) / 4) * 2) + 40px);
	margin: 0px auto;
}

input{
	background-color:transparent;
	border:1px solid #fff;
	padding:1em 1em 0.3em;
	font-size: 15	px;
	color:#fff;
	outline:0;
	-webkit-appearance: none;
	display: inline-block;
	-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
/*
input::-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input:-moz-placeholder, input::placeholder  { 
color:#fff;
}
*/

.featherlight-previous:before {
    top: 45% !important;
}


input:focus {
}

input[type="email"]{
	float:left;
	margin-right:20px;
	width: calc(75% - 10px) !important;
}

footer input[type="email"]{
border: 1px solid #666;
margin-right:2px;
	width: calc(80% - 5px) !important;
}



.newsletter-section input[type="email"]:hover, .newsletter-section input[type="email"]:focus, footer input[type="email"]:hover, footer input[type="email"]:focus{
	background-color: rgba(255,255,255,0.1)
}

footer input[type="submit"]{
	float:right;
	background-color: #666;
	color:#000;
	border: 1px solid #666;
	width: calc(20% - 5px) !important;
}


input[type="submit"]{
	float:right;
	background-color: #990000;
	border: 1px solid #990000;
	width: calc(25% - 10px) !important;
}
footer input[type="submit"]:hover{
	background-color: #ddd;
	border: 1px solid #ddd; 
}

.newsletter-section input[type="submit"]:hover{
	background-color: #800909;
	border: 1px solid #800909;
}
input[type="submit"]{
		font-family: 'euclid_flexbold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	}

section{
	border-bottom: 1px solid #e2e2e2;
	padding:40px 0em;
	margin: 0px auto;
}

.padded, .padded-desktop{
	padding: 0 2em;
	max-width: 1440px;
	margin: 0px auto;
}


.footer {
	margin-top:-1px;
background-color: #111;
width:100%;
    padding-bottom: 1em;
}

footer .wrapper{
	max-width: 1440px;
	padding:1.1em 2em 0;
	clear: both;
}

footer .separator{
		border-bottom: 1px solid #666;	
}
.separator{
		border-bottom: 1px solid #e2e2e2;
		clear: both;
}

.footer-nav{
		width:45%;
		    padding: 8px 0 7px;
		text-align: left;
		margin:0 !important;
		position: static;
}

footer .social-nav li{
	    padding-right: 0em;
	    padding-left:1em;
}

footer p{
	    color: #e2e2e2;
	font-size:14px;
}

footer .social-nav a:hover{
	color:#ccc;
}

footer .social-nav{
	width: 45%;
	position: static;
	float: right;
	padding:0;
	text-align: right;
}

#menu-footer{
	text-align: left;	
}


.footer-nav li{
	display: inline-block;
	padding:0px 24px 4px 0px;
	
}

.footer-nav a:hover{
	border-bottom:none;
	color:#666;
}

footer h3{
	font-family: 'euclid_flexregular', Helvetica, Arial, sans-serif;
text-transform: uppercase;
color:#ccc;
font-size: 14px;	
}

.footer-nav a{
	font-family: 'euclid_flexregular', Helvetica, Arial, sans-serif;
	color:#e2e2e2;
}
nav a:hover{
border-bottom:1px solid #990000;
}
header nav li.current-menu-item a, .current-menu-ancestor > a, .current-menu-parent > a{
border-bottom:2px solid #990000;
}




.logo-footer{
	max-width:130px;
	opacity: 0.8;
	width:100%;
}


.legal-menu li{
	display: inline-block;
	padding-right: 10px;
}
.legal-menu li a{
font-size:14px;
color:#666;
}

.legal-menu{
	background-color: #111;
	float: left;
	    padding: 0px 20px 0px 0px;
    margin-top: -5px;	
}


.copyright span{
	display: inline-block;
	background-color: #111;
	float: right;
	color:#666;
	    padding: 0px 0px 0px 20px;
    margin-top: -5px;
font-size: 14px;	
	}
	
	.copyright{
		margin-top:0;
			border-bottom: 1px solid #666;
			text-align: center;
}

/*------------------------------------*\
   TABS
\*------------------------------------*/

#tabs{
	width: calc((100% - 80px) / 3);
	float:right;
}

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
}
.ui-tabs .ui-tabs-nav {
	margin: 0 0 16px 0;
}

.ui-tabs .ui-tabs-nav li:first-of-type{
	margin-right: 16px;
}


.ui-tabs .ui-tabs-nav li {
	outline:none;
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	width:calc(50% - 8px);
	border-bottom-width: 0;
    padding: 16px 16px 4px;
    white-space: nowrap;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #fff;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	font-size: 14px;
		font-family: 'euclid_flexbold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color:#e2e2e2;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	color:#4a4a4a;
	    border-right: 1px solid #e2e2e2;	    border-left: 1px solid #e2e2e2;	    border-top: 1px solid #e2e2e2;
	    border-bottom: 1px solid #fff;
}
li.ui-state-active a, li.ui-tabs-tab a:hover{
	color:#4a4a4a !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

#tab-cont{
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 98.5%;
    top: 0;
    overflow: auto;
}

.ui-tabs .ui-tabs-panel {
	    position: absolute;
    width: 100%;
    top:0px;
	display: block;
	border-width: 0;
padding:0 1em 0 0;
	background: none;
}



/*------------------------------------*\
    PAGES
\*------------------------------------*/

article{
	float:left;
	position: relative;
	}
.single article.type-post{
	float:none;
}


/*
article:hover > a h2 span{
	border-bottom:1px solid #990000;
}
*/

.header-featured a{
	color:#fff;
}


.single-title{
	text-align: center;
	font-size: 30px;
	width:70%;
	    line-height: 1.3em;
	    margin: 0.3em auto 0.5em;
}
.meta{
	color:#ccc;
	text-align: center;
	font-size: 12px;
	width: 100%;
	padding-bottom:2.5em;
}
.meta a{
	color:inherit;
	text-decoration: underline;
}



.tags {
			margin-left:calc(((100% - 120px) / 4) + 40px);
padding: 3em 0 2em;
/*
	font-size: 12px;
	color: #ccc;
*/
}

/*
.tags a{
	    padding: 1em 1em 0.1em;
    margin-right: 1em;
    margin-bottom:1em;
	font-size: 12px;
	display: inline-block;
	border:1px solid;
		-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
	color: #ccc;
	text-transform: uppercase;
}
*/
article .post-title{
		font-family: 'euclid_flexbold', Helvetica, Arial, sans-serif;
	display: inline;
		margin:0;
	font-size: 21px;
	    position: relative;
    top: -10px;
    line-height: 1.3;
}
article .post-title span{
    vertical-align: top;
    height: 20px;
    position: relative;
    top: 17px;
}


#tabs article .post-title span{
	top:11px;
	vertical-align: top;
}


/* article:hover > a .post-title,   */
.post-title:hover, article:hover > div .post-title	 {
		border-bottom:1px solid #990000;	
}

.dragcursor{
	max-width: 128px;
	position: absolute;
	z-index: 99;
}


.featured-post:hover > div div h2	 {
	border-bottom:none;
	display:block;
	height: auto;
}

.featured-post h2{
    max-width: 70%;
}


.featured-box .featured-post h2, .featured-box .featured-post .excerpt{
	    max-width: 720px;
}

.featured-post .excerpt{
	    max-width: 70%;
    padding-top: 0em;
}
.featured-post .excerpt p{
    margin-top: 0;
    }

.two-columns .excerpt{
	padding-top: 0;
}

.ln-gallery{
	padding-bottom: 2em;
}
.ln-gallery a img, .ln-gallery a{
	border-bottom: none !important;
}

.ln-title p{
	margin-bottom: 0;
}

.ln-title .excerpt{
	padding-top: 0;
	font-family: 'euclid_flexregular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color:#fff;
}

.ln-title .share-buttons{
	padding-bottom:0;
}

.ln-title{
	padding:2.5em 2em;
}

article h2{
	margin:0;
    line-height: 1.2em;
	font-size:30px;
}
	
	
.half-width{
	width: calc(50% - 20px);
	margin-right:40px;
}
.half-width-right{
	width: calc(50% - 20px);
	float: right;
	}


.half-width:nth-of-type(2) {
	margin-right:0 !important;
}

.Vpadder{
	padding-top: 2em;
}
.third-width-right{
	width: calc((100% - 80px) / 3);
	margin-left:40px;
	    float: right;
}



.third-width{
	width: calc((100% - 80px) / 3);
	margin-right:40px;
	    float: left;
}
.third-width:nth-of-type(3n)  {
	margin-right:0 !important;
}

.two-twelve{
	width: calc((100% - 200px) / 6);
	float:left;
	margin-right: 40px;
	text-align: center;
}
.four-twelve{
		width: calc(((100% - 132px) / 12) * 4);
	float:left;
	margin-right:12px;
}

.five-twelve{
		width: calc(((100% - 440px) / 12) * 5);
	float:right;
	margin-left:40px;
}


.featured-box .featured-post img{
	width:100%;
	}
	.featured-box .featured-post{
	width: 100%;
}


.featured-post{
	width: calc((((100% - 80px) / 3) * 2) + 40px);
	position: relative;
    
}
.featured-post img{
}

.featured-post .title-table{
    position: absolute;
    width: 100%;
    height: 100%;
	top:0;left:0;
		background-color:rgba(74,74,74,0.3);
    }
    
    
.sidebar #ACWidget{
		    	border-top: 1px solid #e2e2e2;
    }
	    
	    
	        #ACWidget{
	    	border-bottom: 1px solid #e2e2e2;
	    text-align: center;
	    padding:2em 0;
    }
    
    .featured-box .exclusive{
	    position: static;
	    margin:1em 0 1.5em;
	    display: inline-block;
    }
    
    #pbd-alp-load-posts{
	    text-align: center;
	    padding-top:40px;
    }
    
    #pbd-alp-load-posts a{
    display: inline-block;
    border: 1px solid;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 10px 0;
}
    
    .home .pagination{
	    display: none;
    }
    
    
    .exclusive{
    position: absolute;
    top: 10px;
        z-index: 10;
    left: 10px;
    background-image: url(img/25_circulo.svg);
    background-repeat: no-repeat;
    background-position: 9px center;
    padding: 13px 10px 3px;
    background-size: 24px;
    background-color: rgba(0,0,0,0.5);
    }
    .exclusive:before{
	    content: "EXCLUSIVE";
	    padding-left: 30px;
	    font-size: 12px;
	    color: #fff;
    }
  
.featured-post .title{
	z-index: 2;
	color:#fff;
	bottom: 0;
	left: 0;
	padding: 2em;
	position: absolute;
}
.featured-post .post-title{
	font-size:30px;
}
.small-post {
	width: 100%;
	height:auto;
	display:table;
	padding-bottom:1em;
}

.footer-logo-cont{
	width: calc((100% - 80px) / 3);
	margin-right:40px;
	    float: left;
	    	height:auto;
	display:table;
	padding-top:1em;
}
footer .middle{
	width:80%;
}

#text-2 p, #text-3 p, #text-3 h3{
	margin:0;
	    line-height: 1.5em;
}
#text-3{
	padding:0.7em 0;
}
body > .video-container{
	display: none;
}
.tag-mixtape-2 .video-container, .tag-mixtape .video-container{
	display: block;
}




.banner-section #CMACWidget{
	margin-bottom: 0;
}

.video-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

	.sidebar .video-container iframe, .banner-mobile .video-container iframe{
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
	.sidebar ins, .banner-mobile ins{
		    margin: 10px calc((100% - 300px) / 2) 0 !important;

	}

.sidebar .video-container, .banner-mobile .video-container {
    position: static !important;
    padding-bottom: 0 !important;
    height: 600px !important;
    overflow: hidden !important;
    margin: 0px calc((100% - 300px) / 2) !important;
}

.mc4wp-alert{
	background: #666;
	color:#ccc !important;
padding:1em 1em 0;
margin-top:20px;
}
.mc4wp-alert p{
		font-family:'euclid_flexregular', Helvetica, Arial, sans-serif !important;
text-shadow: none !important;	
padding: 0 !important;
margin: 0 !important;
}

.page-template-default article{
	float:none;
}

.small-post img{
	width: calc((100% / 3) - 20px);
	margin-right: 20px;
	float:left;
	display: table-cell;
}

.small-post-img{
	width: 300%;
	height: auto;
}

.footer-logo{
    margin-right: 24px;
    	height: auto;
}


.middle {
    width: 67%;
    vertical-align: middle;
    display: table-cell;
    }

.small-post .post-title{
		font:13px/1.3 'euclid_flexregular', Helvetica, Arial, sans-serif;
		color:#666;
}

.small-post .title-cont{
	position: relative;
}

  .small-post .title-table{
	width: calc(((100% / 3) - 10px) * 2);
    position: absolute;
    display: table;
    height: 100%;
	top:0;right:1em;
    }

#slider-home article{
	width:100%;
}

#slider-home li:hover > a article h2, #slider-home h2:hover{
	color:#990000;
	}
	

.post-content a{
	border-bottom: 1px solid #990000;
}
.post-content h3 a{
    height: 21px;
    display: inline-block;
}


.hpost span{
	font-family: 'euclid_flexbold', Helvetica, Arial, sans-serif;
    display: inline;
    position: relative;
    top: -5px;
    line-height: 0.7;    font-size: 24px;
}
.small-post-big{
	    padding-bottom: 20px;
    margin-bottom: 20px;
    		border-bottom: 1px solid #e2e2e2;
}
.small-post-big:nth-of-type(3){
	border-bottom: none;
	}

.post-title.hpost{
	border-bottom: none !important;
}

.threequart{
	    width: calc((((100% - 80px) / 3) * 2) + 40px);
	    float: left;
	    margin-right: 40px;
}

.post-left{
	    width: calc((((100% - 80px) / 3) * 2) + 40px);
 float: left; 
/* margin:0px auto; */
}


.post-center{
	    width: calc((((100% - 80px) / 3) * 2) + 40px);
margin:0px auto;
}
	
.page-content p, .page-content ol, .page-content ul{
	margin:2em auto 0;
	width:calc(((100% - 200px) / 6) * 4 + 120px);
	margin-left: auto !important;
	}
	
	.post-content{
			font-family: 'Lora', serif;
			margin-top:2em;
			    font-size: 18px;
			line-height: 1.7em;
			text-align: justify;
}
/*
.post-content p, .post-content ol, .post-content ul{
			margin-left:calc(((100% - 120px) / 4) + 40px);
}
*/



.sidebar{
		width: calc((100% - 80px) / 3);
	float: right;
	margin:2em 0;
}
	
		.excerpt{
		padding-top: 1em;
		font-size: 16px;
		font-family: 'Lora', serif;
	}


	
	
	#slider-home h2{
	text-align: center;
			font:15px/1.4 'euclid_flexregular', Helvetica, Arial, sans-serif;
		color:#666;
		padding: 1em 0 0;
}

.link-featured{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:98;
}

.meta .cat-link{
				font-family:'euclid_flexregular', Helvetica, Arial, sans-serif;

}


.featured-post .cat-link{
	color:#fff;
	    padding: 1em 0;
}	
	
	.cat-link{
			font-family: 'euclid_flexbold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color:#ccc;
	    font-size: 13px;
	padding:1.5em 1em 0em 0em;
	display: inline-block;
	text-decoration: none;
}

.cat-link:nth-of-type(3) {
	display: none;
}


.comments-header {
	width: 100%;
	    text-align: center;
    cursor: pointer;
    clear:both;
}
.comments-content {
position: relative;
    display: none;
    padding : 5px;
}

.comments-header span{
	display: inline-block;
	border:1px solid;
	color:#ccc;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 10px 0;
}

.comments-header span:hover{
	color:#666;
}



ul.share-buttons{
  list-style: none;
  padding: 0;
/*   padding-bottom: 2.5em; */
  text-align: center;
}

ul.share-buttons li{
  display: inline-block;
  margin:0px 1px;
}

ul.share-buttons li a:hover{
	opacity:0.9;
	
}
ul.share-buttons li a{
	  display: inline-block;
padding:10px 20px 2px;
font-size:12px;
text-transform: uppercase;
	-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
color:#fff;
}


ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}



a.facebook{
	background-color: #4267b2;
}

a.twitter{
	background-color: #1da1f2;
}

a.pinterest{
		background-color: #bd081c;
}

a.whatsapp{	background-color: #58e870;
}
li.whatsapp{
	display: none !important;
}

a.mail{
	background-color: #666;
}

.nav-up {
  top: -61px !important; 
}



.fixed-header{
	  top: 0px !important; 
}

.nav-down {
  top: 0px !important; 
}


.thumb{
	text-align: center;
}

.section-title .cat-title{
color:#fff;
}

.section-title-plain{
	text-align: center;
	padding-top:3em;
}


.circle-img{
	position:absolute;
	width:33.333%;
	margin:0px auto;
	padding-bottom: 33.333%;
			-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
background-size: cover;
top:-4em;
left:33.333%;
}


.cat-title{
width:100%;
    margin-top: 11px;
    margin-bottom: -5px;
	color:#4a4a4a;
	    font-size: 18px;
	    text-align: center;
	text-transform: uppercase;
}

.cat-img{
	max-width:61px;
	 -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
        margin:0px auto 20px;
}

.title-row{
	text-align: center !important;
}


#slider-home{
	height:auto !important;
	margin:0px auto;
	    padding:0px !important;
}

.slider-home{
	position: relative;
	    max-width: 1440px;
    margin: 0px auto;
	padding: 45px 0em 35px;
}

.lSSlideOuter {
    width: calc(100% - 8em);
    margin: 0px auto;
    overflow: visible !important;

}


/*
.control-cont{
	position: absolute;
	max-width: 1440px;
	margin:0px auto;
	width:100%;
}
*/

#controls{
    position: absolute;
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 1440px;
    top: 30%;
}

#controls li{
display: inline-block;
    padding: 0.5em;
    color:#e2e2e2;
    font-size:30px;
}

#controls span:hover{
	color:#990000;
	cursor: pointer;
}


.PrevSlide{
	float:left;
}


.NextSlide{
	float:right;
}


.two-columns{
	text-align: center;
}


.pagination{
	clear: both;
	max-width: 1440px;
  padding: 2.8em 2em 3.2em;
	color:#4a4a4a;
	    margin: 0px auto;
}

.pagination a{
	color:#4a4a4a;
}

.pagination a:hover, .page-numbers.current{
	color:#990000;
}

.page-numbers{
	padding: 6px 1em 0;
}

.pagination .icon-left{
    display: inline-block;
    padding-right: 14px;
    }

.pagination .icon-right{
    display: inline-block;
    padding-left: 14px;
    }

.next.page-numbers{
		    position: relative;
	      margin-top: -15px;
    text-transform: uppercase;
    display: inline-block;
	    padding: 1em 2.1em 0.2em 1em;
	border:1px solid;
		-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
float: right;
}
.prev.page-numbers{
	    padding: 1em 1em 0.2em 2.1em;
	    position: relative;
    margin-top: -15px;
    text-transform: uppercase;
    display: inline-block;
	border:1px solid;
		-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
float: left;
}

.prev.page-numbers span{
	    position: absolute;
    top: 12px;
    left: 13px;
	}

.next.page-numbers span{
	    position: absolute;
    top: 12px;
    right: 13px;
	}
	
	
.page-numbers{

	display: none;
}

.next.page-numbers, .prev.page-numbers{
	display:block;
}

#search-overlay{
	display: none;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	padding: 2em;
	position: fixed;
	z-index: 9999;
	background-color: #fff;
}
.search-cont{
    width: 100%;
    display: table;
    text-align: center;
    height: 100%;
}
.middle{
	display: table-cell;
	vertical-align: middle;
}

.post-content img{
	padding: 0.4em 0;
}

input[type="search"]{
		font-family: 'euclid_flexregular', Helvetica, Arial, sans-serif;
color: #4a4a4a;
font-size:20px;
width:40%;
padding:1.3em 1em 0em 0em;
border-bottom: 1px solid #990000;
	}
	
	
	
	input[type="search"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc;
}
input[type="search"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
   opacity:  1;
}
input[type="search"]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
   opacity:  1;
}
input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc;
}
input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ccc;
}
	
	

	
form.search button{
background-color: #fff;
outline: none;
border:none;
color: #4a4a4a;
font-size:40px;
    position: relative;
    top: 10px;
    	}

.close{
	position: absolute;
	top:1em;
	right:1em;
	font-size:24px;
}

form.search button:hover, .close:hover{
	color:#990000;
	cursor: pointer;
}

form.search{
	width:100%;
	text-align: center;
	padding-bottom:3em;
}




.menu-widget{
	padding:2em;
	text-align: center;
}

.menu-widget input[type="email"]{
	border:1px solid #ccc;
		color:#4a4a4a;
}
.menu-widget input[type="submit"]{
	background-color: #666;
		border:1px solid #666;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* -webkit-tap-highlight-color: rgba(0,0,0,0); */


.mobile{
	display:none !important;
}
.desktop{
	display: block !important;
}


.excerpt.mobile{
	max-width: 100%;
	text-align: center;
	padding:2em 2em 0;
}



@media only screen and (max-width:1400px) {
#tab-cont{
    padding-bottom: 98.3%;
    }
}
@media only screen and (max-width:1300px) {
#tab-cont{
    padding-bottom: 98%;
    }
}
@media only screen and (max-width:1200px) {
	.newsletter-section form{
		width:80%;
	}
#tab-cont{
    padding-bottom: 97.5%;
    }
}
@media only screen and (max-width:1100px) {
#tab-cont{
    padding-bottom: 97%;
    }
}
@media only screen and (max-width:1050px) {
#tab-cont{
    padding-bottom: 96.5%;
    }
   header .social-nav{
	    display: none;
    }
    

}
@media only screen and (max-width:1020px) {
.featured-post{
	width: 100%;
}
#tabs{
	display: none;
}

footer .footer-logo-cont, footer .third-width-right{
	width:calc(50% - 20px) !important;
	margin:0 !important;
}


}

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}

@media only screen and (min-width:768px) {


.libra-menu-item {
    position: absolute;
    top: -3px;
}




.libra-menu-item a{
    text-indent: -999999px;
    display: block;
    background-image: url(https://www.25gramos.com/wp-content/themes/XXV/img/libra_logo.svg);
    width: 54px;
    background-size: contain;
    background-repeat: no-repeat;
}
.libra-menu-item:hover > a{
border-bottom: none !important;
}

}
@media only screen and (max-width:768px) {
	
	
	
	.libra-menu-item {
    position: static !important;
    top: 0px !important;
}


.libra-menu-item a{
background-position: center center;
    background-size: 54px !important;
        text-indent: -999999px;
    background-image: url(https://www.25gramos.com/wp-content/themes/XXV/img/libra_logo.svg);
    background-size: contain;
    background-repeat: no-repeat;

}
.libra-menu-item:hover > a{
border-bottom: 1px solid #e2e2e2 !important;
}

.home #slider-home article{
	margin-bottom: 0 !important;
}



#mobile-nav .menu-item-76671{
	width: 100% !important;
}


	    	#trigger-overlay{
display: block !important;	
}

	
	footer .footer-logo-cont{
	width:100% !important;
	padding-bottom:2em;
}

footer .third-width-right, .threequart{
	width:100% !important;
}
	
	.newsletter-section input[type="email"], .newsletter-section input[type="submit"]{
		width:100% !important;
	}
	
	.newsletter-section{
	background-attachment: scroll;
	}

.featured-post, .third-width, .half-width, .half-width-right, .footer-nav, .social-nav, input, .newsletter-section form, .mixtape-title, .embed{
	width: 100% !important;
}

.mixtape-title{
	padding-bottom: 40px
}

input[type="search"]{
	width: 60%  !important;
}

.post-content, .post-content p{
	text-align: left !important;
}



article{
	margin-right: 0 !important;
}




.category article, .tag article{
	padding-bottom:2em;
}

.featured-post h2 {
    max-width: 90%;
}


.legal-menu li{
	display: block;
	padding-right: 0;
}

.copyright{
	border-top: 1px solid #666;
	padding:1em 0;
	margin-top:0em;
}

.legal-menu, .copyright span{
margin-top:0;
float:none;
text-align: center;
padding:0.5em 0;
}




#text-3 h3{
	text-align: center;
}

footer input[type="email"]{
	width: calc(80% - 5px) !important;
}


footer input[type="submit"]{
	width: calc(20% - 5px) !important;
}


.row{
	margin-bottom: 0;
}
 .section-title .row, .title-row, section.related article{
	margin-bottom:2em !important;
}


footer .social-nav{
	text-align: center;
	padding:1em 0;
}

.single-title {
	width:100%;
	padding:0 2em;
}
.meta {
	width:100%;
	padding:0 2em 2.5em;
}

.post-content p, .tags, .post-left, .post-center{
	margin-left: 0;
	width:100%;
}

.padded-desktop{
	padding: 0;
}

#menu-footer{
	text-align: center;	
}

.footer-nav li{
	padding-right:0.2em;
	padding-left:0.2em;
}


footer .social-nav li{
	    padding: 0 0.3em;
	}

li.whatsapp{
	display: inline-block !important;
}




input[type="email"]{
	margin-bottom:1em;
}

.post-content{
	margin:2em auto 0px !important;
	width:100%;
	padding:0 2em;
}

.post-left .share-buttons{
	padding-bottom: 0;
}

.tags{
	margin-left: 0;
	    text-align: center;
}

ul.share-buttons li a{
padding:5px 10px 0px;
font-size:10px;
}


#header{
	border-bottom: 1px solid #e2e2e2;
	height: 61px;
}

#tabs, header nav, header .social-nav, .sidebar, .featured-post .title-table .excerpt, .page-numbers, .controls, .footer-logo-cont, #wpb_widget-2{

	display: none;
}

.pagination{
	    padding: 2.8em 2em 3.5em;
}

.next.page-numbers, .prev.page-numbers, .mobile{
	display:block !important;
}
.desktop{
	display: none !important;
}

.header-featured, .featured-box{
	padding:0em 0 2em;
}

}

@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}




/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


::selection {
	background: #000;
	color:#fff;
}
::-moz-selection {
	background: #000;
	color:#fff;
	}
img::selection {
	background: transparent;
}
img::-moz-selection {
	background: transparent;
}

#latest{
		 -webkit-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out;

}


.page-template-portada #latest .third-width:nth-of-type(3n):after, .page-template-portada_fija #latest .third-width:nth-of-type(3n):after{
	display: block;
	width: 100%;
	content: '';
	height: 4em;
	clear: both;
}

.authorcont{
	text-align: left;
	margin-bottom: 2em;
}

.author-img{
	overflow: hidden;
	border-radius: 100%;
	max-width: 150px;
	float: left;
	    margin-right: 40px;
}

.author-img img{
	height: auto;
    width: 150px;	
}
.authorcont p{
	max-width: 50%;
}

.authormeta{
	    float: left;
    width: 70%;
}


.authorcont a{
	margin-right: 20px;
}






.slider-single img{
	padding: 0;
	       max-width: auto;
        max-height: 80vh;
        display: block;
        margin-left: auto;
                margin-right: auto;
align-self:flex-start;
justify-content: center;
}

.post-content.has-gallery .lSSlideOuter {
width:100%;	
}
.slider-single-cont{
	position: relative;
	max-width: 1440px;
    margin: 0px auto;
	padding: 0px 0em 35px;
}
.slider-single-cont .lSAction{
	z-index:99;
	top: calc(50% - 20px);
	   position: absolute;    
    display: flex;
    margin: 0px auto;
    width: 100%;
    justify-content: space-between;
    
    
}
.slider-single{
	height: auto !important;
}
.slider-single li{
	display: table;
	height: 80vh;
	background-color: #f8f8f8;
}



.slider-single-cont .lSAction > a {
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;	
    cursor: pointer;
    position: static;
    z-index: 99;
    margin-top: 0;
    font-family: '25icons';
    border: none;
    color: #ccc;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
}


.slider-single-cont .lSAction .lSNext{
	    margin-right: 12px;

}
.slider-single-cont .lSAction .lSPrev{
	    margin-left: 12px;
}

.slider-single-cont .lSAction > .lSNext:before {
    margin-left: 3px;
}
.slider-single-cont .lSAction > .lSPrev:before {
    margin-right: 3px;
}


.slider-single-cont .lSAction > a:hover{
    color: #990000;
    border: none;
    background-color: white;	
}

.slider-single-cont .icon-right{
	margin-left: 3px;
}
.slider-single-cont .icon-left{
	margin-right: 3px;
}

.slider-single-cont .lSSlideOuter .lSPager.lSpg {
    height: auto; 
    margin: 0px !important;
display: flex;
  flex-flow: row nowrap;
      justify-content: space-between;
}
.slider-single-cont .lSSlideOuter .lSPager.lSpg > li{
	padding: 0;
	border-radius: 0;
	width: 100%; 
}
.slider-single-cont .lSSlideOuter .lSPager.lSpg > li a {
    border-radius: 0px;
    display: block;
    height: 16px;
    margin-top: 2px;
    background: #eee;
    border: 2px solid white;
    width: 100%; 
}
.slider-single-cont .lSSlideOuter .lSPager.lSpg > li:first-of-type a{
    border-left: none !important;
    border-right: 2px solid white !important;
}
.slider-single-cont .lSSlideOuter .lSPager.lSpg > li:last-of-type a{
    border-right: none !important;
    border-left: 2px solid white !important;
}
.slider-single-cont .lSSlideOuter .lSPager.lSpg > li:hover a, .slider-single-cont .lSSlideOuter .lSPager.lSpg > li.active a{
	background: #ddd;
	border: 2px solid white;
}
@media only screen and (max-width:768px) {
.slider-single-cont #controls{
	display: none !important;
}


.page-template-portada #latest .third-width:nth-of-type(3n):after, .page-template-portada_fija #latest .third-width:nth-of-type(3n):after{
	content: '';
	height: 0 !important;
}


}



@keyframes fade-in {
    from {opacity: 0;

	  }
    to {opacity: 1; 
}
}
.fade-in-element {
  animation: fade-in 0.3s;
}
