/*
Theme Name: Mihouse Child
Theme URI: https://wpbingosite.com/wordpress/mihouse
Author: wpbingo
Description: This is a child theme for Mihouse
Version: 1.0
Author URI: http://wpbingosite.com
Template: mihouse
Text Domain: mihouse-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* GLOBAL */
::selection {
	color: #fff;
	background: #0093d0;
}
body {
	font-family: 'Open-Sans', sans-serif;
}
a, a:focus, a:hover {
	color: #0093d0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Open-Sans', sans-serif;
	font-weight: 400;
	letter-spacing: -1px;
}
.h5, .h6, h5, h6 {
	letter-spacing: 0 !important;
}
p {
	font-family: 'Open-Sans', sans-serif;
	line-height: 1.8;
}
.bwp-main .page-title {
	padding-top: 300px !important;
	padding-bottom: 300px !important;
	margin-bottom: 50px !important;
}
.back-top {
	background-color: #0093d0;
	border-color: #0093d0;
}
.back-top:hover {
	background-color: #0093d0;
	border-color: #0093d0;
}

/* UTILITIES */
.font-bold {
	font-weight: 900;
}

.max-w-610{
	max-width: 610px;
	margin-left: auto;
	margin-right: auto;
}

/* SUB HEADER */
.top-header-container.container {
	background: rgba(31, 31, 31, 0.8);
	padding: 5px 0;
	width: 100%;
}
.sub-header {
	max-width: 1300px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	font-size: 1.3rem;
}
.sub-header .sub-nav {
	display: flex;
}
.sub-header .sub-nav .sub-nav-items:not(:first-child) {
	margin-left: 10px;
}
.sub-header .sub-nav .sub-nav-items i {
	margin-right: 0.5rem;
}
.sub-nav .sub-nav-items {
	color: white;
}
.sub-nav .sub-nav-items a {
	color: white;
}
.sub-nav .sub-nav-items .social-link li {
	margin: 0 0 0 10px;
}
.sub-nav .sub-nav-items .social-link li a i {
	color: white;
	vertical-align: middle;
	font-size: 1.3rem;
}
@media (max-width: 768px) {
	.sub-header {
		padding: 0px 20px;
	}
}
@media (max-width: 992px) {
	.sub-header {
		padding: 0px 20px;
	}
}

/* HEADER */
.bwp-header.header-v2 {
	/* 	background: transparent !important; */
}
#bwp-header {
	position: fixed;
	top: 0;
	width: 100%;
}
.bwp-header .wpbingoLogo a img {
	height: 80px;
}
.bwp-header.header-v2 .header-content {
	background: rgba(63, 68, 80, 0.8);
	padding: 10px 0 15px 0;
}
@media (max-width: 768px) {
	.bwp-header.header-v2 .header-content {
		padding: 10px 20px 10px 20px;
		background: rgba(63, 68, 80);
	}
	.bwp-header.header-v2 {
		background: transparent !important;
	}
}
@media (max-width: 992px) {
	.bwp-header.header-v2 .header-content {
		padding: 10px 20px 10px 20px;
	}
}
.bwp-header.sticky {
	background: #3f4450;
}
.main-header-container.container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1300px;
	padding: 0;
}
.main-header-container.container:before, .main-header-container.container:after {
	content: '';
	display: none;
}
.bwp-header.header-v2 .header-content .main-header-container.container .header-logo {
	padding: 0;
}
.bwp-header.header-v2 .header-content .main-header-container.container .header-menu {
	padding: 0;
}
.bwp-navigation ul {
	/* 	float: right; */
}
.bwp-navigation ul>li.level-0.current-menu-ancestor>a, .bwp-navigation ul>li.level-0.current-menu-item>a, .bwp-navigation ul>li.level-0.current_page_item>a, .bwp-navigation ul>li.level-0:hover>a {
	color: #0093d0;
}
.bwp-navigation ul>li.level-0>a {
	font-family: 'Open-Sans', sans-serif;
	font-weight: 600;
	/* 	padding: 0 10px; */
	font-size: 14px !important;
}
.bwp-navigation ul>li.level-0>a:focus, .bwp-navigation ul>li.level-0>a:hover {
	color: #0093d0;
}
.bwp-header.header-v2 .header-content .main-header-container.container .header-right {
	padding: 0 ;
}
.bwp-header.header-v2 .header-content .main-header-container.container .header-right .btn-newletter {
	padding: 0;
	width: 100%;
	text-align: center;
}
.bwp-header.header-v2 .header-content .main-header-container.container .header-right .btn-newletter:hover {
	background-color: #0093d0;
	color: white;
}
.btn-newletter a span {
	-webkit-font-smoothing: antialiased;
	font-family: 'Open-Sans', sans-serif;
	box-sizing: border-box;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 42px;
	font-weight: 700;
	color: #fff;
	background: transparent;
	border: 2px solid hsla(0,0%,100%,.2);
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	padding: 0 10px;
	width: 100%;
	text-align: center;
}

