:root {
	--owc-footer-bg: #303030;
	--owc-footer-text: #f2f0ed;
	--owc-footer-silver: #bfbeba;
	--owc-footer-bronze: #bfa782;
	--owc-footer-muted: #737370;
	--owc-footer-border: #5c5a54;
	--owc-footer-white: #ffffff;
	--Nav-Gradient: linear-gradient(180deg, rgba(33, 35, 34, 0.50) 0%, rgba(33, 35, 34, 0.00) 100%);
}

.owc-footer {
	background: var(--owc-footer-bg);
	color: var(--owc-footer-text);
	font-family: 'Assistant', sans-serif;
	padding: 50px 20px 16px;
	width: 100%;
	margin-top: 0;
}

.owc-footer a,
.owc-footer button,
.owc-footer input {
	font-family: inherit;
}

.owc-footer a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.owc-footer img {
	display: block;
	max-width: 100%;
	height: auto;
}

.owc-footer__main,
.owc-footer__subfooter {
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
}

.owc-footer__main {
	display: flex;
	align-items: flex-start;
	gap: 48px;
	justify-content: space-between;
}

.owc-footer__brand {
	width: 210px;
	min-width: 210px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	text-align: center;
}

.owc-footer__logo {
	width: 180px;
	height: auto;
}

.owc-footer__tagline {
	color: var(--owc-footer-silver);
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}

.owc-footer__offices,
.owc-footer__section,
.owc-footer__callout {
	width: 100%;
}

.owc-footer__eyebrow,
.owc-footer__section-title {
	color: var(--owc-footer-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2.5px;
	line-height: 1.2;
	margin: 0 0 16px;
	text-transform: uppercase;
    font-family: 'Assistant', sans-serif;
}

.owc-footer__offices .owc-footer__eyebrow {
	color: var(--owc-footer-bronze);
	margin-bottom: 4px;
}

.owc-footer__office-list,
.owc-footer__link,
.owc-footer__detail-title {
	font-size: 15px;
	line-height: 1.6;
}

.owc-footer__office-list {
	color: var(--owc-footer-text);
	font-weight: 500;
	margin: 0;
	text-align: center;
}

.owc-footer__office-list span,
.owc-footer__legal span {
	color: var(--owc-footer-muted);
	padding: 0 3px;
}

.owc-footer__awards {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	margin-top: auto;
}

.owc-footer__awards img:nth-child(1) {
	width: 42px;
	height: 40px;
}

.owc-footer__awards img:nth-child(2) {
	width: 41px;
	height: 40px;
	object-fit: contain;
}

.owc-footer__awards img:nth-child(3) {
	width: 88px;
	height: 30px;
}

.owc-footer__column {
	min-width: 180px;
	max-width: 220px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding-top: 40px;
	flex: 1 1 0;
}

.owc-footer__column--double {
	max-width: 210px;
}

.owc-footer__link-grid,
.owc-footer__link-list,
.owc-footer__detail-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.owc-footer__link-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.owc-footer__link-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.owc-footer__detail-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
}

.owc-footer__link,
.owc-footer__link--static {
	color: var(--owc-footer-text);
	display: inline-block;
	transition: color 0.2s ease;
}

