/**
 * Content
 */

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

#toolset{
	display:none!important;
}


.header_text {
    /*font-family: 'Amatic SC', cursive;*/
    font-family: "Neue Haas Grotesk", Icons!important;
    font-weight:bold!important;
	float: left;
	font-size: 38px!important;
	font-weight: 700;
	letter-spacing: 0px!important;
	padding-bottom: 15px;
	padding-right: 30px;
	white-space: nowrap;
	z-index: 999;
	font-style: normal;
}

.header_text span{
  font-family: 'Open Sans', sans-serif;
    font-weight:400;
	display:block;
    font-size:12px;
    line-height:20px;
    text-transform:uppercase;
    
}
.header_text a {
	color: #000000;
	text-decoration: none;
}

.header_text a:hover {
	opacity:.7
}

.header_text a:active {
	opacity:.7
}





a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: .4;
}

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;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

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

hr {
	background: rgba(0, 0, 0, 0.59);
	border: 0;
	height: 1px;
	display: block;
    margin:15px auto!important;
   
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {

	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: 'Open Sans', sans-serif,Icons;
    font-weight:400;
	font-size: 14px!important;
	line-height: 1.6!important;
}

[data-predefined-style="true"] bodycopy a {
    border-bottom: 0px solid rgba(127, 127, 127, 0.4);
	color: rgba(0, 0, 0, 1);
	padding-bottom: 0.1em;
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
    opacity:.5;
}

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-size:2.1rem;
    text-transform:uppercase;
    font-weight:600!important;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	}

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

[data-predefined-style="true"] h2 {
	font-size: 16px!important;
    font-weight:400!important;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	line-height: 1.4;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-family: 'Open Sans', sans-serif,Icons;
    font-weight:400;
	font-size: 11px!important;
	line-height: 1.6!important;
}

[data-predefined-style="true"] small a {
    border: 0;
	color: rgb(0, 0, 0);
}

/**
 * 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: rgb(255, 255, 255) /*!body_bgcolor*/;
}

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

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


[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: transparent/*!thumbnails_bgcolor*/;   
}

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

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

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

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

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

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

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: "Freight Text", Icons;
	font-style: normal;
	line-height: 1.2;
}

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

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

/**
 * Thumbnail Hover
 */

.thumbnails .thumbnail > a {
	position: relative;
}

.thumbnails .thumbnail .title {
	font-size:16px;
    padding: 0.5rem 1.2rem 0.1rem 1.2rem;
    margin: 2.4rem;
    margin-bottom:1rem;
    color: white;
    align-content: center;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    top:0;
    right:0;
    z-index: 9;
    opacity: 0;
     -webkit-transition: all .6s ease-in-out!important;
    -moz-transition: all .6s ease-in-out!important;
    -o-transition: all .6s ease-in-out!important;
    -ms-transition: all .6s ease-in-out!important;
    transition: all .6s ease-in-out!important;
}




.thumbnails .title span {
	margin: auto;
	display: inline-block;
    text-align:left;
}

.thumbnails .thumbnail:hover .title {
    opacity: 1;
     -webkit-transition: all .6s ease-in-out!important;
    -moz-transition: all .6s ease-in-out!important;
    -o-transition: all .6s ease-in-out!important;
    -ms-transition: all .6s ease-in-out!important;
    transition: all .6s ease-in-out!important;
}

.thumbnail .thumb_image img{
   
	 -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
     -webkit-transition: all .6s ease-in-out!important;
    -moz-transition: all .6s ease-in-out!important;
    -o-transition: all .6s ease-in-out!important;
    -ms-transition: all .6s ease-in-out!important;
    transition: all .6s ease-in-out!important;
}


.thumbnail:hover .thumb_image img{
opacity: .6;
   -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
   overflow:hidden;


}

body.mobile .thumbnails .thumbnail .title {
	opacity: 1;
}

body.mobile .thumbnail:hover .thumb_image img {
	opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

body.mobile .thumbnail:hover .thumb_image {
	background:white;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/**
 * Site Menu
 */

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

body.mobile #site_menu_button {
	margin: -10px;
    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(250, 250, 250, 1);
	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(0, 0, 0, 1);
    Text-transform:capitalize;
}

#site_menu .set-link > a {
	color: rgba(0, 0, 0, 1);
	Text-transform:capitalize;
}

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

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

#site_menu .close {
	display: none;
	color: rgba(0, 0, 0, 1);
	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*/;
}

#shop_button.text {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
}

#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: "Neue Haas Grotesk", 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: "Neue Haas Grotesk", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
}

/*
 * 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: rgba(255, 255, 255, 0) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * 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: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * 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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * 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: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", 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;
}

/* DropDown CSS menu */

