/* ==========================================================================
*
* Custom CSS Stylesheet. This is where you should add your own styles!
*
** ========================================================================== */

/* Simple style overrides or custom adds */
html {
	font-size: 100%;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 2 */
}

html,
body {
	overflow: auto !important;
	background-color: #F3F3F3;
}

.container {
	max-width: 1277px;
}

h1,
h2,
h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #2A2621;
}

h3 {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 30px;
	letter-spacing: 3px;
}


p,
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #2A2621;
	font-weight: 400;
	line-height: 1.3;
}

.main-title {
	font-size: 35px;
	margin-bottom: 20px;
}

.main-title small {
	font-family: 'Roboto';
	font-size: 16px;
	text-transform: initial;
	letter-spacing: 0.1em;
	display: block;
	line-height: 1.3;
}


.heading-smaller {
	color: white;
	font-size: 25px;
	margin-bottom: 0px;
	text-align: left;
}

/* 
.lighter-font{
	font-weight:300;
} */

a {
	color: #3D3D3D;
	font-weight: bold;
}

.bodytext a{
	text-decoration:underline;
}
.bodytext ul li p{
	margin-bottom:0px
}
ol li, ol{
	list-style-type: decimal;
}

a:hover,
a:focus,
a:active,
.social-links a:hover, .text-white.bodytext a:hover {
	color: #A16D3B;
}

/* the unordered lists styling */

.bodytext ul li {
    margin-bottom: 10px;
}

.bodytext ul li:before, .sidebar-wrapper ul li:before{
    content: '';
    display: block;
    width: 11px;
    background: #A16D3B;
    height: 1px;
	margin-right: 11px;
}

.bodytext ul li, .sidebar-wrapper ul li{
	display:flex;
	align-items:center;
}


#page_wrapper {
	min-height: 100vh;
	position: relative;
}

.text-dark {
	color: #3d3d3d !important;
}

/* .thecontent ul li:before {
	content: '';
	display: block;
	width: 11px;
	background: #A16D3B;
	height: 1px;
	margin-right: 11px;
}

.thecontent ul li {
	display: flex;
	align-items: center;
} */

#footer {
	position: relative;
	bottom: 0;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.footer-links li a {
	font-weight: 300;
}

.footer-links li {
	padding: 10px 40px 10px 0px;
}

.footer-links li:last-child {
	padding-right: 0px;
}

