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

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

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


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

html {
    font-size: 1em;
}

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

@media only screen and (min-width: 375px){
    body {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 768px){
    body {
        padding-top: 60px;
    }
}



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




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

.content-main{
    padding: 30px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    /*font-weight:  700;*/
    /*text-transform: uppercase;*/
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 1px;
}

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

.id-post-title h1 {
    color: #211c68;

    font-size: 2.5em;
    padding-bottom: 15px;
    border-bottom: #211c68 2px solid;
}

a {
    color: #211c68;
}

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


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

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

h4.widgettitle {
    font-weight: 600;
    padding-bottom: 1ex;
    padding: 1ex 0ex;
    margin: 0px 15px;
    width: auto;
    margin-bottom: 0px;
}

.id-unordered-list span {
    color: inherit !important; 
}


/*
* -----------------------------------------------------------------------------
*
* #custom Page Header
*
* -----------------------------------------------------------------------------
*/
.id-custom-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.id-custom-header-page-title {
    text-transform: none;
}

.custom-header-content {
    float: left;
    display: block;
    padding: 15px;
    text-shadow: 0 0 5px rgba(0,0,0,0.75);
    background-color: rgba(0,0,0,0.35);
    color: #fff;
}

.single-key-speaker .id-custom-header-wrapper,
.single-office-bearer .id-custom-header-wrapper {
    background-position: top center;
    background-size: contain;
    background-attachment: initial;
}

/*
* -----------------------------------------------------------------------------
*
* #Feature Slider
*
* -----------------------------------------------------------------------------
*/

.id-slideshow-caption-outer{
    text-align: center;
}

.carousel .id-slideshow-caption h1,
.carousel .id-slideshow-caption h2,
.carousel .id-slideshow-caption h3,
.carousel .id-slideshow-caption h4,
.carousel .id-slideshow-caption h5,
.carousel .id-slideshow-caption h6 {
    text-shadow: 0 0 5px rgba(0,0,0,0.75);
}

/*.carousel .id-slideshow-caption {
    background-color: transparent;
}*/

.carousel .id-slideshow-caption h2 {
    font-size: 2.5em;
    text-transform: none;
}

.id-slide-item {
    height: 320px;
}

.carousel .carousel-indicators {
    top: auto;
    bottom: 20px;
}

@media screen and (min-width: 768px) {
    .id-slide-item {
        height: 380px;
    }
}

@media screen and (min-width: 992px) {
    .id-slide-item {
        height: 380px;
    }
}


/*
* -----------------------------------------------------------------------------
*
* #Owl Carousel
*
* -----------------------------------------------------------------------------
*/

.id-awesome-carousel-inner .owl-carousel .owl-item img {
    max-height: 80px;
    padding-left: 20px;
    padding-right: 20px;
}

.id-affiliate-carousel-wrapper{
    background-color: #fff;
}

/*
* -----------------------------------------------------------------------------
*
* header
*
* -----------------------------------------------------------------------------
*/
header.header{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}


.header .id-below-navigation-text-wrapper{
    color: #fff;
    text-align: center;
    background-color: #211c68;
}

.header .id-below-navigation-text-wrapper h4{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 0.7em;
    margin: 10px 0;
}

@media only screen and (min-width: 375px){
    .header .id-below-navigation-text-wrapper h4{
        font-size: 0.8em;
    }
}

@media only screen and (min-width: 768px){
    .header .id-below-navigation-text-wrapper h4{
        font-size: 0.9em;
    }
}

/*
* -----------------------------------------------------------------------------
*
* # Navbar
*
* -----------------------------------------------------------------------------
*/
.navbar{
    min-height: 64px;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    color: #e6ac41;
    background-color: transparent;
}

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

/*
* -----------------------------------------------------------------------------
*
* Navbar Logo
*
* -----------------------------------------------------------------------------
*/
.navbar-brand,
.navbar-logo  {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1em;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.5px;
    max-width: 80%;
    display: inline-block;
    padding-left: 15px;
    margin:0;
    height: 100%;
}
.navbar-brand a,
.navbar-logo a{
    width: 100%;
    display: inline-block;
}

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

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

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #211c68;
}