.owc-footer__detail-link {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.owc-footer__detail-title {
	color: var(--owc-footer-text);
	font-weight: 400;
}

.owc-footer__detail-title--emphasis {
	color: var(--owc-footer-bronze);
	font-weight: 600;
}

.owc-footer__detail-copy,
.owc-footer__meta {
	color: var(--owc-footer-muted);
	font-size: 13px;
	line-height: 1.4;
}

.owc-footer__meta {
	font-size: 14px;
	line-height: 1.55;
	margin: 8px 0 0;
}

.owc-footer__underline {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.owc-footer__aside {
	width: 320px;
	min-width: 280px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 40px;
	flex: 0 0 320px;
}

.owc-footer__section form ,
.owc-footer__subscribe {
	display: flex !important;
	align-items: stretch;
	width: 100% !important;
	height: 48px;
	background: rgba(255, 255, 255, 0.07);
	overflow: hidden;
}

.owc-footer__input, 
.owc-footer__section .ginput_container_email input[type=email] {
	background: transparent;
	border: 0 !important;
	color: var(--owc-footer-text);
	flex: 1 1 auto;
	font-size: 14px;
	min-width: 0;
	padding: 0 16px !important;
    border-color: var(--New-Palette-Davys-Gray) !important;
	height:48px;
}
.owc-footer__section .gform_wrapper.gravity-theme .gform_footer{
	margin: 0px;
	padding: 0px;
}
.owc-footer__section .ginput_container_email input[type=email]::placeholder ,
.owc-footer__input::placeholder {
	color: rgba(191, 190, 186, 0.6) !important;
	font-size: 14px;
	font-family: Assistant;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
}

.owc-footer__section .ginput_container_email input[type=email]:focus ,
.owc-footer__input:focus {
	outline: 1px solid rgba(242, 240, 237, 0.4) !important;
	outline-offset: -1px !important;
}

.gform-footer input[type=submit],
.owc-footer__subscribe-button {
	background: var(--owc-footer-text);
	border: 0;
	color: var(--owc-footer-bg);
	cursor: pointer;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0 16px;
	text-transform: uppercase;
	height:100%;
	margin-bottom: 0px !important;
}

.owc-footer__cta-group {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.owc-footer__button {
	border: 1.5px solid var(--owc-footer-border);
	color: var(--owc-footer-text);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	height: 48px;
	padding: 0 24px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.8px;
	width: 255px;
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.owc-footer__button i {
	font-size: 14px;
	font-weight: 300;
}

.owc-footer__call-line {
	color: var(--owc-footer-silver);
	font-size: 18px;
	line-height: 1.55;
	margin: 0;
}

.owc-footer__call-line a {
	color: var(--owc-footer-text);
	font-weight: 600;
}

.owc-footer__subfooter {
	border-top: 1px solid var(--owc-footer-border);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 32px;
	padding-top: 16px;
	padding-right: 8px;
}

.owc-footer__socials {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 210px;
	justify-content: center;
	flex: 0 0 210px;
    color: var(--owc-footer-muted);
	font-size: 18px;
}

.owc-footer__social,
.owc-footer__legal a,
.owc-footer__link,
.owc-footer__detail-link {
	transition: color 0.2s ease, opacity 0.2s ease;
}
.owc-footer__call-line a:hover {
    color: var(--owc-footer-white);
}
.owc-footer__social a{
    color: var(--owc-footer-muted);
}

.owc-footer__legal {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	min-width: 0;
	flex: 1 1 auto;
	color: var(--owc-footer-muted);
	font-size: 14px;
	line-height: 22px;
	text-transform: capitalize;
	text-align: right;
}

.owc-footer__legal p {
	margin: 0;
	white-space: normal;
    color: var(--owc-footer-muted);
}

.owc-footer__legal img {
	width: 23px;
	height: 25px;
	display: inline-block;
	margin-left: 10px;
}

.owc-footer__legal a {
	color: var(--owc-footer-muted);
}

.owc-footer__link:hover,
.owc-footer__detail-link:hover .owc-footer__detail-title,
.owc-footer__detail-link:hover .owc-footer__detail-copy,
.owc-footer__social:hover,
.owc-footer__legal a:hover,
.owc-footer__button:hover {
	color: var(--owc-footer-white);
}

.owc-footer__call-line a:hover,
.owc-footer__link-grid a:hover,
.owc-footer__link-list a:hover,
a.owc-footer__detail-link:hover span.owc-footer__detail-title{
	color: var(--owc-footer-bronze);
}
.owc-footer__button:hover {
	background: rgba(255, 255, 255, 0.04);
	border-color: var(--owc-footer-text);
}
.owc-footer__callout .owc-footer__meta{
    margin-top: 2px;
}
.owc-footer__socials a{
    font-size: 24px;
	width: 21px;
}

nav.nm-right-menu ul li a.mega-menu-link{
    background:var(--New-Palette-Jet) !important;
}
.header-call a{
    border-bottom: 2px solid #BFA782;
    display: inline-block;
}
body.header-transparency:not(.header-on-scroll) .header-call a:hover{
    color: #BFA782 !important;
}
.nm-header-row div#nm-top-bar{
    top:-17px !important;
}

.action_left{
	background: var(--New-Palette-Jet);
}
.header-contact, 
.header-contact a, 
.header-call, .header-call a {
    color: var(--New-Palette-Davys-Gray) !important;
}
.header-transparency-light.header-fixed.has-top-bar:not(.header-on-scroll) .nm-header{
	background: #3c3c3c !important;
}
.header-transparency-dark.header-fixed.has-top-bar:not(.header-on-scroll) .nm-header{
	background:#212322 !important;
	/* background: var(--Nav-Gradient, linear-gradient(180deg, rgba(33, 35, 34, 0.50) 0%, rgba(33, 35, 34, 0.00) 100%)) !important; */
}
.header-transparency-dark.header-fixed.has-top-bar:not(.header-on-scroll) .nm-header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--New-Palette-White);
}
.header-transparency-dark.header-fixed.has-top-bar:not(.header-on-scroll) nav.nm-right-menu ul li a {
    background: var(--New-Palette-Isabelline) !important;
    color: var(--New-Palette-Davys-Gray) !important;
}
.header-transparency #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    color: var(--New-Palette-White) !important;
}

