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

.traralgon-college-blue-navy {
    color: #2D3259;
}

.traralgon-college-blue-sky {
    color: #A1C7E9;
}


html {
    font-size: 1em;
}

body {
    position: relative;
    min-height: 100%;
    top: 0px;
    padding-top: 0;
    background-color: #fcfcfc;
    /*color: #222;*/
    color: #2d3259;
    font-weight: 400;
    font-family:  -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: 0;
    }
}



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



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

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

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

@media screen and (min-width: 992px) {
    .page-template-page-home .id-post-title > h1 {
        text-align: right;
    }
}

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


a {
    color: #2D3259;
}

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

ol.id-ordered-list>li, 
ul.id-unordered-list>li {
    margin-bottom: 0;
    padding-left: 2.25em;
    border: 1px solid transparent;
    border-bottom: #A1C7E9 1px dashed;
}

ul.id-unordered-list>li::before {
    color: #A1C7E9;
}


/*
* -----------------------------------------------------------------------------
*
* Header after
*
* -----------------------------------------------------------------------------
*/

.id-custom-header-page-title::after,
.id-client-display-tagline::after,
.id-slideshow-title::after ,
.module-feature-title::after ,
.module-title::after ,
.id-post-title > h1::after {
    content: '';
    display: block;
    width: 150px;
    margin: 1ex auto;
    border-top: 6px #A1C7E9 solid;
}

.id-post-title > h1::after {
    margin-left: 0;
}

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

    .id-feature-page-right .id-post-title > h1::after {
        margin-left: 0;
    }
}


.id-feature-pages.factory-grid .module-feature-title::after {
    content: none;
}


.id-feature-pages.factory-grid .module-spacer {
    display: none;
}

.module-cover.factory-grid .module-title::after {
    margin-left: auto; 
}

.id-custom-header-page-title::after {
    margin-right: 0; 
}


@media screen and (min-width: 992px) {
    .factory-showcase .module-item:nth-child(even) .module-title::after,
    .id-align-caption-right .id-slideshow-title::after ,
    .page-template-page-home .id-post-title > h1::after {
        margin-right: 0;
        margin-left: auto;
    }

    .id-client-display-tagline::after,
    .factory-showcase .module-item:nth-child(odd) .module-title::after,
    .id-align-caption-left .id-slideshow-title::after ,
    .id-post-title > h1::after {
        margin-right: auto;
        margin-left: 0;
    }
}

/*
* -----------------------------------------------------------------------------
*
* Navbar Main Menu
*
* -----------------------------------------------------------------------------
*/

@media screen and (max-width: 767px) {
    nav.college-main-menu {
        border-color: #2D3259;
        text-align: center;
    }

    nav.college-main-menu .navbar-header {
        background-color: #2D3259;
        text-align: center;
    }

    nav.college-main-menu .navbar-logo {
        width: 100px;
        padding: 10px;
        display: inline-block;
    }

    nav.college-main-menu .navbar-logo > img {
        top: 10px;
        left: 0;
        right: 0;
    }

    nav.affix.college-main-menu .navbar-logo {
        width: 75px
    }

    nav.affix.college-main-menu .navbar-logo > img {
        position: static;
    }

    nav.college-main-menu .navbar-toggle.navbar-search-toggle {
        display: none;
    }

    nav.college-main-menu .navbar-toggle {
        float: left;
    }

    nav.college-main-menu .navbar-toggle.navbar-phone-icon {
        float: right;
    }
}

/*
* -----------------------------------------------------------------------------
*
* Navbar Qwik Links
*
* -----------------------------------------------------------------------------
*/

@media screen and (max-width: 767px) {
    nav.tc-qwik-links {
        display: none;
    }
}

/*
* -----------------------------------------------------------------------------
*
* id-contact-panel Affix
*
* -----------------------------------------------------------------------------
*/
.id-contact-panel-content {
    font-size: 80%;
    padding: 5px 15px;
}


/*
* -----------
* RESET and align
* -----------
*/

