/*
 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
-------------------------------------------------------------- */


/*
* -----------------------------------------------------------------------------
*
* # Colours
*
* -----------------------------------------------------------------------------
*/


.ifd-blue{
    color: #6bc0e8;
    background-color: #6bc0e8;
}

.ifd-ligh-grey{
    color: #f8f8f8;
    background-color: #f8f8f8;
}

.ifd-ligh-grey-alt{
    color: #f3f3f3;
    background-color: #f3f3f3;
}


.ifd-black{
    color: #333333;
    background-color: #333333;
}

/*
* -----------------------------------------------------------------------------
*
* # Root
*
* -----------------------------------------------------------------------------
*/


html {
    font-size: 1em;
}

body {
    padding-top: 80px;
    background-color: #fff;
    color: #333;
    font-weight: 400;
    font-family: "Raleway", -apple-system, BlinkMacSystemFont,
        "Segoe UI", "Roboto", "Oxygen",
        "Ubuntu", "Cantarell", "Fira Sans",
        "Droid Sans", "Helvetica Neue", sans-serif;
}


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



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



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

.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-top: 2ex;
    margin-bottom: 1ex;
}

.id-post-title > h1 {

}

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


a {
    color: #6bc0e8;
}

a:hover,
a:focus,
a:active {
    color: #333;
    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;
}

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

@media screen and (min-width: 992px) {
    .navbar-logo {
        width: 225px;
        padding: 15px;
    }
    .scroll-small .navbar-logo {
        width: 185px;
        padding: 10px;
    }
}

/*
* ------------------------------------------------------------------------------
*
* @ 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: #6bc0e8;
}
.fa {
    color: #6bc0e8;
}
.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);
}

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


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

@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: #6bc0e8 !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-custom-header-before
*
* ----------------------------------------------------------------
*/
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    height: 36px;
}

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

/*
* -----------------------------------------------------------------------------
*
* #Navbar Padding
*
* -----------------------------------------------------------------------------
*/

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

@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;
    }

    .scroll-small .navbar-toggle{
        padding: 24px 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: 24px 15px;
    }
}

/*
* -----------------------------------------------------------------------------
*
* #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: #6bc0e8;
}
.navbar-default .navbar-nav>li:not(:last-of-type)>a {
    border-bottom: 1px solid rgba(0,0,0,0.03);
}

/*@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: #333;
}

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

    /*    @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: #6bc0e8;
        }*/
}

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

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

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

.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: #fff;
    }
}


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

.dropdown-menu > li > a {
    color: #6bc0e8;
    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: #6bc0e8;
    color: #fff;
}

.dropdown-menu>.active>a {}

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


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

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

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: #6bc0e8;
        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;
    }
}


/*
* -----------------------------------------------------------------------------
*
* Always Collapse Navigation
*
* -----------------------------------------------------------------------------
*/
.navbar-header .id-telephone-label,
.navbar-header .id-menu-widget-button-label {
    display: none;
}

@media only screen and (min-width: 768px){
    .navbar-header .id-telephone-label,
    .navbar-header .id-menu-widget-button-label {
        display: inline-block;
    }
}

.nav-collapse-xx .navbar-nav>li.menu-item-toggle {
    float: none;
}
.nav-collapse-xx .navbar-nav>li.menu-item-phone,
.nav-collapse-xx .navbar-nav>li.menu-item-widget{
    display: none;
}

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

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


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

#footer {
    background-color: #fff;
    color: #333;
    padding-top: 50px;
    padding-bottom: 0;
    font-size: 90%;
}

#footer a{
    font-weight: 600;
}

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

/*@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: 2px solid rgba(0,0,0,0.10);
    color: #333;
}


#footer .widget:not(:last-of-type){
    margin-bottom: 32px;
}
/*#footer .widget a {
    color: orange;
}

#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(0,0,0,0.05);
}

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


.id-copyright-wrapper {
    padding: 30px 15px;
    background-color: rgba(255,255,255,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: #6bc0e8;
    border-color: #6bc0e8;
    color: white;
}

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: #333;
    border-color: #333;
}

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

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

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    background-color: #6bc0e8;
    border-color: #6bc0e8;
    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: #6bc0e8;
}



/*
* ----------------------------------------------------------------
* 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;
}

/**
* -----------------------------------------------------------------------------
*
* open street map
*
* -----------------------------------------------------------------------------
*/
.acf-os-map .leaflet-tile-pane {
    -webkit-filter: grayscale(100%) contrast(130%);
    filter: grayscale(100%) contrast(130%)
}

