			/** CUSTOM INDEX*/
/* SCROLL BAR*/
/* CURSOR*/
/**HEADER*/
/**LANDING*/
/**MAIN MENU */
/**PROJECT PAGE MENU*/
/** ABOUT US*/
/** PROJECTS*/


/*Book style */
@font-face {
    font-family: 'Avenir-book';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1469807/AvenirLTStd-Book.woff') format('woff');
}


*{
	word-wrap: normal;
    scrollbar-gutter: auto;
    pointer-events: auto;
}

/* SCROLL BAR */
::-webkit-scrollbar {
  width: 15px; 
}
::-webkit-scrollbar-track {
  background: #131225;
  box-shadow: inset 0 0 15px rgba(11, 10, 35, 1); 
}
::-webkit-scrollbar-thumb {
   border-radius: 20px;
  background: #26243e; 
}
/*::-webkit-scrollbar-thumb:hover {
    background: rgba(199, 47, 199, .2); 
}*/


/* CURSOR */
html {
    cursor: url("https://files.cargocollective.com/c1774729/cursor.svg"), auto !important;
}
.content img {
    cursor: url("https://files.cargocollective.com/c1774729/cursor.svg"), auto !important;
}
.content img a {
    cursor: url("https://files.cargocollective.com/c1774729/cursor_1.svg"), auto !important;
}
a {
    cursor: url("https://files.cargocollective.com/c1774729/cursor_1.svg"), auto !important;
}
.button:hover {
	cursor: url("https://files.cargocollective.com/c1774729/cursor_1.svg"), auto !important;
}

			/**HEADER*/
.stickyHead{
    padding-top: .5vh;
    padding-bottom: .5vh;
    position: sticky;
    top: 0;
    background-color:#131225;
}
.stickyHead #logo{
    padding-top: .5vh;
    padding-bottom: 0;
	align-content: center;
    
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    	-webkit-box-align: center;
    	-ms-flex-align: center;
	align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	justify-content: center; 
}

.stickyHead #menuIcon{
    font-size: 3vw;
    max-width: 5vw;
	float: right; 
    padding-top: .75vw;
    padding-bottom: 1vw;
	padding-right: 7vw;
}

.stickyHead #menuIcon a{
		color:rgb(198, 48, 198);
}
.mobile .stickyHead #logo {
}

.mobile .stickyHead #menuIcon{
	font-size: 5vw;
    padding-top: 1.2vw;
    padding-right: 10vw;
}
.stickyHead bodycopy{
	font-family: "D-DIN Expanded", Icons;
	font-style: normal;
    padding: 0;
    position: fixed;
  	bottom: 10;
}
.stickyHead .socialLink{
	justify-content: right;
    right: 3%;
}
.stickyHead .navMenu{
	justify-content: left;
    left: 3%;
}

.stickyHead .navMenu hover{
	
}

		/**LANDING*/

/** video mobile*/
@media only screen and (max-width: 900px) {#landing_scroll{
   display: none;
    }
 }
@media screen and (max-width: 800px) {#landing_caption{
    margin-right: 2vw;
    }
 }
@media screen and (max-width: 769px) {
    #landing_Video{
  	margin-top: 4vh;
    }
}
@media screen and (max-width: 550px) {
    #landing_caption{
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0 !important;
		text-align: center !important;
    }
    #landing_Video{
	max-width: 95vw;
	}
    #landing_image{
	display:block !important;
}
    #sound_button{
		top: 5vh !important;
        left: 5vw !important;
}
 }
.mobile #sound_button{
	top: 10vh;
  	left: 10vw;
}

/** video desktop*/
.landing{
    margin: 0, 30%, 0, 30%;
    position: relative;
}

.landing .overlay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    	-webkit-box-align: center;
    	-ms-flex-align: center;
	align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	justify-content: center; 
}

#landing_Video {
    position: sticky;
    top:0;
    width: 94vw;
    max-height: 88vh;
    overflow: hidden;
    object-fit: cover;
	border-radius: 2%;
    margin-left: 3vw;
    margin-right: 3vw;
}
#landing_image{
    display: none;
    position: absolute;
    top:0;
    width: 94vw;
    max-height: 88vh;
    overflow: hidden;
    object-fit: cover;
	border-radius: 2%;
    margin-left: 3vw;
    margin-right: 3vw;
    z-index: -1;
}

#sound_button{
    background-color: rgba(221, 199, 221, 0.26);
    font-family: "IBM Plex Sans", Icons;
    border-radius: 5px;
    border-width: 0;
    color: #680068;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    transition: color 100ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
    
   	position: absolute;
    top: 5%;
  	left: 6%; 
}
#sound_button:hover{
	background-color: rgba(200, 48, 206, 0.78) !important;
    cursor: url("https://files.cargocollective.com/c1774729/cursor_1.svg"), auto !important;
}

#sound_button:focus{
	background-color: rgba(200,48,206, 0.78);
}
#landing_scroll{
   	font-family: "D-DIN Expanded", Icons;
	font-size: 3.5em;
    position: absolute;
    bottom: 2vh;
  	left: 50%;
    margin-left: -100;
  	/**transform: translate(-50%, -50%);*/
    padding-bottom: 0;
    color: rgba(166, 59, 170, 0.85); 
}

.landing #landing_caption{
	text-align: right;
    position: absolute;
    bottom: -2.5vh;
    right: 3vw;
    padding-top: 0.5vh;
    padding-bottom: .25vh;
    padding-left:.5vw;
    padding-right:.5vw;
    border-radius:20px;
    color: rgba(178, 83, 178, 1);
    /*background-color: rgba(221, 199, 221, 0.11);*/
    line-height: 1vh;
    height: 2vh; 
	white-space: nowrap;
	font-weight:200 ;}

