/* Grid

font-family: 'Cormorant Garamond', serif;
font-family: 'Manrope', sans-serif;

–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

.col, .cols {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
    .container {
        width: 85%;
        padding: 0;
    }
}

/* For devices larger than 800px */
@media (min-width: 800px) {
    .container {
        width: 80%;
    }

    .col, .cols {
        margin-left: 4%;
    }

    .col:first-child, .cols:first-child {
        margin-left: 0;
    }

    .one.col, .one.cols {
        width: 4.66666666667%;
    }

    .two.cols {
        width: 13.3333333333%;
    }

    .three.cols {
        width: 22%;
    }

    .four.cols {
        width: 30.6666666667%;
    }

    .five.cols {
        width: 39.3333333333%;
    }

    .six.cols {
        width: 48%;
    }

    .seven.cols {
        width: 56.6666666667%;
    }

    .eight.cols {
        width: 65.3333333333%;
    }

    .nine.cols {
        width: 74.0%;
    }

    .ten.cols {
        width: 82.6666666667%;
    }

    .eleven.cols {
        width: 91.3333333333%;
    }

    .twelve.cols {
        width: 100%;
        margin-left: 0;
    }

    .one-third.col {
        width: 30.6666666667%;
    }

    .two-thirds.col {
        width: 65.3333333333%;
    }

    .one-half.col {
        width: 48%;
    }/* Offsets */

    .offset-by-one.col, .offset-by-one.cols {
        margin-left: 8.66666666667%;
    }

    .offset-by-two.col, .offset-by-two.cols {
        margin-left: 17.3333333333%;
    }

    .offset-by-three.col, .offset-by-three.cols {
        margin-left: 26%;
    }

    .offset-by-four.col, .offset-by-four.cols {
        margin-left: 34.6666666667%;
    }

    .offset-by-five.col, .offset-by-five.cols {
        margin-left: 43.3333333333%;
    }

    .offset-by-six.col, .offset-by-six.cols {
        margin-left: 52%;
    }

    .offset-by-seven.col, .offset-by-seven.cols {
        margin-left: 60.6666666667%;
    }

    .offset-by-eight.col, .offset-by-eight.cols {
        margin-left: 69.3333333333%;
    }

    .offset-by-nine.col, .offset-by-nine.cols {
        margin-left: 78.0%;
    }

    .offset-by-ten.col, .offset-by-ten.cols {
        margin-left: 86.6666666667%;
    }

    .offset-by-eleven.col, .offset-by-eleven.cols {
        margin-left: 95.3333333333%;
    }

    .offset-by-one-third.col, .offset-by-one-third.cols {
        margin-left: 34.6666666667%;
    }

    .offset-by-two-thirds.col, .offset-by-two-thirds.cols {
        margin-left: 69.3333333333%;
    }

    .offset-by-one-half.col, .offset-by-one-half.cols {
        margin-left: 52%;
    }
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
    font-size: 62.5%;
}

body, body.mceContentBody, .mceContentBody table, .mceContentBody td {
    font-size: 5vw;
    line-height: 1.3;
    font-weight: 400;
    color: #2d3912;
    font-family: 'Manrope', sans-serif;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 300px) {

body, body.mceContentBody, .mceContentBody table, .mceContentBody td {
    font-size: 1.5rem;
}

}

body.mceContentBody, .mceContentBody table, .mceContentBody td {
    font-size: 15px;
    line-height: 1.35;
}

.mceContentBody {
    margin: 5px;
    background-image: none;
    background-color: #fff
}

body.mceContentBody img[style^="float: left"] {
    margin: 0px 3rem 3rem 0px !important;
    width: 40vw !important;
    max-width: 400px !important;
}

body.mceContentBody img[style^="float: right"] {
    margin: 0px 0px 2rem 3rem !important;
    width: 40vw !important;
    max-width: 400px !important;
}

body.mceContentBody td img {
    max-width: 300px !important;
}

.main img {
    max-width: 100%;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    font-family: 'Heading Font', serif;
    letter-spacing: 0.05em;
    text-wrap: balance;
}

h1 {
    font-size: 5vw;
}

h2 {
    font-size: 4vw;
}

h3 {
    font-size: 3vw;
}

h4 {
    font-size: 2.6vw;
}

h5 {
    font-size: 2vw;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0.3em;
}

h6 {
    font-size: 1.6vw;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0.3em;
}


/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 1100px) {

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 4rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.6rem;
}

h5 {
    font-size: 2rem;
}

h6 {
    font-size: 1.6rem;
}

}

p {
    margin-top: 0;
}

i, em {
}

b, strong {
    font-weight: 700;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
    color: #2d3912;
    text-decoration: underline;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: underline;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    margin: 0;
    padding: 1rem 2rem;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background: #d4a42f;
        font-weight: 500;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    transition: all ease 0.3s;
    line-height: 1;
    border: 0;
    letter-spacing: .3em;
    white-space: normal ;
}