.id-contact-panel > *,
.id-contact-panel .well-lg,
.id-contact-panel address,
.id-contact-panel ul,
.id-contact-panel ul>li,
.id-contact-panel p,
.id-contact-panel .id-client-centre-class > *,
.id-contact-panel .id-client-centre-class address > * {
    display: inline-block;
    padding: 0;
    margin: auto;
    vertical-align: middle;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.id-contact-panel .id-client-centre-class >  .id-social-media,
.id-contact-panel .id-client-centre-class address >  .id-client-display-phone,
.id-contact-panel .id-client-centre-class address >  .id-client-display-email,
.id-contact-panel .id-pop-up-trigger-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    font-weight: 600;
    font-size: 1rem;
}

@media only screen and (min-width:992px){
    .id-contact-panel .id-client-centre-class >  .id-social-media,
    .id-contact-panel .id-client-centre-class address >  .id-client-display-phone,
    .id-contact-panel .id-client-centre-class address >  .id-client-display-email,
    .id-contact-panel .id-pop-up-trigger-wrapper {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}


.id-contact-panel {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .id-contact-panel {
        text-align: right;
    }
}




/*
* -----------------------------------------------------------------------------
*
* #Navbar-nav Affix
*
* -----------------------------------------------------------------------------
*/

nav.affix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 1010;
    -webkit-transition: all .5s ease-in-out .5s;
    transition: all .5s ease-in-out .5s;
}
@media only screen and (min-width:992px){
    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: 80px;
}

/*
* -----------------------------------------------------------------------------
*
* 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 {
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-logo > img {
    position: absolute;
    top: -75px;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 1030;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.affix .navbar-logo > img {
    /*position: static;*/
    top: 10px;
}

.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;
    }
    .affix .navbar-logo {
        width: 95px;
        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;
}
@media screen and (max-width: 991px){
    .nav-collapse-md .id-navbar-close {
        float: left;
        z-index: 9999;
        position: relative;
    }
}

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

@media only screen and (min-width:768px){
    .navbar-toggle .fa:before {
        color: #2D3259;
    }    
}

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


@media screen and (max-width: 991px) {
    .nav-collapse-md .nav>li.menu-item-toggle {
        float: none;
    }
}


.nav-collapse-md .nav>li.menu-item-toggle .btn-navbar-default{
    color: #2D3259;
    background-color: transparent;
}
.nav-collapse-md .nav>li.menu-item-toggle .btn-navbar-default:hover,
.nav-collapse-md .nav>li.menu-item-toggle .btn-navbar-default:focus,
.nav-collapse-md .nav>li.menu-item-toggle .btn-navbar-default:active
{
    background-color: rgba(0,0,0,0.15);
    color: #fff;
}

/*@media screen and (max-width: 767px){

    .nav-collapse-md .nav>li.menu-item-toggle {
        float: left;
        display: inline-block;
        width: 50%;
        margin-bottom: 15px;
    }

}*/

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

.college-main-menu .navbar-toggle,
.college-main-menu .navbar-widget-toggle,
.college-main-menu .navbar-search-toggle {
    margin: auto;
    line-height: 1;
    border: none;
}

.college-main-menu .navbar-widget-toggle > .fa,
.college-main-menu .navbar-search-toggle > .fa {
    font-size: 24px;
}

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

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

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

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


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

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

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

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

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

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




@media screen and (min-width: 992px) {
    .college-main-menu .navbar-nav > li > a  {
        padding: 29px 15px;
    }


    .affix.college-main-menu .navbar-nav > li > a {
        padding: 25px 15px;
    }

    .college-main-menu .navbar-widget-toggle,
    .college-main-menu .navbar-search-toggle {
        padding: 27px 20px;
    }
    .affix.college-main-menu .navbar-widget-toggle,
    .affix.college-main-menu  .navbar-search-toggle {
        padding: 22px 20px;
    }
}

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


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

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

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

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

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

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

@media screen and (min-width: 992px) {
    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: #A1C7E9;
    }
}

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

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

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

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

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


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

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

.dropdown-menu>.active>a {}

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


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

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

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

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

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




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

#footer {
    background-color: #2D3259;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 0;
    font-size: 80%;
    border-top: #A1C7E9 6px solid;
}


#footer h4.widgettitle {
    border-bottom: #A1C7E9 4px solid;
    color: #A1C7E9;
}


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

#footer .widget a:hover,
#footer .widget a:focus,
#footer .widget a:active {
    color: #A1C7E9;
    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: 1px dashed rgba(255,255,255,0.25);
}

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


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