.header-transparency .header-contact, 
.header-transparency .header-contact a, 
.header-transparency .header-call, 
.header-transparency .header-call a {
    color: var(--New-Palette-Isabelline) !important;
}
/*.header-transparency .header-contact a:hover, 
.header-transparency .header-call a:hover {
	color: var(--New-Palette-Davys-Gray) !important;
}*/
.header-transparency  #mega-menu-wrap-right-menu #mega-menu-right-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
	background: var(--owc-footer-bronze) !important;
	color: var(--New-Palette-Black) !important;
}
.header-transparency .nm-header-placeholder {
    display: block;
}
span.header-contact i, 
.header-call i {
    --fa-style: 900;
	--fa-family: "Font Awesome 7 Pro";
}

.action_right .action_item {
    flex-direction: row;
    justify-content: center;
    gap: 5px;
	border-left: 1px solid var(--New-Palette-Silver);
	text-transform: capitalize;
}
.action_right .action_item:first-child {
	border-left: 0px solid var(--New-Palette-Silver);
}
.action_right p {
    font-size: 16px;
    line-height: 120%;
	color: var(--New-Palette-Davys-Gray);
	margin: 0px;
}
.action_right .action_item i{
	font-size: 14px;
	color: var(--New-Palette-Silver);
}
.action_left i{
	margin-left:5px;
}
.action_left a {
    letter-spacing: 1px;
    font-family: Assistant;
}
.action_bar {
    box-shadow: 0 -4px 12px 0 rgba(0, 0, 0, 0.20);
}
.header-transparency #mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1:after{
	color:var(--New-Palette-White);
	font-weight: 300;
	font-size: 30px;
}
#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1:after  ,
#mega-menu-wrap-mobile-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after{
    color: var(--New-Palette-Black);
    font-size: 30px;
    font-weight: 300;
}

