/* Begin Custom Styles */

/*------------------------------[FONT ICONS]-----------------------------*/
/*--[Created by Divi Children, http://divi4u.com/divi-children-plugin/]--*/
/*-----------------------------------------------------------------------*/

.icon_tags, .icon_profile, .icon_chat, .icon_clipboard, .icon_calendar {
    font-family: 'ETmodules';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #318EC3;
}
.icon_tags:before {
    content: "\e07c";
    padding: 0px 5px 0 0;
}
.icon_profile:before {
    content: "\e08a";
    padding: 0 5px 0 0;
}
.icon_chat:before {
    content: "\e066";
    padding: 0 5px 0 20px;
}
.icon_clipboard:before {
    content: "\e0e6";
    padding: 0 5px 0 20px;
}
.icon_calendar:before {
    content: "\e023";
    padding: 0 5px 0 20px;
}

/*- YOU CAN INCLUDE THE CUSTOM CODE FOR YOUR CHILD THEME BELOW THIS LINE-*/

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

/* ------ Gravity Forms Styles ------ */

.gform_wrapper {
    margin: 0;
}
.gform_wrapper .top_label input.large, .gform_wrapper textarea.medium {
    width: 100% !important;
    border-radius: 3px;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
    color: #ffffff !important;
    background: #d2b589 !important;
    border-width: 2px !important;
    letter-spacing: 0px;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px !important;
    box-shadow: none;
    margin: 0 !important;
    padding: 0.3em 1em;
    border: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 1px 1px 10px #000, 0px 0px 5px #000;
    text-transform: uppercase;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=image]:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
    background: rgba(210, 181, 137, 0.8) !important;
    letter-spacing: 0px;
}
.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
    clear: both;
    text-align: right;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}
.gform_wrapper .gfield_label {
    font-size: 16px !important;
}

.gform_wrapper input.text, .gform_wrapper input.title, .gform_wrapper input[type=email], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper select, .gform_wrapper textarea {
    /*border: 2px solid rgba(0,0,0,0.2);
    color: #FFF;
    background-color: rgba(0,0,0,0.5);*/
    background: #000023 !important;
    border: 1px solid #D2B589 !important;
    color: #D2B589 !important;
    border-radius: 5px;
    font-size: 14px !important;
    padding: 10px !important;
}


/* ------ Header Styles ------ */

.et_fullwidth_nav #main-header .container {
    padding: 0 !important;
}
#logo {
    -webkit-transform: initial !important;
    -ms-interpolation-mode: bicubic;
}

/* ------ Navigation Styles ------ */


#et-top-navigation {
}
#et-top-navigation nav > ul {
    font-size: 0;
}
#et-top-navigation nav > ul > li {
    padding: 0 !important;
}
#et-top-navigation nav > ul > li > a {
    display: block;
    padding: 20px !important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#et-top-navigation nav ul li a:hover {
    background: rgba(0,0,0,0.2);
}
#et-top-navigation nav > ul > li:last-child {
    border: none;
}
#et-top-navigation nav ul.sub-menu {
    padding: 0;
    border: 0;
}
#et-top-navigation nav ul.sub-menu > li {
    width: 100%;
    padding: 0;
}
#et-top-navigation nav ul.sub-menu > li > a {
    width: 100%;
}
#top-header #et-info {
    width: 100%;
}
#et-info-phone:hover {
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#top-header .et-social-icons {
    float: right !important;
}
#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
    position: static !important;
    font-size: 12px;
}

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

h1, h2, h3, h4 {
    position: relative;
}
h1:before, h2:before, h3:before, h4:before {
    content: "";
    background: url('/wp-content/uploads/2017/09/border-1.png');
    width: 250px;
    height: 13px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 24px;
}
.et_pb_button {
    color: #FFF !important;
}
.et_pb_title_container h1 {
    display: inline-block;
    color: #FFF;
    background: #d2b589 !important;
    padding: 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-shadow: 1px 1px 10px #000, 0px 0px 5px #000;
}
.et_pb_main_blurb_image {
    margin-bottom: 20px;
}
.et_pb_main_blurb_image img {
    vertical-align: bottom;
}

