/*
 Theme Name:   Committee for Gippsland
 Theme URI:    http://wpbp.dev.imagedirect.com/
 Description:  Committee for Gippsland theme based on 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:   committee-for-gippsland
*/

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

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


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


html {
    font-size: 1em;
}

body {
    /*padding-top: 60px;*/
    background-color: #f1f1f1;
    color: #616365;
    font-weight: 400;
    font-family:  'Open Sans', -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: 85px;
    }
}*/



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



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

/*.home #content{
    display: none;
}*/

#content > .content .content-main{
    z-index: 2;
    background-color: #fff;
    position: relative;
    /*text-align: center;*/
    padding: 32px;

    box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
}

/*#content .content-main{
    text-align: center;
}*/
/*
.id-custom-header-wrapper ~ #content > .content{
    margin-top: -20px;
}

@media only screen and (min-width:768px){
    .id-custom-header-wrapper ~ #content > .content{
        margin-top: -100px;
    }
}*/

/**
* -----------------------------------------------------------------------------
*
* custom header
*
* -----------------------------------------------------------------------------
*/

.id-custom-header-page-title{
    font-size: 2em;
}

@media only screen and (min-width:768px){
    .id-custom-header-page-title{
        font-size: 3em;
    }
}

.id-custom-header-video-background{
    top: -100px;
}


/**
* -----------------------------------------------------------------------------
*
* content equal height
*
* -----------------------------------------------------------------------------
*/

@media only screen and (min-width:992px){
    #content > .content > .row{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

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

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

.id-post-title > h1 {

}

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


a {
    color: #fff;
}

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


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


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

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

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

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: 768px) {
    .navbar-logo {
        width: 195px;
    }
    .scroll-small .navbar-logo {
        width: 195px;
        padding: 10px;
    }
}

@media screen and (min-width: 992px) {
    .navbar-logo {
        width: 250px;
        padding: 20px;
    }
    .scroll-small .navbar-logo {
        width: 195px;;
        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: #999;
}

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

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

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

.nav-collapse-xx .navbar-offcanvas,
.navbar-offcanvas {
    background-color: #fff;
}

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

.navbar-search-toggle[aria-expanded="true"],
.search-toggle[aria-expanded="true"] {
    background-color: #fff !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;
    }
}


/*
* ----------------------------------------------------------------
*
* input group
*
* ----------------------------------------------------------------
*/
.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.navbar-join-now {
    float: left;
}


@media only screen and (min-width:768px){
    .navbar-toggle.navbar-join-now {
        float: right;
    }
}

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

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

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

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


    .navbar-toggle.navbar-join-now {
        padding: 23px 15px;
        float: right;
    }

    .scroll-small .navbar-toggle.navbar-join-now {
        padding: 13px 15px;
    }

}

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


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

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

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

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

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

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

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

/**
* -----------------------------------------------------------------------------
*
* nav-collapse-xx
*
* -----------------------------------------------------------------------------
*/
.nav-collapse-xx .navbar-nav > li > a{
    padding: 15px 20px;
}

.nav-collapse-xx .id-telephone-label{
    display: none;
}

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



/*ul.id-unordered-list {
    list-style-position: inside;
}*/


/**
* -----------------------------------------------------------------------------
*
* list group
*
* -----------------------------------------------------------------------------
*/
.list-group{
    box-shadow: none
}
.list-group-item{
    border: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.list-group-item:not(:last-of-type){
    border-bottom: 1px dashed rgba(0,0,0,0.10);
}

/**
* -----------------------------------------------------------------------------
*
* ordered list group
*
* -----------------------------------------------------------------------------
*/
ol.id-ordered-list>li::before{
    background-color: transparent;
    color: #ccc;
    font-weight: bold;
    font-size: 1em;
    margin-top: -15px;
    margin-left: -8px;
    width: 25px;
    height: 25px;
    padding: 7px;
}

/*ul.id-unordered-list>li,*/
ol.id-ordered-list>li {
    padding-left: 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: #fff;
}

@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,
    /*@OPEN*/
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>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: rgba(0,0,0,0.15);
        color: #fff;
    }
}



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

.navbar-inverse {
    background-color: #222;
    border-color: #111;
    box-shadow: 0 3px 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: rgba(0, 0, 0, 0.05);
    box-shadow: none;
    border: 0;
}

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


    /*@ACTIVE*/
    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:focus,
    .navbar-inverse .navbar-nav>.active>a:hover,

    /*@OPEN*/
    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover,
    /*@DEFAULT */
    .navbar-inverse .navbar-nav > li.active > a,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: rgba(0,0,0,0.15);
        color: #fff;
    }
}


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

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

.dropdown-menu>.active>a {}

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

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


.navbar-nav .open .dropdown-menu li a,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
    padding: 15px 20px;
}

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

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

