/*
 * Theme Name:Fetter Barbers
 * Theme URI:http://www.xanda.net
 * Description:
 * Author:the Xanda Team
 * Author URI:http://www.xanda.net
 * Template:xparent
 * Version:1.0.0
 * */

 .contact-desktop {
     display: block;
 }
 .contact-mobile {
     display:none;
 }

 .pswp__caption .pswp__caption__center {
     text-align: center;
     display: none;
 }
 .opening-hours {
     color: #646464;
 }
 .Defaults-clock-o {
    padding-left: 3px !important;
}
 .testimonial-item {
     padding: 0 5px !important;
 }

.gform_wrapper .gfield_label {
	font-family: "Oranienbaum", sans-serif !important;
    font-size: 20px !important;
}

.gform_body input[type="text"],
textarea, select {
    width: 100% !important;
}

input[type="text"]::placeholder,
textarea::placeholder {
	padding-left: 10px;
}

input[type="submit"] {
	min-width: 150px !important;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
	height: 18px !important;
	width: 18px !important;
	vertical-align: top;
	margin-top: 5px !important;
}

.gform_wrapper .field_description_below .gfield_description.validation_message {
    padding-top: 0!important;
}

.widget-title {
  color: #ad814e !important;
}

.testimonial-name .text-primary {
    font-family: "Oranienbaum", sans-serif !important;
    font-size: 31px !important;
}

.gfield_error{
	background-color: white !important;
	color:#b94a48;
	border: none !important;
}

.gform_wrapper div.validation_error {
	border: none;
	display: none;
}
.gform_wrapper {
    margin: 0!important;
}
.gform_wrapper .gform_footer {
    padding: 16px 0 0px!important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	margin: 0!important;
}

table {
	font-size: 16px;
	color: #252525;
  	border-bottom: none !important;
}

table td {
	border: none;
	border-bottom: 1px dotted #979797;
	padding: 20px 0;
}

table td:nth-child(even) {
	color: #AD814E;
	text-align: right;
}

.dt-mobile-header .mini-contacts {
	font: normal  16px / 20px "Oranienbaum", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.dt-mobile-header .soc-ico {
	margin-bottom: 40px;
}

.dt-mobile-header .mini-contacts a {
	color: #fff;
}

@media screen and (max-width: 786px) {
	#main {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 1245px)  {
	body .custom-row {
    	padding: 80px 40px!important;
	}
	.testimonial-content {
	    font-size: 16px !important;
	}
    .has-table {
       overflow-x: scroll;
   }
    .content table {
        table-layout: fixed;
    }
    .contact-desktop {
        display: none;
    }
    .contact-mobile {
        display:block;
    }
}
@media only screen and (max-width: 768px)  {
	body .custom-row {
		margin-left: 0!important;
		margin-right: 0!important;
    	padding: 40px 0px!important;
	}
    .contact-mobile {
        display:block;
    }
	.testimonial-vcard {
		text-align: center;
	}
	.testimonial-avatar {
		margin: 0 auto 20px auto;
	}
	.testimonial-content {
		padding: 0 20px;
	}
}
