/*
Theme Name: Isolutions
Description: A custom theme designed for Isolutions
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

.navbar-collapse {
	flex-grow: inherit;
}

a, a:hover {
	color: #f4a62c;
}

.media ul {
	list-style: none;
}

/* Gravity Form Fix */

.gf_page_steps {
	display: flex;
}

.gsection_title {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
	letter-spacing: 2px !important;
	color: #5c6770;
}

.gform_wrapper .gf_step {
	width: 5%;
}

.gform_wrapper .gf_page_steps {
	border-bottom: none;
}
.gfield_label {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
	letter-spacing: 2px !important;
	color: #5c6770;
}
.button.gform_next_button, .button.gform_previous_button {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
	font-size: 10px !important;
	letter-spacing: 2px;
	border: solid 1px rgb(201, 126, 75);
	color: rgb(201, 126, 75);
	background-color: transparent;
    border-radius: 0;
    padding: 0.5rem 1.3rem;
}
.button.gform_next_button:hover, .button.gform_previous_button:hover {
	cursor: pointer;
}

#input_2_3_4 {
	height: 35px;
	border: none;
	background-color: white;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
	overflow: inherit !important;
}

input#input_3_5.medium, input#input_3_8.medium {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
	font-size: 12px !important;
	letter-spacing: 2px;
	color: rgb(201, 126, 75);
	background-color: transparent;
    border-radius: 0;
}

.gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
    height: 50px !important;
    font-weight: 300;
    color: grey;
    margin: 5px 0;
    font-size: 14px !important;
    outline: 0 !important;
}

#input_3_6 {
	height: 30px !important;
    border: none;
    font-weight: 300;
    color: grey;
    margin: 5px 0;
    font-size: 14px !important;
    outline: 0 !important;
}

#input_1_10_3, #input_1_11_3 {
	height: 30px !important;
    border: none;
    background-color: #f9f9f9;
    font-weight: 300;
    color: grey;
    margin: 5px 0;
    font-size: 14px !important;
    outline: 0 !important;
}
    
#gform_submit_button_1, #gform_submit_button_2, #gform_submit_button_3 {
	background-color: #6ab04c;
    border: none;
    color: white;
    font-weight: 400;
    padding: 15px 30px;
    letter-spacing: 3px;
    display: -webkit-inline-box;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#gform_submit_button_1:hover, #gform_submit_button_2:hover, #gform_submit_button_3:hover {
	color: white;
	cursor: pointer;
	text-decoration: none;
	-webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}

/* */

/* Bootstrap Fix */

.dropdown-menu {
	left: -100px;
	min-width: 10rem;
}

.col-count {
	column-count: 1;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #f4a62c;
	border-radius: 0;
}

/*  */

/* Lity */

.lity {
	background: rgba(0, 0, 0, .4);
}

/*  */

body, html {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	font-size: 14px;
	color: #111;
	background-color: #121212;
	font-family: 'Roboto', sans-serif;
	line-height: 1.8;
}
section {
	padding: 3rem 0;
}

.bright-bg {
	background-color: white;
}
	.bright-bg:nth-child(odd) {
		background-color: #f9f9f9;
	}