.drop{
   max-width:1530px;
   position:absolute;
    right:50px;
    top:52px;
	z-index:999999999;
}



.drop_menu {
    
    text-align:center;
    padding-bottom: 30px;
    max-width:705px;
    /*max-width:905px*/
    margin: 0 auto;
    list-style-type:none;
    z-index:9999999;
   
    
}




.drop_menu li { 
    cursor:pointer;
    float:left;
    margin:0px 0px 0 18px;
    position:relative;
    z-index:98!important;
}
.drop_menu li a {
    padding:0px 0px;
    display:block;
    color:#000;
    text-decoration:none;
    font-size:15px;
    
}

/* Submenu */

.drop_menu li:hover {    color:#000; }
.drop_menu li:hover ul {
    left:-20px;
    top:20px;
    color:#fff;
    padding:0px 0 10px 0;
    background:#fff;
}

.drop_menu li:hover ul li a {
    padding:5px 0 0px 0 ;
    display:block;
    width:150px;
    text-indent:5px;
    color:#000;
    text-align:left;
}
.drop_menu li:hover ul li a:hover { color:#ccc; }







.drop_menu li a:hover{
    color:#ccc;
    cursor:pointer;
}

.drop_menu ul {
    position:absolute;
    left:-9999px;
    top:-9999px;
    list-style-type:none;
    
}


blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-style:normal!important;
    font-weight:400!important;
    
    max-width: 500px;
   
    line-height: 1.45;
    position: relative;
   color: #000;
}

blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 100px;
    position: absolute;
    left: -10px;
    top: -20px;
   color: #000;
}
blockquote:after {
    display: block;
    padding-left: 10px;
    content: "\201E";
    font-size: 100px;
    position: absolute;
    left: 28px;
    top: -78.1px;
   color: #000;
}

blockquote cite {
   color: #000;
    font-size: 14px;
    display: block;
    margin-top: 0px;
}

blockquote cite:before {
    content: "\2014 \2009";
}


.project_nav {
	background: #fff;
	padding: 10px 0;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	z-index: 999;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;

	/* Disable selection */
	-webkit-touch-callout : none;
	-webkit-user-select   : none;
	-khtml-user-select	: none;
	-moz-user-select	: none;
	-ms-user-select	 : none;
	user-select	   : none;
}



.project_nav a {
	display: inline-block;
	margin: 0 5px;
	height: 14px;
	cursor: pointer;
	text-decoration: none;
}

.project_nav a:hover {
	background: none;
	color: #000;
}

.project_nav a:active {
	background: none;
	color: #666;
}

 .project_nav a.previous,
.project_nav a.next {
	color: rgba(0, 0, 0, 0.25);
	padding: 5px 16px;
}

.project_nav a.previous img,
.project_nav a.next img {
	height: 14px;
	opacity: 0.3;
	filter:alpha(opacity=30);
}

.project_nav a.previous:hover img,
.project_nav a.next:hover img {
	opacity: 0.9;
	filter:alpha(opacity=90);
}

 .project_nav a.previous:active img,
.project_nav a.next:active img {
	opacity: 0.6;
	filter:alpha(opacity=60);
}
 .project_nav a.previous {
	padding-left: 10px;
}

 .project_nav a.next {
	padding-right: 10px;
}

 .project_nav.mobile_format a.next {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.project_nav a.index {
	position: absolute;
	top: 7px; left: 50%;
	margin: 0 0 0 -15px;
	height: 30px;
	vertical-align: middle;
	width: 30px;
	z-index: 9;
}

 .project_nav a.index div {
	position: relative;
	top: 8px;
	left: 8px;
	height: 14px;
	width: 14px;
}
 .project_nav a.index span {
	background: rgba(0, 0, 0, 0.25);
	display: block;
	text-indent: 99px;
	overflow: hidden;
	position: absolute;
	height: 6px;
	width: 6px;
}

.project_nav .index span:nth-child(1) {
	top: 0;
	left: 0;
}

.project_nav .index span:nth-child(2) {
	top: 0;
	right: 0;
}

 .project_nav .index span:nth-child(3) {
	bottom: 0;
	left: 0;
}

 .project_nav .index span:nth-child(4) {
	bottom: 0;
	right: 0;
}

 .project_nav a.index:hover span {
	background: #000;
}

 .project_nav a.index:active span {
	background: rgba(128, 128, 128, 0.6);
}


@media all and (max-width: 803px) {  
    .header_text {
    /*font-family: 'Amatic SC', cursive;*/
     
   margin-top:-10px!important;
	float: left;
    font-size: 26px!important;}
    
}
    
@media all and (max-width: 769px) {  
  
    .drop_menu{
	display:none;
}
    hr{
	display:none;
}
}    


    
    