/*
 Theme Name:   Image Direct Boilerplate Child
 Theme URI:    http://wpbp.dev.imagedirect.com/
 Description:  ID-Boilerplate Child CSS
 Author:       Image Direct Pty Ltd
 Author URI:   http://www.imagedirect.com.au
 Template:     id-boilerplate-master
 Version:      3.5.2
Tags:
Copyright:     ©2014 Image Direct Pty Ltd
Text Domain:   id-boilerplate-child
*/

/*@import url("../id-boilerplate-master/style.css");*/

/* =Theme customization starts here
-------------------------------------------------------------- */


/*
* -----------------------------------------------------------------------------
*
* # Root
*
* -----------------------------------------------------------------------------
*/
id-qubah-black{
    color: #181818;
}

id-qubah-light-brown{
    color: #C4A69A;
}
id-qubah-brown{
    color: #B08978;
}

html {
    font-size: 1em;
}

body {
    padding-top: 0;
    /*background-color: #181818;*/
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5pt;
    font-family: 'Raleway', -apple-system, BlinkMacSystemFont,
        "Segoe UI", "Roboto", "Oxygen",
        "Ubuntu", "Cantarell", "Fira Sans",
        "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*@media screen and (min-width: 992px) {
    body {
        padding-top: 100px;
    }
}*/

#content {}

@media screen and (min-width: 992px) {
    #content {
        background-image: url(img/qu-bah-swirl.svg);
        background-position: -300px 300px;
        background-repeat: no-repeat;
    }
}

/*
* ----------------------------------------------------------------
* 
* Custom Header
* 
* ----------------------------------------------------------------
*/
.header{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.id-custom-header-cta-image > .id-custom-header-cta-image-inner {
    background-size: contain;
    -webkit-filter: drop-shadow(0px 0 15px 15px rgba(0, 0, 0, 1));
    filter: drop-shadow(0px 0 15px 15px rgba(0, 0, 0, 1));
}

.custom-header-content {
    width: 100%;
}

/*id-triangle-$location*/

.id-custom-header,
#footer {
    position: relative;
}

.id-custom-header::before,
.id-custom-header::after,
.id-custom-header-after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
}

.id-custom-header::before  {
    top: -1px;
    bottom: auto;
    border-bottom: 450px solid rgba(255,255,255,0.05);
    border-left: 100vw solid transparent;
    border-right: 0vw solid transparent;
}

.id-custom-header::after  {
    bottom: -1px;
    left: -15px;
    border-bottom: 250px solid rgba(255,255,255,0.15);
    border-left: 0vw solid transparent;
    border-right: 100vw solid transparent;
}

.id-custom-header-after  {
    z-index: 2;
    bottom: -1px;
    border-bottom: 100px solid #181818;
    border-left: 100vw solid transparent;
    border-right: 0vw solid transparent;
}


/*
* -----------------------------------------------------------------------------
*
* # Typography
*
* -----------------------------------------------------------------------------
*/



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.5px;
}


.content-main {
    font-size: 1em;
    line-height: 1.7;
}

.content-main h1,
.content-main  h2,
.content-main  h3,
.content-main  h4,
.content-main  h5,
.content-main  h6 {
    text-transform: none;
    margin-bottom: 1ex;
}

.id-post-title > h1 {
    text-transform: uppercase;
    letter-spacing: 1pt;
    margin: 0 auto 15px;
    font-size: 2em;
}

.page-template-page-home .id-post-title id-post-title > h1 {
    font-size: 14vw;
}


@media screen and (min-width: 768px) {
    .page-template-page-home   .id-post-title > h1 {
        font-size: 11vw;
    }
}

.id-post-title > h1::after {
    content: '';
    display: block;
    width: 100px;
    border-top: #B08978 solid 4px;
    margin: 15px auto;
    margin-left: 0;
}

@media screen and (min-width: 992px) {
    .page-template-page-home .id-post-title {
        margin-top: 70px;
    }

    .page-template-page-home .id-post-title > h1 {
        text-align: right;
        font-size: 3em;
    }
    .page-template-page-home .id-post-title > h1::after {
        margin-left: auto;
        margin-right: 0;
    }
}

hr {
    border-top: 1px solid rgba(128,128,128,1);
}


a {
    color: #C4A69A;
}