.alt-bg {
	background-color: white;
}
	.alt-bg:nth-child(odd) {
		background-color: #1d1d23;
		background-image: linear-gradient(#1d1d23, #3b4a65);
	}

.dark-bg {
	background-color: #212529;
}
	
.gray-bg {
	background-color: #333;
}

.photo-bg {
	background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
}

ul {
	padding: 0;
	margin-bottom: 0;
}
ol.commentlist {
	padding-left: 0;
}
.btn-default {
	background-color: #f4a62c;
    border: none;
    border-radius: 50px;
    color: white;
    font-weight: 400;
    padding: 10px 20px;
    letter-spacing: 3px;
    display: -webkit-inline-box;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-default:hover {
	color: white;
	cursor: pointer;
	text-decoration: none;
	-webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}
	.btn-default.clear {
		border: 2px solid white;
		background: transparent;
	}
		.btn-default.clear:hover {
			border: 2px solid white;
			background: white;
			color: #5c6770;
		}
	
	.btn-default.details {
		padding: 10px 20px;
		font-size: .8rem;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1.page-title {
	color: #5c6770;
	letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
    margin: 0;
    text-align: center;
}

h1 {
	margin-bottom: 30px;
}

h1.company-title {
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #2d354a;
	font-size: 1.2rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
}

h3.company-date {
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #2d354a;
	font-size: 1.3rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
}

.dates {
	font-size: 14px;
}

.title-hr {
	width: 25px;
	border-bottom: 2px solid #c97e4b;
	margin-bottom: 20px;
}

img {
	max-width: 100%;
	height: auto;
}
.aligncenter {
	text-align: center;
}
#newsletter_popup {
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
}

.shrink {
	max-width: 130px;
}

/* Navbar */

.fixed-margin {
	margin-top: 80px;
}

.main-logo {
	width: 45%;
	min-width: 80px;
	max-width: 160px;
	transition: all .3s;
}
.main-logo:hover {
	opacity: .8;
}

.top-nav {
	display: flex;
	padding: 5px 15px;
	width: 100%;
	overflow: auto;
}
	.top-nav.light {
		background-color: #f2f2f2;
	}	
	.top-nav.dark {
		background-color: #212529;
	}

.contact-nav {
	background: #f4a62c !important;
	border-radius: 50px;
	color: white;
	padding: 3px 25px;
	font-size: .7rem;
}
.contact-nav:hover {
	color: white;
	text-decoration: none;
}

.top-nav .social-media ul {
	padding: 0 15px;
	list-style: none;
	margin: 0 auto;
	display: block;
	text-align: left;
}
	.top-nav .social-media ul li {
		display: inline-block;
	}
		.top-nav .social-media ul li a {
			padding: 0 .5rem;
			border-bottom: none;
			font-size: .7rem;
			color: #57606f;
			-webkit-transition: all 300ms ease-in-out;
			-moz-transition: all 300ms ease-in-out;
			-ms-transition: all 300ms ease-in-out;
			-o-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;
		}
		.top-nav .social-media ul li a:hover {
			color: #3c3c3b;
		}
			.top-nav .social-media ul li a img{
				width: 100px;
			}
			
		.top-nav .social-media ul li .phone {
			padding: 0 1rem;
		}
		.top-nav .social-media ul li .phone:hover {
			text-decoration: none;
		}
			
.navbar-nav {
	width: 100%;
	padding: 0.5rem;
}
	.navbar-light {
		background-color: white;
		box-shadow: 0 4px 2px -2px rgba(0,0,0,0.05);
		z-index: 999;
		width: 100%;
		transition: all .3s;
	}
		.navbar-light ul li a {
			font-weight: 600;
			font-size: 1rem;
			letter-spacing: 1px;
			color: #262b2e;
			padding: 1rem;
			transition: all .3s;
		}
		.navbar-light ul .current_page_item a {
			color: #f4a62c;
			text-decoration: none;
			box-shadow: 0 3px 0 0 #f4a62c;
		}
		.navbar-light ul li a:hover {
			color: #f4a62c;
			text-decoration: none;
		}
		
	.overlay {
		background-color: rgba(255, 255, 255, .9);
	}
		
	.navbar-dark {
		background-color: #212529;
		box-shadow: 0 4px 2px -2px rgba(0,0,0,0.05);
		z-index: 999;
		width: 100%;
	}
		.navbar-dark ul li a {
			font-weight: 600;
			font-size: 1rem;
			letter-spacing: 1px;
			text-transform: uppercase;
			color: white;
			padding: 1rem;
		}
		.navbar-dark ul li a:hover {
			color: white;
			text-decoration: none;
			box-shadow: 0 4px 0 0 #bf114c;
		}	
		
/*  */

/* Mobile Navbar */

.hamburger, .hamburger:focus {
    border: none;
    outline: none;
    font-size: 32px;
    color: #3c3c3b !important;
}

.mobile-navbar-dark {
	background-color: #212529;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,0.4);
	z-index: 50;
	width: 100%;
}
	.mobile-navbar-dark ul li {
		padding: .5rem;
	}
		.mobile-navbar-dark ul li a {
			font-family: 'Roboto', sans-serif;
			font-weight: 500;
			font-size: 14px;
			letter-spacing: 2px;
			text-transform: uppercase;
			color: white;
			padding: 0 1rem;
		}
		
/*  */

/* Video */

#myVideo {
  min-width: 100%; 
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

#myVideo .content {
	max-width: 45rem;
	color: white;
	display: block;
	font-weight: 400;
	font-size: 0.95rem;
	letter-spacing: 1px;
	padding: 2rem;
	margin: 10%;
}
#myVideo .content h1,
#myVideo .content h2,
#myVideo .content h3,
#myVideo .content h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 2rem;
	margin-top: 0;
	color: white;
	text-transform: uppercase;
}

