/* do not display nav on the instagram landing page */
.draggable_handle {
    background: black;
    color: white;
}

[data-draggable] .draggable_handle > a {
    color:white;
    display: inline-block;
    padding: 0.1rem 0.0rem 0rem 0.35rem; 
}
body[data-page-id="24145545"] #site_menu_wrapper {
display:none;
}
body[data-page-id="24143975"] #site_menu_wrapper {
display:none;
}
/*newsletter*/
div.mc-field-group label{
	
    font-size:20px;
    text-decoration:none;
    color:#444;
    display:inline-block;
    
}
div.mc-field-group input{
	
  color: #444;
}

input.button{
	
    background-color: black;
}
/** float start**/

/* ---------------- For sticky header: class="float-panel"  ------------------*/
.float-panel {
    width:100%;background:white;
    z-index:300;padding:30px 0;
    transform: translateZ(0);
    transition:all 0.5s; /* Effect for switching from .fixed to static */
}
.float-panel .content-area 
{margin:10px auto;}
.float-panel a 
{
    font-size:16px;
    text-decoration:none;
    color:#444;
    display:inline-block;
    padding:10px 20px;}
.float-panel .fa-gg 
{
    color:#F0595C;
    font-size:30px;
    vertical-align:middle;
    transition:all 1s;}
/* when class="float-panel fixed" */
.fixed 
{box-shadow:0 2px 6px transparent;
    padding:4px 0;
    animation:slide-down 0.7s;
    opacity:0.9;}
.fixed .fa-gg {transform: rotate(360deg); }
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}



/* ---------------- For Animation on Scroll ---------------- */
.slideanim {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {visibility: visible; animation:slide 1s;}
.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}


/*-------- Generic styles for the page ------------------*/



/*.col-33, .col-40, or .col-60 should be immediate children of .row */
.col-33 { float:left; width:33.3333%; }
.col-40 { float:left; width:40%; }
.col-60 { float:left; width:60%; }

.row .fa {
    font-size:14em;
    color:#679;
}
.col-33 .fa {
    font-size:4em;
    color:#679;
}

@media (max-width: 768px) {
    section {
        padding:20px 8px;
    }
    .col-33, .col-40, .col-60 {
        float:none;
        width:100%;
    }
}

.bg-gray {
    background-color:#F4F4F4;
}
.text-center {
    text-align:center;
}
h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}




/* ---------------- For the Responsive Image Grid. For details visit: www.menucool.com/ui/use-image-sprites-in-responsive-image-grids ---------------- */

#rig {
	max-width:900px;
	margin:0 auto; /*center aligned*/
	padding:0;
	font-size:0; /* Remember to change it back to normal font size if have captions */
	list-style:none;
	background-color:none;
}
#rig li {
	display:inline-block;
	*display:inline;/*for IE6 - IE7*/
	width:25%;
	vertical-align:middle;
	box-sizing:border-box;
	margin:0;
	padding:0;
}

/* The wrapper for each item */
.rig-cell {
	margin:12px;
	box-shadow:0 1px 4px rgba(0,0,0,0.4);
	padding:16px;
	border:none;
	color:#555;
	background-color:white;
	text-decoration:none;
	text-align:center;
	display:block;
	position: relative;
	overflow:hidden;
}

.rig-cell h3 {
	font-size:18px;
	font-family:'Oswald', sans-serif;
	font-weight:normal;
}

/* If have the image layer */
.rig-img {
	display:block;
	border:none;
	width:100%;
	height:0;
    padding-top:83.461538%;
    background-size:cover;
	background-color:white;
	background-image:url(imgs/web-ui.jpg);
    background-repeat:no-repeat;
	position:relative; /* Make its pseudo :after to be relative to it. */
}
.rig-img:after{
	position:absolute;
	top:20px;right:20px;bottom:20px;left:20px;
	border:1px solid #fff;
	content:'+';
	color:white;
	padding-top:14%;
	font-size:30px;
	opacity:0;
	filter:alpha(opacity=0);
	transition:all 0.3s;
	transform:scale(0);
}

