/*
* Content
 */


@media screen and (min-width: 992px) {
	.title-large  {
        font-size: 3.15vw;
        }
}

@media screen and (max-width: 991px) {
	.title-large  {
        font-size: 3.75vw;
        }
}

@media screen and (max-width: 767px) {
	.title-large  {
        font-size: 4.5vw;
        }
    
}

@media screen and (max-width: 479px) {
	.title-large  {
        font-size: 6vw;
        }
}

.misc-title-text {
	font-size: 2.2rem;
}


.img-transform {
	height: 100%;
    width: 100%;
}

.small-container-testimonial {
    z-index: 2;
    justify-content: center;
    padding-top: 5vh;
    padding-bottom: 5vh;
    display: flex;
    position: relative;
    bottom: auto;
    left: auto;
    right: 0%;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #281E18;
}

.testimonial-title {
	color: #281E18;
    text-align: left;
    letter-spacing: .05em;
    white-space: normal;
    font-family: PT serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 120%;
    width: 100%;
    margin-bottom: 3vw;

}

.description-title-testimonial {
	color: #281E18;
    margin-top: 0;
    font-family: PT serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 25px;
    text-align: left;
    vertical-align: top;
}

.description-body-testimonial {
	color: #281E18;
    text-align: right;
    letter-spacing: .05em;
    white-space: normal;
    font-family: PT serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
    width: 100%;

}


.navbar {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    align-items: flex-start;
    padding: 2vh 6vw 5vh;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.nav-menu {
	flex: 1;
    justify-content: space-between;
    align-self: center ;
    padding-bottom: 0;
    padding-left: 48vw;
    display: flex;
    position: relative;
    top: 0%;
    left: 0%;
    right: 0%;
}

#case-studies {
	scroll-behavior: smooth;
}

.rows {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

@media screen and (max-width: 768px) {
	.rows {
        flex-direction: column;
        }
}


.homepage-content {
	flex-direction: column;
    align-items: flex-start;
}

.content-section {
	min-width: 100%;
    grid-row-gap: 8vh;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 12vh;
    padding-bottom: 12vh;
    display: flex;
    box-sizing: border-box;
}

.small-container {
    z-index: 2;
    justify-content: center;
    padding-top: 5vh;
    padding-bottom: 5vh;
    display: flex;
    position: relative;
    bottom: auto;
    left: auto;
    right: 0%;
    margin-right: auto;
    margin-left: auto;
}

.display-medium {
	font-size: 5vw;
}

.title-content-section {
	min-width: 100%;
    grid-row-gap: 8vh;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    box-sizing: border-box;
}

about-content {
	flex-direction: column;
    align-items: center;
    padding: 12vh 15vw 10vh;
    display: flex;
    position: relative;
}

.about-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
    padding-bottom: 5vw;
    border-bottom: 1px solid #281E18;
}

.about-image-block {
    padding-top: 6vh;
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 6vh;
}

.img-full {
	z-index: 1;
    width: 100%;
    max-width: 100%;
    border: 0 solid #281E18;
    flex: 0 auto;
    align-self: auto;
    display: block;
    position: relative;
    object-fit: contain;
    margin-top: 6vh;
    text-align: center;
}

.misc-side-title {
    color: #281E18;
    font-family: PT serif;
    font-size: 2.7rem;
    font-weight: 400;
    line-height: 100%;
}

.text-block {
	width: 44vw;
}

.text-section {
	min-width: 100%;
}

.home-text-block {
    padding-top: 8vh;
    padding-bottom: 8vh;
    margin-left: 17vw;
    margin-right: 17vw;
}

.title-wrapper {
	width: 100%;
}
.title-caption {
	color: #281E18;
    margin-top: 0;
    font-family: PT serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: top;
}

.title-caption-double {
	color: #281E18;
    margin-top: 0;
    font-family: PT serif;
    font-size: 3vw;
    font-style: italic;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 10px;
    text-align: left;
    vertical-align: top;
}

@media screen and (max-width: 768px) {
	.title-caption-double {
        font-size: 4vw;
     }
}

@media screen and (max-width: 479px) {
	.title-caption-double {
        font-size: 6vw;
     }
}


.description-title {
	color: #281E18;
    margin-top: 0;
    font-family: PT serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 25px;
    text-align: center;
    vertical-align: top;
}

.description-body {
	color: #281E18;
    text-align: center;
    letter-spacing: .05em;
    white-space: normal;
    font-family: PT serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
    width: 100%;

}

.description-body-contact {
	color: #281E18;
    text-align: left;
    letter-spacing: .05em;
    white-space: normal;
    font-family: PT serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 120%;
    width: 100%;

}


