/**
 * Content
 */

body {
	background-color: #fff;
    color: #000;
}
    ::-webkit-scrollbar {
    width: 0.45rem;  
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #000;
    }

a:active {
	opacity: 1.0;
}

.page a.active {
	opacity: 1;
}

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: 0.5em;
}

.gallery_image_caption {
    margin-top: -0.1rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
	font-weight: 600;
	color: rgba(0, 0, 0, 1);
	font-family: seravek-web, sans-serif, icons;
	font-style: normal;
	line-height: 1.0;
    text-align: left;
    background-color: transparent;
    padding-top: 0.7rem;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
   	border: 0px solid transparent;
    transition: letter-spacing 0.5s;
    letter-spacing: 0.05rem;
}


.gallery_card:hover 
.gallery_image_caption {
    letter-spacing: 0.10rem;
}



/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 2.5rem;
	font-weight: 400;
	color: rgb(0, 0, 0);
	font-family: minion-pro, serif, Icons;
	font-style: normal;
	line-height: 1.1;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(0, 0, 0);
	padding-bottom: 0.1em;
    transition: letter-spacing 0.5s;
    text-decoration: none;
    -webkit-hyphens: none;
  	-ms-hyphens: none;
  	hyphens: none;
}

[data-predefined-style="true"] bodycopy a:hover {
    transition: letter-spacing 0.5s;
	font-weight: bold;
	letter-spacing: 0.05rem;
}

bodycopy a.image-link
bodycopy a.icon-link,
bodycopy a.icon-link:hover {
    border-bottom: 0;
	padding-bottom: 0;
}

bodycopy a.image-link:hover{
    opacity: 1;
}

[data-predefined-style="true"] h1 {
	font-family: seravek-web, sans-serif, Icons;
	font-weight: 200;
	font-style: normal;
	padding: 0;
	margin: 0;
	font-size: 2rem;
	line-height: 1.2;
	color: rgb(255, 255, 255);
    letter-spacing: 0.5rem;
    z-index: 100 !important;
	}

[data-predefined-style="true"] h1 b {
	font-family: seravek-web, sans-serif, Icons;
	font-weight: 600;
    
	}

[data-predefined-style="true"] h1 a {
	color: rgba(255, 255, 255, 1);
}
[data-predefined-style="true"] h1 a:hover {
   	letter-spacing: 0;
    font-weight: normal;
}

h1 a:hover:after {
  width: 0%; 
  left: 1;
}

[data-predefined-style="true"] h2 {
	font-family: seravek-web, sans-serif, Icons;
	font-style: normal;
	font-weight: 600;
	padding: 0;
	margin: 0;
	color: rgb(0, 0, 0);
	font-size: 1.5rem;
	line-height: 1.5;
    letter-spacing: 0.1rem;
    z-index: 100 !important;
	}

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

[data-predefined-style="true"] h3 {
	font-family: "trajan-pro-3", serif;
	font-weight: 400;
	font-style: normal;
}

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


[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.2;
	font-family: minion-pro, serif, Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(0, 0, 0);
	font-weight: 400;
}

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

[data-predefined-style="true"] small a:hover {
	letter-spacing: 0.02rem;
}

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

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

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

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


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

/**
 * Thumbnails
 */

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

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 75%/*!thumbnails_width*/;
    padding-right: 10rem;
}


body.mobile .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
    padding-right: 0rem;
}

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

[data-css-preset] [thumbnails-gutter] {
    margin: -1rem/*!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;
    border: 0px solid black;

}

.thumbnails .thumb_image:hover {
	outline: 0px solid rgba(0, 0, 0, 1);
    outline-offset: 0px;
    opacity: 0.8;
}

.thumbnails .title {
    margin-top: 0.0rem;
    margin-bottom: 0.5rem;
	font-weight: normal;
    font-size: 1.1rem;
	font-weight: 600;
	color: rgba(0, 0, 0, 1);
	font-family: seravek-web, sans-serif, icons;
	font-style: normal;
	line-height: 1.5;
    padding: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    transition: letter-spacing 0.5s;
}

.thumbnails .thumbnail:hover .title {
    letter-spacing: 0.10rem;
}

.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: transparent;
  	padding: 0px;
    position: fixed;
    top: 2.7rem /*!site_menu_button*/;
	right: 2.8rem /*!site_menu_button*/;
 	background:  #000;
  	background-position: center right;
  	background-size: 100% 20px;
    border: 1px solid #fff;
	height: 1rem;
  	width: 5rem;
    transition: 0.2s ease-in-out;
    z-index: 9999;
    mix-blend-mode: difference;
}
  

