/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
@font-face {
    font-family: 'Basier Square';
    src: url('fonts/BasierSquare-Regular.woff2') format('woff2'),
        url('fonts/BasierSquare-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
h1,h2,h3,h4,h5{
	font-family: 'Basier Square'!important;
    font-weight: normal;
    font-style: normal!important;
}
.navigation-branding img, .site-logo.mobile-header-logo img {
    height: 68px!important;
}
.buscador{
    top: -72px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.busqueda .elementor-widget-container input,.busqueda .elementor-widget-container button{
	padding: 5px 15px;
}
.searchandfilter input::placeholder{
    color:#000;
}
.searchandfilter input{
	padding: 5px 0px!important;
}
.searchandfilter .sf-field-submit input{
    padding: 6px 10px!important;
    margin-top: 3px;
    color: #fff!important;
    background: #1e2235;
    border: 1px solid #fff;
}
.elementor-widget-container input{
    background: transparent;
    color: #000;
    border-color: #1e2235!important;
	text-align: center;
	
}
.elementor-widget-container select{
    background: transparent;
    color: #000;
    border-color: #000;	
	text-align: center;
	
}
.elementor-widget-container input::placeholder{
    color:#1e2235;
}
.post-type-archive .sf-input-select {
    color: #1e2235;
}
.elementor-widget-container button{
    color: #1e2235;
    border-color: #1e2235;
}
.precio-item{
    position: absolute;
    top: 0;
    padding: 10px 20px;
    color: #fff;
    background: #1e2235;
    right: 0px;
}
.post-type-archive-programas .searchandfilter .sf-field-submit input {
    background: #1e2235;
}
.item-programa{
	max-width:560px;
}
a.generate-back-to-top {
    background-color: #2c4c9c;
}
.busqueda i {
    position: absolute;
	color:#1e2235;
}
.busqueda button i {
    position: relative;
    color: #fff;
}          
.busqueda {
    width: 100%;
    margin-bottom: 0;
}
.icon {
    padding: 10px;
    min-width: 40px;
}
.input-field {
    width: 100%;
    padding: 10px;
    text-align: center;
}
.post-type-archive-programas .site-content {
    display: inline-block;
	width:100%;
}
.post-type-archive-programas .header-1{
    background: #000;
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
}
.post-type-archive-programas .site-content .content-area {
    float: left;
	width:100%!important;
}
.post-type-archive-programas .is-right-sidebar {
    float: left;
}
.read-more{
    background: #1E2235;
    padding: 10px;
    margin-left: 0px;
	color:#fff!important;
}
.read-more-container {
    margin-top: 20px;
}
.post-type-archive-programas .inside-article p{
	font-size: 13px;
}
.post-type-archive-programas .inside-article li{
	font-size: 14px;
}
.post-type-archive-programas .programas .post-image {
    margin-top: 0!important;
    overflow: hidden;
    width: 100%;
	margin-bottom: 0!important;
}
.programas .fa {
    color: #1E2235;
}
.post-type-archive-programas .busqueda {
    background: #fff;
    position: relative;
    width: 100%;
    display: flex;
}
.post-type-archive-programas .busqueda input{
    padding: 6px 10px;
	background-color: transparent;
	color:#1e2235;
}
.post-type-archive-programas .busqueda button{
    padding: 6px 10px;
}
.post-type-archive-programas .busqueda h3{
    text-align: center;
    color: #1e2235;
    margin-top: 22px;
    margin-bottom: 0!important;
}
.post-type-archive-programas .busqueda{
	margin: 0!important;
}
.busqueda .fa-map-marked-alt{
    margin-left: -28px;
}
#site-navigation{
	position:relative;	
}
.post-type-archive .main-navigation{
	box-shadow: 10px 8px 19px -6px rgb(105 105 105 / 13%);
}
.single .main-navigation{
	box-shadow: 10px 8px 19px -6px rgb(105 105 105 / 13%);
} 
@media(min-width:768px){
	.single .lugar:lang(fr){
		top: -148px!important;
	}
	.accordion{
	display:none!important;
	}
	.post-type-archive-programas .post-image{
		grid-row: 1;
		grid-column: 1;
		overflow: hidden;
	}

	.post-type-archive-programas .post-image img{
		width: 90%;
		overflow: hidden;
	}
	.post-type-archive-programas .inside-article{
		display: grid;
		width: 100%;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(1, 1fr);
	}
	.post-type-archive-programas .entry-header{
		grid-row: 1;
		grid-column: 2 / 3;
	}
	.post-type-archive-programas .entry-content{
		grid-row: 1;
		grid-column: 2 / 3;
	}
	.archive.post-type-archive .post-image a img:lang(fr) {
		width: 150%;
	}	
	.post-type-archive-programas .entry-content:lang(fr){
		margin-top: 4em;
	}	
	.single-programas .container.grid-container {
		width: 100%!important;
		max-width: none!important;
	}
	.single-programas .featured-image img {
		width: 100%!important;
	}
	.single-programas .separate-containers .site-main {
		margin: 0;
	}
	.single-programas .entry-header{
		position:relative;
		margin:0 auto!important;
		max-width:1200px;
		margin-top: -129px!important;
	}
	.single-programas .entry-content{
		margin:0 auto!important;
		max-width:1200px;
	}
	.single-programas .featured-image{
		height: 80vh;
		overflow: hidden;
	}
	.single-programas .featured-image {
		margin-top: -83px!important;
	}
	.single-programas h1{
    color: #fff!important;
	}
	.content-search {
		right: 0;
		width: 300px;
	}
	.accordion ul.sf_date_field input {
		max-width: none!important;
	}
	.accordion .searchandfilter select.sf-input-select {
		min-width: none!important;
		width: 100%;
	}
	.accordion .sf_date_field label{
		width:100%!important;
	}
	.accordion .searchandfilter ul li {
		width: 100%;
	}
	.accordion .sf-field-post-meta-duracion label {
		width: 100%;
	}
}
.post-type-archive-programas .elementor-column.elementor-col-25 .elementor-widget-container p b{
	width: 100%;
	float: left;
}
.post-type-archive-programas .site-main {
    margin: 10px 0!important;
}
.programas .elementor-widget-container img {
    width: 100%;
}
.main-navigation, .main-navigation ul ul {
    background-color: #ffffff;
}
.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-items {
    color: #1e2235;
}
.home .menu-item-has-children a{
	 color: #1e2235;
}
.home #site-navigation .sub-menu li a{
	 color: #1e2235!important;
} 
.home #site-navigation.main-navigation .main-nav ul li a{
	color:#fff;
}
.home #site-navigation .menu-item.menu-item-type-custom > a{
	color:#fff;
}
.page-id-14310 #site-navigation.main-navigation .main-nav ul li a{
	color:#fff!important;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #ffffff!important;
    background-color: #1e2235!important;
}
.post-type-archive-programas #site-navigation .site-logo{
display:none!important;
}
.post-type-archive-programas #site-navigation .sticky-navigation-logo{
display:block!important;
}
.single #site-navigation .site-logo{
display:none!important;
}
.single #site-navigation .sticky-navigation-logo{
display:block!important;
}
.inside-article a, .paging-navigation a, .comments-area a, .page-header a {
    color: #1E2235;
}
.elementor-tab-title a:hover{
    color: #1E2235!important;
}