#myVideo .content p {
	padding: 10px 0;
	font-size: 0.95rem;
	color: white;
}

/* Slider */

.background-slider {
	height: auto;
	background-color: #111;
}
	.background-slider .slick-slide {
		background-position: center center;
		background-size: cover;
		height: 40vh;
		min-height: 350px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
	}
		.background-slider .slick-slide .content {
			font-family: 'Roboto', sans-serif;
			color: white;
			display: block;
			font-weight: 400;
			font-size: 0.95rem;
			letter-spacing: 1.5px;
			padding: 2rem;
			background-color: rgba(0, 0, 0, .4);
			width: 100%;
			height: 100%;
		}
			.background-slider .slick-slide .content.left {
				margin: 0;
			}
			.background-slider .slick-slide .content.center {
				margin: 0;
				text-align: center;
			}
			.background-slider .slick-slide .content.right {
				margin: 0;
			}
				.background-slider .slick-slide .content h1,
				.background-slider .slick-slide .content h2,
				.background-slider .slick-slide .content h3,
				.background-slider .slick-slide .content h4 {
					font-size: 2.25rem;
					color: white;
					text-transform: uppercase;
					padding: 0;
					margin: 0;
				}
				
				.background-slider .slick-slide .content p {
					padding: 0;
					font-size: 1rem;
					font-weight: 600;
					color: white;
					opacity: 1;
				}

	.background-slider .slick-prev {
		left: 2rem;
		z-index: 5;
		height: 35px;
		width: auto;
	}
	
	.background-slider .slick-next {
		right: 2rem;
		z-index: 5;
		height: 35px;
		width: auto;
	}
		.slick-prev:before, .slick-next:before {
			font-size: 2rem;
			opacity: 0;
			color: #f2f2f2;
		}

/*  */

/******** Call To Actions ********/

.cta-wrap {
	height: 275px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.cta {
	width: 100%;
	display: block;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	box-shadow: 0 4px 10px -3px rgba(0,0,0,0.1);
	transform: all .3s;
	border-top: solid 8px #95c66d;
}

.cta .center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px 30px;
	text-align: center;
	background-color: rgba(0, 0, 0, .7);
}

.cta .center h2 {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    color: white;
    font-size: 18px;
    margin: 0;
}

.cta .center hr {
	border-bottom: 4px solid #95c66d;
	width: 25px;
}

.cta .center p {
	font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 0;
}

.cta .center a{
    color: white;
}

/*  */

/* Front */

.front-content .center {
    width: 80%;
    text-align: left;
    display: block;
    margin: 3rem auto;
    color: #212529;
}

.front-content hr {
    border-top: 6px solid #95c66d;
    width: 72px;
}

.front-content h2{
    letter-spacing: 1px;
    font-size: 2rem;
    color: #f4a62c;
}

.front-content h3{
    letter-spacing: 1px;
    font-weight: 400;
    font-style: italic;
    font-size: 1.3rem;
    color: #727272;
    margin-bottom: 25px;
}

.front-content p, .front-content li{
	font-size: 1rem;
}

.front-content .front-ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.front-content .list-group-item{
	font-size: 1rem;
	font-weight: 800;
	text-transform: uppercase;
	background-color: transparent;
	border-left: 0;
    border-right: 0;
    border-top: 0;
}

