* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Hides IndiHome ads */

#ifrm {
    display: none;
}

body {
    background-color: #fff;    
}

a {
	transition: 0.2s ease;
}

a:active {
	opacity: 1;
}

/* Disables hover on mobile */

@media (hover: hover) {
	a:hover {
	    transition: 0.2s ease;
	}
}

.page a.active {
	opacity: 1;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bold;
}

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;
	animation: fadeIn;
    animation-duration: 1s;     
}

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: left;
	margin-bottom: 0;   
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: normal;
	color: #000;
	font-family: Inter, Icons;
	font-style: normal;
	line-height: 1.3;	
    transition: 0.2s ease;
}

@media (hover: hover) {
	.gallery_image_caption:hover {
		color: #969696;
	    transition: 0.2s ease;
	}
}

.logo {
    top: 4rem;
    left: 4rem;
    position: fixed;
    width: 240px;
    height: 30px;
    float: left;
    background-image: url("https://freight.cargo.site/t/original/i/fcb0620be1230459bc4c75e1e51bf63338c8ccf8be58c08c325bdb16c046c6fe/mp-logo.svg");
    background-repeat: no-repeat;
	animation: fadeIn;
    animation-duration: 1s;     
}

.tag {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1.2rem;
	font-weight: normal;
	color: #969696 !important;
	font-family: Inter, Icons;
	font-style: normal;
	line-height: normal;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
	animation: fadeIn;
    animation-duration: 1s;     
}

.tag a {
	color: #969696;
}


@media (hover: hover) {
	.tag a:hover {
		color: #646464;
	}
}

/* Loading Animation */

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

/* Editor styles */

[data-predefined-style="true"] bodycopy {
	font-size: 1.6rem;
	line-height: 2.4rem;    
	font-weight: normal;
	color: rgb(0, 0, 0, 1);
	font-family: Inter, Icons;
	font-style: normal;
    letter-spacing: 0.01rem;
	animation: fadeIn;
    animation-duration: 1s;     
}

[data-predefined-style="true"] body.mobile bodycopy {
	font-size: 1.6rem;
	line-height: 2.4rem;
	animation: fadeIn;
    animation-duration: 1s;     
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}

@media (hover: hover) {
	[data-predefined-style="true"] bodycopy a:hover {
		color: #969696 !important;
	}
}

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: Inter, Icons;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 -1px;
	font-size: 2.4rem;
	line-height: 3.2rem;
    letter-spacing: 0.05rem;
	color: rgba(0, 0, 0, 1);
	animation: fadeIn;
    animation-duration: 1s;     
	}

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

[data-predefined-style="true"] h2 {
	font-family: Inter, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgb(234, 47, 47);
	font-size: 1.6rem;
	line-height: 1.2;
	animation: fadeIn;
    animation-duration: 1s;     
}

[data-predefined-style="true"] h2 a {
	color: rgb(73, 205, 24);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-family: Inter, Icons;
	font-style: normal;
	font-weight: normal;
	color: rgb(0, 0, 0);
	animation: fadeIn;
    animation-duration: 1s;     
}

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

/* Breakpoints */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
    position: relative;
    min-height: 0vh !important;    
}

.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: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

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

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

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

[data-css-preset] body.mobile .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;
    margin-bottom: 5rem;    
}

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

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

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

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

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

@media (hover: hover) {
	.thumbnails .thumb_image:hover + .title {
	    color: #1fe06d;	    
	}
}

.thumbnails .title {
    margin-top: 4rem;
    margin-bottom: 1rem;
    font-size: 2.4rem;
	line-height: 3.2rem;    
	font-weight: normal;
    letter-spacing: 0.05rem;
	color: rgba(0, 0, 0, 1);
	font-family: Inter, Icons;
	font-style: normal;
    position: absolute;
    transition: 0.2s;    
}

@media (hover: hover) {
	.thumbnails .title:hover {
	    color: #1fe06d;	
	}
}

.thumbnails .tags {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
	font-weight: normal;
    color: #969696;
	font-family: Inter, Icons;
	font-style: normal;
    text-transform: uppercase;
	line-height: 1.2;
    letter-spacing: 0.1rem;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: #969696;
    text-decoration: none;
    transition: 0.2s;
}


