@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

.wpb_image_grid .wpb_image_grid_ul img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item{
    width: 33%;
    margin: 0px;
    height: 300px;
}

.wpb_gallery_heading{
    margin: 30px 0 0 0;
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    font-family: Oswald;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'langdonregular';
    src: url('../fonts/langdon/langdon-webfont.woff2') format('woff2'),
    url('../fonts/langdon/langdon-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.homepage-carousel{
    z-index: 100;
    position: relative;
}
.homepage-carousel .tp-revslider-slides li,
.homepage-carousel .tp-revslider-mainul,
.homepage-carousel .rev_slider li.tp-revslider-slidesli{
    overflow: visible !important;
}
.vc_row {
    margin-right: 0px !important;
}

.vert {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

* {
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}
p , h1 , h2 , h3 , h4 , h5{
    font-family: 'Oswald', sans-serif !important;
}

.big-bkg {
    background-size: 100% auto !important;
    background-repeat: repeat-y !important;
}

body {
    overflow-x: hidden;
}

.oswald {
    font-family: 'Oswald', sans-serif !important;
}

.langdon {
    font-family: 'langdonregular', sans-serif !important;
}

.large-text-shadow {
    text-shadow: rgb(125 64 123) 7px 7px 2px;
}

.wpb_wrapper h1 {
    font-size: 90px;
    font-family: 'langdonregular', sans-serif !important;
}

.wpb_wrapper h2 {
    position: relative;
    margin-bottom: 73px;
}

.wpb_wrapper h2:after {
    width: 252px;
    height: 5px;
    display: block;
    clear: both;
    background: #b47864;
    content: ' ';
    margin: 17px 0 0 0;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 252px / 2);
}
.homepage-services-block table tr td span:before{
    width: 102px;
    height: 6px;
    background: #b47864;
    margin: 0 0 10px;
    content: ' ';
    display: block;
}
.ubermenu .ubermenu-target-text{
    font-size: 16px !important;
    font-weight: 700 !important;
}
.ubermenu-skin-black-white-2 .ubermenu-submenu.ubermenu-submenu-drop{
    border: 0px !important;
}
.ubermenu-skin-black-white-2 .ubermenu-submenu, .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-target{ margin-bottom: 1px !important; }

/*
    HEADER STYLES
*/

.mobile-top {
    display: none;
}

header {
    padding: 30px 0px 52px;
    background: #7d407b;
    position: relative;
    z-index: 10000;
}

header .custom-logo-link {
    margin-top: 59px;
    display: block;
}

header ul {
    margin: 21px 0px 0px;
    padding: 0px;
    display: inline-block;
}

header ul.sub-menu{
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0px;
    display: none;
}

header ul li:hover ul.sub-menu{
    display: block;
    margin: 0px;
}

header ul li ul.sub-menu li{
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
}

header ul li ul.sub-menu li:after{
    display: none !important;
}


header ul li ul.sub-menu li a{
    background: #b47864;
    border: 0px;
    padding: 10px;
    text-align: left;
}
header ul li ul.sub-menu li a:hover{
    background: #000;
    color: #b47864;
}

header ul li {
    display: inline-block;
    margin: 0px 20px;
    position: relative;
}

header ul li a {
    display: block;
    padding: 15px 5px;
    font-size: 20px;
    color: #FFF !important;
    text-decoration: none !important;
    font-weight: 300 !important;
    border-bottom: 5px solid #b47864;
    letter-spacing: 1px;
}

header ul li a:hover, header ul li a:focus, header ul li a.active {
    background: #b47864;
}

header ul li a.orange {
    color: #b47864 !important;
}

header ul li a.orange:hover, header ul li a.orange:focus, header ul li a.orange.active {
    color: #FFF !important;
}

header .postop {
    position: absolute;
    top: 0px;
}

header .postop.posleft {
    left: 0px;
}

header .postop.posright {
    right: 0px;
}

.searchform {
    width: 162px;
    display: inline-block;
    position: relative;
}

.searchform input[type="text"] {
    width: 162px;
    height: 32px;
    display: block;
    clear: both;
    background: none;
    border: 2px solid #b47864;
    border-radius: 10em;
    z-index: 10;
    color: #b47864;
    font-size: 10px;
    padding: 0px 29px 0 10px;
}

.searchform label {
    content: 'search';
    color: #b47864;
    font-size: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0px;
    line-height: 1em;
}

.searchform button {
    width: 24px;
    height: 24px;
    display: block;
    clear: both;
    border: 0px;
    background: #b47864;
    border-radius: 10em;
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 12px;
}

.scroll-menu {
    width: 100%;
    padding: 20px;
    display: block;
    clear: both;
    position: fixed;
    top: -300px;
    left: 0px;
    background: rgb(125 64 123 / 90%);
    z-index: 100000;
    transition: all ease-in-out 1000ms;
}

.scroll-menu .sub-menu{
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0px;
    display: none;
}

.scroll-menu .sub-menu {
    display: none;
}

.scroll-menu li{
    position: relative;
}

.scroll-menu li:hover .sub-menu{
    display: block;
}

.scroll-menu li .sub-menu li a{
    background: #b47864;
    border: 0px;
    padding: 10px;
    text-align: left;
}

.scroll-menu.moved {
    top: 0px;
}

.scroll-menu img {
    width: 100%;
    height: auto;
    padding: 10px 0px;
}

.scroll-menu ul {
    display: flex;
    clear: both;
    margin: 0px;
    padding: 0px;
}

.scroll-menu ul li {
    flex: 1;
    list-style: none;
}

.scroll-menu ul li a {
    font-size: 1rem;
    color: #FFF !important;
    text-decoration: none !important;
    font-weight: 300 !important;
    height: 100%;
    text-align: center;
    display: block;
    padding: 12px 0px;
}

.scroll-menu ul li a:hover, .scroll-menu ul li a.active {
    background: #b47864 !important;
}

.searchform_404{
    max-width: 400px;
    display: block;
    margin: 0 auto;
}
.searchform_404 input[type="text"]{
    width: calc(100% - 40px);
    height: 40px;
    display: block;
    float: left;
    padding: 0 10px;
    vertical-align: top;
    border: 2px solid #b47864;
    background: none;
    color: #b47864;
    border-bottom-left-radius: 10em;
    border-top-left-radius: 10em;
}
.searchform_404 button{
    width: 40px;
    height: 40px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    display: block;
    float: left;
    vertical-align: top;
    color: #FFF;
    background: #b47864;
    border-bottom-right-radius: 10em;
    border-top-right-radius: 10em;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b47864;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #b47864;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #b47864;
}
:-moz-placeholder { /* Firefox 18- */
    color: #b47864;
}

/*
    FOOTER STYLES
*/

footer {
    background: #7d407b;
    margin: 0px;
    padding: 70px 0px;
    display: block;
    clear: both;
}

footer .custom-logo-link {
    margin: 44px 0 0;
    display: inline-block;
    clear: both;
    max-width: 358px;
    width: 100%;
}

footer .custom-logo-link img {
    width: 100%;
    height: auto !important;
}

footer .scotts-logo-2 {
    margin: 44px 0 0;
    display: inline-block;
    clear: both;
}

footer p {
    margin-top: 40px;
    max-width: 533px;
    display: inline-block;
    clear: both;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 1px;
    font-width: 300;
}

.footer-boxes {
    display: block;
    clear: both;
}

.footer-boxes .box {
    width: 100%;
    display: block;
    clear: both;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-decoration: none !important;
    overflow: hidden !important;
    position: relative;
}

.footer-boxes .box img {
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -10;
    transform: scale(1.2, 1.2) rotate(0deg);
    -webkit-transition: all ease-in-out 600ms;
    -moz-transition: all ease-in-out 600ms;
    -ms-transition: all ease-in-out 600ms;
    -o-transition: all ease-in-out 600ms;
    transition: all ease-in-out 600ms;
}

.footer-boxes .box:hover img {
    transform: scale(1.5, 1.5) rotate(30deg);
}

.footer-boxes .box p {
    text-align: center;
    font-size: 4.5vw;
    color: #FFF !important;
}

footer ul{
    margin: 0px;
    padding: 0px;
    display: inline-block;
    clear: both;
}
footer ul li{
    display: inline;
}
footer ul li a{
    margin: 0 20px;
    font-size: 12px;
    color: #FFF !important;
    text-decoration: none !important;
}

/*
    BUTTON STYLES
*/

.scotts-btn {
    background: #704b40 !important;
    margin: 0px !important;
    padding: 17px 17px !important;
    display: inline-block !important;
    clear: both !important;
    border-bottom: 5px solid #b47864 !important;
    transform-origin: bottom !important;
    font-size: 20px !important;
    line-height: 1em !important;
    color: #FFF !important;
    font-weight: bold !important;
    letter-spacing: 0.5px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}
.scotts-btn > a{
    margin: -17px !important;
    padding: 17px 17px !important;
    display: block;
    clear: both;
    background: none !important;
    font-size: 20px !important;
    line-height: 1em !important;
    color: #FFF !important;
}

/*
    CONTACT FORM STYLES
*/

body.page-contact .wpforms-field {
    margin-bottom: 9px !important;
}

body.page-contact .wpforms-field:after {
    display: block;
    clear: both;
    content: ' ';
}

body.page-contact .wpforms-field label {
    width: 150px !important;
    float: left !important;
    clear: none !important;
    font-size: 24px !important;
    font-weight: bold !important;
    color: #FFF !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
}

body.page-contact .wpforms-field-text label,
body.page-contact .wpforms-field-email label {
    line-height: 59px !important;
}

body.page-contact .wpforms-field input[type="text"],
body.page-contact .wpforms-field input[type="email"] {
    float: left !important;
    clear: none !important;
    height: 59px !important;
    background: rgba(199, 198, 186, 0.3) !important;
    border: 0px !important;
    color: #FFF !important;
    border-radius: 0px !important;
    letter-spacing: 1px !important;
}

body.page-contact .wpforms-field textarea {
    height: 209px !important;
    width: calc(100% - 150px) !important;
    float: left;
    background: rgba(199, 198, 186, 0.3) !important;
    border: 0px !important;
    color: #FFF !important;
    border-radius: 0px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    letter-spacing: 0.5px;
}

body.page-contact .wpforms-field-checkbox > label {
    width: 100% !important;
    clear: both !important;
    float: none !important;
}

body.page-contact div.wpforms-container-full .wpforms-form ul {
    margin: 0px !important;
    padding: 0 0 0 120px !important;
    display: block !important;
    clear: both !important;
}

body.page-contact .wpforms-field-checkbox ul li {
    width: 50% !important;
    margin: 0px !important;
    padding: 0 !important;
    display: block !important;
    float: left !important;
}

body.page-contact .wpforms-field-checkbox ul:after {
    display: block;
    clear: both;
    content: ' ';
}

body.page-contact .wpforms-field-checkbox ul li input {
    display: none !important;
}

body.page-contact .wpforms-field-checkbox ul li input + label {
    width: calc(100% - 30px) !important;
    line-height: 61px !important;
    background: rgba(199, 198, 186, 0.3) !important;
    padding: 0 19px !important;
    margin: 14.5px 0 14.5px 30px !important;
    position: relative !important;
}

body.page-contact .wpforms-field-checkbox ul li.wpforms-selected input + label {
    background: rgba(180, 120, 100, 0.3) !important;
}

body.page-contact .wpforms-field-checkbox ul li input + label:after {
    border-left: 33px solid #b47864;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    content: ' ';
    display: inline-block;
    position: absolute;
    top: calc(50% - 20px);
    right: 15px;
}

body.page-contact .wpforms-field-checkbox ul li.wpforms-selected input + label:after {
    border-left: 33px solid #FFF;
}

body.page-contact div.wpforms-container-full .wpforms-form button[type='submit'] {
    font-weight: bold !important;
    color: #FFF !important;
    text-transform: uppercase !important;
    font-size: 23px !important;
    padding: 13px 43px !important;
    background: rgba(180, 120, 100, 0.5) !important;
    border: 0px !important;
    float: right !important;
}

body.page-contact div.wpforms-container-full .wpforms-form label.wpforms-error {
    display: block !important;
    width: 100% !important;
    font-size: 20px !important;
    color: red !important;
}

/**
    EVENTS STYLES
*/

.scotts-event {
    margin-bottom: 50px;
}

.scotts-event:last-of-type {
    margin-bottom: 0px;
}

.scotts-event-image {
    width: 100%;
    height: 343px;
    display: block;
    clear: both;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.scotts-event-details {
    text-align: center;
}

.scotts-event-details h3 {
    font-size: 2.3vw;
    font-weight: bold;
    color: #FFF;
    margin-bottom: -20px;
}

.scotts-event-details p {
    font-size: 1.2vw;
    color: #FFF;
    font-weight: 300;
    padding: 30px 0px;
    display: block;
    clear: both;
    margin: 0px;
    position: relative;
}

.scotts-event-details p:after {
    width: 200px;
    height: 5px;
    background: #b47864;
    content: ' ';
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 100px);
}

.scotts-event-details a {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    width: 240px;
    display: inline-block;
    text-align: left;
    padding: 10px 0px;
    text-decoration: none !important;
    position: relative;
}

.scotts-event-details a:after {
    border-left: 20px solid #b47864;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    content: ' ';
    display: inline-block;
    position: absolute;
    top: calc(50% - 15px);
    right: 0px;
}

.scotts-event-details a:before {
    width: 20px;
    height: 4px;
    display: block;
    clear: both;
    background: #b47864;
    content: ' ';
    position: absolute;
    top: calc(50% - -11px);
    right: 0px;
}

/**
    POSTS STYLES
*/

.post-main-block {
    padding: 70px 0px;
    display: block;
    clear: both;
    background: url('../images/scotts-big-bkg.jpg');
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.post-main-block h1 {
    font-size: 60px;
    font-family: 'langdonregular', sans-serif !important;
    color: #FFF;
}

/**
    SCOTTS FORM STYLES
*/

.scotts-form input {
    height: 61px;
    background: rgba(199, 198, 186, 0.26);
    border: 0px;
    padding: 0 15px;
    color: #FFF;
    text-align: left;
}

.scotts-form label {
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
    text-align: left;
}

.scotts-form.login {
    width: 510px;
    display: inline-block;
}

.scotts-form.login label {
    width: 136px;
}

.scotts-form.login input {
    width: calc(100% - 136px);
}

.scotts-form.login p {
    color: #FFF;
    text-align: left;
}

.scotts-form button {
    padding: 19px 45px;
    line-height: 1em;
    font-size: 23px;
    color: #FFF;
    background: #704b40 !important;
    border: 0px !important;
    font-weight: bold;
}

.scotts-members-section-form {
    background: rgba(199, 198, 186, 0.28);
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 63px 30px 77px;
    display: block;
    clear: both;
}

.scotts-members-section-form p.sub_title {
    width: 85%;
    font-size: 20px;
    font-weight: 300;
    color: #FFF;
    text-align: center;
    margin: 0 auto 30px;
}

.scotts-members-section-form h2 {
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
    display: block;
    clear: both;
    text-align: center;
    margin-bottom: 40px;
}

.scotts-members-section-form h2:after {
    display: none;
}

.scotts-members-section-form .scotts-form-row {
    height: auto;
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
}

.scotts-members-section-form .scotts-form-row:after {
    display: block;
    clear: both;
    content: ' ';
}

.scotts-members-section-form .scotts-form-row label {
    width: 138px;
    height: 61px;
    display: block;
    padding: 0 0 0 22px;
    float: left;
    background: rgba(22, 16, 16, 0.28);
    line-height: 61px;
    font-size: 0.8vw;
    color: #FFF;
    font-weight: bold;
    vertical-align: top;
    margin: 0px;
    clear: none;
}

.scotts-members-section-form .scotts-form-row input[type="text"],
.scotts-members-section-form .scotts-form-row input[type="email"] {
    width: 50%;
    display: block;
    float: left;
    height: 61px;
    vertical-align: top;
    margin: 0 0 29px 0;
    background: rgba(22, 16, 16, 0.50);
    border: 0px;
    padding: 0 15px;
    color: #FFF;
}

.scotts-members-section-form .scotts-form-row textarea {
    width: calc(100% - 138px);
    display: block;
    float: left;
    height: 209px;
    vertical-align: top;
    margin: 0 0 29px 0;
    background: rgba(22, 16, 16, 0.50);
    border: 0px;
    padding: 20px 15px;
    color: #FFF;
    resize: none;
}

.scotts-members-section-form .scotts-form-multi-line {
    margin: 0px;
    padding: 0 0 0 104px;
    display: block;
    clear: both;
}

.scotts-members-section-form .scotts-form-multi-line:after {
    display: block;
    clear: both;
    content: ' ';
}

.scotts-members-section-form .scotts-form-multi-line .scotts-form-row {
    width: calc(50% - 34px);
    margin: 0 0 0 34px;
    float: left;
    clear: none;
}

.scotts-members-section-form .scotts-form-multi-line .scotts-form-row input[type="text"],
.scotts-members-section-form .scotts-form-multi-line .scotts-form-row input[type="email"],
.scotts-members-section-form .scotts-form-multi-line .scotts-form-row input[type="number"] {
    width: calc(100% - 138px);
}

.scotts-members-section-form .scotts-form-header {
    width: 100%;
    display: block;
    float: left;
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
    vertical-align: top;
    margin: 0 0 27px;
    clear: none;
}

.scotts-members-section-form button {
    height: 61px;
    font-size: 23px;
    color: #FFF;
    font-weight: bold;
    padding: 0 45px;
    background: #856255;
    border: 0px;
}

.scotts-members-contact-info {
    margin-bottom: 81px;
    text-align: center;
}

.scotts-members-contact-info a {
    font-size: 28px;
    font-weight: 300;
    color: #FFF;
    text-decoration: none !important;
    line-height: 1em;
}

.scotts-members-contact-info span {
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
    line-height: 1em;
    padding: 0 42px 0 0;
    margin: 0 42px 0 0;
    position: relative;
}

.scotts-members-contact-info span:after {
    border-left: 25px solid #b47864;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    content: " ";
    display: inline-block;
    position: absolute;
    left: 100%;
}

.scotts-members-form-contact-details {
    text-align: center;
    color: #FFF;
}

.scotts-members-form-contact-details h3 {
    font-size: 24px;
    font-weight: bold;
}

.scotts-members-form-contact-details p {
    margin: 0px;
    display: block;
    clear: both;
    font-weight: 300;
    font-size: 24px;
}

.scotts-members-form-contact-details .details {
    color: #FFF;
    padding-top: 25px;
    margin-top: 25px;
    display: block;
    padding-bottom: 80px;
    position: relative;
}

.scotts-members-form-contact-details .details:before {
    width: 196px;
    height: 5px;
    background: #b47864;
    display: inline-block;
    content: ' ';
    clear: both;
    position: absolute;
    top: 0px;
    left: calc(50% - 196px / 2);
}

.scotts-members-form-contact-details .details strong {
    font-size: 24px;
    display: inline-block;
}

.scotts-members-form-contact-details .details p {
    font-weight: 300;
    font-size: 24px;
    display: inline-block;
    margin: 0 0 0 31px;
}


.scotts-members-section-form .call-to-action{
    margin: 20px auto 0px;
    padding: 21px 50px 21px 20px;
    display: inline-block;
    clear: both;
    background: rgba(22, 16, 16, 0.28);
    line-height: 1em;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    position: relative;
    text-decoration: none !important;
}
.scotts-members-section-form .call-to-action:before{
    border-left: 20px solid #b47864;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: 22px;
    right: 15px;
}
.scotts-members-section-form .call-to-action:after{
    width: 20px;
    height: 4px;
    background: #b47864;
    display: block;
    clear: both;
    content: ' ';
    position: absolute;
    top: 44px;
    right: 15px;
}

/*
    BADGE STYLES
*/

.scotts-badge {
    padding-top: 40px;
    text-align: center;
    display: block;
    clear: both;
}

.scotts-badge:after {
    width: 400px;
    height: 2px;
    background: grey;
    display: block;
    clear: both;
    margin: 40px auto 0;
    content: ' ';
}

.scotts-badge:first-of-type {
    padding-top: 0px;
}

.scotts-badge h4 {
    font-size: 35px;
    color: #FFF;
    font-weight: bold;
    display: block;
    clear: both;
}

.scotts-badge h4:after {
    width: 200px;
    height: 5px;
    background: #b47864;
    content: " ";
    clear: both;
    display: block;
    margin: 15px auto 0;
}

.scotts-badge p {
    font-size: 18px;
    font-weight: 300;
    color: #FFF;
    letter-spacing: 1px;
    margin: 25px 0px;
    display: block;
}

.scotts-badge a {
    padding: 0 50px 0 0;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    color: #FFF;
    text-decoration: none !important;
    position: relative;
}

.scotts-badge a:before {
    border-left: 20px solid #b47864;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: 2px;
    right: 0px;
}

.scotts-badge a:after {
    width: 20px;
    height: 4px;
    background: #b47864;
    content: ' ';
    display: block;
    position: absolute;
    top: 24px;
    right: 0px;
}

.scotts-badge-details {
    display: none;
}

/*
    SEARCH RESULTS
*/

.search-result {
    margin: 30px 0px 0px;
    display: block;
    clear: both;
    border-bottom: 1px solid #b47864;
}

.search-result:last-of-type {
    border-bottom: 0px;
}

.search-result h2 {
    color: #FFF;
    font-weight: bold;
    font-size: 25px;
    display: block;
}

.search-result p.type {
    font-size: 12px;
    color: #FFF;
    display: block;
}

.search-result a {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 14px;
    background: #b47864;
    display: inline-block;
    margin-bottom: 30px;
    text-decoration: none !important;
}

.search-result:last-of-type a {
    margin-bottom: 0px;
}

/*
    MEMBERS LOGIN FORM
*/

.page-members-section form#loginform {
    max-width: 510px;
    display: block;
    clear: both;
    margin: 0 auto;
}

.page-members-section form#loginform .login-username label,
.page-members-section form#loginform .login-password label {
    width: 137px;
    display: inline-block;
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
    line-height: 59px;
    float: left;
}