.sf-input-select {
    background: transparent;
	color:#fff;
	padding: 5px 30px!important;
	margin-top: 4px;
	text-align: center;
}
.sf-level-0{
    background: #1e2235;
	color:#fff;
}
.sf_date_field label{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.sf_date_field label:before{
    content: "\f073";
    position: absolute;
    color: #000;
    margin-top: 9px;
    margin-left: 9px;
}
.sf-field-post-meta-duracion label{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.sf-field-post-meta-duracion label:before{
    content: "\f017";
    position: absolute;
    color: #000;
    margin-top: 14px;
    margin-left: 9px;
}
.no-results.not-found .inside-article{
   display: block!important;
   text-align: center;
}
.sf-input-date{
	text-align:center;
}
.home #site-navigation .menu-bar-items a{
	color:#fff!important;
}
.page-id-14310 #site-navigation .menu-bar-items a{
	color:#fff!important;
}
.ll-skin-melon .ui-widget {
    background: #2c4c9c;
}
.archive article.type-programas .elementor-spacer-inner{
	display:none;
}
.elementor[data-elementor-type="wp-post"]{
	background: #fdfdfd;
}
.archive h1{
    font-size: 26px;
    margin-left: 10px;
	margin-top:21px;
}
.archive h1 i.fa{
color:#4e4e4e!important;
}
.archive #page{
	margin-bottom:40px;
}
.archive .programas .inside-article{
	box-shadow: 10px 8px 19px -6px rgb(105 105 105 / 13%);
}
.single .lugar{
    position: absolute;
    top: -154px;
    color: #fff;
    padding: 5px 10px;
    width: auto!important;
    left: -16px;
}

