/*------------------------------------------*/
/* Start of Site colors
#3f1d5f - p
#c1592b - o
#c8da00 - g
End of Site colors */
/*------------------------------------------*/



/*------------Enter Nave here -----*/

/*-------------------------------------------*/
/*------------ Overlay Nav start -----*/
.trr-nav{
	
}
.trr-title{
	color: #3f1d5f;
    mix-blend-mode: difference;
    cursor: pointer;
}
.trr-title:hover{
	color: #c8da00;
}
.trr-menu-btn{
	border: none;
    display: inline-block;
    background-color: #3f1d5f;
    color: #c8da00;
    font-family: "Neue Haas Grotesk", Icons;
    font-size: 1em;
    padding: 0px 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 0px;
    height: 35px;
	font-style: normal;
	font-weight: 700;
}
.trr-menu-btn:hover{
	color: #c1592b;
}
.menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  padding:15px 0px;
  width: 33%;
  height: 100%;
  background-color: rgba(193, 89, 42, 1);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-left: 3px solid #2E184C;
}

.menu-overlay.active {
  display: flex;
}

.menu-overlay .close-button {
  position: absolute;
  top: 30px;
  right: 45px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 2px;
}
.menu-content{
	font-family: "Neue Haas Grotesk", Icons;
    display: flex;
    flex-direction: column;
    padding: 0px 30px;
    justify-content: space-between;
    height: 95vh;
	font-style: normal;
	font-weight: 500;
}
.main-menu{
	display: flex;
    flex-direction: column;
    font-size: 2em;
    color: #3f1d5f;
}
.menu-link:hover{
	color: #c8da00;
}
.menu-link:visited{
	text-decoration: none;
}
.loc-info{
	padding-bottom: 10px;
    font-size: 1.6em;
    color: #fff;
}
.menu-img{
	width: 100%;
}
@media (max-width: 600px){
    .menu-content{
    padding-bottom: 120px;
    }
    .loc-info{
    font-size: 1.3em;
	}
    .menu-overlay .close-button {
      position: absolute;
      top: 15px;
      right: 30px;
      cursor: pointer;
      font-size: 20px;
    }
}

@media (max-width: 993px){
	.menu-overlay{
	 width: 100%;
}
}


/*------------ Overlay Nav end -----*/

video#videoPlayer {
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    min-width: 100vw;
    min-height: 100vh;
    z-index: 99999;
}
video#videoPlayerMobile {
    position: absolute;
    top: 0px;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100vh;
    z-index: 99999;
}
/*
@media (max-width: 768px){
	.mobileVideo{
	 display: block;
	}
    .desktopVideo{
	 display: none;
	}
}

@media (min-width: 768px){
	.mobileVideo{
	 display: block;
	}
    .desktopVideo{
	 display: none;
	}
}

*/

/*-------------------------------------------*/

/*------------------------------------------*/
/* Back to top button start */
#myBtn {
  font-family: "Mix Coat Mono";
  display: none;
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #3f1d5f;
  color: #c8da00;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-decoration: none
}

#myBtn:hover {
  background-color: #555;
}
/* Mobile End Nav End */
/*------------------------------------------*/


/*------------------------------------------*/
/* Enter Button */
.trr-button{
  font-family: "Mix Coat Mono";
  background-color: #3f1d5f;
  border: none;
  color: #c8da00;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
    font-size: 1em;
    height: 60px; width:200px; 
    border-radius:12px;
    
}
/* Enter Button end */
/*------------------------------------------*/



/*------------------------------------------*/
/* List view styling Start */
.year-cat{
	text-decoration: none;
    color: red;
}
/* List view styling End */
/*------------------------------------------*/



/*------------------------------------------*/
/* Filter Start Nav */
.filterNav{
    margin-top: 0em;
}
@media (min-width: 800px) {
  	.filterNav{
    	margin-top: 4em;
	}
}

.filterNav{
   
	display:flex;
    flex-direction: row;
    justify-content: space-between;
}
.filter-right{
	float: right;
}
.filter-left{
	float: left;
}