.btn-newletter a span:hover {
	background: #0093d0;
	color: white;
}
/* MAIN NAV DRAWER */
.bwp-canvas-navigation {
	left: unset !important;
	right: 0 !important;
	width: 240px !important;
	-webkit-transform: translate3d(100%,0,0) !important;
	transform: translate3d(100%,0,0) !important;
}
.bwp-canvas-navigation.active {
	-webkit-transform: translateZ(0) !important;
	transform: translateZ(0) !important;
}
.remove-megamenu.icon-remove {
	height: 111px !important;
}
.bwp-canvas-navigation .mm-menu {
	top: 111px !important;
}
/* FOOTER */
#bwp-footer a {
	color: #0093d0;
}

.tp-leftarrow.tparrows.hebe, .tp-rightarrow.tparrows.hebe {
	display: none !important;
}
.fixed-btn {
	cursor: pointer;
	position: fixed;
	right: 50px;
	bottom: 50px;
	text-transform: uppercase;
	color: white;
	/* 	background: gold; */
	/* 	padding: 0.5rem; */
	text-align: center;
	z-index: 999;
}
/* text size change  */
.text-block-wapper-3 .title {
	font-size: 40px;
	color: white;
	line-height: 1.2;
	font-weight: 400;
}
.text-block-wapper-2 h2, .text-block-wraper2 .title, .text-block-wraper4 .title {
	font-size: 40px;
}
.text-block--wapper-2 .title h2 {
	font-size: 24px;
}
/* testimonials on home page */
.bwp-testimonial.style-1 .star:after, .bwp-testimonial.style-1 .star:before {
	color: #0093d0;
	font-size: 24px;
}
.testimonial-item {
	color: white;
	line-height: 1.8;
}
.bwp-testimonial.style-1 .testimonial-customer-position {
	margin-top: 40px;
}
.bwp-testimonial.style-1 .testimonial-customer-name {
	font-size: 20px;
	color: #0093d0;
}
.bwp-testimonial.style-1 .testimonial-job {
	font-size: 16px;
	color: white;
}
.bwp-testimonial.style-1 .testimonial-image {
	display: none;
}
.bwp-testimonial.style-1 .testimonial-customer-name:after, .bwp-testimonial.style-1 .testimonial-customer-name:before {
	background: #0093d0;
}
.bwp-testimonial.style-1 .slick-dots li.slick-active button, .bwp-testimonial.style-1 .slick-dots li:hover button {
	background: #0093d0;
}
.bwp-testimonial.style-1 .slick-dots li button {
	border: 1px solid #0093d0;
}
.bwp-testimonial.style-1 .slick-dots {
	margin-top: 0;
}
/* SHADOW ON FIRST SECTION */
.shadow > .elementor-container > .elementor-row {
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.elementor-9409 .elementor-element.elementor-element-caae69b > .elementor-element-populated{
	box-shadow: 0 25px 50px 12px rgba(0, 0, 0, 0.25);
}
/*
@media screen and (max-width: 1024px) {
.elementor-39350 .elementor-element.elementor-element-74350287 img{
box-shadow: none;
}
}

@media screen and (max-width: 1024px) {
.elementor-7997 .elementor-element.elementor-element-7507e2eb > .elementor-element-populated, .elementor-7997 .elementor-element.elementor-element-da3a485 > .elementor-element-populated, .elementor-7997 .elementor-element.elementor-element-99c02e4 > .elementor-element-populated, .elementor-7997 .elementor-element.elementor-element-499837b9 > .elementor-element-populated, .elementor-7997 .elementor-element.elementor-element-d7a1911{
box-shadow: 0px 25px 50px -12px rgb(0 0 0 / 25%);
z-index: 2;
}
}

*/

/* LIST STYLE UNDER LINE */
.elementor-icon-list-item {
	border-bottom: 1px solid #ececec;
	padding-bottom: 0.7rem !important;
	margin-bottom: 0.7rem !important;
}
/* MARGIN AROUND THE IMAGE */
.margin-1 {
	margin: 1rem;
}

/* PMP DIFFERENCE LIST FOR NESTED BULLETS */
.pmp-list .elementor-icon-list-item:nth-child(4), .pmp-list .elementor-icon-list-item:nth-child(5) {
	padding-left: 2rem !important;
}
.pmp-list .elementor-icon-list-item:nth-child(3), .pmp-list .elementor-icon-list-item:nth-child(4) {
	border-bottom: none !important;
}
.stag-box {
	position: absolute;
	top: calc(100% - 55px);
}

/* ABOUT US PAGE */
/* header background image */
.page-id-39318 .page-title.bwp-title {
	background-image: url('/wp-content/uploads/2020/08/iStock-1146007148_modified_3.png') !important;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-title.bwp-title > .container{
	display: none !important;
}
/* float box  */
.about-float-box {
	position: absolute;
	top: calc(100% - 55px);
	left: -50px;
}
/* testimonial area */
.page-id-39318 .testimonial-item .post-excerpt {
	color: white;
}
/* about page remove footer margin top */
.page-id-39318 #bwp-footer, .page-id-39352 #bwp-footer, .page-id-9382 #bwp-footer {
	margin-top: 0;
}

/* HOME PAGE MAPS */
.gm-style-iw.gm-style-iw-c {
	max-width: 255px !important;
	padding: 15px 15px 10px 15px !important;
}
.gm-style-iw-d {
	max-height: none !important;
	height: auto !important;
	overflow: auto !important;
}
.wpgmza_infowindow_title {
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}
.wpgmza_infowindow_address {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
.wpgmza_infowindow_link {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #0099cc;
	margin-bottom: 0;
}
.wpgmza-infowindow p:last-of-type {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #0099cc;
	margin-bottom: 0;
}

/* FIXED NEWSLETTER ICON  */
.newsletterpopup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	height: 100%;
	overflow-y: unset;
	margin: 1rem;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 5px;
}
.newsletterpopup .wp-newletter {
	position: relative;
	padding: 50px 50px 50px 50px;
	height: auto;
	/* 	min-height: 650px; */
	flex-shrink: 0;
	max-height: 100%;
	width: 560px;
	overflow-y: auto;
	border-radius: 5px;
}
.newsletterpopup .close-popup {
	font-size: 24px;
	line-height: 24px;
	width: 24px;
	height: 24px;
	color: #7a7a7a;
}

.btn-newletter {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	/* 	width: 48px; */
	height: 48px;
	text-align: center;
	position: fixed;
	bottom: 70px;
	padding: 10px 15px;
	line-height: 28px;
	right: 30px;
	z-index: 9;
	color: #fff;
	transform: translateY(20px);
	transition: all .3s ease;
	background-color: #F68B1F;
	border-color: #F68B1F;
}
.btn-newletter svg {
	text-align: center;
	color: #fff;
	fill: white;
	box-sizing: border-box;
	font: normal normal normal 14px/1 Material;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	width: 16px;
	/* 	height: 16px; */
	line-height: 1;
	display: inline-block;
	color: white;
	vertical-align: middle;
}
.btn-newletter span {
	margin-right: 1rem;
}

/* PMP DIFFERENCE PAGE */
/* header background image */
.page-id-39350 .page-title.bwp-title {
	background-image: url('/wp-content/uploads/2020/12/shutterstock_1373597237.jpg') !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 20%;
}
.page-id-39350 #bwp-footer {
	margin-top: 0;
}
/* MANAGEMENT SERVICES PAGE */
/* header background image */
.page-id-7997 .page-title.bwp-title {
	background-image: url('/wp-content/uploads/2020/12/shutterstock_1392175103-1.jpg') !important;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-id-7997 #bwp-footer {
	margin-top: 0;
}