.landing p{
	/* iOS */
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    position: fixed;
    align-items: center;
    justify-content: center;
    display: flex;
    top: 60%; left: 10%;
    bottom: 0; right: 10%;
    color: #ddd;
    font-family: D-DIN, Icons;
	font-style: normal; font-weight: 400;
    font-size: 1.5rem; 
}
.landing h2{
	color: #ddd; }


/**landing after video - mobile*/
@media screen and (max-width: 550px) {
	.landing_blurb{
        text-align: justify !important;
    	text-align-last: center;
	}
   	.client_list .gallery_card img {
         max-width: 20vw; }
    
    .featured_description{
	}
    .featuredProj {
		width: 100% !important;
    	max-width: 100% !important;
    }
}

@media screen and (max-width: 769px) {
   	 .landing_blurb{
	max-width: 80vw;;
	}
    .client_list{
	max-width: 80vw;
}
    .client_list .gallery_card img {
    	max-width: 10vw;}
    
}
@media screen and (max-width: 830px) {
	 #featured{
		flex-direction: column !important;
    	justify-content: center !important;
   	 	align-items: center !important;
    	max-width: 80vw;
		margin-left: auto;
		margin-right:auto;
	}
    .featuredProj{
    	width: 100%;
    	max-width: 100% !important;
    	border-bottom: .5px solid rgb(222, 146, 222, .56);
		padding: 2vh .5vw !important;
   	 	margin-bottom: 2vh;
	}
    #vl{
		border-left:none;
		border-right: none;}

	.featuredProj img{
		margin-top: 1.25vh;
  	 	max-width: 69% !important;
	}
    .featured_description{
	
}
#fp1:hover{
  	border-bottom: none;
}

#fp2:hover{
  	border-bottom: none;
}
#fp3:hover{
 	border-bottom: none;
}
}

@media screen and (max-width: 1120px) {
   	 .client_list{
		max-width: 45vw;
         padding-top: 2vh;
    }
    .blurb-resize [grid-col="8"]{
	width: 60% !important;
}

    .client_list .gallery_card img {
	 }
}
.mobile #thisIs{
	display: none;
}
.mobile #thisIs-mobile{
    display: block;
}

.mobile .client_list{
	max-width: 80vw;
    align-content: center;
	text-align: center;
	margin: auto;
    margin-left: auto;
    margin-right: auto;
}
.mobile .client_list .gallery_card img {
         display: block;
    	max-width: 12vw;
}
.mobile .client_list .gallery_card{
	
}
.mobile .landing_blurb{
	margin-left: auto;
    margin-right: auto;
    padding-top: 0;
}

.mobile .featured{
	max-width: 80vw;
}

/**landing:after video desktop*/

.landing_blurb{
	font-weight: 300;
    text-align: center;
    padding-top: 1.5vh;
}
#thisIs-mobile{
	font-weight: 300;
    text-align: center;
    display: none;
    padding-top: 3vh;
    scale: 1.2;
}

#thisIs{
	padding-top: 1vh;
    scale: 1.2;
}


[data-page-id="30654635"] .page_container {
}

/*
#who-we-are{
	padding-top: 25vh;
    padding-bottom: 5vh;
}

#who-we-are{
    display: flex;
    align-items: center;
  	height: 100vh;
  	scroll-snap-type: y mandatory;
    overflow-y: scroll;

}
#who-we-are_content{
  	scroll-snap-align: center;
  	position: relative;
}
#who_container{
	margin-left: 2%;
    margin-right:2%;
}*/

.client_list {
    align-content: center;
    display: block;
    max-height: 35vh;
    overflow: hidden;
	margin-right: 1.5vw;
	}

.client_list .gallery_card{
	margin-left: 1vw;
	margin-right: 1vw;
    margin-top: 1vh;
}
.client_list .gallery_card img{
	max-width: 13vw;
    width: 100%;
    margin: 0;
opacity: .8;}

.client_list .gallery_card_image{
	padding: 0;}
.reveal{
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
    animation-delay: 1s;
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#featured{
	display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: nowrap;
}

.featuredProj{
    max-width: 33%;
	padding: 1vh 2vw !important;
    position: relative;
}
@media screen and (max-width: 800px){
	.featuredProj h2 {
    font-size: 2.2rem !important;
	}
}
.featuredProj h2 {
    margin-bottom: 1vh !important;
    flex-wrap: nowrap;
}
.featured_description{
    font-size: 1.15rem;
}

.featuredProj img{
    width: 100% !important;
    max-width: 28vw;
	margin-top: 2vh;
    border-radius: 10px;
    text-align: center;
    object-fit: cover;
    object-position: top;
}
.featuredProj:hover{
	background-color: #26243e;
    cursor: url("https://files.cargocollective.com/c1774729/cursor_1.svg"), auto !important;
	border-radius: 10px;
}
.featuredProj:focus{
	background-color: #26243e;
}
.featuredProj img:hover{
	cursor: url("https://files.cargocollective.com/c1774729/cursor_1.svg"), auto !important;
}

#fp1:hover{
  border-left: 1px solid rgba(239, 155, 239, 0.2);
  border-right: 1px solid rgba(239, 155, 239, 0.2);
}

#fp2:hover{
  border-left: 1px solid rgba(239, 155, 239, 0.2);
  border-right: 1px solid rgba(239, 155, 239, 0.2);
}
#fp3:hover{
  border-left: 1px solid rgba(239, 155, 239, 0.2);
  border-right: 1px solid rgba(239, 155, 239, 0.2);
}

#fp-hover:hover .featIMG-static img{ opacity: 0;}
#fp-hover:focus .featIMG-static img{ opacity: 0;}
#fp-hover:hover .featIMG-active{
    opacity: 100 !important; }
#fp-hover:focus .featIMG-active{
    opacity: 100 !important; }



.featIMG-active{
    top:13vh;
    position: absolute;
    opacity: 0;
    z-index: 1;
}

        /** test MENU*/
