/*
Theme Name: Mighty Movers
Theme URI: https://softmindersinc.com
Author: Mighty Movers
*/
.blog-thumbnail a:hover {
    color: #dc3f1d;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    height: 111px;
}

.form-control::placeholder{font-size:15px;}
input, select, textarea::placeholder{
	font-size:14px !important;
}
.btn.btn-default {
    background-color: #e83a15;
    margin-top: 18px;
    padding: 8px;
    color: #fff;
	width:30%;
}

span.wpcf7-not-valid-tip {
    color: #ff0000;
    font-weight: 700;
    font-size: 11px !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 7px 0 0 0;
    padding: 5px;
    border: 2px solid #00a0d2;
}
label.form-label {
    font-size: 14px;
    font-weight: 600;
}
select#exampleFormControlSelect1 {
    margin-top: 0px;
}

/*contact-form*/
.page-id-40 form.wpcf7-form.init{
padding: 60px 25px 50px;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;	
}
input {
      border: 1px solid #e83a15;
    outline: none;
    border-radius: 5px;
    padding: 8px 0 8px 8px;
    resize: none;
	width:100%;
	height:40px;
	
}
div#wpcf7-f394-o1 p {
    margin-bottom: 4px !important;
}
textarea{width:100%;}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #e83a15;
    color: #fff;
    font-weight: 600;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
	display:block !important;
}
/*blog-page*/
.blog-content h2 {
    font-size: 23px;
    font-weight: 600;
}
.blog-content p {
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
}
.blog-image{
	position:relative;
}
.date_section {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color: #e83a15;
    max-width: 122px;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.blog-image img {
    border-radius: 7px;
}
.blog-thumbnail {
    height:100%;
}
.page-id-422 .blog-content{height:55%;}
.col-md-9.blog-details-left-image img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.blog-details-left-image h1 {
    font-size: 35px;
    margin-top: 25px;
}
.blog-details-left-image p{
	font-size:15px;
	margin-top:14px;
	font-weight:500;
}
.entry-footer {
    display: none;
}
div#comments {
    display: none;
}
.blog-details-right-sidebar {
    border: 1px solid #e83a15;
    border-radius: 10px;
    padding: 15px;
}
h2.widget-title {
    font-size: 25px;
    margin-bottom: 15px;
}
aside#recent-posts-2 li {
    line-height: 24px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

div#secondary li a {
    color: #e83a15;
    font-weight: 500;
}
div#secondary li a:hover{
color:#0857ab;	
}
a.contact:hover {
    color: #fff;
}
