/*
Theme Name: ALC
Theme URI: http://www.designbyalc.com
Description: Theme for ALC Design
Author: Dan Mensinger
Author URI: http://www.mpresscreative.com
Version: 1.1
.
Copyright mPress Creative 2023
.
*/

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #ccc;
	font-family: "Raleway", Arial, Sans-Serif;
	font-size: 16px;
	line-height: 24px;
}

iframe, object, embed {
	max-width: 100%;
}

a {
	color: #4d8bbe;
	text-decoration: none;
}

a:hover {
	color: #7fbdef;
}

a img {
	opacity: 1;
	border: 0px;
	transition: opacity 0.2s ease-in-out;
}

a:hover img {
	opacity: 0.8;
}

img.expand {
	transform: scale(0.95, 0.95);
	transition-duration: 150ms;
	transition-timing-function: ease-out;
}

img.expand:hover {
	position: relative;
	z-index: 99;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
	-webkit-transition-duration: 150ms;
	-moz-transition-duration: 150ms;
	transition-duration: 150ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	filter: alpha(opacity=100);
}

img.main {
	max-width: 96%;
	height: auto;
	padding: 2%;
	background-color: #efefef;
}

.content img.main {
	max-width: 96%;
	height: auto;
	padding: 2%;
	background-color: #efefef;
}

h1, h2, h3, h4, h5 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h1 {
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
}

h2 {
	font-size: 28px;
	font-weight: 300;
	line-height: 38px;
}

h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
}

h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

h5 {
	font-size: 18px;
	font-weight: 800;
	line-height: 28px;
}

.contained-heading {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.pagetitle {
    color: #d9b20e;
    font-size: 36px;
	line-height: 1.5;
}

.entry h3 {
	color: #fff;
}

.step h3 {
	color: #d9b20e;
}

p {
	margin: 0px 0px 15px 0px;
}

hr {
	height: 0;
	margin: 20px 0px;
	border: 0;
	border-top: 1px solid #ccc;
	background: #ccc;
}

.wrapper {
	width: 1200px;
	margin: 0px auto;
	padding: 0px 0px;
}

#wrap {
	width: 100%;
	padding-top: 140px;
}

#page {
	width: 100%;
	min-width: 1260px;
	margin: 0px auto;
	padding: 40px 0px;
	overflow: hidden;
	background: url(images/page.jpg) center repeat-y;
	background-color: #090909;
}

#home-cta-grid {
	background: url(images/page.jpg) center repeat-y;
	background-color: #090909;
}

#page.main {
	overflow: visible;
}

.content {
	width: auto;
	padding-top: 70px;
	/* Top padding to account for logo */
}

.content img {
	max-width: 100%;
	height: auto;
}

.entry {
	margin: 0px;
	padding: 0px;
}

.entry ul {
	margin: 0px;
	padding: 0px 0px 25px 25px;
	overflow: hidden;
}

.entry ul li {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 6px;
	list-style-image: url(images/bullet.png);
	text-align: left;
}

.entry blockquote {
	margin: 30px 0px;
	padding: 0px;
	color: #4d8bbe;
	font-size: 28px;
	font-style: italic;
	font-weight: 300;
	line-height: 36px;
}

.entry table {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ccc;
	font-size: 0.9em;
}

.entry table tr td {
	padding: 5px 10px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #ccc;
}

.entry table tr th {
	padding: 5px 10px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #ccc;
	background: #f4f4f4;
	color: #666;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

/* SOCIAL LINKS */

#smedia {
	position: relative;
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}

#smedia a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0px 5px;
	background-repeat: no-repeat;
	background-position: top center;
}

#smedia a:hover {
	background-position: bottom center;
}

#smedia a.fb {
	background-image: url("images/fb.png");
}

#smedia a.tw {
	background-image: url("images/tw.png");
}

#smedia a.gp {
	background-image: url("images/gp.png");
}

#smedia a.in {
	background-image: url("images/in.png");
}

#smedia a.yt {
	background-image: url("images/yt.png");
}

.addthis_toolbox {
	margin-top: 25px;
}

/* SEARCHBAR */

#searchbar {
	position: relative;
	top: 240px;
	right: 78px;
	width: 180px;
	margin: 0px;
	background-color: transparent;
}

#searchbar a img {
	margin: 0px 0px 10px 0px;
}

#searchform {
	width: 180px;
	padding: 6px;
	border: 0px;
	background-color: transparent;
	color: #ccc;
}

.gold strong {
	color: #d9b20e;
}

/* COLUMNS */

.full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth {
	float: left;
	clear: right;
}

.full_width {
	width: 100%;
}

.one_half {
	width: 48%;
	margin: 0 1%;
}

.one_third {
	width: 31.3%;
	margin: 0 1%;
}

.two_third {
	width: 64.6%;
	margin: 0 1%;
}

.one_fourth {
	width: 23%;
	margin: 0 1%;
}