a:hover,
a:focus,
a:active {
    color: #777;
    text-decoration: none;
}


.hentry > .lead {
    font-size: 1.3em;
    margin: 1em 0;
}


h4.widgettitle {
    font-weight: 600;
    margin-bottom: 2ex;
    border-bottom: 1px dotted rgba(255,255,255,0.15);
    border-bottom: 1px dotted rgba(0,0,0,0.15);
    padding-bottom: 1ex;
}
/*
* -----------------------------------------------------------------------------
*
* #Navbar-nav Affix
*
* -----------------------------------------------------------------------------
*/

nav.affix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 9999;
    -webkit-transition: all .5s ease-in-out .5s;
    transition: all .5s ease-in-out .5s;
}

nav.affix .nav {
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
}

nav.affix-top {
    position: static;
    top: -100px;
}

.affix + .menu-affix-sizer {
    height: 60px;
}

/*
* -----------------------------------------------------------------------------
*
* Fixed navbar hide/show on scroll
*
* -----------------------------------------------------------------------------
*/

/*
.scroll-small .id-scroll-up.navbar-fixed-top {
    top: 0;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}

.scroll-small .navbar-fixed-top {
    top: -200px;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}
*/

/*
* -----------------------------------------------------------------------------
*
* Navbar Logo
*
* -----------------------------------------------------------------------------
*/

.navbar-logo  {
    width: 150px;
    padding: 10px;
    display: inline-block;
    opacity: 0;
}

.navbar-logo img {
    width: 100%;
}

.scroll-small .navbar-logo {
    opacity: 1;
}


@media screen and (min-width: 992px) {
    .navbar-logo {
        /*width: 250px;*/
        padding: 30px 20px 20px;
        width: 185px;
    }
    .scroll-small .navbar-logo {
        width: 185px;
        padding: 20px 10px 5px;
    }
}

/* 
* ------------------------------------------------------------------------------
* 
* @ Affix Pseudo Logo
* 
* ------------------------------------------------------------------------------ 
*/



/*.affix.header.offcanvas-navbar > .open.container::before {
    content: none;
}*/
.navbar-header {
    position: relative;
}

.affix-top.id-pseudo-logo {
    display:none;
}

.id-pseudo-logo  {
    content: '';
    display: block;
    width: 70px;
    position: absolute;
    top: 0;
    left: -100%;
    right: auto;
    bottom: 0;
    background-image: url(img/icons/favicon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0);
    box-shadow: 0 0 5px rgba(0,0,0,0);
}


.affix.navbar .id-pseudo-logo {
    left: 0;
    background-color: rgba(0,0,0,0.15);
}


/*
* -----------------------------------------------------------------------------
*
* Navbar Toggle
*
* -----------------------------------------------------------------------------
*/

.id-navbar-close {
    color: #777;
}

.navbar-toggle {
    border: none;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}

.navbar-toggle .fa:before {
    color: #999;
}

.navbar-inverse .navbar-toggle {
    border-color: rgba(0,0,0,0.25);
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: rgba(0,0,0,0.5);
    color: #B08978; 
}

.navbar-inverse .navbar-toggle .fa:before {
    color: #FFF;
}


.navbar-inverse .navbar-toggle:focus .fa:before,
.navbar-inverse .navbar-toggle:hover .fa:before {
    color: #ddd;
}

@media screen and (min-width: 992px) {
    .navbar-toggle {
        position: relative;
        float: right;
    }
}

/*
* -----------------------------------------------------------------------------
*
* # Search Box
*
* -----------------------------------------------------------------------------
*/

.navbar-search-toggle[aria-expanded="true"],
.search-toggle[aria-expanded="true"] {
    background-color: #B08978 !important;
    color: #fff;
}

.navbar-search-toggle {
    background-color: transparent;
}

.navbar-inverse .navbar-search-toggle {
    color: #777;
}

.navbar-fixed-top .id-search-box-wrapper {
    margin-top: 65px;
}


