/*
Theme Name: Limpieza
Description: A WordPress Blog Theme
Author: Xpiga
Version: 1.0.0
License: Private License
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none }
strong, b, strong *, b * { font-weight: bold; } em, i, em *, i * { font-style: italic; }
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html { overflow-x: hidden }
/**/

body {
	background:#ffffff;
	font-family:"FuturaSTD", sans-serif;
	color:#eeeeee;
	font-size:14px;
}
p {
	line-height:24px;
}
a {
	text-decoration:none;
	color:inherit;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"FuturaSTD";
}


/*Fonts*/

@font-face {
  font-family: 'FuturaSTD';
  src: url(fonts/futurastd-book.otf);
}

@font-face {
  font-family: 'FuturaSTD';
  src: url(fonts/futurastd-light.otf);
  font-weight: 300;
}

@font-face {
  font-family: 'FuturaSTD';
  src: url(fonts/futurastd-heavy.otf);
  font-weight: 500;
}

@font-face {
  font-family: 'FuturaSTD';
  src: url(fonts/futurastd-bold.otf);
  font-weight: 800;
}

@font-face {
  font-family: 'Playfair';
  src: url(fonts/playfair_display_medium_italic.otf);
}

@font-face {
	font-family: 'Montserrat';
	src: url(fonts/Montserrat-Bold.ttf);
	font-weight: 800;
}

/* Variables */
html {
  --rojo: #ed1c24;
  --gris: #415161;
  --radio:  5px;
}


/*****
/* General
/********************/

.container {
	/*width:1080px;*/
	width: 1200px;
	margin:0 auto;
}

#content {
	margin-bottom:0;
}
#content:after {
	content: "";
	display: table;
	clear: both;
}
#main {
	width:760px;
	float:left;
}
#main.fullwidth {
	width:100%;
	float:none;
}
#sidebar {
	width:260px;
	float:right;
}

/*****
/* Top Bar
/********************/

#top-bar {
width:100%;
height:58px;
position:fixed;
z-index:9999;
-webkit-backface-visibility: hidden;
transition:height 0.2s ease;
}
#top-bar.fijo {
background: var(--gris);
}
#top-bar.fijo .small_logo_container img {
    max-width: none;
	max-height: 45px;
}
#top-bar .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 58px;
    margin-top: 20px;
}
#top-bar.fijo .container{
	margin-top:0;
}

.top-header {
	margin-bottom: 14px;
	color: #000000;
}
.top-links{display:inline-block;}
.top-links ul li:first-child{margin-left:2px;}
.top-links ul li{display:inline-block;margin-left:25px;}
.top-links ul li a{font-size:13px;font-weight:500;text-transform:uppercase;padding:16px 0;display:inline-block;}
.top-header-container{}


.title--big{
display:none;
font-size: 60px;
text-transform: uppercase;
letter-spacing: 5px;
text-align: center;
}
.subtitle--big{
display:none;
font-size:15px;
text-transform:uppercase;
letter-spacing:4px;
text-align: center;
}

.logo-text-container{display:inline-block;margin-left:30px;}
.logo--desktop{display:none;text-align:center;}
.logo--mobile{display:none;text-align:center;}
.logo--desktop img{max-width:590px;}
.logo--mobile img{height:80px;margin-bottom:10px;}

.small_logo_container{width:120px;}

.shows-template-default .small_logo_container{padding-top:0;}

.small_logo_container img{
max-width:100%;
}

.title-container {
font-size: 10px;
font-weight: 400;
line-height: 12px;
color: #000;
text-transform: uppercase;
display: inline-block;
width: 130px;
text-align: left;
vertical-align: top;
margin-top: 10px;
}

/*** Menu ***/
#nav-wrapper {}

.menu-mobile{float:right;}
.slicknav_menu { display:none; }

#nav-wrapper .menu{}

#nav-wrapper .menu li {
display:inline-block;
margin-right:20px;
position:relative;
}
#nav-wrapper .menu li.top-link{display:none;}
#nav-wrapper .menu li a {
font-size: 18px;
color: #ffffff;
display: block;
font-family: 'Lato', arial;
font-weight: bold;
}
#nav-wrapper .menu>li>a{color:#000000;}

#nav-wrapper .menu li.current-menu-item > a, #nav-wrapper .menu li.current_page_item > a{
color:#000000;
}

#nav-wrapper .menu .sub-menu li.current-menu-item > a, #nav-wrapper .menu .sub-menu li.current_page_item > a{
color:#0000b3;
}
#nav-wrapper .menu>li>a:hover{color:#dddddd;}

#nav-wrapper .menu li.destacado a{
	color: #ffffff;
	background: var(--rojo);
	border-radius: var(--radio);
	padding: 5px 10px;
}

#nav-wrapper .menu li.chat a:before {
    width: 12px;
    height: 12px;
    background: url(img/notificacion.gif) no-repeat;
    display: inline-block;
    content: '';
    margin-right: 8px;
    background-size: 12px 12px;
}

#nav-wrapper .menu li.chat a {
	background: var(--gris);
}


#nav-wrapper .menu li.telefono a:before {
    width: 12px;
    height: 12px;
    background: url(img/telefono.png) no-repeat;
    display: inline-block;
    content: '';
    margin-right: 10px;
    background-size: 14px 12px;
}
/*
#nav-wrapper .menu li.current-menu-item > a, #nav-wrapper .menu li.current_page_item > a {
font-weight:700;
}*/
#nav-wrapper .menu > li.menu-item-has-children > a:after {
font-family: FontAwesome;
content: "\f107";
margin-left:7px;
color:#ffffff;
font-size:14px;
vertical-align:1px;
}

/*** DROPDOWN ***/
#nav-wrapper .menu .sub-menu,
#nav-wrapper .menu .children {
background-color: #fff;
display: none;
padding: 0;
position: absolute;
margin-top:0;
left: 0;
z-index: 99999;
border:1px solid #eee;
border-top:none;
}

#nav-wrapper ul.menu ul a,
#nav-wrapper .menu ul ul a {
color: #727272;
margin: 0;
padding:6px 10px;
min-width: 165px;
line-height:20px;
-o-transition:.22s;
-ms-transition:.22s;
-moz-transition:.22s;
-webkit-transition:.22s;
transition:.22s;
border-top:1px solid #eee;
}

#nav-wrapper ul.menu ul li,
#nav-wrapper .menu ul ul li {
padding-right:0;
margin-right:0;
}

#nav-wrapper ul.menu ul a:hover,
#nav-wrapper .menu ul ul a:hover {
}

#nav-wrapper ul.menu li:hover > ul,
#nav-wrapper .menu ul li:hover > ul {
display: block;
}

#nav-wrapper .menu .sub-menu ul,
#nav-wrapper .menu .children ul {	
left: 100%;
top: 0;
}

.sub-menu li{
text-align: left;
}

#nav-wrapper .sub-menu .sub-menu li>a{min-width:440px;}

.featured-link a{color:#000 !important;}

/*** Social Icons ***/
#top-social {
position:absolute;
right:185px;
top:0;
}
#top-social.nosearch { right:0; }
#top-social a {
color:#000;
font-size:13px;
margin-left:10px;
line-height:51px;
}
#top-social a:hover {
color:#C69F73;
}

/*** Top Search ***/

.main-header .language-switcher{display:none;}
.main-header #top-search{display:none;}

#top-search {
display: inline-block;
padding-left:16px;
padding-right:25px;
z-index:999;
vertical-align: top;
float: right;
line-height:25px;
}
#top-search #s {display:none;}
#top-search form { display:inline; }
#top-search input {
border:none;
font-style:italic;
width:135px;
background:transparent;
}
#top-search input:focus {
outline:none;
}
#top-search i {
font-size:25px;
line-height:51px;
}

.show-search {
display:none;
}
i.search-desktop {
display: none;
}
i.search-toggle {
font-size:14px;
line-height:51px;
cursor:pointer;
width:26px;
height:26px;
display: inline-block;
background:url(img/search_icon_white.svg) no-repeat center center;
background-size:25px;
margin-top: 14px;
}
.show-search {
position: fixed;
top: 100px;
right: -1px;
display: none;
z-index: 10000;
width: 100%;
background: #fff;
}
.show-search form#searchform {
max-width: 800px;
padding:0 20px;
height: 105px;
margin: 0 auto;
}
.show-search input[type="text"] {
width: 90%;
padding: 10px 0 10px 10px;
margin-top: 30px;
color: #000;
font-family: "FuturaSTD", sans-serif;
font-size: 14px;
border: 0;
background: #f5f5f5;
display: inline-block;
}
.show-search input[type="submit"] {
display: inline-block;
background: #f5f5f5 url(img/search_icon.png) no-repeat center right 20px;
text-indent: -9000px;
width: 8%;
height: 38px;
border: 0;
margin: 0;
cursor: pointer;
}
.show-search input::placeholder {
color: #000;
}
.show-search input:focus {
background-color: #eee;
outline:none;
}

/*Language Switcher */
.language-switcher {
display: inline-block;
width:60px;
float: right;
line-height: 32px;
}
.language-switcher-mobile{
display:none;
}
.language-switcher .lang-item {
display: inline-block;
}
.language-switcher .lang-item a{
font-size:18px;
text-transform:uppercase;
line-height:52px;
font-weight:900;
color:#000000;
display:inline-block;
vertical-align:top;
}
.language-switcher .lang-item.current-lang a{
color:#0000f0;
}
.language-switcher .lang-item-en {
float:left;
}
.language-switcher .lang-item-en:after{
content: '/';
font-size:18px;
text-transform:uppercase;
line-height:52px;
font-weight:900;
color:#000000;
display:inline-block;
}

.language-switcher select{
margin-top:12px;
cursor:pointer;
}
.language-switcher select{
-webkit-appearance: none;
appearance: none;
color:#0000f0;
width:65px;
border:0;
outline:0;
font-size:18px;
font-weight:800;
text-transform: uppercase;
font-family:FuturaSTD;
background-color: transparent;
background-image:url(img/arrow_down.svg);
background-repeat:no-repeat;
background-position:27px 8px;
background-size:10px 14px;
line-height: 28px;
}
.language-switcher option{
-webkit-appearance: none;
appearance: none;
width: 60px;
border:0;
cursor:pointer;
outline:0;
text-transform: uppercase;
font-size:18px;
font-weight:800;
font-family:FuturaSTD;
}

#top-bar .subtitle--big{display:block;}
#top-bar .logo--desktop{display:block;margin-bottom:5px;}
#top-bar .title-container{display:none;}
#top-bar #nav-wrapper .menu {
text-align: center;
display: block;
float:none;
}

#top-bar .language-switcher select{
color:#a5a5a5;
background-image:url(img/arrow_down_white.svg);
}

#top-bar .show-search{
top:205px;
}

/*Homepage Inicio Portada*/

.center{text-align:center;margin:0 auto;}
.padding-20{padding:20px;}
.clearfix{clear:both;}
.hidden{display:none !important;}
.oculto{display:none;}
.featured{width:786px;}
.featured-header{height:70px;background:#0000f0;color:#fff;text-transform:uppercase;font-size:23px;line-height:70px;padding:0 20px;}
.featured-title{font-weight:800;}
.featured-container{height:649px;background:#93acd5;overflow:hidden;position:relative;}
.featured-container .wp-post-image{width:100%;height:auto;}
.featured-footer{background:#fff;height:70px;color:#000;text-transform:uppercase;font-size:23px;line-height:70px;padding:0 20px;}
.featured-footer .next-event-title{display:inline-block;}
.featured-footer .next-event-time{display:inline-block;float:right;}
.featured-footer-title{font-weight:800;}
.play-btn{
	width:130px;height:130px;background:none;border-radius:50%;border:5px solid rgba(255,255,255,0.8);position:absolute;top:50%;left:50%;margin-top:-65px;
	margin-left:-65px;
	text-align:center;cursor:pointer;
	box-shadow:0 0 10px rgba(1, 0, 241, 0.4);
}
.play-btn .triangle {
	border: 0;
	background: transparent;
	box-sizing: border-box;
	width: 0;
	height: 74px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
	border-style: solid;
	border-width: 37px 0 37px 60px;
	display: inline-block;
	margin-top: 25px;
	margin-left: 14px;
}
.home .popup-html, .page-template-partners .popup-html{display:none;}
.home .event-popup {width:1200px;margin-left:-600px;}
.home .event-popup .event-popup-include{padding:70px 30px;}

.page-template-inicio h2.wp-block-heading {
    color: var(--rojo);
    font-size: 50px;
    font-family: 'FuturaSTD', Arial;
    font-weight: bold;
}

.page-template-inicio p{
	color: #111111;
	font-size: 20px;
	padding:10px 0;
}

	/*Password*/
.post-password-required {
    max-width: 320px;
    margin: 50px auto;
}

.brand-info .post-password-required {
	max-width: 100%;
    width: 100%;
    margin: 20px 0;
}

.post-entry h3.post-password-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
}

.post-password-input-wrapper {
    background: #fff;
    display: inline-block;
    max-width: 334px;
    border: 1px solid #0000f0;
}

.post-password-required input[type=password] {
    border:0;
    max-width:210px;
    padding: 12px;
	height: 40px;
    display:inline-block;
    vertical-align:top;
    font-size:20px;
}

.post-password-required input[type=submit] {
    border: 0;
    font-family: 'FuturaSTD', sans-serif;
    padding: 0 20px;
    height: 40px;
    background: #0000f0;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    border-radius:0;
    -webkit-appearance:none;
}

.post-password-required input:focus {
    outline:0;
}

.post-password-footer {
    color: #fff;
    font-size: 20px;
    margin-top:25px;
}
	
/*****
/* Header & Logo
/********************/

#header {

}
.home #header, .page-template-page-slider #header, .page-template-page-slider-sidebar #header {
	margin-bottom:0;
	border-bottom:none;
}


#logo {
	text-align:center;
	padding:68px 0 41px;
}

#logo img{
	max-width:100%;
	height:auto;
}

h2.section-title{
	font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    display: inline-block;
    margin-bottom:20px;
}

h2.section-title.main-title {
    font-size: 35px;
}

ul.list-categories {
    text-align: right;
    display: inline-block;
    float: right;
    padding-top:25px;
}

ul.list-categories.list-double-line{
	padding-top:5px;
}

.single-post ul.list-categories{
	margin-right:0;
	margin-bottom: 30px;
}

ul.list-categories .cat-item {
    display: inline-block;
    margin-left: 12px;
    max-width: 140px;
    vertical-align: top;
}

ul.list-categories .cat-item a, ul.list-categories a {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
}

ul.list-categories .cat-item a:active{
	color: #0000f0;
}

.single-post ul.list-categories a {
	display: inline-block;
	margin-left: 12px;
}

ul.list-categories .cat-item.current-cat a {
    color: #0000f0;
}

ul.list-categories .cat-item.cat-show-all {
    display:block;
    max-width:100%;
    padding-top:18px;
}


/*****
/* Featured Area
/********************/
.featured-area {
	margin-bottom:60px;
}

