/*
Theme Name: Ola Moving
Author: 90 Day Marketing
Author URI: https://90day.marketing/
Description: Custom wordpress theme for Ola Moving.
Version: 1.0 */

img {
	max-width: 100%;
}
*, html, body {
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
html h1 {
	color: #151516;
	font-family: Helvetica Neue, Arial, sans-serif !important;
	font-size: 42px;
	font-weight: 700;
	line-height: 52px;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}
html h2 {
	color: #151516;
	font-family: Helvetica Neue, Arial, sans-serif !important;
	font-weight: 700;
}
html h3, 
html h4, 
html h5, 
html h6 {
	color: #151516;
	font-family: Helvetica Neue, Arial, sans-serif !important;
	font-weight: 600;
}
html h2 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 20px;
}
html h3 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 20px;
}
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
	color: inherit;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}
html ol,
html ul,
html li,
html span,
html div {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
html b {
	color: inherit;
	font-size: inherit;
	font-weight: 600;
	line-height: inherit;
}
html p {
	color: #151516;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 23px;
	margin-top: 0;
}
html a,
html p a {
	border-bottom: 1px solid #ee262e;
	color: #ee262e;
	text-decoration: none;
	transition: 0.6s color, 0.6s border-bottom ease-in-out;
}
html a:hover,
html a:focus,
html a:target,
html p a:hover,
html p a:focus,
html p a:target {
	border-bottom: 1px solid #151516;
	color: #151516;
	text-decoration: none;
	transition: 0.6s color, 0.6s border-bottom ease-in-out;
}
.text-bold {
	font-weight: 600;
}
.p-large {
	font-size: 21px;
	line-height: 28.8px;
}
.newline {
	display: block;
	margin-bottom: 5px;
}
.subheading {
	color: #656565;
	font-size: 21px;
	font-weight: 500;
	line-height: 27px;
}
.bg-gray {
	background: #edeef0;
}
.text-gray {
	color: #6D6D6D;
}
.text-red {
	color: #F50000;
}
.text-white {
	color: #FFFFFF;
}

.btn-primary,
html .btn-primary:not([href]):not([tabindex]) {
	background-color: #ee262e !important; 
	border: 1px solid #ee262e;
	border-color: #ee262e !important;
	border-radius: 15px;
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	height: 50px;
	line-height: 48px;
	padding: 0 10px;
	min-width: 200px;
	text-align: center;
	text-decoration: none;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:target,
html .btn-primary:not([href]):not([tabindex]):hover,
html .btn-primary:not([href]):not([tabindex]):focus,
html .btn-primary:not([href]):not([tabindex]):target {
	background-color: #151516 !important; 
	border-color: #151516;
	color: #FFF !important;
	cursor: pointer;
	text-decoration: none;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.btn-secondary {
	background-color: #151516 !important; 
	border: 1px solid #151516;
	border-radius: 15px;
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	height: 50px;
	line-height: 48px;
	min-width: 200px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:target {
	background-color: #ee262e !important; 
	border: 2px solid #ee262e;
	color: #FFF;
	text-decoration: none;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}


/************** SITE HEADER & MAIN MENU **************/
.site-header {
	align-items: center;
	background: #FFF;
	box-shadow: 0 3px 11px 0 rgb(161 161 161 / 50%);
	display: flex;
	height: 80px;
	padding: 8px 10px;
}
.admin-bar .site-header.fixed-top {
	top: 32px;
}
.site-header.fixed-top.navbar > .container {
	display: block;
	padding: 0 7.5px;
}
.site-header .logo-wrapper {
	margin-left: 5px;
}
.site-header .logo-wrapper,
.site-header .logo-wrapper a {
	display: block;
	height: auto;
	width: 120px;
}
.site-header .logo-wrapper a {
	border-bottom: 2px solid transparent;
}
.site-header .logo-wrapper a > img {
	margin-top: -7px;
}
.site-header .navbar-wrapper {
	width: calc(100% - 303px);
}
.site-header .navbar-wrapper > .site-nav-wrapper {
	margin: 0 auto;
}
.site-header .burger-button-wrapper {
	width: 40px;
}
.site-header .burger-button-wrapper  {
	align-self: center;
}
.site-header .burger-button-wrapper .navbar-toggler {
	background: #FFF;
	border: 0;
	border-radius: 3px;
	display: block;
	height: 35px;
	margin: 0 auto;
	padding: 5px 0 0 0 ;
	width: 35px;
}
.site-header .burger-button-wrapper .navbar-toggler:hover,
.site-header .burger-button-wrapper .navbar-toggler:focus,
.site-header .burger-button-wrapper .navbar-toggler:target {
	cursor: pointer;
}
.site-header .burger-button-wrapper .navbar-toggler > div { 
	background-color: #151516;
	height: 3px;
	margin: 0px auto 5px auto;
	width: 30px;
}
.site-header .nav-cta-btn-wrapper {
	align-items: center;
	display: flex;
	width: 138px;
}
.site-header .nav-cta-btn-wrapper > .call-btn {
	background: #ee262e;
	border: 1px solid #ee262e;
	border-radius: 15px;
	color: #FFF;
	display: block;
	font-size: 16px;
	line-height: 26px;
	height: 44px;
	padding: 7.5px 1px;
	text-align: center;
	width: 128px;
}
@media (min-width: 576px){
	.site-header .logo-wrapper {
		margin-left: 10px;
	}
	.site-header .navbar-wrapper {
		width: calc(100% - 308px);
	}
	.site-header .nav-cta-btn-wrapper > .call-btn {
		width: 138px;
	}
}
@media (min-width: 992px){
	.site-header .navbar-wrapper {
		align-items: center;
		display: flex;
		width: calc(100% - 258px);
	}
	.site-header .logo-wrapper {
		margin-left: 0px;
	}
	.site-header .nav-cta-btn-wrapper {
		align-items: center;
		display: flex;
		width: 138px;
	}	
	.site-header .nav-cta-btn-wrapper > .cta-btn {
		background: #ee262e;
		border: 1px solid #ee262e;
		border-radius: 15px;
		color: #FFF;
		display: block;
		font-size: 16px;
		line-height: 24px;
		height: 44px;
		padding: 7.5px 10px;
		text-align: center;
		width: 138px;
	}
}
@media (min-width: 1200px){
	.site-header .logo-wrapper,
	.site-header .logo-wrapper a {
		height: auto;
		width: 130px;
	}
	.site-header .navbar-wrapper {
		align-items: center;
		display: flex;
		width: calc(100% - 288px);
	}
	.site-header .nav-cta-btn-wrapper {
		align-items: center;
		display: flex;
		width: 158px;
	}
	.site-header .nav-cta-btn-wrapper > .cta-btn { 
		width: 158px;
	}
	.site-header .nav-cta-btn-wrapper a {
		transition: 0.6s background, 0.6s color, 0.6s border ease-in;
	}
	.site-header .nav-cta-btn-wrapper a:hover,
	.site-header .nav-cta-btn-wrapper a:focus,
	.site-header .nav-cta-btn-wrapper a:target {
		border: 1px solid #151516;
		background: #151516;
		color: #fff;
		transition: 0.6s background, 0.6s color, 0.6s border ease-in;
	}
}
.menu {
	margin: 0;
	padding: 0;
}
.menu > .menu-item-has-children::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.menu > li {
	display: inline-block;
	list-style-type: none;
	font-size: 18px;
	line-height: 24px;
	padding-right: 25px;
	position: relative;
}
.menu > .current-menu-item > a,
.menu > .current-menu-ancestor > a {
	border-bottom: 2px solid #ee262e;
	color: #ee262e;
}
.menu > li > a {
	border-bottom: 1px solid transparent;
	color: #151516;
	font-size: 16px;
	line-height: 24px;
}
.menu > li > a:hover,
.menu > li > a:focus,
.menu > li > a:target {
	border-bottom: 1px solid #ee262e;
	color: #ee262e;
}
.menu > li > .sub-menu {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
	display: none;
	left: 0;
	top: 25px;
	padding: 7.5px 10px;
	position: absolute;
	width: fit-content;
}
.menu > li:hover > .sub-menu,
.menu > li:focus > .sub-menu {
	display: block;
	z-index: 99999;
}
.menu > li > .sub-menu li {
	display: block;
	list-style-type: none;
	margin-bottom: 7.5px;
}
.menu > li > .sub-menu li:last-of-type {
	margin-bottom: 0;
}
.menu > li > .sub-menu li > a {
	border-bottom: 2px solid transparent;
	color: #151516;
	display: block;
	font-size: 16px;
	font-weight: 600;
    width: max-content;
}
.menu > li > .sub-menu li > a:hover,
.menu > li > .sub-menu li > a:focus,
.menu > li > .sub-menu li > a:target {
	border-bottom: 2px solid #151516;
	color: #151516;
}


/************** 3RD LEVEL  MENU **************/
.menu .sub-menu .sub-menu {
	display: none;
}
.menu .sub-menu > li {
	position: relative;
}
.menu .sub-menu > li:hover .sub-menu,
.menu .sub-menu > li:focus .sub-menu,
.menu .sub-menu > li:target .sub-menu {
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
	display: block;
	left: 100%;
	padding: 7.5px 10px;
	position: absolute;
	top: 0;
	width: fit-content;
}
/************** end of 3RD LEVEL  MENU **************/

/** SLIDING MENU **/
.menu-mobile-menu-container > ul {
	padding-left: 0;
}
.menu-mobile-menu-container > ul > li {
	list-style-type: none;
	margin-bottom: 15px;
	text-align: center;
}
.menu-mobile-menu-container ul > li > a {
	border-bottom: 2px solid #FFF;
	color: #FFF;
}
#slidingMenu .navbar-toggler {
	background: transparent;
	border: 0;
	margin-top: 25px;
}
#slidingMenu .navbar-toggler i {
	color: #711AFF;
}
#slidingMenu .navbar-toggler:hover,
#slidingMenu .navbar-toggler:focus,
#slidingMenu .navbar-toggler:target {
	cursor: pointer;
}
#slidingMenu .navbar-toggler > div {
	background-color: #FFF;
	height: 3px;
	margin: 6px 0;
	transition: 0.4s;
	width: 30px;
}
#slidingMenu .navbar-toggler .bar1 {
  transform: translate(0, 6px) rotate(-45deg);
}
#slidingMenu .navbar-toggler .bar2 {
	opacity: 0;
}
#slidingMenu .navbar-toggler .bar3 {
  	transform: translate(0, -12px) rotate(45deg);
}