.no-results.not-found .search-form{
	margin:70px 0;
}
.menu-item a:hover{
	background:transparent!important;
}
.inside-article a{
    color: #fff;
}
.accordion .busqueda ul{
	box-shadow: none!important;
	display: block!important;
	float: left!important;
	position: relative!important;
	left: 0!important;
	opacity: 1!important;
	width: 100%!important;
	height: auto!important;
}
.accordion1 .busqueda ul{
	box-shadow: none!important;
	display: block!important;
	float: left!important;
	position: relative!important;
	left: 0!important;
	opacity: 1!important;
	width: 100%!important;
	height: auto!important;
}
.accordion1 .sf-field-post-meta-duracion{
	display:none!important;
}
.accordion1 .sf-field-post-meta-fecha_inicial {
    width: 85%;
}
.accordion1 .sf_date_field li{
	width:50%!important;
}
#site-navigation .accordion1{
	
}
.accordion .searchandfilter input {
	width: 100%!important;
}
.accordion .sf-field-post-meta-fecha_inicial {
	width: 100%;
	display: block;
	height: 100%;
	float: left;
	position:relative;
	z-index: 99999999;
}
.accordion .searchandfilter select.sf-input-select {
    color: #000;
}
.accordion .sf-field-submit{
	width:100%;
}
.archive .inside-article a {
	color: #1E2235;
}
.scroll-item {
    display:none;
}
.scroll-item {
    position: fixed!important;
    width: 100%;
    z-index: 99999999999;
    bottom: 0;
    left: 0;
}
.archive .puntos{
	display:none;
}
.elementor-accordion a {
    color: #1E2235;
}
.elementor-accordion a:hover {
    color: #000;
}
.archive.post-type-archive .item-datos{order:2;}
.archive.post-type-archive .item-descripcion{order:1;}
.archive.post-type-archive .caracteristicas{order:4;}
.archive.post-type-archive .item-lugar{order:3;}

