#headerstop {
    margin-left:auto;
    margin-right:auto;
    width:960px;
}

@media screen and (max-width:700px) {
	h2 {
}
    h1 {
}
    #center {
	    width:100%;
    text-align:center; 
}
    .btn-filled-white {
	text-align:center;
}
}

.button {
	  background-color: #22516d; /* Green */
  border: none;
  color: #171717;
  padding: 12px 21px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 7px;
}

.btn-filled-white {
	background-color: #fff;
    display:inline-block;
    padding: 8px 22px 5px 22px;
    border-radius: 6px;
    border: solid 2px #fff;
    transition: 0.1s;
}

.btn-filled-white:hover {
	background-color: #e2e2e2;
    display:inline-block;
    padding: 8px 22px 5px 22px;
    border-radius: 6px;
    border: solid 2px #e2e2e2;
    transition: 0.2s;
}

.btn-outline-white {
    color: #fff;
	background-color: transparent;
    display:inline-block;
    padding: 8px 20px 5px 22px;
    border-radius: 6px;
    border: solid 2px #fff;
    transition: 0.2s;
}

.btn-outline-white:hover {
    color: #e2e2e2;
	background-color: transparent;
    display:inline-block;
    padding: 8px 20px 5px 22px;
    border-radius: 6px;
    border: solid 2px #e2e2e2;
    transition: 0.1s;
}

.btn-outline-black {
    color: #000;
	background-color: transparent;
    display:inline-block;
    padding: 8px 20px 5px 22px;
    border-radius: 6px;
    border: solid 2px #000;
    transition: 0.2s;
}

.btn-outline-black:hover {
    color: #343434;
	background-color: transparent;
    display:inline-block;
    padding: 8px 20px 5px 22px;
    border-radius: 6px;
    border: solid 2px #000;
    transition: 0.1s;
}

.second {
	display: none;
    opacity: 0;
    visibility: hidden;
  -webkit-transition: opacity 400ms, visibility 400ms;
          transition: opacity 400ms, visibility 400ms;
}

.first {

}

.img_wrapper h2{
    position: absolute;
   font-family: "JetBrains Mono", Icons;
    display: flex !important;
    justify-content: center;
    align-content: center;
	font-style: normal;

}

.img_wrapper {
}