.three_fourth {
	width: 73%;
	margin: 0 1%;
}

.one_fifth {
	width: 18%;
	margin: 0 1%;
}

.two_fifth {
	width: 38%;
	margin: 0 1%;
}

.three_fifth {
	width: 58%;
	margin: 0 1%;
}

.four_fifth {
	width: 78%;
	margin: 0 1%;
}

.one_sixth {
	width: 14.6%;
	margin: 0 1%;
}

.clear_column {
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
	.full_width_md {
		width: 100%;
	}
	.one_half_md {
		width: 48%;
		margin: 0 1%;
	}
	.one_third_md {
		width: 31.3%;
		margin: 0 1%;
	}
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	.full_width_sm {
		width: 100%;
	}
	.one_half_sm {
		width: 48%;
		margin: 0 1%;
	}
	.one_third_sm {
		width: 31.3%;
		margin: 0 1%;
	}
}

/* SALVATORRE GRID */

/* These are the classes that are going to be applied: */

#grid[data-columns]::before {
	content: '4 .column.size-1of4';
}

@media screen and (max-width: 480px) {
	#grid[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}

@media screen and (min-width: 481px) and (max-width: 829px) {
	#grid[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}

@media screen and (min-width: 830px) and (max-width: 1079px) {
	#grid[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}

@media screen and (min-width: 1260px) {
	#grid[data-columns]::before {
		content: '4 .column.size-1of4';
	}
}

.column {
	float: left;
}

.size-1of1 {
	width: 98%;
	margin: 1%;
}

.size-1of2 {
	width: 48%;
	margin: 1%;
}

.size-1of3 {
	width: 31.3%;
	margin: 1%;
}

.size-1of4 {
	width: 23%;
	margin: 1%;
}

/* SECTIONS */

.center {
	text-align: center;
}

.center a.button {
	margin: 25px auto;
}

#section {
	display: block;
	width: 100%;
	min-width: 1260px;
	padding: 0px 0px;
	overflow: hidden;
}

#section .wrapper {
	padding: 40px 0px;
	overflow: hidden;
}

#section.lightgray {
	background-color: #efefef;
}

#section.gray {
	background-color: #1b1b1b;
}

#section.darkgray {
	background-color: #282828;
	color: #ccc;
}

#section.split {
	background-color: #1b1b1b;
	/*background:url("images/highlight.png") top center repeat-x;
	background:url("images/highlight.png") top center repeat-x, -webkit-linear-gradient(90deg, #1b1b1b 50%, #111111 50%);
	background:url("images/highlight.png") top center repeat-x, linear-gradient(90deg, #1b1b1b 50%, #111111 50%);*/
}

#section.split .one_half {
	width: 42%;
	margin: 0 4%;
}

#section.split #content {
	padding-top: 0px;
}

#section.granite {
	background: url("images/section-granite.jpg") center center repeat;
	background-color: #000;
}

#section.stone {
	background: url("images/section-stone.jpg") center center repeat;
	background-color: #000;
}

#section.stone h2 {
	margin-bottom: 5px;
	color: #d9b20e;
}

#section.photo {
	background: url("images/section-photo.jpg") 50% no-repeat;
	background-color: #000;
	background-size: cover;
}

#section.photo h1 {
	color: #fff;
	font-size: 34px;
}

#section.photo .gform_wrapper {
	border: 1px solid #444;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}

#section.photo .wrapper {
	overflow: visible;
}

.mask {
	position: relative;
	z-index: 30;
	display: block;
	height: 52px;
}

.mask img {
	width: 100%;
	height: 52px;
}

.mask.mask-bottom {
	margin-top: -52px;
}

.mask.mask-top {
	margin-bottom: -52px;
}

#section.masked {
	padding-top: 60px;
}

#page .bx-wrapper {
	margin-bottom: 0px;
	padding: 10px 0px 5px 0px;
	border: 0px!important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none!important;
	background-color: transparent!important;
}

#page .bx-wrapper .bx-pager {
	position: relative;
	top: 0px;
}

#page .bx-wrapper .bx-pager.bx-default-pager a:hover, #page .bx-wrapper .bx-pager.bx-default-pager a.active, #page .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #fff !important;
}

#page .bx-wrapper .bx-pager.bx-default-pager a {
	width: 15px;
	height: 15px;
	margin: 4px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #d9b20e;
}

.testimonials li {
	color: #cacaca;
	font-size: 28px;
	font-style: italic;
	font-weight: 300;
	line-height: 38px;
}

.testimonials .title {
	margin-bottom: 15px;
	color: #fff;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	text-transform: uppercase;
}

.home .entry {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}

.home .entry ul {
	padding-bottom: 10px;
}

.home .entry ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 6px;
}

.home .query-item .text {
	padding-left: 150px;
	font-size: 16px;
	line-height: 24px;
}

.home .query-item .thumb a img {
	max-width: 125px;
}

.home-services {
	padding-top: 0!important;
}