.archive.post-type-archive .entry-content .elementor-section-wrap{
    display: flex;
    flex-direction: column;
}
.archive.post-type-archive .entry-content .item-contenido{
	display:none;
}
@media(max-width:1079px){
	.elementor-widget-container input {
		width: 100%!important;
	}	
	.accordion1{
		display:none;
	}
	.single-programas .menu-toggle{
		color: #1e2235;
	}
	button.menu-toggle:hover, button.menu-toggle:focus {
		color: #1e2235;
	}	
}
@media(max-width:991px){
	.buscador .sf-input-select{
		text-align:center!important;
	}	
	.menu-toggle{
		display: block;
		float: left;
	}
	.single.single-post .entry-content{
		padding:10px 15px!important;
	}
	.single.single-post .entry-header{
		padding:10px 15px!important;
	}
	.galeria-quienes .elementor-widget-wrap.elementor-element-populated{
		margin:0!important;
		padding:0!important;
	}	
	.archive.post-type-archive .entry-title{
		padding: 0 7px;
	}	
	.archive.post-type-archive .entry-content{
		margin-top:0;
		background: #f5f5f5;
	}
    .archive .inside-article{
		padding:0!important;
	}	

    .single .inside-article{
		padding:0!important;
		overflow: hidden;
	}
	.single .elementor-widget-image .elementor-widget-container {
		margin-left: -20px;
		margin-right: -20px;
	}
	.single .elementor-widget-container{
		padding:0 10px;
	}	
    .colu1{
		display:none!important;
	}

	.archive .entry-content{
		padding: 0px;
	}
	.post-type-archive-programas h2.entry-title a {
		font-size: 30px;
		font-weight: 400;
	}
	.post-type-archive-programas .inside-article p {
		font-size: 16px!important;
	}
	.archive .lugar{
		text-align: center;
	} 	
	.archive .read-more-container{
		text-align: center;
	}	
	.archive .entry-header{
		padding: 10px 15px;
		text-align: center;
	}	
	.inside-footer-widgets{
		text-align: center;
	}	
	.archive .separate-containers .inside-article{
		padding: 10px 0;
	}
	h1.entry-title{
		text-align:center;
	}
	.content-search{
		width: 100%;
		left: 0;
	}
	#site-navigation.main-navigation .main-nav ul li a {
		color: #fff;
	}
	.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-items {
		color: #ffffff;
	}
    .archive #site-navigation .menu-toggle{
		color: #1e2235!important;
	}
	.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a{
		color:#fff;
	}	
	.buscador {
		top: 0;
	}
	.home .menu-toggle {
		color: #1e2235;
	}
	.home button.menu-toggle:hover,.home button.menu-toggle:focus {
		color: #1a272e;
	}	
	.searchandfilter ul li {
		padding-bottom: 0;
	}	
	.searchandfilter input {
    padding: 5px 30px!important;
    font-size: 15px;
	text-align: left;
	border-radius: 5px;
	}
	.searchandfilter .sf-field-submit input {
		text-align:center!important;
	}
	.searchandfilter select.sf-input-select {
		min-width: unset;
		text-align: left;
		border-radius: 5px;
	}
	.sf_date_field label:before {
		content: "\f073";
		position: absolute;
		color: #1e2235;
		margin-top: 9px;
		margin-left: 10px;
		font-size: 13px;
	}
	.sf-field-post-meta-duracion label:before {
		content: "\f017";
		position: absolute;
		color: #1e2235;
		margin-top: 14px;
		margin-left: 9px;
		font-size: 13px;
	}
	.sf-input-select {
		padding: 6px 30px!important;
		font-size: 15px;
		text-align: left;
	
	}
	.searchandfilter ul {
		margin: 0;
	}
	.home .menu-toggle{
		color:#fff;
	}
	.post-type-archive-programas .busqueda {
		display: inline-block;
	}
	.post-type-archive-programas .no-featured-image-padding .post-image {
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.single .lugar {
		position: relative;
		top: 0;
		color:#1E2235;
		width: 100%!important;
		left: 0;
		text-align: center;
	}
	.elementor-widget-container input {
		display: block;
		width: 100%;
	}
	.sf_date_field label {
		width: 100%;
	}
	.sf-field-post-meta-duracion label {
		width: 100%;
	}
	.searchandfilter select.sf-input-select {
		display: block;
		width: 100%;
	}
	.post-type-archive-programas .busqueda input {
		width: 100%;
	}	
}
.home .carousel .elementor-widget-wrap.elementor-element-populated {
    margin: 0!important;
    padding: 0!important;
}
#sticky-navigation .menu-toggle {
    color: #1e2235!important;
}
.footer-widgets {
    color: #fff;
    background-color: #1e2235;
}
.footer-widgets p {
    font-size: 13px;
}
.footer-widgets h3 {
    color: #ffffff;
}
.footer-widgets a {
    color: #a5a5a5;
}
.content-search{
    position: absolute;
    display: block;
    z-index: 999999;
    background: rgb(255, 255, 255);
    padding: 5px;
}
.accordion h3{
	margin-top: 17px;
}
.accordion{
	display:none;
}
#sticky-navigation .accordion{
	display:block;
}
.archive .elementor-button-text{
    color: #fff;
}
.archive.post-type-archive .entry-content .caracteristicas{
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}
.archive .caracteristicas .elementor-icon {
	font-size: 26px;
}
.archive.post-type-archive .read-more.content-read-more{
    font-size: 19px;
    color: #1E2235!important;
    background: #fff;
    border: 2px solid #1E2235;
}
@media(min-width:992px){
	.archive .type-programas .elementor-widget-container{
		font-size:13px!important;
	}	
	.single-programas .item-lugar .elementor-container.elementor-column-gap-default{
		margin-left: 6px!important;
	}	
	.archive .type-programas .fa.fa-map-marker{
		color: #1e2235!important;
        margin-right: 4px;
		font-size: 13px;
	}
	.archive .type-programas .item-lugar .elementor-widget-container span{
		font-size: 13px;
	}		
	.single .lugar {
		color: #fff!important;
	}
	.archive .type-programas .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
		padding-left: 0;
	}
    .archive .type-programas .item-datos .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
		padding-left: 10px!important;
	}
	.single-programas .featured-image.page-header-image-single:after{
		content: "";
		display: block;
		width: 100%;
		background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 58%);
		height: 100%;
		position: absolute;
		top: 0;
	}
	.single-programas .featured-image.page-header-image-single{
		position:relative;
	}	
	.read-more-container{
		text-align:center;
	}
	.archive.post-type-archive .post-image{
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
	}
	.archive.post-type-archive .post-image a{
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
	}
	.archive.post-type-archive .post-image a img{
		position: absolute;
		left: 0;
		top: 0;
		width: 120%;
		display: block;
		max-width: none;
	}	
    .archive .caracteristicas .elementor-widget-icon{
		margin-bottom: 3px!important;
	}
	.archive .lugar{
		margin-bottom: 0!important;
	}
	.archive .caracteristicas h3 {
		font-size: 16px;
		margin-bottom: 0;
	}
	.archive .lugar{
		margin-bottom: 0;
	}
	.archive .caracteristicas{
		padding:0!important;
		background-color: transparent!important;
	}	
	ul.sf_date_field{
	width: 100%;
	position: relative;
	float: left;
	}
	ul.sf_date_field li{
		width: 50%;
		float: left;
	}
	#sticky-navigation ul.sf_date_field input {
		max-width: 136px;
	}
	#sticky-navigation ul.sf_date_field input {
		font-size: 14px!important;
		height: 38px;
	}
	.carousel .elementor-column.elementor-col-25{
	border-right: 2px solid #fdfdfd!important;
	}
	.sf-field-post-meta-fecha_inicial{
		float: left;
		width: 55%;
	}
	.sf-field-post-meta-fecha_inicial li{
		float: left;
		width: 50%;
	}
	.sf-field-post-meta-duracion{
		float: left;
		width: 30%;
	}
	.sf-field-submit{
		float: left;
		width: 15%;
	}
	.sf-field-post-meta-fecha_inicial li{
		float: left;
		width: 50%;
	}
	.sf-field-post-meta-duracion{
		float: left;
		width: 30%;
	}
	.sf-field-submit{
		float: left;
		width: 15%;
		text-align: center;
	}	
}
select.sf-input-select{
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}
.home-icono .elementor-icon.elementor-animation-{
	margin-top: -20px;
}
.home-icono .elementor-icon-box-description{
    padding: 15px;
	min-height: 165px;
}
.home #site-navigation{
    background: #1e2235f7!important;
    height: 78px!important;
}
.sf-field-submit input{
	font-weight: bold;
}
.buscador.home-b{
	border-bottom: 0.4px solid #1e2235;
}
.item-pro{
    position: absolute!important;
    right: 0!important;
    width: 40%!important;
}
.h2-programa-home h2{
	min-height: 72px;
}
a.wp-block-button__link:not(.has-background) {
    color: #1E2235;
    background-color: #ffffff;
}
.footer-widget-1 .wp-block-buttons.alignfull {
    display: block!important;
}
.footer-widget-1 .wp-block-button__link:hover{
background:#c3c3c3!important;
}
.item-des:hover{
	opacity:0.6;
}
.destinos #site-navigation .main-nav ul li a,.destinos .menu-toggle,.destinos #site-navigation .menu-bar-items {
    color: #fff;
}
.quienes #site-navigation .main-nav ul li a,.quienes .menu-toggle,.quienes #site-navigation .menu-bar-items {
    color: #fff;
}
nav#site-navigation .main-nav ul.sub-menu li a{
    color: #1e2235;
} 
.blog .post footer {
    display:none;
}
.blog .read-more {
    display: table;
    margin-top: 11px;
}
.blog .inside-article a{
    color: #1e2235;
}
.single.single-post .inside-article a{
    color: #1e2235;
}
.single.single-post .post footer{
	display:none;
}
.blog .inside-article {
    box-shadow: 10px 8px 19px -6px rgb(105 105 105 / 13%);
}
#block-28{
 background: #ebebeb;
 font-weight: bold;
}
#block-29,#block-38,#block-39{
 background: #ebebeb;
 font-weight: bold;
}
.single-programas .inside-article a.wpsm_read_more {
    color: #1e2235!important;
}
.single-programas .inside-article .elementor-widget-container p > a{
    color: #1e2235!important;
}
.single-programas .gallery-item{
    max-height: 190px;
    overflow: hidden;
}
.single-programas .gallery-item img{
    min-height: 190px;
}
.main-navigation .main-nav ul li:hover > a{
    color: #1e2235!important;
	 background: #ebebeb!important;
}
.wpml-ls-native,.wpml-ls-display{
	display:none;
}
.sub-menu .wpml-ls-native,.sub-menu .wpml-ls-display{
	display:block!important;
}
.wpml-ls-item .sub-menu a{
	display:flex;
}
.main-navigation .main-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
}
.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 14px;
}
.wpml-ls-menu-item .wpml-ls-flag+span {
    padding: 0 5px;
}
.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 9px;
}
.post-type-archive-programas .wpsm_read_more{
	display:none;
}
@media(min-width:992px) and (max-width:1400px){
	input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
		max-width: 90%;
	}
	.accordion1 .sf-field-post-meta-fecha_inicial {
		width: 65%;
	}
}
@media(min-width:1081px)and (max-width:1399px){
	#sticky-navigation .sf_date_field label {
		padding: 0 3px;
		font-size: 11px;
	 }
	#sticky-navigation .menu-item-has-children .dropdown-menu-toggle {
		padding-right: 0px;
	}
	#sticky-navigation .accordion1{
		width: 30%;
	}
	#sticky-navigation .sf_date_field label:before {
		margin-top: 13px;
	}
	#sticky-navigation ul.sf_date_field input {
		font-size: 11px!important;
	}
	#sticky-navigation ul.sf_date_field input {
		max-width: 83%;
	}
	#sticky-navigation .main-nav ul li a {
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
	#sticky-navigation .menu-item-has-children .dropdown-menu-toggle {
		padding-left: 5px!important;
	}	
}
.descricion {
    min-height: 111px;
}
@media(max-width:992px){
	.wpcf7-form-control-wrap.programa input{
		font-size: 11px;
		height: 49px;
	}	
	.descricion {
		min-height: 85px;
	}	
}
.post-type-archive-programas .entry-title a{
    font-size: 23px;
	text-transform: uppercase;
}
.wp-show-posts-entry-title a{
    color: #1e2235;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-align: center;
    line-height: normal;
}
.wp-show-posts-entry-title{
    text-align: center;
    line-height: 20px;
}
.programas .wp-show-posts-inner{
	position:relative;
}
.programas .precio-item.item-pro{
	font-size: 13px;
	text-align: center;
}
.wp-show-posts-single.programas .wpsp-read-more a{
    color: #1E2235;
    border: 2px solid #1E2235;
    padding: 9px 18px;
    text-align: center;
	margin: 0 auto;
}

