/*
Theme Name: BlankSlate - Child
Template: blankslate
Text Domain: blankslatechild
*/

body {
	/* font-family: Lato; */
	font-family: Helvetica;
	font-size: 16px;
}

* { outline:none !important; }

a, button, input[type=submit], ul, li,.logo img, .gal_container .item {
  transition: all 0.25s ease;
}

header {
	position: -webkit-sticky;
	position: sticky;
	top: 1px;
	z-index: 100;
	height:137px;
}

a.hov_underline:hover {
	text-decoration: underline !important;
}

#content p {
	line-height: 1.5;
}

#project-swiper .swiper-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#project-swiper .swiper-slide {
	background: #353334;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    aspect-ratio: 27/51;
    flex-direction: column;
}

#project-swiper .swiper-slide h2 {
	position: relative;
	margin-top:10px;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	color:#ffffff;
	width:calc(100% - 50px);
}

#project-swiper .swiper-slide h2:after {
	content: "\f344";
	font-family:dashicons;
	float:right;
	position: relative;
	right: -50px;
}

#project-swiper .swiper-slide h4 {
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #7e7e7e;
}

#project-swiper .swiper-slide .excerpt {
	position: relative;
	margin-top: 10px;
	font-family: 'Helvetica';
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
}

#project-swiper .swiper-slide img {
    width: 100%;
    height: 70%;
    object-fit: cover;
    object-position: center;
}

/*
.swiper-pagination {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
*/

#project-swiper .swiper-button-holder {
	display:flex;
	position:relative;
	float: right;
	z-index: 999;
	width:100px;
	justify-content: flex-end;
	margin-bottom:15px;
}

#project-swiper .swiper-button-prev {
	margin-right: 10px;
}

#project-swiper .swiper-button-next {
	margin-left: 10px;
}

#project-swiper .swiper-button-prev,
#project-swiper .swiper-button-next {
    position: relative !important;
    margin-top:0;
    margin-bottom:0;
    height: auto;
    justify-content: flex-end;
}

#project-swiper .swiper-button-prev:after,
#project-swiper .swiper-button-next:after {
	font-family:dashicons;
	color:#7e7e7e;
	color:#ffffff;
	font-size: 18px;
}

#project-swiper .swiper-button-prev:after {
	content: "\f340";
}

#project-swiper .swiper-button-next:after {
	content: "\f344";
}


/* PROJECT SWIPER dark background */
.dark-background #project-swiper .swiper-slide {
    background: transparent;
}

.dark-background #project-swiper .swiper-slide h2 {
	color: #ffffff;
}

.dark-background #project-swiper .swiper-button-prev:after,
.dark-background #project-swiper .swiper-button-next:after {
	color:#ffffff;
}

.swiper-slide a {
    display: contents;
}


/* FORMS */

.frm_forms .frm_form_fields input[type=text],
.frm_forms .frm_form_fields input[type=tel],
.frm_forms .frm_form_fields input[type=email],
.frm_forms .frm_form_fields textarea {
	border-width:0px 0px 1px 0px !important;
}

.frm_forms .frm_form_fields .frm_button_submit {
	position: relative;
    margin: 0 auto;
    display: inherit;
    font-family: 'Lato' !important;
    text-transform: none !important;
    font-size: 16px !important;
}


.a_right_arrow {
	font-size:16px;
	line-height: 1.5;
	padding-left:10px;
}



.flush_right .padding_leftside,
.padding_leftside {
    padding-left: calc( (100% - 1260px)/2 );
}

.flush_left .padding_rightside,
.padding_rightside {
    padding-right: calc( (100% - 1260px)/2 );
}


.proj_container {
	/*
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-gap: 40px;
	*/
	display: block;
	justify-content: center;

}

.proj_item {
	display:block;
	aspect-ratio: 13/5;
    background-size: cover;
    overflow: hidden;
    background-color: #000;
    position: relative;
    margin: 0 0 40px 0;
    background-position: center;
}

.proj_item .overlay {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
    background-color: rgb(0,0,0,.5);
    display: flex;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.25s ease;
    flex-direction: column;
    justify-content: center;
}

.proj_item:hover .overlay {
	opacity:1;
}


.overlay .a_explore {
    position: absolute;
    bottom: 30px;
    color: black;
    font-size: 12px;
    border: 1px solid #fff;
    padding: 10px;
    background: #fff;
    transition: all 0.25s ease;

    background: black;
	color:#fff;
}

.overlay:hover .a_explore {
	background: black;
	color:#fff;
}

.overlay h2 {
	font-size:26px;
	line-height: 1.3;
	color:#fff;
	letter-spacing:.1em;
	font-family:, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom:0;
}