@media (hover: hover) {
	.thumbnails .tags a:hover {
	    color: #646464;
	}
}

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

.thumbnails .has_title {
	margin-bottom: 4rem;
}

body.mobile .thumbnails .has_title {
	margin-bottom: 4rem;
}

/* Site Menu */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 0;
    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 {
    top: 3.25rem;
    margin-top: 4px;
    margin-right: 5px;
    font-size: 2.4rem;    
}

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

#site_menu_button.active {
	display: none;
}

/* Site Menu */

#site_menu {
	font-family: Inter, Icons;
	background: #1fe06d;
	font-size: 4rem;
	font-style: normal;
	font-weight: normal;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
    animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 0.5s; 
    z-index: 99999;
}

body.mobile #site_menu {
	width: 100%;  
}

body.mobile #site_menu_wrapper .site_menu {
    padding: 3rem;
}

.site_menu {
	padding-top: 100px !important;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 100);
    margin-left: 0.5rem;
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 100);
	font-weight: normal;
}

#site_menu a:active {
	opacity: 1;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 1);
	line-height: normal;
	font-size: 3rem;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 4rem;
	line-height: normal;
    margin: 0;
    top: 1rem;
    right: 2.5rem;
}

#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: 36px;
    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-size: 2rem;
	font-weight: 400;
	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;
    padding: 0;
    line-height: 1.2;
}

#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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.6rem;
	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.6rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-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.6rem;
    background: rgba(0, 0, 0, .75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem;
}

/* Image Zoom */

.content img.image-zoom:active {
  	opacity: .7;
}

/* Quick View */

[data-css-preset] .quick-view {
    padding-top: 4rem /*!quick_view_padding*/;
    padding-bottom: 4rem /*!quick_view_padding*/;
    padding-left: 4rem /*!quick_view_padding*/;
    padding-right: 4rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100vw;
    height: 100%;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

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

.quick-view-caption {
	font-family: Inter, Icons;
    transition: 0.2s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5rem 0;
    text-align: center;
    font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.01rem;    
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    color: #000000;
}

/* Quick View Navigation */

.quick-view-navigation .left-arrow {
    left: 0;
}

.quick-view-navigation .right-arrow {
    right: 0;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    height: 36px;
    width: 36px;
}

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

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: transparent;
    stroke-width: 2.5px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
}

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

.quick-view-navigation .close-button .outer-color {
    stroke: transparent;
    stroke-width: 2.5px;
}

/* Image Gallery Navigation Arrows */

.image-gallery-navigation .left-arrow {
    height: 100%;
    width: 150px;
    margin-left: 0;
}