.img_wrapper:hover > .second {
    display: block;
    visibility: visible;
    opacity: 1;
    animation: fade .4s;

}
.img_wrapper:hover > .first {
	display: none;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.img_resize {
	width: 100%;
    height: auto;
    object-fit: cover;
}

.gridfix {
	display: grid;
     gap: 10px;
}

/*BottomRow*/
.bottom-row .gallery_card:nth-child(1n) .gallery_card_image:before{
	content:'';
    font-family: "JetBrains Mono", Icons;
    font-size: 0.9em;
    line-height: 1.45vw;
    color: #fff;
    position: absolute;
    font-kerning: 88px;
    text-align: center;
    width: 100%;
    top: 40%;
    right: 0%;
    opacity: 0;
    transition: 0.3s;
	font-style: normal;
	font-weight: 800;
}
.bottom-row .gallery_card:nth-child(1n):hover .gallery_card_image:before{
        opacity: 1;
   		transition: 0.3s;
        }
.bottom-row .gallery_card:nth-child(1n):hover .gallery_card_image{
	transition: 0.35s;
   filter: grayscale(90%);
}
.bottom-row .gallery_card:nth-child(1) .gallery_card_image:before{
	content:'ROCKET LEAGUE ACADEMY';
}
.bottom-row .gallery_card:nth-child(2) .gallery_card_image:before{
	content:'ROCKET LEAGUE SEASON 12';
}
.bottom-row .gallery_card:nth-child(3) .gallery_card_image:before{
	content:'ROCKET LEAGUE SEASON 5';
}
.bottom-row .gallery_card:nth-child(4) .gallery_card_image:before{
	content:'ROCKET LEAGUE SEASON 9';
}
.bottom-row .gallery_card:nth-child(5) .gallery_card_image:before{
	content:'ROCKET LEAGUE SEASON 4';
}
.bottom-row .gallery_card:nth-child(6) .gallery_card_image:before{
	content:'JZR 750K';
}
.bottom-row .gallery_card:nth-child(7) .gallery_card_image:before{
	content:'YOUTUBE';
}



/*Photos*/
.photo_nav .gallery_card:nth-child(1n) .gallery_card_image:before{
	content:'';
    font-family: "JetBrains Mono", Icons;
    font-size: 1.5em;
    line-height: 1.45vw;
    color: #fff;
    position: absolute;
    font-kerning: 88px;
    text-align: center;
    width: 100%;
    top: 45%;
    right: -1%;
    opacity: 0.9;
    transition: 0.3s;
	font-style: normal;
	font-weight: 400;
}
.photo_nav .gallery_card:nth-child(1n):hover .gallery_card_image:before{
        opacity: 1;
   		transition: 0.3s;
        }
.photo_nav .gallery_card:nth-child(1n):hover .gallery_card_image{
	transition: 0.35s;
   filter: grayscale(40%);
}

.photo_nav .gallery_card:nth-child(1) .gallery_card_image:before{
	content:'PORTRAITS';
}
.photo_nav .gallery_card:nth-child(2) .gallery_card_image:before{
	content:'DRAWINGS';
    right: 1%;
}

    @media screen and (max-width: 770px) {
.photo_nav .gallery_card:nth-child(1n) .gallery_card_image:before{
	opacity: 1;
	transition: 0.3s;
    font-size: 12.5vw;
    line-height: 3vw;
    color: white;
    position: absolute;
    font-weight: 356;
    top: 41%;
    right: 0%;
    width: 100%;
    text-align: center;
        }
}
        

/*Videos*/

.my_gallery .gallery_card:nth-child(1n) .gallery_card_image{
	transition: 0.45s;
   filter: grayscale(0%);
    opacity: 100%;
}

.my_gallery .gallery_card:nth-child(1n):hover .gallery_card_image{
	transition: 0.35s;
   filter: grayscale(30%);

}
.my_gallery .gallery_card:nth-child(1n) .gallery_card_image:before{
	content:'';
	transition: 0.3s;
    font-family: "JetBrains Mono", Icons;
    line-height: 1.81vw;
    font-size: 1.3vw;
    color: #fff;
    position: absolute;
    font-kerning: 93px;
    bottom: 2%;
    left: 1.4%;
    width: 100%;
    text-align: left;
    opacity: 0%;
    font-style: normal;
	font-weight: 10;
    vertical-align:bottom;
    word-spacing: -0.2em;
    text-shadow: 3px 4px 33px rgba(0, 0, 0, 1.0);
}
.my_gallery .gallery_card:nth-child(1n):hover .gallery_card_image:before{
        opacity: 1;
   		transition: 0.3s;
        }
.my_gallery .gallery_card:nth-child(1) .gallery_card_image:before{
        content: 'ROCKET LEAGUE \A SEASON 4 \A • 750k views';
    white-space:pre-wrap;
    transition: 0.45s;
        }
.my_gallery .gallery_card:nth-child(2) .gallery_card_image:before{
        content: 'LLAMA RAMA 2021 \A •700k views';
     white-space:pre-wrap;
    transition: 0.45s;
        }
.my_gallery .gallery_card:nth-child(3) .gallery_card_image:before{
        content: 'YOUTUBE';
    transition: 0.45s;
        }
.my_gallery .gallery_card:nth-child(4) .gallery_card_image:before{
        content: 'ROCKET LEAGUE \A SEASON 12';
     white-space:pre-wrap;
    transition: 0.45s;
        }
.my_gallery .gallery_card:nth-child(5) .gallery_card_image:before{
        content: 'ROCKET LEAGUE ACADEMY' ;
    white-space:pre-wrap;
    transition: 0.45s;
        }
.my_gallery .gallery_card:nth-child(6) .gallery_card_image:before{
        content: 'ESPORTS';
    white-space:pre-wrap;
    transition: 0.45s;
        }
.my_gallery .gallery_card:nth-child(7) .gallery_card_image:before{
        content: 'JZR 750K MONTAGE';
    white-space:pre-wrap;
        }
.my_gallery .gallery_card:nth-child(8) .gallery_card_image:before{
        content: 'THE ORCHARD';
    white-space:pre-wrap;
        }
.my_gallery .gallery_card:nth-child(9) .gallery_card_image:before{
        content: 'ROCKET LEAGUE \A SEASON 5';
    white-space:pre-wrap;
  
        }
.my_gallery .gallery_card:nth-child(10) .gallery_card_image:before{
        content: 'ROCKET LEAGUE \A SEASON 9';
    white-space:pre-wrap;
  
        }
.my_gallery .gallery_card:nth-child(11) .gallery_card_image:before{
        content: 'SEATTLE';
    white-space:pre-wrap;
    
        }
.my_gallery .gallery_card:nth-child(12) .gallery_card_image:before{
        content: '';
    white-space:pre-wrap;
    
        }

/*HomePage Videos*/

.hp_gal .gallery_card:nth-child(1n) .gallery_card_image{
	transition: 0.45s;
   filter: grayscale(0%);
    opacity: 100%;
}

.hp_gal .gallery_card:nth-child(1n):hover .gallery_card_image{
	transition: 0.35s;
   filter: grayscale(30%);

}
.hp_gal .gallery_card:nth-child(1n) .gallery_card_image:before{
	content:'';
	transition: 0.3s;
    font-family: "JetBrains Mono", Icons;
    line-height: 1.81vw;
    font-size: 1.3vw;
    color: #fff;
    position: absolute;
    font-kerning: 93px;
    bottom: 2%;
    left: 1.4%;
    width: 100%;
    text-align: left;
    opacity: 0%;
    font-style: normal;
	font-weight: 10;
    vertical-align:bottom;
    word-spacing: -0.2em;
    text-shadow: 3px 4px 33px rgba(0, 0, 0, 1.0);
}
.hp_gal .gallery_card:nth-child(1n):hover .gallery_card_image:before{
        opacity: 1;
   		transition: 0.3s;
        }
.hp_gal .gallery_card:nth-child(1) .gallery_card_image:before{
        content: 'ROCKET LEAGUE \A SEASON 4 \A • 750k views';
    white-space:pre-wrap;
    transition: 0.45s;
        }
.hp_gal .gallery_card:nth-child(2) .gallery_card_image:before{
        content: 'LLAMA RAMA 2021 \A •700k views';
     white-space:pre-wrap;
    transition: 0.45s;
        }
.hp_gal .gallery_card:nth-child(3) .gallery_card_image:before{
        content: 'YOUTUBE';
    transition: 0.45s;
        }
.hp_gal .gallery_card:nth-child(4) .gallery_card_image:before{
        content: 'ROCKET LEAGUE \A SEASON 12';
     white-space:pre-wrap;
    transition: 0.45s;
        }
.hp_gal .gallery_card:nth-child(5) .gallery_card_image:before{
        content: 'ROCKET LEAGUE ACADEMY' ;
    white-space:pre-wrap;
    transition: 0.45s;
        }
.hp_gal .gallery_card:nth-child(6) .gallery_card_image:before{
        content: 'JZR 750K MONTAGE';
    white-space:pre-wrap;
    transition: 0.45s;
        }
.hp_gal .gallery_card:nth-child(7) .gallery_card_image:before{
        content: 'ROCKET LEAGUE \A SEASON 4 \A • 5M+ views';
    white-space:pre-wrap;
        }
.hp_gal .gallery_card:nth-child(8) .gallery_card_image:before{
        content: 'ROCKET LEAGUE \A SEASON 9 \A • 2M+ views';
    white-space:pre-wrap;
        }
.hp_gal .gallery_card:nth-child(9) .gallery_card_image:before{
        content: 'ROCKET LEAGUE \A SEASON 5';
    white-space:pre-wrap;
  
        }
.hp_gal .gallery_card:nth-child(10) .gallery_card_image:before{
        content: 'ROCKET LEAGUE \A SEASON 9';
    white-space:pre-wrap;
  
        }
.hp_gal .gallery_card:nth-child(11) .gallery_card_image:before{
        content: 'SEATTLE';
    white-space:pre-wrap;
    
        }
.hp_gal .gallery_card:nth-child(12) .gallery_card_image:before{
        content: '';
    white-space:pre-wrap;
    
        }

/*cinematography*/
.cinematography .gallery_card:nth-child(1n) .gallery_card_image{
	transition: 0.45s;
   filter: grayscale(25%);
}

.cinematography .gallery_card:nth-child(1n):hover .gallery_card_image{
	transition: 0.45s;
   filter: grayscale(0%);
}
.cinematography .gallery_card:nth-child(1n):hover .gallery_card_image:before{
        opacity: 1;
   		transition: 0.3s;
        }
.cinematography .gallery_card:nth-child(1n) .gallery_card_image:before{
	content:'';
	transition: 0.3s;
    font-family: "JetBrains Mono", Icons;
    line-height: 1.45vw;
    font-size: 6.3em;
    line-height: 3.00vw;
    color: #fff;
    position: absolute;
    font-kerning: 88px;
    top: 42%;
    right: 0%;
    width: 100%;
    text-align: center;
    opacity: 0%;
    font-style: normal;
	font-weight: 900;
}
.cinematography .gallery_card:nth-child(1) .gallery_card_image:before{
        content: 'SEATTLE';
    white-space:pre-wrap;
           top: 44%;
    transition: 0.45s;
        }
.cinematography .gallery_card:nth-child(2) .gallery_card_image:before{
        content: 'THE ORCHARD';
       top: 44%;
    transition: 0.45s;
        }

/*Animation*/
.Animation .gallery_card:nth-child(1n) .gallery_card_image{
	transition: 0.45s;
   filter: grayscale(25%);
}

.Animation .gallery_card:nth-child(1n):hover .gallery_card_image{
	transition: 0.45s;
   filter: grayscale(0%);
}
.Animation .gallery_card:nth-child(1n):hover .gallery_card_image:before{
        opacity: 1;
   		transition: 0.3s;
        }
.Animation .gallery_card:nth-child(1n) .gallery_card_image:before{
	content:'';
	transition: 0.3s;
    font-family: "JetBrains Mono", Icons;
    font-size: 3.4em;
    line-height: 2.88vw;
    color: #fff;
    position: absolute;
    font-kerning: 88px;
    top: 41%;
    right: -2.7%;
    width: 100%;
    text-align: center;
    opacity: 0%;
    font-style: normal;
	font-weight: 900;
}
.Animation .gallery_card:nth-child(1) .gallery_card_image:before{
        content: 'ROCKET LEAGUE \A SEASON 12';
    white-space:pre-wrap;
           top: 36%;
    transition: 0.45s;
        }
.Animation .gallery_card:nth-child(1) .gallery_card_image:before{
        content: 'THE ORCHARD';
       top: 42%;
    transition: 0.45s;
        }
.Animation .gallery_card:nth-child(2) .gallery_card_image:before{
        content: 'ROCKET LEAGUE ACADEMY';
       top: 42%;
    transition: 0.45s;
        }
.Animation .gallery_card:nth-child(3) .gallery_card_image:before{
        content: 'ROMY';
       top: 42%;
    transition: 0.45s;
        }

/*Videos Mobile*/
@media screen and (max-width: 770px) {
.my_gallery .gallery_card:nth-child(1n) .gallery_card_image:before{
	opacity: 1;
   font-family: "JetBrains Mono", Icons;
    font-size: 3em;
	transition: 0.3s;
    line-height: 9.4vw;
    color: white;
    position: absolute;
    top: 30%;
    right: 6%;
    width: 90%;
    word-spacing: -8px;
    text-align: center;
}
    
    @media screen and (max-width: 770px) {
.my_gallery .gallery_card:nth-child(1n) .gallery_card_image{
	transition: 0.45s;
   filter: grayscale(0%);
}
    }
    @media screen and (max-width: 770px) {
.my_gallery .gallery_card:nth-child(1n):hover .gallery_card_image{
	transition: 0.45s;
   filter: grayscale(75%);
}
    }
    @media screen and (max-width: 770px) {
    .my_gallery .gallery_card:nth-child(1) .gallery_card_image:before{
	content: 'ROCKET LEAGUE \A SEASON 4';
        white-space:pre-wrap;
         top: 31%;
         right: 3%;
}
    }
    @media screen and (max-width: 770px) {
    .my_gallery .gallery_card:nth-child(2) .gallery_card_image:before{
	content: 'LLAMA RAMA';
        white-space:pre-wrap;
         top: 38%;
}
    }
    @media screen and (max-width: 770px) {
    .my_gallery .gallery_card:nth-child(3) .gallery_card_image:before{
	content: 'YOUTUBE';
    white-space:pre-wrap;
           top: 38%;
}
    }
    @media screen and (max-width: 770px) {
    .my_gallery .gallery_card:nth-child(4) .gallery_card_image:before{
	content: 'ROCKET LEAGUE SEASON 12';
    white-space:pre-wrap;
           top: 33%;
}
    }
    @media screen and (max-width: 770px) {
    .my_gallery .gallery_card:nth-child(5) .gallery_card_image:before{
	content: 'ROCKET LEAGUE ACADEMY';
    white-space:pre-wrap;
           top: 38%;
        line-height: 7.2vw;
          font-size: 2.7em;
}
	}
    @media screen and (max-width: 770px) {
    .my_gallery .gallery_card:nth-child(6) .gallery_card_image:before{
	content: 'ESPORTS';
    white-space:pre-wrap;
           top: 42%;
        line-height: 8.0vw;
          font-size: 2.7em;
}
    }           
    @media screen and (max-width: 770px) {
    .my_gallery .gallery_card:nth-child(7) .gallery_card_image:before{
	content: 'JZR 750K MONTAGE';
    white-space:pre-wrap;
           top: 42%;
        line-height: 8.0vw;
          font-size: 2.7em;
}
    }           
    @media screen and (max-width: 770px) {
    .my_gallery .gallery_card:nth-child(8) .gallery_card_image:before{
	content: 'THE ORCHARD';
}
    }     
     @media screen and (max-width: 770px) {
    .my_gallery .gallery_card:nth-child(9) .gallery_card_image:before{
	content: 'ROCKET LEAGUE SEASON 9';
    white-space:pre-wrap; 
}
	}
    
    
/*Cinematography Mobile*/
@media screen and (max-width: 770px) {
.cinematography .gallery_card:nth-child(1n) .gallery_card_image:before{
	opacity: 1;
   font-family: "JetBrains Mono", Icons;
    font-size: 3.5em;
	transition: 0.3s;
    line-height: 9.4vw;
    color: white;
    position: absolute;
    top: 30%;
    right: 0%;
    width: 100%;
    word-spacing: -19px;
    text-align: center;
}
    @media screen and (max-width: 770px) {
.cinematography .gallery_card:nth-child(1n) .gallery_card_image{
	transition: 0.45s;
   filter: grayscale(0%);
}
    }
    @media screen and (max-width: 770px) {
.cinematography .gallery_card:nth-child(1n):hover .gallery_card_image{
	transition: 0.45s;
   filter: grayscale(75%);
}
    }
    @media screen and (max-width: 770px) {
    .cinematography .gallery_card:nth-child(1) .gallery_card_image:before{
	content: 'SEATTLE';
        white-space:pre-wrap;
         top: 33%;
        }
    }
        @media screen and (max-width: 770px) {
    .cinematography .gallery_card:nth-child(2) .gallery_card_image:before{
	content: 'THE ORCHARD';
        white-space:pre-wrap;
         top: 38%;
        }
    }
       @media screen and (max-width: 770px) {
    .cinematography .gallery_card:nth-child(3) .gallery_card_image:before{
	content: '';
    white-space:pre-wrap;
           top: 30%;
        }
    }
}
}


a{
 text-decoration:none;
    
}

body {
	background-color: #fff;
	color: #000;
    text-decoration:none!important;
}

a:active {
	opacity: 0.7;
}

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

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

.thumbnails .thumbnail .title {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0.5rem 1.2rem 0.7rem 1.2rem;
    margin: 0rem;
    color: rgba(255, 255, 255, 1);
    align-content: center;
    display: flex;
    position: absolute;
    left: 0rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    z-index: 9;
    opacity: 0;
}

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

.thumbnails .thumbnail:hover .title {
    opacity: 1;
}

body.mobile .thumbnails .thumbnail:hover .title {
    opacity: 0;
}





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

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

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

.gallery_image_caption {
    margin-top: .8rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.4);
	font-family: Favorit, Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

bodycopy {
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.82);
	font-family: "Favorit Variable", Icons;
	font-style: normal;
	line-height: 1.3;
	font-variation-settings: 'slnt' 0;
    
}

