/*
Theme Name: Corporate Challenge Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Boocoo
Author URI: https://boocoo.com.au
Description: Boocoo designed theme based on Divi
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.13.1.1535937128
Updated: 2018-09-03 01:12:08

*/

/*overrride font to device default*/
body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

/* right align top navigation */
@media only screen and (min-width: 768px) {
    #et-info {
        float: right !important;
    }
}


/* blog upgrades */
.hero-section {
    padding-top: 220px;
    padding-bottom: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-height: 650px;
    background-color: #333;
    background-position: center center;
}

    .hero-section a:link, .hero-section a:visited {
        color: #ccc;
    }

    .hero-section a:hover {
        color: #d32728;
    }

.single-post #main-content #left-area {
    padding-top: 0px;
}

/* ---- Sidebar Settings ---- */
/*.single #sidebar {
    background: #efefef;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}*/

/* ---- Standard Post Title & Post Meta ---- */
.single h1.entry-title, .attachment h1.entry-title, .single p.post-meta {
    margin: auto;
    width: 90%;
    max-width: 1080px;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 2px #111;
}

@media only screen and (min-width: 980px) {
    /*** Set title font size for desktop ***/
    .single h1.entry-title {
        font-size: 56px !important;
        text-shadow: 3px 3px 3px #111;
    }
}

.boocoo_post_row {
    transition: all 0.2s ease-in-out;
    border-bottom: 1px dotted #ccc;
}

    .boocoo_post_row::after {
        content: "";
        clear: both;
        display: table;
    }

.boocoo_post_image {
    width: 138px;
    float: left;
}

    .boocoo_post_image img {
        box-shadow: 1px 1px 8px #888888;
    }

.boocoo_post_content {
    width: 74%;
    float: left;
}
/*Style Read More Button on Blog*/
.boocoo_blog_list a.more-link {
    display: inline-block;
    background: #0e143b;
    font-weight: bold;
    color: #ffffff;
    width: 150px;
    padding: 5px 10px;
    text-align: center;
    margin: 20px auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: solid 2px #0e143b;
}

    /*Read More Button Hover Style*/
    .boocoo_blog_list a.more-link:hover {
        background: #f9f9f9;
        border: solid 2px #0e143b;
        color: #000000;
    }

#boocoo-search-programs {
    margin-left: 10px;
    padding: 0 10px;
    background-color: #fff;
    color: #0e143b !important;
    border: 1px solid #fff;
    border-radius: 15px 15px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

    #boocoo-search-programs a {
        color: #0e143b;
    }

    #boocoo-search-programs:hover {
        background-color: #0e143b;
        color: #fff;
    }

        #boocoo-search-programs:hover a {
            color: #fff;
        }




@media only screen and (max-width: 980px) {
    /*** mobile modifications ***/
    #boocoo-search-programs {
        display: none;
    }
}


/*#top-menu .menu-item:before {
    content: '|';
    position: absolute;
    right: 7px; 
} */

/*#top-menu .menu-item:last-child:before {
    content: '';
}*/

/*#top-menu .menu-item-has-children .sub-menu .menu-item:before {
    content: '';
}*/

.sub-menu li a {
    border-top: 1px solid #eee;
}

.slick-slide {
    background-color: white;
    vertical-align: middle;
    height: 96px;
    padding: 5px 5px;
    display: table-cell;
}

    .slick-slide > img {
        max-height: 86px;
        vertical-align: middle;
    }

    .colheight_570 {
        min-height: 400px;
    }

/** additonal Divi CSS **/
.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}

.boocooTB_Testi .et_pb_testimonial_portrait::before {
    border-radius: 0px 0px;
}

.boocooTB_Testi .et_pb_testimonial_portrait {
    /*height: 128px !important;
    width: 100% !important;*/
    background-position: center center;
    background-size: contain !important;
    background-color: #ffffff;
    border-radius: 0px 0px;
}

.et_pb_fullwidth_header_subhead {
    font-size: 18px;
}

.et_pb_testimonial {
    overflow: visible !important;
}

/* woocommerce - remove toolbar icon */
.et-cart-info{
      display: none;
}