.wp-show-posts-single.programas .wpsp-read-more{
	display:flex;
}
.wp-show-posts-entry-header .descripcion{
  padding: 12px 15px 0px 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
  min-height: 117px;
}
.wp-show-posts-single .elementor-divider {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
	display: flex;
	--divider-border-style: solid;
    --divider-color: #0e0c12;
    --divider-border-width: 3px;
    --divider-icon-size: 20px;
    --divider-element-spacing: 10px;
    --divider-pattern-height: 24px;
    --divider-pattern-size: 20px;
    --divider-pattern-url: none;
    --divider-pattern-repeat: repeat-x;	
}
.wp-show-posts-single .elementor-divider-separator {
    width: 12%;
    margin: 0 auto;
    margin-center: 0;
	border-top:2px solid #1E2235;
}
.wp-show-posts-single .ubication p{
    text-align: center;
    text-transform: uppercase;
}
.wp-show-posts-single.programas{
	margin-bottom: 20px;
}
.wp-show-posts .wp-show-posts-entry-title {
    min-height: 87px;
	text-transform:uppercase;
}
.inside-article a {
    color: #1e2235;
}
.single-programas .inside-article .elementor-button-wrapper a{
    color: #fff!important;
}
.elementor-widget-container input {
    background: #fdfdfd;
    color: #000;
    border-color: #c8c6cb;
    text-align: center;
    width: 95%;
}
.elementor-col-66 .sf-field-submit input{
	width:100%!important;
}
.wpcf7-form-control.wpcf7-submit {
    background: #1e2235;
    color: #fdfdfd;
}
.inside-article a:hover {
    color: #3a4d98 !important;
	font-weight:bold;
}
.home .inside-article a{
    color: #ffffff;
}
.home .inside-article h2 a {
    color: #1e2235;
}
.single-programas .caracteristicas h3.wpsm_title{
   min-height:50px;
}
.single-programas .elementor-tab-title{
	text-transform: uppercase;
}
.single-programas h1{
	font-size: 31px;
	text-transform:uppercase;
}
.destinos .elementor-widget-button .elementor-button {
    color: #fff;
}
.destinos .elementor-button-wrapper a.elementor-button-link{
	color:#fff!important;
}
.destinos .elementor-button-wrapper a.elementor-button-link{
	color:#fff!important;
}
@media(min-width:1400px){
	.searchandfilter .sf-input-select {
		width: 95%!important;
	}
	.searchandfilter .sf-input-date {
		width: 95%!important;
	}	
}
.equipo img{
	filter: grayscale(1);
	width:100%;
}
.equipo .elementor-image-box-img{
    overflow: hidden;
}
.elementor-tab-content a{
	font-weight:bold;
}
.byline{
	display:none!important;
}
.footer-widgets a:hover {
    color: #fff!important;
}
.site-info a {
    color: #ffffff!important;
}
.page-id-23287 #site-navigation .site-logo{
display:none;
}
.page-id-23284 #site-navigation .site-logo{
display:none;
}
.page-id-23289 #site-navigation .site-logo{
display:none;
}
.page-id-23291 #site-navigation .site-logo{
display:none;
}
.page-id-23293 #site-navigation .site-logo{
display:none;
}