/* OUR TEAM PAGE */
/* header background image */
.page-id-9382 .page-title.bwp-title {
	background-image: url('/wp-content/uploads/2020/12/AdobeStock_198204386-scaled.jpeg') !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 70%;
}

/* OUR TEAM - NEW PAGE */
/* header background image */
.page-id-39958 .page-title.bwp-title {
	background-image: url('/wp-content/uploads/2020/12/AdobeStock_198204386-scaled.jpeg') !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 70%;
}

/* PMP URBAN PAGE */
/* header background image */
.page-id-39352 .page-title.bwp-title {
	background-image: url('/wp-content/uploads/2020/12/shutterstock_683390722.jpg') !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 20%;
}

/* PMP SITE DRAFT PAGE */
/* header background image */
.page-id-39963 .page-title.bwp-title {
	background-image: url('/wp-content/uploads/2025/02/Featured-image-Austin-TX-USA.jpg') !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 10%;
}

.loop-pagination>ul.page-numbers li a.current, .loop-pagination>ul.page-numbers li a:hover, .loop-pagination>ul.page-numbers li span.current, .loop-pagination>ul.page-numbers li span:hover, .woocommerce-pagination>ul.page-numbers li a.current, .woocommerce-pagination>ul.page-numbers li a:hover, .woocommerce-pagination>ul.page-numbers li span.current, .woocommerce-pagination>ul.page-numbers li span:hover {
	background-color: #0093d0 !important;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}
.post-single .post-content .post-entry-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
}
.post-single .post-content .post-entry-bottom .prevNextArticle .previousArticle a:hover, .post-single .post-content .post-entry-bottom .prevNextArticle .nextArticle a:hover {
	background-color: #0093d0 !important;
}
.author .blog-content-grid .entry-post .post-content .read-more:hover, .author .blog-content-masonry .entry-post .post-content .read-more:hover, .category-posts .cate-post-content .blog-content-grid .entry-post .post-content .read-more:hover, .category-posts .cate-post-content .blog-content-masonry .entry-post .post-content .read-more:hover, .search .blog-content-grid .entry-post .post-content .read-more:hover, .search .blog-content-masonry .entry-post .post-content .read-more:hover {
	color: #0093d0 !important;
}
.entry-thumb.single-thumb {
	display: none;
}
.category-posts .cate-post-content .grid-post {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: wrap;
}
.grid-post .entry-post {
	flex: 1;
	display: flex;
	/* flex-direction: column; */
	/* flex-wrap: wrap;*/
}
.category-posts .cate-post-content .blog-content-grid .entry-post .post-content {
	display: flex;
	flex-direction: column;
}
.category-posts .cate-post-content .blog-content-grid .entry-post .post-content .read-more {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.category-posts .cate-post-content .blog-content-grid .entry-post .post-content .read-more:after {
	position: relative !important;
	top: -5px;
}
/* FACEBOOK FEED LAYOUT */
#cff.cff-masonry.masonry-2-desktop .cff-item {
	/* 	width: 40% !important; */
	/* 	margin: 0 5% !important; */
}