@media (min-width: 991px) {
    .navbar-fixed-top .id-search-box-wrapper {
        margin-top: 105px;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-fixed-top .id-search-box-wrapper {
        margin-top: 0;
    }
}


/*
* ----------------------------------------------------------------
* 
* id-feature-toolbar-wrapper
* 
* ----------------------------------------------------------------
*/

.id-feature-toolbar-wrapper {
    position: absolute;
    top: auto;
    left: 0;/*
    right: 0;
    bottom: 0;
    z-index: 9999;*/
}


/*
* ----------------------------------------------------------------
* 
* 
* ----------------------------------------------------------------
*/
.input-group .form-control, 
.input-group-addon, 
.input-group-btn {
    height: 36px;
}

.input-group-addon:first-child {
    position: relative;
    top: -0.25px;
}

/*
* -----------------------------------------------------------------------------
*
* #Navbar Padding
*
* -----------------------------------------------------------------------------
*/
@media screen and (min-width: 992px) {

    .scroll-small .navbar-search-toggle {
        padding: 15px 15px;
    }

    .sidebar-shop .navbar-toggle {
        padding: 15px 15px;
    }

    .navbar-toggle {
        padding: 35px 15px;
    }
}

.navbar-widget-toggle i.fa,
.navbar-search-toggle i.fa {
    line-height: 1;
}


@media screen and (min-width: 1200px) {
    .navbar-nav > li > a  {
        padding: 42.5px 15px;
    }

    .scroll-small .navbar-nav > li > a {
        padding: 25.5px 15px;
    }

    .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 42px 15px;
    }

    .scroll-small .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 25px 15px;
    }

    .btn.navbar-widget-toggle,
    .btn.navbar-search-toggle {
        padding: 35px 35px;
        font-size: 1.5em;
        margin: auto;
    }

    .btn.navbar-widget-toggle i.fa {
        font-size: 24px;
    }

    .scroll-small .navbar-widget-toggle,
    .scroll-small .navbar-search-toggle {
        padding: 17.5px 20px;
    }
}

/*
* -----------------------------------------------------------------------------
*
* #Navbar: menu-items
*
* -----------------------------------------------------------------------------
*/


@media (min-width: 1200px) {
    .navbar-full-width > .container {
        padding: 0 0;
        width: 100%;
    }
}

.navbar-nav > li > a {
    font-weight: 600;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-nav > li > a.id-navbar-phone-icon {
    font-size: 1.3em;
}

/*
* -----------------------------------------------------------------------------
*
* #Navbar: navbar-default
*
* -----------------------------------------------------------------------------
*/


.navbar-default {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

@media screen and (min-width: 1200px) {
    a.id-navbar-phone-icon .fa {
        color: inherit;
    }

    /*@ACTIVE*/ 
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover,
    /*@DEFAULT */
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li.active > a,
    .navbar-default .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #B08978;
    }
}

/*
* -----------------------------------------------------------------------------
* Navfade
* #Navbar: navbar-inverse
*
* -----------------------------------------------------------------------------
*/


.navbar-logo,
.scroll-small .navbar-logo,
.navbar-fixed-top.navbar-inverse .st0,
.scroll-small.navbar-fixed-top.navbar-inverse .st0,
.navbar-fixed-top.navbar-inverse,
.navbar-inverse,
.scroll-small.navbar-fixed-top.navbar-inverse {       
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.navbar-fixed-top.navbar-inverse {
    background-color: transparent;
    background-image: linear-gradient(rgba(0,0,0,0.75), transparent);
    border-color: transparent;
}


/*.navbar-inverse,*/
.scroll-small.navbar-fixed-top.navbar-inverse {
    background-color: #181818;
    border-color: transparent;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.open.navbar-offcanvas {
    background-color: #181818;
}

/*.scroll-small.navbar-fixed-top.navbar-default .st0 {
    fill: #8b3ac4;
}


.navbar-inverse {
    background-color: #222;
    border-color: #181818;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}*/

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>.dropdown-menu,
.navbar-inverse .dropdown-menu {
    background-color: #222;
}

@media screen and (min-width: 1200px) {
    .navbar-inverse .navbar-nav > li.active > a,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #C4A69A;
    }
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > .active > a {
    color: #C4A69A;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}

@media screen and (min-width: 1200px) {

    .scroll-small.navbar-inverse .navbar-nav>li>a::after {
        content: none;
    }

    .navbar-inverse .navbar-nav>.active>a:hover::after,
    .navbar-nav > li > a::after {
        content: '';
        width: 0;
        display: block;
        height: 2px;
        margin: auto;
        background-color: #C4A69A;

        -webkit-transition: width 1.1s; /* Safari */
        transition: width 1.1s;

        -webkit-transition-property: width;
        -moz-transition-property: width;
        -o-transition-property: width;
        transition-property: width;

        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .navbar-inverse .navbar-nav>.active>a::after,
    .navbar-nav > li > a:hover::after {
        content: '';
        display: block;
        height: 2px;
        margin: auto;
        background-color: #fff;
        width: 100%;
        -webkit-transition-property: width;
        -moz-transition-property: width;
        -o-transition-property: width;
        transition-property: width;

        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*
* -----------------------------------------------------------------------------
*
* # DropDown
*
* -----------------------------------------------------------------------------
*/

.dropdown-menu > li > a {
    color: #B08978;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 0.9em;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #222;
    }
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:hover {
    background-color: #B08978;
    color: #fff;
}

.dropdown-menu>.active>a {}

.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #B08978;
    outline: 0;
}


.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
    border-color: #B08978;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #B08978;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: #B08978;
        color: #fff;
    }
}

@media (max-width: 1199px) {
    .navbar-nav .open .dropdown-menu {
        background-color: rgba(0,0,0,0.05);
    }
}

@media (min-width: 992px) {
    .navbar-right {
        margin-right: auto;
    }
}




/*
* -----------------------------------------------------------------------------
*
* # Footer
*
* -----------------------------------------------------------------------------
*/

#footer {
    /*background-color: #222;*/
    color: #fff;
    padding-top: 50px;
    padding-bottom: 0;
    font-size: 80%;
}

.id-footer-widget-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
    .id-footer-widget-wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.id-footer-widget-wrapper .id-dynamic-widget-item {
    margin-bottom: 30px;
}

#footer h4.widgettitle {
    border-bottom: 6px solid rgba(255,255,255,0.25);
    color: #fff;
}


#footer .widget a {
    color: #B08978;
}

#footer .widget a:hover,
#footer .widget a:focus,
#footer .widget a:active {
    color: #999;
    text-decoration: none;
}