.dropdown-menu.show {
    display: block;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.dropdown-menu {
	background-color: transparent;
	color: #FFF;
	display: none;
	list-style: none;
	min-width: 10rem;
	padding: 15px 0 8px 0;
	position: static;
	text-align: center;
}
.dropdown-menu li {
	margin-bottom: 12px;
}
.dropdown-menu li:last-of-type {
	margin-bottom: 0;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
/*********** end of SITE HEADER & MAIN MENU ***********/


/************** QUOTE MODAL SECTION **************/
#freeQuoteModal .modal {
	z-index: 10;
}
#freeQuoteModal.modal {
	padding-top: 150px;
}
#freeQuoteModal .modal-backdrop {
	z-index: 9;
}
@media (min-width: 768px) {
	.modal-dialog {
		max-width: 700px;
	}
}
@media (min-width: 992px){
	.modal-dialog {
		padding-top: 120px;
	}
	#freeQuoteModal .modal-dialog {
		max-width: 800px;
		width: 800px;
	}
	#freeQuoteModal .modal-dialog .modal-content {
		margin: 0 auto;
		width: 800px;
	}
}
/************** end of QUOTE MODAL SECTION **************/

/*** Puts Address AutoFill Above Modal ***/
.pac-container {
    background-color: #FFF;
    z-index: 20;
    position: fixed;
    display: inline-block;
    float: left;
}
.modal {
    z-index: 20;   
}
.modal-backdrop {
    z-index: 10;        
}
/*** end of Puts Address AutoFill Above Modal ***/