.page-id-23313 #site-navigation .site-logo{
display:none;
}
.page-id-23307 #site-navigation .site-logo{
display:none;
}
.page-id-23309 #site-navigation .site-logo{
display:none;
}
.page-id-23311 #site-navigation .site-logo{
display:none;
}
.page-id-23305 #site-navigation .site-logo{
display:none;
}

.page-id-23295 #site-navigation .site-logo{
display:none;
}
.page-id-23297 #site-navigation .site-logo{
display:none;
}
.page-id-23299 #site-navigation .site-logo{
display:none;
}
.page-id-23301 #site-navigation .site-logo{
display:none;
}
.page-id-23303 #site-navigation .site-logo{
display:none;
}

.page-id-23287 #site-navigation .sticky-navigation-logo{
display:block!important;
}
.page-id-23284 #site-navigation .sticky-navigation-logo{
display:block!important;
}
.page-id-23289 #site-navigation .sticky-navigation-logo{
display:block!important;
}
.page-id-23291 #site-navigation .sticky-navigation-logo{
display:block!important;
}
.page-id-23293 #site-navigation .sticky-navigation-logo{
display:block!important;
}

.page-id-23313 #site-navigation .sticky-navigation-logo{
display:block!important;
}
.page-id-23307 #site-navigation .sticky-navigation-logo{
display:block!important;
}
.page-id-23309 #site-navigation .sticky-navigation-logo{
display:block!important;
}
.page-id-23311 #site-navigation .sticky-navigation-logo{
display:block!important;
}
.page-id-23305 #site-navigation .sticky-navigation-logo{
display:block!important;
}