.image-gallery-navigation .left-arrow:hover {
	cursor: url(https://fonts.gstatic.com/s/i/short-term/release/materialsymbolsoutlined/arrow_back/default/48px.svg), auto;
}

.image-gallery-navigation .right-arrow {
    height: 100%;
    width: 150px;
    margin-right: 0;
}

.image-gallery-navigation .right-arrow:hover {
	cursor: url(https://fonts.gstatic.com/s/i/short-term/release/materialsymbolsoutlined/arrow_forward/default/48px.svg), auto;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 0;
}

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

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

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

/* ----- ADDITIONAL ----- */

.header {    
    width: 100%;
    height: auto;
    position: fixed;   
    left: 58.1%;
	padding-top: 0;
}

.logline {
	margin-bottom: 0;
}

.underline {
    border-bottom: 1px solid #000;
    transition: 0.2s;
}

@media (hover: hover) {
	.underline:hover {
	    border-bottom: 1px solid #969696;
	}
}

.row {
  border-bottom: 1px solid #b6b6b6;  
  padding: 6px 0;    
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column-1 {
    float: left;
	width: 40%;
    color: #646464;
}

.column-2 {
    float: left;
	width: 60%;
}

.column-about {
    padding-right: 28rem !important;
}

.column-instagram {
    padding-right: 14rem !important;
}

.column-credits {
    line-height: 1.6;
}

.credits {
	margin-bottom: 5rem;
}

.footer-outer {
	position: relative;
    width: auto;
}

.footer {
	position: absolute;
    bottom: 4rem;
    left: 4rem;
    margin-bottom: 0;
}

.row-edit {
	margin: 10rem 0;
}

.image-gallery {
	margin-bottom: 0;
}

@media (hover: hover) {
	.image-gallery .gallery_card:hover .gallery_image_caption {
	    color: #969696;
	    transition: 0.2s;
	}
}

div[grid-row] {
    margin-bottom: 100px;
}

.no-margin-bottom {
	margin-bottom: 0;
}

/* ------------------------------ MOBILE ------------------------------ */

/* iPhone */
    
@media (max-width: 767px) { 

[data-predefined-style="true"] h1 {    
    font-size: 2.4rem;
	line-height: 3.6rem;    
}
    
.content_container {    
	min-height: calc(100vh - 6rem);
}
  
.logo {
    top: 3.25rem;
    left: 2.5rem;
    position: fixed;
    width: 65%;
    height: 30px;
    float: left;
    background-image: url("https://freight.cargo.site/t/original/i/fcb0620be1230459bc4c75e1e51bf63338c8ccf8be58c08c325bdb16c046c6fe/mp-logo.svg");
    background-repeat: no-repeat;
}
    
.thumbnails .title {
	font-size: 2.4rem;
    line-height: 3.6rem;
    margin-top: 4rem;
}
    
.thumbnails .tags {
	font-size: 1rem;
}
    
.tag {
	margin-bottom: 1rem;
    font-size: 1rem;
    color: #969696 !important;
}
    
.header {
    display: none;
}

.logline {
	margin-bottom: 8rem;
}
  
.image-gallery {
	margin: 0;
}
 
.image-gallery-navigation .left-arrow {
    height: 100%;
    width: 20px;
    margin-left: 0;
}
    
.image-gallery-navigation .right-arrow {
    height: 100%;
    width: 20px;
}
    
.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #000;
    opacity: 0.25;
    stroke-width: 3px;
}
    
.column-1 {
	width: 50%;
}

.column-2 {
	width: 50%;
}

.column-about {
    padding-right: 2rem !important;
}
    
.column-instagram {
    padding-top: 4rem !important;
    padding-right: 2rem !important;
}
      
.credits {
	margin-bottom: 10rem;
}
    
.footer {    
	position: absolute;
    left: 3rem;
    bottom: 3rem;
}
    
.row-edit {
	margin: 0;
}
    
div[grid-row] {
	margin-bottom: 0;
}
    
.no-margin-bottom {
	margin-bottom: 0;
}
    
}

/* iPad */
    
@media (min-width: 768px) and (max-width: 819px) and (-webkit-min-device-pixel-ratio: 2) { 

[data-predefined-style="true"] bodycopy {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
    /* important to get rid of body.mobile bodycopy */
}
  
[data-predefined-style="true"] h1 {   
    font-size: 2rem;
	line-height: 2.6rem;    
}
    
[data-predefined-style="true"] small {   
    font-size: 0.8rem;
    line-height: 1.2rem;
}

.content_container {    
	min-height: calc(100vh - 12rem);
    /* content_padding + image-gallery */
}
    
div[grid-row] {
    margin-bottom: 1rem;
}
    
.gallery_image_caption {
    font-size: 1rem;
}
   
.logo {
    top: 2.75rem;
    left: 2.75rem;
    position: fixed;
    margin-top: 5px;
    width: 35%;
}
   
.thumbnails .title {
	font-size: 2rem;
	line-height: 3rem;
    margin-top: 3rem;
}
    
.thumbnails .tags {
	font-size: 0.8rem;
}
    
.tag {
	margin-bottom: 1rem;
    font-size: 0.8rem;
    color: #969696 !important;
}
    
.header {
    display: none;
}
    
.logline {
	margin-bottom: 12rem;
    padding-right: 4rem;
}

.image-gallery-navigation .left-arrow {
    height: 100%;
    width: 20px;
    margin-left: 0;
}
    
.image-gallery-navigation .right-arrow {
    height: 100%;
    width: 20px;
}
    
.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #000;
    opacity: 0.25;
    stroke-width: 3px;
}
      
.column-about {    
	padding-right: 10rem !important;
}
      
.footer {
	left: 2.75rem;
    bottom: 2.75rem;
    margin-bottom: 0;
}
        
}

/* iPad Air */
    
@media (min-width: 820px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2) { 

[data-predefined-style="true"] bodycopy {
	font-size: 0.8rem;
	line-height: 1.2rem;
}
   
[data-predefined-style="true"] h1 {
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-bottom: 1rem;
}
    
[data-predefined-style="true"] small {
	font-size: 0.7rem;
	line-height: 0.9rem;
}
    
.gallery_image_caption {
	font-size: 0.8rem;
	line-height: 1.2rem;
}
   
.logo {
    top: 3.75rem;
    left: 3rem;
    position: fixed;
    width: 42%;
}

.tag {
	font-size: 0.7rem;
}

.content_container {    
	min-height: calc(100vh - 6rem);
}
    
.content_padding {    
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
	padding-left: 3rem !important;
	padding-right: 3rem !important;    
}
    
.thumbnails .tags {
	font-size: 0.7rem;
}
     
.thumbnails .title { 
    margin-top: 3rem;
	font-size: 1.3rem;
    line-height: 2rem;
}
    
.header {
    margin-top: 0.75rem;
    display: block;
}

.logline {    
    font-size: 2rem;
	line-height: 3rem;
    margin-bottom: 120px;
}
    
.image-gallery-navigation .left-arrow {
    height: 100%;
    width: 20px;
    margin-left: 0;
}
    
.image-gallery-navigation .right-arrow {
    height: 100%;
    width: 20px;
}
    
.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #000;
    opacity: 0.25;
    stroke-width: 3px;
}
    
      
.column-about {    
	padding-right: 2.75rem !important;
}
    
.column-instagram {
    padding-right: 2.75rem !important;
}
    
.footer {
	left: 2.75rem;
    bottom: 2.75rem;
    margin-bottom: 0;
}
      
}