[data-css-preset] #site_menu_button:hover {
	width: 8rem;
    transition: width 0.2s ease-in-out;
    opacity: 1;

  

}

body.mobile #site_menu_button {
	height: 10px;
  	width: 40px;
    margin: -1px;

}

#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(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

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

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

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

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

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

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	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: 0.7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 4rem /*!quick_view_padding*/;
    padding-bottom: 6rem /*!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: 100%;
    height: 100%;
    margin: 0;
    padding: 2.5rem;
}


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

.quick-view-caption {
	font-family: seravek-web, sans-serif, icons;
    font-weight: 700;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2.0rem 0;
    text-align: center;
    font-size: 1.0rem;
}

.quick-view-caption span {
    margin-left: 0rem;
    display: block;
    background: transparent;
    color: #000;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 2rem;
}

.quick-view-navigation .right-arrow {
    right: 2rem;
}

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

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

.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: 3.0rem;
    right: 3.0rem;
    /* Change height/width together to scale */
    width: 15px;
    height: 15px; 
}

.quick-view-navigation .close-button .inner-color {
    stroke: #000;
    stroke-width: 5.0px;
}

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

.quick-view.active .enquirebutton {
	position: fixed;
    display: inline-block;
    border: 1px solid black;
    width: 20px;
    height: 20px;
}


/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 20px;
    width: 20px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #000;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: transparent;
    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;
}

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

/*
 * Site Menu Blocks
 */


.menu-button {
    border: 1px solid #fff;
    background: #000;
    transition: 0.5s;
}

.menu-button:hover {
    margin-left: 5.0rem;
	margin-right: -5rem;
    transition: 0.5s;
    cursor: pointer;
}

.menu-button a.active {
    margin-left: 5.0rem;
	margin-right: -5rem;
}

body.mobile .menu-button:hover {
    margin-left: 2.0rem;
	margin-right: -2rem;
}

/*
 * COMING SOON Site Menu Blocks
 */


.menu-button-soon {
    border: 1px solid #fff;
    background: #000;
    transition: 0.5s;
    cursor: url("https://files.cargocollective.com/c1008351/Coming-Soon-Cursor-4.png"), auto !important;
}

.menu-button-soon:hover {
    margin-left: 0.0rem;
	margin-right: -0rem;
    transition: 0.5s;
    cursor: pointer;
    cursor: url("https://files.cargocollective.com/c1008351/Coming-Soon-Cursor-4.png"), auto !important;

}

.menu-button-soon a.active {
    margin-left: 5.0rem;
	margin-right: -5rem;
}

body.mobile .menu-button-soon:hover {
    margin-left: 2.0rem;
	margin-right: -2rem;
}

/*
 * Information Block
 */

.info-block
{
	background-color: #fff;
}


/*
 * Go Down Link
 */

#Godown {
	cursor: s-resize;
}


/*
 * Image Gallery 
 */

.image-gallery .gallery_card img {
	border: 0px solid black;
}

.gallery_card_image:hover {
	opacity: 0.8;
    outline: 0px solid rgba(0, 0, 0, 1);
    outline-offset: 0px;
}


#backbutton:hover span {display:none}
#backbutton:hover:before {
    content:"BACK";
    font-weight: bold;
}


/*
 * Show More Button
 */

#showmore {
	font-family: minion-pro, serif, Icons;
    font-size: 1.5rem;
    color: rgba(173, 173, 173, 0.5);
    font-style: italic;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;

}

/*
 * Show More Button End
 */

[local-style="18083511"] .thumbnails_width {
	    width: 30%;
}



/*
 *  [data-css-preset] [grid-col=x11] {
	width: 33.33%}

[local-style="18083511"] .thumbnails_width {
    width: 50%;
}
 */

/*
 *  Artist Search Bar 
 */

#myInput {
	font-family: seravek-web, sans-serif, icons;
  width: 100%;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: black;
  padding: 5px 20px 5px 10px;
  border: 1px solid #000;
  margin-bottom: 10px;
  background-color: transparent;    
}

#myUL {
  list-style-type: none;
  padding-left: 10px;
  margin: 0;
  height: 80vh; width:100%;
  overflow:hidden; overflow-y:scroll;
  border: 1px solid #000;

}

#myUL li a {
  border: 1px solid transparent;
  margin-top: -1px; /* Prevent double borders */
  background-color: transparent;
  padding-top: 4px;
  text-decoration: none;
  font-size: 2.5rem;
  font-style: italic;
  color: #000;
  display: block;
}

#myUL li a:hover:not(.header) {
  background-color: transparent;
}