.feat-item {
	position:relative;
	height:660px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display:block;
	width:100%;
	padding:17.2% 32.5%;
}
.feat-overlay {
	background:rgba(255,255,255,1);
	position:relative;
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.25);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.25);
	        box-shadow: 0 8px 6px -6px rgba(0,0,0,.25);
}
.feat-overlay-inner {
	vertical-align:middle;
	display:table-cell;
}
.feat-item .post-header {
	margin-bottom:0;
	padding:0 20px;
}
.feat-item .post-header .date {
	display:block;
	margin-bottom:28px;
}
.feat-item .post-header h2 {
	margin-bottom:14px;
}
.feat-item .post-header h2 a {
	font-size:24px; 
}
.feat-item .read-more {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#000;
	background:#ffffff;
	font-weight:700;
	display:inline-block;
	padding:12px 26px 13px;
	border:1px solid;
	border-color: #C69F73;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
}
.feat-item .read-more:hover {
	background:#C69F73;
	color:#fff;
}

/****************************************/
/* Promo Area
/****************************************/

.promo-area {
	overflow:hidden;
	margin-bottom:60px;
}
.promo-area.promo-slider {
	margin-top:-20px;
}
.promo-area .promo-item {
	display: table;
	width:340px;
	float:left;
	margin-right:30px;
	height:190px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:16px;
	position:relative;
}
.promo-area .promo-item:last-child {
	margin-right:0;
}
.promo-area .promo-overlay {
	height: 100%;
    display: table-cell;   
    vertical-align: middle;   
	text-align:center;
}
.promo-area .promo-overlay  h4 {
	color:#000;
	line-height:1.5em;
	padding:12px 16px 12px 17px;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:2px;
	background:#fff;
	display:inline-block;
	max-width:65%;
	font-family:"Lato", sans-serif;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.25);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.25);
}
.promo-area .promo-link {
	position: absolute; 
	height: 100%; 
	width: 100%;
	top: 0;
	left:0;
	z-index: 99;
	display: block
}

/* Magazine */

.categories-container{margin-bottom:50px;margin-top:50px;font-size:0;}
.categories-container .cat-item{width:213px;height:58px;color:#a5a5a5;line-height:58px;font-size:30px;margin-left:33px;display:inline-block;vertical-align:top;border-bottom:2px solid #a5a5a5;transition:all 0.2s ease;}
.blog .categories-container .cat-item{color:#0000f0;border-color:#0000f0;}
.categories-container .cat-item:first-child{margin-left:0;}
.categories-container .cat-item:hover{}
.categories-container .cat-item.current-cat{color:#0000f0;border-color:#0000f0;}
.categories-container .cat-item a{display:block;}
.blog .carrousel .splide__slide{height:500px;background:#000;color:#fff;}
.slide{}
.slide .slide_box {
    transform: scale(0.5);
    position: absolute;
    top: 260px;
    left: 0;
    color: #fff;
    max-width: 40%;
    background: rgba(var(--rojo), 0.8);
    border-radius: var(--radio);
    padding: 50px;
    transition: 0.5s all 0.2s ease;
    opacity: 0;
}
.splide__slide.is-active .slide .slide_box {
	opacity:1;
	transform:scale(1);
}
.slide .image_container video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}
.slide .slide_title {
    font-size: 36px;
    line-height: 34px;
    font-family: 'Josefin Sans';
    font-weight: 700;
}
.slide .extracto p {
    color: #ffffff;
    padding: 20px;
}
.slide .subtitulo{margin:16px 0;}
.slide .slide_read-more-btn {
    text-transform: uppercase;
    padding: 10px 35px 10px 25px;
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 5px;
    font-weight: bold;
    margin-top: 18px;
    background: #d96128;
    font-family: 'Lato', arial;
    border-radius: 9px;
    line-height: 19px;
    display: none;
}
.slide .slide_read-more-btn:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: 28px;
    margin-right: -16px;
}
.slide .slide_read-more-btn.slide-read-more--video:before{
	content: url(img/play_btn.png);
    vertical-align: middle;
    margin-right: 20px;
}
.slide .slide_title{

}
.slide .subtitulo, .slide .extracto {
    background: var(--gris);
    border-radius: var(--radio);
}
.slide .slide_read-more-btn:hover{background:#783f43;}
.slide .image_container{width:100%;height:500px;position:absolute;top:0;left:0;background:#000 no-repeat center center;background-size:cover;}
.slide .image_overlay{width:100%;height:500px;background:rgba(0,0,0,0.25);position:absolute;top:0;left:0;}

.categories-title:after{content:'';display:block;margin:0 auto;height:4px;width:20px; background:#0000f0;margin-top:10px;}
.categories-title{font-size:30px;font-weight:600;margin-top:45px;margin-bottom:35px;text-align:center;color:#0000f0;}

#load-more-btn{display:block;width:100%;height:46px;color:#0000f0;font-size:16px;font-weight:800;text-align:center;line-height:46px;letter-spacing:3px;text-transform:uppercase;border:1px solid #0000f0;cursor:pointer;clear:both;margin:50px auto;transition:all 0.2s ease;}
#load-more-btn:hover{background:#0000f0;color:#fff;}


.blog .sp-grid li:nth-child(1), .blog .sp-grid li:nth-child(2) {
    max-width: 580px;
    width: 580px;
}

.blog .sp-grid li:nth-child(1) .grid-item, .blog .sp-grid li:nth-child(2) .grid-item{
	height: 630px;
}

.blog .sp-grid li:nth-child(1) .grid-item .post-img, .blog .sp-grid li:nth-child(2) .grid-item .post-img{
	height: 380px;
}

.blog .sp-grid li:nth-child(3n){
	margin-left:0;
}

.post-img-container{}

.post-img-container .post-img{}

/*Grid Item Post Hover*/
.sp-grid .grid-item{}
.sp-grid .grid-item:hover {} 
.sp-grid .grid-item:hover .post-img-container{}
.sp-grid .grid-item:hover .post-header h2 a{}
.sp-grid .grid-item:hover .post-img-container:before{}

.article_category {
    font-size:12px;
    text-transform:uppercase;
    font-weight:500;
    text-align:center;
    margin-top:25px;
}

.article_category a {
    color: #0000f0;
}

.blog .grid-item .post-header h2 {
    font-style: italic;
    font-weight: normal;
    font-size: 38px;
    text-align: center;
    line-height: 38px;
}

.article_separator{
	width:25px;
	height:2px;
	background:#0000f0;
	margin:10px auto 25px auto;
}

.article_date{
	font-size:12px;
	text-transform:uppercase;
	font-weight:500;
	text-align:center;
	color:#bebeff;
	margin-bottom:20px;
}

.article_author, .article_tags{
	font-size:12px;
	text-transform:uppercase;
	font-weight:500;
	text-align:center;
	color:#000;
}

.article_author a, .article_tags a{
	color:#000;
}


/*****
/** Post
/***********************/

.fullwidth .main-article{
	width: 786px;
	float:left;
	background:#fff;
	height: 790px;
	position: relative;
}

.homepage-left .fullwidth .main-article {
	float: none;
}

.fullwidth .sp-grid > li{
	width: auto;
	max-width: 375px;
	float:left;
}

.main-article .post-entry .date {
    margin-bottom: 20px;
}

.fullwidth .sp-grid .grid-item{
	background:#fff;
	height: 550px;
}

.fullwidth .post-entry{
	padding:20px;
}

.fullwidth .post-entry h2 a {
	color:#000;
}


.fullwidth .main-article .post-entry h2 {
	font-size: 35px;
    font-weight: 700;
    line-height: 40px;
}

.post {
	margin-bottom:0px;
}

.page-template-page-basic p {
    font-size: 14px;
    line-height: 17px;
    margin: 20px 0;
    color:#000;
}

.page-template-page-basic h3 {
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    margin: 30px 0;
}

/*** Post header ***/
.post-header {
	margin-top: 30px;
	margin-bottom:25px;
}
.post-header .cat a {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
	border-bottom:1px solid;
	border-color:#C69F73;
	padding-bottom:2px;
	display:inline-block;
	margin:0 4px 12px 4px;
}
.post-header h2, .post-header h1 {
	margin-bottom:6px;
}
.post-header h2 a, .post-header h1 {
	font-size:28px;	
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
}
.page-template-page-fullwidth .post-header h1{display:none;}

#main.fullwidth.post-fullwidth .post-header h2, #main.fullwidth.post-fullwidth .post-header h1, #main.fullwidth.narrow.post-fullwidth .post-header h2, #main.fullwidth.narrow.post-fullwidth .post-header h1 {

}
#main.fullwidth.post-fullwidth .post-header h2 a, #main.fullwidth.post-fullwidth .post-header h1, #main.fullwidth.narrow.post-fullwidth .post-header h2 a, #main.fullwidth.narrow.post-fullwidth .post-header h1 {
}

.post-header .date {
	font-size:11px;
	color:#000;
}

/*** Post Image ***/
.post-img {
	text-align:center;
	overflow:hidden;
}
.post-img img {
	width:100%;
	height:auto;
}
.post-img.audio iframe {
	height:166px;
	width:100%;
}

/*** Post Entry ***/
#main.fullwidth.narrow .post-entry {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

.single-post .fullwidth{clear:both;}

.single-post .fullwidth .post-entry p {
    font-size: 16px;
    color: #000;
    line-height: 27px;
    font-family: "Open Sans",Arial,sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.single-post .post-header h1.entry-title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 800;
    max-width: 950px;
    margin: 12px auto;
}

.single-post .post-header .date {
    font-size: 14px;
    color: #000;
}

.single-post .post-header .post-subtitle {
	font-size: 28px;
	padding-bottom: 20px;
	color: #000;
}

.single-post .post-header .author-after-title, .single-post .post-header .author-after-title a {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}

.single-post .post-header a[rel=tag] {
    color: #000;
    text-transform: uppercase;
}


.single-post article{
	background:#fff;
	margin-bottom:80px;
}

.single-category {
    font-size:12px;
    text-transform:uppercase;
    font-weight:500;
    text-align:center;
    padding-top:30px;
}

.single-category a {
    color: #0000f0;
}

.single-post .post-header h1.entry-title {
    font-weight: normal;
    font-size: 58px;
    text-align: center;
    line-height: 60px;
    text-transform:none;
    font-family:'Playfair';
}

.single-separator{
	width:80%;
	height:1px;
	background:#b9b9b9;
	margin:70px auto 25px auto;
}

.single-date{
	font-size:12px;
	text-transform:uppercase;
	font-weight:500;
	text-align:center;
	color:#bebeff;
	margin-bottom:20px;
}

.single-label{
	color:#b9b9b9;
}
.single-author, .single-tags{
	font-size:12px;
	text-transform:uppercase;
	font-weight:500;
	text-align:center;
	color:#000;
}

.single-author a, .single-tags a{
	color:#000;
}

.social-sharing {
	padding-top: 20px;
	text-align: center;
    padding-bottom: 50px;
}

.social-sharing-title{
    color: #b9b9b9;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.social-sharing .social-share-link {
    color: #b9b9b9;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    line-height: 29px;
    margin: 5px;
    font-size: 22px;
}

.post-entry img {
	max-width:100%;
	height:auto;
}

.post-entry p, .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .post-entry hr {
	margin-bottom:20px;
}
.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {}
.post-entry h1 {
	font-size:26px;
}
.post-entry h2 {
	font-size:24px;
	font-weight: bold;
}
.post-entry h3 {
	font-size:21px;
}
.post-entry h4 {
	font-size:19px;
}
.post-entry h5 {
	font-size:17px;
}
.post-entry h6 {
	font-size:15px;
}
.post-entry hr {
	border:0;
	height:0;
	border-bottom:1px solid #e5e5e5;
	clear:both;
}
.post-entry blockquote {
	border-left:3px solid;
	border-color:#C69F73;
	padding:0 18px;
}
.post-entry blockquote p {
	font-family:"Georgia";
	font-size:18px;
	line-height:28px;
	font-style:italic;
}

.post-entry ul, .post-entry ol {
	padding-left:45px;
	margin-bottom:20px;
}
.post-entry ul li, .post-entry ol li {
	margin-bottom:12px;
	line-height:24px;
}
.post-entry ul li {
	list-style:disc;
}
.post-entry ol li {
	list-style:decimal;
}

.sticky.post .post-header { border:1px dashed #eee; padding:20px 0; }
.post-entry pre {
	overflow:auto;
}

.post-entry table { width:100%; margin-bottom:22px; border-collapse:collapse }
.post-entry td, .post-entry th { padding: 12px; border: 1px #e5e5e5 solid;}
.post-entry th { font-weight:bold; font-size:14px; background:#f5f5f5;}
.post-entry tr:hover {
	background:#f9f9f9;
}

/*** More button ***/
.more-link {
	text-align:center;
	display:block;
}
.more-button {
	font-size:10px;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#000;
	background:#ffffff;
	font-weight:700;
	display:inline-block;
	margin-top:16px;
	padding:9px 24px 10px;
	border:1px solid;
	border-color:#C69F73;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
}
.more-button:hover {
	background:#C69F73;
	color:#fff;
	border:1px solid;
	border-color:#C69F73;
}

/*** Post Meta ***/
.post-meta {
	margin-top:35px;
	overflow:hidden;
	padding-bottom:10px;
	font-style:italic;
	clear:both;
}
.meta-comments {
	float:left;
}
.meta-comments a {
	color:#424242;
	font-size:13px;
}
.meta-share {
	float:right;
	color:#999;
	font-size:13px;
}
.share-text { 
	margin-right:2px;
}
.meta-share a {
	margin-left:9px;
	font-size:16px;
}

/*** Post author ***/
.post-author {
	margin-bottom:60px;
	margin-top:60px;
	overflow:hidden;
}	

.author-img {
	float:left;
	margin-right:30px;
}

.author-img img {
	border-radius:50%;
}

.author-content h5 a {
	font-size:18px;
	margin-bottom:8px;
	color:#000;
	display:block;
}

.author-content p {
	margin-bottom:8px;
}

.author-content .author-social {
	font-size:14px;
	color:#bbb;
	margin-right:8px;
}

/*** Post related ***/
.post-related {
	overflow:hidden;
	margin-bottom:60px;
	margin-top:20px;
}

.post-template-default .fullwidth .post-related .sp-grid li{
	margin-left:36px;
}

.post-template-default .fullwidth .post-related .sp-grid li:first-child{
	margin-left:0;
}

.page-template-brand .fullwidth .post-related .sp-grid li{
	margin-left:36px;
}

.page-template-brand .fullwidth .post-related .sp-grid li:first-child{
	margin-left:0;
}

.page-template-brand .fullwidth .post-related .sp-grid li:nth-child(3n+1){
	margin-left:0;
}

.search .container .fullwidth .sp-grid li{
	margin-left:36px;
}

.search .container .fullwidth .sp-grid li:first-child{
	margin-left:0;
}

.search .container .fullwidth .sp-grid li:nth-child(3n+1){
	margin-left:0;
}

.archive .container .fullwidth .sp-grid li{
	margin-left:36px;
}

.archive .container .fullwidth .sp-grid li:first-child{
	margin-left:0;
}

.archive .container .fullwidth .sp-grid li:nth-child(3n+1){
	margin-left:0;
}

.paged .container .fullwidth .sp-grid li{
	margin-left:36px;
}

.paged .container .fullwidth .sp-grid li:nth-child(3n+1){
	margin-left:0;
}

.page-template-professionals .container .fullwidth .sp-grid li{
	margin-left:36px;
}

.page-template-professionals .container .fullwidth .sp-grid li:first-child{
	margin-left:0;
}

.page-template-professionals .container .fullwidth .sp-grid li:nth-child(3n+1){
	margin-left:0;
}

.page-template-professionals .container .fullwidth .sp-grid li{
	margin-bottom: 40px;
}

.page-template-professionals .container .fullwidth .sp-grid li .grid-item{
	background:#fff;
	height: 375px;
}

.page-template-sphere .container .fullwidth .sp-grid li:first-child{
	margin-left:0;
}

.page-template-sphere .container .fullwidth .sp-grid li:nth-child(3n+1){
	margin-left:0;
}

.page-template-sphere .container .fullwidth .sp-grid li{
	margin-left:36px;
	margin-bottom: 40px;
	display:inline-block;
	vertical-align:top;
	float:none;
	background:#fff;
}

.post-box { text-align:center; }
.post-box-title {
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 800;
    padding-bottom: 4px;
    display: inline-block;
    color: #0000f0;
}

.item-related {
	width:240px;
	float:left;
	margin-right:20px;
}
.item-related:last-child {
	margin-right:0;
}

	#main.fullwidth .item-related {
		width:340px;
		margin-right:30px;
	}
	#main.fullwidth .item-related:last-child {
		margin-right:0;
	}

.item-related img {
	margin-bottom:6px;
	width:100%;
	height:auto;
}
.item-related h3 {
	margin-bottom:4px;
}
.item-related h3 a {
	font-size:14px;
	color:#424242;
	font-family:"Lato";
}
.item-related h3 a:hover {
	text-decoration:underline;
}
.item-related span.date {
	font-size:11px;
	font-style:italic;
	color:#999;
}

/** Post tags ***/
.post-tags {
	margin-top:25px;
	margin-bottom:-15px;
	padding-bottom:13px;
	clear:both;
}
.post-tags a {
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	background:#f2f2f2;
	color:#666;
	padding:7px 8px;
	margin-right:7px;
	border-radius:3px;
	margin-bottom:5px;
	display:inline-block;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
.post-tags a:hover {
	background:#ddd;
	color:#666;
	text-decoration:none;
}

/*** Comments ***/
.post-comments {
	margin-bottom:60px;
	margin-top:60px;
}

.comments {
	margin-bottom:40px;
}

.thecomment {
	border-bottom:1px dotted #eee;
	padding-bottom:34px;
	margin-bottom:34px;
}

.thecomment .author-img {
	float:left;
	margin-right:20px;
}
.thecomment .author-img img {
	border-radius:50%;
}
.thecomment .comment-text {
	overflow:hidden;
}
.thecomment .comment-text span.author, .thecomment .comment-text span.author a {
	display:block;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:6px;
	color:#424242;
}
.thecomment .comment-text span.author a:hover {
	text-decoration:underline;
}
.bypostauthor .thecomment .comment-text span.author, .bypostauthor .thecomment .comment-text span.author a {
	font-weight:700;
}

.thecomment .comment-text span.date {
	font-size:11px;
	color:#999;
	font-style:italic;
	display:block;
	margin-bottom:6px;
}

.thecomment .comment-text em {
	font-size:13px;
	margin-bottom:-14px;
	display:block;
	color:orange;
	letter-spacing:1px;
}
.thecomment .comment-text em i {
	font-size:14px;
	color:#f3bd00;
}

.post-comments span.reply a {
	float:right;
	font-size:10px;
	background-color:#aaa;
	color:#FFF;
	padding:2px 5px 4px 5px;
	border-radius:2px;
	margin-left:7px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.post-comments span.reply a.comment-edit-link {
	background:#c5c5c5;
}
.post-comments span.reply a:hover {
	opacity:.8;
}

.post-comments ul.children { margin: 0 0 0 55px; }
.post-comments ul.children li.thecomment { margin:0 0 8px 0; }

/** Reply **/
#respond {
	margin-bottom:20px;
	overflow:hidden;
}

#respond  h3 {
	font-size:11px;
	color:#999;
	font-weight:700;
	margin-bottom:20px;
	font-family:"Lato";
	letter-spacing:2px;
	text-transform:uppercase;
}

#respond h3 a {
	color:#000;
	display:inline-block;
}

#respond h3 small a {
	text-transform:uppercase;
	font-size:11px;
	background:#333;
	color:#FFF;
	padding:4px 6px 5px;
	border-radius:3px;
	margin-left:7px;
	letter-spacing:1px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#respond h3 small a:hover {
	opacity:.8;
}

#respond label {
	color:#888;
	width:80px;
	font-size:13px;
	display:inline-block;
	font-weight:300;
}
#respond input {
	padding:8px 10px;
	border:1px solid #DDD;
	margin-right:10px;
	border-radius: 3px;
	color:#999;
	margin-bottom:15px;
	font-size:11px;
	width:250px;
	font-family:"Lato";
}
#respond input:focus {outline:none;}
#respond .comment-form-url {
	margin-bottom:10px;
}
#respond textarea {
	padding:14px;
	border:1px solid #DDD;
	border-radius: 3px;
	width:95%;
	height:120px;
	font-size:13px;
	color:#777;
	margin-bottom:14px;
	line-height:20px;
	font-family:"Lato";
}
#respond textarea:focus {outline:none;}