.home-services .wrapper {
	padding-top: 40px!important;
	overflow: hidden;
	border-top: 1px solid #333;
}

/* BUTTONS */

a.button {
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	font-family: "Raleway", Arial, Sans-Serif;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

a.button:hover {
	z-index: 99;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

a.button.large {
	max-width: 180px;
	padding: 10px 14px 8px 14px;
}

a.button.small {
	max-width: 120px;
	padding: 8px;
}

a.button.primary {
	color: #fff;
	font-size: 16px;
}

a.button.primary {
	background-color: #d9b20e;
}

a.button.primary:hover {
	background-color: #ffe8a1;
}

a.button.secondary {
	color: #fff;
	font-size: 16px;
}

a.button.secondary {
	background-color: #4d8bbe;
}

a.button.secondary:hover {
	background-color: #7fbdef;
}

/* NAV */

.utility-nav ul {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 0 12px;
	padding: 0;
	transition: 0.25s ease;
}

@media only screen and (min-width: 600px) {
	.utility-nav ul {
		justify-content: flex-end;
	}
}

.utility-nav li {
	list-style: none;
}

.utility-nav li a {
	margin: 0 15px;
	font-size: 13px;
	font-weight: bold;
}

@media only screen and (min-width: 600px) {
	.utility-nav li a {
		margin: 0 0 0 20px;
	}
}

#nav-sub {
	position: relative;
	margin: 40px 0 0 0;
	border-bottom: 1px solid #222;
}

#nav-sub+#content {
	padding-top: 0;
}

#nav-sub .widget_subpages {
	margin: 5px;
}

#nav-sub ul {
	display: inline;
	padding: 0;
}

#nav-sub ul li {
	display: inline;
	padding: 0px;
	font-size: 14px;
}

#nav-sub ul li a {
	display: inline-block;
	margin: 0px 25px 0px 0px;
	color: #ccc;
}

#nav-sub ul li a:hover {
	color: #fff;
}

#nav-sub ul li.widget_subpages_current_page a {
	color: #d9b20e;
	font-weight: bold;
}

/* QUERY */

.query-item 	{
	margin: 25px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}

.query-item .item-content {
	display: block;
	float: left;
	width: auto;
	margin: 0px;
}

.query-item .item-content p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.query-item .text {
	display: block;
	width: auto;
	padding-left: 175px;
}

.query-item .title a {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

.query-item .metadate {
	display: block;
	margin: 5px 0px;
	color: #666;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
}

.query-item .thumb {
	display: block;
	float: left;
	margin-right: 15px;
}

.query-item .thumb a img {
	width: 100%;
	max-width: 150px;
	height: 100%;
	margin: 3px 0px 0px 0px;
}

.query-item.post {
	padding-top: 25px;
	border-top: 1px solid #333;
}

.query-grid-item {
	position: relative;
	display: block;
	margin-bottom: 25px;
	overflow: hidden;
	border-radius: 2px;
	text-align: center;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.query-grid-item:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.5) 100%);
	content: '';
	transition: 0.2s ease;
}

.query-grid-item .thumb {
	display: block;
	margin: 0;
	line-height: 0;
}

.query-grid-item .content {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: block;
	padding: 30px;
	transform: translateY(70px);
	text-align: left;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
	transition-delay: 0.1s;
}

.query-grid-item img {
	width: 100%;
	height: auto;
	border-radius: 2px 2px 0px 0px;
}

.query-grid-item .thumb img {
	max-width: 100%;
	height: auto;
	transition: 3s ease;
}

.query-grid-item .title {
	display: block;
	margin-bottom: 20px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	font-weight: 100;
	line-height: 26px;
}

.query-grid-item .button {
	display: inline-block;
	padding: 12px 24px 10px;
	border-radius: 4px;
	background-image: linear-gradient(180deg, hsl(0, 0%, 78%) 0%, hsl(0, 0%, 90%) 47%, hsl(0, 0%, 78%) 53%, hsl(0, 0%, 70%)100%);
	color: #fff;
	color: hsla(0, 0%, 20%, 1);
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: hsla(0, 0%, 40%, .5) 0 -1px 0, hsla(0, 0%, 100%, .6) 0 2px 1px;
	/* outer HL */
}

.query-grid-item .button:hover {
	background-image: linear-gradient(180deg, hsl(0, 0%, 88%) 0%, hsl(0, 0%, 100%) 47%, hsl(0, 0%, 88%) 53%, hsl(0, 0%, 80%)100%);
}

.query-grid-item:hover .content {
	transform: translateY(0);
}

.query-grid-item:hover .thumb img {
	transform: scale(1.05);
	opacity: 1;
}

.query-grid-item p {
	margin: 10px 0px;
	font-size: 16px;
	line-height: 24px;
}

.faq-item {
	margin-bottom: 10px;
	border: 1px solid #222;
}