.front-image {
	height: 250px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

/*  */

/* About */

.about-slider .background-slider {
	height: auto;
	background-color: white;
	padding: 10px;
}
.about-slider .background-slider .slick-slide {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}

.about-content .center {
    width: 80%;
    text-align: left;
    display: block;
    margin: 3rem auto;
    color: #212529;
}

.about-content hr {
    border-top: 6px solid #95c66d;
    width: 72px;
}

.about-content h2{
    letter-spacing: 1px;
    font-size: 2rem;
    color: #f4a62c;
}

.about-content h3{
    letter-spacing: 1px;
    font-weight: 400;
    font-style: italic;
    font-size: 1.3rem;
    color: #727272;
    margin-bottom: 25px;
}

.about-content p, .about-content li{
	font-size: 1rem;
}

.about-content .about-ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.about-content .list-group-item{
	font-size: 1rem;
	font-weight: 800;
	text-transform: uppercase;
	background-color: transparent;
	border-left: 0;
    border-right: 0;
    border-top: 0;
}

.about-image {
	height: 250px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.title {
	/*background-color: #f4a62c;*/
/*background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fbb649' fill-opacity='0.22' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
*/
background-image: url("https://isolutions-inc.com/wp-content/uploads/2020/07/1fe47284f68a1614aaf5e501f352698c-jumbotron-lg.png");
}

.title-content .center {
  width: 80%;
  text-align: left;
  display: block;
  margin: 3rem auto;
  color: #121212;
}

.title-content h1 {
    letter-spacing: 1px;
	text-align: center;
    font-weight: 900;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: white;
}

/*  */

.logo-wrap {
	display: block;
	overflow: auto;
	position: relative;
}	
	.logo-wrap a {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top:0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.7);
		opacity: 0;
		transition: all .3s;
		z-index: 9999;
	}
	.logo-wrap a:hover {
		opacity: 1;
	}
		.logo-wrap a i {
			position: absolute;
			left: 50%;
			top: 50%;
			width: 100%;
			transform: translate(-50%,-50%);
			text-align: center;
			font-size: 3rem;
			color: white;
		}

/* Parallax */

.parallax-content .center {
    width: 80%;
    text-align: left;
    display: block;
    margin: 3rem auto;
    color: #212529;
    background-color: #f2f2f2;
    padding: 3rem;
}

.parallax-content hr {
    border-top: 6px solid #95c66d;
    width: 72px;
}

.parallax-content h2{
    letter-spacing: 1px;
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #4e4e4e;
}

.parallax-content h3{
    letter-spacing: 1px;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #4e4e4e;
}

.parallax-content p, .parallax-content li{
	font-size: 1.1rem;
}

.parallax-content .parallax-ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.parallax-content .list-group-item{
	font-size: 1rem;
	font-weight: 800;
	text-transform: uppercase;
	background-color: transparent;
	border-left: 0;
    border-right: 0;
    border-top: 0;
}

/*  */

/* Portfolio */

.button-group {
	padding: 1rem;
}
	.filter-btn {
		border: none;
	    background-color: #f5ca84;
	    color: white;
	    font-weight: 500;
	    padding: .2rem 1rem;
	    margin: 1.4px 0;
	    transition: all .3s;
	}
	.filter-btn:hover, .filter-btn:focus {
		cursor: pointer;
		outline: none;
	}
		.filter-btn.is-checked {
			background-color: #f4a62c;
			color: white;
		}
		.filter-btn.is-checked:before {
		  font-family: "Font Awesome 5 Pro";
		  content: "\f058  ";
		  font-weight: 900;
		}

/*  */

/* Team */

.img-wrap {
	display: block;
	position: relative;
	width: 100%;
	overflow: auto;
	filter: grayscale(100%);
}

.img-wrap img {
	margin: auto;
	display: block;
	width: 100%;
}

.img-wrap a {
	display: block;
	position: absolute;
	width: 100%;
	overflow: auto;
	top:0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: all .3s;
}

.img-wrap a:hover {
	opacity: 1;
}

.img-wrap a p {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 1.3rem;
	color: white;
}

.img-wrap a .team-title {
	font-size: .8rem;
	font-style: italic;
}

/*  */

/* Page */

.default, .contact {
  background-color: #ebebeb;
}

.default-content .center {
  width: 80%;
  text-align: left;
  display: block;
  margin: 3rem auto;
  color: #4e4e4e;
}

.default-content h2{
    letter-spacing: 1px;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.default-content p{
	font-size: 1.1rem;
}

.default-content .center hr{
    border-bottom: 4px solid #f4bf53;
    width: 92px;
}

.default-image {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}

/* Inverse */

.inverse {
  background-color: #95c66d;
}

.inverse-content .center {
  width: 80%;
  text-align: left;
  display: block;
  margin: 3rem auto;
  color: white;
}

.inverse-content h2{
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    margin-bottom: 15px;
}

.inverse-content p{
	font-size: 1.1rem;
}

.inverse-image {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}

/*  */

/* Gallery */

.grid {
	width: 100%;
	overflow: auto;
	display: block;
	margin: 5% 0;
}

.grid h1 {
	color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
}

.gallery-item {
	width: 50%;
	float: left;
	min-height: 13rem;
	position: relative;
	overflow: hidden;
	padding: 5px;
}
.gallery-item a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, .2);
	z-index: 2;
	font-size: 3rem;
	transition: all .3s;
}
.gallery-item a:hover {
	background-color: rgba(0, 0, 0, .6);
	font-size: 4rem;
}
.gallery-item a i {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: white;
}
.gallery-item .item-container {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	position: absolute;
}