body .entry-content .et_pb_section {
    background-color: #000023 !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

body .six-column-services.et_pb_row.et_pb_row_fullwidth {
    width: 100% !important;
    max-width: 100% !important;
}

body .entry-content .et_pb_section.locations-ticker {
    background-color: #d2b589 !important;
}
body .entry-content .et_pb_section.locations-ticker .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
}
body .entry-content .et_pb_section.locations-ticker {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px 10px #000, 0px 0px 5px #000;
    text-transform: uppercase;
}

.six-column-services .et_pb_main_blurb_image, .services .et_pb_main_blurb_image {
    margin-bottom: 0;
}
.six-column-services .et_pb_blurb h4, .services .et_pb_blurb h4 {
    padding-bottom: 0;
}
.six-column-services .et_pb_blurb h4 a, .services .et_pb_blurb h4 a {
    display: block;
    padding: 10px 20px;
    background: #d2b589;
    /*color: #FFF;
	text-shadow: 1px 1px 10px #000, 0px 0px 5px #000;*/
	color: #000023;
    font-size: 18px;
    font-weight: bold;
}
.six-columns .et_pb_blurb {
    float: left;
    width: 16.666%;
}
.six-columns .et_pb_blurb:last-child {
    margin-right: 0;
}
@media only screen and ( max-width: 1224px ) {
    .six-columns .et_pb_blurb {
        float: left;
        width: 32%;
        margin-right: 2%;
    }
    .six-columns .et_pb_blurb:nth-of-type(3){
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .six-columns .et_pb_blurb {
        float: left;
        width: 100%;
        margin-right: 0;
    }
}

.gallery .et_pb_gallery_image img {
    height: 300px;
    object-fit: cover;
}
.gallery .et_pb_gallery .et_pb_gallery_pagination ul li a.active {
    color: #d2b589;
    font-weight: bold;
}

.tg  {
    border: none !important;
}
.tg td {
    font-size: 16px;
    padding: 10px 5px;
    overflow: hidden;
    word-break: normal;
    color: #333;
    background-color: #fff;
    border: none !important;
}
.tg th {
    font-size: 18px;
    font-weight: normal;
    padding: 10px 5px;
    overflow: hidden;
    word-break: normal;
    color: #333;
    background-color: #f0f0f0;
    border: none !important;
}
.tg .tg-ph4h {
    font-weight: bold;
    font-size: 18px;
    background-color: #d2b589;
    color: #FFF;
    vertical-align: top;
    text-shadow: 1px 1px 10px #000, 0px 0px 5px #000;
    text-transform: uppercase;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    text-align: right;
    padding: 10px 10px;
}
.tg .tg-ph4h:last-child {
    text-align: left;
}
.tg .tg-ds4c {
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    vertical-align: top;
    text-align: right;
    padding: 5px 10px;
}
.tg .tg-ds4c:last-child {
    text-align: left;
}

.single #left-area, .single .et_pb_post {
    margin-bottom: 0;
    padding-bottom: 0;
}
.et_pb_blog_grid .et_pb_post {
    border: 1px solid rgba(0,0,0,0.2);
    background-color: rgba(0,0,0,0.5);
}
.et_pb_blog_grid h2 {
    color: #d2b589 !important;
}
.et_pb_post .post-meta, .et_pb_post a {
    font-weight: bold;
    color: #FFF;
}
.et_pb_post a:hover { text-decoration: underline; }
.et_pb_post .post-meta, .et_pb_post p {
    color: #FFF;
}


.et_pb_accordion_0 .et_pb_toggle_open {
    background-color: rgba(0,0,0,0.5) !important;
    border-color: rgba(0,0,0,0.2) !important;
}
.et_pb_accordion_0 .et_pb_toggle_close {
    background-color: rgba(0,0,0,0.7) !important;
    border-color: rgba(0,0,0,0.2) !important;
}
.et_pb_accordion_0 .et_pb_toggle_title:before {
    color: #FFF !important;
}