/************** MAIN SECTION **************/
.main-section {
	background-color: gray;
}
.main-section .text-col h1 {
	color: #fff;
	margin-bottom: 10px;
	margin-top: 0;
	text-shadow: 0 3px 6px rgba(0,0,0,.9)!important;
}
.main-section .text-col p {
	color: #fff;
	text-shadow: 0 3px 6px rgba(0,0,0,.9)!important;
}
.main-section .text-col {
	padding-bottom: 100px;
	padding-top: 150px;
}
.main-section .text-col .main-p {
	font-size: 21px;
	line-height: 27px;
	margin-bottom: 25px;
}
.main-section .text-col .ul-benefits {
	list-style: none;
	margin-bottom: 35px;
	padding-left: 20px;
}
.main-section .text-col .ul-benefits > li {
	color: #fff;
	text-shadow: 0 3px 6px rgba(0,0,0,.9)!important;
}
.main-section .text-col .ul-benefits > li > svg {
	margin-right: 5px;
	min-width: 24px;
}
@media (min-width: 768px){
	.main-section .text-col {
		padding-bottom: 150px;
		padding-top: 200px;
	}
	.main-section h1 {
		font-size: 45px;
		line-height: 55px;
	}
}
@media (min-width: 992px){
	.main-section .text-col {
		padding-top: 130px;
	}
	.main-section h1 {
		font-size: 48px;
		line-height: 68px;
	}
	.main-section .main-p {
		margin-bottom: 65px;
	}
}
@media (min-width: 1200px){
	.main-section {
		height: 100vh;
	}
	.main-section .text-col {
		padding-top: 20vh;
	}
	.main-section h1 {
		font-size: 50px;
		line-height: 70px;
	}
	.main-section .main-p {
		margin-bottom: 70px;
	}
}
@media (min-width: 1440px){
	.main-section h1 {
		font-size: 60px;
		line-height: 80px;
	}
	.main-section .main-p {
		margin-bottom: 75px;
	}
}
/************** end of MAIN SECTION **************/


/************** PAGE TITLE SECTION **************/
.page-title {
	padding-bottom: 25px;
	padding-top: 25px;
}
@media (min-width: 992px){
	.page-title {
		padding-bottom: 35px;
		padding-top: 35px;
	}
}
/************** end of PAGE TITLE SECTION **************/


/************** TITLE ROW **************/
.title-row {
	padding-bottom: 25px;
}
@media (min-width: 992px){
	.title-row {
		padding-bottom: 35px;
	}
}
@media (min-width: 1200px){
	.title-row {
		padding-bottom: 45px;
	}
}
/************** end of TITLE ROW **************/


/************** BREADCRUMBS SECTION **************/
.breadcrumbs-section {
	background: #F3F3F3;
	margin-top: 80px;
	padding: 10px 15px;
	text-align: center;
}
.breadcrumbs-section-small {
	color: #FFF;
	margin-top: 80px;
	padding: 10px 15px;
}
.breadcrumbs-section-small span > a {
	border-bottom: 1px solid #FFF;
	color: #FFF;
}
.breadcrumbs-section-small span >a:hover,
.breadcrumbs-section-small span >a:focus,
.breadcrumbs-section-small span >a:target {
	border-bottom: 1px solid #ee262e;
	color: #ee262e;
}
.breadcrumbs-section-small .breadcrumb_last {
	color: #FFF;
}
#breadcrumbs span > a {
	margin-left: 10px;
	margin-right: 10px;
}
.breadcrumb_last {
	margin-left: 10px;
	margin-right: 10px;
}
/************** end of BREADCRUMBS SECTION **************/


#step2.fade:not(.show) {
	opacity: 1 !important;
}

/************** 3 Services Section *****************/
.home-services-ul {
	list-style: none;
	margin-top: -60px;
	padding-left: 0;
}
.home-services-ul .home-services-item {
	margin-bottom: 25px;
}
.home-services-ul .home-services-item .home-services-item-wrapper {
	background: #FFF;
	box-shadow: 0px 5px 20px rgba(0,0,0,30%);
	padding: 15px 10px 5px 10px;
	text-align: center;
}
.home-services-ul .home-services-item .home-services-item-wrapper .home-services-item-title {
	font-size: 21px;
	font-weight: 600;
}
@media (min-width: 576px){
	.home-services-ul .home-services-item .home-services-item-wrapper {
		padding: 20px 10px 5px 10px;
	}
}
@media (min-width: 768px){
	.home-services-ul .home-services-item {
		padding: 0 7.5px;
	}
}
@media (min-width: 992px){
	.home-services-ul .home-services-item {
		padding: 0 15px;
	}
	.home-services-ul .home-services-item .home-services-item-wrapper {
		padding: 25px 15px 10px;
	}
}
@media (min-width: 1200px){
	.home-services-ul {
		margin-top: -50px;
	}
	.home-services-ul .home-services-item .btn-primary {
		min-width: 150px !important;
	}
}

/**** CAROUSEL VERSION ***/
.home-services-ul#home-services-carousel .home-services-item {
		padding: 0;
	}
}
#home-services-carousel {
	position: relative;
}
.owl-theme .owl-nav {
	background: red;
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 9999;
}
.owl-theme .owl-nav [class*=owl-] {
	border-radius: 0;
	font-size: 40px;
	line-height: 40px;
	margin: 0;
	padding: 8px;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -20px;
	position: absolute;
}
.owl-carousel .owl-nav button.owl-next {
	right: -20px;
	position: absolute;
}
@media (min-width: 576px){
	.owl-carousel .owl-nav button.owl-prev {
		left: -30px;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: -30px;
	}
}
@media (min-width: 768px){
	.owl-carousel .owl-nav button.owl-prev {
		left: -40px;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: -40px;
	}
}
@media (min-width: 992px){
	.owl-carousel .owl-nav button.owl-prev {
		left: -35px;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: -35px;
	}
}
@media (min-width: 1200px){
	.owl-carousel .owl-nav button.owl-prev {
		left: -40px;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: -40px;
	}
}
/**** end of CAROUSEL VERSION ***/
/************** end of 3 Services Section *****************/


/********** MOVING SERVICES SECTIONS ***********/
.moving-services-section {
	padding-bottom: 35px;
	padding-top: 35px;
}
.moving-services-section ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.moving-services-section ul > li {
	padding-bottom: 25px;
}
.moving-services-section ul > li:last-of-type {
	padding-bottom: 0;
}
@media (min-width: 576px){
	.moving-services-section {
		padding-bottom: 50px;
		padding-top: 50px;
	}
}
@media (min-width: 768px){
	.moving-services-section {
		padding-bottom: 65px;
		padding-top: 65px;
	}
}
@media (min-width: 1200px){
	.moving-services-section ul > li {
		padding-bottom: 40px;
	}
}
@media (min-width: 1200px){
	.moving-services-section {
		padding-bottom: 75px;
		padding-top: 75px;
	}
}
/********** end of MOVING SERVICES SECTIONS ***********/