.acf-os-map .leaflet-pane>svg path.leaflet-interactive {
    stroke: #4b2f72;
    fill: #4b2f72;
    fill-opacity: 0.1;
}

.acf-os-map,
.acf-map {
    margin: auto;
    height: 400px !important;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .acf-os-map,
    .acf-map {
        height: 600px !important;
    }
}


/*
* ----------------------------------------------------------------
*
* 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: #6bc0e8;
    -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%;
}

/*
* -----------------------------------------------------------------------------
*
* navigation
*
* -----------------------------------------------------------------------------
*/
.header .navbar-phone-icon,
.header .navbar-widget-toggle {
    color: #333;
    background-color: transparent;
}

.header .navbar-widget-toggle i.fa{
    display: inline-block;
}

.header .navbar-widget-toggle i.fa::before{
    color: inherit;
}

.navbar-toggle .id-menu-widget-button-label{
    font-size: 100%;
}

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

    .header .navbar-widget-toggle{
        font-size: 1em;
        letter-spacing: 1px;
    }

    .header .navbar-toggle{
        padding-left: 25px;
        padding-right: 25px;
    }
    .header .navbar-phone-icon{
        padding-left: 15px;
        padding-right: 15px;
    }

    .header .navbar-widget-toggle i.fa{
        display: none;
    }

    .header .navbar-widget-toggle {
        color: #fff;
        background-color: #6bc0e8;
        padding: 10px 20px;
        margin: 18px 15px;
    }

    /*    .header.scroll-small .navbar-widget-toggle {
            margin: 8px 15px;
        }*/

    .header .navbar-widget-toggle:hover,
    .header .navbar-widget-toggle:focus,
    .header .navbar-widget-toggle:active{
        background-color: #333;
    }

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

    .header .navbar-widget-toggle {
        margin: 30px 15px;
    }
    .header.scroll-small .navbar-widget-toggle{
        margin: 20px 15px;
    }
}



/*
* -----------------------------------------------------------------------------
*
* slideshow
*
* -----------------------------------------------------------------------------
*/

body .id-mobile-caption,
body .carousel .id-slideshow-caption{
    background-color: rgba(255,255,255,0.95);
    padding: 30px;
    text-align: left;

    border-top: 10px solid #6bc0e8;
}

body .id-slideshow-title-mobile,
body .id-slideshow-message-mobile{
    margin-top: 0;
}

/*@media only screen and (min-width: 768px){
    body .carousel .id-slideshow-caption{
        padding: 20px 30px;
    }
}*/

.carousel .id-slideshow-caption .id-slideshow-title h2,
.carousel .id-slideshow-caption .id-slideshow-title h3,
.carousel .id-slideshow-caption .id-slideshow-title h4 {
    color: #6bc0e8;
}
/*.carousel .id-slideshow-caption .id-slideshow-title > h2,
.carousel .id-slideshow-caption .id-slideshow-title > h3 {
    font-size: 2.5em;
}*/

/*.carousel .id-slideshow-button {
    padding-top: 32px;
}*/
.carousel .id-slideshow-button > *{
    display: inline-block;
}

body .carousel .id-slideshow-caption h2 {
    font-size: 1.8em;
}

@media only screen and (min-width: 992px){
    body .carousel .id-slideshow-caption h2 {
        font-size: 2.3em;
    }
}
@media only screen and (min-width: 1200px){
    body .carousel .id-slideshow-caption h2 {
        font-size: 2.5em;
    }
}


/*
* -----------------------------------------------------------------------------
*
* custom header
*
* -----------------------------------------------------------------------------
*/
.custom-header-content {
    display: none;
    padding: 30px 0;
    max-width: 400px;
    text-align: center;
    margin: 0 0 0 auto;
    width: 100%;
    transform: translateY(0px) !important;
}
@media only screen and (min-width: 768px){
    .custom-header-content{
        text-align: right;
        display: block;
    }
}

