/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Description: Twenty Twenty-One Child Theme
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentytwentyone
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentychild
Tags:two-columns, left-sidebar, right-sidebar, light, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/
.header-menu > ul > li > a:hover, .current-menu-item > a {
    color: #F4D4DD !important;
}
.video-content-right{
	opacity:0
}
.brand-area h4{
	text-align:center;
	color:#000;
	padding-top:25px
}
.home .faq-area h2{
	text-align:left;
}
.header-logo img, .footer-logo img{
	height:27px;
}
.location-info h6{
	color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}
@media(max-width:991px){
	.brand-area h4 {
		padding-top: 15px;
		padding-bottom:10px;
		font-size:16px;
	}
	.video-holder .video iframe{
		height:245px;
	}
	.review-area-heading {
		flex-direction:column;
		row-gap:15px
	}
	.ready-to-make-move {
        padding-top: 40px;
		padding-bottom:40px;
    }
}
.blog-post-area a{
	color: #000 !important;
	text-decoration: underline !important;
	font-weight: bold !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #000 !important;
}
.contact-pg-form-text .wpcf7-response-output{
	color:#000
}
form .each-form-field p{
	margin: 0px !important
}
form .form-button p{
	margin: 0px !important
}
.contact-pg-form-sec .each-form-field select {
    border-radius: 42px;
    border: 1px solid #040404;
    padding: 14px 19px;
	width: 100%
}