/*
 *  Home Page Cover over Menu 
 */

[local-style="17529263"] .backdrop {
	z-index: 9 !important;
}

[local-style="17529263"] .page  {
		z-index: 10 !important;
	background-color: initial /*!page_bgcolor*/;
}



/*
 *  Gallery Page Cover over Menu 

[local-style="17613782"] #site_menu_button {
	display: none !important;
}

[local-style="17613782"] .page  {
		z-index: 10 !important;
	background-color: initial /*!page_bgcolor*/

/*
 *  About Page Cover over Menu 


[local-style="17618573"] .backdrop {
	z-index: 9 !important;
}

[local-style="17618573"] .page  {
		z-index: 10 !important;
	background-color: initial /*!page_bgcolor*/

/*
 *  About Page Cover over Menu 


[local-style="17613653"] .backdrop {
	z-index: 9 !important;
   
}

[local-style="17613653"] .page  {
		z-index: 10 !important;
	background-color: initial /*!page_bgcolor*/


/*
 *  Bar Page Cover over Menu 


[local-style="17613513"] .backdrop {
	z-index: 9 !important;
}

[local-style="17613513"] .page  {
		z-index: 10 !important;
	background-color: initial /*!page_bgcolor*/


/*
 *  Residency Page Cover over Menu 


[local-style="18426355"] .backdrop {
	z-index: 9 !important;
}

[local-style="18426355"] .page  {
		z-index: 10 !important;
	background-color: initial /*!page_bgcolor*/



/*
 *  Contact Page Cover over Menu 
 */

[local-style="18054829"] .page  {
	z-index: 99 !important;
    background-color: initial /*!page_bgcolor*/; /*!page_bgcolor*/; /*!page_bgcolor*/;
}


/*
 *  JumpToLink 
 */

#jumptolink {
 	z-index: 1 !important;
    cursor: pointer;
}

/*
 *  Footer 
 */

.footer {
	background-color: #000;
    z-index: 100;
    margin: -2rem;
    padding: 1.5rem;
}


.square-thumbnail {
	border-radius: 55%;
}

/*
 *  Menu Mobile Adjustments 
 */

body.mobile [local-style="17789013"] .page {
	min-height: -moz-fill-available;        /* WebKit-based browsers will ignore this. */
	min-height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
	min-height: fill-available;
	background-color: initial /*!page_bgcolor*/;
}

/*  Home Page Mobile Adjustments

body.mobile [local-style="19904948"] .page {
	min-height: -moz-available;          
	min-height: -webkit-fill-available; 
	min-height: fill-available;
	background-color: initial ;

} */

/*  Home Page Mobile Adjustments
body.mobile [local-style="17529263"] .page {
	min-height: -moz-available;          
	min-height: -webkit-fill-available;  
	min-height: fill-available;
	background-color: initial;

}


/*
 *  About Map 
 */

.map {
   	border: 0px solid rgba(0, 0, 0, 1);	
}

/*
 *  Coming Soon 
 */


.comingsoon:hover {
	cursor: url("https://files.cargocollective.com/c1008351/Coming-Soon-Cursor-4.png"), auto !important;
}


/* 
* 	About Page
*/

#about-div {
	padding-top: 7rem;
}



/* 
* Mailchimp Form CSS START
*/


#mc_embed_signup {
	padding-top: 0rem;
    text-align: center;
}



#mc_embed_signup h1 {
	margin-bottom: 2rem; 
}


#mc_embed_signup .mc-field-group {
	padding: 0.0rem 1rem;
   
}

body.mobile #mc_embed_signup .mc-field-group {
	padding: 0.0rem 0rem;
   
}

#mc_embed_signup input {
    border: none;
	border-bottom: 1px solid #fff;
    border-radius: 0px;
    margin: 1px;
    font-family: minion-pro, serif, Icons;
    font-size: 3rem;
	font-style: italic;
    color: rgba(255, 255, 255, 1);
 	background: transparent;
    text-align: center;
}

body.mobile #mc_embed_signup input {
    width: 100%;
    font-size: 1.5rem;
	font-style: italic;
    color: rgba(255, 255, 255, 1);
 	background: transparent;
    text-align: left;  
}

#mc_embed_signup input::placeholder {
	color: rgba(255, 255, 255, 1);
	font-size: 2.5rem;
    transition: letter-spacing 0.2s ease-in-out;
}

#mc_embed_signup input:hover::placeholder {
	color: rgba(255, 255, 255, 0.8);
	font-size: 2.5rem;
    letter-spacing: 0.05rem;
    font-weight: bold;
}