/*.id-custom-header-cta-image::before{
    content: none;
}*/
.id-custom-header-cta-image{
    width: 50%;
    /*height: 100%;*/
}
.id-custom-header-cta-image .id-custom-header-cta-image-inner{
    background-size: contain;
    background-repeat: no-repeat;
}

.id-custom-header {
    align-items: flex-end;
}


@media only screen and (min-width: 500px) and (max-width: 786px){
    .id-custom-header-wrapper, .id-custom-header-background {
        height: 300px !important;
    }
}

@media screen and (min-width: 768px) {
    .id-custom-header-after{
    background-image: url(img/wave.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    height: 135px;
    display: block;
    position: absolute;
    top: auto;
    bottom: -3px;
    left: -3px;
    right: -3px;
    }
}

@media only screen and (min-width: 992px){
    .id-custom-header-after{
        height: 150px;
    }
}

/*
* -----------------------------------------------------------------------------
*
* module general
*
* -----------------------------------------------------------------------------
*/

.module-section-title{
    margin: 1.5em 0;
}

.module-title a{
    color: #333;
}

.module-button .btn-link{
    color: #6bc0e8;
    text-decoration: none;
}

.module-button .btn-link:hover,
.module-button .btn-link:focus,
.module-button .btn-link:active{
    color: #333;
}


.module-button .btn-link::after {
    content: "\f178";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 15px;
}

.module-prices,
.module-excerpt{
    font-size: 90%;
}

.module-thumbnail::before {
    padding-bottom: 75%;
}

.module-inner.module-inner,
.module-inner {
    border-radius: 0;
    border: 1px solid #f3f3f3;
    box-shadow: none;
}

/*
* -----------------------------------------------------------------------------
*
* feature mosaic
*
* -----------------------------------------------------------------------------
*/

@media screen and (min-width: 992px){
    .module-feature-mosaic [data-grid="3"] .module-item:first-of-type .module-thumbnail::before,
    .module-feature-mosaic [data-grid="5"] .module-item:first-of-type .module-thumbnail::before {
        padding-bottom: 36%;
    }
}


/*
* -----------------------------------------------------------------------------
*
* home feature pages
*
* -----------------------------------------------------------------------------
*/
.id-home-feature-pages {
    padding: 0;
    margin-top: -15px;
}

.id-home-feature-pages {
    margin-top: -50px;
}

@media only screen and (min-width: 768px) and (min-height: 768px){
    .id-home-feature-pages {
        margin-top: -100px;
    }
}

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

    .id-home-feature-pages {
        margin-top: -120px;
    }
}


.id-home-feature-pages .module-thumbnail{
    justify-content: flex-start;
}
.id-home-feature-pages .module-overlay svg{
    max-height: 70px;
    max-width: 70px;
    margin: 2.5em 10px 10px;
}
.id-home-feature-pages .module-item {
    background-color: #f8f8f8;
}
.id-home-feature-pages .module-item:nth-child(even){
    background-color: #f3f3f3;
}
.id-home-feature-pages .module-outer{
    padding: 0;
}
.id-home-feature-pages .module-inner {
    padding: 15px;
    box-shadow: none;
    /*    background-color: #f8f8f8;
        border: 1px solid #fff;*/
    background-color: transparent;
}


/*
* -----------------------------------------------------------------------------
*
* Our Services Grid
*
* -----------------------------------------------------------------------------
*/
.id-home-services{
    background-color: #f3f3f3;
}

.id-home-services .module-section{
    padding-top: 2em;
    padding-bottom: 1em;
}

@media only screen and (min-width: 768px){
    .id-home-services .module-section{
        padding-top: 5em;
        padding-bottom: 5em;
    }
}

.id-home-services .module-thumbnail{
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 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;
}

.id-home-services .module-item{
    padding: 15px;
}

@media only screen and (min-width: 768px){
    .id-home-services .module-item{
        padding: 0;
    }
}

