/*!
Theme Name: CRAYON
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/

@media screen and (min-width: 0) {
/*--------------------------------
# GLOBALS
---------------------------------*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
    margin-top: 100px;
    
    overflow-x: hidden;
    overflow-y: auto;
}
    
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
	
@font-face {
  font-family: 'beausite-classic';
  src:  url('fonts/BeausiteClassicWeb-Thin.woff2') format('woff2'),
        url('fonts/BeausiteClassicWeb-Thin.woff') format('woff');
  font-weight: 100;
}
	
@font-face {
  font-family: 'beausite-classic';
  src:  url('fonts/BeausiteClassicWeb-ThinItalic.woff2') format('woff2'),
        url('fonts/BeausiteClassicWeb-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}
	
@font-face {
  font-family: 'beausite-classic';
  src:  url('fonts/BeausiteClassicWeb-Light.woff2') format('woff2'),
        url('fonts/BeausiteClassicWeb-Light.woff') format('woff');
  font-weight: 200;
}
	
@font-face {
  font-family: 'beausite-classic';
  src:  url('fonts/BeausiteClassicWeb-LightItalic.woff2') format('woff2'),
        url('fonts/BeausiteClassicWeb-LightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;	
}
	
@font-face {
  font-family: 'beausite-classic';
  src:  url('fonts/BeausiteClassicWeb-Clear.woff2') format('woff2'),
        url('fonts/BeausiteClassicWeb-Clear.woff') format('woff');
  font-weight: 300;
}
	
@font-face {
  font-family: 'beausite-classic';
  src:  url('fonts/BeausiteClassicWeb-ClearItalic.woff2') format('woff2'),
        url('fonts/BeausiteClassicWeb-ClearItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
	
@font-face {
  font-family: 'beausite-classic';
  src:  url('fonts/BeausiteClassicWeb-Regular.woff2') format('woff2'),
        url('fonts/BeausiteClassicWeb-Regular.woff') format('woff');
  font-weight: normal;
}
	
@font-face {
  font-family: 'beausite-classic';
  src:  url('fonts/BeausiteClassicWeb-RegularItalic.woff2') format('woff2'),
        url('fonts/BeausiteClassicWeb-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
	
@font-face {
  font-family: 'beausite-classic';
  src:  url('fonts/BeausiteClassicWeb-Medium.woff2') format('woff2'),
        url('fonts/BeausiteClassicWeb-Medium.woff') format('woff');
  font-weight: 600;
}
	
@font-face {
  font-family: 'beausite-classic';
  src:  url('fonts/BeausiteClassicWeb-MediumItalic.woff2') format('woff2'),
        url('fonts/BeausiteClassicWeb-MediumItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
	
@font-face {
  font-family: 'beausite-classic';
  src:  url('fonts/BeausiteClassicWeb-Semibold.woff2') format('woff2'),
        url('fonts/BeausiteClassicWeb-Semibold.woff') format('woff');
  font-weight: 700;
}
	
@font-face {
  font-family: 'beausite-classic';
  src:  url('fonts/BeausiteClassicWeb-SemiboldItalic.woff2') format('woff2'),
        url('fonts/BeausiteClassicWeb-SemiboldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
	
@font-face {
  font-family: 'beausite-classic';
  src:  url('fonts/BeausiteClassicWeb-Bold.woff2') format('woff2'),
        url('fonts/BeausiteClassicWeb-Bold.woff') format('woff');
  font-weight: 800;
}
	
@font-face {
  font-family: 'beausite-classic';
  src:  url('fonts/BeausiteClassicWeb-BoldItalic.woff2') format('woff2'),
        url('fonts/BeausiteClassicWeb-BoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}
    
body, a, p, h1, h2, h3, h4, h5, h6, 
span, input, textarea, button {
    font-family: 'beausite-classic', 'Beausite Classic', sans-serif;
    font-weight: normal;
}
    
h1, h2 {    
    font-size: 80px;
    margin: 0;
	font-weight: 300;
}
    
h3 {
    font-size: 36px;
    line-height: 40px;
    margin-top: 0;
}
	
h3 ul {
    list-style: none;
	padding-left: 0;
}
	
h3 ul li {
    margin-bottom: 10px;
}
	
h4 {
	font-size: 24px;
    line-height: 28px;
	margin-top: 0;	
}
    
p {
    font-size: 14px;
    margin-top: 0;
}
    
h3:last-child, h4:last-child, p:last-child {
    margin-bottom: 0;    
}
    
.h-col.desktop, .desktop {
   display: none;    
}
    
header a, footer a {
  color: black;
  text-decoration: none;
}
    
img, svg {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}
    
.carousel {
  cursor: e-resize;    
}
    
.m-tog, .gb-close, .mg-v.curs {
  cursor: pointer;    
}

a:hover, .introduction a:hover {
  text-decoration: underline;	
}	
	
img.mgb-i {
  transition: filter ease-in-out 250ms;
}
	
.grey {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

/*--------------------------------
# TRANSITIONS
---------------------------------*/ 
html, body, input, textarea, footer a, ::placeholder {
  transition: color ease-in-out 170ms;
}
	
