/* ===================== */
/* === Font Families === */
/* ===================== */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');

/* =============== */
/* === General === */
/* =============== */

body {
    color: #1C1C1E;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1px;
    line-height: 1.5;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

body.menu-open {
    overflow-y: hidden;
}

body.menu-open #page {
    visibility: hidden;;
}

#page {
    visibility: visible;
}

/* html {
    scroll-behavior: smooth;
} */

p, ul, ol {
    margin-top: 0;
    margin-bottom: 25px;
}

li > ul, li > ol {
    margin: 0;
}

ul > li:nth-child(1),
ol > li:nth-child(1) {
    margin-top: 0;
}

li{
    margin-top: 5px;
    margin-bottom: 0;
}

li > ul > li,
li > ol > li {
    margin-top: 5px !important;
}

h1, h2,
h3, h4 {
    margin-top: 0;
}

h1 {
    color: inherit;
    font-family: 'Fraunces', serif;
    font-size: 45px;
    font-weight: 300;
    font-style: inherit;
    letter-spacing: inherit;
    line-height: 1.25;
    text-transform: none;
    margin-bottom: 25px;
}

h2 {
    color: inherit;
    font-family: 'Fraunces', serif;
    font-size: 34px;
    font-weight: 300;
    font-style: inherit;
    letter-spacing: inherit;
    line-height: 1.25;
    text-transform: none;
    margin-bottom: 25px;
}

h3 {
    color: inherit;
    font-family: 'Fraunces', serif;
    font-size: 28px;
    font-weight: 300;
    font-style: inherit;
    letter-spacing: inherit;
    line-height: 1.25;
    text-transform: none;
    margin-bottom: 25px;   
}

h4 {
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    font-style: inherit;
    letter-spacing: 2.75px;
    line-height: inherit;
    text-transform: uppercase;
    margin-bottom: 5px;
}

a,
a:active,
a:visited {
    color: #1C1C1E;
    text-decoration: underline;
    text-decoration-style: dotted;
    transition: all 0.2s ease-in-out;
}

a:hover, 
a:focus {
    color: #1C1C1E;
    text-decoration-style: solid;
    transition: all 0.2s ease-in-out;
    outline: none;
}

.button {
    padding: 12px 42px;
    display: inline-block;
    font-weight: 500;
/*     margin-right: 20px; i really doubt this needs to be here but i'm leaving it for a bit bc tweaking global styles susses me out - 7/6/23*/
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.button:active,
.button:visited {
    text-decoration: none;
}

.button:hover, 
.button:focus {
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}

.button.white,
.button.white:active,
.button.white:visited {
    color: #1C1C1E;
    background: #ffffff;
    border: 2px solid #ffffff;
}

.button.black,
.button.black:active,
.button.black:visited {
    color: #ffffff;
    background: #1C1C1E;
    border: 2px solid #1C1C1E;
}

.button.white.ghost,
.button.white.ghost:active,
.button.white.ghost:visited {
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
}

.button.black.ghost,
.button.black.ghost:active,
.button.black.ghost:visited {
    color: #1C1C1E;
    background: transparent;
    border: 2px solid #1C1C1E;
}

.button.white:hover, 
.button.white:focus,
.button.black:hover, 
.button.black:focus,
.button.white.ghost:hover, 
.button.white.ghost:focus,
.button.black.ghost:hover, 
.button.black.ghost:focus {
    color: #ffffff;
    background: #7F4931;
    border: 2px solid #7F4931;
}

.v-align {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.desktop-only {
    display: block;
    visibility: visible;
}

.mobile-only {
    display: none;
    visibility: hidden;
}

.hidden {
    display: none;
}

.centered {
	display: grid;
	place-content: center;
}

section {
    display: inline-block;
    clear: both;
    width: 100%;
    position: relative;
}

#primary .page > section:nth-last-child(1) {
    margin-bottom: 70px;
}

.container {
    position: relative;
}

.gutter {
    padding-left: 70px;
    padding-right: 70px;
}

.gutter.narrow {
    padding-left: 140px;
    padding-right: 140px;
}

.gutter.extra-narrow {
    padding-left: 210px;
    padding-right: 210px;
}

.cc-banner .cc-btn {
    text-decoration: none;
    padding: 0.6em 2.0em;
}

.cc-banner .cc-btn:hover {
    background-color: #7F4931 !important;
    text-decoration: underline;
}

.cc-animate.cc-revoke.cc-bottom {
    display: none !important;
}

/* ================ */
/* === Colorbox === */
/* ================ */

#cboxOverlay {
    background: #000;
    opacity: 0.95 !important;
}

#cboxContent {
    margin-top: 12px !important;
}

#cboxClose {
    background: none;
    color: #fff;
    width: 100px;
    top: -30px;
    height: auto;
    text-indent: 0;
    text-align: right;
    outline: none !important;
}

#cboxClose:hover,
#cboxClose:focus {
    color: #ffe400;
    text-decoration: underline;
}

#cboxNext,
#cboxPrevious {
    width: 32px;
    height: 32px;
    top: auto;
    bottom: 15px;
    z-index: 1000;
    opacity: 0.5;
    border-radius: 100%;
    outline: none !important;
    background-color:#fff;
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s ease-in-out;
}

#cboxNext:hover,
#cboxPrevious:hover {
    opacity: 0.8;
    background-position: center;
    transition: all 0.2s ease-in-out;
}

#cboxNext {
    left: auto;
    right: 15px;
    background-image: url("/wp-content/themes/one-sixteen/images/cbox-arrow-right.png");
}

#cboxPrevious {
    left: 15px;
    right: auto;
    background-image: url("/wp-content/themes/one-sixteen/images/cbox-arrow-left.png");
}

#colorbox, #cboxOverlay, #cboxWrapper {
    overflow: visible !important;
}

/* ===================== */
/* === Media Queries === */
/* ===================== */

/* Extra Large devices (desktops, less than 1281px) */
@media (max-width: 1280.98px) {



}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

    .gutter.narrow,
    .gutter.extra-narrow {
        padding-left: 70px;
        padding-right: 70px;
    }

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .desktop-only {
        display: none;
        visibility: hidden;
    }
    
    .mobile-only {
        display: block;
        visibility: visible;
    }

    .gutter,
    .gutter.narrow,
    .gutter.extra-narrow {
        padding-left: 45px;
        padding-right: 45px;
    }
    

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {



}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {



}