.menu
.menu bodycopy a{
	color: #c72fc7; }

/** mobile*/
.mobile .menu_option{
    margin-left: 7vw;
    font-size: em; }
.mobile .menu_option:hover{
    margin-right: 6%; }
.mobile .menu_option:focus{
    margin-right: 6%; }

@media screen and (max-width: 550px){
	.menu_option li{
        margin-left: 0 !important; }
}

@media screen and (max-width: 770px){ 
	.menu_option li{
        font-size: 7vw !important;
    	margin-right: 12vw !important;}
}


/** desktop*/

.menu_option {
    color: rgba(255, 2, 255, 0.81);
/*    margin-right: 3%;
    padding-right: 1%;*/
    position: relative;
    max-height: 13vh;
	display: block;
    border-bottom: 1px solid rgba(255, 2, 255, 0.35);

	padding-right: 2vw;
    padding-top: 2vh;
    padding-bottom: 3vh;
}
 
.menu_option li{
    word-wrap: normal;
    font-size: 5.75vw;
	text-align: right;
    margin-left: 8vw;
    margin-right: 10vw;
	list-style: none;
}

.menu_option a{
	text-align: right;
    color: rgb(255, 2, 255);}

.hover_image{
	width: 100% !important;
   	max-height: 12vh;
	position: absolute;
	top: 2vh;
    z-index: -100;
    overflow: hidden;
    display: none;
	transform:translateY(-1.5vh) !important;
	border-collapse: collapse;
    border-bottom: 1px solid rgba(21, 21, 21, 1);
}
.hover_image img{
	object-fit: cover;
    object-position: center 50%;
	}

.menu_option:hover > .hover_image{
	display: block;
    margin-right: 5.7%; }

.menu_option:hover a{
	color:transparent !important;}


				/**MAIN MENU*/


/**mobile*/


@media screen and (max-width: 550px){
    [data-page-id="30654682"]{
        overflow: visible;
        height: 100%;
	}
    #main-menu-projects{
	display: none !important;
}
    #menu-Projects{
        cursor: default;
		padding-top: .5vh;
	}
    #eventure_menu{
        min-height: 80vh !important;
    }
   ul.eventure-menu{
       margin-top: -2.1vh;
       background-color: #131225;
       margin-right: auto;
       margin-left:auto;
	}
	#main-menu-projects{
	display:none;
	}
    #eventure_menu_mobile{
		display: inline-block !important;
        visibility: visible;
        width: 100vw !important;
	}
    #menu-bg{
        padding-top: 1vh;
        padding-bottom: 1vh;
        z-index: -1;
        position: relative;
        background-color: #131225;
}
    #eventure_menu_mobile .card-group{
        min-height: 23vh;
        width: 90vw !important;
        position: relative;
        margin:auto;
        pointer-events: auto;
	}
    #eventure_menu_mobile img{
	object-fit: cover;
        margin-bottom: -1vh !important;
	}
    .mobile-card-title{
        width: 60vw;
        font-size: 6vw;
        font-weight: 400;
		position: absolute;
		top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #ffd8ff;
	}

    .menu-overlay{
        background: rgba(199, 47, 199, 0.4);
        overflow: hidden;
        z-index: 1;
        margin-bottom:auto;
	}
    .card-group:hover .menu-overlay{
        background-color: transparent;
    }
    .card-group:focus .menu-overlay{
        background-color: transparent;
    }
    .card-group:hover .mobile-card-title{
	color: transparent;
	}
    .card-group:focus .mobile-card-title{
	color: transparent;
	}
	.mobile_image{
        max-height: 24vh;
        z-index: -1;
        position: relative;
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 769px) {
    #main-menu-projects{
        width: 100vw !important;
	}
}
@media only screen and (max-width: 950px){
    #main-menu-projects{
		font-size: 1.7rem;
	}
}
.mobile #main-menu-projects{
	font-size: 2.1rem;
}

/**desktop*/

#eventure_menu_mobile{
	display:none;
}

/*menu exit button*/
@media only screen and (max-width: 550px){
	.stickyHead .menu_exit{
	    font-size: 8vw !important;
        top: 0 !important;
        right: 1rem !important;
	}
}
@media only screen and (max-width: 775px){
	.stickyHead .menu_exit{
	    font-size: 5vw !important;
        top: 2vh;
	}
}
.stickyHead .menu_exit{
	color: #c72fc7; 
	text-align: right;
    right:0;
	margin-top: 1vh;
    padding: 6px;
    top: 1vh;
	right: 2rem;
    position: fixed;
    font-size: 28px;
    font-family: "Favorit Variable", Icons;
	font-style: normal;
	font-weight: 300;
    line-height: 1;
}

.stickyHead .menu_exit:hover{
   	color: #131225 !important;
    background: rgba(199, 47, 199, 1);
    cursor: url("https://files.cargocollective.com/c1774729/cursor_1.svg"), auto !important;
}
.stickyHead .menu_exit:focus{
   	color: #131225 !important;
    background: rgba(199, 47, 199, 1); 
}

#eventure_menu{
    margin-top:2vh;
	height: 60vh;
}
#eventure_menu ul{
	padding-left: 0;
}
#eventure_menu li a:hover{
	font-weight: 300;
}
#eventure_menu li a:focus{
	font-weight: 300;
}

#main-menu-projects {
	width: 90vw;
    box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: center;
 	transition: background .4s ease-in;
    font-weight: 300;
    padding-top: 5vh;
    margin-left: 0;
    margin-right:0;
}

#main-menu-projects .main-menu-group:hover{
    font-weight: 600;
}
#main-menu-projects .main-menu-group:focus{
    font-weight: 600;
}

#main-menu-projects .main-menu-group img{
	border-radius: 2%;
}
#main-menu-projects .main-menu-group:hover img{
	transform: scale(1.1);
    cursor: url("https://files.cargocollective.com/c1774729/cursor_1.svg"), auto !important;    
}
#main-menu-projects .main-menu-group:focus img{
	transform: scale(1.1);
}

.carousel_container {
  width: 100vw;
  max-width: 70vw;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
    margin-right:5vw;
}

.cards {
  position: relative;
  width: 70%;
  height: 70%;
  display: inline-flex;
  justify-content: center;
}


