/*
Theme Name: Coolaroo South PS Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.essendoncreative.com.au
template: bb-theme
*/

/* Add your custom styles here... */

body {
   /*background: #fffcf7;*/
}


.slider-home {
    /*max-height:500px;*/
}
.slider-home .fl-widget {
    margin-bottom:0;
}
.news-feed, .news-feed-alt1 {
    background: #7A7A7A;
    color: #fff;
    height:329px;
    margin-top:10px;
    margin: 10px 5px 0 5px;
}
.news-feed-alt1 {
    height:495px;
}
.fl-social-icons .fl-icon {
    color: #97073a;
}
.side-buttons .fl-col-content {
    min-height:494px;
}
.calendar {
    border: #d7e5f8 1px dashed;
    margin: 10px 10px 0 5px;
}

.fl-page-header-container {
    padding-bottom: 15px;
    padding-top: 15px;
}
/* Navigation */
.fl-page-nav-bottom .fl-page-nav-container {
    display:none;

}
.fl-page-nav-wrap {
    display: none;
}
.fl-page-bar {
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
    border-color: #ffffff;
    border-color: rgba(255,255,255,0.13);
    color: #ffffff !important;
    /*color: rgba(255,255,255,1);*/
    background: #97073a;
    /*background: #EC2C68;*/
}
.fl-page-bar-nav > li > a {
    padding: 5px 10px;
}

.fl-page-nav-bottom .fl-page-nav-wrap .navbar-nav > li > a {
    color: #FFF;
}
.fl-page-nav-bottom .fl-page-nav-wrap .navbar-nav > li > a:hover {
    /*color: #8dc741;*/
    /*text-decoration: underline;*/
}
.fl-page-nav-bottom .fl-page-nav-wrap .navbar-nav > li > a:hover {
    background: #fab040;
}

.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text {
    font-size: 22px;
    font-weight:400;
    margin: 0;
    color:#fab040;
}
.menu-item a {
    color:#fff !important;
}
.current-menu-item {
    background:#fff;
}
.current-menu-parent {
    background: rgba(255,255,255,.65) !important;
}
.current-menu-item a {
    color: #97073a !important;
}
.sub-menu li {
    padding-left:10px;
}
.foot-test {
    position:relative;
    min-height: 100px;
    /*margin-top: -50px;*/
    background: #fff;
    z-index:99;
    max-width:1200px;
    border-top: #97073a 1px dashed;
    margin-top:20px;


}
.footer-row {
    position:relative;
    color:#fff;
    min-height:200px;
    /*background-color: #484848;*/
    margin-top: -100px;
    z-index: 0;
}

iframe.tiqbiz {
   height:500px !important;
}


@media (min-width: 1100px) {
    body .fl-page {
        width: 1200px;
    }
    .fl-page-header .container {
        width: 1200px;
        margin: 0 auto;
        padding:0 !important;
    }
    /* Footer*/
    .fl-page-footer .container {
        width:1180px;
    }
}
