/* 
    Theme Name: Los Cabos
    Theme URI: 
    Author: tekoestudio
    Author URI: https://tekoestudio.com
    Description: Tema diseñado para el ...
    Version: 1.0
    Requires at least: 4.9.6
    Requires PHP: 5.2.4
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: flexbox, responsive, teko-grid, tekoestudio, css
    Text Domain: tkthemewp

*/
.header-logo img {
    width: 197px;
    height: 56px;
}
.info-box_text {
    align-items: center;
}
.service-img img,.gallery-box.style3 .gallery-img img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}
.breadcumb-wrapper {
    background-position: center;
}
.img-box3 img {
    width: 424px;
    height: 498px;
    object-fit: cover;
}
.tour-box_img.global-img img {
    height: 350px;
    object-fit: cover;
}
.slider-drag-cursor {
    font-size: 13px;
}

.wptripadvisor_t1_outer_div > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#destination-sec .box-title {
    min-height: 80px;
}

@media screen and (max-width: 1080px){
    .wptripadvisor_t1_outer_div.w3_wprs-row-padding {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .wptripadvisor_t1_DIV_1.w3_wprs-col.l3 {
        width: 48% !important;
        margin: 10px 0;
    }
}
@media screen and (max-width: 767px) {
    .wptripadvisor_t1_DIV_1.w3_wprs-col.l3 {
        width: 100% !important;
    }
	.destination-list {
		max-height: 150px;
	}
	.mobile-logo {
		padding-left: 20px;
		padding-right: 20px;
	}
	.header-logo img {
		padding: 0 10px;
	}
}