#mega-menu-wrap-mobile-menu .mega-menu-toggle + #mega-menu-mobile-menu li.mega-menu-item.mega-where-to-start-mobile > ul.mega-sub-menu{
	background:transparent !important;
	border-bottom: 0px solid var(--New-Palette-Silver) !important;
}
li.mega-where-to-start-mobile p{
	color: var(--New-Palette-Silver);
	font-family: Assistant;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 15.6px */
	text-align:left;
	margin-bottom:0px !important;
}
li.mega-where-to-start-mobile li.mega-menu-item{
	padding: 0px 0px !important;
	text-align: right !important;
}
li.mega-where-to-start-mobile a{
	color: var(--New-Palette-White);
	text-align: center;
	font-family: Assistant;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 19.2px */
	letter-spacing: 1px;
	text-transform: uppercase;
}
li.mega-where-to-start-mobile{
	background: var(--New-Palette-Jet) !important;
	padding: 4px 16px !important;
}
li.mega-where-to-start-mobile .mega-menu-row > .mega-sub-menu{
	display: flex !important;
	gap: 24px;
	justify-content: center;
	align-items: center;
	height: 44px !important;
}
li.mega-where-to-start-mobile .mega-menu-row > .mega-sub-menu > li{
	width:auto;
	float:none;
}
.parent_menu_mobile > ul.mega-sub-menu li:first-child .textwidget{
	position: relative;
	z-index: 1;
}
.parent_menu_mobile > ul.mega-sub-menu li:first-child .textwidget::after {
    content: "\2b" !important;
    margin-left: 5px;
    font-family: "Font Awesome 7 Pro";
    position: absolute;
    right: 12px;
    top: 2px;
	color: var(--New-Palette-Davys-Gray);
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	z-index: -1;
}
.parent_menu_mobile.wow-menu-cliked > ul.mega-sub-menu li:first-child .textwidget::after {
    content: "\f068" !important;
}
.parent_menu_mobile.wow-menu-cliked{
	background-color: var(--New-Palette-White) !important;
}
a.mobile_parent_link{
	color: var(--New-Palette-Black);
	font-family: Assistant;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px 10px 0px 16px;
}
.centeral-menus.wow-menu-cliked > ul.mega-sub-menu > li {
    padding-top: 12px !important;
}
.centeral-menus.wow-menu-cliked > ul.mega-sub-menu > li:first-child {
    padding-top: 0px !important;
}
.centeral-menus.wow-menu-cliked > ul.mega-sub-menu > li:nth-child(2) {
    padding-top: 8px !important;
}
#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 120%;
}
#mega-menu-right-menu > li > ul > li.mega-menu-row > ul.mega-sub-menu{
    justify-content: center;
}
.desktop-view nav.nm-right-menu li.mega-menu-column.mega-custom_menu_icon{
    max-width: none !important;
}
#mega-menu-wrap-right-menu > #mega-menu-right-menu > li.mega-menu-item.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu{
    background: var(--New-Palette-Isabelline);
}
#mega-menu-wrap-right-menu > #mega-menu-right-menu > li.mega-menu-item.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu > li > ul.mega-sub-menu{
    max-width: 1292px;
    margin-left: auto;
    margin-right: auto;
}
#mega-menu-wrap-right-menu #mega-menu-right-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    margin: 42px 0px;
}
#mega-menu-wrap-right-menu #mega-menu-right-menu > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-right-menu #mega-menu-right-menu > li.mega-menu-item > a.mega-menu-link:focus {
    background: var(--owc-footer-bronze) !important;
	color: var(--New-Palette-Black) !important;
}
.desktop-view nav.nm-right-menu li.mega-menu-column.mega-custom_menu_icon {
    border-right: 0px solid !important;
}
.desktop-view nav.nm-right-menu li.mega-menu-column.mega-custom_menu_icon:last-child {
    border-right: 1px solid var(--New-Palette-Silver) !important;
}
#mega-menu-wrap-right-menu #mega-menu-right-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-custom_menu_icon:hover {
	border: 1px solid var(--New-Palette-Silver) !important;
	border-right: 0px solid !important;
}
#mega-menu-wrap-right-menu #mega-menu-right-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-custom_menu_icon:last-child:hover {
	border-right: 1px solid var(--New-Palette-Silver) !important;
}

.header-transparency .header-contact a:hover, 
.header-transparency .header-call a:hover {
    color: var(--owc-footer-bronze) !important;
}
.owc-footer__link-grid li{
	line-height: normal;
}

.popup_outer_wrpr_main .popup_outer_wrpr .popup_inner_wrpr {
    max-height: 500px;
}