.id-home-services .module-item .module-content{
    -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-home-services .module-item:hover .module-content{
    color: #fff;
    background-color: rgba(107, 192, 232, 0.85);

}

.id-home-services .module-item:hover .module-thumbnail{
    opacity: 1;
}

.id-home-services .module-item:hover .module-title a,
.id-home-services .module-item:hover .module-button a{
    color: #fff;
}

.id-home-services .module-inner {
    position: relative;
    box-shadow: none;
    border: 0;
}
.id-home-services .module-icon{
    border-radius: 50%;
    width: 70px;
    height: 70px;
    color: #6bc0e8;
    background-color: #f8f8f8;
    margin-left: 15px;
    margin: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.id-home-services .module-item:hover .module-icon{
    background-color: #fff;
}
.id-home-services .module-icon .fa{
    font-size: 2em;
}
.id-home-services .module-body{
    padding: 0;
}
.id-home-services .module-content{
    padding: 15px;
}

/*
* -----------------------------------------------------------------------------
*
* sidebar
*
* -----------------------------------------------------------------------------
*/
.sidebar-widget .widget{
    background-color: #f3f3f3;
    padding: 20px;
}

.sidebar-widget .widget h4.widgettitle{
    border-bottom: 2px solid #6bc0e8;
}

/*
* -----------------------------------------------------------------------------
*
* sidebar recent posts
*
* -----------------------------------------------------------------------------
*/
.widget_recent_entries{}
.widget_recent_entries ul{
    list-style: none;
    padding: 0;
}
.widget_recent_entries li{
    list-style: none;
    padding: 10px 15px;
}
.widget_recent_entries li:not(:last-of-type){
    border-bottom: 1px dashed rgba(0,0,0,0.10);
}

/*
* -----------------------------------------------------------------------------
*
* Open Hours
*
* -----------------------------------------------------------------------------
*/
.id-client-display-hours {
    margin: 0;
}
.id-client-display-hours .id-client-opening-hours {
    margin: 0;
    padding: 10px 0;
    border-bottom: 0;
    font-size: inherit;
}

.id-client-display-hours .id-client-opening-hours:before{
    content: "\f017";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.2em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #6bc0e8;
}


.id-client-display-hours .id-client-opening-hours:not(:last-of-type) {
    border-bottom: 1px dashed #6bc0e8;
}
.id-client-opening-hours > .id-client-day,
.id-client-opening-hours > .id-client-time{
    width: 40%;
}

/*
* ----------------------------------------------------------------
*
* Testimonials
*
* ----------------------------------------------------------------
*/
.id-testimonials-wrapper {
    padding: 32px 0;
}

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

.id-testimonials-wrapper.module-inverse .module-body,
.id-testimonials-wrapper .module-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: 0;
}

/*@media only screen and (min-width: 992px) {
    .id-testimonials-wrapper .module-section-title {
        margin-bottom: 40px;
    }
}*/

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

.id-testimonials-wrapper .module-title a {
    text-decoration: underline;
}

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

.id-testimonials-wrapper .module-excerpt {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    font-size: 1em;
}

.id-testimonials-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-testimonials-wrapper .module-button {
    padding-top: 20px;
}

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

/*
* -----------------------------------------------------------------------------
*
* Image Carousel / Logo Carousel
*
* -----------------------------------------------------------------------------
*/
.id-awesome-carousel-item{
    min-height: 150px;
}

.id-awesome-carousel-inner{
    padding: 2em 0;
}

.id-awesome-carousel-inner .owl-carousel .owl-item img {
    max-height: 150px;
    max-width: 150px;
}

/*
* -----------------------------------------------------------------------------
*
* footer image carousel
*
* -----------------------------------------------------------------------------
*/
.id-footer-payment-wrapper{}
.id-footer-payment-wrapper .id-awesome-carousel-item{
    min-height: 100px;
}
.id-footer-payment-wrapper .owl-carousel .owl-item img {
    max-height: 100px;
    max-width: 100px;
}
.id-footer-payment-wrapper .id-awesome-carousel-inner{
    padding: 15px;
}

/*.id-footer-payment-wrapper .id-footer-payment-content {
    display: flex;
    justify-content: flex-end;
}*/


/*
* -----------------------------------------------------------------------------
*
* footer navigation legal
*
* -----------------------------------------------------------------------------
*/
.footer .navbar-nav > li > a{
    font-weight: 400;
    text-transform: none;
    padding: 15px;
}

/*
* -----------------------------------------------------------------------------
*
* footer logo
*
* -----------------------------------------------------------------------------
*/
.footer .id-client-centre-class > .logo > a {
    max-width: 300px;
    margin-bottom: 32px;
}

/*
* -----------------------------------------------------------------------------
*
* call to action
*
* -----------------------------------------------------------------------------
*/
.id-call-to-action-wrapper{
    margin: 0;
}

.id-call-to-action-wrapper .id-cta-background-image {
    background-attachment: initial !important;
    background-position: center 10% !important;
}


.id-call-to-action-wrapper .id-cta-background-image:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

.id-call-to-action-content {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    text-align: center;
}

.id-call-to-action-wrapper .id-cta-inner {
    padding: 3em 0;
    min-height: 400px;
    height: 100%;
    display: flex;
    flex: 1 1 100%;
}


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

    .id-call-to-action-wrapper .id-cta-inner {
        /*padding: 3em;*/
    }

    .id-call-to-action-content {
        flex-flow: row;
        text-align: left;
    }

    .id-call-to-action-wrapper .id-call-to-action-message,
    .id-call-to-action-wrapper .call-to-action-btn {
        margin: 20px;
    }

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

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

}





