/*
        Theme Name: Fargo
        Description: WordPress theme developed for Fargo, custom built
        Version: 1.0
        Author: Daniel Larson
        Author URI: http://raybirddesigns.com.au
*/

.posts-wrapper .single-post-container .content-wrapper h3{
    margin-bottom: 0;
    padding: 0 10px;
    font-size: 23px;
}
.posts-wrapper .single-post-container .content-wrapper p{
    padding: 0 10px;
}
.posts-wrapper .single-post-container{
    background-color: #D3D3D3;
}
.posts-wrapper .single-post-container a{
    background-position: center !important;
    min-height: 165px !important;
}
body{
    padding-top: 76px !important;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 14px !important;
}
#header #header-container{
    padding: 0 20px !important;
}
.slick-slider .slider-wrapper{
    min-height: 320px !important;
}
.home a.btn.btn-primary:after{
    content: " →";
    font-size: 28px;
    font-weight: 900;
}
.home a.btn.btn-primary{
    background: none;
    border: none;
}
.slick-slider .slider-wrapper .info-wrapper h2{
    font-size: 30px !important;
    font-weight: normal !important;
}
#gallery-open a.btn.btn-primary{
    background: none;
    border-color: #2AD2C9;
    color: #2AD2C9;
}
.background-color-primary h3{
    color: #2AD2C9 !important;
    margin: 0;
    padding: 12px 15px;
    text-align: center;
}
.background-color-primary{
    background-color: white !important;
}

.background-color-secondary{
    background-color: white !important;
    border: solid 1px #2AD2C9;
}
.background-color-secondary p.price, .background-color-secondary a.btn.btn-white{
    color: #2AD2C9;
    padding: 11px 15px;
}
.single #booking-hover-container .booking-hover{
    position: unset !important;
    padding: 0 !important;
}
.top-single-button{
    display: flex;
    justify-content: space-around;
    padding: 0 20px;
}
.top-single-button #gallery-container,.top-single-button #booking-hover-container{
    width: auto;
}

div.leave-date.border-bottom{
    border: solid 1px #2AD2C9;
}
@media screen and (max-width: 600px) {
    .top-single-button{
        flex-direction: column;
    }
    .enquiry-button{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
    }
    .enquiry-button a{
        flex-grow: 1;
        margin-top: 18px;
    }
}
body.single p{
    font-family: 'Open Sans',sans-serif !important;
}
h5 {
    font-size: 20px;
}

div.center a.btn.btn-primary{
    background: none;
    border-color: #2AD2C9;
    color: #2AD2C9;
}

div.info-wrapper a.btn.btn-secondary{
    background: none;
    border-color: #2AD2C9;
    color: #2AD2C9;
}
div.content-area a.btn.btn-primary{
    background: none;
    border-color: #2AD2C9;
    color: #2AD2C9;
}
.header-background-wrapper{
    min-height: 320px !important;
}
div.button-wrapper a.btn.btn-primary{
    background: none;
    border-color: #2AD2C9;
    color: #2AD2C9;
}
.single h3:first-child,.single h2:first-child,.single h5:first-child {
    font-size: 22px;
    color: #2AD2C9;
}
.click-detail{
    cursor: pointer;
}
#header #header-container .left .logo img {
    max-width: 120px !important;
}
.enquiry-button a{
    background-color: #2AD2C9 !important;
    color: white !important;
}
.page-title{
    font-size: 30px !important;
}

.sticky_side_button {
    position: fixed;
    top: 50%;
    right: 0;
    background: #2AD2C9;
    color: white;
    padding: 10px 15px;
    border: 1px solid white;
}
.sticky_side_button a{
    color: white !important;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
    .sticky_side_button{
        display: none;
    }
}