.blog-section {
margin: 0 auto;
}
.blog-outer {
box-shadow: 0px 0px 117px 0px rgba(196,206,213,0.24);
}
.blog-outer figure {
margin: 0;
}
.blog-heading .circle {
position: relative;
}
.blog-heading .circle i {
position: absolute;
right: -3px;
top: 6px;
}
.blog-content {
padding: 20px 33px 28px 29px;
background: #ffffff;
}
.blog-content .blog-avatar-img {
float: left;
margin-right: 13px !important;
}
.blog-content .author-name {
display: block;
}
@media screen and (max-width: 1199px) {
.blog-outer {
width: 48%;
margin: 0 1% 30px;
max-width: none;
}
.blog-section {
width: 100%;
margin: 0 auto;
}
.blog-outer .blog-thumbnail-img {
background: #cdcdcd;
}
}
@media screen and (max-width: 767px) {
.blog-outer {
width: 96%;
margin: 0px 2% 30px 2%;
}
}#contact-form input{
box-shadow: none !important;
border: 0px !important;
width: 96%;
padding: 16px !important;
margin-bottom: 15px !important;
}  
#contact-form textarea{
box-shadow: none !important;
border: 0px !important;
width: 97.5%;
padding: 16px !important;
margin-bottom: 20px !important;
}
.form-row{
width: 100%;
margin: 0 1%;
}
.form-column{
width:33%;
float: left;
}
#contact-form .form-row .message{
max-height: 20vh !important;}
#contact-form .form-row{
text-align: center !important;
}
#contact-form .submit-btn{
width: 97.5%;
height: 52px;
padding: 0;
font-size: 18px !important;
line-height: 1.1 !important;
font-weight: 600 !important;
font-family: 'Open Sans', sans-serif;
}
#contact-form .submit-btn:hover{
border: 1px solid #e1a122 !important;
background: transparent !important;
color: #e1a122 !important;
}
#contact-form .ajax-loader{
display: none !important;
}
@media (max-width: 786px){
#contact-form .form-row .message{
max-height: 13vh !important;}
#contact-form .submit-btn{
width: 40%;
height: 54px;
padding: 0;
font-size: 16px !important;
font-weight: 600 !important;
font-family: 'Open Sans', sans-serif;
text-align: center !important;
}
#contact-form input, #contact-form textarea{
font-size: 14px;
line-height: 16px;
}
}
@media (max-width: 425px){
.form-column{
width:100%;
float: left;
}
#contact-form .form-row .message{
max-height: 13vh !important;}
#contact-form .submit-btn{
width: 50%;
height: 45px;
border: none !important;
padding: 0;
font-size: 16px !important;
font-weight: 600 !important;
font-family: 'Open Sans', sans-serif;
}
#contact-form .form-row{
text-align: center !important;
margin: 0 auto !important;
}
#contact-form input, #contact-form textarea
{font-size: 12px;
line-height: 12px;
}
}