.faq-item .title {
	display: block;
	padding: 10px 20px;
	background: #000;
	color: #ccc;
	font-size: 17px;
	font-weight: bold;
	transition: ease 0.2s;
}

.faq-item .title:hover {
	color: #d9b20e;
}

.faq-item .content {
	display: none;
	padding: 0 20px 10px;
	background: #000;
}

.faq-item.active .title {
	color: #d9b20e;
}

/* GALLERIES */

.gallery-wrap .entry {
	padding-top: 20px;
}

.gallery-feature {
	position: relative;
	max-height: 480px;
	background-position: 50%;
	background-size: cover;
}

.gallery-feature:before {
	display: block;
	width: 100%;
	padding-top: 35%;
	content: '';
}

.gallery-content {
	color: #fff;
}

.gallery-meta {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 30px 0 15px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.gallery-categories {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0 20px;
	padding: 30px;
	border: 1px solid #360e00;
	border-top: 1px solid #623520;
	border-radius: 4px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	background-image: url("images/wood-bg-3.jpg");
	background-repeat: repeat;
}

@media screen and (min-width: 600px) {
	.gallery-categories {
		padding: 50px 50px 30px 50px;
	}
}

.gallery-categories .query-grid-item {
	max-height: 300px;
	margin-bottom: 20px;
	border-radius: 4px;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
	border: 1px solid #111;
	border-top: 1px solid #444;
}

@media screen and (min-width: 600px) {
	.gallery-categories .query-grid-item {
		width: calc(50% - 10px);
	}
}

.portfolio {
	margin: 30px 0;
}

@media screen and (min-width: 600px) {
	.portfolio {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.portfolio:after {
	display: block;
	width: calc(33.33% - 20px);
	content: '';
}

.gallery-item {
	position: relative;
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
	background-position: 50%;
	background-size: cover;
	text-align: left !important;
}

@media screen and (min-width: 600px) {
	.gallery-item {
		width: calc(33.33% - 20px);
	}
}

.gallery-item:before {
	display: block;
	width: 100%;
	padding-top: 50%;
	content: '';
}

@media screen and (min-width: 600px) {
	.gallery-item:before {
		padding-top: 65%;
	}
}

.gallery-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 260px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.home .gallery {
	margin-top: 30px;
}

.home .gallery-item {
	width: 100%;
	margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
	.home .gallery-item {
		width: 50%;
	}
}

@media screen and (min-width: 600px) {
	.home .gallery-item {
		width: 14.667%;
	}
}

.home .gallery-item:before {
	padding-top: 65%;
}

@media screen and (min-width: 600px) {
	.home .gallery-item:before {
		padding-top: 85%;
	}
}

.wp-caption {
	width: auto !important;
	max-width: 96% !important;
	font-style: italic;
	text-align: center;
}

.portfolio-item {
	display: block;
	margin-bottom: 15px;
}

.portfolio-item img {
	border: 1px solid #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

/* PROJECTS */

.project-archive {
	margin: 40px 0;
}

.project-item {
	align-items: center;
	margin-bottom: 30px;
	border: 1px solid #222;
	background: #111;
}

@media screen and (min-width: 600px) {
	.project-item {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
	}
}

.project-item-image {
	display: block;
	width: 100%;
	min-height: 200px;
	background-position: 50%;
	background-size: cover;
}
.project-item-meta {
	padding: 25px 40px;
}

@media screen and (min-width: 600px) {
	.project-item-image {
		width: 30%;
	}
	.project-item-meta {
		width: calc(70% - 80px);
	}
}


.project-item-title {
	margin-bottom: 15px;
	font-size: 24px;
}

.project-item-type {
	margin-bottom: 10px;
	color: #d9b20e;
	font-size: 13px;
	text-transform: uppercase;
}

.project-item-link {
	display: inline-block;
	margin-top: 20px;
	font-weight: bold;
}

#page.single-project {
	padding-top: 0;
}

.project-feature {
	position: relative;
	max-height: 450px;
	background-position: 50%;
	background-size: cover;
}

.project-feature:before {
	display: block;
	width: 100%;
	padding-top: 35%;
	content: '';
}

.project-meta {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 25px 0;
	background: rgba(0, 0, 0, 0.6);
	color: #d9b20e;
}

.project-title {
	margin-bottom: 10px;
	color: #fff;
}

.project-description {
	margin: 40px 0;
}

.project-gallery {
	margin: 30px 0;
}

@media screen and (min-width: 600px) {
	.project-gallery {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.project-gallery:after {
	display: block;
	width: calc(33.33% - 20px);
	content: '';
}

.project-gallery-item {
	display: block;
	margin-bottom: 30px;
	background-position: 50%;
	background-size: cover;
}

@media screen and (min-width: 600px) {
	.project-gallery-item {
		width: calc(33.33% - 20px);
	}
}

.project-gallery-item:before {
	display: block;
	width: 100%;
	padding-top: 65%;
	content: '';
}

.latest-project .wrapper {
	margin-top: 50px;
	padding-top: 50px!important;
	border-top: 1px solid #333;
}

.latest-project .heading {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 500;
}

.latest-project .project-item {
	margin-bottom: 0;
}

/* SIDEBAR */

#sidebar {
	width: 100%;
	/* Top padding to account for logo */
	margin: 0px;
	padding-top: 70px;
}

#sidebar .widget, #sidebar .sidebar.widget {
	display: block;
	margin-bottom: 25px;
}

#sidebar ul li, #sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol, #sidebar ul {
	margin: 0px;
	padding: 0px;
}

#sidebar ul ul, #sidebar ul ol, #sidebar ul ul {
	margin: 0px;
}

#sidebar ul ul ul, #sidebar ul ol, #sidebar ul ul ul {
	margin: 0 0 0 20px;
}

