@font-face {
    font-family: 'Royal Serif';
    src: url('/wp-content/themes/the-deer-barn/assets/fonts/royal-serif-webfont.woff2') format('woff2'),
         url('/wp-content/themes/the-deer-barn/assets/fonts/royal-serif-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html, 
body {
    overflow-x: hidden;
}
.site-branding, 
#content, 
.site-info {
    width: 1386px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}
header#masthead {
    background: #fff !important;
    padding: 10px 0;
    z-index: 9;
    position: fixed;
    width: 100%;
    top: 0;
}
/*body.home .site-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
body.home .site-header.fixed {
    position: fixed;
    opacity: 1;
    transition: 0.3s ease-in-out;
}*/
body.home #content {
    margin-top: 121px;
}
.custom-logo {
    width: 150px;
}
.main-navigation li {
    font-size: 15px;
}
li#menu-item-119 {
    margin: 0 0 0 40px;
}
li#menu-item-119 a {
    padding: 12px 30px;
    border: 3px solid #C6AD90;
    transition: 0.3s ease-in-out;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
li#menu-item-119 a:hover {
    border: 3px solid #89a89a;
    color: #fff;
}
li.current-menu-item a, 
.main-navigation li a:hover {
    border-bottom: 1px solid #C6AD90;
}
h1 {
    font-family: 'Royal Serif', sans-serif;
    color: #425664;
    font-size: 48px;
    font-weight: 100;
}
h2 {
    font-size: 24px;
    color: #425664;
    line-height: 36px;
    margin-bottom: 30px;
    font-weight: 400;
}
#content p {
    line-height: 36px;
    color: #425664;
}
.first-row {
    padding: 40px 0;
}
.first-row h2 {
    font-weight: 600;
}
.gb-btn {
    border: 3px solid #c6ad90;
    text-decoration: none;
    color: #c6ad90;
    padding: 13px 30px 12px;
    transition: 0.3s ease-in-out;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.gb-btn:hover {
    border: 3px solid #89a89a;
    color: #fff;
}
.gb-btn:hover:before, 
.gb-btn:focus:before, 
.gb-btn:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.gb-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #89a89a;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 0.3s ease-in-out;
}
.event-row {
    padding: 60px 0 120px;
}
.event-row h1, 
.event-row h2 {
    color: #fff;
    font-weight: 400;
}
.wr-btn {
    color: #c6ad90;
    background: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 210px;
    padding: 7px 30px 6px;
    float: right;
    transition: 0.3s ease-in-out;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.wl-btn {
    color: #c6ad90;
    background: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 210px;
    padding: 7px 30px 6px;
    float: left;
    transition: 0.3s ease-in-out;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.wc-btn {
    color: #c6ad90;
    background: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 210px;
    padding: 7px 30px 6px;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.wl-btn:hover, 
.wr-btn:hover,
.wc-btn:hover {
    color: #fff;
}
.wc-btn:hover:before, 
.wc-btn:focus:before, 
.wc-btn:active:before, 
.wl-btn:hover:before, 
.wl-btn:focus:before, 
.wl-btn:active:before,
.wr-btn:hover:before, 
.wr-btn:focus:before, 
.wr-btn:active:before, 
.mb-btn:hover:before, 
.mb-btn:focus:before, 
.mb-btn:active:before,
li#menu-item-119 a:hover:before, 
li#menu-item-119 a:focus:before, 
li#menu-item-119 a:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.wc-btn:before, 
.wl-btn:before, 
.wr-btn:before, 
.mb-btn:before, 
li#menu-item-119 a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #89a89a;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 0.3s ease-in-out;
}
.event-btns .wpb_text_column {
    margin-bottom: 15px !important;
}
.so-row {
    padding: 50px 0;
    background: url(/wp-content/uploads/2022/03/so-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.so-left .vc_column-inner {
    padding-bottom: 20px;
}
.so-left .vc_column-inner .wpb_text_column {
    padding-right: 50px !important;
    width: 676px !important;
    float: right;
}
.so-left h1 {
    font-size: 44px;
    margin: 15px 0 35px;
}
.so-left h2 {
    font-weight: 400;
}
.wpb_text_column.p-remove {
    padding-top: 1px !important;
}
.gallery-row .vc-gitem-zone-height-mode-auto {
    height: 300px;
}
.mg-imgs .vc-gitem-zone-height-mode-auto {
    height: 300px;
}

footer#colophon {
    background: #425664;
    color: #fff;
    display: flex;
    padding: 50px 0 40px;
}
footer#colophon a {
    text-decoration: none;
    color: inherit;
}
#f1, 
#f2 {
    width: 25%;
    float: left;
}
#f3 {
    width: 25%;
    float: right;
    text-align: right;
}
#f3 #media_image-2 img {
    width: 200px;
    margin-top: 50px;
}
#f3 .custom-html-widget img {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}
#f4 {
    width: 25%;
    float: left;
}
.fwidgets h2.widget-title {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}
footer#colophon p {
    line-height: 1.4;
}