/* iPad Pro 10 */   

@media (min-width: 834px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2) {      

[data-predefined-style="true"] bodycopy {
	font-size: 0.9rem;
	line-height: 1.4rem;
}

[data-predefined-style="true"] h1 {    
	font-size: 1.4rem;
    line-height: 1.9rem;
}
      
[data-predefined-style="true"] small {
	font-size: 0.8rem;
	line-height: 1rem;
}
   
.gallery_image_caption {
    font-size: 1rem;
}
  
.logo {      
	top: 3rem;
    left: 3rem;
    width: 35%;    
}

.tag {
    font-size: 0.6rem;
    margin-bottom: 0.5rem;
    color: #969696 !important;    
}
    
.content_container {    
	min-height: calc(100vh - 4rem);
    /* 100vh - content_padding + image-gallery */
}
        
[data-css-preset] .content_padding {
	padding-top: 1rem !important;
	padding-bottom: 3rem !important;
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}
      
.thumbnails .tags {
    font-size: 0.6rem;
    margin-top: 1rem;
    margin-bottom: 0;
}
       
.thumbnails .title, .title {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-top: 2.75rem;
    margin-bottom: 1rem;    
}

.header {
    display: block;
	margin-top: 2rem;
}
   
.logline {
	margin-bottom: 8rem;
}
       
.column-1 {
	width: 40%;
}

.column-2 {
	width: 60%;
}
    
.column-about {
	padding-right: 6rem !important;
}
    
.column-instagram {
    padding-top: 12rem !important;
    padding-right: 3rem !important;
}
      
[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 2rem; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: 2rem; 
}
      
.footer-outer {
	position: relative;
    width: auto;
}
  
.footer {
    position: absolute;    
	left: 3rem;
    bottom: 3rem;
}
     
.image-gallery {
	margin-bottom: 1rem;
}
   
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    height: 100%;
    width: 20px;
}
    
.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #000;
    opacity: 0.25;
    stroke-width: 3px;
}

