@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Oblique.eot');
    src: url('../fonts/Avenir-Oblique.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Oblique.woff') format('woff'),
        url('../fonts/Avenir-Oblique.ttf') format('truetype'),
        url('../fonts/Avenir-Oblique.svg#Avenir-Oblique') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Roman.eot');
    src: url('../fonts/Avenir-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Roman.woff') format('woff'),
        url('../fonts/Avenir-Roman.ttf') format('truetype'),
        url('../fonts/Avenir-Roman.svg#Avenir-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Medium.eot');
    src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Medium.woff') format('woff'),
        url('../fonts/Avenir-Medium.ttf') format('truetype'),
        url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-MediumOblique.eot');
    src: url('../fonts/Avenir-MediumOblique.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-MediumOblique.woff') format('woff'),
        url('../fonts/Avenir-MediumOblique.ttf') format('truetype'),
        url('../fonts/Avenir-MediumOblique.svg#Avenir-MediumOblique') format('svg');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Black.eot');
    src: url('../fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Black.woff') format('woff'),
        url('../fonts/Avenir-Black.ttf') format('truetype'),
        url('../fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-BlackOblique.eot');
    src: url('../fonts/Avenir-BlackOblique.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-BlackOblique.woff') format('woff'),
        url('../fonts/Avenir-BlackOblique.ttf') format('truetype'),
        url('../fonts/Avenir-BlackOblique.svg#Avenir-BlackOblique') format('svg');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'CenturyOldStyleStd-Bold';
    src: url('../fonts/CenturyOldStyleStd-Bold.eot');
    src: url('../fonts/CenturyOldStyleStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyOldStyleStd-Bold.woff') format('woff'),
        url('../fonts/CenturyOldStyleStd-Bold.ttf') format('truetype'),
        url('../fonts/CenturyOldStyleStd-Bold.svg#CenturyOldStyleStd-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Master layout */
/************************************************************
Global styles */

/* Partial CSS Reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

:focus {
    outline: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
td {
    vertical-align: top;
}
/* End Reset */

body {
    font: 16px 'Avenir', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}

/* Links */
a{
   color: inherit; 
}
a,
input[type="submit"] {
    display: inline-block;
    outline: none;
    transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a[href^="tel:"] {
    color: inherit;
}
a img {
    border: none;
    transition: all 0.5s ease 0s;
}
img {
    max-width: 100%;
}

/* Form elements */
input[type=text]{

}
label i{
    margin-left: 2px;
    vertical-align: text-bottom !important;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    transition: background-color 5000s ease-in-out 0s;
}
.search-box input[type]:-webkit-autofill,
.search-box input[type]:-webkit-autofill:hover,
.search-box input[type]:-webkit-autofill:focus,
.search-box input[type]:-webkit-autofill:active {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
    -webkit-text-fill-color: #fff;
}
.search-box input[type]::-webkit-input-placeholder{ 
    color: #fff;
}
.search-box input[type]:-ms-input-placeholder{ 
    color: #fff;
}
.search-box input[type]::placeholder { 
    color: #fff;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.form-check input[type="checkbox"]:not(checked) {
    position: absolute;
    visibility: hidden;
}
.form-check input[type="checkbox"]:not(checked) + label{
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
}
.form-check input[type="checkbox"]:not(checked) + label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    vertical-align: middle;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 8px;
    border: 1px solid #aba7a7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}
.form-check input[type="checkbox"]:checked + label:before {
    content: '\f00c';
    font: 9px 'Font Awesome\ 5 Pro';
    font-weight: bold;
    color: #ed1c24;
    z-index: 1;
}
input[type="submit"] {
    cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    padding: 0;
    border: none;
    line-height: 1;
}
textarea {
    resize: none;
    overflow: auto;
}
/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
    color: #bfbfbf;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #bfbfbf;
    opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
    color: #bfbfbf;
    opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
    color: #bfbfbf;
    opacity: 1;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
h1, h2{
    font-family: 'CenturyOldStyleStd-Bold';
    font-size: 31px;
    color: #63513d;
    text-transform: uppercase;
}
h2{
    font-size: 29px;
}
h3 {
    font-family: 'Avenir';
    font-size: 20px;
    color: #63513d;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #84a025;
}
h4 {
    font-size: 20px;
}
h5 {
   font-size: 16px;
}
h6 {
   
}
.large-text{
    font-family: 'CenturyOldStyleStd-Bold';
    font-size: 31px;
    color: #63513d;
    text-transform: uppercase;
    margin-bottom: 15px;

}
/* Block-level */
address {
    font-style: inherit;
}
p {
    margin-bottom: 20px;
}
p a:not([class]) {
    color: #84a025;
    font-weight: bold;
}
p a:hover {
    color: inherit;
}
ul {
    list-style-type: none;
}
ol{
    list-style-position: inside;
}
strong {
    font-weight: 900;
}
sup {
    font-size: 6px;
}

/************************************************************
Generic Site Styles */
.flexbox {
    display: flex; 
    flex-wrap: wrap;
    align-items: stretch; 
    justify-content: flex-start;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    float: none !important;
}
.container {
    max-width: 1130px;
    margin: 0 auto;
}
.container {
    padding: 0 15px;
}
main .table.page,
.table.auto-height {
    height: auto;
}

.table.auto-width {
    width: auto;
}
.table.auto-all {
    height: auto;
    width: auto;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none !important;
}

.padding {
    padding: 0px 15px;
}
.padding-left {
    padding-left: 15px;
}
.padding-right {
    padding-right: 15px;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
.table-header-group {
    display: table-header-group;
}
.table-footer-group {
    display: table-footer-group;
}

/* Text alignment */
.align-left {
    text-align: left !important;
}
.align-center {
    text-align: center !important;
}
.align-right {
    text-align: right !important;
}

/* Container class to make iFrames responsive */
.frame-contain {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
                            /* 75% = 4:3 */
}
.frame-contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/************************************************************
Miscellaneous */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.relative {
    position: relative;
}
.full-size {
    width: 100%;
    height: 100%;
}

.on-top {
    position: relative;
    z-index: 1;
}

.hide {
    display: none !important;
}

.no-scroll {
    overflow: hidden;
}
.nav-menu > li > a:after,
.top-bar, .header-menu,
.sub-menu, .sub-ctrl, .slick-arrow, .btn,
.more-link,

.img-box:after, .event-control:after,
.event-slider-arrows,
.toggle-ctrl, .toggle-head span,
.toggle-head, .toggle-head span:after{
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
.test{
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
.nav-menu > li > a:after,
.nav-menu > li.active > a:after,
.event-slider .img-box:after{
    opacity: 0;
    visibility: hidden;
}
.nav-menu > li.active > a:after,
.nav-menu > li:hover > a:after,
.event-slider .event-box:hover .img-box:after{
    opacity: 1;
    visibility: visible;
}
.img-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.event-slider .img-box:after,
.col-right.photos .img-box:after,
.img-banner:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}
.img-box .relative {
    z-index: 1;
}
.btn{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 22px;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
    color: #42361f;
    background: transparent;
    text-align: center;
    min-width: 160px;
    padding: 15px 25px 12px;
    border: 2px solid #42361f;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.btn:hover{
    background: #84a025;
    border-color: #84a025;
    color: #fff;

}
.btn-short{
    min-width: 125px;
}
.btn-filled{
    background: #8a7a64;
    border-color: #8a7a64;
    color: #fff;
}
.btn-light{
    border-color: #fff;
    color: #fff;
}
.more-link{
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
    border-bottom: 1px solid;
}
.more-link:hover{
    color: #84a025;
}
/* List */
.main-content .content ul > li,
.section-wrapper ul > li,
.main-content .content ol > li,
.section-wrapper ol > li{
    position: relative;
    margin-bottom: 7px;
    padding-left: 15px;
}
.main-content .content ul > li:before,
.section-wrapper ul > li:before{
    content: "\2022";
    position: absolute;
    top: 1px;
    left: 0;
    color: #84a025;
}
.main-content .content ul > li:last-child,
.section-wrapper ul > li:last-child{
    margin-bottom: 0;
}
/* Icons */
.ico{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 70px;
    margin-bottom: 10px;
}
.ico img{
    max-height: 100%;
}
i{
    font-style: normal;
}
.toggle-content{
    display: none;
}
/************************************************************
Slick Slider main styles */
.slick-initialized .slick-slide {
    z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
    z-index: 8 !important;
}
.slick-vertical .slick-slide {
    position: relative;
    border: none;
}
.slick-arrow {
    width: auto;
    height: auto;
    color: #0a0a0a;
    z-index: 9;
}
.slick-arrow:after {
    font:24px/1 Font Awesome\ 5 Pro;
}
.slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow.slick-prev:after {
    content: "\f060";
}
.slick-arrow.slick-next {
    right: 0;
}
.slick-arrow.slick-next:after {
    content: "\f061";
}
.slick-arrow.slick-disabled{
    pointer-events: none;
    color: #e6e6e6;
}
.slider-arrows{
    width: 74px;
    display: flex;
}
.slider-arrows .slick-arrow{
    position: static;
    display: block;
    transform: none;
}
.slider-arrows .slick-prev{
    margin-right: 30px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 20px;
    height: auto;
    line-height: 0;
    z-index: 9;
}
.slick-dots li {
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin: 0 5.5px;
    background-color: #898989;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active{
    width: 16px;
    height: 16px;
    background-color: #84a025;
}
.slick-dots li button:before {
    content: none;
}
/************************************************************
Modal Window */
.highslide-container .modal-wrapper{
    background: #FFF;
    padding: 15px;
    max-width: 700px;
    height: 100%;
    display: block;
    border: none;
    font: 14px/1.2 'Avenir';
}
.modal-wrapper .img-box{
    width: 170px;
    height: 200px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 15px;
}
.modal-wrapper .flexbox > div:last-child{
    width: calc(100% - 185px);
}
.modal-wrapper h2{
    margin-bottom: 10px;
    font-size: 25px;
    text-transform: none;
}
.modal-wrapper .sub-title{
    font-weight: bold;
}
