/*!
 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:     Copyright 2014 Image Direct Pty Ltd
Text Domain:   id-boilerplate-child
*/
/**
* -----------------------------------------------------------------------------
*
* vendors
*
* -----------------------------------------------------------------------------
*/
/**
* -----------------------------------------------------------------------------
*
* vendors
*
* -----------------------------------------------------------------------------
*/
/**
* -----------------------------------------------------------------------------
*
* helpers
*
* -----------------------------------------------------------------------------
*/
/**
* -----------------------------------------------------------------------------
*
* Colours
*
* -----------------------------------------------------------------------------
*/
/**
* -----------------------------------------------------------------------------
*
* base
*
* -----------------------------------------------------------------------------
*/
/*
* -----------------------------------------------------------------------------
*
* # Root
*
* -----------------------------------------------------------------------------
*/
.ienergy-light-gray {
    color: #f1f1f1;
    background-color: #f1f1f1;
}

.ienergy-green {
    color: #b1cd35;
    background-color: #b1cd35;
}

.ienergy-dark-grey {
    color: #3a3a45;
    background-color: #3a3a45;
}

html {
    font-size: 1em;
}

body {
    padding-top: 60px;
    background-color: #fff;
    color: #3a3a45;
    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-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.25px;
}

.content-main {
    font-size: 1em;
    line-height: 1.7;
    /*min-height: 320px;*/
}

.content-main h1,
.content-main h2,
.content-main h3,
.content-main h4,
.content-main h5,
.content-main h6 {
    text-transform: none;
    margin-bottom: 1ex;
    margin-bottom: 1ex;
    margin-top: 2ex;
}

hr {
    border-top: 1px solid gray;
}

a {
    font-weight: 600;
    color: #3a3a45;
}

a:hover,
a:focus,
a:active {
    color: #b1cd35;
    text-decoration: none;
}

.content a {
    font-weight: 600;
    text-decoration: underline;
}

p a {
    text-decoration: underline;
}

.hentry > .lead {
    font-size: 1.3em;
    margin: 1em 0;
}

h4.widgettitle {
    /*    font-weight: 600;*/
    font-weight: 400;
    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;
}

/**
* -----------------------------------------------------------------------------
*
* unordered list group
*
* -----------------------------------------------------------------------------
*/
ul.id-unordered-list > li::before {
    content: "\f00c";
    color: #b1cd35;
}

.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::before {
    background-color: #b1cd35;
}

/*
* -----------------------------------------------------------------------------
*
* block quote
*
* -----------------------------------------------------------------------------
*/
blockquote {
    border-left: 0;
}

blockquote::before {
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0, 0, 0, 0.15);
    margin: 0 15px 0 0;
    float: left;
}

blockquote p {
    font-size: 1.2rem;
    color: #666;
}

/**
* -----------------------------------------------------------------------------
*
* input group
*
* -----------------------------------------------------------------------------
*/
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    height: 36px;
}

.input-group-addon:first-child {
    position: relative;
    top: -0.25px;
}

/*
* -----------------------------------------------------------------------------
*
* # 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;
    }
}

/*
* ----------------------------------------------------------------
*
* 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: #d33;
    -webkit-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;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 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);
    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);
    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%;
}

/**
* -----------------------------------------------------------------------------
*
* spinner
*
* -----------------------------------------------------------------------------
*/
.id-carousel-spinner,
.id-masonry-spinner {
    position: absolute;
}