/* Button */
.btn {
	border-width: 0px;
	font-size: 16px;
	border-radius: 30px;
	letter-spacing: initial;
	font-weight: 300;
	font-family: 'Roboto';
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.fa {
	padding-right: 10px;
}

.btn-primary,
.btn-secondary,
.btn-quote {
	height: 50px;
	/*	line-height: 60px;*/
	position: relative;
	font-weight: 400;
}

.btn-quote:active {
	background: linear-gradient(234.17deg, #A16D3B 5.35%, #7E4708 54.26%);
}

.btn-quote .grad {
	position: absolute;
	z-index: 1;
	width: 100%;
	display: block;
	opacity: 0;
	transition: 0.3s;
	height: 100%;
	left: 0;
	background: linear-gradient(234.17deg, #A16D3B 5.35%, #7E4708 54.26%);
	-webkit-background: linear-gradient(234.17deg, #A16D3B 5.35%, #7E4708 54.26%);
	-moz-background: linear-gradient(234.17deg, #A16D3B 5.35%, #7E4708 54.26%);
}


.btn-text {
	position: relative;
	z-index: 2;
}


.btn-primary {
	color: #fff;
	background: linear-gradient(234.17deg, #A16D3B 5.35%, #7E4708 54.26%);
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-width: 2px;
	border-radius: 30px;
	min-width: 200px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.btn.btn-primary:hover,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus,
.btn-primary:visited {
	cursor: pointer;
	background: linear-gradient(234.17deg, #A16D3B 5.35%, #7E4708 54.26%);
	box-shadow: none;
	border-color: rgba(255, 255, 255, 0.3);
	border-width: 2px;
	color: #fff;
}

.btn.btn-primary:hover {
	border-color: rgba(33, 33, 33, 0.3);
}

.btn.btn-primary:hover::before {
	color: white;

}

.btn:before {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.btn:hover::before {
	transform: scale(1.2);
}


/* Icons inside of buttons */
.btn.custom-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn.custom-icon:before {
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
	display: block;
	position: relative;
	z-index: 2;
}

.btn.contact-icon:before {
	width: 24px;
	height: 24px;
	background-image: url('../img/icons/contact-icon.svg');
}

.btn.worker-icon:before {
	width: 20px;
	height: 21px;
	background-image: url('../img/icons/worker-icon.svg');
}

.btn.plus-icon:before {
	width: 24px;
	height: 24px;
	background-image: url('../img/icons/plus-icon.svg');
}

/* 
.btn.question-icon:before {
	width: 23px;
	height: 23px;
	background-image: url('../img/icons/question.svg');
} */
.ui-state-error {
	position: static;
}

.btn.send-icon:before {
	width: 24px;
	height: 24px;
	background-image: url('../img/icons/send-icon.svg');
}

/* Header */
/*top bar*/
.site-header-top-wrapper {
	position: relative;
	z-index: 2;
	background: #3D3D3D url('../img/navbgtop.jpg');

}

.site-header-row.site-header-top {
	height: 52px;
}

.site-header-main-wrapper {
	height: 100px;
	background: white;
}

/* .subheader-titles {
	text-align: left;
} */
.site-header {
	position: relative;
}

/* Height of the header on content pages */
.page-subheader .ph-content-wrap,
.page-subheader {
	min-height: 0px;
	height: auto;
	padding: 0;
	height: 100%
}

.subheader-maintitle {
	color: #fff;
	font-size: 40px;
}

.category-img {
	background-image: url("../img/header-bg.jpg");
	background-color: #343434;
	/* padding: 100px 0px; */
	height: 100px;
	background-size: cover;
}

.site-logo img {
	max-width: 362px;
	max-height: 210px;
	padding-left: 0px;
	position: relative;
	top: -23px;
	z-index: 2;
	box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
}

/* Menu */

.site-header-main-center {
	margin-right: 0px;
	margin-left: -10px;
	width: 100%;
}

#main-menu {
	width: 100%;
}

/* Menu Links */
.main-nav>ul>li>a {
	padding: 0px 10px;
	font-size: 20px;
	height: 22px;
	/* font-weight:500; */
	line-height: 22px;
	color: #333333;
	text-transform: initial;
	text-align: center;
	transition: 0.2s;
}

.main-nav>ul>li>a i {
	font-size: 12px;
}

.main-nav>ul>li>a::before {
	display: none;
}

.main-nav>ul>li>a:hover,
.main-nav>ul>li.active>a,
.main-nav>ul>li.menu-item-has-children.active>a,
.main-nav>ul>li:hover>a.inner-a-menu {
	color: #A16D3B;
}

.site-header-right-wrapper {
	padding-left: 0px;
}


/* Phone Link */
.tel-link,
.mail-link,
.social-links,
.social-links a {
	font-weight: 300;
	color: white;
	position: relative;
	font-size: 20px;
	font-family: 'Roboto'
}

.tel-link span {
	font-weight: bold;
	letter-spacing: 3px;
	position: relative;
	z-index: 1;
	transition: 0.2s;
}

.tel-link:hover {
	color: #fff;
}

.tel-link span:hover {
	color: #A16D3B;
}

.tel-link span:hover:after {
	height: 100%;
	z-index: -1;
}

.tel-link span:after {
	transition: 0.2s;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 0;
	height: 1px;
	background-color: #fff;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

.social-links a {
	font-size: 17px;
}




/* Chaser menu */
.chaser {
	background: rgba(61, 61, 61, .95);
	max-width: 1000px;
	margin: auto;
	left: 0;
	right: 0;
}

#menu-main-menu {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.chaser .main-menu li.active>a,
.chaser .main-menu li:hover>a,
.chaser .main-menu li a:hover {
	background: #A16D3B;
}

.chaser .main-menu li.active>a {
	font-weight: bold;
}


.chaser .main-menu li>a:not(:only-child)::after {
	display: none;
}

.main-nav ul ul.sub-menu {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.main-nav>ul>li.menu-item-has-children>a::after {
	/*display: none*/
	background-color: #3D3D3D;
	width: 15px;
	bottom: -8px;
	left: 10px;
}

/* === Slider On Home Page === */
.hg_simple_slider-itemimg {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

.hg_simple_slider-itemimg,
.hg_simple_slider_container {
	height: 635px;
	overflow: hidden;
}

.slick-dotted.slick-slider {
	margin-bottom: 0px;
}

/* Slider Caption Part */
.kl-flex--modern .ssl-item .flex-caption-wrapper.box-layout {
	display: flex;
	height: 100%;
	bottom: 0 !important;
	margin: auto;
	left: 0;
	right: 0;
	align-items: center;
}

.box-holder {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	max-width: 623px;
	position: relative;
}



.kl-flex--modern .flex-caption {
	float: none;
	color: #ffffff;
	font-size: 50px;
	letter-spacing: 0.1em;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


/* Slider arrows */

.navcontainer {
	width: 100%;
	right: 0;
	position: absolute;
	z-index: 1;
	top: calc(50% - 48px);
}

.kl-flex--modern .thenav svg {
	width: 24px;
	height: 48px;
	cursor: pointer;


}

.home-slides .rightnav {
	position: absolute;
	right: 25px;

}

.home-slides .leftnav {
	position: absolute;
	left: 25px;

}

/* Navigation arrows */
.a {
	transition: 0.2s;
}

.slick-arrow {
	/* height: 300px;
	width: 100px; */
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.2s;
}


.thenav svg:hover .a {
	stroke-width: 3px !important;

}

.cover-fit-img {
	background-position: center;
	display: block;
	background-size: cover;
    background-repeat: no-repeat;
}
.product .cover-fit-img {
	background-size: contain;
}

/*slider dots*/


/* Products */

.negative-margin {
	margin-top: -120px;
}

.d-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	/* grid-template-columns:repeat(auto-fill, minmax(100px, 1fr)); */
	grid-auto-columns: 100%;
	/* grid-template-rows:150px 150px; */
	grid-gap: 10px;
	margin-top: -120px;
	position: relative;
	width: 100%;
}

.home-product:nth-child(3),
.home-product:nth-child(4),
.home-product:nth-child(5) {
	grid-column: span 4;
}

.home-product {
	height: 150px;
	width: 100%;
	grid-column: span 6;
	position: relative;
}

.home-product h3 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: white;
	margin-bottom: 0;
	transition: 0.15s;
}

.home-product:hover h3 {
	background: rgba(161, 109, 59, 0.8);
}

/* Welcome to */
.welcome {
	position: relative;
}

.welcome:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 110px;
	width: 222px;
	height: 487px;
	background: url(../img/planks.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.welcome-container {
	position: relative;
	justify-content: flex-end;
}

.welcome--text {
	width: 900px;
	padding: 85px 132px 122px 112px;
	left: 0;
	position: absolute;
	background: #fff url("../img/logo-bg.png");
	background-size: contain;
	box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.featured-img {
	background: url("../img/featured-img.jpg");
	width: 516px;
	height: 598px;
	background-size: cover;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.featured-img img {
	object-fit: cover;
}


/*Services*/

.leftcol,
.rightcol {
	flex-shrink: 0;
}

.leftcol {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

.services .thecontent:before {
	content: url('../img/Logo-bg.png');
	display: block;
	position: absolute;
	margin-left: -170px;

}

/* Recent Projects */
.r-projects {
	position: relative;
}

.r-projects .main-title small {
	font-size: 23px;
	line-height: 23px;
}

.recent-project {
	height: 330px;
	/*width:443px;*/
	background-size: cover;
	position: relative;
}

.r-projects .project {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.r-projects .overlay {
	position: absolute;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s;
}



.r-projects .recent-project:hover .overlay {
	opacity: 1;
}


.recentwork-navcontainer {
	display: flex;
	align-items: center;
}

.hgSlickNav-arr:hover polyline {
	stroke-width: 20px;

}

.hgSlickNav-arr polyline {
	stroke: #A16D3B;
	stroke-width: 25px;
}

.hgSlickNav-arr:hover polyline {
	stroke: #A16D3B;

}

.hgSlickNav-arr,
.hgSlickNav-arr svg {
	width: 33px;
	height: 33px;
	stroke-width: 4px;
}

.hgSlickNav-arr.hgSlickNav-next {
	margin-left: 30px;
}

.recentwork_carousel__crsl .recent-work_carousel-item {
	padding: 0 10px 0 0;
}

.r-projects .btn-primary {
	width: 153px;
	margin: auto;
}

.r-projects:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 85px;
	width: 222px;
	height: 487px;
	background: url(../img/planks-tiles.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;

}

/* Get Quote on Home page */

/* Validation for both forms */
.ui-state-valid{
	position:static;
}
.ui-state-valid{
	border:1px solid green !important;
}
/* .form-control:focus{
	border:1px solid transparent !important;
} */
.text-white.bodytext p, .text-white.bodytext a{
	color:white;
}

.get-quote {
	position: relative;
	background-image: url('../img/get-quote-bg.jpg');
	background-size: cover;
}

.get-quote h3 {
	font-size: 50px;
	line-height: 50px;
}

.get-quote .contactForm {
	padding: 57px;
	min-height: initial;
	margin-top: -90px;
	width: 90%;
	justify-self: flex-end;
}

.get-quote .contact_form .form-control {
	/* padding:13px; */
	padding: 20px 13px 6px 13px;
}

/* Pagination */

.pagination .active_page {
	border-color: #000;
	color: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.page_link:hover,
.previous_link:hover,
.next_link:hover {
	color: #000;
}

.get-quote .contact_form .kl-fancy-form label {
	left: 30px;
	top: 5px;
}

/* === Sidebar === */
/* current category */
.sidebar-wrapper li.current-cat a {
	color: #A16D3B;
	font-weight: bold;
}

.sidebar .widget .widgettitle:before {
	content: none;
	border-color: transparent;
}

/* Stops the sidebar from going too far */
.sticky-stopper {
	position: absolute;
	width: 100%;
	height: 0px;
	bottom: 0;
}

/*Styling the dots differently*/
.thesidebar .widget ul.product-categories li a::before {
	display: none;
}

.sidebar {
	box-shadow: none;
	padding: 0px;
	background: none;
}

.thesidebar {
	width: 100%;
	position: relative;
	top: initial;
}

.sidebar-wrapper {
	padding: 50px 30px;
	background: #fff;
	color: #1a1a1a;
	box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.12);
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

#sidebar-widget {
	margin-bottom: 50px;
	max-width: 362px;
}

.sidebar-wrapper ul li {
	margin-top: 18px;
}

.sidebar-wrapper li>a {
	display: flex;
	align-items: center;
	color: #333;
	font-weight: 400;
	font-size: 16px;

}

.sidebar-wrapper .fa-caret-right {
	margin-right: 10px;
	color: #A16D3B;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

.sidebar-wrapper li:hover .fa-caret-right {
	color: #000;
}

.widget,
.sidebar-contacts {
	position: relative;
	z-index: 5;
}

.sidebar .widget .widgettitle {
	font-size: 20px;
	font-weight: bold;
	font-family: 'Roboto';
}

/* Image next to the sidebar */

/* === Carousel on Project Page ===*/
.slick-loading .slick-list {
	background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

.gallery-slider {
	overflow: hidden;
}

.gallery-slider {
	background: url(loader.gif);
}

.slick-slider .slick-list {
	opacity: 0;
	position: absolute;
}

.slick-slider.slick-initialized {
	background: none;
}

.slick-slider.slick-initialized .slick-list {
	opacity: 1;
	position: relative;
	transition: opacity 0.2s ease-in;
}

.gallery-img {
	height: 100%;
	width: 100%;
	background-size: contain !important;
	max-height: 450px
}

.lSAction>a {
	background-image: url('/img/controls.png');
}

.lslide {
	height: 450px;
}

.gallery-slider {
	margin-bottom: 50px;
	padding: 30px 50px;
	background: white;
	transition: 0.2s;
	/*	height: 515px;*/
}

.caroufredsel_wrapper {
	border: 1px solid #ddd;
}

.mfp-fade.mfp-bg {
	background: rgba(00, 00, 00, 0.8);
}

.gal {
	height: 200px;
	display: block;
	overflow: hidden;
}

.image-gal {
	height: 100%;
	max-width: 500px;
}

.lSSlideOuter .lSPager.lSGallery li {
	max-height: 70px;
}

/* Projects List */

.hg-portfolio-sortable #portfolio-nav li a {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.project-list-item {
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.12);
	width: 413px;
	max-width: 100%;
}

.project-link {
	position: relative;
	overflow: hidden;
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(161, 109, 59, 0.8);
	opacity: 0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

.overlay h3 {
	font-size: 25px;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

.project-link:hover .overlay {
	opacity: 1;
}

.project-link:hover .overlay h3 {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}


.lSSlideOuter .lSPager.lSGallery li {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	border: 4px solid #333;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border: 4px solid #A16D3B;
}

/* Products Page */
.supplier:first-child {
	margin-left: 0;
}

.supplier {
	padding: 20px;
	margin: 10px;
	border-radius: 3px;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.12);
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	width: 257px;
	height: 257px;
	display:flex;
	justify-content: center;
	align-items: center;
}

.supplier img{object-fit:cover;}

.supplier:hover {
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
}

.kl-store-page ul.products {
	display: flex;
	flex-wrap: wrap;
}

.product-list-item {
	height: 100%;
	max-width: 300px;
	margin: auto;
}

.product-list-item .kw-details-title,
.kl-store-page ul.products li.product .product-list-item .kw-details-title {
	height: 100%;
	color: #1a1a1a;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 800;
	font-family: 'Montserrat';
	text-align: center;
}

.product-list-item {
	box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.product-list-item .kw-details,
.kl-store-page ul.products li.product .product-list-item .kw-details {
	padding: 15px 39px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.product-list-item:hover,
.kl-store-page ul.products li.product .product-list-item:hover {
	box-shadow: none;
	color: #ccc;
}




.hg-portfolio-sortable {
	min-height: 300px;
}



/* Footer styles */
#footer {
	background: #333333;
	border-top: 0;
	padding: 0px;
}

#footer a {
	font-weight: 400;
}

.footer-widgets .row {
	justify-content: space-between;
}

.in-touch {
	max-width: 240px;
}

.in-touch a {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}

.social-links a {
	display: inline;
	padding-bottom: 0px;
}






.footer-menu {
	min-height: 70px;
}

#footer .links {
	display: flex;
	width: 900px;
	flex-wrap: wrap;
}

#footer .links a {
	letter-spacing: 1px;
}

.copyright {
	background-color: #000;
	min-height: 70px;

}

.webdev {
	color: #ABACAE;
	font-size: 12px;
	margin: 0px;
}

.webdev a {
	text-decoration: underline;
}

/* Back to top */
#totop.show {
	opacity: 0.8;
	border-radius: 3px;
	background-color: #333;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

/* contact form */

.contactForm {
	padding: 60px 50px;
	background: white;
	border-radius: 3px;
	min-height: 651px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
}

.contact-information h3 {
	font-size: 30px;
}

.kl-fancy-form label.control-label {
	font-family: 'Roboto', serif;
	margin-top: 15px;
	font-weight: 400;
}

.form-input .form-control {

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.form-control:focus {
	border: 1px solid #A16D3B;
}

.control-label {
	margin-top: 15px;
}

.gmaps {
	height: 100%;
}

.contact-details p {
	margin-bottom: 5px;
}

.contact-details i {
	color: #555;
	font-size: 16px;
}

.btn[type="submit"] {
	width: auto;
	min-width: 147px;
	line-height: initial;
}

/*Product page*/


/* Blog Page */

.calendarr {
	cursor: pointer;
	border-collapse: separate;
	border-spacing: 2px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.blog_box {
	border-radius: 4px;
	transition: 0.2s;
	border: 1px solid #dedddd;
	background: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.blog_box span{
	padding: 10px;
	display: block;
	text-align: center;
}

.blog_box:hover,
.blog_current {
	background: #A16D3B;
	color: white;
}
/* 
.blog_box span {
	padding-left: 2px;
} */

.smaller {
	color: rgba(0, 0, 0, 0.5);
	font-size: 15px
}

.blog-img {
	width: 30%;
}

.featured {
	margin-bottom: 30px;
}

.itemContainer.hg_columns {
	padding: 30px;
	background: white;
	margin-bottom: 20px;
}
.posts .lp-post{
	display:block;
}

.posts .lp-post:before{
	display:none;
}

/* Media queries! */

/** Laptop **/
@media (max-width: 1200px) {
	.site-header[data-header-style="1"] .main-nav>ul>li>a {
		font-size: 0.83rem;
	}

	h3 {
		font-size: 30px;
	}

	p {
		font-size: 16px;
	}

	#footer {

		height: auto;
	}

	#header .btn-quote {
		height: auto;
		width: auto;
		padding: 10px;
		align-self: center;
		margin-top: 8px;
	}

	#header .btn-quote:before {
		margin: 0;
	}


	#sidebar-widget {
		margin: auto;
	}

	[aria-controls="sidebar-widget"] {
		line-height: 70px;
	}

	/* Sidebar contact links */
	.sidebar-contacts {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.sidebar-contact {
		width: 100%;
		height: 60px;
		line-height: 60px;
		margin: 5px 0px;
	}

	.welcome:after {
		top: initial;
		bottom: 0;
		width: 222px;
		height: 370px;
	}

	/* Reecent Projects */

	.r-projects:before {
		width: 80px;
		bottom: 0;
		background-position: bottom;
	}
}

/** Large Tablets **/
@media (max-width: 992px) {

	#footer .copyright {
		float: none;
	}


	.site-logo img {
		/* max-height: 150px; */
		top: 5px;
	}

	.kl-flex--modern .ssl-item.slick-item--activated .flex-caption-wrapper {
		bottom: 20%;
	}

	.kl-flex--modern .flex-caption {
		font-size: 40px;
		width: 80%;
	}

	.main-nav>ul>li>a {
		font-size: 16px !important;
	}

	.site-header-left-wrapper {
		margin-top: -10px;
	}

	#zn-res-menuwrapper {
		display: flex;
		align-items: center;
		margin-right: 20px;
	}

	.zn-res-trigger {
		display: flex;
		width: auto;
		height: auto;
		margin: 0px;
		margin-left: 5px;
	}

	/* Mobile Menu Styling */
	.zn-res-trigger::after {
		content: none;
	}

	.zn-res-trigger {
		margin-top: 0px;
	}



	/* Mobile Menu Styling */
	#zn-res-menu li {
		border: none;
	}

	#zn-res-menu li a {
		border: 1px solid rgba(255, 255, 255, 0.05);
	}

	#zn-res-menu .zn-close-menu-button {
		height: 52px;
		border: 0px;
	}

	#zn-res-menu,
	#zn-res-menu .sub-menu,
	#zn-res-menu li ul {
		background: #1a1a1a;
	}

	#zn-res-menu li>a,
	#megamenu .zn_mega_title {
		font-weight: 400;
		color: #A16D3B;

	}

	#zn-res-menu .zn_res_has_submenu>span {
		border: 0px;
	}

	#zn-res-menu li.active {
		background-color: #A16D3B;
		color: #1a1a1a;
	}

	/*Welcome to*/
	.negative-margin {
		margin-top: -80px;
		padding: 0px 20px;
	}



	.welcome-container {
		position: relative;
		justify-content: flex-end;
	}

	.welcome--text {
		padding: 50px 20px;
		height: 100%;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.8);
		box-shadow: 0px;
	}

	.featured-img {
		width: 100%;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
	}

	.welcome:after {
		height: 220px;
	}


	.btn[data-toggle="collapse"] {
		font-size: 15px;
	}

	.prod {
		max-width: 100% !important;
		max-height: 100% !important;
	}



	.btn[data-toggle="collapse"] {
		margin: auto;
		padding: 0px 10px;
		width: 100%;
		max-width: 300px;
	}

	.thesidebar {
		position: static;
	}

	 .btn-primary[data-toggle="collapse"]{
		line-height: 50px;
	}




	/* Contact us Button on smaller sizes */

	header .btn-primary {
		width: 60px;
		/* padding: 0px; */
		min-width: auto;
		padding: 5px;
		height: 60px;
		justify-content: center;
		align-items: center;
		/* border-radius: 14px; */
	}

	header .btn.contact-icon:before {
		margin-right: 5px;
	}

	.lslide{height:auto}


}

/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 767px) {

	.project-list-item{
		width:100%;
	}

	.project-list-item .overlay{
		opacity:1;
	}


	.site-header-main-wrapper {
		height: 71px;
	}

	.site-logo img {
		top: 0px;
		max-width: 162px;
		margin-left: 10%;
	}

	.page-subheader {
		height: auto;
		min-height: 130px;
	}

	.page-subheader .ph-content-wrap,
	.page-subheader {
		padding-top: 20px;
	}

	.featured-img {
		width: 100%;
	}

	/* product section home */
	a.home-product {
		grid-column: span 12 !important;
		height: 100%;
		min-height: 100px;
	}

	a.home-product h3 {
		font-size: 25px;
	}

	#footer a {
		margin-left: 0px;
	}

	.contactForm {
		margin-top: 10px;
	}

	.recentwork_carousel_v3 .recentwork_carousel__controls {
		top: 100px;
	}

	.recent-project-slide {
		height: 250px;
	}

	.r-projects .project .overlay {
		opacity: 1;
	}

	.lSSlideOuter .lSPager.lSGallery li {
		max-height: 45px;
	}

	.hg_simple_slider-itemimg,
	.hg_simple_slider_container {
		height: 500px;
		min-height: 400px;
	}

	.box-holder {
		width: 80%;
		height: 100%;
		/* margin-left: 0px; */
		margin: auto;
		max-width: initial;
	}
	.supplier{
		width:200px;
		height:200px;
	}

	.project-grid {
		margin: 20px;
		grid-template-columns: 1fr;
	}

	.testimonials .col-lg-12 {
		position: relative;
	}

	.testimonial-arrows.thenav {
		position: absolute;
		top: 0;
		left: 0;
	}

	/* Contact form on homepage  */
	.control-label{
		z-index:20;
	}
	.get-quote .contactForm {
		margin-top: 20px;
		width: 100%;
	}

	.get-quote h3 {
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 20px;
	}

}

/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 600px) {

	.kl-flex--modern .flex-caption {
		font-size: 30px;
	}

	.flex-caption-wrapper p {
		font-size: 16px;
	}


	.btn-primary,
	.btn-secondary,
	.r-projects .btn-primary {
		min-width: 100px;
		height: 55px;
		line-height: initial;
	}

	.home-slides .leftnav {
		left: 0px;
	}

	.home-slides .rightnav {
		right: 0px;
	}
}

@media (max-width:480px) {
	.zn-res-trigger {
		margin-left: 5px;
	}
}

/** Smartphone portrait mode