/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

body,
#lqd-site-content,
#wrap{
    background-color: #FFFAF4 !important;
}

.fadeInUp{
    animation-name: customFadeInUp !important;
}

@keyframes customFadeInUp{
    0%{
        opacity: 0;
        transform: translateY(150px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

.page-hero-image img{
    height: 75vh;
    width: 100vw !important;
    object-fit: cover;
}

@media screen and (max-width: 768px){
    .page-hero-image img{
        height: 410px;
    }
}

/* Accordion */

.services-accordion .accordion-title-txt{
    padding-right: 10px;
}

.accordion-content ul{
    padding-left: 17px;
}

/* Header */

header.main-header{
    background-color: #FFFAF4 !important;
}

header .module-primary-nav{
    width: 100%;
}

header .module-primary-nav ul{
    display: flex;
    justify-content: space-evenly;
}

header .lqd-mobile-sec img.logo-default{
    width: 100px;
}

/* Mobile Header */

[data-mobile-nav-scheme=gray] .lqd-mobile-sec #lqd-mobile-sec-nav{
    background-color: #f9f2ea !important;
}

.lqd-mobile-sec ul.main-nav.lqd-mobile-main-nav > li > a{
    font-size: 15px;
    padding: 18px 20px !important;
}

.lqd-mobile-sec .navbar-brand{
    padding: 12px 0 !important;
}


/* Spa facilities */

.spa-facilities-list-icon .iconbox-icon-container{
    position: relative;
    top: 4px;
}

/* Image Gallery */

#spider_popup_wrap{
    background-color: #FFFAF4;
}

#spider_popup_wrap img.bwg_popup_image{
    max-width: 1000px !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails{
	justify-content: flex-start !important;
}

/* Contact form */

form .wpcf7-form-control-wrap input[type="text"],
form .wpcf7-form-control-wrap input[type="email"],
form .wpcf7-form-control-wrap textarea{
    padding: 0 7px !important;
}

form .wpcf7-form-control-wrap textarea{
    padding: 10px !important;
}


/* Footer */

.otgs-development-site-front-end{
    display: none;
}