@media (max-width: 640px) {
	.wpbingoLogo a img {
		max-width: 90px;
	}
	.sub-header {
		flex-direction: column;
	}
	.home #rev_slider_1_1_forcefullwidth {
		margin-top: 98px !important;
	}
}

/* GRAVITY FORMS */
body .gform_wrapper ul li.gfield {
	margin-top: 10px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 10px !important;
	line-height: 1 !important;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
	display: block !important;
	line-height: 1 !important;
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-size: 16px !important;
	line-height: 1 !important;
	color: #333333;
	font-weight: 400 !important;
}
.gform_wrapper.gravity-theme .gfield select.large {
	line-height:1.4 !important;
}
input[type="submit"] {
	line-height: 1;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	padding: 15px 30px;
	font-size: 14px;
	text-transform: uppercase;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #0093D0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0093D0;
	border-radius: 0px 0px 0px 0px;
}
.gform_wrapper .gform_footer {
	margin: 0 !important;
}


.modal-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: 100%;
	display: none;
	z-index: 999999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.modal-content {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 50px 34px 34px 50px; 
	width: 560px;
	max-height: calc(100% - 70px);
	margin: 10px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: -0.1px 7px 7.6px 0.4px rgba(51,51,51,.44);
	box-shadow: -0.1px 7px 7.6px 0.4px rgba(51,51,51,.44);
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.modal-content i {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: center;
	z-index: 1;
	font-size: 24px;
	line-height: 24px;
	width: 24px;
	height: 24px;
	color: #7a7a7a;
}
.modal-hr {
	margin-top: 18px;
	margin-bottom: 23px;
}
.modal-footer-content p {
	line-height: 1.3;
}
@media (max-width: 768px) {
	.modal-content {
		margin: 0;
		width: 100%;
		padding: 50px;
		max-height: 100%;
	}
	.blog-top-section {
		flex-direction: column;
	}
	.blog-top-section {
		text-align: center;
	}
	.gform_wrapper.gravity-theme input[type=submit] {
		width: 100%;
	}
	.top-header-container {
		display: none;
	}
	.sm-block {
		display: block;
	}
}
@media (max-width: 375px) {
	.home section {
		/* 		left: 0!important; */
	}
}
@media (max-width: 991px){
	.bwp-canvas-navigation.active .remove-megamenu {
		background: rgba(63, 68, 80);
	}
	.bwp-canvas-navigation .mm-menu ul>li.current_page_item>a>span.menu-item-text, .bwp-canvas-navigation .mm-menu ul>li.level-0.current_page_item>a>span.menu-item-text {
		color: #0093d0;
	}
}

.single-post .post-single .post .entry-info .entry-meta-link, .single-post .post-single .post .entry-info .cat-links {
	display: none;
}

.blog-top-section {
	padding: 30px;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	gap: 30px;
}
.blog-top-section p {
	margin: 0;
}
/* 404 PAGE */
.error404 .page-title.bwp-title {
	display: none;
}
.error404 .bwp-main .content-404 .title-error .title-error-top, .error404 .bwp-main .content-404 .title-error .sub-title-error, .error404 .bwp-main .content-404 .title-error .sub-title-error span {
	font-family: inherit !important;
	color: #2d2d2d !important;
}
.error404 .bwp-main .content-404 .content-page-404 a {
	line-height: 1;
	text-align: center;
	transition: all .3s;
	box-shadow: none;
	text-decoration: none;
	width: auto;
	padding: 15px 30px;
	font-size: 14px;
	text-transform: uppercase;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #0093D0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0093D0;
	border-radius: 0px 0px 0px 0px;
}
.error404 .bwp-main .content-404 .content-page-404 a:hover {
	background: white;
	border-color: #0093D0;
	color: #0093D0;
}
.error404 .bwp-main .content-404 {
	padding-bottom: 100px;
}
.v-align {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 640px) {
	.v-align {
		flex-direction: column;
		align-items: start;
	}
}
.mw-1100 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}