#rig li:hover .rig-img:after {
	opacity:1;
	transform:scale(1);
}

/* If have the overlay layer */
.rig-overlay {
	position: absolute;
	display:block;
	top:0;left:0;bottom:0;right:0;
	margin:auto;
	background:white;
	background-size:50px 50px;
	opacity:0;
	filter:alpha(opacity=0);/*For older IE*/
	transition:all 0.3s;
}
#rig li:hover .rig-overlay {
	opacity:0.5;
}

@media (max-width: 9000px) {
	#rig li {width:25%;}
}

@media (max-width: 800px) {
	#rig li {width:33.33%;}
}

@media (max-width: 500px) {
	#rig li {width:50%;}
}

@media (max-width: 350px) {
	#rig li {width:100%;}
}
/** float end **/
/**
 * Content
 */
/** Amrita Custom CSS Start **/
/* 
   CSS FOR ROLLOVEer*/

/*
 * Image Zoom
 */


.back-to-top-link {
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #D6E3F0;
  
  padding: 0.25rem;
}


#myBtn {
   /*display: none; Hidden by default */
  background-image: "https://freight.cargo.site/t/original/i/1caab6be359f6f6f443324ad2ca5ff9e5960e1e5ca48a6e3c96026973437c94e/Pointer.png";
display: inline-block;
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: transparent; /* Set a background color */
  color: #000; /* Text color */
  font-family: "Alte Haas Grotesk", Icons;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .06rem;
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 0px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  	background-color: #000; /* Add a dark-grey background on hover */
	color: #fff;
	background-image: "https://freight.cargo.site/t/original/i/1caab6be359f6f6f443324ad2ca5ff9e5960e1e5ca48a6e3c96026973437c94e/Pointer.png";
}

.content img.image-zoom:active {
  opacity: .7;
   
   
  
}
/*image rollovr start*/


#rolloverwrapper {
	position:relative;
	margin:relative;
}
.rollover img { 
	border:0px solid #000;
	margin:0px;
max-width: 300px;
	float:left;
}
.rollover span { 
	position:absolute;
	visibility:hidden;
    margin-top: -25%;
}
.rollover:hover, .rollover:hover span { 
	visibility:visible;
	top:0px; left:0px; 
	z-index:1;
    z-index:-1;
}
/* image rollover end */
/**custom cursor for enlarge .content
 img.image-zoom:hover {
 cursor: url("https://freight.cargo.site/t/original/i/0be2ddfe56c9c0b8b89b482e8a6c51e2eea95b76a7cc29c5c152bf9048cbe5b1/enlarge.png") 10 10, auto;
 
}**/
   
  


/**
 * 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(252, 255, 255, 0.95) /*!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;
}





.pswp .quick-view-navigation .pswp__group .pswp__button svg path.shape-outline {
    fill: rgb(28, 34, 34);
}

.pswp .quick-view-navigation .pswp__group .pswp__button svg path.shape-shape {
    fill:  rgb(34, 34, 34);
}

/*
.image-gallery .gallery_card > a {
    position: relative;
}

.image-gallery .gallery_card .gallery_image_caption {
    background: rgba(165, 165, 154, .7);
    padding: 0.5rem 1.2rem 0.7rem 1.2rem;
    margin: 12rem;/*2 rem for perfect overlap
    color: rgba(34, 34, 34, 1);
    align-content: center;
    text-align: center;
    display: grid;
    position: absolute;
    opacity: 0;
    top: 0;bottom: 0;
  	left: 0;right: 0; 
    
  
}


.image-gallery .gallery_image_caption span {
    margin: auto;
   	display: inline-block;
}

.image-gallery .gallery_card:hover .gallery_image_caption {
    opacity: 1;
}

body.mobile .image-gallery .gallery_card:hover .gallery_image_caption {
    opacity: 0;
}

.gallery_card {
    position: relative;
    
}
/**/
/**set cursor to enlarge first 
div.gallery_card{
	cursor: url("https://freight.cargo.site/t/original/i/0be2ddfe56c9c0b8b89b482e8a6c51e2eea95b76a7cc29c5c152bf9048cbe5b1/enlarge.png") 10 10, auto;
 ;
}
**/
/**reset cursor if no zoom **/
div.gallery_card.no_zoom{
  	cursor: auto;
    z-index: 100;
}

