/*
 Theme Name:   301 Interactive Marketing
 Description:  Divi Child Theme
 Author:       Jerry Palmarini
 Template:     Divi
 Version:      1.0.0
*/


/* Default */

:root {
	--sage: #97A386;
	--brown: #201A16;
	--grey: #797573;
	--black: #1F1F1F;
}
a {
	transition: all ease-in-out 0.3s;
}
.line-through {
	text-decoration: line-through;
}
body,
h1, h2, h3, h4, h5 {
	font-weight: 300;
}
.int-no_padding {
	padding: 0 !important;
}
.int-wide {
	max-width: 100% !important;
	width: 100% !important;
}
.int-row-flex {
	display: flex;
	align-items: center;
}

/* Header */


/* Navigation */

.int-sub-nav {
	display: inline-block;
	padding: 5px;
	color: var(--black, initial);
	text-transform: uppercase;
}
.int-sub-nav:hover {
	text-decoration: underline;
	color: var(--sage, initial);
}

/* Body */

.int-border {
	max-width: 98% !important;
}
.int-center-align {
	align-items: center;
}
.int-featured-single .et_pb_code_inner {
	display: flex;
	min-height: 450px;
	background-color: #EDEDED;
	border: 1px solid #FFF;
	position: relative;
	overflow: hidden;
	align-items: normal;
	flex-direction: column;
	justify-content: flex-end;
	align-items: normal;
	padding: 0 0 1em;
}
.page-id-11 .int-featured-single .et_pb_code_inner {
	min-height: 350px;
}
.int-featured-bckgrd {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	transition: all ease-in-out 0.3s;
	transform: scale(1);
	filter: blur(0);
}
.page-id-13 .int-featured-bckgrd {
	background-position: top center !important;
}
.int-featured-single span {
	color: #FFF;
	z-index: 999;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 15px;
	transition: all ease-in-out 0.3s;
	opacity: 1;
}
.int-featured-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	transition: all ease-in-out 0.3s;
	background-color: rgba(0,0,0,0);
}
.page-id-11 .int-featured-single .et_pb_code_inner .int-featured-bckgrd,
.int-featured-single .et_pb_code_inner:hover .int-featured-bckgrd {
	transition: all ease-in-out 0.5s;
	transform: scale(1.1);
	filter: blur(2px);
}
.page-id-11 .int-featured-single .et_pb_code_inner span,
.int-featured-single .et_pb_code_inner:hover span {
	transition: all ease-in-out 0.3s;
	margin-left: 25px;
	opacity: 1;
}
.page-id-11 .int-featured-single .et_pb_code_inner .int-featured-link,
.int-featured-single .et_pb_code_inner:hover .int-featured-link {
	transition: all ease-in-out 0.3s;
	background-color: rgba(0,0,0,0.4);
}
.int-our-team-rows {
	display: flex;
	justify-content: center;
}
.int-our-team-rows .et_pb_column {
	max-width: 380px;
}

/* Project Archive */

#projectFilters {
	color: var(--black, initial);
	text-transform: uppercase;
}
#projectFilters label {
	transition: all ease-in-out 0.3s;
	margin: 0;
	cursor: pointer;	
}
#projectFilters label:hover {
	transition: all ease-in-out 0.3s;
	text-decoration: underline;
	color: var(--sage, initial);
}
#project-archive-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: flex-start;
}
#project-archive-section .project-single {
	display: flex;
	flex: 1 1 400px;
	min-height: 300px;
	background-color: #EDEDED;
	border: 5px solid #FFF;
	position: relative;
	overflow: hidden;
	align-items: center;
}
#project-archive-section .visible:nth-of-type(6n+4),
#project-archive-section .visible:nth-of-type(6n+3) {
	flex-basis: 800px;
}
.project-bckgrd {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	transition: all ease-in-out 0.3s;
	transform: scale(1);
	filter: blur(0);
}
.project-single span {
	color: #FFF;
	z-index: 999;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 15px;
	transition: all ease-in-out 0.3s;
	opacity: 0;
}
.project-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	transition: all ease-in-out 0.3s;
	background-color: rgba(0,0,0,0);
}
.project-single:hover .project-bckgrd {
	transition: all ease-in-out 0.5s;
	transform: scale(1.1);
	filter: blur(2px);
}
.project-single:hover span {
	transition: all ease-in-out 0.3s;
	margin-left: 25px;
	opacity: 1;
}
.project-single:hover .project-link {
	transition: all ease-in-out 0.3s;
	background-color: rgba(0,0,0,0.4);
}


/* Project Carousel */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
	.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-loading .slick-list {
	background: #fff url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/ajax-loader.gif') center center no-repeat;
}
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.eot');
	src: url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.woff') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.ttf') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.svg#slick') format('svg');
}
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 99;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: 15px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: '←';
}
[dir='rtl'] .slick-prev:before {
	content: '→';
}
.slick-next {
	right: 15px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: '→';
}
[dir='rtl'] .slick-next:before {
	content: '←';
}
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: none !important;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
#int-slider ul,
#int-carousel ul {
	padding: 0 !important;
}
#int-slider li {
	min-height: 80vh;
	overflow: hidden;
	position: relative;
}
.slick-slide img {
	display: block;
	position: absolute;
	min-height: auto;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#int-carousel .slick-track li {
	overflow: hidden;
	position: relative;
	min-height: 150px;
}
#int-carousel img {
	display: block;
	position: absolute;
	min-height: 100%;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}




/* Thumbnail Carousel */

.big-slider .slick-track {
	height: 320px;
}
@media(min-width:568px){
	.big-slider .slick-track {
		height: 450px;
	}
}
@media(min-width:980px){
	.big-slider .slick-track {
		height: 600px;
	}
}
.small-slider .slick-track {
	height:50px;
}
.slick-slide img {
	position: relative;
}

/* Gravityforms */

.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400;
}
.gform_wrapper .gfield_required .gfield_required_custom,
.gform_wrapper .gfield_required .gfield_required_text {
	font-style: normal;
	font-weight: 300;
	font-size: 0.8em;
	color: #1f1f1f;
}
input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
	background-color: #FAFAFA;
	border: 1px solid #a9a9a9;
}
.gform_footer .gform_button {
	color: #fff;
	background-color: #1f1f1f;
	border-color: #1f1f1f;
	padding: 1em 2.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.2em;
	opacity: 1;
	transition: all ease-in-out 0.3s;
	cursor: pointer;
}
.gform_footer .gform_button:hover {
	transition: all ease-in-out 0.3s;
	opacity: 0.8;
}

/* Sidebar */


/* Footer */

.et-social-linkedin a.icon::before {
	content: '\e09d';
}

/* Shiftnav */

#int-shiftnav-logo {
	max-height: 40px;
	position: relative;
	top: -11px;
}

/* Mobile */

@media(max-width:981px){
	.et_fixed_nav.et_show_nav #page-container {
		padding-top: 0 !important;
	}
	#projectFilters {
		text-align: left;
	}
	#projectFilters label {
		display: block;
	}
	.mobile-hide {
		display: none;
	}
	.int-sub-nav {
		display: block;
		text-align: left;
	}

/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}

