/*
Theme Name: Monster Design Co.
Author: Monster Design Co.
Author URI: http://monsterdesignco.com
Description: Custom Theme for Monster Design Co.

/* ------------------- FONTS -------------------

	font-family: 'Gilroy-Regular';
	font-family: 'Gilroy-RegularItalic';
	font-family: 'Gilroy-Medium';
	font-family: 'Gilroy-ExtraBold';
	font-family: 'Gilroy-BoldItalic';
	font-family: 'Gilroy-Bold';
	font-family:"Clarendon BT W01 Bold";

*/

@import url("//hello.myfonts.net/count/3b1248");

  
@font-face {font-family: 'Gilroy-Regular';src: url('webfonts/3B1248_0_0.eot');src: url('webfonts/3B1248_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3B1248_0_0.woff2') format('woff2'),url('webfonts/3B1248_0_0.woff') format('woff'),url('webfonts/3B1248_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-RegularItalic';src: url('webfonts/3B1248_1_0.eot');src: url('webfonts/3B1248_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3B1248_1_0.woff2') format('woff2'),url('webfonts/3B1248_1_0.woff') format('woff'),url('webfonts/3B1248_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-Medium';src: url('webfonts/3B1248_2_0.eot');src: url('webfonts/3B1248_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3B1248_2_0.woff2') format('woff2'),url('webfonts/3B1248_2_0.woff') format('woff'),url('webfonts/3B1248_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-ExtraBold';src: url('webfonts/3B1248_3_0.eot');src: url('webfonts/3B1248_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3B1248_3_0.woff2') format('woff2'),url('webfonts/3B1248_3_0.woff') format('woff'),url('webfonts/3B1248_3_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-BoldItalic';src: url('webfonts/3B1248_4_0.eot');src: url('webfonts/3B1248_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3B1248_4_0.woff2') format('woff2'),url('webfonts/3B1248_4_0.woff') format('woff'),url('webfonts/3B1248_4_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-Bold';src: url('webfonts/3B1248_5_0.eot');src: url('webfonts/3B1248_5_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3B1248_5_0.woff2') format('woff2'),url('webfonts/3B1248_5_0.woff') format('woff'),url('webfonts/3B1248_5_0.ttf') format('truetype');}
 
 
 
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=8de9861c-7857-49a2-a71e-e63d382e1652");
    @font-face{
        font-family:"Clarendon BT W01 Bold";
        src:url("webfonts/78aa70a4-baf4-48f7-bbb8-fdf405c049b1.woff2") format("woff2"),url("webfonts/572540d0-3091-4b7f-a89e-28fea942a7ba.woff") format("woff");
    }


/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* ------------------- BASIC LAYOUT ------------------- */

body {
	font-size: 16px;
	line-height: 100%;
	color: #212427;
	font-weight: 400;
	font-family: 'Gilroy-Regular';
	letter-spacing: .01em;
}

* {
	font-weight: normal !important;
}

header {
	background: rgba(33,36,39,.97);
	padding: 15px 1.5rem 20px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	border-bottom: 1px solid #3B3B3B;
}


nav {
	float: right;
}

nav ul {
	padding: 0;
	margin: 7px 0 0;
}

nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .875em;
	padding: 0 0 0 50px;
	letter-spacing: .05em;
}

nav ul li a {
	color: #fff;
	font-family: 'Gilroy-Medium';
	text-transform: uppercase;
}

nav ul li a:hover, nav ul li.current-menu-item a, .mobile-menu li a:hover {
	color: #EF503A !important;
}

.menu-btn {
	color: #fff;
	font-size: 1.25em;
	display: none;
	float: right;
	padding: 12px 0;
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #EF503A;
	z-index: 999999999;
	display: none;
	bottom: 0;
}

.mobile-menu ul {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%); /* IE 9 */
	-webkit-transform: translate(-50%,-50%); /* Chrome, Safari, Opera */
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	padding: 0;
}

.mobile-menu h6 {
	margin-top: 0;
}

.mobile-menu ul li {
	text-align: center;
	list-style-type: none;
	font-weight: 700;
	color: #EF503A;
	font-size: 1.25em;
	text-transform: uppercase;
}

.mobile-menu li a {
	color: #fff;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 6px 0;
	display: block;
	font-family: 'Gilroy-Regular';
}

.close-link {
	color: #fff;
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 1.25em;
	z-index: 9999999;
}

.sm-column {
	text-align: center;
	max-width: 700px;
}

.section:first-of-type {
	padding-top: 5rem;
}

.section {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	background: #fff;
	position: relative;
}

.sub .section:first-of-type {
	margin-top: 80px;
}

footer .gform_body li {
	font-size: .875em !important;
}

table {
	border: 1px solid #e6e6e6;
}

table td {
	padding: 15px 20px;
	border-right: 1px solid #e6e6e6;
}

table tr {
	border-bottom: 1px solid #e6e6e6;
}

/* ------------------- FOOTER ------------------- */

footer.section {
	padding-bottom: 50px;
	padding-top: 3rem !important;
	margin-top: 0 !important;
}

footer .container {
	border-top: 1px solid #818181;
	padding-top: 56px;
}

footer .is-three-fifths {
	padding-left: 340px;
	position: relative;
}

.monster {
	position: absolute;
	top: 50%;
	left: 80px;
	z-index: 99;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

footer p {
	font-size: 1.125em;
	font-family: 'Gilroy-Medium';
	margin: 25px 0 0;
}

footer a {
	color: #212427;
	font-family: 'Gilroy-Medium';
}

footer h3 {
	margin-bottom: 15px;
}

footer h6 {
	margin-bottom: 10px;
}

footer .level-item {
	font-size: .875em;
	text-transform: uppercase;
}

.below-footer {
	background: #212427;
	text-align: center;
	color: #6B6C6F;
	font-size: .75em;
	padding: 25px 0;
	font-family: 'Gilroy-Regular';
	letter-spacing: .01em;
	line-height: 1.8;
}

footer form {
	margin: 20px 0 25px;
	position: relative;
}

footer form li, .gform_wrapper {
	margin: 10px 0 15px !important;
}

footer label {
	display: none !important;
}

footer input[type=text] {
	width: 100% !important;
	border: 1px solid #B7C0B9;
	border-radius: 5px;
	height: 30px;
	padding: 5px 15px;
	font-size: .875em;
}

footer .gform_footer {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px !important;
	width: 42px !important;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	padding: 0 !important;
	margin: 0 !important;
}

footer .gform_wrapper .gform_footer input[type=image] {
	border: 1px solid #EF503A !important;
	background: url(images/submit.svg) #EF503A !important;
	border-radius: 5px !important;
	height: 30px !important;
	width: 42px !important;
	
}

.lines {
	height: 15px;
	background: url(images/lines.png) repeat-x;
	background-size: auto 40px;
	opacity: .5;
}

.below-footer a {
	color: inherit !important;
}

/* ------------------- PORTFOLIO ------------------- */

.portfolio .container {
	overflow: hidden;
}

.gallery-home {
	display: grid;
	grid-gap: 15px;
	grid-template-columns:1fr 1fr 1fr;
	grid-auto-flow: dense;
	max-width: 100%;
}

.gallery-home img {
	display: block;
}

.gallery-single img {
	display: block;
}

.item {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.portfolio-single {
	text-align: center;
}

.portfolio-single h1 {
	margin-bottom: 0;
}

.gallery-single {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: 1fr 1fr;
	grid-auto-flow: dense;
	max-width: 100%;
}

.gallery-single .full {
	grid-column: span 2;
}

.gallery-home .full {
	grid-column: span 3;
}

.gallery-home .two-thirds {
	grid-column: span 2;
}

.gallery-home .square {
	grid-column: span 2;
	grid-row: span 2;
}

.gallery-home .one-third {
	grid-column: span 1;
}

@media screen\0, @media screen\9 {	
	
	.two-thirds {
		width: 67%;
		float: left;
	}
	
	.one-thirds {
		width: 33%;
		float: left;
	}
	
	.square {
		float: right;
		width: 67%;
		
	}
	
	.half {
		width: 50%;
		float: left;
	}
	
	.full, .project-links {
		clear: both;
	}
	
	.project-links {
		padding-top: 50px;
	}

}

.has-content {
	background: url(images/monster-ico.svg) no-repeat #212427;
	background-size: 65px 65px;
	background-position: bottom right;
	color: #fff;
	padding: 50px 80px 60px 40px;
}

.on-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	color: #fff;
	opacity: 0;
	transition: opacity 500ms linear 0s;
	-webkit-transition: opacity 200ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	-moz-transition: opacity 200ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	-ms-transition: opacity 200ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	-o-transition: opacity 200ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	z-index: 9999999;
}

.item:hover .on-hover, .item:hover .on-hover-overlay {
	opacity: 1;
}

.on-hover-overlay {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	background: #EF503A;
	mix-blend-mode: multiply;
	z-index: 9999;
	opacity: 0;
	transition: opacity 500ms linear 0s;
	-webkit-transition: opacity 200ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	-moz-transition: opacity 200ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	-ms-transition: opacity 200ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	-o-transition: opacity 200ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
}

.home .item img {
	mix-blend-mode: multiply;
}

.item a {
	z-index: 999999999;
}

.on-hover-text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	font-size: 1.25em;
	line-height: 1.4;
	z-index: 9999999;
	color: white;
	
}

.project-links {
	margin-top: 35px;
	text-align: center;
}

.prev-project img, .next-project img {
	width: 30px;
	margin: 0 40px;
	padding-top: 10px;
}

/* ------------------- TESTIMONIALS ------------------- */

.testimonials {
	text-align: center;
}

.testimonials p:last-child {
	margin: 35px 0;
}

.testimonials .t-slide-text p {
	font-family: 'Gilroy-Regular';
}

.testimonials .t-slide-text p.name {
	font-family: 'Gilroy-Medium';
	color: #EF503A;
	font-size: 1em;
}

.testimonials .prev img, .testimonials .next img {
	width: 30px;
	margin: 0 40px;
	padding-top: 10px;
}

.slide-wrap {
	position: relative;
	margin-bottom: 35px;
	transition: height 1s linear 0s;
	-webkit-transition: height 1s linear 0s;
	-moz-transition: height 1s linear 0s;
	-ms-transition: height 1s linear 0s;
	-o-transition: height 1s linear 0s;
}

.testimonials .t-slide-text {
	position: relative !important;
}

/* ------------------- FORMS ------------------- */

#field_1_2 input, #field_1_3 input {
	width: 100%;
} 

#input_1_1 label, #input_1_2 label {
	margin-bottom: 0 !important;
}

.gform_footer {
	text-align: center;
}

/* ------------------- SLIDER ------------------- */

#slider {
	height: 680px;
	position: relative;
}

