/*
Theme Name:     id-boilerplate-child
Theme URI:      http://imagedirect.com.au/
Description:    Image Direct Boilerplate
Author:         Thomas Chuntic of Image Direct
Author URI:     http://imagedirect.com.au/
Template:       wordpress-bootstrap-master
Version:        2.2.2
*/

/*@import url("../wordpress-bootstrap-master/style.css");*/

/* ================ DO NOT EDIT ABOVE THIS LINE ======================*/

/*=============================================================================
    Common Styles
==============================================================================*/
#wysiwyg_widgets_widget-7,
#wysiwyg_widgets_widget-4{
    font-family:'Roboto Slab', serif;
    font-weight: 700;
    color: #0354a5;
}

.post_content{
    font-size: 120%;
}
.post_content .lead{
    font-size: 120%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

input[type="submit"]{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);*/
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
    border-radius: 3px;
    border: 2px;
    padding: 8px 10px;
}


/*=============================================================================
    Header
==============================================================================*/
#logo{
    margin-top: 10px;
    margin-bottom: 5px;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {box-shadow: none;}

#header .menu > li > a, 
#header .menu > li > a:active, 
.navbar .nav > li > a, 
.navbar .nav > li > a:active{
    font-weight: 600 !important;
}


.dropdown-menu > li > a{ color: #fff; }
.navbar .dropdown-menu{
    /*background-color: #F7941E !important;*/
}
.navbar .dropdown-menu{
    margin: 0;
    border-radius: 0;
    border:0;
    box-shadow: none;
}

.navbar .dropdown-menu .menu-item.current-menu-item a{
    background-color: #F7941E;
}

.navbar .dropdown-menu .menu-item a{
    padding: 8px;
    margin: 0;
    font-weight: 600;
}
.navbar .dropdown-menu:before,
.navbar .dropdown-menu:after{
    display: none !important;
}

#header {
    position: static !important;
}
.header-widgets{
    position: absolute;
    top:15px;
    right: 20px;
    text-align: right;
}

.header-widgets #social-widget-2,
.header-widgets #wysiwyg_widgets_widget-2{
    display: inline-block;
    margin-left: 20px;
}

.header-widgets #wysiwyg_widgets_widget-2 .btn{
    padding: 10px 20px;
}

.header-widgets #wysiwyg_widgets_widget-4{
    clear: both;
    margin-top: 5px;
}

/*=============================================================================
    Main Menu
==============================================================================*/
.navbar .widget h6,
.navbar .widget h3 {
    float: left;
    margin: 0;
}

.navbar .widget h6 {
    color: #F7941E;
    margin: 10px 5px 0 0;
}

.navbar .widget h3 {color: #FFFFFF;}

/*=============================================================================
    Slideshow
==============================================================================*/
#rev-slider-widget-2{
    list-style: none;
    margin-bottom: 20px;
}

#rev-slider-widget-2 .tp-bannertimer{
    height: 1px;
}

/*=============================================================================
    Featured Thumbnails
==============================================================================*/
.featured-thumbnails{
    margin-bottom: 20px;
}
.featured-thumbnails .item-thumbnail iframe{
    background-color: #0354a5;
    border-radius: 5px;
    color: #fff;
    text-align: right;
    padding: 20px;
}

/*=============================================================================
    Content
==============================================================================*/
.lead{
    font-size: 100%;
    margin-bottom: 10px;
}
/*#content{
    padding-bottom: 400px;
}*/

/*=============================================================================
    Sidebar
==============================================================================*/
#wysiwyg_widgets_widget-5{
    background-color: #0354a5;
    border-radius: 5px;
    color: #fff;
    text-align: right;
    padding: 20px;
}
#wysiwyg_widgets_widget-5 h2,
#wysiwyg_widgets_widget-5 h3,
#wysiwyg_widgets_widget-5 h4,
#wysiwyg_widgets_widget-5 h5, 
#wysiwyg_widgets_widget-5 p{
    color: #fff;
    margin:2px 0;
}
#wysiwyg_widgets_widget-5 h3 > em{
    color: #F7941E;
}
#wysiwyg_widgets_widget-5 .cbbtn {
    display: inline-block;
    margin: 5px 0;
}
#wysiwyg_widgets_widget-5 p:last-child{
    font-size: 12px;
}

.widget_mc4wp_widget{
    background-color: #0354a5;
    border-radius: 5px;
    color: #fff;
    padding: 20px;
    margin-top: 20px;
}
.widget_mc4wp_widget h4{
    color: #fff;
}

/* NextGen */
.ngg-gallery-thumbnail img{
    border: 0 !important;
    padding:0 !important;
    margin: 10px!important;
}

.sidebar #CDSWIDEXC {
width: 100%;
margin: 20px 0;
border-radius: 5px;
}

/*=============================================================================
    Accommodations / Attractions
==============================================================================*/
.accommodations-list,
.attractions-list{
    margin: 10px 0;
    padding:0;
}
.accommodation-item,
.attraction-item{
    margin:0;
    padding: 20px 0;
    list-style: none;
    border-bottom: 1px dashed #ccc;
}
.accommodation-item:last-child,
.attraction-item:last-child{
    border:0;
}
.accommodation-item .accommodation-details > h3,
.attraction-item .attraction-details > h3{
    margin-top: 0;
}
.accommodation-item .accommodation-details > h3 > a,
.attraction-item .attraction-details > h3 > a{
    color: #0354a5;
}
.prices{
    margin: 10px 0 10px 0;
    padding: 0;
}
.prices .price{
    margin:0;
    padding: 0;
    list-style: none;
}
.prices .price > .price-label{
    font-weight: bold;
    padding-right: 10px;
}