bodycopy a {
	color: rgba(7, 7, 7, 1);

}

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: "JetBrains Mono", Icons;
    font-weight: 400;
	font-style: normal;
	padding: 0;
	margin: 0;
	font-size: 7rem;
	line-height: 1;
	color: rgba(255, 255, 255, 1);
	}

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

[data-predefined-style="true"] h2 {
	font-family: "JetBrains Mono", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0.0;
	color: rgba(255, 255, 255, 1);
	font-size: 2rem;
	line-height: 0.8;
    white-space: nowrap;
	}

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

small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 2;
	font-family: "Favorit Mono", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
    
}

small a {
	color: rgba(255, 255, 255, 0.9);
	border-bottom-width: 1px;
 
}

/**
 * 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: left /*!text_left*/;
}

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

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

[data-css-preset] .content_padding {
	padding-top: 2.8rem /*!main_margin*/;
	padding-bottom: 2.8rem /*!main_margin*/;
	padding-left: 2.8rem /*!main_margin*/;
	padding-right: 2.8rem /*!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: 90%/*!thumbnails_width*/;
}

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

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

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

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1.5rem/*!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: 400;
	color: rgba(255, 255, 255, 1);
	font-family: Favorit, Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 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.2;
}

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

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

/**
 * Site Menu
 */

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

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

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "JetBrains Mono", Icons;
	background: rgba(24, 24, 24, 1);
	font-size: 35px;
    font-style: bold;
	font-style: normal;
    line-height:102px;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: center;
	display: flex;
    letter-spacing: 0.0px;
	justify-content: center;
    transition: 0.3s;
}

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

