/*
Template: theme
Theme Name: Wagga Wagga Web Custom Theme
Theme URI: http://www.waggawaggaweb.com.au/
Author: Wagga Wagga Web
Author URI: http://www.waggawaggaweb.com.au/
Description: Wagga Wagga Web's custom child theme
Version: 1.0
*/

/* General Layout */
/* Fix */
.vc_sep_pos_center {
    margin-left: auto! important;
    margin-right: auto! important;
}
/* Fix */
.vc_sep_width_50 {
    width: 75px! important;
}
/* Fix */
.wpb_column,
.wpb_row {
    background-repeat: no-repeat! important;
    background-size: cover! important;
    background-position: center center! important;
}
/* Fix */
#stretch-full-width,
#stretch-full-width .vc_col-sm-12 {
    padding-left: 0! important;
    padding-right: 0! important;
}

/* Site Header */

.logo {
    margin-top: 5px;
}

.header-top-2 {
    margin-top: 15px;
}

.header-top-3 {
    text-align: right;
}

.header-top-3 .wg-title {
    margin-bottom: 5px;
}

.header-top-3 .textwidget {
    font-size: 1.75em;
}

#header-top {
    background: #222;
}

.home #header-top {
    background-color: rgba(34, 34, 34, 0.79);
}

/* Page Title */

/* Site Footer */

#cs-bottom-wrap {
    background: #000;
}

#footer-top h4 {
    color: #fff;
    font-size: 16px;
}

#footer-top .widget_cs_social_widget {
    margin-top: 16px;
}

/* Helpers */
.helper--last {
    margin-bottom: 0;
}

/* Inclusions */
#inclusion-list {
    text-align: center;
}

#inclusion-list h3 {
    margin-top: 0;
    font-weight: 700! important;
}

#inclusion-list .vc_empty_space {
    height: 32px! important;
}

.vc_custom_heading h2 {
    margin-top: 0;
}

.cshero-fancybox-wrap.fancybox-layout3 .cshero-fancybox-content {
    padding-top: 3px! important;
    padding-left: 32px! important;
    padding-bottom: 10px;
}

.vc_btn3.vc_btn3-size-lg {
    font-weight: bold;
}

.big-font {
    font-size: 22px;
    font-weight: 700;
}

#footer-bottom p a {
    color: inherit;
}

.tp-leftarrow.tparrows, .tp-rightarrow.tparrows {
    background: #444! important;
}

.tp-leftarrow .tp-arr-allwrapper::before, .tp-rightarrow .tp-arr-allwrapper::before {
    color: #fff;
}


.text-over-image {
    text-shadow:0 0 20px #000;
    font-size: 1.5em;
    font-weight: bold;
    background-attachment: fixed;
}
/* needed to make image stay still in chrome */
.page-id-2146 #wrapper {
    position:static;
}

.maintain-height--right .wpb_column:last-child {
    min-height: 500px;
}
    
.maintain-height--left .wpb_column:first-child {
    min-height: 500px;
}

html #cs-page-title-wrapper {
    background-image:none;
}

html .single-post #cs-page-title-wrapper {
    padding:32px 0;
}

html .cs-blog-item-style1 .cs-blog-info .cs-info {
    display: none! important;
}

html .cs-blog-item-style1 .cs-blog-info .cs-date {
    position:absolute;
    top:0;
    right:0;
    display:block;
    background:rgba(0,0,0,0.65);
    border-radius:0 4px 0 4px;
    margin:0 0 16px 16px! important;
    padding: 10px! important;
}

html .cs-blog-item-style1 .cs-blog-info .cs-date span:nth-child(1),
html .cs-blog-item-style1 .cs-blog-info .cs-date span:nth-child(2) {
    color: #fff;
}

html .cs-blog-item-style1 .cs-blog-info {
    padding-bottom:0;
}

html .single-post .cs-blog-thumbnail {
    margin-top:0;
}

html .cs-blog-item-style1 .cs-blog-info {
    display: block;
    margin-top:0;
}

html .single-post #primary {
    padding-top: 32px;
}

html .cs-blog-header {
    position:relative;
}

html .single-post .cshero-feature-posttype {
    display: none;
}

html .single-post #cs-breadcrumb-wrapper {
    padding-top:0;
}

html .single-post #cs-breadcrumb-wrapper a:hover {
    color:#333;
}

html .cs-blog .cs-blog-header {
    margin-bottom:0;
}

html .primary-sidebar > [class*="widget_"] {
    margin-bottom: 32px;
}

.primary-sidebar .widget_cs_social_widget ul li a:hover i {
    color: inherit;
}

.archive #primary {
    padding-top:32px;
}

.cs-blog-thumbnail img {
    border-radius:4px;
}

@media only screen and (min-width: 768px) {
    #inclusion-list .vc_col-sm-3:nth-child(2),
    #inclusion-list .vc_col-sm-3:nth-child(3),
    #inclusion-list .vc_col-sm-3:nth-child(4) {
        position: absolute;
        height:100%;
        top:0;
        left: 25%;
        min-height: 0;
    }
    
    #inclusion-list .vc_col-sm-3:nth-child(3)  {
        left: 50%;
    }
    
    #inclusion-list .vc_col-sm-3:nth-child(4) {
        left: 75%;
    }
    .maintain-height--right .wpb_column:last-child {
        min-height: 100%;
        position:absolute;
        right:0;
        left:auto;
        bottom:0;
    }
    
    .maintain-height--left .wpb_column:first-child {
        min-height: 100%;
        position:absolute;
        left:0;
        right:auto;
        bottom:0;
    }
    
    .maintain-height--left .wpb_column:last-child {
        left: 50%;
    }
}

@media only screen and (max-width: 1103px) {
    .logo-sticky {
        display: none
    }
    #header-sticky .sticky-menu-wrap {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
    #header-sticky ul.cshero-dropdown > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 993px) {
    html #cshero-header ul.cshero-dropdown > li > a {
        padding: 0 10px! important;
    }
}

@media only screen and (min-width: 1200px) {
    html #cshero-header ul.cshero-dropdown > li > a {
        padding: 0 22px! important;
    }
}

.tp-bullets.tp-thumbs{
position: relative;
margin-top: 24px !important;
}
.tp-bullets.hidebullets{
   opacity: 1;
}