.list{
	display: none;
}
.hide{
	display: none;
}
.show{
	display: block;
}
.btnStyle{
  background-color: rgba(0,0,0,0.0); 
  border: none;
  color: #3f1d5f;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
  font-family: 'Mix Coat Mono';
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}
.btnStyle:hover {
	background-color:rgba(196, 196, 196, 0.38);
}
/* Dropdown */

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  float: left;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 0;
  
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 18px;
    
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/* Dropdown */

/*mobile adjustments*/
@media (max-width: 485px) {
    .btnStyle{
		font-size: 16px;
        padding: 8px 5px;
    }
    
}
/* Filter End Nav */
/*------------------------------------------*/


/*------------------------------------------*/
/* Toggle Start */


.button {
  position: relative;
  top: 0;
  left: 0;
  width: 200px;
  height: 40px;
  overflow: hidden;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #ffffff;
  transition: 0.3s ease all;
  z-index: 1;
}


/* Button 10 */
#button-10 .knobs:before,
#button-10 .knobs:after,
#button-10 .knobs span {
  position: absolute;
  top: 4px;
  height: 18px;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  padding: 8px 6px;
  border-radius: 2px;
  transition: 0.2s ease all;
}

#button-10 .knobs:before {
  content: "";
  width:95px;
  height: 240px;
  left:4px;
  background-color: rgba(196, 196, 196, 0.38);
}

#button-10 .knobs:after {
  content: "List";
  right: 4px;
  color: #3f1d5f;
}

/* Gallery*/
#button-10 .knobs span {
  display: inline-block;
  left: 4px;
  color: #3f1d5f;
  z-index: 1;
}

#button-10 .checkbox:checked + .knobs span {
}

#button-10 .checkbox:checked + .knobs:before {
  left: 130px;
}

#button-10 .checkbox:checked + .knobs:after {

}

#button-10 .checkbox:checked ~ .layer {
  background-color: #ffffff;
}

/*mobile adjustments*/
@media (max-width: 485px) {
	#button-10 .knobs:before,
	#button-10 .knobs:after,
	#button-10 .knobs span {
		font-size: 18px;
        padding: 10px 10px;
	}
    .button {
      height: 40px;
    }
    #button-10 .knobs:before {
        content: "";
        width:75px;
    }
    
}

/* Toggle End */
/*------------------------------------------*/


/*------------------------------------------*/
/* List Start CSS */

.list-item{
	display: flex;
    justify-content:space-between;
    align-items: center;   
}
.list-spacing{
	text-align: left;
    font-size: 22px;
}
.image-link img{
	width: 33%;
}

@media (min-width: 1024px) {
    .image-link img{
        width: 33%;
    }
}



/* List End CSS*/
/*------------------------------------------*/

/*------------------------------------------*/
/* Overview Start CSS*/

.image-link{
	
}
.image-link:hover{
	width: 102%;
}
.gallery_card:hover{
	border-radius: 2px solid red;
}
#galleryV a:hover{
	border-radius: 2px solid red;
}

/* Overview End CSS*/
/*------------------------------------------*/

/*------------------------------------------*/
/* Footer Start CSS*/

.footer-style{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0em 9em;
}
.footer-style img{
	height: 40px;
}
.footer-style a{
	text-decoration:none;
}
@media (max-width: 1024px) {
	.footer-style{
        padding: 0em 2em;
    }
}

/* Footer End CSS*/
/*------------------------------------------*/


/*------------------------------------------*/
/* Mix Coat Font Start */
@font-face {
    font-family: 'Mix Coat Mono';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1726686/MixcoatlMono.woff') format('woff');
}
[data-predefined-style="true"] bodycopy {
    font-size: 1.5rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-family: "Neue Haas Grotesk", Icons;
    font-style: normal;
    line-height: 1.2;
}
[data-predefined-style="true"] h1 {
    font-size: 3.9rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.85);
    font-family: "Neue Haas Grotesk", Icons;
    font-style: normal;
    line-height: 1.2;
}
[data-predefined-style="true"] h2 {
    font-size: 2rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-family: "Neue Haas Grotesk", Icons;
    font-style: normal;
    line-height: 1.2;
}
[data-predefined-style="true"] small {
    font-size: 1.5rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-family: "Neue Haas Grotesk", Icons;
    font-style: normal;
    line-height: 1.2;
}

