/*
Copyright (c) 2019
------------------------------------------------------------------
[Master contact Stylesheet]

Project:	Hotel Lovato - Tours and Travels Online Booking HTML
Version:	1.0.0
Assigned to:	Templatemonster
-------------------------------------------------------------------*/


 /*contact page css start*/
.map_main iframe {
    width: 100%;
    height: 550px;
    border: 0;
}

.tr_contact_detais_section {
    padding: 97px 0px;
}
.conatact_form_ds form .input_c, .text_area_c{
    width: 100%;
    border: 1px solid #e4e2e2;
    margin-bottom: 10px;
    padding: 15px 19px;
    font-style: italic;
}
.text_area_c {
    height: 211px;
}
#form_submit {
    border: none;
    width: 100%;
    font-family: Montserrat;
    text-transform: uppercase;
    height: 54px;
}

.address_contact_details ul {
    padding: 0px 0px;
    margin: 0;
}
.address_contact_details ul li {
    line-height: 29px;
    list-style: none;
    color: #ffffff;
    font-size: 16px;
	margin-left: 31px;
    text-indent: -31px;
}
.address_contact_details ul li .fa {
    float: left;
    line-height: 29px;
    width: 30px;
	color: #ffffff;
}
.address_contact_details {
    background: #86b817;
    padding: 30px 35px;
} 
.wpb_wrapper .address_contact_details:nth-child(2) {
    padding: 0px 35px;
}
.address_detais_city {
    font-size: 20px;
    color: #ffffff;
	font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
} 
.social_box {
    text-align: center;
    padding: 20px 0px;
    width: 170px;
    color: #fff;
	margin-bottom:4px;
}
.facebook_b_wrap{
	background: #4d6daa;
}
.twitter_b_wrap, .social_box:nth-child(2) {
    background: #1c9ddf;
}
.rss_b_wrap, .social_box:nth-child(3) {
    background: #fe8d00;
}
.linkedin_b_wrap, .social_box:nth-child(4) {
    background: #0177b5;
}
.social_box .fa {
    font-size: 24px;
    color: #fff;
}

.social_box .shares_and_likes {
    font-size: 12px;
    text-transform: capitalize;
}
.social_box .social_likes {
    font-size: 16px;
    padding-top: 3px;
}
.tv_contact_head h2 {
    font-weight: bold;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 30px;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}

.tv_contact_head h2:after{
	content:"";
	background:#86b817; 
	position:absolute;
	bottom:-2px;
	left:0;
	height:2px;            
	width:30px;
}
.tv_contact_head h2:before{
	content:"";
	background:#e5e5e5;
	position:absolute;
	bottom:-2px;
	left:0;
	height:2px;
	width:62px;
}
.tv_contat_fields {
    position: relative;
}
.tv_contat_fields .wpcf7-form-control-wrap{
	position:static;
}
.tv_contat_fields .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: 7px;
    color: #ff0000;
}
.tv_contat_fields textarea ~ .wpcf7-not-valid-tip {
    bottom: 52px;
}
.tv_contat_fields input[type="text"],.tv_contat_fields input[type="email"],.tv_contat_fields input[type="tel"],.tv_contat_fields textarea {
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    margin-bottom: 30px;
    border-radius: 6px;
    border-color: #e5e5e5;
} 
.tv_contat_fields textarea {
    height: 116px;
    resize: vertical;
    padding: 10px 20px;
	font-style:inherit;
}
.ht_contact_form.wpb_column.vc_column_container.vc_col-sm-8 .wpb_wrapper {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.ht_contact_form .wpcf7-mail-sent-ok {
    border: none;
    color: #398f14;
    margin-left: 0;
}
/*----------media query start---------*/
@media (min-width:768px) and (max-width:991px){
.conatact_form_ds {
    padding-bottom: 30px;
}
}

@media (max-width:767px)
{
	.address_contact_details {
    margin-top: 20px;
}
.address_contact_details ul {
    padding: 15px 0px;
    margin: 0;
}
}