#site_menu a.active {
	opacity: 0.4;
}

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

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(255, 255, 255, 0.75);
    background: transparent;
	font-size: 36px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	right: 2rem /*!shop_button*/;
	top: 2rem /*!shop_button*/;
}

#shop_button.text {
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: Favorit, Icons;
    padding: 0;
	font-style: normal;
	font-weight: 400;
}

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

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

/*
 * Shop Product Widget
 */

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

.shop_product .price {
	font-family: Favorit, Icons;
	font-style: normal;
    font-size: 1.8rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 1;
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: Favorit, Icons;
    font-size: 1.8rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(255,255,255,1);
    background:  rgba(255,255,255,1) url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 3rem .7rem 1rem;
    
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
    font-family: Favorit, Icons;
	font-size: 1.8rem;
    background: rgba(0, 0, 0, 1);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    border-bottom: none;
    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(0, 0, 0, 0.95) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: Favorit, Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
}

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


/**
 * Quick View Navigation 
 */

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

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

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

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

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #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(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.4);
    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(255, 255, 255, 0.14);
}

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

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

.audio-player .buffer {
    background: rgba(255, 255, 255, 0.05);
}

.audio-player .progress {
    background: rgba(255, 255, 255, 0.09);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(255, 255, 255, 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(255, 255, 255, 0.6);
}

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

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