.sp-block {
    padding: 40px 0;
}
.package-blocks {
    border: 2px solid #c6ad90;
    border-radius: 10px;
    margin: 0 3px 50px !important;
    background: #fff;
    transition: 0.3s ease-in-out;
}
.package-blocks:hover {
    box-shadow: 4px 6px 15px rgb(89 75 49 / 20%);
}
.package-blocks h3, 
.corporate-block h3 {
    font-family: 'Royal Serif', sans-serif;
    font-size: 30px;
    font-weight: 100;
    border-bottom: 1px solid #c6ad8f;
    padding: 30px 30px 28px;
    margin: 0;
}
.package-text {
    padding: 5px 30px 0;
}
.package-text h2, 
.package-text p, 
.corporate-block h3, 
.corporate-block p {
    margin: 0;
}
.mb-btn {
    border: 3px solid #c6ad90;
    text-decoration: none;
    color: #c6ad90;
    padding: 4px 30px 3px;
    width: 200px;
    display: block;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.mb-btn:hover {
    border: 3px solid #89a89a;
    color: #fff;
}
.green-block {
    border-radius: 10px;
    margin: 95px 3px 50px !important;
    transition: 0.3s ease-in-out;
    background: #89a89a;
    color: #fff;
}
.green-block h3 {
    font-family: 'Royal Serif', sans-serif;
    font-size: 30px;
    font-weight: 100;
    border-bottom: 1px solid #ffffff;
    padding: 30px 30px 28px;
    margin: 0;
}
.gb-text {
    padding: 5px 30px 15px;
}
.gb-text p {
    color: #fff !important;
    font-size: 24px;
    line-height: 48px !important;
    margin-top: 0;
}
.gallery-title {
    margin-bottom: 90px;
}
.gallery-title h1 {
    padding-bottom: 25px;
}
.corporate-block {
    border: 2px solid #c6ad90;
    border-radius: 10px;
    margin: 0 3px 140px !important;
    background: #fff;
    box-shadow: 0 6px 15px rgb(89 75 49 / 20%);
}
.cp-text {
    padding: 10px 0 30px;
}
.cp-text ul {
    margin-left: 30px;
}
.cp-text ul li {
    list-style: none;
    position: relative;
    padding: 12px 20px 12px 70px;
    font-size: 24px;
    line-height: 40px;
    color: #425664;
}
.cp-text ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    background: url(/wp-content/uploads/2022/03/tick.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}
.ce-row {
    padding: 80px 0 100px;
}
.ce-row:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    display: block;
}
.corporate-form {
    margin-top: 30px;
}
.corporate-form .cf-left {
    width: 48%;
    float: left;
}
.corporate-form .cf-right {
    width: 48%;
    float: right;
}
.corporate-form .cf-left input, 
.corporate-form .cf-right input {
    width: 100%;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #c6ad90;
    margin-bottom: 25px;
    font-weight: 700;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #c6ad90 !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c6ad90 !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c6ad90 !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #c6ad90 !important;
    opacity: 1;
}
.wpcf7-text:focus, 
.wpcf7-textarea:focus {
    outline:none;
}
.cf-button {
    float: right;
}
.cf-button input {
    border: 2px solid #c6ad8f;
    background: #fff;
    color: #c6ad8f;
    font-weight: 600;
    padding: 16px 80px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.cf-button input:hover {
    border: 2px solid #8AA899;
    background: #8AA899;
    color: #fff;
}
span.wpcf7-spinner {
    display: block;
}
.ce-row h2 {
    font-size: 30px;
    color: #fff;
    font-family: 'Royal Serif', sans-serif;
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 25px;
}
.ce-row p {
    color: #fff !important;
    font-size: 18px;
}
.map-row {
    height: 500px;
}
body.page-id-23 .sp-block {
    padding: 10px 0 80px;
}
body.page-id-23 .sp-block h1 {
    margin-top: 0;
}
.contact-details {
    padding-bottom: 100px;
}
.contact-text p {
    font-size: 24px;
    line-height: 48px !important;
}
.contact-text a {
    text-decoration: none;
    color: inherit;
}
.cp-address {
    padding-left: 65px;
    position: relative;
}
.cp-address:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2022/03/address-icon.svg);
    width: 30px;
    height: 30px;
    left: 0;
    top: 8px;
    background-repeat: no-repeat;
}
.cp-email {
    padding-left: 65px;
    position: relative;
}
.cp-email:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2022/03/email-icon.svg);
    width: 30px;
    height: 30px;
    left: 0;
    top: 14px;
    background-repeat: no-repeat;
}
.cp-number {
    padding-left: 65px;
    position: relative;
}
.cp-number:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2022/03/phone-icon.svg);
    width: 30px;
    height: 30px;
    left: 0;
    top: 10px;
    background-repeat: no-repeat;
}
.contact-form {
    border: 2px solid #c6ad90;
    border-radius: 10px;
    margin: 30px 0 0 !important;
    background: #fff;
    padding: 0 20px 30px;
    display: inline-block;
    width: 100%;
    box-shadow: 0 6px 15px rgb(89 75 49 / 20%);
}
.contact-form h3 {
    font-family: 'Royal Serif', sans-serif;
    font-size: 30px;
    font-weight: 100;
    border-bottom: 1px solid #c6ad8f;
    padding: 30px 20px 28px;
    margin: 0 0 50px;
}
.cf-full input {
    width: 100%;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #c6ad90;
    margin-bottom: 25px;
    font-weight: 700;
}
.cf-full textarea {
    width: 100%;
    height: 220px;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #c6ad90;
    margin-bottom: 25px;
    font-weight: 700;
}
.cf-btn input[type="submit"] {
    float: right;
    border: 2px solid #c6ad8f;
    background: #fff;
    padding: 14px 80px;
    color: #c6ad8f;
    font-weight: 600;
    border-radius: 0;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.cf-btn input:hover {
    border: 2px solid #8AA899;
    background: #8AA899;
    color: #fff;
}
body.single-event rs-fullwidth-wrap {
    padding-bottom: 20px;
}
nav.navigation.post-navigation {
    display: none;
}
.event-container {
    padding: 60px 0;
}
.event-block {
    border: 2px solid #c6ad90;
    border-radius: 10px;
    margin: 30px 0 0 !important;
    background: #fff;
    padding: 0;
    display: inline-block;
    width: 100%;
    transition: 0.3s ease-in-out;
}
.event-block:hover {
    box-shadow: 0 6px 15px rgb(89 75 49 / 20%);
}
.event-block h3 {
    font-family: 'Royal Serif', sans-serif;
    font-size: 30px;
    font-weight: 100;
    border-bottom: 1px solid #c6ad8f;
    padding: 30px 20px 28px;
    margin: 0 10px 40px;
}
.event-date {
    font-family: 'Royal Serif', sans-serif;
    font-size: 30px;
    font-weight: 100;
    padding: 0 30px;
}
.event-text {
    font-size: 18px;
    padding: 5px 30px 0;
    min-height: 260px;
}
.event-image {
    height: 150px;
}
.wpcf7-response-output {
    clear: both;
    border: 2px solid #c6ad8f !important;
    padding: 15px 20px !important;
    background: #fff;
    margin: 0 !important;
    text-align: center;
    color: #c6ad8f;
    font-weight: 700;
}
#wpcf7-f58-p23-o1 .contact-form {
    margin-bottom: 40px !important;
}
body.page-id-15 .green-block {
    margin-top: 10px !important;
}
.cc-window.cc-banner.cc-type-opt-in.cc-theme-classic.cc-bottom.cc-color-override-688238583 {
    background: #425664 !important;
}
a.cc-btn.cc-allow {
    background: #ffffff !important;
    color: #c6ad90;
}
html a.cc-btn.cc-deny {
    background: #c6ad90 !important;
}
.home-top-banner {
    position: relative;
    z-index: 9;
}
.grecaptcha-badge {
    display: none !important;
}
.map-row .vc_column-inner {
    padding-top: 0 !important;
}
.blog-row {
    padding-top: 30px;
}
.blog-row .vc_grid-item-mini.vc_clearfix {
    border: 1px solid #c6ad90;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgb(89 75 49 / 20%);
}
.blog-row .vc-gitem-zone-height-mode-auto {
    height: 250px;
}
.blog-row .vc_grid-item-mini.vc_clearfix h4 {
    font-size: 20px;
    margin: 18px 0;
}
.blog-row .vc_gitem_row .vc_gitem-col {
    background-color: #fff;
}
.blog-row .vc_btn3-color-juicy-pink {
    border: 3px solid #c6ad90 !important;
    text-decoration: none;
    color: #c6ad90 !important; 
    padding: 13px 30px 12px;
    transition: 0.3s ease-in-out;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: #fff !important;
}
.blog-row .vc_btn3-color-juicy-pink:hover {
    border: 3px solid #89a89a !important;
    color: #fff !important;
}
.blog-row .vc_btn3-color-juicy-pink:hover:before,
.blog-row .vc_btn3-color-juicy-pink:focus:before,
.blog-row .vc_btn3-color-juicy-pink:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.blog-row .vc_btn3-color-juicy-pink:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #89a89a;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 0.3s ease-in-out;
}
body.home .breadcrumb {
    display: none;
}
.breadcrumb {
    margin-top: 120px;
    background: #c6ad90;
    color: #c6ad90;
    padding: 0;
    display: flex;
    font-size: 0;
}
.breadcrumb a {
    text-decoration: none;
}
.breadcrumb .fbc-page .fbc-wrap .fbc-items li:first-child {
    margin-left: 0 !important;
}