body, .intro-logo, .mobile-navigation {
  transition: background ease-in-out 170ms;    
}
	
header {
  transition: background ease-in-out 170ms, filter ease-in-out 500ms; 
}

svg, svg path {
  transition: fill ease-in-out 170ms;
}
	
.blur {
  filter: blur(50px);	
}
	
.mg-block, .sctn-ttl, .text-block, .gallery-block, .intro-logo, .contact-form-block {
  transition: filter ease-in-out 500ms;
}

/*--------------------------------
# HEADER
---------------------------------*/ 
header {
  font-size: 0; 
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: white;
  z-index: 5;
}

.mobile-navigation {
  display: none; 
  position: fixed;
  top: 45px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: white;
  z-index: 4;
}
    
.mobile-navigation ul,
.mobile-navigation ul a {
  font-size: 50px; 
  line-height: 45px;
  list-style: none;
  margin: 0;
  padding: 0;
}
	
.mobile-navigation ul.sub-menu {
   padding-top: 0;
   padding-left: 0;
   padding-bottom: 0;
}
	
.mobile-navigation ul.sub-menu li a:before {
   content: "– ";
}
    
.mobile-navigation ul {
  padding: 65px 10px;    
}
    
.h-col {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
    
.h-col.m-tog {
  text-align: right;    
}
    
.h-col.site-tag {
  width: 50%;    
}

.hc-inner {
  padding: 10px;    
}
    
.hc-inner, .hc-inner span {
  font-size: 14px;    
}
/*--------------------------------
# FOOTER
---------------------------------*/
.foot-logo {
 padding: 10px;   
}
    
.f-col {
  margin-bottom: 5px;    
}
    
.f-col.socials {
  margin-bottom: 0;    
}
    
.fc-inner {
  padding: 10px;
  font-size: 13px;
}    

/*--------------------------------
# MODULES
---------------------------------*/
.intro-logo {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: white;
  background: linear-gradient(0deg, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
}

.il-inner {
  padding: 80px 10px 10px 10px;    
}
    
.introduction a {
  text-decoration: none;    
}
    
.section-block.hidden {
  margin-bottom: 160px;
  min-height: calc(100vh - 210px);
}
	
.section-block.sub-section,
.section-block.reduce-margin {
  margin-bottom: 80px;
  min-height: auto;
}
	
.add-margin {
  margin-top: 160px;
}
    
.section-title {
  line-height: 60px; 
  margin-bottom: 30px;
}
    
.section-title, .mod-inner {
  padding: 10px;
}  
	
.sub-section .section-title {
  margin-bottom: 10px;		
}
    
.carousel, .slide-box:first-child, .slide-lb:first-child {
  position: relative;
}
    
.slide-box, .slide-lb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity ease-in-out 500ms;
}
    
.slide-box.active, .slide-lb.active {
  opacity: 1;    
}
    
.c-counter {
    margin-top: 10px;
    font-size: 13px;
}
	
.gallery-nav, .lightbox.desktop, .slb-wrap {
	display: none;	
}
    
.mg-v {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px; 
}
    
.mg-v video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
    
.gb-reel, .lightbox.desktop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow-y: scroll;
  z-index: 5;
  display: none;
}
	
.gb-iframe {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    width: calc(100% - 20px);
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
	display: none;
}
    