/* Gil's Mobile QA Notes */

@media screen and (max-width: 768px) {
	.btn-newletter  {
		/*margin-bottom: -30px!important;
		margin-right: -10px!important;*/
		z-index: 999999!important;
		right: 10px;
	}
	.btn-newletter span {
		display: none;
	}
	/*.elementor-9409 .elementor-element.elementor-element-2c43f7e {
	text-align: center;
}
	.elementor-9409 .elementor-element.elementor-element-41d15c3 .elementor-heading-title {
	text-align: center;
}*/
}

.bwp-header .wpbingoLogo a img{
	height: 90px!important;
}

.cff-item {
	z-index: 0 !important;
}

@media screen and (max-width: 768px) {
	.newsletterpopup .wp-newletter {
		width: auto;
	}
	#newsletterpopup {
		width:100vw;
		margin: 0px;
	}
}

/*
.elementor-grid-item .elementor-social-icon{
margin-left: 5px;
margin-right: 5px;
}
*/

/*
@media (max-width: 1024px){
.elementor-9409 .elementor-element.elementor-element-2919046, .elementor-9409 .elementor-element.elementor-element-7a17040, .elementor-9409 .elementor-element.elementor-element-2a393b2 {
margin-left: 10%;
}
}
*/

@media (max-width: 1024px){
	.shadow > .elementor-container > .elementor-row{
		box-shadow: 0 25px 30px -12px rgb(0 0 0 / 25%);
	}
	.elementor-9409 .elementor-element.elementor-element-7a17040 > .elementor-element-populated {
		transform: translate(0px, -20px);
	}
}