@media  (min-width: 1130px) and (max-width: 1279px) {
	.owc-footer__main, .owc-footer__subfooter {
		max-width: 890px;
	}
}
@media (max-width: 1279px) {
	.owc-footer {
		padding-left: 30px;
		padding-right: 30px;
	}

	.owc-footer__main {
		flex-wrap: wrap;
		gap: 50px 40px;
		justify-content: center;
	}

	.owc-footer__brand {
		width: 230px;
		min-width: 230px;
	}

	.owc-footer__column,
	.owc-footer__column--double {
		max-width: 200px;
		min-width: 180px;
		padding-top: 0;
		flex: 0 1 200px;
	}

	.owc-footer__aside {
		padding-top: 0;
		flex: 0 1 320px;
	}

	.owc-footer__subfooter {
		flex-direction: column;
		padding-right: 0;
	}

	.owc-footer__socials,
	.owc-footer__legal {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.owc-footer__legal {
		flex-wrap: wrap;
	}
    .owc-footer__column--double-2{
        max-width: 338px;
        flex:0 1 338px
    }
    .owc-footer__socials{
        flex: 0 0 0px;
    }
	.owc-footer {
		padding-bottom:55px;
	}
	nav.nm-mobile-menu .mobile-humburger{
		top:6px;
	}
	.mobile-logo-wrapper{
		margin-left: 3px;
	}
	.mobile-humburger{
		margin-right: 3px;
	}
	.owc-footer__subfooter {
		gap: 16px;
		margin-top: 50px;
	}
}

@media (max-width: 1080px) {
	li.mobile-get-free-consult .contact_nav_item i{
		width: 100%;
	}
	.mega-contact_nav_item.contact_nav_item > a.mega-menu-link {
		min-width: 80px !important;
	}
	li.mega-call-contact-chat .mega-menu-row > .mega-sub-menu{
		display: flex !important;
		justify-content: center;
		align-items: center;
		height: 46px !important;
	}
	li.mega-call-contact-chat .mega-menu-row > .mega-sub-menu .textwidget a{
		display: flex;
		align-items: center;
		justify-content: center;
		gap:5px;
	}
	li.mega-call-contact-chat .mega-menu-row > .mega-sub-menu .textwidget i{
		color: var(--New-Palette-Silver);
		font-size: 14px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
	}
	li.mega-call-contact-chat .mega-menu-row > .mega-sub-menu .textwidget p{
		margin-bottom:0px !important;
		color: var(--New-Palette-Davys-Gray);
		font-family: Assistant;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 120%; /* 19.2px */
		text-transform: capitalize;
	}
	#mega-menu-wrap-mobile-menu .mega-menu-toggle + #mega-menu-mobile-menu li.mega-menu-item.mega-call-contact-chat > ul.mega-sub-menu{
		background: var(--New-Palette-White) !important;
		border-bottom: 0px solid var(--New-Palette-Silver) !important;
	}
	a.menu-clkd {
		text-align: left !important;
	}
	.centeral-menus.wow-menu-cliked > ul.mega-sub-menu {
		max-width: none !important;
	}
	li.mega-call-contact-chat .mega-menu-row > .mega-sub-menu .textwidget a span {
		border-bottom: 2px solid #BFA782;
	}
	li.mega-call-contact-chat .mega-menu-row > .mega-sub-menu .textwidget i + p,
	li.mega-call-contact-chat .mega-menu-row > .mega-sub-menu .textwidget i + p span{
		font-weight: 600;
	}
	.mega-contact_nav_item.contact_nav_item > a.mega-menu-link svg, .mega-contact_nav_item.contact_nav_item > a.mega-menu-link i {
		margin-bottom: 10px;
	}

	
}
@media (max-width: 1024px) {
	.header-on-scroll #mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1:after {
        color: var(--New-Palette-Davys-Gray) !important;
    }
	.owc-footer img {
		height: 114px;
		width: 143px;
	}
	.mobile-view .mb-custom-homes:after {
		top: 1px;
		/*background-image: url('../images/Tablet-Custom-Homes.jpg') !important;*/
	}
	.mobile-view .mb-inspiration:after {
		background-size: 110% !important;
		top: 0px;
	}
	.owc-footer__legal img{
		width: 23.5px;
		height: 25px;
	}
}