.page-members-section form#loginform input[type="text"],
.page-members-section form#loginform input[type="email"],
.page-members-section form#loginform input[type="password"] {
    width: calc(100% - 137px);
    height: 59px;
    display: inline-block;
    float: left;
    padding: 0 15px;
    background: rgba(199, 198, 186, 0.28);
    border: 0px;
    color: #FFF;
}

.page-members-section form#loginform .login-username:after,
.page-members-section form#loginform .login-password:after {
    display: block;
    clear: both;
    content: ' ';
}

.page-members-section form#loginform .login-submit {
    padding: 0 0 0 137px;
    text-align: center;
}

.page-members-section form#loginform .button {
    height: 57px;
    background: #704b40;
    border: 0px;
    font-size: 23px;
    color: #FFF;
    font-weight: bold;
    padding: 0 44px;
}

/*
    BBPRESS STYLES
*/

#bbpress-forums {
    margin: 38px auto 35px;
    font-size: 16px;
}

body {
    background: url('../images/scotts-big-bkg.jpg') 50% 0% repeat-y;
    background-size: 100% auto;
}

#bbpress-forums fieldset.bbp-form {
    background: #FFF;
}

#bbpress-forums fieldset.bbp-form legend {
    background: #FFF;
}

.bbp-breadcrumb p {
    font-size: 16px;
    color: #FFF;
}

