/*
Theme Name:  MovingSolutions
Author: Angry Rabbit
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Luckiest+Guy&display=swap");
#tools .rt-menu-button span {
	background-color: #535353 !important;
}
.how_its_work_banner_wrapper .vc_column_container:after, .how_its_work_banner_wrapper:after {
	border: 0 !important;
	display: none !important;
}
.side-panel-holder .wp-search-form {
	display: none !important;
}

@media(max-width: 768px) {
	.how_its_work_banner_wrapper .vc_column_container {
		margin-top: 35px !important;
	}
	.wpb_column.vc_column_container {
		min-height: auto !important;
	}
	.promover_wrapper {
		padding: 20px !important;
	}
	.side-panel-holder {
		width: 50% !important;
		max-width: 400px;
		min-width: 320px !important;
	}
}
a:hover, a:focus{
	outline: none;
}

@media(max-width: 450px) {
	.side-panel-holder * {
		font-size: 13px !important;
	}
}
.icon-android:before {
	content: "\f1e9" !important;
	font-family: FontAwesome;
}
.icon-macstore:before {
	width: 30px;
	height: 34px;
	background: url(images/bbb.png) bottom center no-repeat;
	content: "" !important;
}
.footer_widget .icon-macstore:before{
	position: relative;
    bottom: 9px;
}
ul.social_media > li.macstore > a {
	width: 32px !important;
}
.mobile-menu-button span {
	background: #333 !important;
}
.ar_home_animate_text h1 {
	margin: 0;
	font-size: 11em;
	padding: 0;
	color: white !important;
	text-shadow: 0 0.1em 20px black, 0.05em -0.03em 0 black, 0.05em 0.005em 0 black, 0em 0.08em 0 black, 0.05em 0.08em 0 black, 0px -0.03em 0 black, -0.03em -0.03em 0 black, -0.03em 0.08em 0 black, -0.03em 0 0 black;
	font-family: "Luckiest Guy", cursive;
	text-align: center
}
.ar_home_animate_text h1 span {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  display: inline-block;
	font-family: "Luckiest Guy", cursive;
}
.ar_home_animate_text h1 span:first-child {
  -webkit-animation: bop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
          animation: bop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
}
.ar_home_animate_text h1 span:last-child {
  -webkit-animation: bopB 1s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
          animation: bopB 1s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
}
@-webkit-keyframes bop {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bop {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bopB {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  80%,
  100% {
    -webkit-transform: scale(1) rotateZ(-3deg);
            transform: scale(1) rotateZ(-3deg);
  }
}
@keyframes bopB {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  80%,
  100% {
    -webkit-transform: scale(1) rotateZ(-3deg);
            transform: scale(1) rotateZ(-3deg);
  }
}
.ar_home_adwantages_wrapper .image-content-box.content-box {
	display: flex;
}
.ar_home_adwantages_wrapper .image-content-box.content-box .featured_image_holder {
	flex: 0 0 130px;
}
.how_its_work_banner_wrapper .image-content-box .featured_image_holder {
	filter: grayscale(0.5);
    opacity: 0.7;
	transition: all 0.3s ease;
}
.how_its_work_banner_wrapper .vc_col-sm-4:hover .image-content-box .featured_image_holder {
	filter: grayscale(0);
    opacity: 1;
}
@media(max-width: 1100px) {
	.how_its_work_banner_wrapper {
		background: none !important;
	}
}
/*.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	fill: currentcolor;
}*/
.ar_modal {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}
.ar_modal.is-visible {
    visibility: visible;
}
.ar_modal_overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 0%, 0.5);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal.is-visible .ar_modal_overlay {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}
.modal-wrapper {
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	width: 70%;
	height: 90%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}