.nav-title {
	color: #281E18;
    margin-top: 0;
    font-family: PT serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 110%;
	margin-bottom: 10px;
    text-align: left;
    vertical-align: top;
}

@media screen and (max-width: 991px) {
	.nav-title  {
        font-size: 24px;
        }
} 

@media screen and (max-width: 769px) {
	.nav-title  {
        font-size: 20px;
        }
} 

@media screen and (max-width: 479px) {
	.nav-title  {
        font-size: 18px;
        }
} 

@media screen and (max-width: 991px) {
	.nav-menu  {
        padding-left: 40vw;
        }
} 

@media screen and (max-width: 768px) {
	.nav-menu  {
        padding-left: 32vw;
        }
} 

@media screen and (max-width: 479px) {
	.nav-menu  {
        padding-left: 16vw;
        }
} 



.nav-title:hover {
	color: #E35225;
}

.body-caption {
	color: #281E18;
    letter-spacing: .05em;
    white-space: normal;
    font-family: PT serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 120%;
    width: 100%;
    max-width: 44vw;
}

.body-caption-double {
	color: #281E18;
    letter-spacing: .05em;
    white-space: normal;
    font-family: PT serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 120%;
    width: 85%;
    max-width: 44vw;
}

@media screen and (max-width: 768px) {
	.body-caption-double  {
        width: 100%;
        max-width: none;
        font-size: 14px;
        }
}

@media screen and (max-width: 479px) {
	.body-caption-double  {
        font-size: 12px;
        }
}

.body-caption-double-row {
	color: #281E18;
    letter-spacing: .05em;
    white-space: normal;
    font-family: PT serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 120%;
    width: 85%;
    max-width: 44vw;
}

@media screen and (max-width: 768px) {
	.body-caption-double-row  {
        width: 100%;
        max-width: none;
        font-size: 14px;
        padding-bottom: 5vh;
        }
}

@media screen and (max-width: 479px) {
	.body-caption-double-row  {
        font-size: 12px;
        }
}

.arrow-image-home {
	width: 50vw;
    margin-top: 4vh;
    margin-bottom: 6vh;
    text-align: center;
    display: block;
   	margin: auto;
    animation: fadeIn 5s;
}

.arrow-image-case-study {
	width: 50vw;
    margin-top: 4vh;
    margin-bottom: 6vh;
    text-align: center;
    display: block;
   	margin: auto;
}

.arrow-image {
	width: 50vw;
    margin-bottom: 6vh;
    display: flex;
    justify-content: center;
}

.display-large-case-study {
    display: inline-block;
    color: #281E18;
    font-family: PT serif;
    font-size: 8vw;
    font-weight: 400;
    line-height: 100%;
    word-break: break-word;
    margin-bottom: 48px;
}


.display-large {
    display: inline-block;
    color: #281E18;
    font-family: PT serif;
    font-size: 6vw;
    font-weight: 400;
    line-height: 100%;
    animation: fadeIn 5s;
    word-break: break-word;
}


.contact-large {
    display: inline-block;
    color: #281E18;
    font-family: PT serif;
    font-size: 6vw;
    font-weight: 400;
    line-height: 100%;
    word-break: break-word;
    margin-bottom: 2vh;
}

@media screen and (max-width: 768px) {
	.contact-large  {
        font-size: 8vw;
        }
}

@media screen and (max-width: 479px) {
	.contact-large  {
        font-size: 10vw;
        }
}

@media screen and (max-width: 479px) {
	.display-large  {
        font-size: 9vw;
        }
}


.misc-title {
    color: #281E18;
    font-family: PT serif;
    font-size: 2.5rem;
    font-weight: 550;
    line-height: 100%;
 
}

.misc-sub {
    color: #E35225;
    font-family: PT serif;
    font-size: 2rem;
    font-weight: 550;
    line-height: 100%;
 
}

.misc-sub:hover  {
	color: #E35225 !important;
}

.contact-large.contact-intro {
    text-align: center;
    align-self: auto;
}

.contact-large-alt {
    display: inline-block;
    color: #281E18;
    font-family: PT serif;
    font-size: 6vw;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
    word-break: break-word;
    margin-bottom: 4vh;
}

@keyframes fadeIn {
 	0% {
	opacity: 0;
	}
    100% {
	opacity: 1;
	}
}


.footer-main {
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 6vw;
    padding-right: 6vw;
    display: flex;
    padding-top: 5vw;
    border-top: 1px solid #281E18;
}


@media screen and (max-width: 768px) {
	.footer-main  {
        flex-direction: column;
        }
} 




.large-button {
	color: #281E18;
    background-color: #f4f3ee;
    border: 1px solid #281E18;
    border-radius: 200px;
    padding: 5px 20px;
    font-family: PT Serif;
    font-size: 36px;
}