.slide {
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-color: transparent !important;
}

#slider .slide {
}

.bg-img {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.slide h1 {
	margin-bottom: 10px;
	color: #fff;
}

.slide h5 {
	color: #fff;
}

.slide p {
	font-family: 'Gilroy-Medium';
}

.slide p strong {
	color: #fff;
	font-size: 1.125em;
}

.slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: #1D2D2B;
	opacity: .5;
}

.slide-text {
	width: 70%;

	position: absolute;
	top: calc(50% + 40px);
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%); /* IE 9 */
	-webkit-transform: translate(-50%,-50%); /* Chrome, Safari, Opera */
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
	z-index: 999;
}

#slider .prev, #slider .next {
	position: absolute;
	top: 50%;
	z-index: 9;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%); /* IE 9 */
	-webkit-transform: translate(-50%,-50%); /* Chrome, Safari, Opera */
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	color: #fff !important;
	font-size: 1.5em;
}

#slider .prev:hover, #slider .next:hover {
	color: #fff !important;
}

#slider .prev {
	left: 5%;
}

.arrow-left {
	background: url(images/thin-arrow.svg);
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
	display: inline-block;
	transform: rotate(180deg);
}

.arrow-right {
	background: url(images/thin-arrow.svg);
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
	display: inline-block;
}

