/*======================================
Theme Name: Qallity Inc.
Theme URI: https://divicake.com/
Description: This Child Theme is a property of Qallity Inc.
Version: 1.0
Author: Divi Cake
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

@media (min-width: 981px)
{
    .et_fullwidth_secondary_nav #top-header .container {
        padding-right: 50px;
        padding-left: 50px;
    }
}

#top-header .container {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

#et-info {
    float: unset;
}

div#et-info {
    padding-bottom:0px;
}

#top-header .et-social-icons {
    float: right;
    display: inline-block;
}

#et-info-location, #et-info-phone{
    margin-right: 2em;
}

#top-header #et-info{
    font-weight: 500;
}

.et-social-icons a:hover {
    color: #129648 !important;
}

#top-header .et-social-icons li {
    margin-left: 35px;
    margin-top: -2px;
}

#et-info-phone:before, #et-info-location:before, #et-info-email:before {
    margin-right: 10px !important;
    color: #129648;
}



#et-info-location:before {
    content: "\e083";
    position: relative;
    top: 2px;
    margin-right: 2px;
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
}



#top-menu li a {
    font-size: 16px;
    font-weight: 500;
}

div#et-top-navigation {
    padding-top: 5px;
}

.main-slider h2:after{
    width: 100px;
    height: 1px;
    display: block;
    content: '';
    clear: both;
    margin: 15px auto 0;
    background: #fff;
}

.booking-widget {
    position: absolute !important;
    bottom: 0px;
    width: 100%;
    padding: 55px 0px;
    text-align: center;
    font-family: 'Pathway Gothic One',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    font-size: 40px;
    color: #fff;
}

.h2-divider h2:after{
    width: 100px;
    height: 1px;
    display: block;
    content: '';
    clear: both;
    margin: 32px 0px;
    background: #ebebeb;
}

.h5-wordspacing h5{
    word-spacing: 8px;
}

.custom-gallery .et_pb_gallery_item {
    padding: 20px;
}

.custom-gallery-slider .et-pb-slider-arrows a {
    background-color: #fff;
    padding: 10px 20px;
    font-weight: lighter;
}

.custom-gallery-slider .et-pb-arrow-prev {
    left: 22px !important;
    opacity: 1 !important;
}
.custom-gallery-slider .et-pb-arrow-next {
    right: 0px !important;
    opacity: 1 !important;
}

.custom-gallery-slider .et-pb-arrow-prev:hover, .custom-gallery-slider .et-pb-arrow-next:hover {
    color: #333 !important;
}

.custom-gallery-slider .et-pb-arrow-prev:after {
    content: ' ';
    height: 30px;
    background: #d3d3d3;
    width: 1px;
    z-index: 999999;
    position: absolute;
    left: 50%;
    top: 20%;
}

.custom-gallery-slider .et-pb-controllers {
    display: none;
}

.custom-gallery-slider .et-pb-slider-arrows {
    position: absolute !important;
    bottom: 0px !important;
    right: 0px !important;
    z-index: 999;
    color: #d3d3d3;
}

.custom-gallery-slider .et-pb-arrow-next, .custom-gallery-slider .et-pb-arrow-prev {
    top: unset !important;
    bottom: unset !important; 
    position: unset !important;
}

.custom-blurb .et_pb_blurb_container{
    padding: 10px 0px 0px 20px;
}

.list-indent ul{
    margin:0;
    padding:0;
}

.list-indent ul li{
    position: relative;
    padding: 0 0 8px 76px;
    list-style:none;
} 

.list-indent ul li:before{
    display: inline-block;
    content: '';
    width: 45px;
    height: 1px;
    position: absolute;
    top: 10px;
    background: rgba(125,125,125,0.7);
    left: 0;
}

.custom-testimonials span.et_pb_testimonial_author {
    margin-top: 15px;
}

/* div#et-info>* {
    display: block;
    padding: 5px 0px;
    margin: 0px;
} */


#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul {
    padding: 0 0 0px 1em !important;
}

/* .et-social-icons {
    float: unset;
    text-align: center;
    margin-bottom: 5px;
}

*/

#footer-info {
	text-align: center;
	width: 100%;
} 

.et_pb_scroll_top.et-pb-icon {
    right: 30px;
    bottom: 120px;
    padding: 6px;
    background: none;
    border: 1px solid #22931c;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #22931c;
    font-size: 34px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.et_pb_scroll_top.et-pb-icon:hover {
    box-shadow: 1px 4px 5px rgb(0 0 0 / 12%);
    -moz-box-shadow: 1px 4px 5px rgba(0,0,0,0.12);
    -webkit-box-shadow: 1px 4px 5px rgb(0 0 0 / 12%);
    background: rgba(34, 147, 28,0.8);
    color: #fff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#footer-info, #footer-info a {
    color: #fff !important;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
}

@media (max-width: 861px)
{
    div#et-info>* {
        display: block;
        padding: 5px 0px;
        margin: 0px;
        text-align: center;
    }
    
    #top-header .et-social-icons {
        display: none;
    }
}


@media (min-width: 1200px)
{
    .custom-container {
        max-width: 1530px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}


@media only screen and (min-width: 981px)
{
    #top-menu li {
        padding-right: 45px;
    }

    .et_header_style_centered #top-menu>li>a {
        padding-bottom: 17px !important;
        letter-spacing: .7px;
    }
}


/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
    .custom-blurb .et_pb_blurb_content {
        display: block !important;
    }
    .custom-blurb .et_pb_main_blurb_image {
        display: block;
        width: 100% !important;
        margin-bottom: 5px;
    }
    .custom-blurb .et_pb_blurb_container {
        padding: 10px 0px;
    }
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
    .custom-blurb .et_pb_blurb_content {
        display: block !important;
    }
    .custom-blurb .et_pb_main_blurb_image {
        display: block;
        width: 100% !important;
        margin-bottom: 5px;
    }
    .custom-blurb .et_pb_blurb_container {
        padding: 10px 0px;
    }
}


.advisory-section{
    padding:0px !important;
}

.advisory-container {
    width: 100%;
    margin:0px !important;
}

.advisory-carousel span.image {
    width: 100%;
}

.advisory-carousel span.image img {
    width: 100%;
}