.overlay p {
	color:#fff;
	font-family: lato;
	/* font-size:10px; */
	margin: 10px 0 0 0;
	/* text-transform: uppercase; */
}

.gal_container .itemm{

}

.gal_container .item:hover {
    opacity: .8;
}


@media only screen and (max-width: 820px) {
	.proj_container {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
	}

	.proj_item {
		grid-column: 1 / span 1;
		grid-row: auto;
		aspect-ratio: 1/1 !important;
	}

	.proj_item:nth-child(2) {
		grid-column: 2 / span 1;
	}

	.proj_item:nth-child(3) {
		grid-column: 1 / span 1;
		grid-row: 2 / span 1;
	}

	.proj_item:nth-child(4) {
		grid-column: 2 / span 1;
		grid-row: 2 / span 1;
	}

	.proj_item:nth-child(5) {
		grid-column: 1 / span 1;
		grid-row: 3 / span 1;
	}

	.proj_item:nth-child(6) {
		grid-column: 2 / span 1;
		grid-row: 3 / span 1;
	}

	.proj_item:nth-child(7) {
		grid-column: 1 / span 1;
		grid-row: 4 / span 1;
	}

	.proj_item:nth-child(8) {
		grid-column: 2 / span 1;
		grid-row: 4 / span 1;
	}
}

@media only screen and (max-width: 576px) {

	.proj_container {
		display:block;
	}

	.proj_item {
    	margin: 20px 0;
	}

	.overlay h2 {
	    font-size: 21px;
	    line-height: 1.2;
	}

	.nav-links {
    	display: flex !important;
	}

	.nav-next { text-align:right !important; }

}

/* PROJECT GRID */





/* PROJECT GALLERY */
.gal_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;

	/* grid-template-rows: repeat(3, 1fr); */
	justify-content: center;
}

.gal_container .item {
  background-color: gray;
  border: 0px solid black;
  /*
  display: flex;
  align-items: center;
  justify-content: center;
  */
  aspect-ratio: 16/9;
}

.gal_container .item {
    grid-column: span 2;
    position: relative;
    background-size: cover;
    background-position: center;
}

.gal_container .item a {
	position: absolute;
	left:0; top:0; right:0; bottom:0;
	z-index: 11;
}

.gal_container .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.gal_container .item:nth-child(2),
.gal_container .item:nth-child(3),
.gal_container .item:nth-child(5),
.gal_container .item:nth-child(6),
.gal_container .item:nth-child(8),
.gal_container .item:nth-child(9),
.gal_container .item:nth-child(11),
.gal_container .item:nth-child(12),
.gal_container .item:nth-child(14),
.gal_container .item:nth-child(15),
.gal_container .item:nth-child(17),
.gal_container .item:nth-child(18),
.gal_container .item:nth-child(20),
.gal_container .item:nth-child(21) {
  grid-column: span 1;
  aspect-ratio: 5/4;
}

/*
.gal_container .item:nth-child(3n+1) {
    grid-column: span 2;
}
*/

#menu-main-navigation .menu-item {
	position: relative;
}

#menu-main-navigation .menu-item a:after {
	content:"";
	display: block;
    position: absolute;
	transition: all .2s;
	height: 1px;
    bottom: 0px;
    width: 0;
    left:calc(50% - 7px);
}

#menu-main-navigation .menu-item a:hover:after {
	content: "";
    background: RGB(255,255,255,.75);
    left: 7px;
	width: calc(100% - 14px);
}

@media only screen and (max-width: 820px) {

	.gal_container .item {
		aspect-ratio: 1/1 !important;
	}

}

@media only screen and (max-width: 576px) {
	.gal_container  {
	  	grid-template-columns: repeat(1, 1fr);
	  	grid-gap: 40px 0;
	}

	#menu-main-navigation {
		align-items: flex-start !important;
    	flex-direction: column !important;
	}

}
/* PROJECT GALLERY */

body .nav-links a {
	color: #ffffff;
	font-family:Raleway;
	letter-spacing: .75px;
}

.stickylick.alt_header_no .fl-builder-content {
	background: RGB(255,255,255,1);
	background: RGB(0,0,0,.85);
    top: -1px;
    position: relative;
}

.stickylick.alt_header_yes .fl-builder-content,
.stickylick.header_for_post .fl-builder-content {
	background: RGB(0,0,0,.85);
    top: -1px;
    position: relative;
}

.stickylick .logo img {
	width: 125px !important;
	width: auto;
}

.stickylick #menu-main-navigation li.menu-item a {
	padding-top: 4px;
	padding-bottom: 4px;
}




