body.wpb-js-composer main, .vc_column_container{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
body.wpb-js-composer .AffixColumn-root>.vc_row {
    margin-left: 0;
    margin-right: 0;
}
body.wpb-js-composer main>h1{
    display: none;
}
.border-radius-15>.vc_column-inner{
    border-radius: 15px;
    background-size: cover;
    background-position: center;
}
.wpb_text_column p{
    font-size: 1rem;
}
.vc_btn3.vc_btn3-shape-rounded{
    border-radius: 10px !important;
}
.vc_btn3-style-outline{    
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 10px !important;
    font-weight: 700;
    box-shadow: 2px 0px 25px 0px rgba(191, 156, 90, 0) !important;
    text-shadow: 0px 1px 1px rgba(28, 28, 28, 0.8);
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
}
.vc_btn3-style-outline:focus, .vc_btn3-style-outline:hover{
    border-color: #bf9c5a !important;
    background: transparent !important;
    box-shadow: 2px 0 25px 5px rgba(191,156,90,.5) !important;
}
.text-center{
    text-align: center;
}
.vc_row.vertical_spacing {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (min-width: 768px) {
    .vc_row.vertical_spacing {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
@media only screen and (min-width: 1600px){
    body.wpb-js-composer main>.vc_row:not([data-vc-full-width="true"]),
    body.wpb-js-composer .AffixColumn-root>.vc_row:not([data-vc-full-width="true"]) {
        width: 1570px;
        margin-left: auto;
        margin-right: auto;
    }
}