/**
* -----------------------------------------------------------------------------
*
* banner bottom swish
*
* -----------------------------------------------------------------------------
*/
.banner-bottom-swish, .id-custom-header-wrapper .id-custom-header-after, .id-slide-item .id-slide-after, .id-cta-wrapper.id-cta-middle .module-inner:after {
    background-image: url(img/feature-bottom-swish.svg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: top center;
    z-index: 2;
    position: relative;
    display: block;
    height: 20%;
    min-height: 150px;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

/**
* -----------------------------------------------------------------------------
*
* components
*
* -----------------------------------------------------------------------------
*/
/*
* -----------------------------------------------------------------------------
*
* #Navbar Padding
*
* -----------------------------------------------------------------------------
*/
.navbar-default .id-search-box-container .input-group-addon {
    background-color: transparent;
    color: rgba(0,0,0,0.25);
    font-size: 24px;
    height: 36px;
    border: none;
}
@media screen and (max-width: 767px) {
    .nav-collapse-sm .navbar-nav>li.menu-item-search {
        display: none!important;
    }
}

@media screen and (max-width: 991px) {
    .nav-collapse-sm .navbar-nav>li.menu-item-search {
        display: none!important;
    }
}
@media screen and (min-width: 992px) {
    .sidebar-shop .navbar-toggle {
        padding: 15px 15px;
    }
    .navbar-toggle {
        padding: 35px 15px;
    }
    button.navbar-search-toggle {
        padding: 31px 15px 38px;
    }
    .scroll-small button.navbar-search-toggle {
        padding: 15px 15px;
    }
    .navbar-nav > li > a {
        padding: 42.5px 15px;
    }
    .navbar-nav > li > .id-navbar-icon,
    .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 36px 15px;
        margin: 0;
    }
    .scroll-small .navbar-nav > li > a {
        padding: 25.5px 15px;
    }
    .scroll-small .navbar-nav > li > .id-navbar-icon,
    .scroll-small .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 18px 15px;
        margin: 0;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-nav > li > a {
        padding: 42.5px 15px;
    }
    .navbar-nav > li > .id-navbar-icon,
    .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 36px 15px;
    }
    .scroll-small .navbar-nav > li > a {
        padding: 25.5px 15px;
    }
    .scroll-small .navbar-nav > li > .id-navbar-icon,
    .scroll-small .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 18px 15px;
    }
    .navbar-search-toggle {
        padding: 35px 35px;
    }
    .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-weight: 400;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-nav > li > a.id-navbar-phone-icon {
    font-size: 1.3em;
    line-height: 1;
}

.navbar-nav > li > a.id-navbar-phone-icon .id-navbar-telephone-prefix {
    font-size: .65em;
    text-transform: none;
    font-weight: 400;
    padding: 10px;
    display: none;
}

@media only screen and (min-width: 1200px) {
    .navbar-nav > li > a.id-navbar-phone-icon .id-navbar-telephone-prefix {
        display: inline-block;
    }
}

.navbar-nav > li > a.id-navbar-phone-icon .id-navbar-telephone {
    font-size: 1.2em;
    letter-spacing: normal;
    color: #fff;
    text-shadow: 0px 0px 1px #333;
    background-color: #b1cd35;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 15px;
}

.navbar-nav > li > a.id-navbar-phone-icon:hover .id-navbar-telephone,
.navbar-nav > li > a.id-navbar-phone-icon:focus .id-navbar-telephone,
.navbar-nav > li > a.id-navbar-phone-icon:active .id-navbar-telephone {
    background-color: #3a3a45;
}

.navbar-nav > li > a.id-navbar-phone-icon .id-navbar-telephone strong{
    display: none;
}
@media only screen and (min-width:1200px){
    .navbar-nav > li > a.id-navbar-phone-icon .id-navbar-telephone strong{
        display: inline-block;
    }
}


/*
* -----------------------------------------------------------------------------
*
* #Navbar: navbar-default
*
* -----------------------------------------------------------------------------
*/
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.navbar-default .navbar-nav > li > a {
    font-weight: 600;
    color: #3a3a45;
}

@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,
    .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: #b1cd35;
    }
}

/*
* -----------------------------------------------------------------------------
*
* #Navbar: navbar-inverse
*
* -----------------------------------------------------------------------------
*/
.navbar-inverse {
    background-color: #222;
    border-color: #111;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .navbar-nav > li > a {
    color: #3a3a45;
}

.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 {
    font-size: 0.9em;
    font-weight: 400;
    /*    font-weight: 600;*/
    letter-spacing: 1px;
    color: #3a3a45;
    /*text-transform: uppercase;*/
}

@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: transparent;
    color: #b1cd35;
}

.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #b1cd35;
    outline: 0;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    border-color: #b1cd35;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #3a3a45;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: #fff;
        color: #b1cd35;
    }
}