/* Europa Font Start */
/*
@font-face {
    font-family: 'EuropaGroSH BolExt Header';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1726686/EuropaGroSH-BolExt-header.ttf') format('ttf');
}
@font-face {
    font-family: 'Europa Grotesk MedEx Body';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1726686/EuropaGrotesk-MedEx-body.otf') format('OTF');
}
[data-predefined-style="true"] bodycopy {
    font-size: 1.8rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-family: "Europa Grotesk MedEx Body", Icons;
    font-style: normal;
    line-height: 1.2;
}
[data-predefined-style="true"] h1 {
    font-size: 3.9rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-family: "Europa Grotesk MedEx Body", Icons;
    font-style: normal;
    line-height: 1.2;
}
[data-predefined-style="true"] h2 {
    font-size: 2rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-family: "EuropaGroSH BolExt Header", Icons;
    font-style: normal;
    line-height: 1.2;
}
[data-predefined-style="true"] small {
    font-size: 1.5rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-family: "Europa Grotesk MedEx Body", Icons;
    font-style: normal;
    line-height: 1.2;
}
*/

/* Mix Coat Font End */
/*------------------------------------------*/

/*------------------------------------------*/
/* Rotation for logo Start */
.rotate {
    display: inline-block;
    -webkit-animation: rotate 15s linear infinite;
    animation: rotate 15s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* Rotation for logo End*/
/*------------------------------------------*/

/*------------------------------------------*/
/* Front Individual Page Start */
.front-coverpage{
    margin-top: 0em;
}
@media (min-width: 800px) {
  	.front-coverpage{
    	margin-top: 3em;
	}
}


/* Front Individual Page End */
/*------------------------------------------*/

/*------------------------------------------*/
/* F&B Individual Page Start */
.fb-coverpage{
    margin-top: 0em;
}
@media (min-width: 800px) {
  	.fb-coverpage{
    	margin-top: 3em;
	}
}
@media (min-width: 1024px) {
  	.fb-coverpage{
    	margin-top: 3em;
	}
    .fb-images{
	padding: 0em 6em;
	}
}
@media (min-width: 1440px) {
  	.fb-coverpage{
    	margin-top: 3em;
	}
    .fb-images{
	padding: 0em 9em;
	}
}


/* F&B Individual Page End */
/*------------------------------------------*/

/*------------------------------------------*/

/*Start about section */

@media (min-width: 800px) {
 .about-section{ 
 }
  
}
/*End about section */
/*------------------------------------------*/

/*------------------------------------------*/
/* Cargo Hover Start */

.hover-image{
	border:4px solid transparent;
}
.hover-image:hover{
	border:4px solid #c8da00;
}

/* Cargo Hover End */
/*------------------------------------------*/

/*------------------------------------------*/
/* Resources Page Start */
.entrance{
  margin: 0em 1em;
}
.room{
  	font-size: 1em;
  	font-family: "Neue Haas Grotesk", Icons;
    margin: 0em 0em;
	padding:.5em;
    border-radius:24px;
    color:#fff;
    border: 4px solid transparent;
	font-style: normal;
	font-weight: 400;
}
.room:hover{
	border: 4px solid white;
}
.newsletter-btn{
	border-radius:24px;
    color:#fff;
    border: 4px solid transparent;
}
.newsletter-btn:hover{
	border: 4px solid white;
}
.resource-spacing{
    margin-left: auto;
    margin-right: auto;
	width: 76%;
}
.nws-btn{
	font-size:1em;
}
@media (min-width:768px) and (max-width:1023px){
    .room{
  	font-size: .8em;
  	font-family: 'Mix Coat Mono';
    margin: 0em 0em;
	padding:1em;
    border-radius:24px;
    color:#fff;
    border: 4px solid transparent;
}
    .nws-btn{
	font-size: .8em;
}
}
@media (max-width: 1024px) {
    .resource-spacing{
        width: 100%;
    }
} 



/* Resources Page End */
/*------------------------------------------*/

/*------------------------------------------*/
/*Calender Start*/
.calendar-style{
}

@media (max-width: 768px) {
 .calendar-style{
	height: 100%;
}
}   


/*Calender End*/
/*------------------------------------------*/

/*------------------------------------------*/
/* COMMENT Start */



/* COMMENT End */
/*------------------------------------------*/



/*------------------Built-------------------*/
/*-------------------By---------------------*/
/*-------------------24k--------------------*/
/*---------------Khray.Studio---------------*/





#toolset {
	display: none;
}