.center { margin: 0 auto; width: 100%; }

p.footer {
	display: inline-block;
	font-size: 9px;
    line-height: 2.5;
    letter-spacing: .06rem;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(34, 34, 34);
}
/*
div.gallery_card_image: hover
{
	
   
    background: rgba(0, 0, 0, 0.4);
    padding: 0.5rem 1.2rem 0.7rem 1.2rem;
    margin: 0rem;
    align-content: center;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 101;
    opacity: 0;
    
    
}*/
div.infogrid 
{
	max-width: 750px;/*630px;*/
    
}

div.metadiv
{
	max-width: 600px;/*630px;*/
    
}
.underline
{
	/*
    padding-bottom:1 em;
	color: #000;
	background-color: #D3D3D3;
	border-bottom: 2px solid #000;*/
    
}
 
a:not([class='image-link']) {
   /* style here for links    
    
    background-color:#f8f8;  */
}

/*
 *  STYLE 4
 */

/** STYLING THE SCROLLBARS **/
::-webkit-scrollbar {
    width: 15px;
    overflow: scroll;
    min-height: 20px;
    max-height: 3.5em;
   /* height: 100vh;top: 0;
	right: 0*/
    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
   
}

/* Track */
::-webkit-scrollbar-track {
    background: #e4e4e4; 
}
 
/* Handle  */
::-webkit-scrollbar-thumb {
    background: #222; 
    
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #222; 
}
/** STYLING THE SCROLLBARS **/

.nonmobile
{
	/**display:none;**/
}


#toolset_follow { display: none!important; }
a.newrule
{
	color: red;
}
a.thickrule
{
/*text-decoration: none;
padding-bottom:1 em;*/
 
   
}
a.permarule
{
	text-decoration: underline;  
    color: red;
    
}
a.permarule:hover
{
	
  color:rgb(34,34,34);
	/*background-color: #D3D3D3;*/
	border-bottom: 2px solid rgb(34,34,34);  
    
}
a.thickrule:hover {
	color:rgb(34,34,34);
	/*background-color: #D3D3D3;*/
	border-bottom: 2px solid rgb(34,34,34);
}


/** Amrita Custom CSS End **/

div.image-gallery
    {
	/*text-align: center;
    max-width:900px;
    */
}

body {
	background-color: transparent;
	color: #000;
/* cursor: url("https://freight.cargo.site/t/original/i/91229b5198eafc392f5e8c4c325939b64df832ff329b69a956ce8642392acd1f/circle.png") 20 20, auto;

    
    https://files.cargocollective.com/c125606/enlarge.svg*/ 
}

a:active {
	opacity: 0.7;
    background-color: #d7d7d7;
    
    
    
    
}

.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(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

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

.gallery_image_caption {
    margin-top: 2rem;
    margin-bottom: .2rem;
    font-size: .5rem;
    
    line-height: 15px;/*
    text-align: left;*/
    letter-spacing: 0.3em;
    text-transform: uppercase;
	color: rgba(0, 0, 0, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.5;
    
    
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1rem;
	font-weight: normal;
	color: rgb(34, 34, 34);
	
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-style: normal;
	line-height: 1.6;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(34, 34, 34);
	padding-bottom: .25em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
    
    
}

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

 /*cursor: url('https://freight.cargo.site/t/original/i/40a6d609788352684068b039391fe2b81d20cc16b3a72959b00337bd83d61a31/plus.png') 0 0, default;
   */ 
    /*text-decoration: underline;
    padding-bottom: 20px;*/

}

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: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size:1.2rem;
    /*font-size: 1.7rem;
	line-height: 1;*/
    line-height:1.6;
	color: #000;
		letter-spacing: -.01em;
}