@media (max-width: 993px) {
	.mobile-view .mega-mb-about-bg#mega-menu-1922-0-0:after {
		background-size: auto 130px !important;
		top: -7px !important;
	}
	.mobile-view .wow-menu-opened.mega-mb-about-bg#mega-menu-1922-0-0:after {
		background-image: url('../images/about_nav_tablet.jpg') !important;
		background-size: auto 160px !important;
		background-position: center top!important;
		bottom: 0px !important;
		top: 3px !important;
	}
}
@media (max-width: 767px) {
	.owc-footer {
		padding: 20px 20px 50px;
	}
	.mobile-view .mb-inspiration:after {
		background-size: cover !important;
	}
	.mobile-view .mega-mb-about-bg#mega-menu-1922-0-0:after {
		background-size: auto 173px !important;
	}
	.owc-footer__main {
		display: flex;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 40px;
		flex-direction: row;
	}
	.owc-footer__button{
		width: 100%;
	}
	.owc-footer__brand,
	.owc-footer__aside {
		grid-column: 1 / -1;
		width: 100%;
		min-width: 0;
	}

	.owc-footer__brand {
		gap: 25px;
	}

	.owc-footer__logo {
		width: 143px;
	}

	.owc-footer__tagline {
		font-size: 14px;
	}

	.owc-footer__awards {
		justify-content: center;
		gap: 16px;
	}

	.owc-footer__column,
	.owc-footer__column--double {
		min-width: 0;
		max-width: none;
		width: 100%;
		flex: none;
		gap: 40px;
	}
	.owc-footer__column.owc-footer__column--double {
		flex-direction: row;
		gap:24px;
	}
	.owc-footer__column_inspiration{
		gap: 24px;
		flex: 1 1 110px;
	}
	.owc-footer__column.owc-footer__column--double-2{
		flex-direction: column;
		gap: 32px;
		flex: 1 1 110px;
	}

	.owc-footer__aside {
		gap: 20px;
		flex: none;
	}

	.owc-footer__callout,
	.owc-footer__call-line,
	.owc-footer__meta,
	.owc-footer__legal {
		text-align: center;
	}

	.owc-footer__subfooter {
		gap: 10px;
	}

	.owc-footer__legal {
		font-size: 12px;
		line-height: 1.7;
		gap: 5px;
	}
	.owc-footer__legal p {
		width: 100%;
		display: contents;
	}
	.mobile-logo-wrapper{
		margin-left: 18px;
	}
	.mobile-humburger{
		margin-right: 18px;
	}
	.header-transparency #mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1:after {
		font-size: 20px;
	}
	#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1:after ,
	#mega-menu-wrap-mobile-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after{
		font-size: 20px;
	}
	li.mega-where-to-start-mobile .mega-menu-row > .mega-sub-menu{
		gap: 16px;
	}
	#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu.mega-call-contact-chat > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
		padding: 0px 0px !important;
	}
	.owc-footer__section .gform_body{
		width: 100% !important;
	}
	.owc-footer__section .owc-footer__meta{
		text-align: left;
	}
	.owc-footer__subfooter {
		gap: 10px;
		margin-top: 40px;
	}
	.mobile-view .mega-mb-about-bg#mega-menu-1922-0-0:after {
		background-size: auto 100px !important;
	}
	.mobile-view .mega-mb-about-bg#mega-menu-1922-0-0:after {
		background-size: auto 115px !important;
	}
	.mobile-view .mega-mb-about-bg.wow-menu-opened#mega-menu-1922-0-0:after {
		background-size: 100% !important;
		bottom: 0px !important;
		top: auto !important;
		background-position: center bottom !important;
	}
}

@media (max-width: 640px) {
	.mobile-view li#mega-menu-1922-0-0:after {
		background-size: 90% !important;
	}
	.mobile-view .mega-mb-about-bg#mega-menu-1922-0-0:after {
		background-size: auto 120px !important;
	}
}

@media (max-width: 480px) {
	#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu.mega-call-contact-chat > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
		min-width: 105px;
		max-width: fit-content;
	}
	.mobile-view .mega-menu-column.mb-inspiration:after {
		background-size: cover !important;
		bottom: 0px !important;
		top: 3px;
	}
	.mobile-view .mega-menu-column.mb-inspiration:after {
		background-image: url('../images/Dropdown-Inspiration-mobile.jpg') !important;
		min-height: 110px !important;
		background-position: center bottom !important;
		background-size: 100%px !important;
	}
	.mobile-view .mega-mb-about-bg#mega-menu-1922-0-0:after {
		bottom: 0px !important;
		background-size: 200px !important;
		top: 0px !important;
		min-height: 140px !important;
	}
	.mobile-view .mega-mb-about-bg.wow-menu-opened#mega-menu-1922-0-0:after {
		background-image: url('../images/Open-AboutUs-Mobile.jpg') !important;
		top:10px !important;
		min-height: 190px !important;
		background-size: 100% !important;
	}
}

@media (max-width: 380px) {
	.action_right p {
    	font-size: 14px;
	}
	.action_right .action_item i {
		font-size: 13px;
	}
	.action_left a,
	li.mega-where-to-start-mobile a{
		font-size: 14px;
	}
	li.mega-where-to-start-mobile p{
		font-size: 12px;
	}
	.owc-announcement-bar--layout-row{
		padding-top:2px;
		padding-bottom:2px;
	}
	li.mega-call-contact-chat .mega-menu-row > .mega-sub-menu .textwidget p{
		font-size: 13px;
	}
}