#slider .next {
	right: 5%;
}

#slider a.prev,#slider a.next, #slider a.prev:hover, #slider a.next:hover {
	color: #EF503A !important;
}

/* ------------------- WOOCOMMERCE ------------------- */

.woocommerce .quantity .qty {
	height: 37.5px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	
	font-family: 'Gilroy-ExtraBold';
	color: #EF503A;
}

.woocommerce h1 {
	margin-top: 35px;
}

.reset_variations {
	display: none !important;
}

.label {
	width: 10% !important;
}

.label label {
	font-size: 1.25em;
	font-family: 'Gilroy-ExtraBold';
}

td.value {
	width: 90% !important;
}

select#size {
	margin: 0 !important;
	width: 100% !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.woocommerce .price {
	margin-bottom: 16px !important;
}

.woocommerce-message {
	border-top-color: #EF503A;
	padding-top: 30px !important;
}

.woocommerce .button.wc-forward {
	font-size: .8125em !important;
	position: relative;
	top: -6px !important;
	background: #212427 !important;
	color: #fff !important;
	font-weight: normal !important;
}

.woocommerce-message::before {
	top: 29px !important;
}

.woocommerce-result-count, .woocommerce-ordering {
	display: none;
}

.woocommerce-loop-product__title {
	font-family: 'Gilroy-ExtraBold' !important;
	font-size: 1.5em !important;
	color: #212427;
}