.footer ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul.menu li {
    padding: 1ex 0;
}

.footer ul.menu li:not(:last-of-type) {
    border-bottom: 1px dashed rgba(255,255,255,0.25);
}

.footer li ul li {
    border-bottom: none;
}

.footer .preview.logo{
    max-width: 320px;
    margin: 0 auto;
}

.id-copyright-wrapper {
    padding: 30px 15px;
    background-color: rgba(0,0,0,0.15);
}

/*
* -----------------------------------------------------------------------------
*
* # Buttons
*
* -----------------------------------------------------------------------------
*/
input[type="submit"],
input[type="button"],
.btn {    
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;    
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 6px 12px;    
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}

input[type="submit"].btn-lg,
input[type="button"].btn-lg,
.btn-lg {
    padding: 11px 30px;
}

.btn-xl {
    padding: 30px 50px;
}

input[type="submit"],
input[type="button"],
.btn-primary  {
    background-color: #B08978;
    border-color: #B08978;
    color: white;
}

#module-testimonial-1 > .btn-primary  {
    background-color: #B08978;
    border-color: #B08978;
    color: white;
    border-radius: 50px;
}

input[type="submit"]:active,
input[type="button"]:active,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: white;
    border-color: #7990b0;
    color: black;
}

.btn-inverse {
    background-color: #181818;
    color: white;
}

.kt-button {
    background-color: #B08978 !important;
    border-color: #B08978 !important;
    color: white;
    font-weight: 600;
    border-radius: 0 !important;
    padding: 10px 32px !important;
}

.kt-button:hover,
.kt-button:focus,
.kt-button:active
{
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}

/*
* -----------------------------------------------------------------------------
* 
* _Btn Outline
* 
* -----------------------------------------------------------------------------
*/

.btn-outline  {
    background-color: transparent;
    border-color: #B08978;
    color: #B08978;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    background-color: #B08978;
    border-color: #B08978;
    color: #fff;
}

