/* Contact Form */

#contact-form-type-1 {background-image: url('../../img/contact-form.jpg');}
#contact-form-type-1 .contact-form-bg{
	/*background: rgba(110,185,240,0.9);*/
    padding: 80px 0px;
    color: #000;
    font-size: 24px;
	background-repeat: repeat;
}

#contact-form-type-1 #contact-form-front{}
#contact-form-type-1 #contact-form-front input,
#contact-form-type-1 #contact-form-front textarea{
	border-radius:0;
	background-color: rgba(255,255,255, .3);
}
#contact-form-type-1 #contact-form-front input::placeholder,
#contact-form-type-1 #contact-form-front textarea::placeholder{
	 
}
#contact-form-type-1 #contact-form-front label{display: none;}
#contact-form-type-1 #contact-form-front .help-block.help-block-error{
	font-size: 1.2rem;
	color: #dc3545;
}
#contact-form-type-1 #contact-form-front button {
	background-color: #301610;
	padding: 5px 30px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
}
#contact-form-type-1 #contact-form-front button:hover {
	background-color: #301610;
	color: wheat;
}
#contact-form-type-1 #contact-form-title{text-transform: uppercase;}
#contact-form-type-1 .contact-mail-ico a{color: #dda264;}
#contact-form-type-1 .contact-tel-ico a{color: #dda264;}

.contact-form-inside-bg {
    background: #e8e2d9;
    padding: 50px;
    outline: 6px double #dda264;
    outline-offset: -20px;
    width: 100%;}
	
.contact-form-inside-bg p {
	margin-bottom: 0.5rem;
    font: normal normal 24px Times New Roman;
}
	
.contact-form-inside-bg h2 {
	font: normal normal 36px 'Abril Fatface';
	padding-bottom: 70px;
}

.contact-form-inside-bg h2::after {
    content: "";
    display: inherit;
    width: 35px;
    background-size: auto 60px;
    height: 60px;
    left: 48%;
    position: absolute;
    background-image: url('../../img/separator.png');
}

h2.section-offers-content-title {padding-bottom: 60px;}
h2.section-offers-content-title::after {
	    content: "";
    display: inherit;
    width: 35px;
    background-size: auto 60px;
    height: 60px;
    left: 48%;
    position: absolute;
    background-image: url('../../img/separator.png');
}