#sidebar ul ul li, #sidebar ul ol li, #sidebar ul ul li {
	margin: 0px;
	padding: 0px;
}

#sidebar ul li a, #sidebar ul li a {
	display: block;
	margin: 6px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #333;
}

#sidebar ul ul li a, #sidebar ul ul li a {
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 10px;
	color: #444;
	font-size: 12px;
	line-height: 16px;
}

#sidebar ul li.current_page_item a, #sidebar ul li.widget_subpages_current_page a, #sidebar .sidebar ul li.widget_subpages_current_page a {
	font-weight: 700;
}

/* SLIDER */

#slides-mobile {
	display: none;
}

#slides {
	z-index: 1;
	display: block;
	height: 500px !important;
	color: #fff;
}

#slides .text {
	position: absolute;
	display: block;
	width: 100%;
	max-width: 1180px;
	margin: 0px auto;
	padding: 40px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	border-left: 1px solid #111;
	background-image: url("images/slidebox.png");
	background-repeat: repeat;
	text-align: left;
	text-align: center;
}

#slides h2 {
	font-weight: 400;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

#slides p {
	margin-bottom: 0px;
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

#slides a {
	font-weight: 600;
}

#slides .text {
	-webkit-animation: fade-in 1s;
	-moz-animation: fade-in 1s;
	-ms-animation: fade-in 1s;
	-o-animation: fade-in 1s;
	animation: fade-in 1s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

#slides .text {
	filter: alpha(opacity=100);
	/* for lte IE9 */
}

@-webkit-keyframes fade-in {
	from {
		bottom: -300px;
		opacity: 0;
	}
	to {
		bottom: 0px;
		opacity: 1;
	}
}

@-moz-keyframes fade-in {
	from {
		bottom: -300px;
		opacity: 0;
	}
	to {
		bottom: 0px;
		opacity: 1;
	}
}

@-o-keyframes fade-in {
	from {
		bottom: -300px;
		opacity: 0;
	}
	to {
		bottom: 0px;
		opacity: 1;
	}
}

@keyframes fade-in {
	from {
		bottom: -300px;
		opacity: 0;
	}
	to {
		bottom: 0px;
		opacity: 1;
	}
}

.slides-navigation {
	position: relative;
	z-index: 1100;
	top: 45% !important;
	display: block;
	width: 100%;
}

.slides-navigation a.prev {
	display: block;
	float: left;
	width: 25px;
	height: 40px;
	margin-left: 0px;
	background-image: url("images/slide-prev.png");
	background-position: bottom;
}

.slides-navigation a:hover.prev {
	background-position: top;
}

.slides-navigation a.next {
	display: block;
	float: right;
	width: 25px;
	height: 40px;
	margin-right: 0px;
	background-image: url("images/slide-next.png");
	background-position: bottom;
}

.slides-navigation a:hover.next {
	background-position: top;
}

/* FORMS */

.gform_wrapper {
	padding: 20px 25px;
	border: 1px solid #444;
	background-color: #222;
	color: #fff;
}

.gform_wrapper ul li {
	margin: 0px;
	padding: 0px;
}

.gfield_label {
	margin: 15px 0 2px 0 !important;
}

.gfield_checkbox {
	font-size: 14px;
}

.gform_fields input {
	border: 1px solid #444;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	background-color: #111;
	color: #ccc;
}

.gform_fields textarea {
	border: 1px solid #444;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	background-color: #111;
	color: #ccc;
}

.gform_fields select {
	padding: 4px;
	border: 1px solid #444;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	background-color: #111;
	color: #ccc;
}

.gform_button {
	position: relative;
	display: block;
	vertical-align: top;
	width: 140px;
	width: auto;
	height: 42px;
	margin: 10px 0 0;
	padding: 0px 20px;
	border: 0;
	border-bottom: #ffe8a1 3px solid;
	border-radius: 4px;
	background-color: #d9b20e;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.gform_button:hover {
	border-bottom-color: #c59e00;
	background-color: #c59e00;
}

.gform_button:active {
	top: 2px;
	border-bottom-width: 1px;
}

/* POST / COMMENTS */