.modal-transition {
	transition: all 0.3s 0.12s;
	transform: translateY(-10%);
	opacity: 0;
}
.ar_modal.is-visible .modal-transition {
	transform: translate(-50%, -50%);
	opacity: 1;
}
.ar_modal_content {
	padding: 1em;
}
.modal-body, .ar_modal_content {
	width: 100%;
    height: 100%;
}
._df_book.df-lite {
	opacity: 0;
	visibility: hidden;
	position: fixed !important;
	z-index: 99999 !important;
	left: 0 !important;
	top: 0 !important;
	transition: all 0.3s ease;
}
._df_book.df-lite.is-visible {
	opacity: 1;
	visibility: visible;
}
.ar_modal_far_overlay {
	display: none;
	opacity: 0.7;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99998;
}
.ar_modal_far_overlay.is-visible {
	display: block;
}
.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1em;
	color: #aaa;
	background: none;
	border: 0;
}
.modal-close:hover {
	color: #777;
}
.ar_modal_content > *:first-child {
	margin-top: 0;
}
.ar_modal_content > *:last-child {
	margin-bottom: 0;
}
.ar_close_modal {
	position: fixed;
	top: 25px;
	right: 25px;
	z-index: 999999;
}
.ar_btn {
	background-image: url(images/btn-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75%;	
}
.ar_btn:hover {
	opacity: 0.7;
}
.ar_btn.heading-font, .ar_btn.heading-font span:before {
	font-weight: bold !important;
}
.ar_boom_modal_btn {
	position: fixed;
	bottom: 15px;
	right: 15px;
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 999;
}
.ar_boom_modal_btn .ar_boom_modal_btn_img {
	position: relative;
	z-index: 2;
	animation: boom_rotate 7s infinite linear;
}
@keyframes boom_rotate {
	0% {transform: rotate(0deg)}
	25% {transform: rotate(10deg)}
	50% {transform: rotate(0deg)}
	75% {transform: rotate(-10deg)}
	100% {transform: rotate(0deg)}
}
.ar_boom_modal_btn .ar_boom_modal_btn_img_boom {
	position: absolute;
	z-index: 1;
    left: -50px;
    top: -50px;
	transition: all 2s ease;
	transform: scale(0);
	opacity: 0;
}
.ar_boom_modal_btn:hover .ar_boom_modal_btn_img_boom {
	animation: boom 7s linear;
	animation-iteration-count: infinite;
}
@keyframes boom {
	0% {transform: scale(0) rotate(0deg); opacity: 0;}
	2% {transform: scale(0.5) rotate(0deg); opacity: 1;}
	98% {transform: scale(1.3) rotate(36deg); opacity: 1;}
	100% {transform: scale(1.3) rotate(36deg); opacity: 0;}
}
.ar_close_modal {
	display: none;
	padding: 7px 12px;
	background: #232323;
	color: #fff;
	transition: all 0.3s ease;
	cursor: pointer;
}
.ar_close_modal:hover {
	opacity: 0.7;
}
.ar_close_modal.is-visible {
	display: block;
}
.ar_socials_wrapper a {
	transition: all 0.3s ease;
}
.ar_socials_wrapper a:hover {
	opacity: 0.7;
}
@media(max-width: 1700px){
	.ar_home_animate_text h1{
		font-size: 7em;
	}
}
@media(max-width: 1199px){
	.ar_home_animate_text h1{
		font-size: 6em;
	}
}
@media(max-width: 991px){
	.ar_home_animate_text h1{
		font-size: 4em;
	}
}
@media(max-width: 767px) {
	.ar_home_animate_text h1{
		font-size: 7em;
	}
}
@media(max-width: 575px) {
	.ar_home_animate_text h1{
		font-size: 3.5em;
	}
}
#contact-btn {
	font-size: 14px;
	padding: 12px 22px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 50%;
	background-color:#e6aa21;
	color: #fff;
	border: 0;
}

#contact-btn:hover,
#contact-btn:focus {
	background-color: #e4be6c;
}
#contact-form textarea {
	width: 100%;
	height: 200px;
	resize: none;
}
#contact-form h2,
#contact-form h3, 
#contact-form h4{
	text-align: center;
}
.contact-form__block{
	margin-bottom: 40px;
    border: 2px solid #c29e50 !important;
    padding: 10px;
}
#contact-form select{
	padding: 12px 10px;
    border-width: 1px;
    border-style: solid;
    background-color: rgba(0, 0, 0, 0.02);
    line-height: 100%;
    height: 42px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#contact-form label{
	white-space: normal;
	text-align: left;
}
#contact-form label[for="info_provided"],
#contact-form label[for="terms_agree"]{
	display: inline;
	

}
.contact__msg {
	display: none;
	text-align: center;
	background-color: rgb(20, 158, 1);
	padding: 10px 5px;
	color: #fff;
	font-size: 20px;
	margin: 20px 0;
}

.contact__msg.is-success {
	display: block; 
}
#applied_yes_details,
#veteran_yes_details,
#felony_yes_details{
	display: none;
}
.contact-form__modal-btn{
	display: inline-block;
	background-color: #e4be6c;
	color: #fff;
	padding: 0 10px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	cursor: pointer;
}
#contact_terms_modal .modal-content{
	padding: 30px;
	text-align: justify;
}
#contact_terms_modal .contact-form__modal-btn_close{
	position: absolute;
    right: 15px;
    top: 15px;
}
.contact-form__modal-btn:hover, 
.contact-form__modal-btn:focus{
	opacity: .8;
}