@media (max-width: 1199px) {
    .navbar-nav .open .dropdown-menu {
        /*background-color: rgba(0,0,0,0.05);*/
        background-color: #fff;
    }
}

@media (min-width: 992px) {
    .navbar-right {
        margin-right: auto;
    }
}

/*
* ----------------------------------------------------------------
*
* Dropdown Sub Menu
*
* ----------------------------------------------------------------
*/
.dropdown-sub-menu {
    padding: 0;
    list-style: none;
}

.dropdown-sub-menu .dropdown-header {
    padding: 5px 10px;
}

@media screen and (min-width: 992px) {
    .dropdown-menu {
        margin-right: -1000px;
    }
    .dropdown-menu > li.dropdown-section {
        vertical-align: top;
        display: inline-block;
        float: left;
        min-width: 160px;
    }
    .dropdown-sub-menu {
        /*border-right: 1px solid rgba(0,0,0,0.15);*/
        border-right: 0;
    }
    .dropdown-sub-menu > li > a {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.dropdown-sub-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.dropdown-sub-menu > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

/*
* -----------------------------------------------------------------------------
*
* #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;
    -o-transition: all .5s ease-in-out .5s;
    transition: all .5s ease-in-out .5s;
}

nav.affix .nav {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    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;
    -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;
    -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: 250px;
        padding: 20px;
    }
    .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);
    -webkit-box-shadow: 0 0 5px 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: #3a3a45;
}

.navbar-toggle {
    border: none;
    -webkit-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}

.navbar-toggle .fa:before {
    color: #3a3a45;
}

.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: #3a3a45;
}

.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: #b1cd35 !important;
    color: #fff;
}

.navbar-search-toggle {
    background-color: transparent;
}

.navbar-inverse .navbar-search-toggle {
    color: #3a3a45;
}

.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;
    }
}

/**
* -----------------------------------------------------------------------------
*
* search form
*
* -----------------------------------------------------------------------------
*/
body form.search .search-input {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-border-top-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
    -webkit-border-bottom-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

/**
* -----------------------------------------------------------------------------
*
* dropdown menu
*
* -----------------------------------------------------------------------------
*/
.navbar-nav > li > .dropdown-menu,
.dropdown-menu {
    top: inherit;
    z-index: 9999;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (min-width: 992px) {
    .navbar-nav > li > .dropdown-menu,
    .dropdown-menu {
        padding: 15px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }
    li.nav-fullwidth.dropdown {
        position: static;
    }
    .nav-fullwidth .dropdown-menu {
        width: 100%;
    }
    .id-cols .dropdown-menu > li {
        display: inline-block;
        width: 33%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .dropdown-menu > li > a {
        /*padding: 1ex 20px;*/
        padding: 1ex;
    }
    small.id-nav-phone-small {
        display: block;
        font-size: .65em;
    }
    .navbar-phone-link {
        display: inline-block;
    }
    /*    .nav-fullwidth.open>.dropdown-menu {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          }*/
    .navbar-right {
        margin-right: auto;
    }
}

/*
* ----------------------------------------------------------------
*
* Dropdown Sub Menu
*
* ----------------------------------------------------------------
*/
.dropdown-sub-menu {
    padding: 0;
    list-style: none;
}

.dropdown-sub-menu .dropdown-header {
    padding: 5px 10px;
}

.dropdown-sub-menu > li > a {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 20px;
    white-space: pre-wrap;
    position: relative;
    display: block;
    padding: 5px 0;
}

.dropdown-sub-menu > li:not(:last-of-type) > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 992px) {
    .dropdown-menu {
        margin-right: -1000px;
    }
    .dropdown-menu > li.dropdown-section {
        vertical-align: top;
        display: inline-block;
        float: left;
        min-width: 160px;
    }
    .dropdown-sub-menu > li > a {
        padding: 5px 0;
    }
}

/**
* -----------------------------------------------------------------------------
*
* submenu header
*
* -----------------------------------------------------------------------------
*/
.dropdown-header {
    padding: 15px;
}

.dropdown-header > label {
    text-transform: uppercase;
    color: #000;
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .nav > li.menu-item-toggle {
        float: none;
    }
}

/*
* -----------------------------------------------------------------------------
*
* # 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;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*font-weight: 600;*/
    padding: 6px 12px;
    -webkit-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: #3a3a45;
    border-color: #3a3a45;
    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: #b1cd35;
    border-color: #b1cd35;
}

/*
* -----------------------------------------------------------------------------
*
* _Btn Outline
*
* -----------------------------------------------------------------------------
*/
.btn-outline {
    background-color: transparent;
    border-color: #b1cd35;
    color: #b1cd35;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    background-color: #b1cd35;
    border-color: #b1cd35;
    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: #b1cd35;
    border-color: #b1cd35;
    color: #fff;
}

/*
* ----------------------------------------------------------------
* 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;
}

/**
* -----------------------------------------------------------------------------
*
* social icons
*
* -----------------------------------------------------------------------------
*/
.id-social-media .fa {
    font-size: 2em;
    color: #b1cd35;
    height: auto;
    width: auto;
    padding: 5px;
    background-color: transparent;
    background-image: none;
    background: transparent;
}

.sidebar.sidebar-left .id-social-media .fa {
    color: #3a3a45;
}

/*
* -----------------------------------------------------------------------------
*
* @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;
}

/*
* ----------------------------------------------------------------
*
* custom header
*
* ----------------------------------------------------------------
*/
.id-custom-header-wrapper .id-custom-header-row {
    z-index: 4;
}

.id-custom-header-wrapper .custom-header-content {
    color: #fff;
    background-color: rgba(177, 205, 53, 0.75);
    height: 100%;
    padding: 15px;
    /*display: none;*/
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 768px) {
    .id-custom-header-wrapper .custom-header-content {
        padding: 30px;
        width: 50%;
        /*display: flex;*/
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        /*            justify-content: center;
                            align-items: center;*/
    }
}

@media only screen and (min-width: 992px) {
    .id-custom-header-wrapper .custom-header-content {
        width: 33.33333333%;
        /*display: flex;*/
    }
}

.id-custom-header-wrapper .custom-header-content > * {
    margin: 15px 0;
}

.id-custom-header-wrapper .btn:hover, .id-custom-header-wrapper .btn:focus, .id-custom-header-wrapper .btn:active {
    color: #3a3a45;
    background-color: #fff;
    border-color: #fff;
}

/**
* -----------------------------------------------------------------------------
*
* products header
*
* -----------------------------------------------------------------------------
*/
@media only screen and (min-width: 992px) {
    .single-product .id-custom-header-wrapper {
        height: 50vh;
    }
}

.single-product .id-custom-header-wrapper .id-custom-header-background {
    height: 100%;
}

body .carousel.carousel-fade .carousel-inner {
    background: #fff;
}

/**
* -----------------------------------------------------------------------------
*
* Feature Slideshow
*
* -----------------------------------------------------------------------------
*/
.id-feature-panel .slide .carousel-inner .id-slideshow-caption {
    top: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .id-feature-panel .slide .carousel-inner .id-slideshow-caption h2 {
        font-size: 2em;
    }
}

@media only screen and (min-width: 1200px) {
    .id-feature-panel .slide .carousel-inner .id-slideshow-caption h2 {
        font-size: 2.5em;
    }
}

.id-feature-panel .slide .carousel-inner .id-slideshow-caption,
.id-feature-panel .slide .carousel-inner .id-slideshow-caption-inner,
.id-feature-panel .slide .carousel-inner .id-slideshow-caption-outer,
.id-feature-panel .slide .carousel-inner .id-caption-container,
.id-feature-panel .slide .carousel-inner .id-caption-row {
    height: 100%;
    z-index: 3;
}

.id-feature-panel .slideshow-caption-inverse {
    background-color: rgba(176, 205, 53, 0.75);
}

.id-slideshow-button .btn {
    color: #fff;
    background-color: #3a3a45;
    border-color: #3a3a45;
}

.id-slideshow-button .btn:hover, .id-slideshow-button .btn:focus, .id-slideshow-button .btn:active {
    color: #3a3a45;
    background-color: #fff;
    border-color: #fff;
}

.module-prices,
.module-excerpt {
    font-size: 95%;
    margin-bottom: 1em;
}

.module-button {
    padding-top: 1em;
}

.module-section-title {
    margin-bottom: 20px;
}

.factory-showcase .module-content {
    padding: 5%;
}

@media only screen and (min-width: 768px) {
    .factory-showcase .module-content {
        padding: 10%;
    }
}

.id-core-values-index {
    margin: 32px auto;
}

.id-core-values-index .module-section-title {
    margin-bottom: 32px;
}

.id-core-values-index .module-content {
    text-align: left !important;
}

.id-core-values-index .module-thumbnail::before {
    padding-bottom: 75%;
}

/**
* -----------------------------------------------------------------------------
*
* brands carousel
*
* -----------------------------------------------------------------------------
*/
.id-brand-carousel {
    padding: 3em 0;
}

.id-brand-carousel .widgettitle {
    font-size: 1.5em;
    text-align: center;
    border: 0;
    padding: 0;
    margin: 15px 0;
}

.id-brand-carousel .id-awesome-carousel-inner {
    padding: 0 15px;
}

.id-brand-carousel .id-awesome-carousel-inner .owl-carousel .owl-item img {
    max-height: 80px;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/**
* -----------------------------------------------------------------------------
*
* Social Media
*
* -----------------------------------------------------------------------------
*/

.id-social-buttons-wrapper {
    background-color: #3a3a45;
    color: #fff;
}

.id-social-buttons .widget {
    text-align: center;
    padding: 100px 15px;
}
@media screen and (min-width: 768px) {
    .id-social-buttons .id-social-media li {
        font-size: 2em;
    }
}

/**
* -----------------------------------------------------------------------------
*
* call to action
*
* -----------------------------------------------------------------------------
*/


.id-cta-wrapper.id-cta-middle .module-title a {
    color: #fff;
}

.id-cta-wrapper.id-cta-middle.module-inverse .module-body {
    background-color: #3a3a45;
}

.id-cta-wrapper.id-cta-middle .module-inner:after {
    min-height: 50px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
}

@media only screen and (min-width: 992px) {
    .id-cta-wrapper.id-cta-middle .module-inner:after {
        content: '';
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .id-cta-wrapper.id-cta-middle .module-inner:after {
        min-height: 150px;
    }
}

.id-cta-wrapper.id-cta-footer.module-wrapper {
    background-attachment: initial;
}

.id-cta-wrapper.id-cta-footer .module-canvas {
    padding: 0;
    margin: 0;
}

.id-cta-wrapper.id-cta-footer .module-body {
    color: #fff;
    background-color: rgba(177, 205, 53, 0.75);
    width: 99.9999%;
    padding-bottom: 30%;
}

@media only screen and (min-width: 768px) {
    .id-cta-wrapper.id-cta-footer .module-body {
        width: 49.9999%;
        padding-bottom: 3em;
    }
}

@media only screen and (min-width: 992px) {
    .id-cta-wrapper.id-cta-footer .module-body {
        width: 33.3333%;
    }
}

.id-cta-wrapper.id-cta-footer .module-body .module-title {
    color: #fff;
}

.id-cta-wrapper.id-cta-footer .module-body .module-title a {
    font-size: 1.2em;
    color: #fff;
}

.id-cta-wrapper.id-cta-footer .module-inner {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.id-cta-wrapper.id-cta-footer .btn:focus, .id-cta-wrapper.id-cta-footer .btn:active, .id-cta-wrapper.id-cta-footer .btn:hover {
    color: #3a3a45;
    background-color: #fff;
    border-color: #fff;
}

.id-cta-wrapper .module-content {
    text-align: center !important;
    z-index: 9;
}

.id-cta-wrapper .module-image {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
}

.id-cta-wrapper .module-body {
    padding: 3em;
}

.id-cta-wrapper .module-excerpt {
    max-width: 460px;
    margin: 20px auto;
}

/**
* -----------------------------------------------------------------------------
*
* call-to-action button
*
* -----------------------------------------------------------------------------
*/
.id-call-to-action-wrapper {
    background-color: #f1f1f1;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}

.id-call-to-action-wrapper .id-cta-background-image {
    background-attachment: initial !important;
}

.id-call-to-action-wrapper .id-call-to-action-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
    .id-call-to-action-wrapper .id-call-to-action-container {
        padding-bottom: 0;
    }
}

.id-call-to-action-wrapper .id-call-to-action-content-inner {
    max-width: 640px;
    margin: 0 0 0 auto;
    color: #fff;
    background-color: rgba(177, 205, 53, 0.75);
    padding: 3em;
    min-height: 400px;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    /*        p a {
                      color: #fff;
                      text-decoration: underline;
                  }*/
}

.id-call-to-action-wrapper .id-call-to-action-content-inner h2,
.id-call-to-action-wrapper .id-call-to-action-content-inner h3,
.id-call-to-action-wrapper .id-call-to-action-content-inner h4 {
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
}

.id-call-to-action-wrapper .id-call-to-action-content {
    text-align: center;
    padding: 0;
    width: 100%;
}

@media screen and (min-width: 640px) {
    .id-call-to-action-wrapper .id-call-to-action-content {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .id-call-to-action-wrapper .id-call-to-action-content {
        width: 33.33%;
    }
}

.id-call-to-action-wrapper .id-call-to-action-content h1, .id-call-to-action-wrapper .id-call-to-action-content h2, .id-call-to-action-wrapper .id-call-to-action-content h3, .id-call-to-action-wrapper .id-call-to-action-content h4 {
    margin-bottom: 32px;
}

.id-call-to-action-wrapper .btn {
    margin: 20px 0;
}

/**
* -----------------------------------------------------------------------------
*
* feature pages
*
* -----------------------------------------------------------------------------
*/
.id-feature-pages {
    padding: 64px 0 0 0;
}

.id-feature-pages .module-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-align: center;
}

.id-feature-pages .module-canvas {
    margin: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.id-feature-pages .module-icon,
.id-feature-pages .module-overlay {
    max-height: 100px;
    min-height: 100px;
    max-width: 100px;
    margin-bottom: 20px;
}

.id-feature-pages .module-icon svg,
.id-feature-pages .module-icon .fa,
.id-feature-pages .module-overlay svg,
.id-feature-pages .module-overlay .fa {
    font-size: 70px;
    max-height: 70px;
    height: 100%;
    width: 100%;
}

.id-feature-pages .module-icon svg::before,
.id-feature-pages .module-icon .fa::before,
.id-feature-pages .module-overlay svg::before,
.id-feature-pages .module-overlay .fa::before {
    background-color: transparent;
    border: 0;
    color: #3a3a45;
    padding: 0;
    font-size: 1em;
    height: auto;
    width: auto;
    line-height: 1;
}

.id-feature-pages .module-item:hover .module-title > a {
    color: #b1cd35;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.id-feature-pages .module-item:hover .fa::before,
.id-feature-pages .module-item:hover svg > *,
.id-feature-pages .module-item:hover .cls-1 {
    color: #b1cd35;
    fill: #b1cd35;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/**
* -----------------------------------------------------------------------------
*
* feature and benefits
*
* -----------------------------------------------------------------------------
*/
.id-features-benefits-wrapper {
    background-color: #f1f1f1;
    padding: 5em 0;
}

.id-features-benefits-wrapper .module-section-header {
    margin-bottom: 2em;
}

.id-features-benefits-wrapper .module-section-description {
    max-width: 800px;
    margin: 20px auto;
}

.id-features-benefits-wrapper .module-canvas {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.id-features-benefits-wrapper .module-thumbnail {
    margin-bottom: 1em;
}

.id-features-benefits-wrapper .module-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    text-align: center;
}

.id-features-benefits-wrapper .module-overlay .fa::before {
    background-color: #b1cd35;
    border-color: #b1cd35;
}

.id-features-benefits-wrapper .module-item {
    padding: 20px 0;
}

.id-features-benefits-wrapper .module-item:not(:last-of-type) {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 768px) {
    .id-features-benefits-wrapper .module-item:not(:last-of-type) {
        border-bottom: 0;
    }
}

/**
* -----------------------------------------------------------------------------
*
* steps
*
* -----------------------------------------------------------------------------
*/
.id-steps-wrapper {
    background-color: #f1f1f1;
    padding-top: 4em;
    padding-bottom: 6em;
}

.id-steps-wrapper .module-inner {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.id-steps-wrapper .module-canvas {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.id-steps-wrapper .module-content {
    text-align: center;
}

.id-steps-wrapper .module-overlay,
.id-steps-wrapper .module-icon {
    max-width: 120px;
    height: 120px;
    max-height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.id-steps-wrapper .module-overlay svg,
.id-steps-wrapper .module-overlay img[src*=".svg"],
.id-steps-wrapper .module-icon svg,
.id-steps-wrapper .module-icon img[src*=".svg"] {
    width: auto;
    height: 100%;
}

.id-steps-wrapper .module-overlay .fa,
.id-steps-wrapper .module-icon .fa {
    font-size: 5em;
    color: #b1cd35;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
    padding: 15px;
}

.id-steps-wrapper .module-overlay .fa:before,
.id-steps-wrapper .module-icon .fa:before {
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    height: auto;
    width: auto;
}

/**
* -----------------------------------------------------------------------------
*
* translate
*
* -----------------------------------------------------------------------------
*/
.menu-item-widget .id-navbar-icon {
    background-color: transparent;
    outline: none;
    border: none;
}

.menu-item-widget .id-navbar-icon:hover, .menu-item-widget .id-navbar-icon:focus, .menu-item-widget .id-navbar-icon:active {
    color: #b1cd35;
    outline: none;
    border: none;
    cursor: pointer;
}

.menu-item-widget .id-navbar-icon i.fa {
    font-size: 1.75em;
}

.menu-item-widget .id-menu-widget-button-label {
    display: none !important;
}

@media only screen and (max-width: 991px) {
    .navbar-widget-toggle {
        display: none;
    }
}

.navbar-widget-toggle .id-menu-widget-button-label {
    display: none !important;
}

.id-widget-box-wrapper .id-widget-box-content {
    width: 100%;
    text-align: center;
}

.id-widget-box-wrapper #flags {
    width: 75%;
    margin: 0 auto;
}

/**
* -----------------------------------------------------------------------------
*
* layouts
*
* -----------------------------------------------------------------------------
*/
/*
* -----------------------------------------------------------------------------
*
* # Footer
*
* -----------------------------------------------------------------------------
*/
#footer {
    background-color: #3a3a45;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 80%;
}

#footer:before {
    content: '';
    display: block;
    width: 100%;
    max-width: 445px;
    height: 138px;
    margin-top: -138px;
    background-image: url(img/footer-swish-compact.svg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: 999;
    position: relative;
}

/*@media only screen and (min-width:992px){

    #footer:before {
        background-color: transparent;
        margin-top: -138px;
        max-width: 1200px;
    }
}*/
.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: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    text-transform: uppercase;
}

#footer .widget a {
    font-weight: normal;
    color: #b1cd35;
    text-decoration: none;
}

#footer .widget a:hover,
#footer .widget a:focus,
#footer .widget a:active {
    color: #fff;
    text-decoration: none;
}

.footer ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul.menu li {
    padding: 1.5ex 0;
}

.footer ul.menu li:not(:last-of-type) {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
}

.footer li ul li {
    border-bottom: none;
}

.id-copyright-wrapper {
    padding: 30px 15px;
    background-color: rgba(0, 0, 0, 0.15);
}

.footer .id-client-centre-class .logo {
    max-width: 180px;
    margin-bottom: 3em;
}

/*
* -----------------------------------------------------------------------------
*
* footer navigation
*
* -----------------------------------------------------------------------------
*/
.navbar.footer {
    background-color: rgba(0, 0, 0, 0.05);
}

.navbar.footer .navbar-nav > li > a {
    font-size: 80%;
    text-transform: none;
    color: #b1cd35;
    background-color: transparent;
    padding: 20px 15px;
}

.navbar.footer .navbar-nav > li > a:hover {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .navbar.footer.nav-collapse-md .navbar-brand {
        display: inline-block;
        color: #fff;
    }
}

.navbar.footer .navbar-toggle .fa:before {
    color: #fff;
}

/*
* ----------------------------------------------------------------
*
* 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: 100%;
}

.post-thumbnail-wrapper > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
    background-position: center;
}

/**
* -----------------------------------------------------------------------------
*
* pages
*
* -----------------------------------------------------------------------------
*/
.home {
    /*    .content-main {
              min-height: inherit;
          }*/
}

.home #content {
    padding: 0;
}

.home header.id-post-title {
    display: none;
}

/**
* -----------------------------------------------------------------------------
*
* products
*
* -----------------------------------------------------------------------------
*/
.single-product #content {
    padding-top: 0;
}

.single-product .wpgis-slider-for .slick-slide {
    height: 100%;
    max-height: 200px;
}

@media only screen and (min-width: 768px) {
    .single-product .wpgis-slider-for .slick-slide {
        max-height: 400px;
    }
}

.single-product .wpgis-slider-for .slick-slide img {
    height: auto !important;
    width: auto !important;
    max-width: 547px;
    margin: auto;
    max-height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media only screen and (min-width: 768px) {
    .single-product .wpgis-slider-for .slick-slide img {
        max-height: 400px;
    }
}

.id-product-categories-wrapper {
    margin-bottom: 0;
    margin-top: 32px;
}

.id-product-categories-wrapper .module-body {
    padding: 2em;
}

@media only screen and (min-width: 992px) {
    .id-product-categories-wrapper .module-body {
        padding: 4em;
    }
}

.id-product-categories-wrapper .module-title {
    font-size: 1.5em;
}

.id-product-categories-wrapper .module-title a {
    font-weight: normal;
}

.id-product-categories-wrapper .module-thumbnail:before {
    padding-bottom: 65%;
}

.id-product-categories-wrapper .module-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin-bottom: 4em;
}

.id-product-categories-wrapper .module-overlay {
    opacity: 0;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.id-product-categories-wrapper .module-overlay img,
.id-product-categories-wrapper .module-overlay svg,
.id-product-categories-wrapper .module-overlay i.fa {
    color: #fff;
    fill: #fff;
    max-width: 100px;
    max-height: 100px;
}

.id-product-categories-wrapper .module-overlay svg > *,
.id-product-categories-wrapper .module-overlay .cls-1 {
    fill: inherit;
}

.id-product-categories-wrapper .module-overlay .fa::before {
    background-color: transparent;
}

.id-product-categories-wrapper .module-image:active .module-overlay,
.id-product-categories-wrapper .module-image:focus .module-overlay,
.id-product-categories-wrapper .module-image:hover .module-overlay {
    opacity: 1;
    background-color: rgba(177, 205, 53, 0.5);
    background-image: none;
}

.id-product-categories-wrapper [data-feature-image="empty"].module-thumbnail {
    background-color: #f1f1f1;
}

.id-product-categories-wrapper [data-feature-image="empty"].module-thumbnail[data-feature-icon="true"] .module-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
}

/*
* -----------------------------------------------------------------------------
*
* products archive
*
* -----------------------------------------------------------------------------
*/
.id-product-archive {
    padding-bottom: 50px;
}

.id-product-archive .module-content {
    padding: 5%;
}

@media only screen and (min-width: 992px) {
    .id-product-archive .module-content {
        padding: 10%;
    }
}

/*
* ----------------------------------------------------------------
*
* Testimonials
*
* ----------------------------------------------------------------
*/
.id-testimonial-wrapper {
    color: #3a3a45;
    background-color: #fcfcfc;
    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 {
    -webkit-box-shadow: none;
    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;
    font-weight: bold;
    margin-top: 20px;
}

.id-testimonial-wrapper .module-title a {
    text-decoration: underline;
}

.id-testimonial-wrapper .module-title * {
    font-size: inherit;
}

.id-testimonial-wrapper .module-excerpt {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    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;
}

/**
* -----------------------------------------------------------------------------
*
* contact form
*
* -----------------------------------------------------------------------------
*/
.wpcf7 select{
    padding: 0 1ex;
}

.post-thumbnail-wrapper {
    overflow: hidden;
}


/*# sourceMappingURL=maps/style.css.map */