#respond #submit {
	text-transform:uppercase;
	letter-spacing:2px;
	background:#eee;
	border-radius:0;
	font-size:11px;
	color:#666;
	padding:12px 19px 14px;
	margin-top:6px;
	display:inline-block;
	border:none;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	cursor:pointer;
	border-radius:30px;
	width:auto;
}
#respond #submit:hover {
	background:#333;
	color:#FFF;
}
p.comment-form-cookies-consent {
	margin-bottom:10px;
}
#respond p.comment-form-cookies-consent input[type="checkbox"], #respond input[type="checkbox"], input[type="checkbox"] {
	width:auto;
}
#respond p.comment-form-cookies-consent label {
	width:100%;
	display:inline;
}

/*****
/** Pagination
/***********************/

.pagination {
	margin-top:60px;
	overflow:hidden;
	margin-bottom:40px;
	clear:both;
}

.pagination a {
	display:inline-block;
	color:#0000f0;
	text-transform:uppercase;
	font-size:14px;
	padding-bottom:5px;
	font-weight:800;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
.pagination a:hover {
	color:#424242;
}
.pagination .newer {
	float:left;
	
}
.pagination .older {
	float:right;
}

/*****
/** Post List Layout
/***********************/
.list-item {
	overflow:hidden;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #eee;
}
.list-item .list-content {
	overflow:hidden;
}
.list-item .post-img {
	float:left;
	margin-right:25px;
	margin-bottom:0;
}
.list-item .post-img img {
	max-width:270px;
}
.list-item .list-content .post-header {
	text-align:left;
}
.list-item .post-header h2 a {
	font-size:22px;
}
.list-item .post-header .cat a {
	margin:0 8px 7px 0;
}
.list-item .post-header  {
	margin-bottom:14px;
}
.list-meta .date {
	font-size:11px;
	font-style:italic;
	color:#999;
}
.list-item .post-entry p {
	margin-bottom:14px;
}

/*****
/** Post Grid Layout
/***********************/
.grid-item {
	margin-bottom:8px;
}
.sp-grid > li {
	width:375px;
	display:inline-block;
	vertical-align: top;
	margin-left: 26px;
}

/* fullwidth */
.fullwidth .sp-grid > li {
	margin-left:36px;
}
.fullwidth .sp-grid > li:first-child {
	margin-left:0;
}
/*
.fullwidth .sp-grid li:nth-of-type(3n+1) {
	margin-left:0;
}*/

.category #main.fullwidth .sp-grid > li:nth-of-type(3n+1) {
	margin-left:0;
}

.category #main.fullwidth .sp-grid li:nth-of-type(3n) {
	margin-left:36px;
}


.grid-item .post-header .cat a {
	margin:0 4px 8px 4px;
}

.grid-item .post-header h2 {}

.grid-item .post-header h2 a {
    font-size: 32px;
    font-family: 'Josefin Sans',Arial;
    line-height: 32px;
    color: #ffffff;
}
.grid-item .post-header h4.subtitulo {}
.grid-item .post-header {
    margin-bottom: 0;
    padding: 10px 25px 5px 20px;
    position: absolute;
    bottom: 40px;
    left: 0;
    text-align: left;
}

.grid-item .post-header .date{
	font-size: 12px;
	display:inline-block;
	padding-bottom:7px;
}

.fullwidth .grid-item .post-entry {
    padding: 0 20px;
    line-height: 14px;
    font-size: 12px;
    padding-bottom: 10px;
}

#main.fullwidth .grid-item .post-entry p{
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 0;
}

.fullwidth .grid-item .post-img {
	height: 244px;
	position: relative;
}

.fullwidth .main-article .post-img img {
	width:auto;
	min-width:100%;
	height:auto;
}

.fullwidth .grid-item .post-img img {
	width:auto;
	min-width:100%;
	height:auto;
	max-width: 100%;
}


.fullwidth .main-article .post-img {
	height: 590px;
	position: relative;
}


.fullwidth .grid-item .post-img .type-icon-badge, .fullwidth .main-article .post-img .type-icon-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    width: 44px;
    height: 44px;
    padding: 8px;
    border-radius: 100%;
}

.fullwidth .grid-item .post-img .type-icon, .fullwidth .main-article .post-img .type-icon {
	max-width: 100%;
}

.grid-item .post-img .post-video-icon{
	position:absolute;
	width: 100px;
	height: 100px;
	top:50%;
	left:50%;
	margin-top: -50px;
	margin-left:-50px;
	background: url(img/video_play_button.png) no-repeat center center;
	cursor:pointer;
}


/*Calendar*/