@media (max-width: 1024px){
	#home-bluebox-padding-fix {
		margin-bottom: -45px;
	}
}



@media (max-width: 854px){
	#home-bluebox-padding-fix {
		margin-bottom: -45px;
	}
}

@media (max-width: 839px){
	#home-bluebox-padding-fix {
		margin-bottom: -15px;
	}
}

@media (max-width: 767px){
	#home-bluebox-padding-fix {
		margin-bottom: -95px;
	}
}

@media (max-width: 747px){
	#home-bluebox-padding-fix {
		margin-bottom: -70px;
	}
}

@media (max-width: 667px){
	#home-bluebox-padding-fix {
		margin-bottom: -70px;
	}
}

@media (max-width: 599px){
	#home-bluebox-padding-fix {
		margin-bottom: -40px;
	}
}
/*
@media (max-width: 652px){
#home-bluebox-padding-fix {
margin-bottom: -40px;
}
}
*/
@media (max-width: 547px){
	#home-bluebox-padding-fix {
		margin-bottom: -40px;
	}
}
/*
@media (max-width: 537px){
#home-bluebox-padding-fix {
margin-bottom: -100px;
}
}

@media (max-width: 537px){
#home-bluebox-padding-fix {
margin-bottom: -10px;
}
}

@media (max-width: 522px){
#home-bluebox-padding-fix {
margin-bottom: 170px;
}
}
*/

@media (max-width: 506px){
	#home-bluebox-padding-fix {
		margin-bottom: -10px;
	}
}
/*
@media (max-width: 497px){
#home-bluebox-padding-fix {
margin-bottom: 170px;
}
}
*/
@media (max-width: 484px){
	#home-bluebox-padding-fix {
		margin-bottom: 170px;
	}
}
/*
@media (max-width: 459px){
#home-bluebox-padding-fix {
margin-bottom: 200px;
}
}
*/
@media (max-width: 448px){
	#home-bluebox-padding-fix {
		margin-bottom: 200px;
	}
}