@media screen and (max-width: 1386px) {
    .site-branding, 
    #content, 
    .site-info {
        width: 100%;
    }
    .so-left .vc_column-inner .wpb_text_column {
        padding-right: 40px !important;
        width: 100% !important;
        float: none;
        padding-left: 20px;
    }
    .gallery-row .vc-gitem-zone-height-mode-auto {
        height: 200px;
    }
}
@media screen and (max-width: 1200px) {
    .main-navigation li {
        font-size: 13px;
        margin: 15px 0 0 8px;
    }
    li#menu-item-119 {
        margin: 0 0 0 20px;
    }
    #content br {
        display: none;
    }
    body.page-id-23 #content br {
        display: block;
    }
    .gallery-row .vc-gitem-zone-height-mode-auto {
        height: 150px;
    }
}
@media screen and (max-width: 1000px) {
    .custom-logo-link {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 120px;
    }
    .custom-logo {
        width: 120px;
    }
    button#rmp_menu_trigger-88 {
        margin-top: 20px !important;
    }
    body.home #content {
        margin-top: 101px;
    }
}
@media screen and (max-width: 767px) {
    .wl-btn, 
    .wr-btn {
        float: none;
        margin: 0 auto;
    }
    .so-row {
        background-size: 400px;
    }
    .so-left .vc_column-inner {
        padding-bottom: 60px;
    }
    .so-right {
        height: 350px;
    }
    .gallery-row .vc-gitem-zone-height-mode-auto {
        height: 350px;
    }
    .so-left h1 {
        font-size: 36px;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 22px;
    }
    #f1, 
    #f2 {
        width: 50%;
    }
    #f3 {
        width: 100%;
        float: none;
        text-align: center;
        clear: both;
    }
    #f3 .custom-html-widget img {
        margin: 0 15px;
    }
    #f4 {
        width: 100%;
        float: none;
        clear: both;
        margin-top: 45px;
    }
    .cp-text ul {
        margin-left: 0;
        padding-inline-start: 20px;
    }
    .cp-text ul li {
        padding: 12px 20px 12px 35px;
        font-size: 20px;
        line-height: 32px;
    }
    .cp-text ul li:before {
        top: 16px;
        width: 20px;
        height: 20px;
    }
    .package-blocks h3, 
    .corporate-block h3, 
    .contact-form h3 {
        font-size: 22px;
        padding: 30px 20px 28px;
    }
    .green-block h3 {
        font-size: 22px;
    }
    .event-block h3, 
    .event-date {
        font-size: 24px;
    }
    .gb-text p, 
    .contact-text p {
        font-size: 20px;
    }
    .map-row {
        height: 300px;
    }
}
@media screen and (max-width: 500px) {
    body.home rs-fullwidth-wrap {
        margin-top: 0 !important;
    }
    rs-fullwidth-wrap {
        margin-top: 55px !important;
    }
    .corporate-form .cf-left, 
    .corporate-form .cf-right {
        width: 100%;
        float: none;
    }
    #f1, 
    #f2 {
        width: 100%;
        text-align: center;
        float: none;
    }
}