.card-info{
    width: 30vw;
    display:block;
    font-size: 2.75vw;
    font-weight: 600;
    justify-content: center;
  	align-items: center;
}
.card-title{
	color: rgba(199, 47, 199, 1);
}

ul.eventure-menu{
	list-style-type: none !important;  
}

#menu-footer {
    padding-top: 0;
	bottom:0;
    position: fixed;
    width: 100vw;
}
		


		/**PROJECT CATEGORY PAGES*/
/**mobile*/
@media screen and (max-width: 1500px) {
    .projCarousel{
        margin-top: 8vh !important;
       }
}
@media screen and (max-width: 775px) {
    .projCarousel{
        margin-top: 5vh !important;
       }
    .control button {
		max-height: 4vh !important;
    }
}
@media screen and (max-width: 650px) {
    .projCarousel{
		max-width:98vw !important;
        padding-bottom: 0 !important;
        margin-top: 4.6vh !important;
       }
	#item-1:checked ~ .projCards #content-info, #item-2:checked ~ .projCards #ex-content-info, #item-3:checked ~ .projCards #experience-info {
 		 transform: translatex(-100%) translateY(-8%) scale(.65) !important;
    }
    
    #item-1:checked ~ .projCards #experience-info, #item-2:checked ~ .projCards #content-info, #item-3:checked ~ .projCards #ex-content-info {
 		 transform: translatex(100%) translateY(-8%) scale(.65) !important;
    }
    
}

@media screen and (max-width: 550px) {
    .projCarousel{
        margin-top: 3vh !important;
    }
    .proj-arrow-right{
    	padding-bottom: 2.5vh;
	}
    .proj-arrow-left{
    	padding-bottom: 2.5vh;
	}
    .proj-control button {
		display: none;
    }
}
@media screen and (max-width: 450px) {
    .projCarousel{
        margin-top: 1vh !important;
    }
}

/**desktop*/
.proj-controls {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 4vh;  
}
.proj-control {
   display: inline-block;
}
.proj-control button {
   height: 6vh;
  max-height: 6vh;
  border: 1px solid #c72fc7;
  background: none;
  vertical-align: middle;
    width: 4vw;
}

.proj-arrow-left{
	position: absolute;
    max-width: 4vw;
    left:0;
    top:0;
    opacity: 60%;
    pointer-events: auto;
}

.proj-arrow-right{
	position: absolute;
    right: 0;
   	max-width: 4vw;
    opacity: 60%;
    top:0;
     pointer-events: auto;
}

.projCarousel {
	max-width: 90vw;
    box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5vh 5vh 2.5vh 5vh;
 	transition: background .4s ease-in;
    margin-top: 11vh;
}

.projCarousel input[type=radio]{
	display: none; }

 .projCard {
  box-sizing: border-box;
  position: absolute;
  width: 27vw;
  transition: transform .4s ease;
  cursor: url("https://files.cargocollective.com/c1774729/cursor_1.svg"), auto !important;
  font-size: 3.5vw;
}

.proj_carousel_container{
	width: 100vw;
    max-block-size: 100vw;
    height: 5vw;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

.projCards {
  position: relative;
  width: 100%;
  height: 70%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
    
  /*margin-left: 5vw;
  margin-right: 5vw; display, justify content is mine*/
}

.projCards .card-title{
    text-align: center;
    width: 100%;
    display: inline-block;
}


#item-1:checked ~ .projCards #content-info, #item-2:checked ~ .projCards #ex-content-info, #item-3:checked ~ .projCards #experience-info {
  transform: translatex(-100%) translateY(-8%) scale(.5);
  opacity: .7;
  z-index: 0;
}

#item-1:checked ~ .projCards #experience-info, #item-2:checked ~ .projCards #content-info, #item-3:checked ~ .projCards #ex-content-info {
  transform: translatex(100%) translateY(-8%) scale(.5);
  opacity: .7;
  z-index: 0;  
}

#item-1:checked ~ .projCards #ex-content-info, #item-2:checked ~ .projCards #experience-info, #item-3:checked ~ .projCards #content-info {
  transform: translatex(0) scale(1.3);
  opacity: 1;
  z-index: 1;
  font-family: "Avenir-Book", sans-serif;
  font-style: normal;
  width: 30vw;
 }

#item-2:checked ~ .projects_page #test {
  transform: translateY(0);
}

#item-2:checked ~ .player #test  {
  transform: translateY(-40px);
}

#item-3:checked ~ .player #test  {
  transform: translateY(-80px);
}


		/**PROJECT PAGE MENU*/
/**mobile*/
.mobile #projectMenu {
	display:table;
	padding-left: 5vw;
}

.mobile #projectMenu td{
	max-width: 50% !important; }

.mobile #projectMenu .projIMG {
    object-fit: contain;
    width: 50vw; }

@media screen and (max-width: 550px){ 
    .projects_page{
		margin-top: 0;
	}
    #projectMenu{
		margin-top: 0 !important;
	}
    #projectMenu .projIMG{
	margin-top: .75vh;
    max-height: 25vh; 
    }
    #projectMenu img{
	max-width: 40vw;
    height: 18vh !important;
    vertical-align: bottom; 
    }
     
    #projectMenu .projDes{
        display: -webkit-box;
        -webkit-line-clamp: 5;
   		-webkit-box-orient: vertical;
  		text-overflow: ellipsis;
   		overflow: hidden;
    }
    #projectMenu .projDetails{
		/*display: -webkit-box;
        -webkit-line-clamp: 6;
   		-webkit-box-orient: vertical;*/
  		text-overflow: ellipsis;
   		overflow: hidden;
	}
    #projectMenu .projTitle{
		font-size: 1.75rem !important;
	}
}

@media screen and (max-width: 650px) {
     .projects_page .projTag{
	display: none;
    }

}
@media screen and (max-width: 770px) {
	#projectMenu img{
	max-height: 30vh !important;
    max-width: 40vw !important;
    }
	#projectMenu tr{
		padding-bottom: 1.5vh;
	}
    #projectMenu .projDetails{
		margin-left: -2vw;
	}
}