@media screen and (min-width: 375px) {
    .navbar-brand,
    .navbar-logo {
        max-width: 100%;
        padding-left: 15px;
        padding-top: 22px;
    }
}

@media screen and (min-width: 768px) {
    .navbar-brand,
    .navbar-logo{
        font-size: 1.2em;
        padding: 18px;
        max-width: 100%;
    }
}


.id-left-sidebar .id-client-centre-class > .logo > a > img,
.id-right-sidebar .id-client-centre-class > .logo > a > img {
    margin: auto;
    /*max-width: 80%;*/
    max-width: 200px;
    padding: 30px 0 0 0;
}

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

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

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

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

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

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

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

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

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

    .scroll-small .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 25px 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-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-bottom: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.navbar-default .navbar-nav>li>a {
    color: #211c68;
    border-top: transparent 7px solid;
    border-bottom: transparent 7px solid;
}

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

    /*@ACTIVE*/ 
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover 
    /*@DEFAULT */
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li.active > a,
    .navbar-default .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #211c68;
        border-bottom: #e6ac41 7px solid; 
    }
}

/*
* -----------------------------------------------------------------------------
*
* #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 {
    border: 0;
}

.dropdown-menu > li > a {
    color: #211c68;
    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: transparent;
    color: #e6ac41;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #e6ac41;
    background-color: transparent;
}

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

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

@media (max-width: 767px) {

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #211c68;
        padding: 10px 25px;
        word-wrap: break-word;
        white-space: pre-wrap;
    }

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

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

@media (max-width: 1199px) {
    .navbar-nav .open .dropdown-menu {
        background-color: #e7e7e7;
        color: #211c68;
    }
}

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

/*
* -----------------------------------------------------------------------------
*
* # Content
*
* -----------------------------------------------------------------------------
*/
#content{
    padding-top: 0;
    padding-bottom: 0;
}

#content .content{
    background-color: #fff;
}

/*
* -----------------------------------------------------------------------------
*
* # Bearers
*
* -----------------------------------------------------------------------------
*/

.office-bearer-wrapper .item.module-item .module-body .module-content h4{
    font-family: -apple-system, BlinkMacSystemFont,
        "Segoe UI", "Roboto", "Oxygen",
        "Ubuntu", "Cantarell", "Fira Sans",
        "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1.2em;
    text-align: center;
    font-style: normal;
    color: #211c68;
    padding: 0;
    margin-bottom: 8px;
}

.office-bearer-wrapper .item.module-item .module-body .module-content{
    padding: 20px 5px;
}

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

#footer {
    background-color: #0c083d;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 0;
    font-size: 80%;
}
#footer h4.widgettitle {
    border-bottom: 1px solid rgba(255,255,255, 0.3);
    color: #fff;
    font-family: inherit;
    margin: 0px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#footer a {
    color: #e6ac41;
}

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

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

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

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

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

.footer .id-client-centre-class > .logo > a > img {
    margin: auto;
    max-width: 30%;
}

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

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

@media (min-width: 992px){
    .footer .id-dynamic-widget-item{
        padding-right: 30px;
    }

    .footer .id-client-centre-class > .logo > a > img{
        max-width: 60%;
    }
}
/*
* -----------------------------------------------------------------------------
*
* # 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;
}

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: #211c68;
    border-color: #211c68;
    color: white;
    text-transform: none;
}

.btn-inverse {
    background-color: #e6ac41;
    border-color: #e6ac41;
    color: white;
    text-transform: none;
}

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

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #211c68;
    border-color: #211c68;
}

/* Default */
.btn-primary {
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #009ED2 0%, #007DA7 100%);
}