body {
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: 1;
}

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: 20;
	padding: 0;
}

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 {
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 60%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 9px 1px;
    background-repeat: repeat-x;
    border: none;
}

.content img {
	margin-bottom: 0rem;
    vertical-align: bottom;
    
}

.gallery_image_caption {
    margin-top: 1.0em;
    margin-bottom: 0.5rem;
    font-size: 1rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Mix Coat Mono", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: left;
}

/**
 * Loading Animation
 */

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

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/

/**
 * Editor styles
 */
/*
[data-predefined-style="true"] bodycopy {
	font-size: 1.2rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Monument Grotesk Mono Variable", Icons;
	font-style: normal;
	line-height: 1.2;
	font-variation-settings: 'slnt' 0, 'MONO' 1;
}
*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/


[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.85);
	padding-bottom: 0em;
	text-decoration: underline;
}

[data-predefined-style="true"] bodycopy a:hover {
	color: rgba(0, 0, 0, 0.85);
}

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"] h1 {
	font-family: "VCR OSD Mono", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 3.5rem;
	line-height: 0.9;
	color: rgba(0, 0, 0, 0.75);
}
*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.75);
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/

/*
[data-predefined-style="true"] h2 {
	font-family: "Monument Grotesk Mono Variable", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.75);
	font-size: 2.2rem;
	line-height: 1.3;
	letter-spacing: 0.01em;
	font-variation-settings: 'slnt' 0, 'MONO' 1;
}
*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.75);
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*
[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.3;
	font-family: "Monument Grotesk Mono Variable", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-variation-settings: 'slnt' 0, 'MONO' 1;
}
*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.75);
	border-bottom-width: 0em;
}

/**
 * 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: center /*!text_center*/;
}

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

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

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

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

/**
 * Thumbnails
 */

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

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

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

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

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

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

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

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

.thumbnails .title {
    margin-top: .8rem;
    margin-bottom: 0rem;
    font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 0.8rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Mix Coat Mono", Icons;
	font-style: normal;
	line-height: 1.3;
}

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

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

/**
 * Site Menu
 */

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

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

#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;
	bottom: 3rem /*!shop_button*/;
	right: 3rem /*!shop_button*/;
}

#shop_button.text {
	font-family: "Monument Grotesk Mono", Icons;
	font-size: 1.2rem;
    padding: 0;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
    line-height: 1.3;
    letter-spacing: .07em;
}

#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: "Monument Grotesk Mono", Icons;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.85);
}

.shop_product .dropdown {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.2rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10rem;
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right .25rem top 0px;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .8rem 1.25rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.2rem;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 10rem;
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1.2;
    padding: 0.9rem 1.25rem 0.8rem;
	font-style: normal;
	font-weight: 500;
    text-decoration: none;
}

/**
 * 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: 98%/*!quick_view_width*/;
}

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


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 1) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: "Monument Grotesk Mono", 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.0rem;
	font-style: normal;
	font-weight: 500;
}

.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: 0px;
}

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

.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: 0px;
}

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

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

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

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

/**
 * 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: 2px;
}

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

/**
 * 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.26);
    color: rgba(0, 0, 0, 0.85);
    background: transparent;
    font-size: 1.2rem;
    line-height: 1.2;
	font-family: "Monument Grotesk Mono", 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.26);
}

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

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

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

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

.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.75);
}

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

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

/*------------------Built-------------------*/
/*-------------------By---------------------*/
/*-------------------24k--------------------*/
/*---------------Khray.Studio---------------*/
