/*
 Theme Name:   CityTours Child
 Description:  CityTours Child Theme
 Template:     citytours
*/

.footer-class { 
    color: #fff;
    padding: 30px 0 10px 0;
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center !important;
}

.gallery-item {
	max-width: 100% !important;
}

dt.gallery-icon.landscape a img {
    width: 90%;
    height: 90%;
	border: none !important;
}

.woocommerce-checkout .wpml-ls-current-language {
	display: none !important;
}



/* Estilos para Desktop */
@media only screen and (min-device-width: 1025px) {
    /* Estilos para clases con propiedad font-size */
    body {
		font-size: 1.8em !important;
	}
	
	body p {
		line-height: 1.5 !important;
	}
	
	tour_list.simple ul li h3 {
		font-size: 18px !important;
		margin: 0;
		padding: 0;
	}
	
	.main_title p {
        font-size: 30px;
		line-height: 1.2;
    }
  
    .tour_container .tour_title h3 {
        font-size: 28px;
		
    }

    .single-tour p {
        font-size: 26px;
    }

    .single-tour a.btn_map {
        font-size: 26px;
    }

    form {
        font-size: 26px;
		line-height: 1.8 !important;
    }

    .single-tour .btn_full, .single-tour .btn_full a.btn_full {
        font-size: 26px;
		line-height: 1.8 !important;
    }

    .btn_full, .btn_full a.btn_full {
        font-size: 26px;
		line-height: 1.8 !important;
    }
}





/* Media Query para tablets en orientación vertical */
@media only screen 
  and (min-device-width: 600px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {

  /* Tus estilos aquí */
  
    .main_title p {
        font-family: Lato,Arial,sans-serif;
        font-weight: 300;
        font-size: 25px;
        line-height: 1.2;
    }

    .tour_container .tour_title h3 {
        margin: 0;
        font-size: 24px !important;
        text-transform: uppercase;
        padding-right: 40px;
    }

    .single-tour p {
        font-size: 22px !important;
        line-height: 1.5;
    }

    .single-tour a.btn_map {
        font-size: 22px !important;
    }

    form {
        font-size: 22px !important;
        line-height: 1.8 !important;
    }

    .single-tour .btn_full, .single-tour .btn_full a.btn_full {
        font-size: 22px !important;
        line-height: 1.8 !important;
    }

    .btn_full, .btn_full a.btn_full {
        font-size: 22px !important;
        line-height: 1.8 !important;
    }

    

  /* Otros estilos específicos para tablets en orientación vertical */
}