/*
* -----------------------------------------------------------------------------
*
* # id-footer-widget-wrapper
*
* -----------------------------------------------------------------------------
*/

.id-footer-widget-row-01 .id-footer-widget-content {
    font-size: 0;
}

.id-footer-widget-row-01 .id-footer-widget-content > * {
    font-size: 16px;
    font-size: 1rem;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.id-footer-widget-wrapper .search.well-lg {
    background-color: rgba(0,0,0,0.0);
    border: none;
}


.id-footer-widget-content .logo img {
    width: 200px;
}


.id-footer-widget-row-01 .id-footer-widget-content {
    padding: 50px 15px 15px;
}

.id-footer-widget-row-02 .id-footer-widget-content {
    padding: 50px 15px 100px;
}


/*
* -----------------------------------------------------------------------------
*
* # Buttons
*
* -----------------------------------------------------------------------------
*/

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

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

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

input[type="submit"],
input[type="button"],
.btn-primary {
    background-color: #2D3259;
    border-color: #2D3259;
    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: #A1C7E9;
    border-color: #A1C7E9;
}

.btn-inverse,
.search-submit.btn-primary {
    background-color: #A1C7E9;
    border-color: #A1C7E9;
    color: white;
}


.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.search-submit.btn-primary:hover,
.search-submit.btn-primary:focus,
.search-submit.btn-primary:active {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2D3259;
    border-color: #2D3259;
    color: #fff;
}

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

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

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

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

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



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

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

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


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

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

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

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




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

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


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


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

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


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

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

/*
* ----------------------------------------------------------------
*
* ID Social Media icons
*
* ----------------------------------------------------------------
*/
.id-social-media .fa {
    display: inline-block;
    color: inherit;
    border-radius: 0;
    font-size: 1.35em;
    height: auto;
    width: auto;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    background-color: transparent;
}


/*
* ----------------------------------------------------------------
*
* 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: #A1C7E9;
    -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: 1000;
    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);
}

/*
* ----------------------------------------------------------------
*
* Sidebar
*
* ----------------------------------------------------------------
*/

.sidebar .menu,
.sidebar .sub-menu {
    padding: 0;
    list-style: none;
    padding-left: 0;
}

.sidebar .menu > li:first-child>a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.sidebar .menu > li:last-child>a {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.sidebar .menu > li {
    border-bottom: #A1C7E9 2px solid;
    padding: 1ex 0;
}

.sidebar .menu > li:last-child {
    border-bottom: none;
}

.sidebar .menu > li>a,
.sidebar .sub-menu > li>a {
    position: relative;
    display: block;
    padding: 15px;
    margin-bottom: -1px;
    background-color: #2D3259;
    color: #fff;
    border: 0 solid rgba(0,0,0,0);
    border-top: 1px solid rgba(255,255,255,0.1);
}


.sidebar .menu > li>a:hover,
.sidebar .menu > li>a:focus,
.sidebar .menu > li>a:active {
    background-color: #A1C7E9;
    color: #fff;
}


.sidebar .sub-menu > li>a::before {
    content: '\f105';
    font-family: fontAwesome;
    color: #A1C7E9;
    padding-right: 1ex;
}

.sidebar .sub-menu > li>a {
    background-color: #2D3259;
    color: #fff;
}

.sidebar .sub-menu > li>a:hover,
.sidebar .sub-menu > li>a:focus,
.sidebar .sub-menu > li>a:active {
    background-color: #A1C7E9;
    color: #fff;
}

.sidebar .menu > li>a::before {
    content: '';
    border: 10px solid transparent;
    border-right-color: #A1C7E9;
    border-bottom-color: #A1C7E9;
    display: inline-block;
    float: right;
    -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;
}


.sidebar .menu > li>a:hover::before {
    border-color: transparent;
    border-left-color: #fff;
    -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-slide-item {
    height: 450px;
    width: 100%;
}
.id-slide-before.before-id-align-caption-left,
.id-slide-after.after-id-align-caption-left {

}

.id-slideshow-caption {
    background-color: rgba(255,255,255,0.75);
}

.id-slideshow-caption::after {
    content: '';
    border: 15px solid transparent;
    border-left-color: #A1C7E9;
    border-top-color: #A1C7E9;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    right: auto;
    bottom: auto;
}

@media screen and (min-width: 768px) {
    .carousel .id-slideshow-caption {
        padding: 15px 30px !important;
    }
}

/*
* ----------------------------------------------------------------
*
* .id-custom-header
*
* ----------------------------------------------------------------
*/

.custom-header-content {
    width: 100%;
    padding-bottom: 2em;
    text-align: right;
}

.id-custom-header {
    left: auto;
    right: 0;
    -ms-flex-pack: end;
    -o-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-align: end;
    -o-align-items: flex-end;
    -ms-align-items: flex-end;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
@media screen and (min-width: 992px) {
}

.id-custom-header-page-sub-title {}

/*
* ----------------------------------------------------------------
*
* Angles
*
* ----------------------------------------------------------------
*/

#content {
    position: relative;
}

.publication .module-thumbnail:after,
.post-thumbnail-wrapper::after,
.factory-showcase.program-wrapper .module-body::before,
#content:before,
.id-custom-header-after,
.id-slide-after:before {
    content: '';
    position: absolute;
    left: 0;
    right: 66%;
}

.publication .module-thumbnail:after,
.post-thumbnail-wrapper::after,
.factory-showcase.program-wrapper .module-body::before,
#content:before,
.id-custom-header-after,
.id-slide-after:before {
    bottom: -1px;
    border-bottom: rgba(161, 199, 233, 0.5) 300px solid;
    border-left: 0vw solid transparent;
    border-right: 66vw solid transparent;
}


.id-custom-header-after {
    right: 66.6666%;
    border-right: 45vw solid transparent;
}

#content:before {
    right: 66.6666%;
    border-right: 33.3333vw solid transparent;
}

.factory-showcase.program-wrapper .module-body::before {
    left: 66.6666%;
    right: 0;
    border-left: 33.3333vw solid transparent;
}
.publication .module-thumbnail:after,
.post-thumbnail-wrapper::after  {
    left: auto;
    right: 0;
    border: 100px solid transparent;
    border-bottom: 100px solid rgba(161, 199, 233, 0.5);
    border-right: 100px solid rgba(161, 199, 233, 0.75);
}


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


.id-custom-header-before,
.id-slide-before:after {
    bottom: -1px;
    border-bottom: #fcfcfc 150px solid;
    border-right: 0vw solid transparent;
    border-left: 100vw solid transparent;
}


.id-custom-header-before {
    border-bottom-width: 250px;
}


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

.id-feature-pages-footer-before {
    border-top: #A1C7E9 6px solid;
}

.id-feature-pages-footer-before >.module-section,
.id-feature-pages-footer-before .module-canvas,
.id-feature-pages-footer-before .module-outer {
    padding: 0;
    width: 100%;
    margin: auto;
}

.module-cover .module-inner {
    position: relative;
}

.module-cover .module-button {
    pointer-events:auto;
}

.module-cover .module-body {
    pointer-events: none;
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    text-align: center;
    width: auto;
    background-color: rgba(255,255,255,0.65);
    z-index: 100;
}

.module-cover .module-content {
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -o-align-content: center;
    -ms-align-content: center;
    -moz-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-pack: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.module-cover .module-content>* {
    width: 100%;
}

.module-cover .module-title + .module-spacer {
    display: none;
}

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

.module-inner:hover .module-overlay {
    background-color: rgba(161, 199, 233, 0.85);
    /*background-color: rgba(47, 53, 91, 0.5);*/
    background-image: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}


.module-inner  .module-overlay .fa {
    font-size: 16px;
    font-size: 1rem;
}

.module-inner  .module-overlay .fa::before {
    background-color: transparent;
    border-color: transparent;
    color: white;
    /*font-size: 5em;*/
    opacity: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.module-inner:hover .module-overlay .fa::before,
.module-inner:active .module-overlay .fa::before,
.module-inner:focus .module-overlay .fa::before {
    opacity: 1;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}


/*
* -----------------------------------------------------------------------------
*
* _type-page
*
* -----------------------------------------------------------------------------
*/

.type-page .module-feature-title {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.75);
    margin: auto;
    font-size: 100%;
}

/*
* -----------------------------------------------------------------------------
*
* _type-program
*
* -----------------------------------------------------------------------------
*/


.module-button {
    padding-top: 15px !important;
}

@media screen and (min-width: 992px) {
    .program-wrapper .module-thumbnail::before {
        padding-bottom: 66%;
    }

    .program-wrapper .module-body {
        padding: 5%;
    }

}

/*
* ----------------------------------------------------------------
*
* Contact Store location
*
* ----------------------------------------------------------------
*/
.id-cc-store-location-inner {
    border-top: #A1C7E9 solid 15px;
}

.id-custom-header-page-sub-title,
.id-client-display-tagline,
.id-cc-store-location-inner .id-store-tagline {
    font-style: italic;
    letter-spacing: 0.2pt;
    font-family: georgia, times, palatino, serif;
}

.id-client-display-tagline {
    letter-spacing: 2pt;
}

.id-cc-store-location-inner .id-store-tagline {
    font-size: 0.85em;
}

.id-cc-store-location-inner .id-client-display-building {
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 2pt;
    font-weight: 600;
    margin-bottom: 1em;
    padding-bottom: 1ex;
    border-bottom: 1px #2D3259 solid;
}

.active .id-cc-store-location-inner {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.active .id-cc-store-location-inner::before {
    content: '\f005';
    font-family: fontawesome;
    font-size: 2em;
    color: #A1C7E9;
    position: absolute;
    top: 5px;
    left: auto;
    right: 15px;
    bottom: auto;
}

/*
* ----------------------------------------------------------------
*
* Search
*
* ----------------------------------------------------------------
*/

.id-pop-up-canvas .search-input.form-control,
.id-search-box-container .search-input.form-control {
    background-color: transparent;
    box-shadow: none;
    border: none;
    color: #2d3259;
    font-size: 24px;
    height: 36px;
    padding: 1ex;
}

.id-search-box-container .glyphicon-search {
    border: none;
    color: #A1C7E9;
}

.id-search-box-container .well {
    background-color: transparent;
    margin: auto;
    border: none;
    border: 3px solid #2d3259;
    border-radius: 5px;
}

.id-search-box-container .search-input.form-control {

}


/**
* -----------------------------------------------------------------------------
*
* login form
*
* -----------------------------------------------------------------------------
*/
.id-login-form-wrapper{
    margin-bottom: 3em;
}

.id-login-form-wrapper .id-login-form{
    max-width: 600px;
    margin: 0 auto;
}

.id-login-form-wrapper form{
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#id-login-form .login-submit,
#id-login-form .login-lostpassword{
    display: inline-block;
    width: auto;
    margin-right: 15px;
}

.login-remember label{
    color: #222;
}

.id-pop-up-canvas .modal-content input[type="submit"]{
    color: #fff;
}



/*
* ----------------------------------------------------------------
*
* _Translate
*
* ----------------------------------------------------------------
*/

.modal #flags,
.modal #flags .ui-sortable {
    width: 100%;
    margin: 0;
    padding: 0;
}

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

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

.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;
        -moz-background-size: contain;
        -ms-background-size: contain;
        -o-background-size: contain;
        background-size: contain;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*
* ----------------------------------------------------------------
*
* pulications wrapper
*
* ----------------------------------------------------------------
*/
.id-publications-wrapper .publication .module-thumbnail::before{
    padding-bottom: 100%;
}
.id-publications-wrapper .module-inner:hover .module-overlay {
    background-color: rgba(161, 199, 233, 0.25);
}
.id-publications-wrapper.module-cover .module-body {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: transparent;    
}

/**
* -----------------------------------------------------------------------------
*
* principal team
*
* -----------------------------------------------------------------------------
*/
.id-principal-team-wrapper .module-content{
    text-align: center;
    justify-content: center;
}
.id-principal-team-wrapper .module-spacer{
    display: none;
}


/**
* -----------------------------------------------------------------------------
*
* search result
*
* -----------------------------------------------------------------------------
*/
@media only screen and (min-width:992px){

    .search-results .content-main .module-thumbnail{
        width: 30%;
        max-width: 30%;
        min-width: 30%;
    }
    /*.search-results .content-main .module-body{
        width: 100%;
        max-width: 100%;
        min-width: 100%;   
    }*/
    .search-results .content-main .module-thumbnail + .module-body{
        width: 70%;
        max-width: 70%;
        min-width: 70%;
    }
}
.search-results .content-main .module-content .module-title::after{
    margin-left: 0;
}

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