.btn-outline-inverse  {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active {
    background-color: #fff;
    border-color: #fff;
    color: #B08978;
}



/*
* ----------------------------------------------------------------
* DDownload Buttons
* ----------------------------------------------------------------
*/

.ddownload-button {
    padding: 1ex 2ex;
    font-size: 1.25em;
    background-image: none;
    background-color: #999;
    color: #fff!important;
    text-shadow: none;
}

.ddownload-button:hover,
.ddownload-button:active,
.ddownload-button:focus {
    background-image: none;    
}


.ddownload-button.button-blue {
    background-color: #0080A2;
    border-color: #0080A2;
}

.ddownload-button.button-blue:hover {
    background-color: transparent;
    border-color: #0080A2;
    color: #0080A2 !important;
}

.ddownload-button.button-green {
    background-color: #2ECC71;
    border-color: #2ECC71;
}

.ddownload-button.button-green:hover {
    background-color: transparent;
    border-color: #27AE60;
    color: #27AE60 !important;
}




/*
* -----------------------------------------------------------------------------
*
* # Image
*
* -----------------------------------------------------------------------------
*/

img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignleft {float:left; margin:0 1em 1em 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}


@media screen and (max-width: 767px) {
    .content-main img[class*="wp-image-"] {
        width: 100%;
        float: none !important;
        margin: 1em auto !important;
    }
}


/*
* -----------------------------------------------------------------------------
*
* @Large Google MAP
*
* ----------------------------------------------------------------------------
*/

.id-google-map-wrapper .acf-map {
    margin: auto;
    height: 400px;
}


@media screen and (min-width: 992px) {
    .id-google-map-wrapper .acf-map {
        height: 600px;
    }
}

.id-google-map-wrapper address {
    display: none;
}

/*
* ----------------------------------------------------------------
* 
* ID Scroll Top
* 
* ----------------------------------------------------------------
*/

.id_scroll_top.id-scroll-top-icon:hover,
.id_scroll_top.id-scroll-top-icon:focus,
.id_scroll_top.id-scroll-top-icon:active {
    background-color: #B08978;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}

.id_scroll_top.id-scroll-top-icon {
    display: none;
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 125px;
    line-height: 1;
    padding: 10px 15px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.id_scroll_top:before {
    content: "";
}

.id_scroll_top.id-scroll-visible {
    opacity: 1;
    -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.id_scroll_top.id-scroll-hidden {
    opacity: 0;
    -webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

/*
* ----------------------------------------------------------------
*
* Silence .grecaptcha
* (as per https://developers.google.com/recaptcha/docs/faq ,
* this is allowed if alt. text shown on	contact	page)
*
* ----------------------------------------------------------------
*/

.grecaptcha-badge {
    visibility: hidden !important;
}
.grecaptcha-error {
    visibility: initial;
}
.cf7recaptcha_notice {
    color: #888;
    font-size: 80%;
}

/*
* ----------------------------------------------------------------
* 
* 
* 
* ----------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------
* 
* Gutenberg Fullwidth
* 
* ----------------------------------------------------------------
*/

@media screen and (min-width: 768px) {
    .content-main .alignwide {
        margin-left  : -80px;
        margin-right : -80px;
    }
}
.content-main .alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}

@media screen and (min-width: 992px) {
    .content-main .col-md-8 .alignfull {
        margin-left  : calc( -100vw / 2 + 100% / 4);
        margin-right : calc( -100vw / 2 + 100% / 4);
        max-width    : 99vw;
    }
}

.alignfull img {
    width: 100vw;
}

/*.alignfull {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        text-align: center;
}

.alignfull img {
        width: 100%;
}*/

/*
* ----------------------------------------------------------------
* 
* 
* 
* ----------------------------------------------------------------
*/

.wp-block-group {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (min-width:768px){
    .wp-block-group {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.id-block-inverse {
    color: #bbbbbb ;
}

.id-block-inverse h2,
.id-block-inverse h3,
.id-block-inverse h4 {
    color: #fff ;    
}

.zero_margin > .wp-block-column {
    margin: 0 auto;

}

/*
* ----------------------------------------------------------------
* 
* Call to Action
* 
* ----------------------------------------------------------------
*/

.id-call-to-action-content{
    text-align: center;
    vertical-align: middle;
    padding: 20px 0;
}

.id-call-to-action-wrapper,
.id-call-to-action-wrapper.well {
    background-color: #C4A69A;
    margin: auto;
    display: flex;
    align-items: center;
}

id-cta-background-image{
    background-color: #C4A69A;
}

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

    .id-call-to-action-wrapper{
        height: 420px;
        text-align: right;  
        width: auto;
    }

    .id-call-to-action-wrapper .id-cta-background-image:before{
        content: '';
        display: block;
        width: 100%;
        height: 100%;

        background-color: rgba(0,0,0,0.65);
        /*        background-image: -webkit-linear-gradient(90deg, transparent 50%, rgba(196,166,154,1) 50%);
                background-image: -moz-linear-gradient(90deg, transparent 50%, rgba(196,166,154,1) 50%);
                background-image: -o-linear-gradient(90deg, transparent 50%, rgba(196,166,154,1) 50%);
                background-image: linear-gradient(90deg, transparent 50%, rgba(196,166,154,1) 50%);*/
    }

    .id-call-to-action-wrapper .id-call-to-action-right-50-50{
        padding: 5em 3em 5em 1em;
        width: 40%;
        background-color: transparent;
        text-align: left;
    }
}

/*
* ----------------------------------------------------------------
* 
*  Testimonials
* 
* ----------------------------------------------------------------
*/

.id-testimonial-wrapper{
    color: #fff;
    background-color: #222;
    padding: 32px 0;
}

@media only screen and (min-width:768px){
    .id-testimonial-wrapper{
        padding: 64px 0;
    }
}

.id-testimonial-wrapper.module-inverse .module-body,
.id-testimonial-wrapper .module-inner{
    box-shadow: none;
    background-color: transparent;
}

@media only screen and (min-width:992px){

    .id-testimonial-wrapper  .module-section-title {
        margin-bottom: 40px;
    }

}

.id-testimonial-wrapper  .module-title {
    font-size: 1em;
    margin-top: 20px;
}

.id-testimonial-wrapper  .module-title *{
    font-size: inherit;
}

.id-testimonial-wrapper  .module-excerpt {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    /*padding-left: 3em;*/
    /*font-style: italic;*/
    font-size: 1em;
}

.id-testimonial-wrapper .module-content{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.id-testimonial-wrapper .module-button{
    padding-top: 20px;
}


.testimonial-wrapper .testimonial {
    text-align: center;
}

/*
* ----------------------------------------------------------------
* 
* 
* 
* ----------------------------------------------------------------
*/

.h1,
.h2 {
    text-transform: lowercase;
}
.wpcf7-form-control ,
.wpcf7-text {
    border-radius: 25px;
    border-color: #000;
    color: white;
}

/*
* ----------------------------------------------------------------
* 
* Showcase Menu
* 
* ----------------------------------------------------------------
*/

.module-inverse.id-home-showcase-menus .module-body {
    background-color: #B08978;
}

.module-inverse.id-home-showcase-menus .module-excerpt {
    font-size: 100%;
}

.id-home-showcase-menus .module-title::after {
    content: '';
    display: block;
    width: 100px;
    border-top: #C4A69A solid 4px;
    margin: 15px auto;
    margin-left: 0;
}

/*
* ----------------------------------------------------------------
* 
* id-testimonial-carousel
* 
* ----------------------------------------------------------------
*/

.id-testimonial-carousel {
    position: relative;
}
.id-testimonial-carousel::before {
    content: ''; 
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(img/qu-bah-swirl.svg);
    background-position: 75% -10%;
    background-repeat: no-repeat;
    background-size: auto 180%;
    opacity: .5;
}

.id-testimonial-carousel .module-inner {
    margin-top: 30px;
    margin-bottom:  30px;
}

@media only screen and (min-width:768px){
    .id-testimonial-carousel .module-inner {
        margin-top: 50px;
        margin-bottom:  50px;
    }
}
@media only screen and (min-width:1200px){
    .id-testimonial-carousel .module-inner {
        margin-top: 100px;
        margin-bottom:  100px;
    }
}


.id-testimonial-carousel .module-inner,
.id-testimonial-carousel .module-content,
.id-testimonial-carousel .module-body {
    background-color: transparent;
}
@media screen and (min-width: 992px) {
    .id-testimonial-carousel .module-content {
        font-size: 2em;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.id-testimonial-carousel .module-title {
    color: #B08978;
}

.id-testimonial-carousel .module-excerpt {
    font-size: 1em;
}

/*
* ----------------------------------------------------------------
* 
* Social
* 
* ----------------------------------------------------------------
*/

.widget .id-social-media .fa {
    background-image: none;
    background-color: #B08978;
}

/*
* ----------------------------------------------------------------
* 
* 
* 
* ----------------------------------------------------------------
*/