li.product .woocommerce-Price-amount {
	font-size: 1.5em !important;
	color: #EF503A !important;
	
}

li.product .button, #place_order {
	margin-top: 0 !important;
	background: #EF503A !important;
	color: #fff !important;
	line-height: 1.3 !important;
}

.actions {
	font-size: .9375em;
	margin-top: 45px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}

.ss-social-share-label {
	font-size: 1em !important;
}

.ss-social-share-label span {
	font-size: .9375em !important;
	font-family: 'Gilroy-ExtraBold';
}

.woocommerce li {
	font-size: .875em;
}

.cart_totals h2 {
	font-family: 'Gilroy-ExtraBold';
	margin: 40px 0 20px;
}

.woocommerce .button.wc-forward.checkout-button {
	line-height: 1.3 !important;
	font-size: 1em !important;
	font-weight: normal !important;
}

.checkout h3 {
	margin: 40px 0 20px;
}

.checkout label {
	font-size: .75em !important;
	font-family: 'Gilroy-Bold';
	color: #212427;
}

.checkout input[type=text], .checkout input[type=tel], .checkout input[type=email], .checkout textarea {
	padding: 8px 15px !important;
	border: 1px solid #ccc !important;
	font-size: .75em !important;
}

.select2-selection {
	border-color: #ccc !important;	
	font-size: .75em !important;
	height: 40px !important;
}

.select2-results__option {
	font-size: .75em !important;
	margin: 0 !important;
}

.select2-selection__rendered {
	height: 40px !important;
	line-height: 40px !important;
}

.select2-selection__arrow {
	height: 40px !important;
}

.woocommerce-terms-and-conditions-wrapper p {
	font-size: .875em;
	margin-top: 10px !important;
	margin-bottom: 15px !important;
	text-align: right;
}


/* ------------------- TEXT STYLES ------------------- */

h1 {
	font-family: 'Gilroy-ExtraBold';
	font-size: 3em;
	line-height: 1;
	margin-bottom: 35px;
	color: #EF503A;
}

h2 {
	font-size: 1.8em;
	line-height: 1;
	margin-bottom: 35px;
	font-family:"Clarendon BT W01 Bold";
	color: #EF503A;
}

h3 {
	font-size: 1.8em;
	line-height: 1;
	margin: 35px 0;
	font-family: 'Gilroy-ExtraBold';
	color: #EF503A;
}

footer h3 {
	margin-top: 0;
}

h4 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 35px;
	font-family:"Clarendon BT W01 Bold";
	color: #EF503A;
}

h5 {
	font-size: 1em;
	line-height: 1.3;
	text-transform: uppercase;
	font-family: 'Gilroy-ExtraBold';
	margin: 5px 0;
	letter-spacing: .1em;
	color: #EF503A;
}

