/*
 Theme Name:   Caribbean Villages
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi on Divi Space
 Author:       Paven Social Media Group
 Author URI:   http://www.pavensocialmedia.com
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
#FSContact1 input[type="submit"] { background-color: #e93542; color: #fff; padding: 10px 15px; border-color: #e8434e; }
#FSContact1 input[type=text] { padding: 10px 5px; }
.mantenimiento { height: 100vh; }
#top-menu-nav, .tc-price, .tc-totals-form { display: none !important; }
.tc-extra-product-options { margin-top: 20px; }
 
/* Desktops */

@media only screen and ( min-width: 981px){
.et_header_style_left #et-top-navigation { padding: 40px 0 !important; }
}
@media only screen and ( min-width: 1400px ) {
.fullScreen, .welcome { height: 100vh; }
.welcomeTitle { padding-top: 30%; }
}
/* Laptops (1100-1405px) */
@media only screen and ( min-width: 1100px ) {
}
.et_pb_row.et_pb_row_fullwidth { width: 100% !important; max-width: 100% !important; padding: 0; }
.feature .et_pb_main_blurb_image { width: 45px; }
/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
.welcome { height: 95vh; }   
.welcomeTitle { padding-top: 30%; }  
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    .welcome { height: 95vh; } 
    .welcomeTitle { padding-top: 53%; }
.welcomeTitle h1 { font-size: 44px; }
    
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    .welcomeTitle { background: rgba(0,0,0,0.5); }
.welcomeTitle h1 { font-size: 30px; }
.welcome .et_pb_promo, .welcome .et_pb_row  { padding: 0 !important; }	
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 478px ) {
    .welcomeTitle { padding-top: 35%; }
.welcomeTitle h1 { font-size: 30px; background: rgba(0,0,0,0.5); }
.welcome .et_pb_promo, .welcome .et_pb_row { padding: 0 !important; }
	
}