/*
 Theme Name:     Travel
 Description:    Divi Child Theme
 Author:         El Charko
 Author URI:     https://www.elcharko.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here */

body {
    font-weight: 300 !important;
}

/* menu de navegacion  */
.nav li ul {
    width: 360px;
}
#top-menu li li a {
    width: 320px;
	padding: 10px 20px;
}

#et-top-navigation {
    font-weight: 300;
}
/* fin de navegacion  */

/*WPML*/
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
    position: absolute;
    right: 20px;
    top: 40px;
    font-weight: 300;
    background-color: #fff;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a {
    font-weight: 500;
    color: #A90003;
}


  
/***/

/* RRSS icon*/
.et-social-google-plus a.icon::before {
    content: "\e0cb";
}

.et-social-rss a.icon::before {
    content: "\e0cb";
}
/**/

/*  logotipo carousel*/
.dica-container .swiper-buttton-container {
    margin-top: 25px;
}
.pag-theme1 .owl-iml-carousel .owl-iml-controls .owl-iml-nav .owl-iml-next, .pag-theme1 .owl-iml-carousel .owl-iml-controls .owl-iml-nav .owl-iml-prev {
    background-color: #A90003 !important;
}
/***/

/*Widgets*/
.marca {
    border: 4px solid #f9f9f9;
    border-radius: 3px;
    margin: 20px 0 0 10px;
    padding: 30px 0;
}
.widgettitle {
    font-size: 26px !important;
    font-weight: 700;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
.col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.widget_recent_entries ul li {
    border-bottom: 1px solid #eee;
    padding: 5px 0 10px;
    margin-top: 0;
}
/***/

/* Footer */
#main-footer {
    background-image: url(/wp-content/themes/Travel/images/footer_bg.jpg);
}

.footer-widget {
    padding-right: 25px;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

#footer-widgets .footer-widget li {
    padding-left: 0px;
}
/**/

/* ONLY MEDIA QUERIES */

/*** Responsive Styles Large Desktop And Above ***/

@media all and (min-width: 1405px) {
    .dedomovil {
        display: none;
    }
}

/*** Responsive Styles Standard Desktop Only ***/

@media all and (min-width: 1100px) and (max-width: 1405px) {
    .dedomovil {
        display: none;
    }
}

/*** Responsive Styles Tablet And Below ***/

@media all and (max-width: 980px) {
    .dedomovil {
        display: none;
    }
}

/*** Responsive Styles Tablet Only ***/

@media all and (min-width: 768px) and (max-width: 980px) {
    .dedomovil {
        display: none;
    }
	.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal { 
        right: unset; position: relative !important; top: -12px; text-align: center; margin: 0 auto 15px; width: 100px; 
    }    
}

/*** Responsive Styles Smartphone Only ***/

@media all and (max-width: 767px) {
    .dedomovil {
        display: block
    }
	.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal { 
        right: unset; position: relative !important; top: -12px; text-align: center; margin: 0 auto 15px; width: 100px; 
    }       
}

/*** Responsive Styles Smartphone Portrait ***/

@media all and (max-width: 479px) {   
    .dedomovil {
        display: block
    }
	.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal { 
        right: unset; position: relative !important; top: -12px; text-align: center; margin: 0 auto 15px; width: 100px; 
    }       
}