.id-call-to-action-message h2,
.id-call-to-action-message h3 {
    font-size: 1.5em;
    margin: 10px 0;
}

.id-call-to-action-message p{
    font-size: 1.1em;
}
.id-call-to-action-message a{
    font-weight: 600;
}

/*
* -----------------------------------------------------------------------------
*
* Team members
*
* -----------------------------------------------------------------------------
*/

.id-team-members {}
.id-team-members .module-inner {
    border-radius: 0;
    border: 1px solid #f3f3f3;
    box-shadow: none;
}
.id-team-members .module-content{
    padding: 10px;
}

.id-team-members .module-thumbnail::before {
    padding-bottom: 110%;
}
.id-team-members .module-thumbnail .module-image{
    background-position:top center;
}

.id-team-members .module-title{
    font-weight: 600;
}

.id-team-members .module-button {
    text-align: left;
    padding-top: 32px;
}

@media only screen and (min-width: 768px){
    .id-team-members .module-button {
        text-align: right;
    }
}


/*
* ----------------------------------------------------------------
*
* Post Thumbnail
*
* ----------------------------------------------------------------
*/

.post-thumbnail-wrapper {
    position: relative;
    margin: 1em auto;
    height: 100%;
    max-height: 400px;
    width: auto;
    text-align: center;
}

.post-thumbnail-wrapper::before {
    content: '';
    display: block;
    padding-bottom: 140%;
}


.post-thumbnail-wrapper > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -20px;
}


/**
* -----------------------------------------------------------------------------
*
* unordered list group
*
* -----------------------------------------------------------------------------
*/
ul.id-unordered-list>li::before{
    content: "\f00c";
    color: #6bc0e8;
}
.list-group-item{
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
ol.id-ordered-list>li,
ul.id-unordered-list>li {
    padding-left: 2.5em;
}
ol.id-ordered-list>li:not(:last-of-type),
ul.id-unordered-list>li:not(:last-of-type){
    border-bottom: 1px dashed rgba(0,0,0,0.15);
    margin-bottom: 0;
}

ol.id-ordered-list>li::before{
    background-color: #6bc0e8;
}

/**
* -----------------------------------------------------------------------------
*
* social icons
*
* -----------------------------------------------------------------------------
*/
.id-social-media .fa {
    font-size: 2em;
    color: inherit;
    height: auto;
    width: auto;
    padding: 5px;
    background-color: transparent;
    background-image: none;
    background: transparent;
}
.id-social-media .fa::before{
    color: inherit;
}


.sidebar.sidebar-left .id-social-media .fa{
    color: inherit;
}

.id-social-media li a:hover .fa,
.id-social-media li a:focus .fa,
.id-social-media li a:active .fa
{
    opacity: 1;
    color: #333;
}


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