.button:hover, a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
    background: #d4a42f;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"], input[type="number"], input[type="date"], input[type="time"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    height: 38px;
    padding: 6px 10px;
    /* The 6px vertically centers text on FF, ignored by Webkit */
    background-color: #Efefef;
    border: 0px;
    box-shadow: none;
    box-sizing: border-box;
    color: #2d3912;
    width: 100%;
    min-width: 240px;
    max-width: 50vw;
    margin: 0;
    margin-bottom: 1rem;
    line-height: 1;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: 1px solid #2d3912;
    outline: 0;
}

select {
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* select arrow */
select {
    background-image:
    linear-gradient(45deg, transparent 50%, #222 50%), linear-gradient(135deg, #222 50%, transparent 50%), linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    background-position: calc(100% - 20px), calc(100% - 15px), 100% 0;
    background-size: 5px 5px, 5px 5px, 40px 100%;
    background-repeat: no-repeat;
}

select option {
    background: rgba(0, 0, 0, 0.9);
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
}

::-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}

::-moz-placeholder {
    /* Firefox 18- */
    color: #999;
}

label, legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 700;
}

fieldset {
    padding: 0;
    border-width: 0;
}

input[type="checkbox"], input[type="radio"] {
    display: inline;
}

label > .label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: 400;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
    padding: 0;
    margin-left: 2rem;
    margin-bottom: 2rem
}

ol {
    list-style: decimal
}

li {
    margin-bottom: 0;
    margin-left: 0;
}

li a {
    text-decoration: none;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}

pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th, td {
    padding: 0;
    text-align: left;
}

th:first-child, td:first-child {
    padding-left: 0;
}

th:last-child, td:last-child {
    padding-right: 0;
}

/* Smaller than phablet (also point when grid becomes active) */
@media (max-width: 800px) {
    body.page-pages .content-wrap table td, body.page-pages .content-wrap table td:first-of-type, body.page-pages .content-wrap table td:last-of-type {
        display: block;
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
        border: 0;
    }

    body.page-pages .content-wrap table td input, body.page-pages .content-wrap table td select, body.page-pages .content-wrap table td textarea {
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .content-wrap iframe {
        max-width: 100%;
    }
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button, .button {
    margin-bottom: 1rem;
}

input, textarea, select, fieldset {
    margin-bottom: 1.5rem;
}

pre, blockquote, dl, figure, table, p, ul, ol, form {
    margin-bottom: 2rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lead-in {
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-width: 0;
    border-top: 1px solid #ccc;
}

/* Slider Fix for Chrome */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.fc-tbx table td {
    margin: 0;
    padding: 0;
    border: 0;
}

/* Form Errors */
.form-general .fc-error, .form-general .fc-error {
    border: 0;
    margin: 0;
    padding: 1rem 0rem;
    display: block;
    background: none;
}

.form-general .fc-error p, .form-general .fc-error p {
    margin: 0px;
    color: #cc0000;
    line-height: 1;
}

#contactForm.form-general .fc-error p, #contactForm.form-general .fc-error p {
    margin: 0px;
    color: #ff9696;
    line-height: 1;
}

.form-general p {
    margin: 0;
}

.form-general ul {
    padding: 0;
    margin: 0;
    margin-bottom: 2rem;
}

.form-general li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.form-general ul.show-bullets li {
    margin-bottom: 1rem;
    margin-left: 2rem;
    list-style: disc;
}

.form-general input[type=text], .form-general select, .form-general textarea {
    width: 100%;
    max-width: 600px;
}

.form-general input[type=checkbox] {
    margin: 0;
    margin-right: .5rem;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container, .row, .u-cf {
    display: flow-root;
}

.contact-button {
}

.content img[style^="float: left"] {
    margin: 0 !important;
    width: 100%;
    height: auto;
}

.content img[style^="float: right"] {
    margin: 0 !important;
    width: 100%;
    height: auto;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .main img[style^="float: left"], .main iframe[style^="float: left"] {
        margin: 0px 2% 1% 0px !important;
        max-height: 300px;
    }

    .main img[style^="float: right"], .main iframe[style^="float: right"] {
        margin: 0px 0px 1% 2% !important;
        max-height: 300px;
    }
}

.input-error, .input-error:focus {
    border: 2px solid #b7410e !important;
    color: #cc0000;
    background: rgba(223, 67, 58, 0.1) !important;
}

.input-error-msg {
    position: relative;
    top: calc(-.5rem - 2px);
    background: #b7410e;
    color: #fff;
    padding: .25rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    font-size: 90%;
}


@font-face {
    font-family: 'Heading Font';
    src: url('../fonts/heading.woff2') format('woff2'),
         url('../fonts/heading.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

/* Larger than mobile */
@media (min-width: 400px) {
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
}

/* Larger than desktop */
@media (min-width: 1000px) {
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
}