.gbr-inner {
  padding: 10px 10px 10px 10px;    
}
    
.gbr-top {
  font-size: 0;
  opacity: 0;
}
    
.gb-name, .gb-close {
  display: inline-block;
}
    
.gb-name {
  width: 75%;    
}
    
.gb-close {
  width: 25%;
  text-align: right;
}

.gb-cont {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    margin-top: -56.25%;
}
	
.gb-iframe {
	z-index: 10;
}
    
iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;  
}

.mgc-txt {
  font-size: 0;    
}
    
.top-txt {
   margin-bottom: 15px;    
}
    
.sml-col, .lrg-col {
  display: inline-block;
  vertical-align: top;
}
    
.sml-col {
  width: 20%;    
}

.lrg-col {
  width: 80%;    
}

.sml-col p, .lrg-col p {
  font-size: 14px;    
}
    
.cntct-form p {
  margin-bottom: 0;    
}
    
.cntct-form input, .cntct-form textarea {
  font-size: 36px;
  --color: black;
  width: 100%;
  padding: 10px 0;
  border: none;
  border-radius: 0;
  border-top: 1px solid;
  background: transparent;
}
    
.cntct-form input::placeholder, .cntct-form textarea::placeholder {
  font-size: 36px;
  color: var(--color);
}

}


@media screen and (min-width: 568px) {
/*--------------------------------
# GLOBALS
---------------------------------*/
h1, h2 {
  font-size: 120px;    
}
/*--------------------------------
# HEADER
---------------------------------*/ 
/*--------------------------------
# FOOTER
---------------------------------*/
footer {
   font-size: 0; 
   clear: both;
   overflow: hidden;
}
    
.f-col {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
    
.f-col.address {
   width: 25%;    
}

.f-col.socials {
   float: right;
   width: auto;
}
/*--------------------------------
# MODULES
---------------------------------*/
.sctn-m-inner {
    font-size: 0;
}
    
.section-title {
    line-height: 85px;
}

.flex.mod:first-child .mod-inner {
    padding-left: 50%;
    padding-left: calc(50% + 7.5px);
} 
	
.flex.mod.no-pad:first-child .mod-inner {
    padding-left: 10px;	
}

.flex.mod.introduction .mod-inner {
    padding-left: 10px;
}
    
.flex.mod.gallery-block .mod-inner {
    padding-left: 25%;
    padding-left: calc(25% - 10px);    
}
    
.mg-block {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
    
.mg-block .mod-inner {
    padding: 10px 5px;
}
    
.flex.mod.masonry-grid-block > .mg-block:nth-child(2n) .mod-inner {
   padding-right: 10px;
}
    
.flex.mod.masonry-grid-block > .mg-block:nth-child(2n - 1) .mod-inner {
   padding-left: 10px;
}
    
.flex.mod.contact-form-block.w-100 .mod-inner {
  padding-left: 10px;    
}
    
}

@media screen and (min-width: 768px) {
/*--------------------------------
# GLOBALS
---------------------------------*/
h1, h2 {
   font-size: 170px;
}
    
h3 {
   font-size: 46px;
   line-height: 50px;
}
	
h3 ul li {
    margin-bottom: 15px;
}
	
h4 {
	font-size: 32px;
    line-height: 36px;
	margin-top: 0;	
}
/*--------------------------------
# HEADER
---------------------------------*/ 
/*--------------------------------
# FOOTER
---------------------------------*/
/*--------------------------------
# MODULES
---------------------------------*/
.section-title {
   line-height: 120px;
	margin-bottom: 30px;
}    

.mg-block {
   width: 33%;
   width: calc(100% / 3);
}
    
.flex.mod.masonry-grid-block > .mg-block:nth-child(3n) .mod-inner {
   padding-right: 10px;
   padding-left: 3.25px;
}
    
.flex.mod.masonry-grid-block > .mg-block:nth-child(3n - 1) .mod-inner {
   padding-left: 6.75px;
   padding-right: 6.75px;
}
    
.flex.mod.masonry-grid-block > .mg-block:nth-child(3n - 2) .mod-inner {
   padding-right: 3.25px;
   padding-left: 10px;
}
    
.cntct-form label.w-50 {
  width: 50%;
  width: calc(50% - 5px);
  display: inline-block;
}
    
.cntct-form label.w-50:nth-child(2n) {
  margin-right: 10px;    
}
	
.gb-iframe {
  width: 70%;
  padding-top: 39.25%;
}	

}

@media screen and (min-width: 1024px) {
/*--------------------------------
# GLOBALS
---------------------------------*/
.mobile, .mobile-navigation {
   display: none;    
}
    
.mobile-navigation {
   display: none!important;
}
    
.h-col.desktop, .desktop {
  display: block;    
}
	
.lightbox.desktop {
	display: none;
}
    
h1, h2 {
  font-size: 210px;
}
    
h3 {
    font-size: 51px;
    line-height: 55px;
}
	
h3 ul li {
    margin-bottom: 20px;
}
/*--------------------------------
# HEADER
---------------------------------*/ 
.h-col.site-tag {
  width: 25%;
}
    
.h-col.main-nav.desktop, .h-col.cntct.desktop {
  display: inline-block;
  width: 25%;
}
    
.h-col.cntct.desktop {
    text-align: right;
}
    
ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
	
nav#site-navigation {
    position: relative;	
}
	
nav#site-navigation ul.sub-menu {
    position: absolute;
    top: 0;
    left: 50%;
    list-style: none;
    padding: 0;
	display: none;
}
/*--------------------------------
# FOOTER
---------------------------------*/
/*--------------------------------
# MODULES
---------------------------------*/
.section-block.hidden {
   min-height: 100vh;
   margin-bottom: 75vh;
}
	
.section-block.sub-section,
.section-block.reduce-margin {
   margin-bottom: 25vh;
   min-height: auto;
}
	
.add-margin {
   margin-top: 75vh;
}
    
.section-title {
    line-height: 147px;
}
    
.flex.mod.text-block.w-50 .mod-inner {
    padding-right: 20%;    
}
    
.flex.mod.gallery-block .mod-inner {
    padding-left: 50%;
    padding-left: calc(50% + 5px);
}
	
.flex.mod.text-block.w-50 p {
    max-width: 360px;
}

}