/********** BODY BLOCK SECTIONS ***********/
.secondary-page-header {
	background: #eaeaea;
	padding-bottom: 50px;
	padding-top: 150px;
}
.body-block-1  {
	padding-bottom: 30px;
	padding-top: 40px;
}
.body-block-2,
.body-block-3 {
	padding-bottom: 30px;
	padding-top: 30px;
}
.body-block-1 .text-col h2,
.body-block-2 .text-col h2,
.body-block-3 .text-col h2 {
	margin-top: 20px;
}
.body-block-1 .img-col img,
.body-block-2 .img-col img,
.body-block-3 .img-col img {
	border-radius: 15px;
}
@media (min-width: 768px){
	.body-block-1 .text-col h2,
	.body-block-2 .text-col h2,
	.body-block-3 .text-col h2 {
		margin-top: 0px;
	}
	.body-block-1 .img-col,
	.body-block-3 .img-col  {
		text-align: left;
	}
	.body-block-2 .img-col {
		text-align: right;
	}
}
@media (min-width: 992px){
	.body-block-1,
	.body-block-2,
	.body-block-3 {
		padding-bottom: 45px;
		padding-top: 45px;
	}
}
@media (min-width: 1200px){
	.body-block-1,
	.body-block-2,
	.body-block-3 {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.body-block-1 .text-col,
	.body-block-3 .text-col {
		padding-left: 50px;
	}
	.body-block-2 .text-col {
		padding-right: 50px;
	}
}
@media (min-width: 1440px){
	.body-block-1,
	.body-block-2,
	.body-block-3 {
		padding-bottom: 75px;
		padding-top: 75px;
	}
}
/********** end of BODY BLOCK SECTIONS ***********/


/************** BENEFITS SECTION **************/
.benefits-section {
	padding-bottom: 35px;
	padding-top: 35px;
}
@media (min-width: 576px){
	.benefits-section {
		padding-bottom: 50px;
		padding-top: 50px;
	}
}
@media (min-width: 768px){
	.benefits-section {
		padding-bottom: 65px;
		padding-top: 65px;
	}
}
@media (min-width: 1200px){
	.benefits-section {
		padding-bottom: 75px;
		padding-top: 75px;
	}
}
#whats-included {
	border-bottom: 1px solid #151516;
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 0;
	padding-top: 10px;
}
#whats-included .card {
	background: transparent;
	border: 0;
	border-radius: 0;
	border-top: 1px solid #151516;
}
#whats-included .card .card-header {
	background: transparent;
	border-bottom: 0;
	border-radius: 0;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 15px;
}
#whats-included .card .card-header .card-link {
	align-items: center;
	border-bottom: 1px solid transparent;
	color: #151516;
	display: flex;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}
#whats-included .card-header .card-link .arrow-indicator {
	background: url(/wp-content/uploads/2023/03/arrow-down.svg);
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-size: contain;
	display: block;
	height: 15px;
	margin-left: auto;
	margin-right: 10px;
	width: 15px;
}
#whats-included .card-header .card-link.collapsed .arrow-indicator {
	background: url(/wp-content/uploads/2023/03/arrow-up.svg);
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-size: contain;
}
#whats-included .card-body {
	padding-top: 10px;
}
#whats-included .card-body .included-in-move-ul {
	list-style: none;
	padding-left: 0px;
}
#whats-included .card-body .included-in-move-ul > li {
	font-weight: 300;
	margin-bottom: 15px;
}
#whats-included .card-body .included-in-move-ul > li:last-of-type {
	margin-bottom; 0;
}
#whats-included .card-body .included-in-move-ul > li > svg {
	margin-right: 5px;
}
/************** end of BENEFITS SECTION **************/