h6 {
	font-size: .875em;
	line-height: 1.3;
	text-transform: uppercase;
	font-family: 'Gilroy-Bold';
	color: #212427;
	letter-spacing: .05em;
}

p {
	font-size: 1.25em;
	line-height: 140%;
	margin: 35px 0;
	letter-spacing: .01em;
}

p:last-child {
	margin-bottom: 0;
}

a {
	outline: none;
	text-decoration: none;
	color: #EF503A;
	font-family: 'Gilroy-Bold';
	-webkit-transition: color 200ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	-moz-transition: color 200ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	-ms-transition: color 200ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	-o-transition: color 200ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	transition: color 200ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
}

a:hover {
	color: #EF503A;
}

strong, b {
	font-family: 'Gilroy-ExtraBold';
}

em, i {
	font-family: 'Gilroy-RegularItalic';
}

strong em, em strong, b i, i b {
	font-family: 'Gilroy-BoldItalic';
}

ul, ol {
	padding-left: 20px;
	margin: 20px 0;
}

ul li, ol li {
	font-size: 1.25em;
	line-height: 140%;
	margin: 15px 0;
}

ul li {
	list-style-type: disc;
}

ol li {
	list-style-type: decimal;	
}

/* ------------------- MISC STYLES ------------------- */

hr.hidden {
	clear: both; 
	visibility: hidden;
	margin: 0;
	border: none;
	height: 0;
}

.alignleft {
	float: left;
	margin: 0 15px 5px 0;
}

.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

.left {
	float: left;
}

.right {
	float: right;
}

img {
	max-width: 100%;
}

.full-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.button, .woocommerce div.product .button.single_add_to_cart_button {
	background: transparent;
	border: 1px solid #EF503A;
	font-family: 'Gilroy-Medium';
	text-transform: uppercase;
	color: #1D2D2B;
	font-size: .9375em;
	font-weight: normal !important;
}

.woocommerce div.product .button.single_add_to_cart_button {
	background: #EF503A;
	color: #fff;
}

.button.reversed, .woocommerce div.product .button.single_add_to_cart_button:hover {
	color: #fff !important;
}

.button:hover, .button:active, .button:visited, .button:link {
	color: #1D2D2B !important;
	outline: none;
	border: 1px solid #EF503A;
}

.button.reversed:hover, .button.reversed:active, .button.reversed:visited, .button.reversed:link {
	color: #fff !important;
}

.red {
	color: #EF503A;
}

/* ------------------- MEDIA QUERIES ------------------- */

@media all and (max-width: 1407px) {
	
footer .is-three-fifths {
	padding-left: 270px;
}

.monster {
	left: 30px;
}

}

@media all and (max-width: 1215px) {
	
.wide {
	grid-column: span 1;
}

.full {
	grid-column: span 2;
}

footer .is-three-fifths {
	padding-left: 200px;
}

.monster {
	left: 0.75rem;
}

}

@media all and (max-width: 815px) {
	
footer .is-three-fifths {
	padding-left: 0.75rem;
}

.monster {
	left: 5px;
	display: none;
}

.gallery-home {
	grid-gap: 10px;
}

}

@media all and (max-width: 768px) {

footer {
	text-align: center;
}

footer .is-three-fifths {
	margin-bottom: 20px;
}
	
.full {
	grid-column: span 1;
}

.has-content {
	padding-right: 40px;
}

.has-content .column p {
	margin-top: 0;
}

.has-content .column:first-of-type p {
	margin-top: 35px;
}

.has-content .column {
	padding-top: 0;
	padding-bottom: 0;
}

.has-content .column:first-of-type {
	padding-top: .75rem;
}

.has-content .column:last-of-type {
	padding-bottom: .75rem;
}

}

@media all and (max-width: 762px) {

.gallery-home {
	grid-gap: 5px;
}

header nav ul {
	display: none;
}

.menu-btn {
	display: block;
}

p {
	font-size: .9375em;
}

#slider {
	height: 580px;
	position: relative;
}

.slide-text {
	width: 90%;
}

footer p {
	font-size: 1em;
}


.home .section:first-of-type {
	padding-top: 25px !important;
}
	
}
