::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aeaeae;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aeaeae;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aeaeae;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aeaeae;
}
div#wpcf7-f1584-p264-o1 form input, div#wpcf7-f1584-p264-o1 form textarea{
	padding: 10px;
	line-height: 15px;
	border-radius: 5px;
	outline: 0;
	border:1px solid #ddd;
	width: 100%;
}
div#wpcf7-f1584-p264-o1 form textarea{
	resize:vertical;
}
.custom_contact_wrapper{
	margin-bottom: 18px;
}
div#wpcf7-f1584-p264-o1 .wpcf7-form-control-wrap{
	display: inline-block;
}
.customcontact_wrap {
    display: flex;
    justify-content: space-between;
}
.customcontact_left,.customcontact_right{
	flex-basis: 42%;
}
.wpcf7-form-control-wrap iframe .rc-anchor-light.rc-anchor-normal{
	border:0 !important;
}

.customcontact_submit{
	text-align: right;
}
div#wpcf7-f1584-p264-o1 .customcontact_submit input{
	display: inline-block;
	width:auto !important;
	border:1px solid #d4b7f1;
	color:#fff;
	background-color: #d4b7f1;
	padding:10px 25px;
	cursor: pointer;
	transition: all 0.5s ease;
}
div#wpcf7-f1584-p264-o1 .customcontact_submit input:hover{
	background-color: #6D627E;
    border: 1px solid #6D627E;
    color: #fff;
}
div#wpcf7-f1584-p264-o1 .customcontact_submit .ajax-loader{
	display: none;
}
/*.custom_contact_wrapper .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha>div{
	width:100%!important;
	max-width: 300px;
}*/
.news_letter{
	max-width: 350px;
	margin:0 auto;
	width:100%;
	padding:10px;
}
.customnewsletter_wrap input[type=email]{
	padding: 10px;
	line-height: 15px;
	border-radius: 5px;
	outline: 0;
	border:1px solid #8e8a8a;
	width: 100%;
}
.customnewsletter_wrap input{
	margin-bottom: 20px;
}
.customnewsletter_wrap span.wpcf7-list-item{
	margin-left: 0;
}
.customnewsletter_submit{
	text-align: right;
}
.customnewsletter_submit .ajax-loader{
	display: none !important;
}
.customnewsletter_submit input{
	display: inline-block;
	background-color: #d4b7f1;
	color:#fff;
	border: 1px solid #d4b7f1;
	padding:10px 25px;
	border-radius: 5px;
	outline: 0;
	margin-top:10px;
	cursor: pointer;
	transition: all 0.5s ease;
}
.customnewsletter_submit input:hover{
	background-color: #fff;
	background-color: #6D627E;
    border: 1px solid #6D627E;
}
.customnewsletter_wrap span.wpcf7-list-item-label{
	margin-left: 20px;
    display: inline-block;
    position: relative;
    top: -10px;
    font-family: 'Gotham-Book' !important;
}

.right_border {
    position: relative;
    display: inline-block;
}
.right_border::after {
    content: '';
    position: absolute;
    height: 70%;
    width: 1px;
    background: #ccc;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.img_overlay .elementor-image::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(0, 0, 0, 0.43);
}
.img_overlay:hover .elementor-image::after{
	opacity: 1;
	cursor: pointer;
}
.contact_img img{
	min-height: 250px;
}
.cnf_subscribe input{
	position: relative;
    cursor: pointer;
    height: 30px;
    width: 30px;
    background-color: transparent;
    border:1px solid #ddd;
    border-radius: 5px;
}
@media only screen and (max-width: 1300px) and (min-width:1098px) {
	.customcontact_right {
    	max-width: 275px;
	}
}
/*.blog_page {
  margin-top:42px;
}
.blog_page .blog_section_filter .filters_list_inline ul li {
    display: inline-block;
    margin-right: 3px; 
}
.blog_page .blog_section_filter .blog_filter_search form{
    display: flex;
    flex-direction: row;
    padding-bottom: 23px;
    border-bottom:0;
}
button#post_btn{
	background-color: transparent;
	border-radius: 0;
	border:0;
}
.blog_page .blog_section_filter .blog_filter_search img {
    position: relative;
    margin-left: 6px;
    align-self: flex-start;
    cursor: pointer;
    top:0;
}*/

/*@media only screen and (max-width: 1100px) and (min-width:651px)  {
	.set_width{
	width:16.6% !important;
	}
}*/
@media only screen and (max-width: 650px){
	.customcontact_wrap{
		flex-wrap: wrap;
	}
	.customcontact_left, .customcontact_right{
		flex-basis: 100%;
	}
	div#wpcf7-f1584-p264-o1 .wpcf7-form-control-wrap{
		display: block;
	}
	.custom_contact_wrapper .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha>div{
		width:304px !important;
	}
	.right_border::after{
		display: none;
	}
}	