.calendar-title{text-align:center;font-size:30px;font-weight:bold;}
.calendar-events-title{font-size:25px;}
.calendar-title:after {
content: '';
width: 18px;
height: 4px;
background: #0000f0;
display: block;
margin: 25px auto 30px auto;
}
.blue{color:#0000f0;}
.reminder-info {
padding-bottom: 22px;
font-size: 13px;
text-transform: uppercase;
text-decoration: underline;
text-align: right;
float:right;
display:inline-block;
}
.reminder-info a{color:#000;}
.reminder-info .download-icon{width:18px;margin-left:10px;}

.calendar-switch-container{margin-bottom:20px;float:left;}
.switch-wrapper{width:26px;height:14px;border-radius:30px;border:1px solid #0000f0;box-sizing:border-box;position:relative;display:inline-block;margin-right:10px;}
.switch-ball{width:8px;height:8px;background:#0000f0;position:absolute;top:2px;right:2px;border-radius:50%;}
.switch-on .switch-ball{}
.switch-off{border-color:#000;}
.switch-off .switch-ball{left:2px;background:#555;}
.calendar-switch-text{display:inline-block;text-transform:uppercase;font-size:13px;}


.calendar{position:relative;padding-left:1px;}
/*.calendar-fixed-header {position:fixed;top:100px;z-index:3;background:#f8f8fc;padding-top:20px;}*/
.calendar-fixed-header {position:relative;background:#f8f8fc;padding-top:20px;}
.calendar-days-row{}
.calendar .column{width:117px;display:inline-block;vertical-align:top;margin-left:-1px;transition:width 0.2s ease;}
.calendar .box.column-header{height:65px;text-align:center;text-transform:uppercase;line-height:65px;color:#0000f0;font-weight:800;border-top:1px solid #0000f0;}
.calendar.calendar-shows .box.column-header{height:65px;overflow:hidden;}
.calendar .box.column-header .weekday{display:none;}
.calendar .box.column-header.active{background:#0000f0;color:#fff;}
.calendar .box.active:nth-child(2):not(.column-header){border-top:1px solid #fff;}
.homepage-calendar .calendar .box.active:nth-child(2):not(.column-header){border-top:0;}
/*.calendar.calendar-scrollable{margin-top:187px;padding-bottom:200px;}*/
.calendar.calendar-scrollable{padding-bottom:50px;}

.calendar .box{height:130px;display:block;background:#fff;opacity:0.5;border-bottom:1px solid #0000f0;border-left:1px solid #0000f0;border-right:1px solid #0000f0;position:relative;color:#000;}
.calendar.calendar-shows .box{height:100px;}
.calendar.calendar-shows .box.passed .event-data{}
.calendar .event-live {position:absolute;bottom:8px;right:4px;}
.calendar .event-live .live-icon{width:30px;height:14px;border-radius:2px;background:#5a5a5a;color:#fff;text-align:center;line-height:14px;font-size:9px;font-weight:bold;font-family:Arial;text-transform:uppercase;}
.calendar .box.active .event-live{animation: blinking 1s linear infinite;}
.calendar .event-video-icon{width:21px;height:21px;border-radius:50%;border:1px solid #000;text-align:center;margin-right:4px;}
.calendar .event-triangle-icon{width:0;height:0;border-style:solid;border-width:5px 0 5px 7px;border-color:transparent transparent transparent #000000;margin:5px 7px;}
.calendar .box.future .event-video-icon{opacity:0.3;}
.calendar .box.future .event-live{opacity:0.3;}
.calendar .box .popup-html{display:none;}
.calendar .column.over{width:267px;}
.calendar .box.active{}
.calendar .passed{}
.calendar .future{}
.calendar:not(.calendar-shows) .column.inactive .box.passed .event-container{}
.calendar:not(.calendar-shows) .column.active .box.passed:not(:last-child) .event-container{}
.calendar .column.active .box.passed:last-child{}
.calendar .event-wrapper{border-left:7px solid #656565;height:100%;}
.calendar .event-container{padding:20px 10px;font-size:14px;}
.calendar .event-details{display:inline-block;vertical-align:top;text-align:left;cursor:pointer;}
.calendar .future .event-details{}
.calendar.calendar-shows .event-container{height:70px;padding:13px 0 0 7px;}
.calendar.calendar-shows .box:not(.column-header){cursor:pointer;}
.calendar.calendar-shows .box.future{}
.calendar.calendar-events .box .event-details, .calendar.calendar-events .box .event-data, .calendar.calendar-events .box .event-footer{cursor:pointer;}
.calendar .event-title{font-size:13px;color:#333;line-height:15px;}
.calendar.calendar-shows .event-title{word-break:break-word;}
.calendar .event-subtitle{font-size:13px;}
.calendar.calendar-shows .event-data{display:block;font-size:10px;position:absolute;bottom:8px;left:12px;}
.calendar .event-hour{font-weight:300;}
.calendar .event-hour-description{display:none;line-height:14px;padding-right:32px;}
.calendar .event-hour-description p{line-height:14px;}
.calendar .box.active .event-hour{}
.calendar .event-label{font-size:10px;font-weight:800;padding:10px 0;text-transform:uppercase;}
.calendar .event-footer{position:absolute;left:10px;bottom:12px;max-width:140px;}
.calendar .event-footer-line{font-size:13px;}
.calendar .box.passed .event-alarm, .calendar .box.active .event-alarm{display:none;}
.calendar .event-alarm{position:absolute;bottom:12px;right:25px;text-align:center;}
.calendar .event-alarm .reminder-icon{width:25px;}
.calendar.calendar-shows .event-alarm{bottom:8px;right:20px;}
.calendar.calendar-shows .event-alarm .reminder-icon{width:16px;}

@keyframes blinking {
  50% {
    opacity: 0;
  }
}

/*Main Calendar / Primary */
.calendar .box.primary{color:#000;}
.calendar .box.secondary{}
.calendar .box.primary .event-wrapper{border-left-color:#0000f0;}
.calendar .box.primary .event-title{color:#000;font-weight:800;}
.calendar .box.primary .live-icon{background:#0000f0;}
.calendar .box.primary .event-video-icon{border-color:#0000f0;}
.calendar .box.primary .event-triangle-icon{border-color:transparent transparent transparent #0000f0;;}

/*Over*/
.calendar .column.over .column-header .weekday{display:inline;}
.calendar .column.over .box{opacity:1;}
.calendar .column.over .event-title{font-size:23px;font-family:'Playfair';line-height:25px;}
.calendar .column.over .box.primary .event-title{}
.calendar .column.over .event-hour{display:none;}
.calendar .column.over .event-hour-description{display:block;}

.calendar .column.over .box.primary{}


.calendar-disclaimer {padding-bottom:50px;text-align:center;}
.calendar-disclaimer .calendar-disclaimer-title{font-size:32px;font-family:'Playfair';color:#000;}
.calendar-disclaimer p{color:#656565;}
.calendar-disclaimer-content{text-align:left;}
.event-alarm-link{width:16px;height:16px;text-align:center;color:#fff;border-radius:50%;line-height:14px;display:inline-block;}

.event-popup{display:none;position:absolute;left:50%;width:718px;margin-left:-361px;min-height:350px;border:1px solid #0000f0;z-index:2;background:#fff;margin-top:-1px;}
.calendar-shows .event-popup {width:1196px;margin-left:-600px;}
.event-popup .close_btn{width:22px;height:22px;cursor:pointer;position:absolute;right:30px;top:30px;}
.event-popup .close_btn:before, .event-popup .close_btn:after{content:'';width:100%;height:2px;background:#000;top:10px;transform:rotate(-45deg);display:block;position:absolute;}
.event-popup .close_btn:after{transform:rotate(45deg);}
.event-popup .event-popup-include{padding:20px 70px 40px 70px;}
.event-popup-title{font-size:45px;font-family:'Playfair';}
.event-popup-subtitle{font-size:20px;font-weight:800;}
.event-popup-label{font-size:16px;text-transform:uppercase;font-weight:800;}
.event-popup-date{font-size:20px;color:#0000f0;margin:3px 0 20px 0;font-weight:bold;}
.event-popup-description{font-size:14px;}
.event-popup-description img{max-width:100%;height:auto;margin:0 auto;display:block;}
.event-popup .fluid-width-video-wrapper{margin-bottom:20px;}
.event-popup-footer{text-align:center;padding-top:30px;font-size:0;}
.event-popup-footer-section{display:inline-block;width:48%;margin-left:2%;margin-bottom:30px;}
.event-popup-footer-section:first-child{margin-left:0;}
.event-popup-footer-section:nth-child(2n+1){margin-left:0;}
.event-popup-footer-section--lookbook{
display:block;
width:100%;
margin-left:0;
margin-top:13px;
}
.event-popup-footer-button {
display: inline-block;
background: #0000f0;
color: #fff;
width: 100%;
height: 56px;
border: 1px solid #0000f0;
line-height: 56px;
text-align: center;
text-transform: uppercase;
font-weight: 800;
font-size: 14px;
letter-spacing: 1px;
margin-top:10px;
vertical-align:top;
transition:all 0.2s ease;
}
.event-popup-footer-button:hover{
background:#fff;
color:#0000f0;
}
.event-popup-footer-button--secondary {
color: #000;
background: none;
border-color: #000;
}
.event-popup-footer-button--secondary:hover{
background:#000;
color:#fff;
}
.event-popup-footer-button--tertiary {
color: #999;
background: none;
border-color: #999;
}
.event-popup-footer-button--tertiary:hover{
background:#999;
color:#000;
}
.event-popup-footer-button--quaternary {
color: #fff;
background: #999;
border-color: #999;
}
.event-popup-footer-button--quaternary:hover {
color: #000;
}
element.style {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 13px;
}
.event-popup-footer-text {
    text-align: center;
    font-size: 16px;
    color: #0000f0;
    font-weight: 500;
}
/*.event-popup-footer-section--digital .event-popup-footer-text{color:#000;}*/
.event-popup-footer-text-first-line {
    text-transform: uppercase;
}
.event-popup-footer-hour {
    font-size: 34px;
}

/*Calendar Events*/
.calendar-events .column {width:100%;}
.calendar-events .box.column-header {
    text-align:left;
    font-size:20px;
    padding-left:30px;
    text-transform:none;
    opacity:1;
    cursor:pointer;
}
.calendar-events .column-header .collapse-indicator{float:right;margin-right:32px;}
.calendar-events .column-header .collapse-sign{font-size:30px;line-height:62px;}
.calendar-events .column-header .collapse-sign.minus{display:none;font-size:50px;}
.calendar-events .column.expanded .column-header .collapse-sign.minus{display:block;}
.calendar-events .column.expanded .column-header .collapse-sign.plus{display:none;}

.calendar-events .box{opacity:1;}
.calendar-events .box:not(.column-header){
    border: 0;
    background: none;
    border-bottom: 1px solid #7575f5;
    display:none;
    height:auto;
    min-height:130px;
}
.calendar-events .box:not(.column-header):last-child{border-bottom:0;}
.calendar-events .column.expanded .box{display:block;}
.calendar-events .column.active{width:100%}
.calendar-events .column.active .column-header{background:#0000f0;color:#fff;}
.calendar-events .box.active{}
.calendar-events .box.active .event-title{}

.calendar-events .box .event-details {float:left;max-width:55%;}
.calendar-events .event-title{font-family:'Playfair';font-size:30px;line-height:37px;color:#000;}
.calendar-events .event-data{display:block;position:relative;width:auto;text-align:right;right:10px;}
.calendar-events .event-subtitle{font-size:14px;text-transform:uppercase;color:#0000f0;line-height:22px;font-weight:500;}
.calendar-events .event-extra-info{text-transform:uppercase;width:auto;line-height:20px;margin-bottom:5px;}
.calendar-events .event-hour{font-size:20px;font-weight:normal;text-transform:uppercase;}


/* Single Show */

.single-shows #top-bar{display:none;}
.single-shows #header{padding:0;}
.show-header{display:flex;margin:50px 0 45px 0;}
.show-header-left{display:flex;}
.show-header-line{height:2px;flex-basis:100%;margin-top:26px;background:#0000f0;margin:26px 25px 0 0;}
.show-header .close-btn{width:50px;height:50px;position:relative;}
.show-header .close-btn:before, .show-header .close-btn:after{content:'';width:100%;height:4px;background:#0000f0;top:50%;transform:rotate(-45deg);display:block;position:absolute;}
.show-header .close-btn:after{transform:rotate(45deg);}}
.show-content{}
.show-content img.wp-post-image{max-width:100%;height:auto;}
.show-title{font-family:'Playfair',serif;margin-bottom:30px;font-size:50px;}
.show-maison{color:#0000f0;text-transform:uppercase;font-size:22px;padding-top:50px;}
.show-extra-content{margin-top:50px;}
.show-extra-content iframe{border:0;width:100%;height:700px;overflow:hidden;}
.show-footer{font-size:0;text-align:left;}
.show-footer-left{display:inline-block;min-width:40%;vertical-align:top;}
.show-footer-right{display:inline-block;width:60%;vertical-align:top;padding-top:25px;}
.show-footer-right .event-popup-footer-button{display:inline-block;vertical-align:top;width:45%;margin-left:5%;}
.show-footer #share-button{cursor:pointer;}
.show-footer #share-button.copied{font-size:14px;}

/*Video Blocked*/
.video-blocked-box {
    border: 1px solid #000;
    padding: 20px;
    font-family:"FuturaSTD", sans-serif;
    text-align:center;
}
.video-blocked-title {
    font-size: 30px;
    margin: 20px 0;
    color:#0000ff;
    font-weight:700;
}
.video-blocked-text {
    font-weight: 600;
    font-size: 18px;
    max-width: 540px;
    margin: 0 auto;
}
.video-blocked-text::after{
    content: '';
    width: 20px;
    height: 4px;
    background: #0000f0;
    margin: 20px auto 20px auto;
    display: block;
}
.video-blocked-subtext {
    max-width: 540px;
    margin: 0 auto;
}
.video-blocked-buttons {
    margin: 30px 0;
}
.video-blocked-buttons button {
    margin-left: 30px;
    cursor: pointer;
    background: #0000f0;
    border:0;
    color: #ffffff;
    padding:1em;
    user-select:none;
    justify-content: center;
    font-weight: 500;
    box-sizing: border-box;
    font-size:12px;
    display:inline-block;
    margin-bottom:10px;
    text-transform:uppercase;
    font-family:"FuturaSTD", sans-serif;
    letter-spacing:2px;
}
.video-blocked-buttons button:first-child{margin-left:0;}
.video-blocked-buttons .video-blocked-configure {
    background: none;
    color: #0000f0;
    border: 1px solid #0000f0;
}


/*Professionals*/
.list-categories.alphabet-list .cat-item{margin-left:5px;}
.capital-letter {
    width: 375px;
    height: 375px;
    background: #0000f0;
    color: #fff;
    line-height: 375px;
    text-align: center;
    font-size: 255px;
    font-weight: 800;
}
.fullwidth .grid-item.brand .post-img {
	height: 300px;
}
.fullwidth .grid-item.brand .post-img img{
	min-height: 300px;
}
.fullwidth .grid-item.brand .post-header{padding:0;}
.fullwidth .grid-item.brand .post-header .brand-title {
    font-size: 23px;
    font-weight: 800;
    line-height: 75px;
    margin: 0;
    text-align: center;
    font-family:'Playfair';
}
.brands-categories{margin-top:18px;}
.brands-categories ul.list-categories{display:block;padding-top:2px;float:none;text-align:center;padding-bottom:40px;}
ul.list-categories.brands-list li{max-width:100%;}
ul.list-categories.brands-list .cat-item{border-bottom:2px solid #a5a5a5;width:276px;margin-left:27px;height:54px;line-height:54px;text-align:left;}
ul.list-categories.brands-list .cat-item:first-child{margin-left:0;}
ul.list-categories.brands-list .cat-item a{font-size:26px;text-transform:none;font-weight:500;color:#a5a5a5;display:block;}
ul.list-categories.brands-list .cat-item.current-cat{border-color:#0000f0;}
ul.list-categories.brands-list .cat-item.current-cat a{color:#0000f0;}
.page-template-brand .left-side{width:380px;display:inline-block;vertical-align:top;}
.page-template-brand .right-side{width:600px;display:inline-block;vertical-align:top;float:right;}
.brand-image{position:relative;overflow:hidden;}
.brand-image .close_btn{width:25px;height:25px;cursor:pointer;position:absolute;right:20px;top:20px;}
.brand-image .close_btn:before, .brand-image .close_btn:after{content:'';width:100%;height:3px;background:#fff;top:10px;transform:rotate(-45deg);display:block;position:absolute;box-shadow:0 0px 18px rgba(0, 0, 0, 0.5);}
 .brand-image .close_btn:after{transform:rotate(45deg);}
.brand-image>img{min-width:100%;height:auto;max-width:100%;}
.page-template-brand .full-side{width:100%;display:block;clear:both;padding-top:35px;}
.brand-info{font-size:16px;line-height:20px;color:#000;}
.brand-info h2{font-weight:800;font-size:18px;}
.brand-info .brand-website {word-break:break-word;}
.brand-video-link{text-transform:uppercase;font-size:18px;margin:20px 0 5px 0;line-height:25px;cursor:pointer;}
.brand-video-link .video-icon{height:22px;margin-left:12px;vertical-align:top;}
.page-template-brand .public-content{padding:30px 0;}
.page-template-brand .popup-html{display:none;}
.page-template-brand .event-popup {width:1200px;margin-left:-600px;}
.page-template-brand .event-popup .event-popup-include{padding:70px;}
h2.brand-title{
	font-size: 70px;
    color: #000;
    display: inline-block;
    font-family: 'Playfair';
    line-height: 74px;
}
h2.brand-title:after{
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background: #0000f0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.brand-rrss{margin-top:20px;}
.brand-rrss .rrss {
    font-size:28px;
    display:inline-block;
    margin-right:12px;
    margin-bottom:10px;
}
.brand-rrss .rrss.fa.fa-tiktok {
    background: url(img/tiktok.svg);
    background-size: 100% 100%;
    height: 28px;
    width: 20px;
}
.private-block{background:#fff;margin-top:50px;padding-top:50px;padding-bottom:50px;margin-bottom:30px;}
.private-block .brand-block{
    max-width: 380px;
    margin-left: 30px;
    border-left: 1px solid #0000f0;
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
    padding-right: 50px;
}

.private-block .brand-block:first-child{
	margin-left:0;
	border-left:0;
}
.private-block .block-title{
	font-size: 22px;
    font-weight: 800;
}
.private-block .block-title:after {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background: #0000f0;
    margin-top:14px;
    margin-bottom:20px;
}
.private-block .block-content{
	font-size:14px;
	line-height: 18px;
}
.private-block-buttons{text-align:center;}
.private-block-button{
	display: inline-block;
    background: #0000f0;
    color: #fff;
    width: 45%;
    min-height: 56px;
    border: 1px solid #0000f0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0px 10px 20px 10px;
    transition: all 0.2s ease;
    box-sizing:border-box;
    padding:18px 0px;
    height:auto;
}
.private-block-button--secondary {
    color: #000;
    background: none;
    border-color: #000;
}
.private-block-button:hover {
    background: #fff;
    color: #0000f0;
}
.private-block-button--secondary:hover {
    background: #000;
    color: #fff;
}
.private-block .presentation-block {
    max-width: 750px;
    float: left;
}
.brand-right-block {
    display:inline-block;
    max-width:380px;
    float:left;
    padding-left:30px;
}
.brand-block.artistic-block, .brand-block.year-block {
    max-width:450px;
    border-left:1px solid #0000f0 !important;
    margin-left:0;
}
h3.subsection-title {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}
h3.subsection-title:after {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background: #0000f0;
    margin: 14px auto 30px auto;
}
.oficial_video_container .fluid-width-video-wrapper{margin-bottom:50px;}


@media (max-width: 1200px) {
	.calendar{position:static;}
	.calendar-fixed-header{position:relative;top:0;}
	.calendar-fixed-header .calendar-days-row{display:none;}
	.calendar.calendar-scrollable{margin:0;}
	.calendar.calendar-scrollable .column{width:100%;margin-bottom:50px;}
	.calendar.calendar-scrollable.calendar-events .column{width:100%;margin-bottom:0px;}
	.calendar .event-popup {max-width:98%;margin-left:0;left:1%;min-height:auto;}
	.event-popup .event-popup-include{padding:20px;}
	.event-popup .close_btn {right:10px;top:10px;}
	.page-template-brand .event-popup,
	.home .event-popup,
	.page-template-partners .event-popup{max-width:98%;margin-left:0;left:1%;min-height:auto;}
	.page-template-brand .event-popup .event-popup-include,
	.home .event-popup .event-popup-include,
	.page-template-partners .event-popup .event-popup-include
	{padding:35px 20px;}
}

/*Partners*/

.page-template-partners h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top:30px;
    text-align:center;
}
.page-template-partners h3:after{
	content:'';
	width: 20px;
	height:4px;
	background:#0000f0;
	margin:40px auto 40px auto;
	display:block;
}
.page-template-partners .partners-title-text{margin-bottom:5px;text-transform:none;}

.partners{margin-bottom:70px;text-align:center;font-size:0;}
.partner{display:inline-block;vertical-align:middle;}
.partner a{text-decoration:none;transition:opacity 0.2s ease;}
.parner a:hover{opacity:0.8;}
.partner img{height:100%;width:auto;filter:grayscale(1);}
.partner:not(.no-popup) img{cursor:pointer;}
.partner:not(.no-popup):hover img{filter:none;}
.partner img{cursor:pointer;}
.partner:hover img{filter:none;}
.partners-big .partner{height:105px;margin:0 45px 50px 45px;}
.partners-medium .partner{height:60px;margin:0px 60px 50px 60px;}
.partners-small .partner{height:45px;margin:5px 35px;}
.partners-professional .partner{height:70px;margin:10px 12px;}
.partners-events .partner{height:60px;margin: 0 60px 50px 60px;}
.partners-broadcasting1{margin-bottom:0;}
.partners-broadcasting1 .partner{margin:0px 60px 50px 60px;}
.partners-broadcasting2{margin-bottom:0;}
.partners-broadcasting2 .partner{margin:0px 60px 50px 60px;}
.partners-professional1{margin-bottom:0;}
.partners-professional1 .partner{margin:10px 10px;}
.partners-professional2{margin-bottom:0;}
.partners-professional2 .partner{margin: 10px 25px;}
.partners-professional3 .partner{}
.partners-event .partner{margin:10px 8px;}

.partners .paragraph-extra{font-size:14px;margin-top}

.partner-text{padding-bottom:100px;}
.page-template-partners .event-popup{min-height:200px;}
.page-template-partners .event-popup .event-popup-include{padding:20px;}
.page-template-partners .event-popup .event-popup-include .external-link{margin-bottom:20px;}
.page-template-partners .event-popup .event-popup-include .external-link a{color:#0000f0;}

/* Ficha Programa */
.ficha-programa{display:flex;justify-content:space-between;margin-top:34px;margin-bottom:60px;}
.ficha-programa .ficha-datos{display:flex;flex-direction:column;flex:0 0 30%;margin-right:1%;}
.ficha-programa .titulo{color:#eeeeee;font-size:56px;line-height:54px;font-family:'Josefin Sans',arial;font-weight:700;}
.ficha-programa .subtitulo{margin-top:11px;font-family:'Lato',arial;font-size:16px;line-height:35px;color:#a30f0f;}
.ficha-programa .contenido{font-size:18px;line-height:21px;font-family:'Josefin Sans',arial;color:#7c7c7c;margin-top:20px;}
.ficha-programa .contenedor-imagen{flex:0 0 56%;position:relative;max-height:500px;}
.ficha-programa .contenedor-imagen img{width:100%;height:100%;object-fit:cover;}
.ficha-programa .contenedor-imagen .play-video-boton{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);}
.ficha-programa .contenedor-imagen .play-video-boton::before{content:url('img/play_video_btn.png');}
.fancybox-container .fancybox-content{background:transparent;}
.fancybox-container .fancybox-button svg path{fill:#ffffff;}

/*Homepage*/

.homepage-left{display:inline-block;vertical-align:top;max-width:786px;margin-right:36px;}
.homepage-right{display:inline-block;vertical-align:top;max-width:375px;}
.homepage-right .fullwidth .sp-grid > li{margin-left:0;}

.home-blocks{margin-bottom:50px;color:#000;margin-top:28px;}
.home-blocks .block{width:375px;height:375px;margin-left:36px;display:inline-block;vertical-align:top;overflow:hidden;}
.home-blocks .block:first-child{margin-left:0;}
.home-blocks .block img{width:100%;height:auto;}
.home-blocks .block-header{height:80px;padding:18px;text-transform:uppercase;text-align:center;font-size:16px;line-height:20px;font-weight:800;background:#fff;}
.home-blocks .text{text-align:center;font-size:16px;line-height:20px;}
.home-blocks .semi-block{margin-top:19px;height:182px;background:#fff;}
.home-blocks .semi-block:first-child{margin-top:0;}
.home-blocks .block-fifty{width:50%;display:table-cell;vertical-align:middle;text-align:center;}

.homepage-banner{position:relative;margin-bottom:40px;}	
.homepage-banner .homepage-banner-image{max-width:100%;height:500px;background-size:cover;background-position:center center;}
.homepage-banner-text-container {max-width:50%;display:block;position:absolute;bottom:10%;left:5%;}
.homepage-banner-text{font-size:60px;font-family:'Playfair';background:#0000f0;color:#fff;display:inline;line-height:85px;}

.carrousel {
    border-bottom: 11px solid var(--gris);
}

.newsletter{padding:20px;}
.newsletter .text{margin-bottom:10px;}
.newsletter input[type="text"]{width:calc( 100% - 40px);font-size:14px;line-height:35px;height:35px;border:0;background:#f5f5f5;text-indent:18px;margin-bottom:10px;border:0;outline:0;font-family:'FuturaSTD';}
.newsletter input::placeholder {color:#000;}
.newsletter input[type="submit"] {
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    background: #000;
    display: inline-block;
    border:0;
    cursor: pointer;
    font-family: 'FuturaSTD';
    line-height:35px;
    outline:0;
    float:right;
    border-radius:0;
    -webkit-appearance: none;
}
.newsletter .checkmark{width:18px;height:18px;display:inline-block;vertical-align:top;margin-right:10px;text-align:center;}
.newsletter .disclaimer{font-size:8px;line-height:10px;display:inline-block;vertical-align:top;max-width:85%;}
.newsletter .disclaimer-text{display:table-cell;vertical-align:middle;height:30px;}
.newsletter .disclaimer a{text-decoration:none;}
.newsletter .result{text-align:center;font-size:14px;font-weight:800;}

.homepage-block-header{display:flex;align-items:stretch;}
.homepage-block-title{font-family:'Playfair',serif;font-size:60px;color:#000;margin:10px 0 35px 0;}
.homepage-block-header-name {
color: #eeeeee;
font-weight: 700;
display: inline-block;
white-space: nowrap;
text-transform: uppercase;
font-family: 'Josefin Sans',Arial;
font-size: 39px;
}
/*
.homepage-block-header-name:before {
content: '';
background: url(img/vineta_dviaje.png);
width: 31px;
height: 29px;
display: inline-block;
margin-right: 6px;
}
*/

.homepage-block-header-line{height:2px;flex-basis:100%;margin-top:26px;background:#00a2d2;margin:26px 25px 0 25px;}
.homepage-square{width:auto;padding:0 20px;height:50px;background:#0000f0;color:#fff;font-size:22px;font-weight:800;line-height:50px;white-space:nowrap;text-align:center;display:inline-block;text-transform:uppercase;}
.homepage-square #countdown{text-transform:lowercase;}
.homepage-secondary-button {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid #000;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 2px;
}
.homepage-secondary-button:hover{color:#fff;background:#000;}
.homepage-now-video{width:100%;height:auto;background:#39373c;overflow:hidden;font-size:0;position:relative;margin-bottom:20px;}
.homepage-now-video img{width:100%;height:auto;}

.homepage-next-block{margin-top:40px;}
.homepage-next-event{margin-top:16px;}
.homepage-next-event-left{background:#fff;display:inline-block;width:50%;}
.homepage-next-event-container{display:table-cell;vertical-align:middle;height:338px;padding:0px 58px;}
.homepage-next-event-content{display:block;vertical-align: middle;}
.homepage-next-event-name{font-family:'Playfair',serif;font-size:50px;max-width:100%;line-height:55px;color:#000;}
.homepage-next-event-separator{width:18px;height:3px;background:#0000f0;display:block;margin:12px 0 25px 0;}
.homepage-next-event-date{font-size:12px;color:#000;}
.homepage-next-event-right{width:50%;display:inline-block;}
.homepage-next-event-image{width:100%;height:338px;background:#39373c;overflow:hidden;background-size:cover;}
.homepage-next-event-image img{width:100%;height:auto;}

.homepage-past-block{margin-top:40px;}
.homepage-past-carrousel{margin-top:20px;}
.homepage-past-carrousel-container{font-size:0;}
.homepage-past-video{width:375px;height:290px;background:#fff;display:inline-block;margin-left:37px;border:1px solid transparent;cursor:pointer;}
.homepage-past-video:first-child{margin-left:0;}
.homepage-past-video:hover{border-color:#0000f0;}
.homepage-past-video-image-container{width:100%;height:210px;overflow:hidden;position:relative;}
.homepage-past-video-image{width:100%;height:210px;background-size:cover;}
.homepage-past-video-play {}
.homepage-past-video-play .play-btn{width:100px;height:100px;margin-top:-50px;margin-left:-50px;}
.homepage-past-video-play .play-btn .triangle{height:60px;border-width:30px 0 30px 50px;margin-top:16px;}
.homepage-past-video-name{font-family:'Playfair',serif;font-size:30px;color:#000;line-height:77px;text-align:center;}
.homepage-past-carrousel .splide__arrow{opacity:1;background:none;}
.homepage-past-carrousel .splide__arrow svg{width:2em;height:2em;fill:#0000f0;}
.homepage-past-carrousel .splide__arrow--prev{left:-3em;}
.homepage-past-carrousel .splide__arrow--next{right:-3em;}
.homepage-past-carrousel .splide__pagination__page.is-active{background:#0000f0;}

.homepage-calendar{margin-top:20px;overflow:hidden;position:relative;height:101px;}
.homepage-calendar .calendar{white-space:nowrap;position:absolute;top:0;left:0;transition:transform 0.8s ease;}
.homepage-calendar .calendar .column{width:auto;font-size:0;border-top:1px solid #0000f0;}
.homepage-calendar .calendar .column .box{display:inline-block;width:171px;white-space:normal;opacity:1;}
.homepage-calendar .calendar .event-hour-description{display:block;}
.homepage-calendar .calendar .event-hour-description p{line-height:11px;}
.homepage-calendar .calendar .event-hour{display:none;}

.day-selector{margin-top:10px;}
.day-selector .homepage-secondary-button{padding:12px 30px;line-height:40px;}
.day-selector .homepage-secondary-button.active{background:#000000;color: #ffffff;border-color:#000000;cursor:default;}
.day-selector .homepage-secondary-button.future{display:none;}
.day-selector .homepage-secondary-button:not(.active):hover{background:none;color:#000000;}

.homepage-articles-block{margin-top:40px;}
.homepage-articles{margin-top:20px;}
.homepage-articles .sp-grid .grid-item{
	background: #000000;
    height: 495px;
    border: 0;
    border-bottom: 16px solid #fb9408;
    overflow: hidden;
    position: relative;
}

.homepage-articles .sp-grid .grid-item .post-img-container{width: 100%;height: 100%;}
.homepage-articles .sp-grid .grid-item .post-img-container .post-img{width: 100%;height: 100%;background:#2a4877;}
.homepage-articles .sp-grid .grid-item .post-img img{object-fit:cover;height:100%;}
.homepage-articles .sp-grid .grid-item .velo{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5), transparent );
}
.homepage-articles .sp-grid .grid-item .post-header{color:#ffffff;}
.homepage-articles .sp-grid li:first-child{margin-left:0;}
.homepage-articles .sp-grid li:nth-child(3n+1){margin-left:0;}
.homepage-articles .splide__arrow{opacity:1;background:none;}
.homepage-articles .splide__arrow svg{width:2em;height:2em;fill:#0000f0;}
.homepage-articles .splide__arrow--prev{left:-3em;}
.homepage-articles .splide__arrow--next{right:-3em;}

.homepage-novedades-block .splide-novedades .splide__pagination {
    position: absolute;
    bottom: auto;
    left: auto;
    transform: none;
    right: 0px;
    top: -50px;
    display: block;
    width: auto;
}
.homepage-novedades-block .splide-novedades .splide__pagination__page {
	width: 9px;
	height: 9px;
    background: transparent;
    border: 1px solid #ffffff;
    opacity: 1;
}
.homepage-novedades-block .splide-novedades .splide__pagination__page.is-active {
    background: #eeeeee;
    transform: none;
}


.contenedor-programas {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 16px;
}

.caja-programa {
flex:0 0 290px;
max-width: 290px;
}

.caja-programa .contenedor-imagen {
width: 100%;
border-bottom: 7px solid #d96128;
font-size:0;
}

.caja-programa .contenedor-imagen img {
max-width: 100%;
height: 198px;
object-fit: cover;
}

.caja-programa h2.titulo {
font-family: 'Lato', arial;
color: #eeeeee;
font-size: 19px;
margin-top: 12px;
}

.caja-programa h4.subtitulo {
font-family: 'Lato', arial;
color: #fb9408;
font-size: 16px;
margin-top: 5px;
margin-bottom: 20px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.pie-especial{margin-top:50px;}

/*****
/** Sidebar & Widgets
/***********************/

.widget {
	margin-bottom:38px;
}

.widget-title {
	font-size:10px;
	color:#000;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:700;
	text-align:center;
	margin-bottom:25px;
	padding:16px 0;
}
.widget a:hover {
	text-decoration:underline;
}

.widget input, .widget select {
	border:1px solid #ddd;
	color:#888;
	padding:9px 7px;
	width:100%;
}
.widget input:focus, .widget select:focus {
	outline:none;
	border:1px solid #d5d5d5;
}
.widget input[type="checkbox"] {
	width:auto;
}

.widget ul li {}
.widget ul li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.widget ul li a {
	color:#424242;
}

/*.widget img {
	max-width:75%;
	margin-top: 15px;
	height:auto;
}*/

	/*** About Widget ***/
	.about-widget {
		text-align:center;
	}
	.about-widget img {
		margin-bottom:10px;
		max-width:100%;
		height:auto;
	}
	.about-round { 
		border-radius:50%;
	}
	
	/** Social Widget **/
	.social-widget {
		text-align:center;
	}

	.social-widget a:first-child {
		margin-left:0;
	}
	.social-widget a:last-child {
		margin-right:0;
	}

	.social-widget a i {
		height:16px;
		width:20px;
		text-align:center;
		line-height:20px;
		color:#161616;
		border-radius:50%;
		margin:0 8px;
		font-size:16px;
	}

	.social-widget a:hover > i {
		color:#C69F73;
	}
	
	/** WIDGET ITEMS **/
	
	/* - Post Widget ----- */
	.side-pop {
		margin-bottom:25px;
	}
	.side-pop:after {
		content: "";
		display: table;
		clear: both;
	}
	.side-pop:last-child {
		margin-bottom:0;
	}
	.side-pop-img {
		margin-bottom:12px;
		position:relative;
	}
	.side-pop-img img {
		vertical-align:middle;
	}
	.side-pop-content {
		text-align:center;
	}
	.side-pop-content h4 {
		margin-bottom:7px;
	}
	.side-pop-content h4 a {
		font-size:15px;
		color:#000;
		font-family:"Lato", sans-serif;
	}

	.side-pop-content span.sp-date {
		font-size: 11px;
		color: #999;
		font-style: italic;
		display:block;
	}
	.side-count {
		position: absolute;
		left: -8px;
		top: -8px;
		height: 38px;
		width: 38px;
		line-height: 38px;
		background-color: #121212;
		border-radius: 100%;
		color: #fff;
		font-size: 16px;
		text-align: center;
	}
	.side-pop.list .side-count {
		height: 28px;
		width: 28px;
		line-height: 28px;
		font-size:13px;
	}
	/* ----- Overlay layout ----- */
	.side-pop.overlay .side-pop-content {
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		background: -moz-linear-gradient(bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);
		background: linear-gradient(to top,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);
		padding:80px 20px 15px;
		box-sizing:border-box;
	}
	.side-pop.overlay .side-pop-content h4 a  { 
		color:#fff;
		font-weight:500;
	}
	.side-pop.overlay .side-pop-content span.sp-date {
		color:#bbb;
	}
	.side-pop.overlay .side-pop-img {
		margin-bottom:0;
	}

	/* ----- Post List view ----- */
	.side-pop.list {
		margin-bottom:24px;
	}
	.side-pop.list:last-child  {
		margin-bottom:0;
	}
	.side-pop.list .side-pop-img {
		float:left;
		max-width:94px;
		margin-right:15px;
		margin-bottom:0;
	}
	.side-pop.list .side-pop-content {
		text-align:left;
		overflow:hidden;
	}
	.side-pop.list .side-pop-content h4 a {
		font-size:13px;
	}
	
	/*** Widget categories/archives ***/
	.widget_categories ul li, .widget_archive ul li {
		color:#999;
	}
	.widget_categories a, .widget_archive a {
		margin-right:5px;
	}
	
	/*** Tagcloud widget ***/
	.widget .tagcloud a {
		font-size:9px !important;
		letter-spacing:1px;
		text-transform:uppercase;
		background:#f2f2f2;
		color:#777;
		padding:6px 8px 7px;
		margin-right:5px;
		margin-bottom:8px;
		display:inline-block;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
	}
	.widget .tagcloud a:hover {
		opacity:.7;
		text-decoration:none;
	}
	
	/*** Calender widget ***/
	#wp-calendar {width: 100%; }
	#wp-calendar caption { text-align: right; color: #777; font-size: 12px; margin-top: 10px; margin-bottom: 15px; border-bottom:1px solid #e5e5e5; padding-bottom:8px; }
	#wp-calendar thead { font-size: 12px;  }
	#wp-calendar thead th { padding-bottom: 10px; }
	#wp-calendar tbody { color: #aaa; }
	#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px; font-size:12px; }
	#wp-calendar tbody td a { font-weight:700; color:#222; }
	#wp-calendar tbody td:hover { background: #fff; }
	#wp-calendar tbody .pad { background: none; }
	#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
	#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
	#wp-calendar thead th { padding-bottom: 10px; text-align: center; }
	
	/*** Instagram widget ***/
	#sidebar .instagram-pics li {
		width: 31.8%;
		display: inline-block;
		border-bottom: none;
		padding: 0;
		margin: 0 2px 2px;
	}
	#sidebar .instagram-pics li img {
		max-width:100%;
	}
	#sidebar .instagram-pics li img:hover {
		opacity:.87;
	}
	
	/*** Search Widget ***/
	.widget #searchform input#s {
		border: 1px solid #e5e5e5;
		background:#fff url(img/searchsubmit.png) no-repeat 96% 13px;
		padding:14px 14px;
		font-size:11px;
		color:#999;
		letter-spacing:1px;
	}
	
	.widget #searchform #s:focus { outline:none; }

	/** Searchbar for widget ***/
	.widget #searchform input#s { 
		width:230px;
	}
	
	/* Widget menu */
	.widget ul.menu li ul {
		padding-left:12px;
		margin-top:8px;
	}
	
	/* ---- Promo Widget ---- */
	#sidebar .promo-item {
		display: table;
		width:100%;
		height:130px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		position:relative;
	}
	#sidebar .promo-overlay {
		height: 100%;
		display: table-cell;   
		vertical-align: middle;   
		text-align:center;
	}  
	#sidebar .promo-overlay  h4 {
		color:#000;
		line-height:1.5em;
		padding:9px 15px 8px;
		font-size:11px;
		text-transform:uppercase;
		letter-spacing:2px;
		background:#ffffff;
		display:inline-block;
		font-family:"Lato", sans-serif;
	}
	#sidebar .promo-link {
		position: absolute; 
		height: 100%; 
		width: 100%;
		top: 0;
		left:0;
		z-index: 999;
		display: block
	}

/*****
/** Footer
/***********************/

.partners-footer-title {
    margin: 100px auto 10px auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
.partners-slider{max-width:1200px;margin:0 auto 50px auto;}
.partners-slider .splide__slide{text-align:center;}
.partners-slider .splide__slide img{max-width:35%;max-height:85px;padding-top:14px;}
.partners-slider .splide__pagination{bottom:-20px;}
.partners-slider .partners-slide-title{position:absolute;top:0;text-transform:uppercase;font-size:10px;}
.bottom-footer{
	color: #ffffff;
	background: #1a191f;
}

.bloque-promocionate {
background:#1a191f;
text-align:left;
border-top:7px solid #fb9408;
font-family:'Josefin sans', arial;
color:#ffffff;
}

.promocionate-texto {
display: flex;
flex-direction: column;
height: 300px;
justify-content: space-around;
padding: 60px 0;
}

.promocionate-parrafo {
font-size:17px;
line-height:25px;
font-family:'Lato', arial;
letter-spacing: 1px;
}

.promocionate-slogan {
font-size:25px;
margin-top:30px;
line-height:25px;
font-family: 'Lato', arial;
font-weight: 600;
letter-spacing: 0;
}

.bloque-promocionate .container{
display:flex;
justify-content: space-between;
}

.promocionate-boton{
text-transform: uppercase;
padding: 18px 45px 14px 30px;
display: inline-block;
font-weight: 300;
font-size: 16px;
margin-top: 35px;
background: #d96128;
border-radius: 9px;
line-height: 19px;
}

.promocionate-boton:before {
content: url(img/hablamos_icono.png);
vertical-align: middle;
margin-right: 20px;
}

#footer {
    clear: both;
    padding: 43px 0 43px 0;
    overflow: hidden;
}

#footer .container {
    text-align: center;
    display: flex;
    align-items: stretch;
    height: 100%;
    justify-content: space-between;
    min-height: 100px;
}
.footer-left {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-logo-container {
    width: 159px;
}
.footer-logo-container img {
    max-width: 100%;
}
.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.bottom-footer, .bottom-footer a {
	font-size:14px;
	color:#ffffff;
}
#footer .copyright.left {
	float:left;
}

#footer .copyright.right {
	float:right;
	line-height: 65px;
}

#footer .copyright.right .powered-logo{
	width:110px;
	display:inline-block;
	vertical-align: middle;
}

.bottom-footer .logo-footer{
	width: 58px;
}

.footer-menu-wrapper {
    display: inline-block;
    margin-left: 16px;
    line-height: 65px;
    float:left;
}

.footer-menu-wrapper li {
    display: inline-block;
    margin: 0 12px;
}

.footer-social-menu-wrapper {
    display: inline-block;
    text-align: center;
    line-height: 65px;
}

.footer-social-menu-wrapper li {
    color: #000;
    text-align: left;
    position: relative;
    font-size: 20px;
    width: 27px;
}

.footer-social-menu-wrapper li a {
    text-indent: -8000px;
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 0;
    position: absolute;
}

.gdpr{position:fixed;bottom:0;left:0;right:0;width:100%;background:#fff;display:none;padding:12px 0;border-top:1px solid #000;z-index:1;}
.gdpr-text{font-family:Open Sans, Arial;font-size:11px;line-height:14px;display:inline-block;max-width:calc(100% - 350px);}
.gdpr-text .link{color:#0000f0;text-decoration:underline;}
.gdpr-button{width:150px;height:40px;border:1px solid #0000f0;color:#0000f0;text-align:center;margin-left:10px;margin-top:10px;margin-bottom:10px;line-height:40px;float:right;text-transform:uppercase;font-weight:800;background:none;font-size:11px;outline:0;display:inline-block;vertical-align:top;cursor:pointer;}
.gdpr-button:first{margin-left:0;}

/* Plataformas */

.bloque-plataformas{margin-top:60px;}
.bloque-plataformas-cabecera{
background: #d96128;
color: #ffffff;
font-size: 40px;
font-family: 'Josefin Sans',Arial;
display: flex;
text-transform: uppercase;
font-weight: 700;
justify-content: center;
align-items: center;
padding: 52px 0;
}
.bloque-plataformas-cabecera .logo-plataformas{
	margin-right:5%;
	height: 50px;
}
.bloque-plataformas-contenedor {
background: #793312;
min-height: 100px;
display: flex;
padding: 50px 20%;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
}

.plataforma-logo {
    max-width: 200px;
}

/* Más Canales */

.bloque-canales{margin-top:0;}
.bloque-canales-cabecera{
background: #d96128;
color: #ffffff;
font-size: 20px;
font-family: 'Josefin Sans',Arial;
display: flex;
text-transform: uppercase;
font-weight: 700;
justify-content: center;
align-items: center;
padding: 30px 0 20px 0;
}
.bloque-canales-contenedor {
background: #d57b00;
min-height: 100px;
display: flex;
padding: 10px 20%;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
}

.canal-logo {
display: inline-block;
max-width: 200px;
box-sizing: content-box;
padding: 25px;
}

/*****
/** Archives & Categories
/**************************/
.archive-box {
}

.archive-label {
    color: #0000f0;
    font-weight: 800;
    text-transform: uppercase;
}

.archive-box h1 {
	font-size:36px;
	color:#000;
}
.archive-box span {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#999;
	display:inline-block;
	border-bottom:1px solid #d8d8d8;
	padding-bottom:3px;
	margin-bottom:5px;
}
.nothing {
	font-size:14px;
	color:#999;
	text-align:center;
}
.archive-descrip {
	margin-top:20px;
}
.archive-descrip.post-entry p:last-child{
	margin-bottom:0;
}
.post-header.page-blog h2 {
    font-size: 28px;
    color: #000;
    margin-bottom: 40px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
/*** Custom WordPress gallery style ***/
.gallery .gallery-caption{  
    font-size:12px;
	color:#888;
	font-family:"Open Sans";
}  
  
.gallery .gallery-icon img{  
    border-radius:2px;  
    border:none !important;  
	padding:6px;
	box-sizing:border-box;
}  

/*** 404 error ***/
.error-page {
	text-align:center;
}
.error-page h1 {
	font-size:186px;
	color:#000;
}
.error-page p {
	color:#999;
	font-style:italic;
}

/*** Contact Form 7
/************************/
.wpcf7 input {
	width:266px;
}
div.wpcf7 {
	overflow:hidden;
	margin-top:40px;
}
.wpcf7 input, .wpcf7 textarea {
	padding:8px;
	border:1px solid #DDD;
	margin-right:10px;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	color:#777;
	font-size:12px;
	margin-top:6px;
	margin-bottom:6px;
}
.wpcf7 textarea {
	width:95%;
}
.wpcf7 .wpcf7-submit {
	background:#eee;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius:20px;
	padding:12px 24px;
	color:#666;
	letter-spacing:3px;
	font-size:11px;
	text-transform:uppercase;
	cursor:pointer;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	display:block;
	border:none;
	width:auto;
}
.wpcf7 .wpcf7-submit:hover {
	background:#333;
	color:#fff;
}

/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right;  line-height: 27px; cursor: pointer;  height:27px;}
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block;margin:0 auto;max-width:726px;}
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:16px;
	
}
/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #ffffff;
}
.slicknav_menu {
    padding: 8px 0 8px 8px;
}
.slicknav_nav {
    color: #fff;
    margin: 0;
    background: #793312;
    z-index: 9999;
    padding: 10px 0;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav{
	position: fixed;
    top: 48px;
    left: 0;
    right: 0;
    bottom: auto;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {padding: 5px 0 5px 10px;}
.slicknav_nav a {
    padding: 8px 10px;
    margin: 0px 5px;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 0;
    margin-right: 0;
}
.slicknav_nav .menu-item-type-custom a{color:#ffffff;}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
padding:0;
margin:0;
float: right;
margin-left: 10px;
}
.slicknav_nav .slicknav_row:hover {
    
}

.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}

.slicknav_menu .slicknav_no-text {
	margin-top:7px;
}

/* -------------------------------------- */
/* 15. WooCommerce Styling
/* -------------------------------------- */
/* ----- Shop Page ----- */
.woocommerce .page-title {
	font-size:30px;
	font-weight:300;
	margin-bottom:-3px;
}
.woocommerce .woocommerce-result-count {
	color:#999;
	font-size:14px;
	font-style:italic;
}
.woocommerce .woocommerce-ordering select {
	padding:7px 9px;
	color:#999;
	border-radius:2px;
	font-size:13px;
	border:1px solid #e5e5e5;
	max-width:190px;
}
.woocommerce .woocommerce-ordering {
    margin-top: -15px;
    margin-bottom: 40px;
}
/* ----- Shop Page Catalog Items ----- */
.woocommerce ul.products li.product a img {
	margin-bottom:8px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	color:#000;
	font-weight:400;
	padding-bottom:4px;
	font-size:16px;
	text-align:center;
	text-transform:none;
	letter-spacing:0;
	font-family:"Playfair Display";
}
.woocommerce ul.products li.product .price {
	text-align:center;
	font-size:13px;
	color:#888;
}
.woocommerce ul.products li.product .price del {
	display:inline;
	margin-right:3px;
}
.woocommerce ul.products li.product .price ins {
	font-weight:400;
	text-decoration:none;
}
.woocommerce ul.products li.product .button {
	display:none;
}
.woocommerce span.onsale {
	height:38px;
	width:38px;
	line-height:38px;
	padding:0;
	font-weight:400;
	font-size:12px;
	color:#ffffff;
	background-color:#222;
	margin: -.8em -.8em 0 0;
}
.woocommerce ul.products li.product .onsale {
	margin: -.8em -.8em 0 0;
}
/* ----- Shop Page Pagination ----- */
.woocommerce nav.woocommerce-pagination ul {
	border:none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border:1px solid #e5e5e5;
	margin:0 3px;
	border-radius:3px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background:#f4f4f4;
	color:#888;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	color:#999;
	font-size:12px;
	padding:6px 9px;
}
.woocommerce ul.products li.product .star-rating {
	margin:5px auto 10px;
}
/* ----- Single Product Page ----- */
.woocommerce div.product .product_title {
	font-size: 28px;
	color:#000;
	margin-bottom:10px;
}
.woocommerce .star-rating {
	font-size:11px;
	color:#C69F73;
}
.woocommerce .woocommerce-product-rating .star-rating {
	margin: 0.5em 6px 0 0;
}
a.woocommerce-review-link {
	font-size:13px;
	color:#999;
	font-style:italic;
}
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom:2px;
}
.woocommerce div.product .entry-summary p.price, .woocommerce div.product .entry-summary span.price {
	font-size:18px;
	color:#666;
	margin:5px 0 38px;
	position:relative;
}
.woocommerce div.product .entry-summary p.price:after {
	content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    height: 1px;
    width: 44px;
    border-top: 1px solid;
	border-color:#d5d5d5;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	font-weight:400;
	text-decoration:none;
}
.woocommerce div.product div.summary p {
    margin-bottom: 16px;
	color:#444;
}
.woocommerce div.product div.summary p:last-child {
	margin-bottom:30px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color:#161616;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:13px 14px 13px 15px;
	font-weight:400;
	border-radius:0;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color:#999;
}
.woocommerce .quantity .qty {
	padding:10px 4px;
	margin-right:10px;
	width:4em;
}
.woocommerce div.product form.cart div.quantity {
	margin-right:2px;
}
.product_meta {
	color:#949494;
    font-size: 12px;
}
.product_meta .sku_wrapper, .product_meta .posted_in, .product_meta .tagged_as {
	display:block;
	margin-bottom:2px;
}
.product_meta a {
	color:#aaa;
}
.woocommerce-Reviews .comment-reply-title {
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:10px;
	font-size:11px;
	font-weight:700;
	display:block;
}
/* ----- Single Product Widths ----- */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width:52%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width:43%;
}
.woocommerce div.product div.images, .woocommerce div.product div.summary {
	margin-bottom:50px;
}

/* ----- Single Product Tabs ----- */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 14px 10px 14px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-weight:400;
}
.woocommerce div.product .woocommerce-tabs .panel h2, .related.products h2, .upsells.products h2 {
	margin-bottom:20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 700;
	position:relative;
	font-family:"Lato", sans-serif;
	font-style:normal;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom:30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color:#f4f4f4;
	border-color:#e2e2e2;
	border-radius:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-color:#e2e2e2;
}
/* ----- Attributes ----- */
.woocommerce table.shop_attributes th {
	font-weight:400;
}
.woocommerce table.shop_attributes td {
	padding:10px 0px;
}
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
	border-bottom:none;
}
.woocommerce table.shop_attributes {
	border-top:none;
}
.entry-content th {
	background:#fff;
}
.woocommerce table.shop_attributes td {
	color:#888;
}
.related.products h2  {
	margin-bottom:30px;
}

/* ----- Comments ----- */
.woocommerce #reviews #comments ol.commentlist {
	padding-left:0;
	margin-left:0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	position:relative;
	border:none;
	background:none;
	border-radius:100%;
	height:50px;
	width:50px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border:none;
	border-radius:0;
	margin-left:55px;
	padding:0 0 0 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin-bottom:3px;
}
.woocommerce .comment-text p.meta strong {
	color:#000;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:1px;
}
.woocommerce .star-rating {
	float:none;
	margin-bottom:8px;
}
.woocommerce #reviews #comments ol.commentlist li {
	border-bottom:1px solid #eee;
	padding-bottom:25px;
	list-style:none;
}
.woocommerce #reviews h3 {
	margin-bottom:10px;
	font-style:normal;
}
.woocommerce #review_form #respond p {
	margin-bottom:10px;
}
.woocommerce #review_form #respond textarea {
	margin-bottom:0;
}
.woocommerce #reviews #comment {
	height:120px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	text-transform:uppercase;
	letter-spacing:2px;
	background:#eee;
	border-radius:0;
	font-size:11px;
	color:#888;
	padding:11px 21px 10px;
	display:inline-block;
	border:none;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	cursor:pointer;
	border-radius:30px;
	width:auto;
	font-weight:400;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { 
	background:#333;
	color:#FFF;
}
.woocommerce-page .post-meta {display:none;}
.woocommerce table.shop_table { border-radius:0; }
.woocommerce-account .addresses .title h3, .woocommerce-account h2 {
	font-style:normal;
}

/* ----- My Account ----- */
.woocommerce-account .addresses .title h3, .woocommerce-account h2 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}
.woocommerce table.my_account_orders th {
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:400;
	padding:10px;
}
.woocommerce table.shop_table td {
	border:none;
}
.woocommerce table.my_account_orders .order-actions .button {
	padding:7px 14px 8px 16px;
	font-size:10px;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
	padding:8px 8px;
}
.woocommerce table.shop_table {
	margin-bottom:35px;
}
.woocommerce-page .col2-set.addresses {
	margin-top:30px;
}
.woocommerce-page .col2-set.addresses address {
	color:#888;
}
p.myaccount_user {
	margin-bottom:35px;
}
address {
	line-height:24px;
}
.woocommerce-account .addresses .title .edit {
	font-size:11px;
	text-decoration:underline;
}
.woocommerce-MyAccount-navigation ul {
	padding-left:0;
	list-style:none;
}
.woocommerce-MyAccount-navigation ul li {
	border-bottom:1px solid #e8e8e8;
	list-style:none;
	padding-bottom:10px;
}
.woocommerce-MyAccount-navigation ul li a {
	color:#888;
	font-size:14px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width:26%;
}
.woocommerce-EditAccountForm legend {
    padding: 15px 0 10px 2px;
    font-weight: 700;
}

/* ----- Empty Cart ----- */
.cart-empty {
	text-align:center;
}
.return-to-shop {
	text-align:center;
}

/* ----- Order ID ----- */
.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tbody th {
	border-bottom:none;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	font-weight:400;
}
mark {
	background-color:#fff;
	border-bottom:3px solid #eee;
}

/* ----- Checkout ----- */
.woocommerce .woocommerce-info:before {
	color:#888;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	padding: 0.8em 2em 1em 3.5em!important;
	background-color:#f7f7f7;
}
.woocommerce .woocommerce-info {
    border-top-color: #e5e5e5;
}
a.showcoupon {
	text-decoration:underline;
}
.woocommerce-checkout h3, .woocommerce-account .addresses .title h3, .woocommerce-account h2 {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
	font-weight:700;
	font-family:"Lato", sans-serif;
}
input#ship-to-different-address-checkbox {
    width: auto;
    vertical-align: middle;
}
.woocommerce-checkout h3 {
	margin-top:30px;
}
.woocommerce-checkout #payment ul.payment_methods li {
	list-style:none;
}
.woocommerce-checkout #payment ul.payment_methods li input {
	width:auto;
}
.woocommerce-checkout #payment {
	background-color:#f7f7f7;
}
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom:none;
}
.woocommerce-checkout #payment div.payment_box:before {
	border:1em solid #ebebeb;
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce-checkout #payment div.payment_box {
	background-color:#ebebeb;
	color:#888;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border:1px solid #e5e5e5;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding:8px;
	border:1px solid #ddd;
}

/* ----- Order Received ----- */
.woocommerce .order_details li {
	list-style:none;
}
.woocommerce .order_details {
	padding-left:0;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
	top:11px;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	border-top-color:#e5e5e5;
	line-height:32px;
}
.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
	margin-bottom:0;
}

/* ----- Cart ----- */
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width:100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
	padding-left:15px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top:none;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	font-size:10px;
	padding:8px 14px 9px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding:4px 6px;
	margin-right:10px;
	line-height: 1.3;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width:110px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
	background:#f7f7f7;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	padding:15px;
	border-top:1px solid #e5e5e5;
}
.woocommerce a.remove {
	color:#999 !important;
}
.woocommerce a.remove:hover {
	background:none !important;
	color:#000 !important;
	text-decoration:none;
}
.cart_item a {
	color:#000;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
	padding-left:25px;
}

/* ----- Login ----- */
input#rememberme {
    width: auto;
}
.woocommerce .login #password {
	margin-bottom:20px;
}
.woocommerce .login .button {
	margin-right:10px;
}
.woocommerce form .form-row .input-checkbox {
	width:auto;
}
.lost_password {
	font-size:11px;
}

/* ----- Widgets ----- */
/* ----- Cart Widget ----- */
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	font-size:16px;
	line-height:18px;
	font-weight:700;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	font-weight:300;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width:60px;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
	margin-bottom:8px;
	text-align:left;
}
.widget_shopping_cart .quantity {
	color:#999;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
	margin-bottom:15px;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
	border-top:1px solid #eee;
	padding-top:10px;
	margin-bottom:15px;
}
.widget_shopping_cart a.button, .woocommerce .widget_price_filter .price_slider_amount .button {
	font-size:10px;
	padding:11px 15px 9px;
	margin:0 5px 0 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	top:2px;
}

/* ----- Product Widgets ----- */
.woocommerce.widget_products ul.product_list_widget li img, .woocommerce.widget_recently_viewed_products ul.product_list_widget li img,
.woocommerce.widget_recent_reviews ul.product_list_widget li img, .woocommerce.widget_top_rated_products  ul.product_list_widget li img {
	float:left;
	margin-left:0;
	margin-right:14px;
	width:80px;
}
.woocommerce.widget_products ul.product_list_widget li, .woocommerce.widget_recently_viewed_products ul.product_list_widget li,
.woocommerce.widget_recent_reviews ul.product_list_widget li, .woocommerce.widget_top_rated_products  ul.product_list_widget li {
	margin-bottom:10px;
	padding-bottom:12px;
	text-align:left;
}
.woocommerce.widget_products .amount, .woocommerce.widget_recently_viewed_products .amount, .woocommerce.widget_recent_reviews .amount, 
.woocommerce.widget_top_rated_products .amount {
	color:#999;
}
.woocommerce.widget_products span.product-title, .woocommerce.widget_recently_viewed_products span.product-title,
.woocommerce.widget_recent_reviews span.product-title, .woocommerce.widget_top_rated_products span.product-title {
    margin-bottom: 5px;
}

/* ----- Review Widget ----- */
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
	margin-top:8px;
	margin-bottom:3px;
}
.woocommerce ul.product_list_widget .reviewer {
	color:#999;
	font-style:italic;
	font-size:12px;
}

/* ----- Filter Widget ----- */
.woocommerce.widget_layered_nav_filters ul li { margin-right:10px; }
.woocommerce.widget_layered_nav ul li .count { color:#999; }
.woocommerce.widget_layered_nav ul li a:hover{ text-decoration:none; }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color:#f2f2f2;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color:#ccc;
}

/* ----- Rating Filter ----- */
.woocommerce .widget_rating_filter ul li .star-rating {
	margin-bottom:0;
}
.woocommerce .widget_rating_filter ul li a {
	color:#a5a5a5;
}

/* ----- Pagination ----- */
.woocommerce nav.woocommerce-pagination {
	margin-bottom:40px;
}

/* ----- Product Categories ----- */
.widget_product_categories {
	text-align:center;
}
.widget_product_categories .count {
	color:#999;
	font-size:13px;
}
.widget_layered_nav, .widget_rating_filter {
	text-align:center;
}

/* ----- Header Shopping Cart ----- */
#sp-shopping-cart {
	float:right;
	margin-left:8px;
	line-height:51px;
}
.cart-contents {
	position:relative;
	
}
.cart-contents:before{
    font-family:FontAwesome;
    content: "\f07a";
    font-size:14px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
    vertical-align: bottom;
	color:#000;
}
.cart-contents:hover {text-decoration: none}
.cart-contents .sp-count {
	background:#C69F73;
	color:#fff;
	display:inline-block;
	width:16px;
	height:16px;
	text-align:center;
	font-weight:700;
	line-height:16px;
	border-radius:100%;
	font-size:10px;
	position:absolute;
	top:-4px;
	right:-7px;
	font-family:"Open Sans", sans-serif;
}

/* -------------------------------------- */
/* 15. Gutenberg Styling
/* -------------------------------------- */

.post-entry ul.wp-block-gallery {
	padding-left:0;
}
.wp-block-image figcaption {
	color:#888;
	font-size:15px;
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	padding-bottom:10px;
}
@media (min-width:600px){
.wp-block-column:nth-child(odd){margin-right:20px}
.wp-block-column:not(:first-child),.wp-block-column:nth-child(2n){margin-left:20px}
.wp-block-column:not(:last-child){margin-right:20px}
}
/* blockquote */
.wp-block-quote, .wp-block-image, .wp-block-media-text, .wp-block-categories, .wp-block-archives {
	margin-bottom:20px;
}
.post-entry .wp-block-quote p, #main.fullwidth .post-entry .wp-block-quote p {
	font-size:20px;
	line-height:30px;
	position: relative;
	border-left:none;
	padding-left:0;
}
.post-entry blockquote.wp-block-quote {
	border-left:none;
	padding:30px 60px;
	margin: 20px 0 0;
}
.post-entry blockquote.wp-block-quote  p:first-child:before {
    content: '\201C';
    color: #ececec;
    font-size: 150px;
    font-weight: 700;
    position: absolute;
    top: 30px;
    left: -39px;
    text-shadow: none;
    z-index: -300;
}
.post-entry blockquote.wp-block-quote cite, .post-entry .wp-block-pullquote blockquote cite {
	display:block;
	font-family:"Lato", sans-serif;
	font-size:14px;
	margin-top:-10px;
}
.post-entry blockquote.wp-block-quote cite {
	margin-top:-10px;
	text-align:left;
	color:#999;
}
.post-entry blockquote.wp-block-quote cite:before {
	content:"-";
	margin-right:4px;
}

/* -- Pullquote --- */
.post-entry .wp-block-pullquote {
	border-top:2px solid;
	border-bottom:2px solid;
	border-color:#000;
	margin-bottom:20px;
	margin-top:10px;
	position:relative;
	padding:30px 10px;
}
.post-entry .wp-block-pullquote.is-style-solid-color  {
	border:none;
}
.post-entry .wp-block-pullquote blockquote {
	border-left:none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	margin:0;
	max-width:100%;
	text-align:center;
}
.post-entry .wp-block-pullquote blockquote p, #main.fullwidth .post-entry  .wp-block-pullquote blockquote p{
	position:relative;
	z-index:10;
	border-left:none;
	padding-left:0;
	padding-right:0;
}
.post-entry .wp-block-pullquote blockquote p:first-child:before {
    content: '\201C';
    color: rgba(255,255,255, .3);
    font-size: 100px;
    font-weight: 700;
    position: absolute;
    top: 20px;
    left: -25px;
    text-shadow: none;
    z-index: -1;
}
.post-entry .wp-block-pullquote.is-style-solid-color blockquote p:first-child:before {
	left:-5px;
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
	width:300px;
}
.wp-block-pullquote.alignright {
	margin-right:0;
	margin-left:20px;
	float:right;
}
.wp-block-pullquote.alignleft {
	margin-left:0;
	margin-right:20px;
	float:left;
}
#main.fullwidth .post-entry .wp-block-pullquote.alignright, #main.fullwidth .wp-block-image.alignright, #main.fullwidth .alignright.wp-block-embed {
	margin-right:-9%;
	margin-left:30px;
}
#main.fullwidth .wp-block-pullquote.alignleft, #main.fullwidth .wp-block-image.alignleft, #main.fullwidth .alignleft.wp-block-embed{
	margin-left:-9%;
	margin-right:30px;
}

.wp-block-pullquote p, .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p, .wp-block-pullquote.is-style-solid-color blockquote p {
	margin-bottom:20px;
	font-size:20px;
	line-height:32px;
}

/* Align images */
#main.fullwidth .wp-block-image .alignleft {
	margin-left:-9%;
	margin-right:30px;
}
#main.fullwidth .wp-block-image .alignright {
	margin-right:-9%;
	margin-left:30px;
}
#main.fullwidth .wp-block-image{
	text-align:center;
}
.post-entry .blocks-gallery-grid, .wp-block-gallery {
    padding: 0;
}

/* Block cover */
.wp-block-cover .wp-block-cover-text {
	font-family:"Playfair Display";
	font-size:2.2em;
}

/* Button */
.post-entry .wp-block-button a.wp-block-button__link {
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
	font-weight:700;
	padding: 12px 24px;
}
.post-entry .wp-block-button a.wp-block-button__link:hover {
	text-decoration:none;
	opacity:.8;
}

/* Post block */
.post-entry ul.wp-block-latest-posts {
	padding: 0px;
    /*border: 1px solid #e8e8e8;*/
}
.post-entry ul.wp-block-latest-posts.is-grid {
	padding:0;
}
.post-entry ul.wp-block-latest-posts li {
	list-style:none;
}
.post-entry ul.wp-block-latest-posts:not(.is-grid) li {
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px solid #e8e8e8;
}
.post-entry ul.wp-block-latest-posts:not(.is-grid) li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.post-entry ul.wp-block-latest-posts.is-grid li {
	background:#f7f7f7;
	padding:15px 20px;
}

.post-entry ul.wp-block-latest-posts li a {
	color:#000;
	font-size:16px;
	display:block;
	margin-bottom:2;
}
.wp-block-latest-posts__post-date {
	font-size:13px;
	font-style:italic;
	color:#888;
}

/* category/archive block */
.post-entry .wp-block-categories li a, .post-entry .wp-block-archives li a, .post-entry .wp-block-categories li, .post-entry .wp-block-archives li  {
	color:#000;
}
.post-entry .wp-block-categories li, .post-entry .wp-block-archives li {
	margin-bottom:6px;
}

.wp-block-categories select, .wp-block-archives select {
    padding: 8px;
    border: 1px solid #ddd;
	width:100%;
}

/* comments block */
.post-entry ol.wp-block-latest-comments {
	padding:0;
}

.wp-block-latest-comments__comment-meta {
	font-size:14px;
	color:#999;
}
a.wp-block-latest-comments__comment-author {
	color:#000;
	font-weight:700;
}
a.wp-block-latest-comments__comment-link {
	color:#999;
}
.wp-block-latest-comments__comment-date {
	font-style:italic;
}

/* Align wide and full */

#main.fullwidth .alignfull {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    max-width: none;  
}
#main.fullwidth .post-entry .alignwide {
    width: 70vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#main.fullwidth.narrow .post-entry .alignwide {
    max-width: 1080px;
	width:1080px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Fullwidth post layout */
#main.fullwidth .single .post-entry, #main.fullwidth .single .post-entry p {
	font-size:15px;
	line-height:26px;
}
#main.fullwidth .post-entry p, #main.fullwidth .post-entry .alignfull, #main.fullwidth .post-entry .alignwide, #main.fullwidth .post-entry hr, #main.fullwidth .wp-block-image, 
#main.fullwidth .wp-block-media-text, #main.fullwidth .wp-block-categories, #main.fullwidth .wp-block-archives, #main.fullwidth .wp-block-embed {
	margin-bottom:26px;
}
#main.fullwidth.post-fullwidth .post-entry h1, #main.fullwidth.post-fullwidth .post-entry h2, #main.fullwidth.post-fullwidth .post-entry h3, #main.fullwidth.post-fullwidth .post-entry h4, 
#main.fullwidth.post-fullwidth .post-entry h5, #main.fullwidth.post-fullwidth .post-entry h6 {
	padding-top:10px;
}

/* Separator lines */
.wp-block-separator {
    margin: 30px auto;
    background:#ddd;
	height:1px;
	border: 0;
    clear: both;
}
.wp-block-separator:not(.is-style-dots):not(.is-style-wide){
    max-width: 180px;
}

.wp-block-separator.is-style-dots::before {
	font-size:24px;
}

/* Gutenberg responsive */
@media only screen and (min-width: 942px) and (max-width: 1170px) {
	#main.fullwidth.narrow .post-entry .alignwide {
		max-width:940px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
	#main.fullwidth.narrow .post-entry .alignwide, #main.fullwidth .post-entry .alignwide {
		max-width:100%;
		width:100%;
	}
}
@media only screen and (max-width: 767px) {
	
	.post-entry blockquote {
		padding:0;
	}
	#main.fullwidth .wp-block-pullquote.alignleft, #main.fullwidth .wp-block-image .alignleft {
		margin-left:0;
		margin-right:20px;
	}
	#main.fullwidth .wp-block-pullquote.alignright, #main.fullwidth .wp-block-image .alignright {
		margin-right:0;
		margin-left:20px;
	}
	.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
		max-width:240px;
	}
	.post-entry blockquote.wp-block-quote {
		padding:30px;
	}
	
	#main.fullwidth.narrow .post-entry .alignwide, #main.fullwidth .post-entry .alignwide {
		max-width:100%;
		width:100%;
	}
	
}

/* Index shortcode */
.index-shortcode {
	margin-bottom:20px;
}
.index-wrap {
	display:grid;
	grid-gap:20px;
}
.index-wrap.grid-2 {
	grid-template-columns:repeat(2, 1fr);
	grid-gap:30px;
}
.index-wrap.grid-3 {
	grid-template-columns:repeat(3, 1fr);
}
.index-wrap.grid-4 {
	grid-template-columns:repeat(4, 1fr);
}
.index-wrap .grid-item {
	margin-bottom:0;
}
.index-item .post-img {
	margin-bottom:12px;
}
.index-item .grid-item .post-header .cat {
	display:block;
}
.index-item .grid-item .post-header .cat a {
	margin: 0 4px 5px 4px;
}
.post-entry .index-item .grid-item .post-header .cat a:hover {
	text-decoration:none;
}
.index-wrap.grid-3 .grid-item .post-header h2 a {
	font-size:19px;
}
.index-wrap.grid-3 .grid-item .post-header h2 {
	line-height:27px;
}
.post-entry .index-wrap .grid-item .post-header h2 {
	margin-bottom:5px;
}
.post-entry .index-wrap .grid-item .post-header h2 a:hover {
	text-decoration:none;
}
.index-wrap.grid-4 .grid-item .post-header h2 a {
	font-size:18px;
}
.index-wrap.grid-4 .grid-item .post-header h2 {
	line-height:26px;
}

.index-heading {
	position:relative;
	z-index:10;
}
.post-entry .index-heading {
	font-size:17px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:400;
	position: relative;
	margin-bottom:25px;
    line-height: 15px;
	color:#888;
	font-family:"Lato", sans-serif;
	font-style:normal;
}
.post-entry .index-heading:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 6px;
    height: 1px;
    border-bottom: 1px solid #ddd;
}
.post-entry .index-heading > span {
    line-height: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
    background: #fff;
}
.post-entry .index-heading a {
	background:#fff;
	position:absolute;
	right:0;
	top:-1px;
	padding-left:18px;
	font-size:11px;
	letter-spacing:1px;
}

@media only screen and (max-width: 767px) {
	.index-wrap.grid-2, .index-wrap.grid-3, .index-wrap.grid-4  {
		grid-template-columns:1fr;
		grid-gap:20px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
	.index-wrap.grid-2, .index-wrap.grid-3, .index-wrap.grid-4  {
		grid-template-columns:repeat(2, 1fr);
		grid-gap:20px;
	}
}

/* BXslider */
#sideslides { visibility: hidden; }
.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
.bx-wrapper .bx-prev {
	left: 15px;
	background: url(img/controls.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: 15px;
	background: url(img/controls.png) no-repeat -30px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 999;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	opacity:0;
}
.bx-wrapper:hover .bx-controls-direction a {
	opacity:1;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 10px;
}


@media only screen and (max-width: 1200px) {
.small_logo_container{margin-right:16px;}
.title-container{max-width:118px;}
#nav-wrapper .menu li{margin-right:10px;}
#nav-wrapper .menu li a{font-size:14px;}
h2.section-title{font-size:25px;}
.show-search input[type="text"]{width:85%;}
.show-search input[type="submit"]{width:15%;}
.featured-footer .next-event-time{float:none;}
.calendar .column.active .column-header{background:#0000f0;color:#fff;}
.calendar-events .event-title{font-size:20px;line-height:25px;}
.calendar-events .box.column-header{font-size:16px;padding-left:0;text-align:center;}
.calendar .column .column-header .weekday{display:inline;}
.calendar .column .box{opacity:1;}
.calendar .column .event-title{font-size:23px;font-family:'Playfair';line-height:25px;}
.calendar .column .box.primary .event-title{}
.calendar.calendar-shows .column .event-hour{display:none;}
.calendar .column .event-hour-description{display:block;}
.reminder-info{margin-top:20px;margin-bottom:10px;}
.event-popup-footer-button{line-height:14px;font-size:10px;padding-top:10px;padding-bottom:20px;height:44px;}
.event-popup-footer-hour{font-size:24px;}
.show-footer #share-button.copied{font-size: 10px;}

.categories-container{text-align:center;margin:30px 0px;}
.categories-container .cat-item{margin:4px; height: 30px;line-height: 30px; font-size:15px;width:100px;}

.bloque-promocionate-imagen{display:none;}
.promocionate-texto {text-align:center;padding:50px;}
.promocionate-parrafo{font-size:14px;line-height:16px;}
.promocionate-slogan{font-size:20px;line-height:23px;}

.page-template-brand .private-block-button {width:95%;margin:10px auto;}
.gdpr-text{max-width:100%;}

}

/*Mobile*/
@media only screen and (max-width: 767px) {
.home .container{width:100%;}
.single-programas .container{width:100%;}
#top-bar{}
#top-bar.expanded #nav-wrapper .menu{display:none;}
#nav-wrapper .menu li.top-link{display:block;}
#top-bar.expanded{}
#top-bar .logo--desktop{display:none;}
#top-bar .subtitle--big{display:none;}
#top-bar.expanded .subtitle--big{display:block;}
#header.expanded{}
.single-shows #header.expanded{padding-top:0;}
.top-header{overflow:hidden;}
.menu-mobile{position:absolute;top:2px;right:-12px;}	
#top-bar .small_logo_container{width:100px;margin-top:12px;margin-left:12px;}
.logo-text-container{margin-left:0;}
.title--big{font-size:28px;letter-spacing:4px;}
.subtitle--big{font-size:11px;letter-spacing:4px;}
#top-bar.expanded .logo--desktop{display:none;}
.logo--mobile img{width:100%;height:auto;}
.logo--mobile {
    display: block;
    width: 72px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 0;
}
.logo--mobile img {
    width: 100%;
    height: auto;
}
#top-bar.expanded .logo--mobile{
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
}
#top-bar.expanded .logo--mobile img {
	width:auto;
    height: 80px;
    margin-bottom: 10px;
}
#top-bar .show-search{top:48px;}
#top-bar.expanded .show-search{top:185px;}
.main-header .language-switcher{display:block;}
.main-header #top-search{display:block;}

.menu-mobile{position:absolute;top:-70px;right:7px;}
.home-blocks{margin-top:0;}
.home-blocks .block{width:100%;height:auto;margin-left:0;}
.home-blocks .semi-block{height:auto;}
.homepage-past-video{width:100%;height:auto;margin-left:0;margin-bottom:20px;}
.homepage-articles .sp-grid li{margin-left:0;width:100%;}
.homepage-block-header-name{font-size:18px;}
.homepage-block-header-name::before{vertical-align:-6px;}
.homepage-block-header-line{margin: 26px 7px 0 7px;}
.homepage-secondary-button{font-size:10px;line-height:56px;border:0;padding:0;}
.day-selector .homepage-secondary-button{border:1px solid #000;padding:12px 29px;}
.homepage-block-title{font-size:35px;margin:5px 0 5px 0;}
.homepage-square{height:35px;line-height:35px;margin-top:8px;font-size:16px;}

.homepage-past-carrousel .splide__arrow--next{right:1em;top:auto;bottom:25px;}
.homepage-past-carrousel .splide__arrow--prev{left:1em;top:auto;bottom:25px;}
.homepage-articles .splide__arrow--next{right:0.2em;top:330px;}
.homepage-articles .splide__arrow--prev{left:0.2em;top:330px;}

.homepage-articles-block {
    margin: 40px auto 0 auto;
    max-width: 320px;
}

.fullwidth .main-article {
width: 100%;
height: auto;
}

.fullwidth .main-article .post-img{height:auto;}
.fullwidth .main-article .post-img img{min-width:auto;width:100%;}

sp-grid > li, #main.fullwidth .sp-grid > li {
max-width: 100%;
width: 100%;
margin: 20px 0;
}
.fullwidth .sp-grid .grid-item {height:auto;}
.fullwidth .grid-item .post-img{height:auto;}
.homepage-articles .sp-grid .grid-item .post-img{height:auto;}
.category #main.fullwidth .sp-grid li:nth-of-type(3n){margin-left:0;}
.contenedor-programas .caja-programa{max-width:49%;flex:0 0 auto;}
.contenedor-programas .caja-programa h4.subtitulo{display:none;}
.contenedor-programas .caja-programa h2.titulo{font-size:16px;margin-top:5px;margin-bottom:20px;font-weight:bold;}

.fullwidth .post-entry{padding:20px 0;}
.fullwidth .main-article .post-entry{padding:20px;}
.fullwidth .main-article .post-entry h2, .fullwidth .main-article .post-entry h2 a{font-size:23px;line-height:25px;}

.homepage-left{margin-right:0;}
.fullwidth .featured{width:auto;float:none;}
.featured-header, .featured-footer{height:auto;line-height:25px;font-size:20px;padding-top:10px;padding-bottom:10px;}
.home-blocks .block {width: 100%;margin-left:0;margin-top: 36px;}
.featured-container{max-height:480px;height:auto;line-height:0;}

/*Magazine*/
.single-post .post-header h1.entry-title {font-size:25px;}
ul.list-categories{margin-bottom:30px;margin-bottom:12px;}
ul.list-categories .cat-item a, ul.list-categories a{font-size:14px;}
.single-post .fullwidth .post-entry p {font-size:13px;line-height:20px;}
.blog .sp-grid li:nth-child(1) .grid-item, .blog .sp-grid li:nth-child(2) .grid-item{height:auto;padding-bottom:12px;}
.blog .sp-grid li:nth-child(1) .grid-item .post-img, .blog .sp-grid li:nth-child(2) .grid-item .post-img{height:auto;}
.slide .image_container{height:320px;}
.slide .image_overlay{height:320px;}
.slide .slide_box{top:auto;left:auto;padding:10px 10px 10px 20px;position:absolute;bottom:20px;max-width:85%;}

.slide .slide_box p{font-size:12px;line-height:14px;}
.slide .slide_title{font-size:22px;line-height:24px;}
.slide .slide_read-more-btn{font-size:14px;padding:5px 30px 0px 20px;}
.homepage-novedades-block .homepage-articles .sp-grid .grid-item{height:410px;}

/* Ficha programa */

.ficha-programa{flex-direction:column;margin-top:0;}
.ficha-programa .ficha-datos{order:2;max-width:320px;margin:0 auto;}
.ficha-programa .titulo{font-size:30px;line-height:30px;margin-top:10px;}
.ficha-programa .contenido{font-size:16px;}
.bloque-otros-programas{max-width:320px;margin:16px auto 0 auto;}

/* Plataformas */

.bloque-plataformas-cabecera{flex-direction:column;align-items:center;justify-content:center;text-align:center;}
.plataformas-encontrarnos{font-size:12px;margin-top:10px;}
.plataforma-logo{max-width:180px;}

/*Footer*/
#footer .copyright.left{float:none;}
#footer .container {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}
.footer-right{align-items:center;margin-top:20px;}
.enlaces-legales {
    display: flex;
    flex-direction: column;
    font-size: 0;
}
.promocionate-boton{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-menu-wrapper{margin:20px auto;float:none;line-height:30px;}
.footer-menu-wrapper li {display: block;}
.footer-social-menu-wrapper{display: block;}
#footer .copyright.right{float: none;}

}