.large-button:hover {
	 color: #f4f1ea;
     background-color: #E35225;
     border-radius: 200px;
     border: none;
     cursor: pointer;

}

.about-hero {
	height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 24vh;
    padding-left: 6vw;
    padding-right: 6vw;
    display: block;
}

.h1-block {
	flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
}

.case-study-hero {
	height: auto;
    color: #281E18;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24vh 6vw 6vh;
    display: flex;
}

.subtitle-div {
	width: 50vw;
}

@media screen and (max-width: 768px) {
	.subtitle-div  {
        width: 100%;
        }
} 

.subtitle {
	color: #281E18;
    margin-top: 16px;
    font-family: PT Serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 120%;
}

@media screen and (max-width: 768px) {
	.subtitle  {
        font-size: 24px;
        }
} 

.display-large.home-intro {
    text-align: center;
    align-self: auto;
}

.title-large {
    margin-top: 0;
    margin-bottom: 0;
    font-family: PT serif;
    font-weight: 700;
    line-height: 100%;
}


.homepage-hero {
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 8vw;
    padding-right: 8vw;
    display: flex;
}


.discipline-tags {
	grid-column-gap: 0.3em;
    grid-row-gap: 0.6em;
    flex-wrap: wrap;
    display: flex;
}

.tag {
    text-align: center;
    letter-spacing: .1em;
    text-transform: capitalize;
    border: 1px solid;
    border-color: inherit;
    border-radius: 20px;
    padding: 0.5em 0.6em;
    font-family: PT Serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.25em;
}

.mini-tag {
    text-align: center;
    letter-spacing: .1em;
    text-transform: capitalize;
    border: 1px solid;
    border-color: inherit;
    border-radius: 20px;
    padding: 0.5em 0.6em;
    font-family: PT Serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.25em;
}


.title-text {
	color: #281E18;
    margin-top: 0;
    font-family: PT serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 110%;
    align-self: flex-start;
}

.title-text-2 {
	color: #E35225;
    margin-top: 0;
    font-family: PT serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 110%;
    align-self: flex-start;
}

.content-align-left {
	height: auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 6vw;
    padding-right: 6vw;
    display: flex;
}

.case-studies-container {
	grid-row-gap: 1vw;
    flex-direction: column;
    align-self: center;
    display: flex;
}

.footer-spread {
    height: auto;
    border-top: 1px solid #281E18;
    border-bottom: 1px solid #281E18;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2vw 6vw;
    display: flex;
}

@media screen and (max-width: 991px) {
	.footer-spread  {
        padding-top: 2vw;
        padding-bottom: 2vw;
        }
} 

@media screen and (max-width: 768px) {
	.footer-spread  {
        flex-direction: column;
        grid-row-gap: 20px;
        grid-column-gap: 10px;
        }
} 


.case-study-list-item:hover {
    color: #f4f1ea;
    background-color: #E35225;

    border: 1px solid #E35225;
    
}
.case-study-list-item {
	width: 88vw;
    color: #281E18;
    border: 1px solid #281E18;
    flex-direction: row;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
  	padding: 1.5vw;
    transition: background-color .125s cubic-bezier(.95, .05, .795, .035);
    display: flex;
    position: relative;
    border-radius: 10px;
}

.misc-item {
	color: #281E18;
    border: 2px solid #281E18;
    border-radius: 10px;
    padding: 1em 10px;
}

.misc-text {
	color: #281E18;
    border: 2px solid #281E18;
    border-radius: 10px;
    padding: 1em 10px;
}

.misc-side {
	color: #281E18;
    border: 2px solid #281E18;
    border-radius: 10px;
    padding: 0 10px 1em;
}

.misc-item:hover {
	color: #E35225;
    border: 2px solid #E35225;
    box-shadow: 0 0 15px rgba(33,33,33,.2); 
}

@media screen and (max-width: 991px) {
	.case-study-list-item  {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-direction: column;
        align-items: flex-start;
        }
}  

@media screen and (max-width: 767px) {
	.case-study-list-item  {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 3vw;
        }
    .case-study-list-item:hover {
        color: #f4f1ea;
        background-color: #E35225;
        border-radius: 20px;
        border: none;

    }
}

.hover-image {
	position: absolute;
	left: 25%;
    z-index: 1;
    display: none;
}

.case-study-list-item:hover > .hover-image {
	display: block;
}

@media screen and (max-width: 991px) {
    .case-study-list-item:hover > .hover-image {
        display: none;

    }
}


.w-inline-block {
	max-width: 100%;
    
}


html {
    scroll-behavior: auto;

}