/*********** WHY US SECTION ************/
.why-us-section {
	padding-bottom: 35px;
	padding-top: 35px;
}
.why-us-section .text-col h2 {
	margin-bottom: 25px;
}
.why-us-section .text-col ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}
.why-us-section .text-col ul li {
	display: flex;
	margin-bottom: 25px;
}
.why-us-section .text-col ul li:last-of-type {
	margin-bottom: 0;
}
.why-us-section .text-col ul li > svg {
	min-width: 24px;
}
.why-us-section .text-col ul li > div {
	padding-left: 10px;
}
.why-us-section .text-col ul li > div > .title-p {
	margin-bottom: 5px;
}
.why-us-section .text-col ul li > div > .description-p {
	color: #565656;
}
.why-us-section .img-col img {
	border-radius: 15px;
	margin-bottom: 20px;
}
@media (min-width: 576px){
	.why-us-section {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.why-us-section .img-col img {
		margin-bottom: 25px;
	}
}
@media (min-width: 768px){
	.why-us-section {
		padding-bottom: 65px;
		padding-top: 65px;
	}
	.why-us-section .text-col h2 {
		margin-bottom: 30px;
	}
	.why-us-section .img-col img {
		margin-bottom: 0;
	}
}
@media (min-width: 992px){
	.why-us-section .text-col {
		padding-left: 35px;
	}
	.why-us-section .text-col h2 {
		margin-bottom: 35px;
	}
}
@media (min-width: 1200px){
	.why-us-section {
		padding-bottom: 75px;
		padding-top: 75px;
	}
	.why-us-section .text-col h2 {
		margin-bottom: 45px;
	}
}
/*********** end of WHY US SECTION ************/


/*********** REVIEWED ON SECTION ************/
.reviewed-on-section {
	padding-bottom: 25px;
	padding-top: 45px;
}
.reviewed-on-section ul {
	padding-left: 0;
}
.reviewed-on-section ul > li {
	list-style-type: none;
	margin-bottom: 25px;
	text-align: center;
}
.reviewed-on-section ul > li img {
	width: auto;
}
.reviewed-on-section ul > li .review-stars-img {
	display: block;
	margin: 0 auto;
}
.reviewed-on-section ul > li > a {
	border-radius: 10px;
	padding: 10px;
	transition: 0.6s box-shadow ease-in;
}
.reviewed-on-section ul > li > a:hover,
.reviewed-on-section ul > li > a:focus,
.reviewed-on-section ul > li > a:target {
	box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
	transition: 0.6s box-shadow ease-in;
}
.reviews-rating-ul .gmb-li .review-platform-img img {
	height: 32px !important;
	margin: 8.5px 0 6.5px 0;
}
.reviews-rating-ul .trustpilot-li .review-platform-img img {
	height: 32px !important;
    margin: 8.5px auto 6.5px auto;
}
.reviews-rating-ul .yelp-li .review-platform-img img {
	height: 29px !important;
    margin: 8.5px auto 9.5px auto;
}
.reviews-rating-ul .thumbtack-li .review-platform-img img {
	height: 17px !important;
    margin: 11.5px auto;
}
.reviews-rating-ul .bbb-li .review-platform-img img {
	height: 66px !important;
    margin: 5px auto;
}
.reviews-rating-ul li a {
	border-bottom: 1px solid transparent;
	display: inline-block;
	width: 100%;
}
.reviews-rating-ul li a .reviews-rating {
	margin-bottom: 0;
}
@media (min-width: 576px){
	.reviewed-on-section {
		padding-bottom: 40px;
		padding-top: 60px;
	}
	/*.reviews-rating-ul .yelp-li .img > img {
		height: 40px !important;
    	margin: 8px 0 8px 0;
	}
	.reviews-rating-ul .thumbtack-li .img > img {
		height: 18.5px !important;
		margin: 17.5px 0 11px 0;
	}*/
	.reviews-rating-ul .bbb-li .review-platform-img img {
		height: 54px !important;
        margin: 6px 0 3px 0;
	}
}
@media (min-width: 768px){
	.reviewed-on-section .title-row {
		padding-bottom: 30px;
	}
	.reviewed-on-section ul,
	.reviewed-on-section ul > li {
		margin-bottom: 0;
	}
	.reviewed-on-section ul > li > a {
		padding: 10px 5px;
	}
	.reviews-rating-ul .gmb-li .review-platform-img img {
		margin: 5.5px 0;
	}
	.reviews-rating-ul .trustpilot-li .review-platform-img img {
		margin: 3px 0 8px 0;
	}
	.reviews-rating-ul .yelp-li .review-platform-img img {
		height: 33px !important;
        margin: 4.5px 0 5px 0;
	}
	.reviews-rating-ul .thumbtack-li .review-platform-img img {
		height: 17px !important;
        margin: 14px 0 11.5px 0;
	}
	.reviews-rating-ul .bbb-li .review-platform-img img {
		height: 38px !important;
        margin: 4px 0 0.5px 0;
	}
}
@media (min-width: 992px){
	.reviewed-on-section {
		padding-bottom: 55px;
		padding-top: 75px;
	}
	.reviewed-on-section ul > li > a {
		padding: 10px;
	}
	.reviews-rating-ul .gmb-li .review-platform-img img {
		margin: 7px 0 14px 0;
	}
	.reviews-rating-ul .trustpilot-li .review-platform-img img {
		height: 39px !important;
		margin: 3px 0 9.5px 0;
	}
	.reviews-rating-ul .yelp-li .review-platform-img img {
   		height: 37px !important;
		margin: 4.5px 0 11px 0;
	}
	.reviews-rating-ul .thumbtack-li .review-platform-img img {
		height: 25px !important;
		margin: 14px 0 13.5px 0;
	}
	.reviews-rating-ul .bbb-li .review-platform-img img {
		height: 42px !important;
		margin: 4px 0 7px 0;
	}
}
@media (min-width: 1200px){
	.reviewed-on-section {
		padding-bottom: 65px;
		padding-top: 85px;
	}
	.reviewed-on-section ul > li > a {
		padding: 10px 15px 15px 15px;
	}
}
/*********** end of REVIEWED ON SECTION ************/


/************** INTERNAL LINKING SECTION **************/
.internal-linking-section {
	padding-bottom: 35px;
	padding-top: 35px;
}
.internal-linking-section {
	background: #edeef0;
}
.internal-linking-section ul {
	margin-bottom: 0;
	padding-left: 10px;
}
.internal-linking-section ul > li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 0;
}
.internal-linking-section ul > li > svg {
	margin-right: 5px;
	min-width: 24px;
}
@media (min-width: 576px){
	.internal-linking-section {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.internal-linking-section ul > li {
		margin-bottom: 20px;
	}
}
@media (min-width: 768px){
	.internal-linking-section {
		padding-bottom: 65px;
		padding-top: 65px;
	}
	.internal-linking-section ul > li {
		margin-bottom: 15px;
	}
}
@media (min-width: 1200px){
	.internal-linking-section {
		padding-bottom: 75px;
		padding-top: 75px;
	}
}
/************** end of INTERNAL LINKING SECTION **************/


/*********** HOW IT WORKS SECTION ************/
.steps-section {
	padding-bottom: 35px;
	padding-top: 35px;
}
.steps-section ol {
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
}
.steps-section ol > li {
	padding-bottom: 25px;
}
.steps-section ol > li:last-of-type {
	padding-bottom: 0;
}
.steps-section ol > li > .step-num {
	background: #edeef0;
	border-radius: 50%;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-bottom: 12px;
	text-align: center;
	width: 30px;
}
.steps-section ol > li > .title-p {
	margin-bottom: 7px;
}
.steps-section ol > li > .description-p {
	color: #565656;
}
@media (min-width: 576px){
	.steps-section {
		padding-bottom: 50px;
		padding-top: 50px;
	}
}
@media (min-width: 768px){
	.steps-section {
		padding-bottom: 65px;
		padding-top: 65px;
	}
}
@media (min-width: 1200px){
	.steps-section {
		padding-bottom: 75px;
		padding-top: 75px;
	}
}
/*********** end of HOW IT WORKS SECTION ************/


/*********** FAQ SECTION ************/
.faq-section {
	padding-bottom: 35px;
	padding-top: 35px;
}
.faq-section .title-row {
	padding-bottom: 20px;
}
.faq-section #accordionFAQ {
	padding-left: 0;
}
.faq-section .card {
	border: 0;
	border-top: 1px solid #eee;
}
.faq-section .card-header {
	background: none;
	border: 0;
	border-radius: 10px;
	color: #151516;
	font-size: 24px;
	font-weight: 600;
    line-height: 1.35;
	padding: 0;
}
.faq-section .card-header .card-link {
	align-items: center;
	background-color: transparent;
    border: none;
    box-sizing: border-box;
    color: inherit;
	cursor: pointer;
	display: flex;
	font-size: inherit;
	line-height: inherit;
	position: relative;
    padding: 27px 50px 27px 15px;
    text-align: left;
	width: 100%;
}
.faq-icon,
.faq-section .card-header .card-link .faq-icon {
	background: #eee;
	border-radius: 50%;
	height: 40px;
	line-height: 38px;
	margin-left: auto;
	min-width: 40px;
	text-align: center;
	transform: rotate(0deg);
	transition: 0.25s background;
}
.card-link[aria-expanded="true"] .faq-icon,
.card-link .faq-icon:hover,
.card-link .faq-icon:focus,
.card-link .faq-icon:target,
.faq-section .card-header .card-link[aria-expanded="true"] .faq-icon,
.faq-section .card-header .card-link .faq-icon:hover,
.faq-section .card-header .card-link .faq-icon:focus,
.faq-section .card-header .card-link .faq-icon:target {
	background: #ee262e;
	transition: 0.25s background;
}
.card-link .faq-icon svg,
.faq-section .card-header .card-link .faq-icon svg {
	transition: 0.25s transform ease-in-out;
}
.card-link[aria-expanded="true"] .faq-icon svg,
.card-link .faq-icon:hover svg,
.card-link .faq-icon:focus svg,
.card-link .faq-icon:target svg,
.faq-section .card-header .card-link[aria-expanded="true"] .faq-icon svg,
.faq-section .card-header .card-link .faq-icon:hover svg,
.faq-section .card-header .card-link .faq-icon:focus svg,
.faq-section .card-header .card-link .faq-icon:target svg {
	transform: rotate(45deg);
	transition: 0.25s transform ease-in-out;
}
.faq-section .card-body {
	padding: 0px 15px 20px 15px;
}
.faq-section .card-body ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 7px;
}
.faq-section .card-body ul li a {
	color: #151516;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.faq-section .card-body ul li a:hover,
.faq-section .card-body ul li a:focus {
	color: #ee262e;
}
.faq-section .button-p {
	margin-bottom: 10px;
	padding-top: 40px;
	text-align: center;
}	
@media (min-width: 768px){
	.faq-section {
		padding-bottom: 45px;
		padding-top: 45px;
	}
	.faq-section .title-row {
		padding-bottom: 45px;
	}
}
@media (min-width: 992px){
	.faq-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}
@media (min-width: 1200px){
	.faq-section {
		padding-bottom: 75px;
		padding-top: 75px;
	}
}
/*********** end of FAQ SECTION ************/


/*********** MAP SECTIONS ************/
.map-section {
	padding-bottom: 35px;
	padding-top: 35px;
}
.map-section h2 {
	margin-top: 15px;
}
@media (min-width: 576px){
	.map-section {
		padding-bottom: 50px;
	}
	.map-section h2 {
		margin-bottom: 25px;
	}
}
@media (min-width: 768px){
	.map-section h2 {
		margin-bottom: 25px;
		margin-top: 0;
	}
	.map-section .map-col iframe {
		height: 357px;
	}
}
@media (min-width: 992px){
	.map-section {
		padding-bottom: 75px;
	}
	.map-section h2 {
		margin-bottom: 35px;
	}
	.map-section .map-col iframe {
		height: 332px;
		width: calc(100% - 25px);
	}
}
@media (min-width: 1200px){
	.map-section {
		padding-bottom: 100px;
		padding-top: 50px;
	}
	.map-section h2 {
		margin-bottom: 45px;
	}
	.map-section .map-col iframe {
		height: 357px;
		width: calc(100% - 45px);
	}
}
@media (min-width: 1440px){
	.map-section {
		padding-bottom: 125px;
	}
	.map-section .map-col iframe {
		height: 357px;
		width: calc(100% - 65px);
	}
}
/*********** end of MAP SECTIONS ************/


/*********** CALL-TO-ACTION SECTIONS ************/
.cta-section {
	background-color: #151516;
	padding-bottom: 35px;
	padding-top: 35px;
	position: relative;
}
.cta-section h2 {
	margin-bottom: 30px;
	margin-top: 25px;
}
.cta-section h2,
.cta-section p {
	color: #FFF;
}
.cta-section .btn-primary:not([href]):not([tabindex]):hover,
.cta-section .btn-primary:not([href]):not([tabindex]):focus,
.cta-section .btn-primary:not([href]):not([tabindex]):target,
.cta-section .btn-primary:hover,
.cta-section .btn-primary:focus,
.cta-section .btn-primary:target {
	background: #FFF !important;
	border-color: #FFF !important;
	color: #ee262e !important;
}
@media (min-width: 1200px){
	.cta-section {
		padding-bottom: 50px;
		padding-top: 50px;
	}
}
/*********** end of CALL-TO-ACTION SECTIONs ************/


/************** FORM STYLING **************/
.form-wrapper label {
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	margin-bottom: 25px;
	width: 100%;
}
.form-wrapper label > .label {
	display: inline-block;
	margin-bottom: 5px;
}
.form-wrapper label > .label > .text-red {
	margin-left: 5px;
}
.form-wrapper input,
.form-wrapper select {
	border: 1px solid #ABAEB7;
	border-radius: 10px;
	display: block;
	font-size: 18px;
	line-height: 27px;
	height: 45px;
	padding: 5px 15px;
	transition: 0.6s border ease-in;
	width: 100%;
}
.form-wrapper input:hover,
.form-wrapper input:focus,
.form-wrapper input:active,
.form-wrapper input:target,
.form-wrapper select:hover,
.form-wrapper select:focus,
.form-wrapper select:active,
.form-wrapper select:target {
	border: 1px solid #ee262e;
	outline: none;
	transition: 0.6s border ease-in;
}
.form-wrapper textarea {
	border: 1px solid #ABAEB7;
	border-radius: 10px;
	display: block;
	font-size: 18px;
	line-height: 27px;
	padding: 5px 15px;
	transition: 0.6s border ease-in;
	width: 100%;
}
.form-wrapper textarea:hover,
.form-wrapper textarea:focus,
.form-wrapper textarea:active,
.form-wrapper textarea:target {
	border: 1px solid #ee262e;
	outline: none;
	transition: 0.6s border ease-in;
}
.form-wrapper input[type="submit"]{
	background-color: #ee262e;
	border: 2px solid #ee262e;
	border-color: #ee262e;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	height: 50px;
	line-height: 27px;
	margin-top: 15px;
	min-width: 200px;
	text-align: center;
	text-decoration: none;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.form-wrapper input[type="submit"]:hover,
.form-wrapper input[type="submit"]:focus,
.form-wrapper input[type="submit"]:active, 
.form-wrapper input[type="submit"]:target {
	background-color: #FFFFFF;
	border: 2px solid #ee262e;
	color: #ee262e;
	cursor: pointer;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.video-estimate-wrapper .btn-primary {
	height: 45px !important;
	margin-top: 32px !important;
}
/************** end of FORM STYLING **************/


/************** FOOTER SECTION **************/
.site-footer {
	background: #151516;
	padding-top: 70px;
}
.footer-widget-item {
	margin-bottom: 50px;
}
.footer-widget-title {
	color: #FFF;
	font-size: 21px;
	font-weight: 600;
	line-height: 27px;
}
.footer-widget-area ul {
	padding-left: 0;
	list-style: none;
}
.footer-widget-area ul li {
	margin-bottom: 10px;
}
.site-footer .footer-widget-item .menu > li {
	display: block;
}
.site-footer .footer-widget-item .menu > li > a {
	font-weight: 400;
	text-transform: initial;
}
.footer-widget-area,
.footer-widget-area ul > li,
.footer-widget-area a,
.footer-widget-area span {
	color: #FFF;
}
.footer-widget-area ul > li > a,
.footer-widget-area a {
	border-bottom: 1px solid #FFF;
	color: #FFF;
}
.footer-widget-area a:hover,
.footer-widget-area a:focus,
.footer-widget-area a:target,
.footer-widget-area .menu > li > a:hover,
.footer-widget-area .menu > li > a:focus,
.footer-widget-area .menu > li > a:target {
	border-bottom: 1px solid #ee262e;
	color: #ee262e;
}
.footer-widget-area .new-line {
	display: block;
}
.copyright-wrapper {
	border-top: 1px solid #FFF;
	padding-top: 15px;
}
.copyright-wrapper .copyright,
.site-footer .licensing {
	color: #FFF;
	margin-bottom: 15px;
	text-align: center;
}

@media (min-width: 768px){
	.copyright-wrapper .copyright {
		text-align: left;
	}
	.site-footer .licensing {
		text-align: right;
	}
}
@media (min-width: 992px){
	.footer-logo-img {
		margin-left: -22px;
	}
}

.social-media-container {
	text-align: right;
}
.social-media-container .footer-social-media-ul {
	padding-left: 0;
}
.social-media-container .footer-social-media-ul > li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
}
.social-media-container .footer-social-media-ul > li:last-of-type {
	margin-right: 0;
}
.social-media-container .footer-social-media-ul > li > a {
	border-bottom: 2px solid transparent;
}
@media (min-width: 992px){
	.social-media-container .footer-social-media-ul > li {
		margin-right: 10px;
	}
}
/************** end of FOOTER SECTION **************/


/*********** BLOG SECTION ************/
.blog-section {
	padding-bottom: 35px;
	padding-top: 25px;
}
.blog-section .title-row {
	padding-bottom: 20px;
}
.blog-section ul {
	margin-bottom: 0;
	padding-left: 0;
}
.blog-section ul li {
	list-style-type: none;
	margin-bottom: 35px;
}
.blog-section ul li > figure {
	margin: 0;
}
.blog-section ul li > figure img {
	border-radius: 10px;
}
.blog-section ul li > figure > figcaption > h3 {
	margin-bottom: 25px;
	margin-top: 20px;
}
.blog-section ul li > figure > figcaption > h3 > a {
	border-bottom: 2px solid transparent;
	color: #151516;
	font-size: 26px;
	line-height: 36px;
}
.blog-section ul li > figure > figcaption > h3 > a:hover,
.blog-section ul li > figure > figcaption > h3 > a:focus,
.blog-section ul li > figure > figcaption > h3 > a:target {
	border-bottom: 2px solid #ee262e;
	color: #ee262e;
}
.blog-section ul li > figure > figcaption > p:first-of-type {
	margin-bottom: 30px;
}
.blog-section ul li > figure > figcaption > p:last-of-type {
	align-items: flex-end;
	display: flex;
}
.blog-section ul li > figure > figcaption > p:last-of-type > .post-date {
	width: calc(100% - 104px);
}
.blog-section ul li > figure > figcaption > p:last-of-type > a {
	text-align: right;
}
@media (min-width: 768px){
	.blog-section {
		padding-bottom: 45px;
		padding-top: 45px;
	}
	.blog-section .title-row {
		padding-bottom: 45px;
	}
	.blog-section ul li {
		margin-bottom: 0;
	}
}
@media (min-width: 992px){
	.blog-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}
/*********** end of BLOG SECTION ************/


/************** BLOG PAGE **************/
.blog-post {
	margin-bottom: 50px;
}
.blog-post .post-image img {
	border-radius: 10px;
	height: auto;
}
.blog-post .post-text .post-heading {
	font-size: 20px;
	font-weight: bold;
	line-height: 27px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.blog-post .post-text .post-heading > a {
	border-bottom: 2px solid transparent;
	color: #151516;
	display: block;
	font-size: inherit;
	line-height: inherit;
}
.blog-post .post-text .post-heading:hover > a,
.blog-post .post-text .post-heading:focus > a,
.blog-post .post-text .post-heading:target > a {
	color: #ee262e;
}
.blog-post .post-text .post-excerpt {
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 20px;
}
.blog-post .post-text .reading-info {
	display: flex;
}
.blog-post .post-text .reading-info .post-date {
	color: #6A6A6A;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	width: 50%;
}
.blog-post .post-text .reading-info .reading-time {
	color: #6A6A6A;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	text-align: right;
	width: 50%;
}
@media (min-width: 992px){
	.blog-post .post-text .post-heading {
		margin-bottom: 20px;
		margin-top: 15px;
	}
	.blog-post .post-text .post-excerpt {
		margin-bottom: 25px;
	}
}
@media (min-width: 1200px){
	.blog-post {
		margin-bottom: 100px;
	}
}
@media (min-width: 1440px){
	.blog-post {
		margin-bottom: 125px;
	}
}
/*********** end of BLOG PAGE ************/


/*********** BLOG PAGE: CATEGORIES SECTION ************/
.blog-cats {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
.blog-cats > li {
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 15px;
}
.blog-cats > li:first-child > a {
	border-bottom: 2px solid #ee262e;
	color: #ee262e;
}
.blog-cats > li:last-of-type {
	margin-right: 0;
}
.blog-cats > li > a {
	border-bottom: 2px solid #B6B6B6;
	color: #B6B6B6;
}
.blog-cats > li > a:hover,
.blog-cats > li > a:focus,
.blog-cats > li > a:target {
	border-bottom: 2px solid #ee262e;
	color: #ee262e;
}
@media (min-width: 992px){
	.blog-cats {
		padding-bottom: 35px;
	}
}
@media (min-width: 1200px){
	.blog-cats {
		padding-bottom: 50px;
	}
}
/*********** end of BLOG PAGE: CATEGORIES SECTION ************/


/*********** BLOG PAGE: PAGINATION SECTION ************/
.blog-pagination-wrapper {
	padding-bottom: 50px;
	padding-top: 25px;
	text-align: center;
}
.blog-pagination-wrapper > a {
	margin-left: 10px;
	margin-right: 10px;
}
@media (min-width: 576px){
	.blog-pagination-wrapper {
		padding-bottom: 65px;
	}
}
@media (min-width: 992px){
	.blog-pagination-wrapper {
		padding-bottom: 75px;
	}
}
@media (min-width: 1200px){
	.blog-pagination-wrapper {
		padding-bottom: 125px;
		padding-top: 0;
	}
	.blog-pagination-wrapper > a {
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media (min-width: 1440px){
	.blog-pagination-wrapper {
		padding-bottom: 150px;
	}
}
/*********** end of BLOG PAGE: PAGINATION SECTION ************/

/*********** SINGLE BLOG POST ************/
.post-single img {
	height: auto;
}
.post-single h1 {
	font-size: 40px;
	line-height: 55px;
}
.post-single h2 {
	font-size: 35px;
	font-weight: bold;
	line-height: 47px;
}
.post-single h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
.post-single h4 {
	font-size: 25px;
	line-height: 34px;
	font-size: 500;
}
.post-single .ul-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
}
.post-single ol > li,
.post-single ul > li {
	margin-bottom: 10px;
}
@media (min-width: 992px){
	.post-single .order-lg-1 {
		position: relative;
	}
	.post-single .order-lg-1 .post-single-info {
		position: fixed;
	}
}
.post-single-pagination {
	padding-bottom: 50px;
	padding-top: 35px;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
	margin: 4rem 0 1rem 0;
}
/*********** end of SINGLE BLOG POST ************/


/*********** SINGLE BLOG POST: AUTHOR SECTION ************/
.post-single-author-section {
	border-bottom: 2px solid #151516;
	border-top: 2px solid #151516;
	margin-bottom: 35px;
	padding: 10px 0;
}
.post-single-author-section > .post-single-dates > p {
	margin-bottom: 10px;
}
.post-single-author-section > .post-single-dates > p:last-of-type {
	color: #888888;
}
.post-single-author-section > .post-single-author {
	align-items: center;
	display: flex;
	padding-bottom: 5px;
}
.post-single-author-section > .post-single-author a {
	color: #151516;
	border-color: transparent;
}
.post-single-author-section > .post-single-author a:hover,
.post-single-author-section > .post-single-author a:focus,
.post-single-author-section > .post-single-author a:target {
	color: #ee262e;
	border-color: #ee262e;
}
.post-single-author-section .post-single-author > img {
	border-radius: 50%;
	height: autp;
	margin-right: 15px;
	width: 60px;
}
.post-single-author-section .post-single-author > p {
	margin-bottom: 0;
}
@media (min-width: 768px){
	.post-single-author-section {
		display: flex;
	}
	.post-single-author-section > .post-single-dates {
		width: 60%;
	}
	.post-single-author-section > .post-single-dates {
		padding-top: 10px;
	}
	.post-single-author-section > .post-single-author {
		padding-bottom: 0;
	}
}
/*********** end of SINGLE BLOG POST: AUTHOR SECTION ************/


/*********** BLOG AUTHOR ARCHIVE PAGE ************/
.archive-header.author-archive-info {
	border-bottom: 3px solid #151516;
	margin-bottom: 35px;
	padding-top: 15px;
}
.archive-header.author-archive-info .author-img-col img {
	border-radius: 10px;
}
.archive-header.author-archive-info .author-desc-col .author-title {
	margin-bottom: 15px;
	margin-top: 10px;
}
.archive-header.author-archive-info .author-desc-col .author-sm {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.archive-header.author-archive-info .author-desc-col .author-sm > li {
	display: inline-block;
	margin-right: 15px;
}
.archive-header.author-archive-info .author-desc-col .author-sm > li:last-of-type {
	margin-right: 0;
}
.archive-header.author-archive-info .author-desc-col .author-sm > li > a {
	border-color: transparent;
}
.archive-header.author-archive-info .author-desc-col .author-sm > li > a:hover,
.archive-header.author-archive-info .author-desc-col .author-sm > li > a:focus,
.archive-header.author-archive-info .author-desc-col .author-sm > li > a:target {
	border-color: #ee262e;
}
@media (min-width: 576px){
	.archive-header.author-archive-info .author-desc-col .author-title {
		margin-top: 0;
	}
}
@media (min-width: 992px){
	.archive-header.author-archive-info {
		padding-bottom: 25px;
		padding-top: 25px;
	}
	.archive-header.author-archive-info .author-desc-col {
		align-self: center;
    display: flex;
    flex-direction: column;
	}
	.archive-header.author-archive-info .author-desc-col h1 {
		margin-top: 15px;
	}	
}
/*********** end of BLOG AUTHOR ARCHIVE PAGE ************/


/************** 404 Page *****************/
.page-404 header.text-center p > a:first-of-type {
	margin-right: 15px;
}
/************** end of 404 Page *****************/
/* Elromco Modal */
/* Modal background */
#movecalcModal {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Content box */
#movecalcContent {
  background: #fff;
  max-width: 700px;
  width: 90%;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  animation: fadeIn 0.3s ease;
  box-shadow: 0 5px 25px rgba(0,0,0,0.3);
}

/* Close button */
#movecalcClose {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

#movecalcClose:hover {
  color: #000;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-30px); }
  to   { opacity: 1; transform: translateY(0); }
}
/* / Elromco Modal */
/* / Elromco Form Added */
.sf-calculate-wrapper .form-group-right.zip .input-group{
    display: block;
    input{
        width: 100%;
    }
}
#request-form .submit_btn p{
    color: #fff;
}
#sf-rooms label.option{
    margin-bottom: 0;
}
.sf-calculate-wrapper .bottom-done-button-wrapper{
    margin-bottom: 5px;
}
@media (max-width: 470px) {
    div#request-form .form-group.zip{
        margin-right: 0 !important;
    }
    div#request-form #step1 .form-group.form-group-right.zip {
        margin-top: 15px !important;
    }
    .sf-calculate-wrapper #step1 .form-slogan {
        margin-bottom: 10px !important;
    }
    .sf-calculate-wrapper #step1 label.option {
        color: #bbc3c8 !important;
        font-size: 15px;
        margin-bottom: 0;
    }
    .sf-calculate-wrapper #slide_menu #calc-info-steps .MoveSizeBtn{
        padding: 5px 0 5px 15px !important;
    }   
    #request-form .submit_btn p{
        font-size: 15px;
    }
	#movecalcContent{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
/* / Elromco Modal Form Added*/