.metaauthor {
	display: block;
	padding: 2px 10px;
	background-color: #e7e7e7;
	color: #666;
	font-size: 13px;
	text-transform: uppercase;
}

.metaauthor a {
	color: #333;
}

.metaauthor a:hover {
	color: #000;
}

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

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

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#navigation {
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	color: #333;
}

#navigation a {
	display: block;
	padding: 5px;
}

#navigation .left {
	float: left;
}

#navigation .right {
	float: right;
}

/* COMMENTS*/

.commentlist {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dashed #ccc;
}

.commentlist li {
	margin: 25px 0px;
	padding: 25px 0px 0px 0px;
	border-top: 1px dashed #ccc;
	list-style: none;
}

.commentlist li li {
	padding: 0px 0px 25px 25px;
	border-top: 0px;
	border-left: 2px solid #efefef;
}

.comment-author img {
	float: left;
	margin: 2px 8px 0px 0px;
	padding: 2px;
	border: 1px solid #555;
}

.commentlist cite.fn {
	font-style: normal;
	font-weight: bold;
}

.commentlist .comment-meta {
	margin-bottom: 15px;
	font-size: 12px;
}

ul.children li {
	list-style: none;
}

.commentarea {
	width: 90%;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background: url("images/diagonal.gif") repeat;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.commentinput {
	width: 300px;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background: url("images/diagonal.gif") repeat;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-size: 14px;
}

/* Print Styles */

@media print {
	body {
		margin: 0;
		background: white;
		color: black;
	}
	.site-header {
		display: none;
	}
	#page {
		width: auto;
		margin: 0px;
		padding: 0px;
		border: 0px;
	}
	#content {
		float: none;
		width: auto;
		margin-left: 0;
		border: 0px;
		font-size: 10pt;
	}
	#comments {
		display: block;
		background: white;
		color: black;
	}
	#comments .avatar {
		display: none;
	}
	#comments .reply {
		display: none;
	}
	#comments .comment-edit-link {
		display: none;
	}
	#sidebar {
		display: none;
	}
	#respond {
		display: none;
	}
	#navigation {
		display: none;
	}
}

@media only screen and (max-width: 1260px), only screen and (max-device-width: 1260px) {
	.wrapper {
		width: auto;
		margin-right: 15px !important;
		/* Force small margins on smaller devices. Breathing room! */
		margin-left: 15px !important;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	#slides {
		min-width: 100%;
	}
	#slides .wrapper {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	#slides .text {
		width: 84%;
		margin: 0 3%;
		padding: 3% 5%;
	}
	#page {
		min-width: 100%;
	}
	#page .wrapper {
		padding: 0px 20px;
	}
	#section {
		min-width: 100%;
	}
	#section .wrapper {
		padding: 40px 20px;
	}
	#nav-sub {
		position: static;
		z-index: 1;
		float: none;
		text-align: left;
	}
	#nav-sub ul li a {
		margin: 0px 35px 0px 0px;
	}
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
	#wrap {
		padding-top: 0px;
	}
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
	#header-mobile {
		display: block;
		width: 100%;
		height: 60px;
		margin: 0px;
		background-color: #ccc;
	}
	#header-mobile a {
		display: block;
		float: left;
		height: 60px;
	}
	#header-mobile .home a {
		width: 25%;
		border-right: 1px solid #666;
		background: url("images/icon-home.png") no-repeat center center;
	}
	#header-mobile .nav a {
		width: 25%;
		border-right: 1px solid #666;
		background: url("images/icon-nav.png") no-repeat center center;
	}
	#header-mobile .phone a {
		width: 25%;
		border-right: 1px solid #666;
		background: url("images/icon-phone.png") no-repeat center center;
	}
	#header-mobile .email a {
		width: 23%;
		border-right: 0px;
		background: url("images/icon-email.png") no-repeat center center;
	}
	#nav-sub {
		float: none;
		text-align: center;
	}
	#nav-sub ul li a {
		margin: 0px 15px 15px 15px;
		font-size: 15px;
	}
	#section.split {
		background-image: none;
	}
	#section.split .one_half {
		float: none;
		width: 96%;
		margin: 0 2%;
	}
	.content {
		float: none;
		width: 100%;
		padding: 0px 0px;
	}
	#sidebar {
		float: none;
		width: 100%;
		margin: 0px;
		padding: 0px 0px;
	}
	.greek {
		display: none;
	}
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
	.alignright {
		display: block;
		float: none;
		margin: 0px 0px 20px 0px;
	}
	.alignleft {
		display: block;
		float: none;
		margin: 0px 0px 20px 0px;
	}
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	.query-item .text {
		float: none;
		width: auto;
		padding-left: 0px;
		text-align: justify;
	}
	.query-item .thumb {
		float: none;
		width: 150px;
	}
	.query-item .more a {
		display: none;
	}
	.home .query-item .text {
		padding-left: 0;
	}
	.home-services .query-item .thumb {
		display: none;
	}
	#slides {
		max-height: 260px;
	}
	#slides .text {
		display: none;
	}
	#slides .slides-navigation {
		display: none;
	}
	.latest-project .project-item {
		padding: 0;
		border: 0;
		background-color: transparent;
	}
	.latest-project .project-item-meta {
		padding: 30px 0 0 0;
	}
	.home-gallery .contained-heading {
		font-size: 24px;
		line-height: 1.4;
	}
	.home-gallery .gallery-item:nth-child(n+3) {
		display: none;
	}
	.testimonials li {
		font-size: 20px;
		line-height: 1.4;
	}
	.testimonials .title {
		font-size: 24px;
		line-height: 1.3;
		text-transform: none;
	}
	.entry blockquote {
		font-size: 20px;
		line-height: 1.4;
		font-weight: 500;
	}
}