div[grid-row] {
	margin-bottom: 1rem;
}
       
.hidden-mobile {
    display: block;
}
      
} 

/* iPad Pro 12 */   

@media (min-width: 1024px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {      
      
[data-predefined-style="true"] bodycopy {
	font-size: 0.9rem;
	line-height: 1.4rem;
}

[data-predefined-style="true"] h1 {    
	font-size: 1.4rem;
    line-height: 1.9rem;
}
   
[data-predefined-style="true"] small {
	font-size: 0.8rem;
	line-height: 1rem;
}
     
.gallery_image_caption {
    font-size: 1rem;
}

.logo {      
	top: 3rem;
    left: 3rem;
    width: 35%;    
}
        
.tag {
    font-size: 0.6rem;
    margin-bottom: 0.5rem;
    color: #969696 !important;    
}
    
.content_container {    
	min-height: calc(100vh - 4rem);
    /* 100vh - content_padding + image-gallery */
}

[data-css-preset] .content_padding {
	padding-top: 1rem !important;
	padding-bottom: 3rem !important;
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}
      
[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 2rem; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: 2rem; 
}
      
.thumbnails .tags {
    font-size: 0.6rem;
    margin-top: 1rem;
    margin-bottom: 0;
}
       
.thumbnails .title, .title {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-top: 2.75rem;
    margin-bottom: 1rem;    
}
    
.header {
    display: block;
	margin-top: 2rem;
}
      
.logline {
	margin-bottom: 8rem;
}
          
.column-1 {
	width: 40%;
}

.column-2 {
	width: 60%;
}
    
.column-about {
	padding-right: 6rem !important;
}
    
.column-instagram {
    padding-top: 12rem !important;
    padding-right: 3rem !important;
}
    
.footer-outer {
	position: relative;
    width: auto;
}
  
.footer {
    position: absolute;    
	left: 3rem;
    bottom: 3rem;
}
     
.image-gallery {
	margin-bottom: 1rem;
}
      
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    height: 100%;
    width: 20px;
}
    
.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #000;
    opacity: 0.25;
    stroke-width: 3px;
}

div[grid-row] {
	margin-bottom: 1rem;
}
           
.hidden-mobile {
    display: block;
}
      
} 

/* ------------------------------ LANDSCAPE ------------------------------ */

/* iPhone Landscape */   

@media (min-width: 320px) and (max-width: 1023px)
    and (-webkit-min-device-pixel-ratio: 2) 
    and (orientation: landscape) {    

[data-predefined-style="true"] bodycopy {
	font-size: 3rem !important;
}
        
h1 {
    font-size: 5rem !important;
    margin-bottom: 5rem;
}
        
[data-predefined-style="true"] small {
	font-size: 2.4rem !important;
}
        
.gallery_image_caption {
	font-size: 2.8rem !important;
}
         
.logo {      
	top: 3rem;
    left: 3rem;
    width: 35%;    
}

.tag {
    margin-bottom: 2rem;
	font-size: 2.4rem !important;
}
       
.content_container {        
	margin-top: 6rem;
}
    
.thumbnails .tags {
	font-size: 2.4rem !important;
}
        
.thumbnails .title {
	font-size: 5rem !important;
}
                  
#site_menu {
	font-size: 6rem !important;
}

[data-css-preset] #site_menu_button {
    font-size: 20px !important;
    top: 3rem;
	right: 3rem; 
}
  
        
body.mobile #site_menu .close {
	font-size: 6rem !important;
    margin-top: 1rem;
}
           
div[grid-row] {
    margin-bottom: 8rem;
}
             
.column-1 {
    float: left;
	width: 36%;
    padding-right: 10px;
}
        
.column-about {
    padding-right: 20rem !important;
}
 
}

/* iPad Landscape */   