/* Hover */
.btn-primary:hover {
    background-position: 0 -15px;
}



/*
* ----------------------------------------------------------------
* 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: #211c68;
    border-color: #211c68;
}

.ddownload-button.button-blue:hover,
.ddownload-button.button-blue:focus {
    background-color: #e6ac41;
    border-color: #e6ac41;
    color: #fff !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;
}


/*
* -----------------------------------------------------------------------------
*
* Widget
*
* ----------------------------------------------------------------------------
*/

.sidebar .widget > div {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
}

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

.id-left-sidebar-content .id-client-display-email{
    text-align: center;
}
/*
* -----------------------------------------------------------------------------
*
* @Large Google MAP
*
* ----------------------------------------------------------------------------
*/

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


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

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

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

.id_scroll_top.id-scroll-top-icon:hover,
.id_scroll_top.id-scroll-top-icon:focus,
.id_scroll_top.id-scroll-top-icon:active {
    background-color: #e6ac41;
    -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);
}



/*
* ----------------------------------------------------------
*
* Module Factory
*
* ----------------------------------------------------------
*/

.module-section-header {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-style: italic;
    font-size: 1em;
    color: #211c68;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: #211c68 1px solid;
}

.module-inner {
    box-shadow: none;
}

.module-title {
    font-family: inherit;
    text-transform: none;
}
.module-canvas {
    margin: auto;
}
.factory-grid .module-thumbnail:hover {
    background-color: #e6ac41;
}
.module-term-header {
    margin: 0px auto;
    background-color: #fff;
}
.sidebar-widget .module-term-header {
    width: auto;
    padding: 0px;
}

/*.id-events-page .module-section,
.home-page-events .module-section {
    background-color: #fff;
} */

article.type-page .module-section {
    padding: 0px;
}
.body-wrapper > .module-term-header {
    text-transform: uppercase;
}
@media(max-width: 767px){
    .module-thumbnail {
        margin: 15px;
        width: auto;
    }
}
.factory-grid h4.loop-title {
    text-align: center;
}

/*
* ----------------------------------------------------------
*
* Events
*
* ----------------------------------------------------------
*/

.id-events-page .module-section{
    background-color: #fff;
}
.id-events-page .module-section .row{
    margin: auto;
}
.id-events-page .module-title{
    font-size: 1.2em;
    color: #211c68;
}

.id-events-page .module-content {
    text-align: center;
}
.id-events-page .module-item .module-thumbnail::before {
    padding-bottom: 130%;
}

/*
* ----------------------------------------------------------
*
* Key Speakers
*
* ----------------------------------------------------------
*/

.id-event-page-speaker .module-section {
    background-color: #fff;
}
.id-event-page-speaker .module-section-header {
    margin: 0px 15px;
}
.factory-showcase .module-section-header {
    margin-left: 0px;
}