/*  */

/* Get Quote */

.get-quote .center {
  width: 80%;
  text-align: center;
  display: block;
  margin: 4rem auto;
  color: #5b6671;
  font-size: 1.1rem;
}

.get-quote h2{
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
	font-weight: 700;
    font-size: 2rem;
    margin-bottom: 15px;
}

/*  */

/* Documentation */

.docs .center {
  width: 80%;
  text-align: left;
  display: block;
  margin: 4rem auto;
  color: white;
  font-size: 1.1rem;
}

.docs h2{
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
	font-weight: 700;
    font-size: 2rem;
    margin-bottom: 15px;
}

/*  */

#map {
	height: 400px; 
	width: 100%;
}

/* Footer */

footer {
	padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
}

.footer-nav .nav {
	width: 100%;
    flex-direction: row;
}
	.footer-nav .nav li a {
	    font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 1rem;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: white;
		padding: 1rem;
	}
	
.footer-icons {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: white;
	padding: 0 .8rem;
	list-style: none;
}
	.footer-icons a {
		color: #f2f2f2;
		font-size: 1.5rem;
	}

footer .copyright {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: #fafafa;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 100;
    font-size: 9px;
}
	footer .copyright a, footer .copyright a:hover {
		color: #fafafa;
	}

/*  */

@media all and (min-width: 760px) {
	
.top-nav .social-media ul li a {
	font-size: 1.2rem;
}

.contact-nav {
	font-size: 1rem;
}
	
.loc-link {
	text-align: right;
}

.background-slider .slick-slide .content {
	font-family: 'Roboto', sans-serif;
	color: white;
	display: block;
	font-weight: 400;
	font-size: 0.95rem;
	letter-spacing: 1.5px;
	background-color: transparent;
	width: 45%;
	height: auto;
}
	.background-slider .slick-slide .content.left {
		margin: 5%;
	}
	.background-slider .slick-slide .content.center {
		margin: 5% auto;
	}
	.background-slider .slick-slide .content.right {
		margin: 5% 5% 5% 55%;
	}

.background-slider .slick-slide .content h1,
.background-slider .slick-slide .content h2,
.background-slider .slick-slide .content h3,
.background-slider .slick-slide .content h4 {
	font-size: 4rem;
}

.background-slider .slick-slide .content p {
	font-size: 1.3rem;
	font-weight: 300;
}

.slick-prev:before, .slick-next:before {
	font-size: 2rem;
	opacity: 1;
}

.inverse-content h2{
    font-size: 3rem;
}

.gallery-item {
	width: 25%;
	min-height: 18rem;
}

.col-count {
	column-count: 2;
}

.title-content h1 {
    font-size: 2.5rem;
}

}

@media all and (min-width: 995px) {
	
.fixed-margin {
	margin-top: 109px;
}
	
.background-slider .slick-slide {
	height: 60vh !important;
	min-height: 150px;
	justify-content: inherit;
}

.about, .front {
	height: 550px;
}
	
.cta-wrap {
	height: 350px;
}

.default, .inverse {
	height: 550px;
}

.contact-us {
    height: 700px;
}

.flex-height {
	height: auto;
}

.about-image {
	height: 100%;
}

.front-image {
	height: 90%;
}

.title {
	height: 10vh;
	min-height: 150px;
}

.cta-wrap {
	height: 350px;
}

}

@media all and (min-width: 1195px) {

.about-content p, .about-content li, .front-content p, .front-content li{
	font-size: 1.2rem;
}

}

@media all and (max-width: 467px) {
	.footer-nav .nav {
	    display: block;
	}
	.loc-wrap {
		text-align: center !important;
	}
	.filter-btn {
	    width: 100%;
	}
	.nav-item {
		width: 100%;
		text-align: center;
	}
}

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

.mobile-none {
	display: none;
}

}

@media all and (max-width: 1200px) {
	.default-content h2, .inverse-content h2{
    	font-size: 2rem;
	}
	h1.page-title {
	    font-size: 2rem;
	}
	.btn-default.product {
		font-size: .7rem;
	}
}