@media (max-width: 414px){
	#home-bluebox-padding-fix {
		margin-bottom: 225px;
	}
}
/*
@media (max-width: 396px){
#home-bluebox-padding-fix {
margin-bottom: 255px;
}
}

@media (max-width: 382px){
#home-bluebox-padding-fix {
margin-bottom: 280px;
}
}

@media (max-width: 380px){
#home-bluebox-padding-fix {
margin-bottom: 280px;
}
}
*/
@media (max-width: 371px){
	#home-bluebox-padding-fix {
		margin-bottom: 255px;
	}
}
/*
@media (max-width: 365px){
#home-bluebox-padding-fix {
margin-bottom: 310px;
}
}
*/
@media (max-width: 359px){
	#home-bluebox-padding-fix {
		margin-bottom: 280px;
	}
}
/*
@media (max-width: 350px){
#home-bluebox-padding-fix {
margin-bottom: 335px;
}
}
*/
@media (max-width: 344px){
	#home-bluebox-padding-fix {
		margin-bottom: 310px;
	}
}

@media (max-width: 334px){
	#home-bluebox-padding-fix {
		margin-bottom: 335px;
	}
}

@media (max-width: 317px){
	#home-bluebox-padding-fix {
		margin-bottom: 360px;
	}
}
/*
@media (max-width: 306px){
#home-bluebox-padding-fix {
margin-bottom: 365px;
}
}

@media (max-width: 301px){
#home-bluebox-padding-fix {
margin-bottom: 365px;
}
}

@media (max-width: 298px){
#home-bluebox-padding-fix {
margin-bottom: 390px;
}
}

@media (max-width: 293px){
#home-bluebox-padding-fix {
margin-bottom: 390px;
}
}

@media (max-width: 291px){
#home-bluebox-padding-fix {
margin-bottom: 420px;
}
}
*/
@media (max-width: 284px){
	#home-bluebox-padding-fix {
		margin-bottom: 390px;
	}
}






@media (max-width: 640px){
	.home #rev_slider_1_1_forcefullwidth{
		margin-top: 0px !important;
	}
}


@media (max-width: 459px){
	.home #rev_slider_1_1_forcefullwidth{
		margin-top: -80px !important;
	}
}

@media (max-width: 362px){
	.home #rev_slider_1_1_forcefullwidth{
		margin-top: -160px !important;
	}
}






@media (max-width: 640px){
	#home-header-section-mobile {
		margin-top: -25px !important;
	}
}

@media (max-width: 480px){
	#home-header-section-mobile {
		margin-top: -75px !important;
	}
}

@media (max-width: 425px){
	#home-header-section-mobile {
		margin-top: -105px !important;
	}
}

@media (max-width: 362px){
	#home-header-section-mobile {
		margin-top: -145px !important;
	}
}

@media (max-width: 342px){
	#home-header-section-mobile {
		margin-top: -195px !important;
	}
}










@media (max-width: 1024px){
	#pmp-diff-blue-box {
		padding-bottom: 20px !important;
	}
}

@media (max-width: 767px){
	#pmp-diff-blue-box {
		padding-bottom: 0px !important;
		margin-bottom: -50px !important;
	}
}

@media (max-width: 412px){
	#pmp-diff-blue-box {
		padding-bottom: 0px !important;
		margin-bottom: -25px !important;
	}
}

@media (max-width: 378px){
	#pmp-diff-blue-box {
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
	}
}

@media (max-width: 272px){
	#pmp-diff-blue-box {
		padding-bottom: 0px !important;
		margin-bottom: 25px !important;
	}
}

#mm-1 {
	display: block !important;
	left: unset;
	right: 100%;
	top: 300px;
	bottom: unset;
	width: 100%;
}
#mm-1 div i {
	margin-right: 5px;
}
#mm-1 .social.mm-listview {
	/* 	padding: 0 !important; */
}
#mm-1 .social.mm-listview li {
	display: inline-block;
	width: auto !important;
	position: relative !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	border-bottom: unset !important;
	margin-right: 10px;
}
#mm-1 .social.mm-listview li i {
	font-size: 16px;
}


.gform_legacy_markup_wrapper .gform_footer {
	padding-bottom: 0px !important;
}

.gform_legacy_markup_wrapper {
	margin-bottom: 0px !important;
}
.pmp-gateway {
	border: 1px solid rgba(255,255,255,0.50);
	padding: 0.8rem;
}
.pmp-gateway:hover {
	border: 1px solid white;
}