@media screen and (max-width: 950px) {
   #projectMenu img{
    	max-width: 40vw;
       margin-left: -4vw;
    }
    .projIMG-active{
}
}

/**desktop*/
.projects_page{
	width: 90vw;
    display: inline-block;
    max-width: 90vw;
    padding-right: 2.5vw;
}

#projectMenu {
	font-family: "rigid-square";
	font-style: normal;
	font-weight: 100;
    width: 100%;
    border-collapse: collapse;
	margin-top: 2vh;
}
.projectGroup{ 
    
}

/*row*/
#projectMenu tr{
    max-width: 90vw;
	padding-top: 2vh;
    
    box-sizing: border-box;
    border-collapse: collapse;
    border-bottom: 1px solid rgba(255, 2, 255, 0.56);
	 align-items: flex-start;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap !important; 
}

#projectMenu tr:hover {
    /*background-color: rgba(255, 2, 255, 0.69);
      color: #151515;*/
	background-color: #26243e;
 }
#projectMenu tr:focus {
	background-color: #26243e;
 }

#projectMenu tr:hover h2{
    color: rgb(221, 146, 221);
    font-size: 2.2rem;
}
#projectMenu tr:focus h2{
    color: rgb(221, 146, 221);
    font-size: 2.2rem;
}
#projectMenu tr:hover img{
	margin-left:.65vw;
}
/*entry*/
#projectMenu td{
    padding: .5vw;
    margin:0;
    box-sizing: border-box;
}

/*column left*/
.projIMG {
    width: 45vw;
}

#projectMenu img{
    max-height: 35vh;
    max-width: 45vw;
	object-fit: cover;
}
#projectMenu img:hover{
	cursor: url("https://files.cargocollective.com/c1774729/cursor_1.svg"), auto !important;
}

#projectMenu #northface-thumbnail img{
	object-position: 0 30%;
}
#proj-hover:hover .projIMG-static img{ opacity: 0;}
#proj-hover:focus .projIMG-static img{ opacity: 0;}
#proj-hover:hover .projIMG-active{
    opacity: 100 !important; }
#proj-hover:focus .projIMG-active{
    opacity: 100 !important; }

.active-container {
	position: relative;
}
.projIMG-active{
    position: absolute;
    opacity: 0;
    top:.85vh;
}

#projectMenu #joopiter-thumbnail img{
	object-position: top;
}

/*column right*/
.projDetails{
	width: 55vw;
	text-align: left;
}

.projTitle h2{ }
.projDes{ }
button.viewProj{
    font-family:"rigid-square";
	display: block;
    background-color: rgb(221, 199, 221);
    color: #131225;
    border-radius: 2%;
}
.projTag{
    font-size: .65em;
	color: rgb(221, 199, 221);
    display: inline-block;
	text-align: left; }



		/** ABOUT US*/
@media screen and (max-width: 970px) {

	#allie-text{
		margin-top: -1vh !important;
	}
     #about-service-tb{
		width: 28% !important;
    	margin: 0 2%;    
	}
    #about-service-tb .service-con{
		max-width: 26% !important;
	}
}
@media screen and (max-width: 770px) {
    #about-eventure{
        font-size: 1.75vw !important;
	}
    .about-image img{
		max-height: 40vh !important;
    	object-fit: cover;
	}
    .about{
	padding-top: 2vh;
	}
    #about_service{
	width: 87vw;
}
    #about-services{
  		overflow-x: scroll;
    	word-wrap: normal;
		flex-wrap: nowrap;
    }
    #about .bio-title{
    font-size:1.4vw;
	}
}
@media screen and (max-width: 769px) {
	.about-page{
		margin-top: 3vh;
	}
    .about-image img{
		max-width: 40vw;
	}
}
@media screen and (max-width: 600px) {

    .about-image img{
		max-height: 30vh !important;
	}
}
@media screen and (max-width: 550px) {
    body[data-page-id="30654678"] {
        padding-left: 4vw;
        padding-right: 4vw;
    }
    
    #about-eventure{      
    	font-size: 3vw !important;
	}
    #about .bio-title{
    font-size:2vw !important;
	}
    #about h2{
    font-size: 3vw;
	}
	#bio-text{
		font-size: 1rem !important;}
    #about_service{
	width:85vw !important;
}
    #about-service-tb{
	width: 100% !important;
	}
	#about-clients-tb{
		width: 100% !important;
	}
}


@media screen and (max-width: 400px) {

    .about-image img{
		max-height: 20vh !important;
    	object-fit: cover;
	}
}
.mobile #about-eventure{
	max-width: 90%;
}

.mobile .about-image img{
	width:35vw;
   	height: 45vh;
}

.mobile #eventure-image img{
    margin-right: 2vw;
    max-width: 94vw;
    margin-left: 2vw;
}

#eventure-image img{
	border-radius: 5px;
}
.about-image img{
	max-height: 55vh;
    object-fit: cover;
    width: 30vw;
    border-radius: 3px;

}

#about-eventure{
    display:inline-block;
    font-size: 1.28vw;
    text-align: center;
	max-width: 80%;
    font-size: 1.4vw;
}

#about{
    margin-top: 2vh;
    height: auto;
    max-height: 92vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    line-height: 1.2;
    padding-bottom: 2vh;
}

.bio{
	padding: 0 2vw;
    max-width: 45%;
    text-align: left;
}


#about .bio-title{
    font-size:1.4vw;
    text-align: left !important; }

#about .bio-title h2{
	white-space: nowrap !important;
        color: #e68ee6 !important; }

#about_service{
	display: inline-block;
    width: 60vw;
    margin-top: 2vh;
    padding-top: 2vh;
}
#about_service{

}


		/** PROJECTS*/
@media screen and (max-width: 550px) {
    .project-right{
	display: none;
	}
    .project-left{
	width: 100% !important
	}
}
.mobile .project-client{
}
.project-client{
    text-align: center;
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
}
.project-client .gallery_card_image{
    padding-bottom: 0 !important;
    margin-right: 0 !important;
}
.project-client .gallery_card img{
	max-width: 7vw;
    text-align: center;
    opacity: 75%;
    margin: auto !important;
}

