/**
 * Theme Name: Mertens
 * Author: Stigo
 * Version: 1.0
**/
.footer-socials{
	list-style:none;
	margin:0;
}
.line a:hover{
	color:rgba(163, 137, 119, 0.9);
}
.header{
	position: fixed;
  top: 0;
  width: 100%;
	z-index:2;
	background-color:#fff;
}
body{
	padding-top:46px;
}
a:focus{
	    color: #101010;
}
.header__logo img{
	    max-width: 200px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px){
	.slick-dots{
		bottom: -55px;
	}
}
@media only screen and (max-width: 640px){
	body .row .arrows{
		bottom: 52px;
		    color: #fff;
		    left: 29px;
	}
}
@media only screen and (max-width: 1024px){
	.slick-slider{
		margin-top: 100px;
	}
	body .arrows{
		display: block;
		    position: absolute;
    bottom: 100px;
    color: #fff;
    left: 62px;
	}
	.arrows__item {
	    display: inline-block;
	    cursor: pointer;
	    line-height: 0;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}
}
@media only screen and (min-width: 1025px){
	#home-slider .slick-slide {
    	min-height: auto;
	}
	.contact-form-section {
    	padding: 60px 0 100px 0;
	}
}
.testimonial__outer {
    position: static;
}
.cstmrow{
	max-width: 1102px;
}
.footer-socials li{
	display:inline-block;
	padding-right:15px;
	font-size: 26px;
}
.builders-image{
	background-size:cover;
	padding-bottom: 100%;
}
.gallery__link{
	width:100%;
}
.upload-fotofc input{
	color: #DAC2B1;
	opacity: 0;
	cursor: pointer!important;
	position: relative;
	z-index: 2;
}
.upload-fotofc .ginput_container{
	position: relative;
    width: 270px;
    cursor: pointer;
    border: 1px solid #522111;
}
.upload-fotofc .ginput_container:after{
	content: "";
	width: 50px;
	height: 50px;
	top: 7px;
	left: 15px;
	position: absolute;
	cursor: pointer;
	display: block;
	background:url('images/button_add.svg') no-repeat;
}
.upload-fotofc {
	position: relative;
}
.upload-fotofc div.itsg_single_ajax,
.upload-fotofc  div.itsg_list_ajax {
	position: relative;
	width: 270px;
	cursor: pointer;
	border: 1px solid #522111;
	height: 55px;
	margin: 0;
}
.upload-fotofc div.itsg_single_ajax:after,
.upload-fotofc  div.itsg_list_ajax:after{
	content: "";
	width: 50px;
	height: 50px;
	top: 7px;
	left: 15px;
	position: absolute;
	cursor: pointer;
	display: block;
	background:url('images/button_add.svg') no-repeat;
}
.upload-fotofc .gfield_label{
	position: absolute;
	left: 70px;
	top: 12px;
}
.upload-fotofc .results .done-thumbnail {
	position: absolute;
}
.upload-fotofc .results-bar-success .thumbnail {
	display: none;
}
.upload-fotofc .results-bar-success a {
	display: none;
}
.upload-fotofc .results-bar-success {
	display: inline-block;
	line-height: 1;
	position: absolute;
	bottom: 5px;
    right: 15px;
}
.gfield_list .progress.uploading .progress-bar,
.itsg_single_ajax .progress.uploading .progress-bar {
	position: absolute;
	bottom: 1px;
	left: 0;
	height: 2px !important;
	margin-bottom: 0 !important;
	padding: 0 10px !important;

}
.gfield_list .progress.uploading,
.itsg_single_ajax .progress.uploading {
	margin: 0 !important;
	width: 	250px;
}

.gfield_list .results.done .results-bar-success,
.itsg_single_ajax .results.done .results-bar-success,
.gfield_list .results.done-thumbnail .results-bar-success img:not(.thumbnail),
.itsg_single_ajax .results.done-thumbnail .results-bar-success img:not(.thumbnail) {
	background-color: transparent !important;
}

.results-bar-success:before {
	content: '\f058';
	font-family: 'FontAwesome';
	font-size: 25px;
	display: inline-block;
	vertical-align: middle;
	color: #00c300;
}
.testimonial__col{
	padding:50px 0;
}
.testimonial__photo{
	height:100%;
	background-size:cover;
	background-position:center;
}
.testimonial__content-wrap{
	padding-left: 50px;
}
#home-slider .slider-caption{
	top: 50%;
}
.arrows{
	left: 100px;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button:before{
	background-color:#542211;
}