[data-predefined-style="true"]  h1 a {
	color: rgba(34, 34, 34);
    text-decoration: none;
    /*border-bottom: 2px solid rgb(34,34,34); */ 
    
}

 a.permarule {
	color: rgba(34, 34, 34);
    text-decoration: none;
    border-bottom: 2px solid rgb(34,34,34);  
    
}

[data-predefined-style="true"] h2 {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size:16px;
    /*font-size: 1.7rem;
	line-height: 1;*/
    line-height:22px;
	color: rgb(34, 34, 34);
		letter-spacing: .04em;
}

[data-predefined-style="true"] h2 a {
	color: rgba(34, 34, 34, 1);
    color:rgb(34,34,34);
	/*background-color: #D3D3D3;*/
	border-bottom: 2px solid rgb(34,34,34);  
   
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: .75rem;
    
	line-height: 1.4;
    letter-spacing: .02rem;
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	font-weight: normal;
	color: rgb(34, 34, 34);
}

[data-predefined-style="true"] small a {
	color: rgba(34, 34, 34);
	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-top: 50px;
    margin-bottom: 50px; removed so the pages do not have white spaces at top and bottom*/
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
/*	background-color: rgb(248, 248, 248)/*!body_bgcolor*/;
background-color: #f4f4f4/*!body_bgcolor*/;}

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

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


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

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


[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: 0.75rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1.5rem/*!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: 1px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.1;
}

.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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", 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;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    
    color: rgba(20, 20, 20, 0.95);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 3rem /*!site_menu_button*/;
	right: 3rem /*!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;
}

body.mobile #divclear
{
	
    clear: left;
}
/**
 * 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(248, 248, 248, 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: 0px;
	top: 1.5rem /*!shop_button*/;
	right: 1.5rem /*!shop_button*/;
}

#shop_button.text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.5rem;
    padding: 0;
    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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.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.3rem;
    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;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.3rem;
    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;
}

/**
 * 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 {
    /* Change height/width together to scale */
  height: 36px;
    width: 36px;
     height: 110px;
    /*width: 110px;
    background: url("https://files.cargocollective.com/c125606/LeftSM.png") no-repeat !important; 

*/}

.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
   height: 36px;
    width: 36px;
     /* height: 110px;
    width: 110px;
    background: url("https://files.cargocollective.com/c125606/RightSM.png") no-repeat !important;
    */
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;/* 
    fill: #ebdfdf;
    fill:transparent;*/
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
    /*fill: #f00;
    
    fill:transparent;
opacity: 0.2;*/
}

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


/** CSS Moble iphone**/

@media (max-width: 767px) {
	
.gallery_image_caption {
    margin-top: 2rem;
    margin-bottom: .2rem;
    font-size: .5rem;
   /* font-size: 14px;
    line-height: 15px;
    text-align: left;*/
    letter-spacing: 0.2em;
    text-transform: uppercase;
	color: rgba(0, 0, 0, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.4;
    
    
}
    
    div.infogrid
{
	/*width: auto;*/
    
 	
        
}
    div.metadiv
{
	/*630px;max-width: 40%;*/
    
}
   div.infogrid h1
    {
	
    line-height:22px;
    font-size: 16px;
        
        
}
     h1.metah1
    {
	
  	line-height:22px;
    font-size: 16px;
        letter-spacing: .04rem;
        
}
    
     h2.metah2
    {
	line-height: 18px;
    font-size: 14px;
        letter-spacing: .04rem;
        
}
    
     small.metasmall
    {
	line-height: 1.5;
    /*font-size: 11px;*/
    letter-spacing: .02rem;
    
        
}
   div.image-gallery
    {
	text-align: center;
    max-width:500px;
    padding-top: 40px;
    
}
}
 
/*
 * 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;
}