.credits-container{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: right;
    align-items: flex-start;
    margin-top: 1vh;
}
.credit-title{
	padding-left: 2vw;
}
.credits{
	padding: 1vh 2vw;
}

/*Chanel*/
.mobile #chanel-logo{
	padding-top: 3vh;
}
/*Adidas*/
@media screen and (max-width: 550px) {
    #adidas-mobile{
		display: block !important;
    	padding-bottom: 2vh;}
     #adidas-logo-mobile{
     display: block !important; }
}

#adidas-mobile{
	display: none; }
#adidas-logo-mobile{
	display: none;
}

/*Bottega*/
@media screen and (max-width: 550px) {
    #bottega-mobile{
	display: block !important;
    padding-top: 3vh;}
}
#bottega-mobile{
	display: none; }

/*Reebok*/
@media screen and (max-width: 550px) {
    #reebok-mobile{
	display: block !important;
    padding-bottom: 2vh;}
    #reebok-logo-mobile{
	display: block !important;
	}
}
#reebok-mobile{
	display: none; }

#reebok-logo-mobile{
	display: none;
}

/** Patta*/
.patta-feat-photo img{
	min-height: 40vh;
    max-height: 55vh;
    width: auto !important;
}
@media screen and (max-width: 550px) {
    #patta-slides-mobile{
    	object-fit: cover !important;
    	max-width: 60vw;
    	height: 100% !important;
	}
    #patta-slides-mobile img{
		max-height: 35vh;
        width: 100% !important;
	}
   #patta-client .gallery_card img{
	max-width: 10vw !important;
	}
    #patta-client {
	padding-bottom: 0 !important;
	}
}

.mobile .patta-feat-photo img{
   		height: 100% !important;
        width: auto !important;
    	max-height: 60vh;
        min-height: 40vh
}
.mobile .patta-feat-photo{
    	margin-left: auto;
   		margin-right: auto;
}
#patta-slides-mobile{
	display: none;
}

#patta-client{
	display: block !important;
   padding-bottom: 6vh;
}
.mobile #patta-client-mobile{
	display: block !important;
        padding-top: 6vh;
}


/** Lulu*/
@media screen and (max-width: 550px) {
    #lulu-logo-mobile{
	display: block !important;
	}
	#lulu-feat-mobile{
	display: block !important;
	}
}

.mobile #lulu-feat {
     text-align: center;
    margin-top: 7vh !important;
}

 .mobile #lulu-feat img{
     	margin-left: auto;
   		margin-right: auto;
     	width: 100% !important;
    	max-width: 85vh;
     	height: auto !important;
     	max-height: 50vh;
}
#lulu-feat{
	margin-top: 14vh;
}
#lulu-vimeo{
     	margin-left: auto;
   		margin-right: auto;
		padding-top: 60%;
    	display: flex;
    	justify-content: center;
		position: relative;
		margin-bottom: -8vh;}
#lulu-logo-mobile{
	display: none;
}
#lulu-feat-mobile{
	display: none;
}

/** Amex*/
.mobile #amex-text{
     margin-left: auto;
   	margin-right: auto;
    display: flex;
    width: 85vw;
    justify-content: center;
}
.mobile #amex-right{
	display: none;
}
.mobile #amex-slides{
	display: block !important;
    padding-top: 3vh;
}
#amex-slides{
	display: none;
}
#amex-video{
    margin-left: 0;
   	margin-right: auto;
    display: flex;
    justify-content: center;
	position: relative;
}
#amex-client{
	padding-top: 7vh;
}
.mobile #amex-client{
	padding-top: 0 !important;
}
/** Telfar*/
@media screen and (max-width: 990px) {
	#telfar-slide{
		padding-top: 7vh;
	}
}
@media screen and (max-width: 550px) {
	#telfar-slides-mobile{
		display: block !important;
        padding-bottom: 2vh;
	}
    #telfar-logo-550{
	display: block !important;
	}
}
.mobile  #telfar-logo-mobile{
	display: block !important;
}
.mobile  #telfar-logo{
	display: none !important;
}
#telfar-slides-mobile{
	display: none;
}
#telfar-logo-mobile{
	display: none;
}
#telfar-logo-550{
	display: none;
}
#telfar-logo{
	padding-top: 1.5vh !important;
    margin-bottom: -1vh !important;
}
#telfar-logo img{
	margin-bottom: 0 !important;
}
#telfar-credits{
	padding-top: 2vh;
}
/** Omsom*/
@media screen and (max-width: 550px) {
 	#omsom-feat-mobile{
		display:block !important;
        padding-top: 2vh;
	}
    #omsom-feat-mobile img{
    max-height: 50vh;
    width: 100% !important;
	}
}
 #omsom-feat-mobile{
	display: none;
}
#omsom-right img{
	max-height: 45vh;
    width: 100% !important;
}
.omsom-flex{
	display:flex;
    justify-content: left;
    align-items: center;
    opacity: 70%;
}
.omsom-coast img{
	margin-bottom: 0 !important;
}
.omsom-coast{
	color: #e8ace8;
    font-size: 2.5rem;
}
#omsom-ny{
	padding-top:3vh;
}
#omsom-la{
	padding-top:6.5vh;
}

/** Joopiter*/
.mobile #joopiter-client{
	padding-bottom: 2vh;}