.bbp-header, .bbp-body {
    font-size: 16px;
}

.bbp-header, .bbp-footer {
    background: #b47864 !important;
    color: #FFF;
    border: 0px !important;
}

.bbp-forums, .bbp-topics, .bbp-search-results , .bbp-replies {
    border: 0px !important;
}

#bbpress-forums #bbp-search-form #bbp_search {
    background: rgba(199, 198, 186, 0.28);
    border: 0px;
    padding: 0 10px;
    color: #FFF;
    height: 30px;
    line-height: 30px;
}

#bbpress-forums #bbp-search-form #bbp_search_submit {
    padding: 0 10px;
    background: #b47864;
    color: #FFF;
    border: 0px;
    height: 30px;
}

.bbp-pagination-count {
    color: #FFF;
}
#bbpress-forums div.bbp-topic-content a, #bbpress-forums div.bbp-reply-content a{
    color: #FFF;
}
.bbp-breadcrumb a{
    color: #FFF;
}
.bbp-breadcrumb span.bbp-breadcrumb-current{ font-weight: bold; }
#subscription-toggle{ margin: 0 0 0 20px; }

/*
    ARCHIVE STYLES
*/

.archive_item .image {
    width: 100%;
    height: 414px;
    display: block;
    clear: both;
    margin: 0 0 30px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.archive_item {
    margin: 30px 0 0;
    text-align: center;
    color: #FFF !important;
    text-decoration: none !important;
    display: block;
    clear: both;
}

.archive_item p {
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 0.5px;
}

/*
    GALLERY STYLES
*/

.gallery-block{
    position: relative;
}
.gallery-off{
    display: block;
    clear: both;
    position: absolute;
}
.gallery-off.left{
    width: 16.66666667%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.gallery-off.right{
    width: 16.66666667%;
    height: 100%;
    right: 0px;
    top: 0px;
}
.gallery-off.top{
    width: 100%;
    height: 65px;
    top: 0px;
    left: 0px;
}
.gallery-off.bottom{
    width: 100%;
    height: 65px;
    bottom: 0px;
    left: 0px;
}

.gallery_image {
    width: 100%;
    height: 390px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    margin-bottom: 0px;
    transition: all ease-in-out 300ms;
}
.gallery_image.moved{
    margin-bottom: 425px;
}

.gallery_image .vert {
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all ease-in-out 400ms;
}

.gallery_image.active .vert {
    opacity: 1;
}

.gallery_image p {
    display: inline-block;
    font-size: 45px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    line-height: 1em;
}

.gallery_image p:after {
    width: 90%;
    height: 5px;
    background: #b47864;
    display: block;
    clear: both;
    content: ' ';
    margin: 10px auto 0px;
}

.full-width-image {
    width: 100%;
    height: 425px;
    display: none;
    clear: both;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    z-index: 10000;
    background: #FFF;
    position: absolute;
    left: 0px;
}
.full-width-image .title{
    width: 100%;
    background: rgba(22, 16, 16, 0.88);
    margin: 0px;
    padding: 26px 0px;
    display: block;
    clear: both;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 40px;
    line-height: 1em;
    color: #FFF;
    font-weight: bold;
}

/*
    HISTORY PAGE
*/

body.page-history p, body.page-history span, body.page-history strong {
    color: #FFF !important;
}
.vc_col-sm-12 .history_line_paragraph:before{
    width: 102px;
    height: 6px;
    background: #b47864;
    display: block;
    clear: both;
    margin: 0 0 10px 14px;
    content: ' ';
}

/*
    STOCKISTS
*/

.stockists_search {
    margin: 0px;
    padding: 48px;
    background: rgba(180, 120, 100, 0.28);
    display: block;
    clear: both;
    margin: 0 0 53px;
    text-align: center;
}

.stockists_search p {
    font-size: 30px;
    font-weight: 300;
    color: #FFF;
    line-height: 1.2em;
}

.stockists_search .line {
    width: 147px;
    height: 6px;
    background: #b47864;
    margin: 27px auto;
    padding: 0px;
    display: block;
    clear: both;
}

.stockists_search strong {
    margin: 0px 0 33px;
    padding: 0px;
    display: block;
    clear: both;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
}

.stockists_search form {
    width: 169px;
    height: 32px;
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 0 0 0 14px;
    background: #000;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    border: 2px solid #b47864;
}

.stockists_search form input[type="text"] {
    width: 121px;
    height: 28px;
    display: block;
    float: left;
    background: none;
    border: 0px;
    color: #b47864;
    font-size: 13px;
    outline: none !important;
}

.stockists_search button {
    width: 22px;
    height: 22px;
    margin: 3px 3px 0 0;
    display: block;
    float: right;
    background: #b47864;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    border: 0px;
    font-size: 12px;
    padding: 0px;
}

.stockist {
    text-align: center;
    margin: 0 0 83px;
    display: block;
}

.stockist h3 {
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
    font-size: 38px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}

.stockist .line {
    width: 195px;
    height: 5px;
    background: #b47864;
    margin: 27px auto;
    display: block;
    clear: both;
}

.stockist p {
    max-width: 443px;
    margin: 0px auto;
    padding: 0px;
    display: block;
    clear: both;
    font-size: 26px;
    font-weight: 300;
    color: #FFF;
}

.stockist .details strong , .stockist .details strong a {
    font-size: 26px;
    font-weight: 700;
    color: #FFF;
    display: inline-block;
}

.stockist .details p{
    display: inline-block;
    clear: none;
    margin: 0 0 0 43px;
}
.stockist .details p a{
    color: #FFF !important;
}

.stockist .full-details {
    background: rgba(180, 120, 100, 0.28);
    width: 100%;
    height: auto;
    margin: 41px 0 0;
    padding: 40px;
    display: none;
    clear: both;
    text-align: left;
    color: #FFF;
}

.stockist .full-details ul {
    margin: 27px 0 0;
    list-style: none;
}

.stockist .full-details ul li {
    font-size: 29px;
    font-weight: 300;
    color: #FFF;
    margin: 0 0 27px;
    padding: 0 0 0 50px;
    position: relative;
}

.stockist .full-details ul li:after {
    border-left: 20px solid #b47864;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0px;
}

.stockist .links {
    margin: 34px 0 0;
    padding: 0px;
    display: block;
    clear: both;
}

.stockist .links a {
    padding: 0 47px;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none !important;
    position: relative;
}

.stockist .links a:before {
    border-left: 20px solid #b47864;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 0px;
}

.stockist .links a:after {
    background: #b47864;
    width: 20px;
    height: 4px;
    display: block;
    content: ' ';
    clear: both;
    position: absolute;
    top: 24px;
    right: 0px;
}

.stockist .map-reference {
    margin: 24px 0 0;
    display: none;
}

/*
    SCOTTS MODEL
*/

.scotts-model {
    width: 100%;
    display: block;
    clear: both;
    margin: 0 0 70px;
}

.scotts-model .image {
    width: 100%;
    height: 450px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
    cursor: pointer;
}

.scotts-model .image .title {
    width: 100%;
    display: block;
    clear: both;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
}

.scotts-model .image .title p {
    margin: 0;
    padding: 27px;
    display: inline-block;
    background: rgba(22, 16, 16, 0.8);
    line-height: 1em;
    font-size: 38px;
    color: #FFF;
    font-weight: bold;
}

.scotts-model .details {
    background: rgba(22, 28, 37, 0.40);
    width: 100%;
    height: auto;
    display: none;
    clear: both;
    padding: 30px;
}

.scotts-model .details .masonry {
    column-count: 2;
    column-gap: 2em;
}

.scotts-model .details p {
    font-size: 20px;
    font-weight: 300;
    color: #FFF;
}

.scotts-model .details .line {
    background: #b47864;
    width: 102px;
    height: 6px;
    margin: 0 0 20px;
    padding: 0px;
    display: block;
    clear: both;
}

/*
    SINGLE POST
*/

.single-scotts-event{
    width: 100%;
    height: auto;
}
.single-scotts-event .thumbnail{
    width: 100%;
    margin: 0 0 10px;
    display: block;
    clear: both;
}
.single-scotts-event .detail{
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
}
.single-scotts-event .detail .detail-title{
    padding: 5px 15px;
    background: #b47864;
    color: #FFF;
}
.single-scotts-event .detail .detail-content{
    margin: 0px;
    padding: 15px;
    display: block;
    clear: both;
    color: #FFF;
}

.single-scotts-event .title{
    font-size: 35px;
    color: #FFF;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #b47864;
    line-height: 1em;
}
.single-scotts-event .content{
    color: #FFF;
}

/*
    SPARES
*/

.all-spares{
    display: none;
}
.spares{
    width: 100%;
    height: 400px;
    display: block;
    clear: both;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin: 12px 0 0;
    position: relative;
}
.spares .title{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(180, 120, 100, 0.50);
}
.spares .title a{
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 30px 10px 10px;
    display: block;
    position: relative;
    text-decoration: none !important;
}
.spares .title a:after{
    width: 10px;
    height: 10px;
    display: block;
    border-width: 2px 2px 0px 0px;
    border-style: solid;
    border-color: #FFF;
    content: ' ';
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 2px);
    right: 10px;
    transition: all ease-in-out 300ms;
}
.spares .title a.active:after{
    transform: rotate(135deg);
    top: calc(50% - 7px);
}
.spares .title .details{
    width: 100%;
    height: 356px;
    display: none;
    clear: both;
    padding: 0px 10px 10px;
    color: #FFF;
    font-size: 12px;
}
.spares .title .details table , .spares .title .details table tbody , .spares .title .details table tbody tr{
    border-color: #FFF;
}

.error_page h1{
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
    font-size: 160px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1em;
}
.error_page p{ margin: 20px 0px; }

/**
    page-information
 */

.page-information{
    padding: 50px 0px;
}
.page-information h1{
    margin: 0px 0 40px;
    padding: 0px 0 40px;
    display: block;
    clear: both;
    font-size: 60px;
    color: #FFF;
    text-transform: uppercase;
    border-bottom: 1px solid #b47864;
    text-align: center;
    line-height: 1em;
}
.page-information p{
    color: #FFF;
    margin: 0 0 35px;
    font-size: 16px;
}
.page-information ul , .page-information ol{
    margin-bottom: 40px;
}
.page-information ul li , .page-information ol li{
    color: #FFF;
    font-size: 16px;
}