.acc-icon-details{
    margin-left: 0;
}
.acc-icon-details > .acc-icon-item{
    list-style: none;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
}
.acc-icon-details > .acc-icon-item > .acc-icon{
    height: 100%;
    max-height: 25px;
    display: inline-block;
}
.acc-icon-details > .acc-icon-item > .acc-icon > img{
    width: auto;
    height: 100%;
}
.acc-icon-details > .acc-icon-item > .acc-val{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    vertical-align: middle;
}

/* filter panel */
.filter-panel{
    text-align: right;
}
.labels{
font-weight: bold;
line-height: 30px;
padding: 0 10px;
vertical-align: top;
display: inline-block;
}

.two-col-layout{
    border: 1px solid #0354a5;
    margin-bottom: 20px;
    border-radius: 3px;
}
.two-col-layout .title{
    display: block;
    background-color: #0354a5;
    color: #fff;
    padding: 8px 10px;
    margin: 0;
}
.two-col-layout .desc{
    padding:10px 0;
}

/*=============================================================================
    Footer
==============================================================================*/
#rev-slider-widget-3{
    list-style: none;
}
#rev-slider-widget-3 .tp-bannertimer{
    display: none;
}


.above-footer-links{
    background-color: #000;
    padding: 10px 0;
}

#wysiwyg_widgets_widget-6{
    list-style: none;
}
#wysiwyg_widgets_widget-6 h3{
    font-family: "Lobster",cursive;
    font-weight: 400;
    font-size: 36px;
    float: left;
    color: #fff;
}
#wysiwyg_widgets_widget-6 .cbbtn{
    float: right;
    display: inline-block;
    margin-top: 7px;
}


#footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
#inner-footer .widgettitle, 
#inner-footer p{
    color: #fff;
}
#inner-footer .menu-item a{
    display: inline-block;
    padding: 0.5ex 0;
}
#inner-footer .menu-item a:hover{
    color: #fff;
}

#copyright{
    color: #fff;
}

.local-weather-widget{
    position: fixed;
    bottom: 0;
    right: 20px;
    display: inline-block;
    width: 300px;
    z-index: 9999;
    background-color: #666;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 0px 0px 8px #333;
}
.local-weather-widget h4{
    color: #fff;
    padding: 0 20px;
    display: block;
    position: relative;
}
.local-weather-widget h4 > span{
    position: absolute;
    right: 20px;
    top: 0;
    background-color: #F7941E;
    padding: 2px;
    border-radius: 2px;
}
.local-weather-widget h4 > span.icon-chevron-up{
    background-position: -286px -118px;
}
.local-weather-widget h4 > span.icon-chevron-down{
    background-position: -311px -118px;
}


/*=============================================================================
    Media / Mobile View Style
==============================================================================*/
@media (min-width: 769px) and (max-width: 979px){
    #header-wrapper{
        height: 125px;
    }
    #logo{
        width: 150px;
    }
}
@media (max-width: 979px){
    /*header*/
    .nav-collapse .dropdown-menu{
        margin:0 10px;
    }
    .nav-collapse .nav > li > a, 
    .nav-collapse .dropdown-menu a{
        color: #fff;
        font-weight: normal;
        margin-bottom: 2px !important;
    }
    .nav-collapse .nav > li:hover > a, 
    .nav-collapse .dropdown-menu li:hover a{
        background-color: #F7941E;
    }
    .navbar-inner{
        border-radius: 0;
    }
}
@media (max-width: 767px){
    /*header*/
    #logo{
        max-width: 100%;
        width: 70%;
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    .header-widgets{
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
    }
    .header-widgets #social-widget-2, 
    .header-widgets #wysiwyg_widgets_widget-2{
        margin: 10px 0 0 0;
        display: block;
        clear: both;
    }
    .header-widgets .socialmedia-buttons,
    .header-widgets .socialmedia-buttons a img{
        text-align: center;
        margin: 0;
    }
    .header-widgets .socialmedia-buttons a{
        display: inline-block;
        float: none;
        clear:both;
    }
    .header-widgets #wysiwyg_widgets_widget-2 span.cbbtn{
        clear: both;
        float: none;
        line-height: 100%;
        display: inline-block;
    }

    /*feature thumbnail*/
    .featured-thumbnails .item-thumbnail{
        text-align: center;
        margin-bottom: 20px;
    }
    /*content*/
    .list-panel > ul > li > .span3,
    .list-panel > ul > li > .span6,
    .list-panel > ul > li > .span9{
        margin-bottom: 10px;
    }
    .list-panel > ul > li > .span3:last-child{
        margin-bottom: 0;
    }
    
    .two-col-layout .img, 
    .two-col-layout .desc{
        text-align: center;
        padding: 10px;
    }
    
    /*sidebar*/
    #wysiwyg_widgets_widget-5{
        text-align: center;
        margin-bottom: 20px;
    }
    
    /*footer*/
    #wysiwyg_widgets_widget-6{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #inner-footer .socialmedia-buttons{
        text-align: center;
    }
}
@media (max-width: 640px){}
@media (max-width: 480px){
    #wysiwyg_widgets_widget-6 h3,
    #wysiwyg_widgets_widget-6 span.cbbtn{
        display: block;
        text-align: center;
        margin: 10px 0;
        float: none;
    }
}
@media (max-width: 320px){
    #logo{
        width: 100%;
    }
    
    /*footer*/
    .local-weather-widget{
        right: auto;
        left: 2%;
    }
}