.gform_required_legend {
	display: none;
}



/* FacetWP Filters */

.filter-nav-wrapper {
	position: relative;
	padding-left: 0;
}

.filter-nav .filter {
	position: relative;
	top: 4px;
	display: none;
	margin-right: 15px;
}

@media only screen and (min-width: 700px) {
	.filter-nav .filter {
		display: inline-block;
	}
}

.filter-nav .filter svg {
	width: 24px;
}

.filter-nav .filter svg path {
	fill: #F6B729;
}

.filter-nav .nav-item {
	position: relative;
	min-width: 150px;
	margin: 0 0 5px 0;
	background: #000;
	list-style: none;
}

@media only screen and (min-width: 700px) {
	.filter-nav .nav-item {
		display: inline-block;
		margin: 0 10px 5px 0;
	}
}

@media only screen and (min-width: 1000px) {
	.filter-nav .nav-item {
		min-width: 240px;
	}
}

.filter-nav .nav-item:hover {
	cursor: pointer;
}

.filter-nav .nav-item .filter-title {
	color: #fff;
	font-size: 15px;
}

.filter-nav .nav-item .subnav-toggle {
	padding: 12px 15px;
}

.filter-nav .nav-item .toggle {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 10px;
	height: 10px;
}

.filter-nav .nav-item .toggle svg path {
	fill: #fff;
}

@media only screen and (min-width: 800px) {
	.filter-nav .nav-item .toggle {
		right: 16px;
	}
}

.filter-nav .nav-item .facetwp-facet {
	margin-bottom: 0;
}

.filter-nav .nav-item .facetwp-type-checkboxes {
	z-index: 3;
	top: 100%;
	left: 0;
	display: none;
	min-width: 240px;
	margin: 0;
	padding: 0 15px 10px 15px;
}

@media only screen and (min-width: 600px) {
	.filter-nav .nav-item .facetwp-type-checkboxes {
		position: absolute;
		margin-top: 0;
		padding: 0;
		background: #000;
	}
}

.filter-nav .nav-item .facetwp-checkbox {
	position: relative;
	margin-bottom: 0;
	padding: 6px 15px 6px 25px;
	background: none;
	font-size: 14px;
}

@media only screen and (min-width: 600px) {
	.filter-nav .nav-item .facetwp-checkbox {
		padding: 6px 15px 6px 40px;
		line-height: 20px;
	}
	.filter-nav .nav-item .facetwp-checkbox:hover {
		background: #222;
	}
}

.filter-nav .nav-item .facetwp-checkbox:before {
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #d9b20e;
	background: #000;
	content: '';
}

@media only screen and (min-width: 600px) {
	.filter-nav .nav-item .facetwp-checkbox:before {
		top: 8px;
		left: 14px;
	}
}

.filter-nav .nav-item .facetwp-checkbox.checked:after {
	position: absolute;
	top: 14px;
	left: 5px;
	display: block;
	width: 5px;
	height: 5px;
	background: #d9b20e;
	content: '';
}

@media only screen and (min-width: 600px) {
	.filter-nav .nav-item .facetwp-checkbox.checked:after {
		top: 13px;
		left: 19px;
	}
}

.filter-nav .nav-item .facetwp-checkbox.checked.disabled {
	opacity: 1;
	color: #ccc;
}

.filter-nav .nav-item .facetwp-checkbox.checked.disabled:before {
	border: 1px solid #ccc;
}

@media only screen and (min-width: 800px) {
	.filter-nav .nav-item.blog-search {
		position: relative;
		top: -2px;
	}
}

.filter-nav .nav-item.resource-search {
	width: 100%;
}

@media only screen and (min-width: 600px) {
	.filter-nav .nav-item.resource-search {
		top: 2px;
		float: right;
		width: auto;
	}
}

.filter-nav .nav-item .facetwp-search {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 10px;
	border: 0;
	background: none;
	font-size: 15px;
	font-weight: 300;
}

@media only screen and (min-width: 800px) {
	.filter-nav .nav-item .facetwp-search {
		padding: 14px 15px 12px 15px;
	}
}