.mobile #joopiter-slideshow img{
	height: auto;
    max-height: auto;
    min-height: auto;
    width: 100%;
}
@media screen and (max-width: 450px) {
#joopiter-credits{
	display: none;
	}
   #joopiter-client-mobile{
	display: block !important;
	}
    #joopiter-client-mobile img{
		padding-top: 20%;
        margin-left: -1.5vw;
        height: 100% !important;
	}
}
@media screen and (max-width: 550px) {
    #joopiter-vimeo-550{
    	margin-left: auto;
   		margin-right: auto;
    	display: flex !important;
    	justify-content: center;
		position: relative !important;
    	margin-bottom: 5vh;
   		margin-top: -3vh;
    	height: 60vh !important;
	}
        #joopiter-flex{
	display: flex !important;
	}
    #joopiter-img-mobile{
	width: 40vw;
	}
    #joopiter-credits-mobile{
	display:flex !important;
        margin-bottom: 1vh;
	}
    #joopiter-credits-mobile .credit-title{
	padding: .5vh 1vw 0 0 !important;
	}
}
@media screen and (max-width: 700px) {
    #joopiter-vimeo-mobile{
        margin-left:-6vw;
    }
}
@media screen and (max-width: 769px) {
   #joopiter-left .credits-container{ 
	display: none;
	}
    #joopiter-cli-dt{
		display: none;
	}
    #joopiter-vimeo{
	display: none;
	}

     #joopiter-img-mobile{
    	display: block !important;
    }
    #joopiter-img{
	display:none;
	}
    #joopiter-vimeo-mobile{
        display: block !important;
        height: 45vh; 
        position: relative;
        margin-left:-10vw;
    max-height: 45vh;
    margin-bottom: auto;
	}
}
#joopiter-left{
	padding-left: 6vw;
}
 #joopiter-vimeo-mobile{
        display: block !important;
        height: 45vh; 
        position: relative;
        margin-left:-10vw;
    max-height: 45vh;
    margin-bottom: auto;
}
#joopiter-vimeo-550{
	display:none; }
#joopiter-flex{
	display: none; }
#joopiter-client{
	padding-bottom: 3vh !important;
}

#joopiter-client-mobile{
display: none;}

#joopiter-credits-mobile{
	display:none; }

#joopiter-client img{
	margin-left: -1.5vw; }
#joopiter-container{
	max-height: 60vh;
    margin-bottom: 3vh;
   	display: flex;
    object-fit: cover;
}
#joopiter-img{
	text-align: right;
	position: relative;
    height: 55vh; 
    max-height: 55vh;
}
#joopiter-slideshow{
    padding-top: 0;
    padding-right: 3vw;
}
#joopiter-slideshow img{
	max-height: 55vh;
    min-height: 55vh;
    object-fit: cover;
}


/*TABLET */
@media only screen and (max-width: 768px) and (orientation : portrait) {
	/* PORTRAIT: Apple iPad 1,2,3,4,Air, Mini
	Microsoft Surface, HP Touchpad, LG Optimus Pad  */
    .project-right{
	display: none; }
    .project-left{
	width: 100% !important }

    /*Adidas*/
    #adidas-mobile{
			display: block !important;
    		padding-bottom: 2vh;}
	#adidas-mobile{
		display: none; }
	 #adidas-logo-mobile{
     display: block !important; }
    
	/*Bottega*/
    #bottega-mobile{
		display: block !important;
    	padding-top: 3vh;}
	#bottega-mobile{
		display: none; }

	/*Reebok*/
    #reebok-mobile{
			display: block !important;
    		padding-bottom: 2vh;}
	#reebok-mobile{
		display: none; }
    
    /*PATTA*/
    #patta-slides-mobile{
		display: block !important;
        text-align: center;
        margin-bottom: 1.5vh;
		transform: translateX(25%);}
    #patta-slides-mobile img{
		max-height: 35vh;
        width: 100% !important;}
   #patta-client .gallery_card img{
	max-width: 10vw !important;}
    #patta-client {
	padding-bottom: 0 !important;}
    
    /** LULU*/
    #lulu-logo-mobile{
	display: block !important;
	}
	#lulu-feat-mobile{
	display: block !important;
	}
    
    /** TELFAR*/    
    #telfar-slides-mobile{
		display: block !important;
        padding-bottom: 2vh;
	}
    #telfar-logo-550{
		display: block !important;
	}
        
    /** OMSOM*/
 	#omsom-feat-mobile{
		display:block !important;
        padding-top: 2vh; }
    #omsom-feat-mobile img{
    max-height: 50vh;
    width: 100% !important; }
    
    
    /*JOOPITER*/
    #joopiter-vimeo-550{
    	margin-left: auto;
   		margin-right: auto;
    	display: flex !important;
    	justify-content: center;
		position: relative !important;
    	margin-bottom: 5vh;
   		margin-top: -3vh;
    	height: 60vh !important; }
        #joopiter-flex{ display: none !important;}
   
    #joopiter-credits-mobile{
        display:flex !important;
        margin-bottom: 1vh;}
    #joopiter-credits-mobile .credit-title{
	padding: .5vh 1vw 0 0 !important; }
}

@media only screen and (max-width: 820px) and (orientation : portrait) {
	/* PORTRAIT:, Microsof Surface Pro */
    .project-right{
	display: none; }
    .project-left{
	width: 100% !important; }
    
    /*Adidas*/
    #adidas-mobile{
			display: block !important;
    		padding-bottom: 2vh;}
	#adidas-mobile{
		display: none; }
	 #adidas-logo-mobile{
     display: block !important; }
    
	/*Bottega*/
    #bottega-mobile{
		display: block !important;
    	padding-top: 3vh;}
	#bottega-mobile{
		display: none; }

	/*Reebok*/
    #reebok-mobile{
			display: block !important;
    		padding-bottom: 2vh;}
	#reebok-mobile{
		display: none; }
    
    /*PATTA*/
    #patta-slides-mobile{
		display: block !important;
        text-align: center;
        margin-bottom: 1.5vh;}
    #patta-slides-mobile img{
		max-height: 35vh;
        width: 100% !important;}
   #patta-client .gallery_card img{
	max-width: 10vw !important;}
    #patta-client {
	padding-bottom: 0 !important;}
    
    /** LULU*/
    #lulu-logo-mobile{
	display: block !important;
	}
	#lulu-feat-mobile{
	display: block !important;
	}
    
    /** TELFAR*/    
    	#telfar-slides-mobile{
		display: block !important;
        padding-bottom: 2vh;	
    }
    
    /** OMSOM*/
 	#omsom-feat-mobile{
		display:block !important;
        padding-top: 2vh; }
    #omsom-feat-mobile img{
    max-height: 50vh;
    width: 100% !important; }
    
    /*JOOPITER*/
    #joopiter-vimeo-550{
    	margin-left: auto;
   		margin-right: auto;
    	display: flex !important;
    	justify-content: center;
		position: relative !important;
    	margin-bottom: 5vh;
   		margin-top: -3vh;
    	height: 60vh !important; }
        #joopiter-flex{ display: flex !important;}
    #joopiter-img-mobile{width: 40vw;}
    #joopiter-credits-mobile{
        display:flex !important;
        margin-bottom: 1vh;}
    #joopiter-credits-mobile .credit-title{
	padding: .5vh 1vw 0 0 !important; }
}