.page-id-23295 #site-navigation .sticky-navigation-logo{
display:block!important;
}
.page-id-23297 #site-navigation .sticky-navigation-logo{
display:block!important;
}
.page-id-23299 #site-navigation .sticky-navigation-logo{
display:block!important;
}
.page-id-23301 #site-navigation .sticky-navigation-logo{
display:block!important;
}
.page-id-23303 #site-navigation .sticky-navigation-logo{
display:block!important;
}

.page-id-23287 .entry-header{
    margin-top: 37px;
}
.page-id-23284 .entry-header{
    margin-top: 37px;
}
.page-id-23289 .entry-header{
    margin-top: 37px;
}
.page-id-23291 .entry-header{
    margin-top: 37px;
}
.page-id-23293 .entry-header{
    margin-top: 37px;
}

.page-id-23313 .entry-header{
    margin-top: 37px;
}
.page-id-23307 .entry-header{
    margin-top: 37px;
}
.page-id-23309 .entry-header{
    margin-top: 37px;
}
.page-id-23311 .entry-header{
    margin-top: 37px;
}
.page-id-23305 .entry-header{
    margin-top: 37px;
}

.page-id-23295 .entry-header{
    margin-top: 37px;
}
.page-id-23297 .entry-header{
    margin-top: 37px;
}
.page-id-23299 .entry-header{
    margin-top: 37px;
}
.page-id-23301 .entry-header{
    margin-top: 37px;
}
.page-id-23303 .entry-header{
    margin-top: 37px;
}
.page-id-23287 #site-navigation{
    background: #ffffff!important;
}
.page-id-23284 #site-navigation{
    background: #ffffff!important;
}
.page-id-23289 #site-navigation{
    background: #ffffff!important;
}
.page-id-23291 #site-navigation{
    background: #ffffff!important;
}
.page-id-23293 #site-navigation{
    background: #ffffff!important;
}