.top-bar-right ul.social_media {
	display: flex !important;
	align-items: center;
}

#edit-service option[value="5"] {
	display: none;
	visibility: hidden;
	opacity: 0;
} 
@media(max-width: 1199px){
	.main-navigation{
		margin-right: 0 !important;
    	padding-right: 0 !important;
	}
	.top-header .header-elements{
		padding: 0;
	}
}
@media(max-width: 1024px){
	.top-header .header-elements .menu > li > a > span {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media(max-width: 979px){
	li.nav-get-quote-btn {
    	margin-left: 0 !important;
	}
	li.nav-get-quote-btn a{
		margin-top: 0 !important;
	}
	li.nav-get-quote-btn a span {
    	color: #fff !important;
	}
}
.sund-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 0 15px;
}

.sund-card-wrapper {
	width: 100%;
	max-width: 285px;
	border-radius: 28px;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	color: #030f27;
	text-align: center;
	background-color: #ffe09e;
	font-family: "Roboto Condensed";
}

.sund-card {
	padding: 30px 20px;
	background-color: rgba(0, 0, 0, 0.04);
	position: relative;
	height: 100%;
}

.sund-card__bg {
	height: 128px;
	width: 128px;
	/* background-color: #0c1435; */
	/* background-color: #A9862A; */
	background-color: #06519d;
	z-index: 1;
	position: absolute;
	top: -75px;
	right: -75px;
	border-radius: 50%;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.sund-card-wrapper:hover .sund-card__bg {
	-webkit-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
}

.sund-card-wrapper:hover {
	color: #fff;
} 

.sund-card__inner {
	position: relative;
	z-index: 2;
}

.sund-card__btn {
	margin-top: 40px;
}

.sund-card__title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 0 15px;
	text-transform: uppercase;
	min-height: 80px;
}

.sund-card__info {
	font-size: 20px;
    line-height: 33px;
    font-weight: 700;
}
.sund-card__info_i{
	font-weight: 400;
	font-style: italic;
}
.sund-card__price{
	display: flex;
    justify-content: center;
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 15px;
}
.sund-card__price span{
	font-size: 56px;
	line-height: 56px;
}
.sund-card__price_subtitle{
    font-size: 18px;
    line-height: 14px;
    text-align: left;
    align-self: center;
}
.sund-card__list {
    list-style: none;
    text-align: left;
    padding-left: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}
#CaptchaImageCode {
    text-align: center;
    margin-top: 15px;
    padding: 0px 0;
    max-width: 300px;
    overflow: hidden;
}
.CaptchaWrap {
    position: relative;
}
.capcode {
    font-size: 46px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
    font-style: italic;
}
.CaptchaTxtField {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    box-sizing: border-box;
}
.ar_cap_wrap{
	margin-top: 15px;
}
.ar_cap_wrap .success {
    color: green;
    font-size: 18px;
    margin-bottom: 15px;
    display: none;
}
.alert-success.contact__msg {
	display: none; 
	width: 100%;
	text-align: center;
	padding: 15px;
	color: #fff;
	background: rgba(27,166,30,1.00);
  &.is-success{
    display: block;
  }
}
.contact__form input{
  text-transform: inherit;
}
.contacts__checkbox-agree .form-group {
    display: flex;
    gap: 15px;
    align-items: center;
}
.contacts__checkbox-agree input {
    margin-top: 0;
}
.contacts__checkbox-agree label {
    white-space: unset;
    text-align: left;
    font-weight: 400;
    line-height: 1.6;
}
.CaptchaWrap .ReloadBtn {
    background: url(images/captcha-update.png) left top no-repeat;
    background-size: 100%;
    width: 32px !important;
    height: 32px !important;
    border: 0px;
    padding: 0;
    outline: none;
    position: absolute;
    bottom: 30px;
    left: 310px;
    outline: none;
    cursor: pointer;
}
#customeremailrep {
    display: block;
    width: 2px;
    height: 2px;
    margin-bottom: -2px;
    border: none;
    padding: 0;
    opacity: 0.01;
}
.quote-action:disabled {
    cursor: not-allowed;
    &:hover, &:focus {
        background-color: #bbb !important;
    }
}
#UserCaptchaCode {
    width: 100%;
}
.contacts__checkbox-agree{
    clear: both;
}
.realtor-images .vc_column_container >.wpb_wrapper{
	display: flex;
	place-content: center;
	flex-wrap: wrap;
	gap: 40px;
}
.contact__form .control-label{
	text-align: left;
}
.sub_page_header:not(.center-style) .content_row_wrapper.underlap.default {
    padding-bottom: 115px;
}