#mc_embed_signup input.button {
	font-family: seravek-web, sans-serif, icons;
    font-style: normal !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-top: 4rem !important;
    color: #fff;
    border: 1px solid #fff !important;
    border-radius: 0px!important;
    background: transparent;
    padding: 5px 45px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transition-property: background, color, padding;
	text-align: center !important;
}

body.mobile #mc_embed_signup input.button {
    margin-top: 2rem !important;
    font-size: 1.1rem;
}

#mc_embed_signup input.button:hover {
    color: #000;
    background: #fff;
    cursor: pointer;
	border: 1px solid #fff;
    letter-spacing: 0rem;
    padding: 5px 60px;
    border-radius: 0px!important;
}

#mc_embed_signup .indicates-required {
	padding-top: 1.5rem;
    font-size: 1.2rem;
	line-height: 1.1;
	font-style: normal;
	font-weight: 400;
}

body.mobile #mc_embed_signup .indicates-required {
    padding-top: 1.0rem;
    font-size: 1.0rem;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

[local-style="30311884"] #mc_embed_signup input.button {
    margin-top: 2rem !important;

}

body.mobile [local-style="30311884"] #mc_embed_signup input.button {
    margin-top: 2rem !important;
    font-size: 1.1rem;
   	width: auto;
    padding: 5px 30px;
}


body.mobile [local-style="30311884"] #mc_embed_signup {
	padding-top: 2rem;
    text-align: left;
}



/* 
* Mailchimp Form CSS END
*/



body.mobile [local-style="30312824"] .page {
	min-height: -moz-available;          /* WebKit-based browsers will ignore this. */
	min-height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
	min-height: fill-available;
	background-color: initial /*!page_bgcolor*/;

}

body.mobile .mobile-hide {
display: none;
}

body.mobile [local-style="30311884"] .bodycopy {
	font-size: 1.8rem;
	text-align: left;
}


.apartmenttext {
	text-align: center;
}

body.mobile .apartmenttext {
	text-align: left;
}


.logotype {
	font-family: seravek-web, sans-serif, icons;
    font-size:2rem; 
    letter-spacing:0.25rem;
}

.view-works-btn {
	height: 30px; /* Set a fixed height */
    line-height: 30px; /* Match line-height to height */
    text-align: center; /* Center text horizontally */
    display: inline-block;
    margin-top: 2.0em;
    margin-bottom: 2.0em;
    font-size: 1.15vw;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 1.00em;
    border-radius: 99em;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    width: auto;
    transition: background 1s ease;
    letter-spacing: 0.04em;

}

.view-works-btn:hover {
    letter-spacing: 0.04em!important;
    background: #fff;
    color: #232323!important;
    border: 1px solid #232323;
}

@media (max-width: 776px) {
    .view-works-btn, 
    .view-works-btn.general
    {
    font-size: 3vw!important;
}
    .marquee {
    font-size: 13vw!important;
    }
}

.flier {
	pointer-events: none;
}

.flier > * {
/* Adjust animation duration to change the element’s speed */
    animation: fly 200s linear infinite;
    pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: absolute;
	animation-delay: 1s;
	z-index: 999999;
}

.flier.alt > * {
/* Adjust animation duration to change the element’s speed */
    animation: fly-alt 250s linear infinite;
}
.flier.delay > * {
/* Adjust animation duration to change the element’s speed */
    animation: fly-alt 150s linear infinite;
   	animation-delay: 3s;

}

 /* Keyframe values control where the element will begin
    and end its trajectory across the screen. Each rule
    represents a path the element follows across the screen. */


@keyframes fly {

	98.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}

@keyframes fly-alt {
	98.001%, 0% {
		display: block;
		transform: translateX(150%) translateY(120vh) rotateZ(0deg);
	}

	12% {
		transform: translateX(-50vw) translateY(-80%) rotateZ(160deg);
	}

	12.001%, 20% {
		transform: translateX(90vw) translateY(-20%) rotateZ(-20deg);
	}

	38% {
		transform: translateX(-120%) translateY(10vh) rotateZ(190deg);
	}

	38.001%, 45% {
		transform: translateX(-100%) translateY(-110%) rotateZ(-160deg);
	}

	60% {
		transform: translateX(85vw) translateY(40vh) rotateZ(10deg);
	}

	60.001%, 72% {
		transform: translateX(-30vw) translateY(-180%) rotateZ(200deg);
	}

	90% {
		transform: translateX(0vw) translateY(110vh) rotateZ(-20deg);
	}
}


.flier-container {
    pointer-events: none !important;
    height: 100vh;
    width: 100vw;
    position: absolute;
}