body {
	background-color: #fff;
	color: #281E18;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	color: rgba(0, 0, 0, 0.85);
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
    width: inherit;
    border-radius: 25px;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 4.5rem;
}

ol > li {
    padding-left: 0.75rem;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(0, 0, 0, .25);
	border: 0;
	height: 1px;
	display: block;
}

.arrow-img {
	margin-top: 10vh;
    scroll-behavior: smooth;
}


.image-hover:hover {
	filter: invert(69%) sepia(74%) saturate(6906%) hue-rotate(347deg) brightness(92%) contrast(93%);
}



/*
.content img {
	float: none;
	margin-bottom: 0rem;
    vertical-align: bottom;
}
/*

/*
box-shadow: 0rem 0.6rem 10px rgba(0, 0, 0, 0.44); 
*/

.no-shadow img {
    box-shadow: none !important;
}

/* Add padding to slideshows to match box shadow */
[image-gallery="slideshow"] .gallery_card img {
    margin: 10px !important;
}

.gallery_image_caption {
    margin-top: 1em;
    margin-bottom: 0.5rem;
    font-size: 2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.65);
	font-family: "TeX Gyre Heros Condensed", Icons;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.01em;
    text-transform: uppercase;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */
[data-predefined-style="true"] bodycopy {
	font-size: 2rem;
	font-weight: 400;
	color:#281E18;
	font-family: "PT Serif";
	font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] bodycopy a {
	color:#281E18;

	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {


}


bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}


[data-predefined-style="true"] h2 {
	font-family: 'PT Serif';
	font-style: normal;
	font-weight: 400;
	color: #281E18;
	font-size: 2;
	line-height: 1.3;
	    letter-spacing: 0.01em;
    display: inline-block;
}


/*

[data-predefined-style="true"] h1 {
	font-family: 'PT Serif';
	font-style: normal;
	font-weight: 600;
	color: #281E18;
	font-size: 8vh;
	line-height: 1.4;
	    letter-spacing: 0.01em;
    display: inline-block;
    margin: auto;
}

*/


[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 2rem;
	line-height: 1.3;
	font-family: "TeX Gyre Heros Condensed", Icons;
	font-style: normal;
	font-weight: 400;
	color: #281E18;
    letter-spacing: 0.01em;
}

[data-predefined-style="true"] small a {
    color: #281E18;
    background: #f4f3ee;
    border-radius: 10rem;
    padding: 0 1.2rem 0.1rem 1.2rem;
}

/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align:  auto/*!text_left*/;
}

[data-css-preset] body {
	background-color: #f4f3ee/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 4rem /*!main_margin*/;
	padding-bottom: 4rem /*!main_margin*/;
	padding-left: 4rem /*!main_margin*/;
	padding-right: 4rem /*!main_margin*/;
}

[data-css-preset] .backdrop {
	width: 100% /*!background_cover*/;
}

[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 2.95rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -5.9rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 2rem;
    margin-bottom: .5rem;
    font-size: 2rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.65);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Bold", Icons;
	font-style: normal;
	line-height: 1.4;
}

.thumbnails .tags {
    margin-top: 2rem;
    margin-bottom: .5rem;
    font-size: 2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.65);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	line-height: 1.4;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
	color: rgba(0, 0, 0, 0.75);
	line-height: 1;
	font-size: 28px /*!site_menu_button*/;
	padding: 6px;
	line-height: 1;
	background: rgba(33, 32, 46, 0);
	position: fixed;
	top: 1.7rem /*!site_menu_button*/;
	right: 1.7rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
	font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
	height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/**
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1.;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
    text-transform: uppercase;
}

#shop_button.text {
    font-family: "TeX Gyre Heros Condensed", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
    line-height: 1.2;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/**
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
    font-family: "TeX Gyre Heros Condensed", Icons;
    font-size: 2rem;
    display: inline-block;
	width: 100%;
 	border: 0px solid rgba(0, 0, 0, 0.25);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.4;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    border-radius: 10rem;
    padding: 0 2rem 0.1rem 1.2rem;
    text-transform: uppercase;
}

.shop_product .button {
    font-family: "TeX Gyre Heros Condensed", Icons;
	font-size: 2rem;
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1.4;
padding: 0 1.2rem 0.1rem 1.2rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    background: black;
    border-radius: 10rem;
}

/**
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: transparent /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: "TeX Gyre Heros Condensed", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}

/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
   stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/**
 * Audio Player
 */

.audio-player {
    max-width: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

/**
 * Make a Text Cycle Customization
 * See more at: https://support.cargo.site/Make-a-Text-Cycle
 **/

.cycle_content {
    opacity: 0;
    white-space: nowrap;
    display: inline-block;
    pointer-events: none;
    color: #000;
}

.cycle_container {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 1rem;
  line-height: 1 !important;
}