.bottom-nav a, .et_pb_button {
    text-transform: uppercase;
    text-shadow: 1px 1px 10px #000, 0px 0px 5px #000;
}
#footer-widgets .footer-widget a.social:before {
    font-family: 'ETmodules';
    margin-right: 5px;
    vertical-align: middle;
    font-size: 20px;
}
#footer-widgets .footer-widget a.social.facebook:before {
    content: "\e0aa";
}
#footer-widgets .footer-widget a.social.pinterest:before {
    content: "\e0ac";
}
#footer-widgets .footer-widget a.social.instagram:before {
    content: "\e0b1";
}

#footer-widgets .footer-widget a.contact:before {
    font-family: 'ETmodules';
    margin-right: 5px;
    vertical-align: middle;
    font-size: 20px;
}
#footer-widgets .footer-widget a.contact.phone:before {
    content: "\e090";
}
#footer-widgets .footer-widget a.contact.email:before {
    content: "\e076";
}
#footer-widgets .footer-widget a.contact.link:before {
    content: "\e084";
}

/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[WP CALENDAR]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*------------------[TRANSITIONS]-----------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

@media only screen and ( min-width: 981px ) {
    .logo_container {
    }
    #et-top-navigation {
        padding: 0 !important;
    }
    #et-top-navigation nav > ul > li > a {
        padding: 40px 20px !important;
    }

    .et_pb_gallery_grid .et_pb_gallery_item, .makeup-logos .et_pb_module {
        float: left;
        width: 18.999% !important;
        margin-right: 1% !important;
        margin-bottom: 20px !important;
        clear: none !important;
    }
    .et_pb_gallery_grid .et_pb_gallery_item:nth-child(5n), .makeup-logos .et_pb_module:nth-child(5n) {
        margin-right: 0 !important;
    }

}

@media only screen and ( max-width: 1260px ) {

    #logo {
        max-height: 75% !important;
    }
    #et-top-navigation nav > ul > li > a {
        padding: 30px 15px !important;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1350px) {
	.contact.email {
		word-wrap: normal;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1200px) {
	.contact.email {
    		font-size: 11px;
	}
}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {

    /*-------------------[Sliders]------------------*/

    /*-------------------[Portfolio]------------------*/

    /*-------------------[Sidebar]------------------*/

    /*-------------------[Menu]------------------*/

}

@media only screen and ( max-width: 1024px ) {

    #et-top-navigation nav > ul > li > a {
        font-size: 14px;
        padding: 30px 10px !important;
    }

}

/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {

    .et_pb_row.et-last-child .et_pb_column.et-last-child, .et_pb_row:last-child .et_pb_column:last-child {
        margin-bottom: 30px !important;
    }

    .et_pb_section_0 {
        padding-bottom: 0 !important;
    }

    .logo_container {
        position: relative !important;
        float: left !important;
        width: auto !important;
    }
    .et_header_style_left #logo {
        width: 250px;
        max-width: 100%;
        max-height: none;
    }
    #et-top-navigation {
        padding-left: 0 !important;
    }
    .et_header_style_centered .mobile_menu_bar {
        width: 100%;
        padding-bottom: 40px !important;
    }
    .et_header_style_centered .et_mobile_menu {
        top: 33px;
    }
    #et_mobile_nav_menu .mobile_menu_bar:before {
        width: 100%;
        float: right;
        top: -5px;
        right: 0;
        text-align: right;
        color: #FFF;
    }
    .et_mobile_menu {
        padding: 0;
        background: #121212;
    }
    .et_mobile_menu li a {
        padding: 10px 20px;
    }
    .et_mobile_menu li li {
        padding-left: 0;
    }

    /*-------------------[Portfolio]------------------*/

    /*-------------------[Sliders]------------------*/

    /*-------------------[Menu]------------------*/

}

/** Instagram button styling **/
#sb_instagram .sbi_follow_btn a {
    background-color: #d2b589;
}


/** Select colour **/

::selection {
    background: #d2b589;
}

::-moz-selection {
    background: #d2b589;
}


@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {

}

@media screen and ( max-width: 782px ) {

}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {

    /*-------------------[Menu]------------------*/

}

/*-------------------[500px]------------------*/
@media only screen and ( max-width: 500px ) {

    .et_header_style_left #logo {
        width: 200px;
    }
    .et_header_style_left #et-top-navigation {
        padding-top: 17px;
    }
}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 340px ) {

    .et_header_style_left #logo {
        width: 175px;
    }

}