.page-id-23313 #site-navigation{
    background: #ffffff!important;
}
.page-id-23307 #site-navigation{
    background: #ffffff!important;
}
.page-id-23309 #site-navigation{
    background: #ffffff!important;
}
.page-id-23311 #site-navigation{
    background: #ffffff!important;
}
.page-id-23305 #site-navigation{
    background: #ffffff!important;
}

.page-id-23295 #site-navigation{
    background: #ffffff!important;
}
.page-id-23297 #site-navigation{
    background: #ffffff!important;
}
.page-id-23299 #site-navigation{
    background: #ffffff!important;
}
.page-id-23301 #site-navigation{
    background: #ffffff!important;
}
.page-id-23303 #site-navigation{
    background: #ffffff!important;
}
@media(max-width:992px){
.page-id-23287 .main-navigation .menu-toggle{
    color: #000!important;
}
.page-id-23284 .main-navigation .menu-toggle{
    color: #000!important;
}
.page-id-23289 .main-navigation .menu-toggle{
    color: #000!important;
}
.page-id-23291 .main-navigation .menu-toggle{
    color: #000!important;
}
.page-id-23293 .main-navigation .menu-toggle{
    color: #000!important;
}

.page-id-23313 .main-navigation .menu-toggle{
    color: #000!important;
}
.page-id-23307 .main-navigation .menu-toggle{
    color: #000!important;
}
.page-id-23309 .main-navigation .menu-toggle{
    color: #000!important;
}
.page-id-23311 .main-navigation .menu-toggle{
    color: #000!important;
}
.page-id-23305 .main-navigation .menu-toggle{
    color: #000!important;
}

.page-id-23295 .main-navigation .menu-toggle{
    color: #000!important;
}
.page-id-23297 .main-navigation .menu-toggle{
    color: #000!important;
}
.page-id-23299 .main-navigation .menu-toggle{
    color: #000!important;
}
.page-id-23301 .main-navigation .menu-toggle{
    color: #000!important;
}
.page-id-23303 .main-navigation .menu-toggle{
    color: #000!important;
}
}
.before-footer{
    background: #1e2235;
    padding: 20px 0;
    display: flex;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #3e3e3e;
    justify-content: center;
}