/**
* -----------------------------------------------------------------------------
*
* .dropdown-header
*
* -----------------------------------------------------------------------------
*/
.dropdown-sub-menu{
    list-style: none;
    padding: 0;
}
.dropdown-header{}
.dropdown-header label::after{
    content: '';
    display: block;
    width: auto;
    border-bottom: 3px solid rgba(0,0,0,0.05);
    margin-top: 10px;
}
.dropdown-header label{
    font-size: 1em;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    margin: 0;
}

.navbar-nav .open .dropdown-menu .dropdown-sub-menu li a{
    display: block;
    padding: 10px;
}
.navbar-nav .open .dropdown-menu .dropdown-sub-menu li:not(:last-of-type){
    border-bottom: 1px dashed rgba(0,0,0,0.05);
}

/**
* -----------------------------------------------------------------------------
*
* post thumbnail
*
* -----------------------------------------------------------------------------
*/
.post-thumbnail-wrapper {
    position: relative;
    margin: 1em auto;
}

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

@media only screen and (min-width:600px){}
@media only screen and (min-width:768px){}
@media only screen and (min-width:992px){}
@media only screen and (min-width:1200px){}
.post-thumbnail-wrapper > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

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

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

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

/*@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(255,255,255,0.15);
    color: #fff;
}


#footer .widget a {
    color: orange;
}

#footer .widget a:hover,
#footer .widget a:focus,
#footer .widget a:active {
    color: rgba(255,255,255,0.75);
    text-decoration: underline;
}

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

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

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

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


@media only screen and (min-width:992px){
    .footer .navbar-nav > li > a{
        padding: 32px 15px;
    }
}

.footer .navbar .navbar-nav > .active > a,
.footer .navbar-default .navbar-nav > li > a:hover,
.footer .navbar-default .navbar-nav > li.active > a,
.footer .navbar-default .navbar-nav > li > a:focus,
.footer .nav>li>a:focus,
.footer .nav>li>a:active,
.footer .nav>li>a:hover{
    color: #fff;
    background-color: rgba(0,0,0,0.15);
}

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

.footer.navbar{
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    background-color: transparent;
}

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

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

    border-radius: 2px;
}

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

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

input[type="submit"],
input[type="button"],
.btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: white;
    border-radius: 2px;

    white-space: normal;
    padding: 10px 15px;
}

@media only screen and (min-width:768px){
    input[type="submit"],
    input[type="button"],
    .btn-primary {
        white-space: nowrap;
        padding: 10px 30px;
    }
}

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

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

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

    border-width: 2px;
}

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

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

    border-width: 2px;
}

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



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

.download-link {
    margin-bottom: 10px;
}

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


/**
* -----------------------------------------------------------------------------
*
* module
*
* -----------------------------------------------------------------------------
*/
/*.module-wrapper .module-title{
    font-weight: bold;
    padding-bottom: 32px;
}*/

.module-wrapper .module-excerpt{
    padding-bottom: 32px;
}

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

/**
* -----------------------------------------------------------------------------
*
* factory showcase
*
* -----------------------------------------------------------------------------
*/
@media only screen and (min-width:768px){
    .factory-showcase .module-content{
        padding: 10%;
    }
}


/*
* ----------------------------------------------------------------
*
* Application Form
*
* ----------------------------------------------------------------
*/
form h3 {
    color: #B23B16;
    font-weight: 600;
}

fieldset input.wpcf7-number {
    height: 36px;
    width: 100%;
    padding: 1ex;
}

fieldset {
    padding: 15px;
    border: 1.5px solid rgba(125,125,125,0.25);
    /*border: 1px dashed rgba(125,125,125,1);*/
    /*background-color: #f1f1f1;*/
    margin-bottom: 25px;

}

fieldset > legend{
    padding: 0 10px;
}

fieldset p > label,
fieldset > label {
    width: 100%;
}

fieldset input,
fieldset p > label span,
fieldset > label span {
    font-weight: 400;
}

span.wpcf7-list-item {
    width: 100%;
    padding: 5px 0;
}

@media screen and (min-width: 768px) {
    span.wpcf7-list-item {
        width: 45%;
    }
}

span.wpcf7-list-item-label {
    font-weight: normal;
}

/**
* -----------------------------------------------------------------------------
*
* table responsive
*
* -----------------------------------------------------------------------------
*/

.wp-block-table table{}
.wp-block-table table td{
    vertical-align: top;
    padding: 20px;
}

.wp-block-table table td:first-of-type {
    min-width: 250px;
}

.wp-block-table table td ul{
    background-color: transparent;
    list-style: disc;
    margin: 15px 0;
}

.wp-block-table table td ul.id-unordered-list>li{
    background-color: transparent;
    list-style: disc;
    list-style: outside;
    padding-left: 0 !important;
    margin-left: 20px;
    display: list-item !important;
}

.wp-block-table table td ul.id-unordered-list>li::before {
    content: none;
}

@media only screen and (max-width: 767px) {
    .wp-block-table {
        overflow: hidden;
        overflow-x: scroll;
        display:block;
    }
    .wp-block-table td {
        display: block;
    }
}

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