@media screen and (min-width: 1025px) {
/*--------------------------------
# GLOBALS
---------------------------------*/
/*--------------------------------
# HEADER
---------------------------------*/ 
/*--------------------------------
# FOOTER
---------------------------------*/
/*--------------------------------
# MODULES
---------------------------------*/	
.flex.mod.gallery-block .mod-inner {
	position: relative;
}
	
.gallery-nav {
	display: block;
    height: 100%;
    display: table;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 50%;
    z-index: 1;
}
	
.gal-prev:hover, .slb-prev:hover {
	cursor: w-resize;
}
	
.gal-zoom:hover {
	cursor: crosshair;
}
	
.gal-next:hover, .slb-next:hover {
	cursor: e-resize;
}
	
.gallery-nav div {
	display: table-cell;
}
	
.slb-wrap, .slb-nav {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
	z-index: 10;
}
	
.slb-nav {
	display: table;
	width: 100%;
    height: 100%;
}
	
.slb-nav > div {
	display: table-cell;
}
	
}

@media screen and (min-width: 1100px) {
/*--------------------------------
# GLOBALS
---------------------------------*/
/*--------------------------------
# HEADER
---------------------------------*/ 
/*--------------------------------
# FOOTER
---------------------------------*/
/*--------------------------------
# MODULES
---------------------------------*/
}

@media screen and (min-width: 1480px) {
/*--------------------------------
# GLOBALS
---------------------------------*/
body {
  width: 1480px;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------
# HEADER
---------------------------------*/ 
header {
  width: 1480px;
  margin-left: auto;
  margin-right: auto;	
}
	
.intro-logo {
  width: 1480px;
  margin-left: auto;
  margin-right: auto;	
}
/*--------------------------------
# FOOTER
---------------------------------*/
/*--------------------------------
# MODULES
---------------------------------*/	
.gbr-inner, .gb-iframe {
   width: 1460px;
   margin: auto;
}
	
.gb-iframe {
   height: 821.25px;
   padding-top: 0;
}
	
.gb-cont {
	margin-top: 0;
}
	
}