.module-content .module-title,
.id-current-bearers .module-title,
.id-event-page-speaker .module-title{
    font-size: 1.3em;
    color: #211c68;
    text-align: center;
    padding:0 15px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.module-content .module-subtitle,
.id-current-bearers .module-subtitle,
.id-event-page-speaker .module-subtitle{
    font-family: inherit;
    font-weight: normal;
    color: #211c68;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}

.id-event-page-speaker .module-excerpt{
    font-size: 1em;
}

.module-button{
    text-align: center;
}
.speaker-details li{
    border: 0;
    padding: 5px 15px;
}
.speaker-details li > label{
    margin-right: 10px;
    margin-bottom: 0;
}


/*
* ----------------------------------------------------------
*
* Booking Form Download Button
*
* ----------------------------------------------------------
*/

.id-booking-form-button {
    text-align: center;
    padding-bottom: 50px;
}

.id-booking-form-button .btn {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-style: italic;
    font-size: 1.5em;
    padding: 30px;
}
.id-booking-form-button-wrapper .id-booking-form-button-content {
    background-color: #fff;
}



/*
* ----------------------------------------------------------
*
* Event Calendar Widget
*
* ----------------------------------------------------------
*/
.sidebar h4.widgettitle {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-style: italic;
    font-size: 1.5em;
    color: #211c68;
    border-bottom: #211c68 1px solid; 
    max-width: 100%;
} 

.sidebar .eo-events-widget li::before {

    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    /*font-size: 48px;*/
    font-size: 32px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    content: "\f073";
    color: #fff;
    border-radius: 50%;
    height: 2.5em;
    width: 2.5em;
    text-align: center;
    padding: 0.75em 0.5em;
    vertical-align: middle;
    margin: 10px auto;
    background-color: rgba(0,0,0,0.35);

}


.sidebar #eo_event_list_widget-4 .eo-events-widget:before{
    content: '\f0f5';
}


.sidebar .eo-events-widget {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-style: italic;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    background-color: #211c68;
    padding: 10px;
    margin: 15px;
    border-radius: 4px;
}

.sidebar .eo-events-widget li{
    font-size: 0.8rem;
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.4);
}

.sidebar .eo-events-widget li:last-child{
    border-bottom: none;
}

.sidebar .eo-events-widget li p{
    font-family: -apple-system, BlinkMacSystemFont,
        "Segoe UI", "Roboto", "Oxygen",
        "Ubuntu", "Cantarell", "Fira Sans",
        "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: normal;
    font-size: 1em;
    margin-top: 1ex;
    padding-top: 1ex;
}

.sidebar .eo-events-widget a {
    font-size: 1.35rem;
    color: #e6ac41;
    display: inline-block;
    width: 100%;
    margin-bottom: 1ex;
    padding-bottom: 1ex;
    border-bottom: 1px dashed rgba(128,128,128,.5);
}    
.sidebar .eo-events-widget a:hover {
    color: #fff;
}    

/*
* ----------------------------------------------------------
*
* Testimony Widget
*
* ----------------------------------------------------------
*/

.id-testimony-wrapper {
    background-color: #e6ac41;
    color: #fff;
    text-align: center;
}

.id-testimony {
    padding: 30px 15px;
}

.id-testimony-content h4 {
    text-transform: none;
    line-height: 1.5;
}

/*
* ----------------------------------------------------------
*
* id-services-call-to-action-wrapper
*
* ----------------------------------------------------------
*/

.id-footer-call-to-action-wrapper {
    background-color: #222;
    text-align: center;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.id-footer-call-to-action {
    padding-top: 50px;
    padding-bottom: 50px;
}

.id-footer-call-to-action h3 {
    font-size: 1.25em;
    letter-spacing: 2px;
}

.id-footer-call-to-action .id-client-address-widget  strong {
    color: #999;
}

.id-footer-call-to-action .id-client-display-phone {
    font-size: 2em;
    margin: 15px auto;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
}


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

.id-call-out .magic_widget_content {
    border-radius: 4px;
    background-color: #211c68;
    color: #fff;
    padding: 1em;    
    text-align: center;
} 

.id-call-out .magic_widget_content h3 a {
    color: #6c3;
    font-weight: 900;
}

.id-call-out .magic_widget_content  > i.fa[class*="fa-"] {
    text-align: center;
    font-size: 32px;
    font-size: 3rem;
    display: block;
    margin: 0.5ex auto;
}

.id-call-out .magic_widget_content  > i.fa[class*="fa-"],
.id-call-out .magic_widget_content a > i.fa[class*="fa-"] {
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    height: 2.5em;
    width: 2.5em;
    text-align: center;
    padding:  0.75em 0.5em;
    vertical-align: middle;
    margin: auto;
    background-color: rgba(0,0,0,0.35);
}
.id-call-out .magic_widget_content a .fa:before {
    color: #fff;
}
.id-call-out  .btn {
    margin: 1em auto 0;
}

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


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