@media (min-width: 1024px) and (max-width: 1179px)
    and (-webkit-min-device-pixel-ratio: 2) 
    and (orientation: landscape) {    

[data-predefined-style="true"] bodycopy {
	font-size: 1.4rem;
	line-height: 2.1rem;
}
        
[data-predefined-style="true"] h1 {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 1rem;
}
        
[data-predefined-style="true"] small {
	font-size: 1rem !important;
	line-height: 1.3rem !important;
}
        
.content_container {
    min-height: calc(100vh - 8.25rem);
}
  
        
.gallery_image_caption {
	font-size: 1.2rem;
	line-height: 1.8rem;
}
     
.logo {      
	top: 2.75rem;
    left: 2.75rem;
    width: 25%;    
}
        
.thumbnails .title {
	font-size: 2rem;
	line-height: 2.6rem;
    margin-top: 4rem;
}
        
    
.thumbnails .tags {
	font-size: 1rem;
}
        
.tag {
	font-size: 1rem;
    margin-bottom: 1rem;
}
               
.column-1 {
    float: left;
	width: 40%;
    padding-right: 10px;
}
            
.column-about {
    padding-right: 8rem !important;
}
     
}

/* iPad Air Landscape */   

@media (min-width: 1180px) and (max-width: 1365px)
    and (-webkit-min-device-pixel-ratio: 2) 
    and (orientation: landscape) {    
        
.logo {      
	top: 4rem;
    left: 4rem;
    margin-top: 5px;
    width: 25%;    
}
        
.column-1 {
    float: left;
	width: 40%;
    padding-right: 5px;
}
               
.column-about {
    padding-right: 8rem !important;
}
     
    
}

/* iPad Pro 10 Landscape */   

@media (min-width: 1112px) and (max-width: 1919px)
    and (-webkit-min-device-pixel-ratio: 2) 
    and (orientation: landscape) {    
        
.logo {      
	top: 3.75rem;
    left: 3.75rem;
    margin-top: 5px;
    margin-left: 3px;
    width: 25%;    
}
        
.image-gallery-navigation .left-arrow {
    height: 100%;
    width: 20px;
    margin-left: 0;
}
    
.image-gallery-navigation .right-arrow {
    height: 100%;
    width: 20px;
}
    
.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #000;
    opacity: 0.25;
    stroke-width: 3px;
}
        
            
}

/* iPad Pro 12 Landscape */   

@media (min-width: 1366px) and (max-width: 1919px)
    and (-webkit-min-device-pixel-ratio: 2) 
    and (orientation: landscape) {    
        
.logo {      
	top: 3.75rem;
    left: 3.75rem;
    margin-top: 10px;
    margin-left: 5px;
    width: 25%;    
}
    
.content_container {
    min-height: calc(100vh - 8rem);
}
        
.logline {        
	margin-bottom: 10rem;
}
        
.image-gallery-navigation .left-arrow {
    height: 100%;
    width: 20px;
    margin-left: 0;
}
    
.image-gallery-navigation .right-arrow {
    height: 100%;
    width: 20px;
}
    
.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #000;
    opacity: 0.25;
    stroke-width: 3px;
}
        
        
.column-about {
    padding-right: 6rem !important;
}
            
}

/* ------------------------------ MAC ------------------------------ */

/* Macbook */
    
@media (min-width: 1025px) and (max-width: 1919px) { 
    
[data-predefined-style="true"] h1 {
	font-size: 2.4rem;
	line-height: 3.6rem;
}
    
}
  
/* iMac */      
      
@media (min-width: 1920px) {      

[data-predefined-style="true"] bodycopy {    
	font-size: 1.4rem;
	color: #000;
}
   
[data-predefined-style="true"] h1 {
	font-size: 2.4rem;
	line-height: 3.6rem;
}
    
[data-predefined-style="true"] small {
	font-size: 1rem;
	line-height: 1.2rem;
}

.gallery_image_caption {
    font-size: 1.2rem;
}

.logo {
    width: 420px;
    height: 50px;
}
   
.tag {      
    font-size: 1rem;
}

.content_container {
    min-height: calc(100vh - 8rem);
}
    
.thumbnails .tags {
    font-size: 1rem;
}
   
.thumbnails .title {
    margin-top: 4rem;  
}
    
.column-about {
    padding-right: 12rem !important;
}
    
.column-instagram {
    padding-right: 24rem !important;
}
           
}