.filter-nav .nav-item .facetwp-type-search .facetwp-icon {
	display: none;
}

.filter-nav .nav-item .facetwp-search:focus {
	outline: none;
}

.filter-nav .nav-item .facetwp-search::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #0C4E84;
	font-size: 15px;
}

.filter-nav .nav-item .facetwp-search::-moz-placeholder {
	/* Firefox 19+ */
	color: #0C4E84;
	font-size: 15px;
}

.filter-nav .nav-item .facetwp-search:-ms-input-placeholder {
	/* IE 10+ */
	color: #0C4E84;
	font-size: 15px;
}

.filter-nav .nav-item .facetwp-search:-moz-placeholder {
	/* Firefox 18- */
	color: #0C4E84;
	font-size: 15px;
}

.filter-nav .nav-item .facetwp-btn {
	top: 5px;
	right: auto;
	left: 15px;
	opacity: 1;
}

.filter-nav .nav-item .facetwp-btn:before {
	background: url('../images/icon-search.svg');
	background-repeat: no-repeat;
}

.filter-nav .nav-item .facetwp-counter {
	display: none;
}

.filter-nav .reset-filters {
	position: absolute;
	right: 0;
	padding: 10px 15px 10px 18px;
	border: 0;
	background: none;
	color: #ccc;
	font-size: 13px;
	line-height: 1.7;
}

.filter-nav .reset-filters:hover {
	cursor: pointer;
}

.filter-nav .reset-filters svg {
	position: absolute;
	top: 14px;
	left: 0;
	fill: #ccc;
}

.filter-nav .reset-filters:focus {
	outline: none;
}

.filter-nav .reset-filters.active svg {
	transform: rotate(720deg);
	transition: 1s ease;
}

.filter-nav .ajax-loading {
	position: relative;
	top: 12px;
	display: inline-block;
	width: 30px;
	height: 30px;
}

.filter-nav .ajax-loading img {
	max-width: 100%;
	height: auto;
}

.filter-nav .facetwp-selections {
	margin: 20px 0 40px;
	padding-left: 0;
	font-size: 13px;
}

.filter-nav .facetwp-selections ul {
	padding-left: 0;
}

.filter-nav .facetwp-selection-label {
	display: none;
}

.filter-nav .facetwp-selections .facetwp-selection-value {
	position: relative;
	padding: 6px 30px 6px 12px;
	border: 1px solid #F6B729;
	border-radius: 12px;
	background-image: none;
	color: #F6B729;
}

.filter-nav .facetwp-selections .facetwp-selection-value::after {
	position: absolute;
	top: 9px;
	right: 12px;
	display: block;
	width: 7px;
	height: 7px;
	opacity: 0.5;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDUuMjkyIDUuMjkyIj48ZyBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiIHN0cm9rZS13aWR0aD0iLjQ1MyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJtLjMxMS4zMTEgNC42NyA0LjY3IiBzdHJva2Utd2lkdGg9Ii42MTY1MDU4MiIvPjxwYXRoIGQ9Ik00Ljk4LjMxMS4zMTEgNC45ODEiIHN0cm9rZS13aWR0aD0iLjYxNjUwNTgyIi8+PC9nPjwvc3ZnPg==");
	background-size: 7px;
	content: '';
}

.filter-nav .facetwp-selections .facetwp-selection-value:hover {
	border: 1px solid #aaa;
	color: #aaa;
}

.facetwp-pager {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
}

.facetwp-page {
	position: relative;
	margin: 0 8px;
	padding: 0 6px;
	color: #F6B729;
	font-weight: bold;
}

.facetwp-page.active::before {
	position: absolute;
	bottom: -4px;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #F6B729;
	content: '';
}

.facetwp-page.dots:hover {
	color: #F6B729;
}

.review-item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #333;
}

.review-item .date {
	margin-bottom: 20px;
	color: #4d8bbe;
	font-weight: bold;
}

.review-item p:last-child {
	margin-bottom: 0;
}

.review-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}

.review-item .review-content {
	display: none;
	margin-top: 20px;
}

.review-item .read-more {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 20px;
	padding: 0;
	border: 0;
	background: 0;
	color: #4d8bbe;
}

.review-item .read-more:hover {
	color: #7fbdef;
	cursor: pointer;
}

.review-item .read-more svg {
	display: block;
    width: 10px;
    height: 6px;
	margin-left: 6px;
    transform: rotate(-90deg);
	transition: 0.25s ease;
	fill:#4d8bbe;
}

.review-item .read-more:hover svg {
	transform: rotate(-90deg) translateY(5px);
	fill: #7fbdef;
}

.reviews-overview {
	margin: 0 0 30px;
	padding: 0 0 20px;
	border-bottom: 1px solid #333;
}

.rating {
	margin: 0 0 4px;
}

.rating .blue-star {
	width: 15px;
	height: 15px;
}

.single-review .review-item {
	margin-top: 50px;
}