@media only screen and (max-width: 912px) and (orientation : portrait) {
	/* PORTRAIT:, Microsof Surface Pro */
    .project-right{
	display: none; }
    .project-left{
	width: 100% !important }

    /*Adidas*/
    #adidas-mobile{
			display: block !important;
    		padding-bottom: 2vh;}
	#adidas-mobile{
		display: none; }
	 #adidas-logo-mobile{
     display: block !important; }
    
	/*Bottega*/
    #bottega-mobile{
		display: block !important;
    	padding-top: 3vh;}
	#bottega-mobile{
		display: none; }

	/*Reebok*/
    #reebok-mobile{
			display: block !important;
    		padding-bottom: 2vh;}
	#reebok-mobile{
		display: none; }
    
    /*PATTA*/
    #patta-slides-mobile{
		display: block !important;
        text-align: center;
        margin-bottom: 1.5vh;
		max-width: 70vw;}
    #patta-slides-mobile img{
		max-height: 35vh;
        width: 100% !important;}
   #patta-client .gallery_card img{
	max-width: 10vw !important;}
    #patta-client {
	padding-bottom: 0 !important;}
  
    /** LULU*/
    #lulu-logo-mobile{
	display: block !important;
	}
	#lulu-feat-mobile{
	display: block !important;
	}
    
    /** TELFAR*/    
    #telfar-slides-mobile{
		display: block !important;
        padding-bottom: 2vh;
	}
    
    /** OMSOM*/
 	#omsom-feat-mobile{
		display:block !important;
        padding-top: 2vh; }
    #omsom-feat-mobile img{
    max-height: 50vh;
    width: 100% !important; }
    
    /*JOOPITER*/
    #joopiter-vimeo-550{
    	margin-left: auto;
   		margin-right: auto;
    	display: flex !important;
    	justify-content: center;
		position: relative !important;
    	margin-bottom: 5vh;
   		margin-top: -3vh;
    	height: 60vh !important; }
        #joopiter-flex{ display: none !important;}
    #joopiter-credits-mobile{
        display:flex !important;
        margin-bottom: 1vh;}
    #joopiter-credits-mobile .credit-title{
	padding: .5vh 1vw 0 0 !important; }
}

/**
 * Content
 */

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

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

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

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	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.3;	}


/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.3rem;
	/*font-weight: 400;*/
	color: rgba(0, 0, 0, 0.85);
	/*font-family: "Avenir-book", Icons;*/
    font-family: rigid-square, sans-serif;
	font-weight: 100;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(105, 143, 255);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	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"] h1 {
	/*font-family: Karla, Icons;*/
   /* font-family: rigid-square, sans-serif;*/
    font-family: transducer, sans-serif;
	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
	font-size: 3rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.85);
	}

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

[data-predefined-style="true"] h2 {
	font-family: 'Avenir-book', Icons;
	font-style: normal;
	font-weight: 300;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 2.5rem;
	line-height: 1.2;
	}

[data-predefined-style="true"] h3 {
	/*font-family: 'Avenir-book', Icons;*/
    font-family: rigid-square, sans-serif;
    font-style: normal;
	font-weight: 200;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 1.7rem;
	line-height: 1.2;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.3;
	    font-family: rigid-square, sans-serif, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif, 'Sans Serif', Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
}

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

/**
 * Breakpoints
 */


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

}

.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(19, 18, 37)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 90%/*!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*/;
}

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

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!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: 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(199, 47, 199, 1);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 1vh /*!site_menu_button*/;
	right: 2rem /*!site_menu_button*/;
}
[data-css-preset] #site_menu_button:hover {
    color: rgba(199, 47, 199, 0.75);
    transition-delay: .5s;
}
[data-css-preset] #site_menu_button:focus {
    color: rgba(199, 47, 199, 0.75);
    transition-delay: .5s;
}
@media only screen and (max-width: 550px){
	#site_menu_button{
	    font-size: 8vw !important;
        top: 1vh !important;
	}
}
@media only screen and (max-width: 775px){
	#site_menu_button{
	    font-size: 5vw !important;
        top: 2vh /*!site_menu_button*/;

	}
}

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

#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(19, 18, 37, .9);
	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: block;
	color: rgba(199, 47, 199, 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

#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: 2rem;
	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.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 2.5rem .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.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;
}

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

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-weight: 400;
    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;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(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: #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: 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: 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;*/

.bar.audio-player, .button.audio-player, .audio-player .current-time, .audio-player .note-icon, .audio-player .pause, .audio-player .play, .audio-player .total-time {
    display: none;
}

.audio-player{
	background-color: rgba(221, 199, 221, 0.26);
    font-family: "IBM Plex Sans", Icons;
    border-radius: 5px;
    border-width: 0;
    color: #680068;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    transition: color 100ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
    
   	position: absolute !important;
    top: 5%;
  	left: 6%; 
}
.audio-player:hover{
	background-color: rgba(200, 48, 206, 0.78) !important;
    cursor: url("https://files.cargocollective.com/c1774729/cursor_1.svg"), auto !important;
}

.title.audio-player{
	display: none;
}
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;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: #680068;;
    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;
}
