/*
	Theme Name:Genesis Block Theme Child
	Template: genesis-block-theme
	Author: R
	Author URI: R
	Version: 1.0
*/ 


/****************** DOTTED BG ******************/
body.home,
body.page,
.bg-2,
.bg-3,
.bg-4,
section#bullets,
section#generators,
section#page-content{
    background-size: 100% auto;
    background-repeat: no-repeat;
}


body.page {
    background-image: url(/wp-content/uploads/2022/10/body-bg.jpg);
	background-position: center -20%;
}

body.home {
	background-position: top center;
}

section#page-content{
    background-image: url(/wp-content/uploads/2022/10/body-bg-right.jpg);
	background-position: center top;
}

.bg-2 {
    background-image: url(/wp-content/uploads/2022/10/video-bg.jpg);
    background-position: top center;
}

.bg-3 {
    background-image: url(/wp-content/uploads/2022/10/testimonial-and-about-bg.jpg);
    background-position: top center;
}

.bg-3 {
    background-image: url(/wp-content/uploads/2022/10/testimonial-and-about-bg.jpg);
    background-position: top center;
}

.bg-4 {
    background-image: url(/wp-content/uploads/2022/10/footer-bg.jpg);
    background-position: bottom center;
}

.bg-4.page-class {
    background-position: center -85%;
}

section#bullets {
    background-image: url(/wp-content/uploads/2022/10/bullets-bg.jpg);
	background-position: center;
    background-size: cover;
}

section#generators{
    background-image: url(/wp-content/uploads/2022/10/bullets-bg.jpg);
	background-position: bottom center;
    background-size: cover;
}



@media screen and (max-width:1023px){
	section#page-content{
		background-image: unset;
		background-position: center top;
	}
	body.page {
		background-image: url(/wp-content/uploads/2022/10/mobile-bg.jpg);
		background-size: contain;
		background-position: center -50px;
	}
	
	body.home,
	section#about,
	.bg-4{
		background-image: url(/wp-content/uploads/2022/10/mobile-bg.jpg);
		background-size: contain;
		background-position: center 207px;
	}
	.bg-4.page-class {
		background-position: center 21%;
	}
	section#about {
		background-position: center -24%;
	}
	.bg-4 {
		background-position: center 51%;
	}
	

	
}



div#wpadminbar {
    position: fixed !important;
}


body{
	padding:0px;
	margin:0;
	position:relative;
    max-width: 1920px;
	color: #000;
	font-size:28px;
    line-height: normal;
    font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin: auto;
}

p{
	font-size:28px;
}

.container {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
	padding-left:30px;
	padding-right:30px;
}



h1,h2,h3,h4,h5,h6{
	font-family: 'Racing Sans One', cursive;
	color: #000;
	font-weight: normal;
}

ul, ol {
    margin: 0 0 30px 28px;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 46px;
}

h3 {
    font-size: 33px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

@media screen and (max-width:767px){

	h1 {
		font-size: 8vw;
	}

	h2{
		font-size: 8vw;
	}

	h3{
		font-size: 7vw;
	}
	
	a.call-now{
		font-size: 7vw !important;
	}

	h4 {
		font-size: 6vw;
	}

	h5 {
		font-size: 5vw;
	}
	body, p{
		font-size: 18px;
	}

}


a.theme-button {
    font-family: 'Racing Sans One', cursive;
    background: #ee2e24;
    display: block;
    color: #fff;
    text-align: center;
    /* padding: 8px; */
    font-size: 46px;
    line-height: normal;
    border-radius: 0 37px;
    border: 3px solid #000;
    text-transform: uppercase;
    overflow: hidden;
    width: 100%;
    transition: all ease .2s;
}

a.theme-button .border {
    border: 3px solid #fff;
    border-radius: 0 35px;
    padding: 2px;
}

a.theme-button:hover {
    background: #ffde00;
    color: #231f20;
}

@media screen and (max-width:1023px){
	a.theme-button {
		font-size: 25px;
	}
}

@media screen and (max-width:767px){
	a.theme-button {
		font-size: 30px;
	}
	.banner a.theme-button {
		font-size: 25px;
	}
}

@media screen and (max-width:567px){
	.banner a.theme-button {
		font-size: 4vw;
	}
}


/*-------------------------------------------------------- 

SIDE MENU STYLING 

-------------------------------------------------------- */

.sidemenu .social-media {
    width: 100% !important;
    max-width: 130px !important;
    margin: 20px auto !important;
}

.sidemenu a.sidemenu-logo {
    display: flex;
    margin-bottom: 10px;
}

.sidemenu a.sidemenu-logo img {
    width: 100%;
    max-width: 230px;
    margin: auto;
}

.sidemenu ul li span.submenu-button i {
    transition: all .5s ease;
}
.sidemenu ul.sub-menu {
  	height: 0;
	background: #e7f0f7;
	transition: all .5s ease;
  	transform-origin: top;
 	transform:translate(0,-999px);
}

.sidemenu ul li.menu-item-has-children.active > ul.sub-menu {
	height: auto;
    transform:translate(0,0);

}

.sidemenu ul li {
    position: relative;
	overflow: hidden;
}

.sidemenu ul li span.submenu-button {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 10px;
    color: #213d8b;
    cursor: pointer;
}

.sidemenu ul li.menu-item-has-children.active > .submenu-button i {
    transform: rotate(-180deg);
}

.sidemenu::-webkit-scrollbar {
    width: 6px;
}

.sidemenu::-webkit-scrollbar-track {
    background: #e8e8e8;
}

.sidemenu::-webkit-scrollbar-thumb {
    background-color: #213d8b;
    border-radius: 10px;
    border: 3px solid #213d8b;
}

.sidemenu .menu li.menu-item a {
	background: #fff;
    position: relative;
    z-index: 2;
    font-size: 21px;
    color: #000;
}

.sidemenu .menu li.menu-item.active > a {
    background: #ee2e24;
    color: #fff;
}

.sidemenu ul.sub-menu > li.menu-item > a {
    background: #e7f0f7;
}

.sidemenu ul li span.submenu-button {
    z-index: 3;
}




.sidemenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}




.sidemenu {
    position: fixed;
    z-index: 9999999;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    overflow-y: auto;
	overflow-x: hidden;
    margin: 0;
    padding-top: 30px;
    box-shadow: 1px 1px 20px #00000057;
	transition: 1s;
	width: 100%;
	max-width: 0;
	opacity: 0;
}

.side-menu-container {
    width: 100%;
    min-width: 300px;
}

.sidemenu.open {
	max-width: 300px;
	opacity: 1;
}

.sidemenu .logo-side img {
    width: 100%;
    max-width: 208px;
    margin: 20px auto 0;
    display: block;
}

.menu-menu-container {
    margin: 0 !important;
}

.sidemenu .close-sidemenu {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #000;
    cursor: pointer;
	transition: .3s;
    line-height: normal;
    z-index: 99;
}

.sidemenu .close-sidemenu:hover {
/*    transform: scale(1.1);*/
}

.sidemenu .logo {
    padding: 0 20px;
	min-width: 200px;
}

.sidemenu .menu {
    margin: 0 0 0 0;
    padding: 0;
    list-style: unset;
}

.sidemenu .menu a {
    display: block;
    width: 100%;
    padding: 10px 30px;
    text-align: center;
	min-width: 200px;
}

.sidemenu .menu a:hover {
    background: #ffde00 !important;
    color: #000 !important;
/*	font-weight: bold;*/
    /* font-style: italic; */
}

.sidemenu .close-sidemenu:hover {
    color: #ffde00;
}
@media screen and (max-width:767px) {
	.sidemenu.open {
		max-width: 100%;
		opacity: 1;
	}
}



/*-------------------------------------------------------- 

BULB LINE STYLING 

-------------------------------------------------------- */
header#masthead:after,
section#coupons:after,
section#about:after,
section#location:after,
section#page-bulb:after{
    content: "";
    width: 3px;
    background: #000;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 1.5px);
    z-index: 1;
}

header#masthead,
section#coupons,
section#about,
section#location,
section#page-bulb{
    position: relative;
}

header#masthead > *,
section#coupons > *,
section#about > *,
section#location > *,
section#page-bulb > *{
    z-index: 2;
    position: relative;
}

.header-container {
    z-index: 9999999999999 !important;
}

header#masthead .container.relative {
    z-index: 3 !important;
}


img.ab-bulb {
    width: 106px;
}

@media screen and (max-width:767px){
	img.ab-bulb {
		width: 90px;
	}
}


header#masthead {
    z-index: 999;
}

/*-------------------------------------------------------- 

FLOATING ICONS STYLING 

-------------------------------------------------------- */

.floating-icons {
    position: relative !important;
    z-index: 999;
    width: 100%;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.floating-icons:not(.reveal) {
  display: none;
}

.floating-icons .floating-icons-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
}

.floating-icons .floating-icons-holder img {
    width: 250px;
}

.floating-icons .floating-icons-holder .f-text-now img {
	width:405px;
}

.floating-icons.icon .floating-icons-holder img {
    width: 220px;
}

.floating-icons.mobile .floating-icons-holder img {
    width: 65px;
}

.floating-icons .floating-icons-holder a {
    position: fixed;
    bottom: 0;
    pointer-events: auto;
	display: none;
}

.floating-icons .floating-icons-holder a.f-text-now {
    left: 0;
}

.floating-icons .floating-icons-holder a.f-text-now:hover {
	cursor:pointer;
}

.floating-icons .floating-icons-holder a.f-call-now {
    right: 0;
}

@media screen and (max-width:767px){
	.floating-icons.mobile .floating-icons-holder img {
		width: 50px;
	}
}

/*-------------------------------------------------------- 

HEADER STYLING 

-------------------------------------------------------- */


.top-header {
    background: #231f20;
    color: #ffde00;
    font-size: 16px;
    padding: 7px 0;
    text-transform: uppercase;
}

.top-header h6 {
    color: #ffde00;
}

.top-header img {
    margin-right: 10px;
}

.top-header h6 span {
    font-size: 26px;
    line-height: 0;
    display: inline-table;
}


a.contact-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 47px;
    font-weight: bold;
    color: #231f20;
    letter-spacing: -3px;
    white-space: nowrap;
}

a.contact-button .contact-icon {
    width: 51px;
    background-image: url(/wp-content/themes/genesis-block-theme-child/assets/phone-24hrs.png);
    margin-right: 10px;
}

.m-icon-change {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.fb-icon {
    background-image: url(/wp-content/themes/genesis-block-theme-child/assets/fb-icon.png);
    width: 40px;
}

.wp-icon {
    background-image: url(/wp-content/themes/genesis-block-theme-child/assets/wp-icon.png);
    width: 32px;
}

.google-icon {
    background-image: url(/wp-content/themes/genesis-block-theme-child/assets/google-icon.png);
    width: 40px;
}

.menu-icon {
    background-image: url(/wp-content/themes/genesis-block-theme-child/assets/menu.png);
    width: 45px;
	cursor: pointer;
}

.center-header {
    padding: 30px 0;
}

.center-header .container > * {
    margin-left: 10px;
}

header#masthead {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.site-logo {
    display: flex;
    position: absolute;
    top: -85px;
}

.banner .spt-40 {
    padding-right: 70px;
}

.banner .small-text {
    font-size: 11px;
    margin-top: 5px;
    text-transform: uppercase;
}


@media screen and (min-width:1024px){
	header#masthead .container.relative {
		z-index: 99999999999 !important;
	}
}


@media screen and (max-width:1023px){
.header-container {
    display: flex;
    flex-direction: column-reverse;
}

.header-container .center-header {
    padding: 10px;
    background: #ee2e24;
}

.header-container .center-header .container {
    justify-content: center;
    flex-wrap: unset;
}

.header-container .top-header .container {
    flex-direction: column;
    text-align: center;
}

.header-container .top-header {
    color: #bcbcbc;
    padding: 15px 0;
    line-height: 30px;
}

.header-container .menu-icon {
    background-image: url(/wp-content/themes/genesis-block-theme-child/assets/menu-white.png);
}

.header-container .center-header .container > a {
    color: #fff;
    white-space: nowrap;
    letter-spacing: 0;
}

.header-container .fb-icon {
    background-image: url(/wp-content/themes/genesis-block-theme-child/assets/fb-icon-white.png);
}

.header-container .google-icon {
    background-image: url(/wp-content/themes/genesis-block-theme-child/assets/google-icon-white.png);
}

.header-container a.contact-button .contact-icon {
    background-image: url(/wp-content/themes/genesis-block-theme-child/assets/phone-24hrs-whtie.png);
}

.header-container a.contact-button .contact-icon, 
.header-container .fb-icon, 
.header-container .google-icon,
.header-container .menu-icon {
    width: 40px;
}

.site-logo {
    position: absolute;
    top: 0;
    margin-top: 20px;
}

.site-logo img {
    width: 100%;
    min-width: 200px;
    max-width: 200px;
}

.banner .spt-40 {
    padding-right: 20px;
    padding-top: 150px;
}

.banner .spt-60 {
    padding-top: 30px;
	position:relative;
}

header#masthead {
    background-size: cover;
}
.banner .spt-60 img {
    bottom: -30px;
    position: relative;
}
}
@media screen and (max-width:767px){
.header-container .center-header .container > a {
    font-size: 7vw;
}
.header-container a.contact-button .contact-icon, 
.header-container .fb-icon, 
.header-container .google-icon,
.header-container .menu-icon {
    width: 35px;
}

.site-logo img {
    width: 100%;
    min-width: unset; 
    max-width: 40%;
}

.banner .spt-40 {
    padding-top: 120px;
    align-self: start;
}

.header-container .top-header,
.header-container .top-header h6 {
    font-size: 2.7vw;
}

.header-container .top-header h6 span {
    font-size: 4vw;
}

.banner .spt-60 img {
    width: 100%;
    min-width: 150%;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 0;
}

.banner .spt-60 {
    padding-top: 80%;
}

.banner .small-text {
    font-size: 6px;
}
	
a.contact-button {
    font-size: 10vw;
}
}
@media screen and (max-width:400px){
.header-container a.contact-button .contact-icon, 
.header-container .fb-icon, 
.header-container .google-icon,
.header-container .menu-icon {
    width: 30px;
}


}



/*PAGE HEADER*/

header#masthead.page-class {
    background-size: cover;
	background-position: center bottom;
}

header#masthead.page-class .banner .spt-60 {
    padding-top: 0;
}

header#masthead.page-class .banner .spt-60 img {
    position: relative;
    bottom : 0;
}

header#masthead.page-class a.site-logo {
}

header#masthead.page-class a.site-logo img {
    max-width: 100%;
}

@media screen and (min-width:1024px){
	header#masthead.page-class .site-logo {
		top: -60px;
	}
	header#masthead.page-class .center-header {
		padding-bottom: 0;
	}
}

@media screen and (max-width:1023px){
header#masthead.page-class a.site-logo {
    max-width: 20%;
}
}
@media screen and (max-width:767px){
header#masthead.page-class a.site-logo {
    max-width: 32%;
    display: block;
}
header#masthead.page-class .banner .spt-40 {
    padding-top: 26%;
}
header#masthead.page-class .banner .spt-60 img {
    bottom: 0px;
}	
}

@media screen and (max-width:400px){

}

/*-------------------------------------------------------- 

PAGE STYLING 

-------------------------------------------------------- */


section#page-bulb {
    padding-top: 20px;
}

section#page-bulb:after {
    height: calc(100% - 80px);
}

section#page-content {
    margin-top: -30px;
}
@media screen and (max-width:1023px){
section#page-content {
    margin-top: 0;
}
}
@media screen and (max-width:767px){
section#page-bulb {
    padding-top: 20px;
}	
}
/*-------------------------------------------------------- 

COUPONS STYLING 

-------------------------------------------------------- */


section#coupons {
    padding-top: 50px;
}

.coupons-holder {
    line-height: 0;
}

section#coupons .split-text h3 {
    width: calc(50% - 53px);
    text-align: center;
    white-space: nowrap;
    font-size: 33px;
}

section#coupons:after {
    height: calc(100% - 100px);
}


section#coupons .split-text h3:nth-of-type(1) {
    text-align: right;
    padding-right: 10px;
}

section#coupons .split-text h3:nth-of-type(2) {
    text-align: left;
    padding-left: 10px;
}

section#coupons.footer-coupons:after {
    display: none;
}
@media screen and (max-width:1023px){
	section#coupons:after {
		height: 50px;
	}
}
@media screen and (max-width:767px){
	section#coupons {
		padding-top: 20px;
	}
}

/*-------------------------------------------------------- 

SERVICES STYLING 

-------------------------------------------------------- */

.services-holder img {
	width: 75%;
}


/*-------------------------------------------------------- 

TESTIMONIALS STYLING 

-------------------------------------------------------- */

.testimonial-slider.swiper {
    width: 100%;
    height: 100%;
}

.testimonial-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.testimonial-item {
    display: flex;
    position: relative;
    align-items: stretch;
    flex-wrap: wrap;
    background: #ffde00;
    margin-top: 15%;
    border-radius: 70px 0;
    /* overflow: hidden; */
    width: 100%;
}

.testimonial-slider .swiper-slide img.testimonials-img {
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
	border-radius: 0 0 70px 0;
}

.testimonial-item > div {
    width: 60%;
    display: flex;
    flex-direction: column;
    padding: 68px 0 30px 68px;
    text-align: left;
}

.testimonial-slider .swiper-slide img.quotes-img {
    position: absolute;
    object-fit: contain;
    width: 133px;
    top: -53px;
    left: 68px;
}

.testimonial-slider-pagination {
    bottom: 20px !important;
}

.testimonial-slider-pagination span {
    width: 14px;
    height: 14px;
    background: transparent;
    border: 3px solid;
    opacity: 1;
}

.testimonial-slider-pagination span.swiper-pagination-bullet-active {
    background: #000;
}

@media screen and (max-width:767px){
	.testimonial-slider .swiper-slide img.testimonials-img {
		display: none;
	}
	
	.testimonial-slider .swiper-slide img.quotes-img {
		left: 30px;
	}
	.testimonial-item > div {
		padding: 68px 30px 68px 30px;
		width: 100%;
	}
	.testimonial-item {
		margin-top: 70px;
	}
}



/*-------------------------------------------------------- 

ABOUT STYLING 

-------------------------------------------------------- */

section#about:after {
    height: 100px;
}

section#about h1 {
    padding-left: 150px;
    text-transform: uppercase;
}

section#about img.ab-bulb {
    position: absolute;
    left: calc(50% - 53px);
	top: 30px;
}

section#about {
    padding-top: 70px;
}

section#about .featured-image {
    border-radius: 80px 0;
    margin: 0;
    height: 100%;
    width: 100%;
    padding-top: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: 50% 22%;
}

@media screen and (max-width:1023px){
	section#about img.ab-bulb {
		position: relative;
		margin-bottom: 20px;
	}
	section#about h1 {
		padding-left: 0;
	}
	section#about img.featured-image {
		height: 600px;
		object-fit: cover;
		object-position: 100% 17%;
	}
}

@media screen and (max-width:767px){
	section#about img.ab-bulb {
		left: calc(50% - 45px);
	}	
}

/*-------------------------------------------------------- 

BLOG STYLING 

-------------------------------------------------------- */

section#blog {
    background: #f1f2f7;
    padding: 70px 0 50px;
}

section#blog img {
    border-radius: 80px 0;
}

section#blog p:after {
    content: "»";
    margin-left: 10px;
}

section#blog .blog-slider .swiper-pagination {
    bottom: 0px;
}

section#blog .blog-slider .swiper-pagination span {
    width: 14px;
    height: 14px;
    background: transparent;
    border: 3px solid;
    opacity: 1;
}

section#blog .blog-slider .swiper-pagination span.swiper-pagination-bullet-active {
    background: #000;
}

section#blog .blog-item {
    margin-bottom: 70px;
    display: block;
    color: #000;
}


/*-------------------------------------------------------- 

BULLETS STYLING 

-------------------------------------------------------- */

section#bullets{
	padding: 100px 0;
}
section#bullets .bullets-item {
    padding: 30px 60px !important;
    border: 3px solid #ffde00;
    margin-bottom: 50px;
    border-radius: 80px 0;
}

section#bullets .bullets-item img {
    width: 81px;
    margin-right: 24px;
}

section#bullets .bullets-item.solid,
section#bullets .bullets-item:nth-of-type(even){
    background: #ffde00;
}


section#bullets .bullets-item:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width:767px){
	section#bullets .bullets-item img {
		width: 50px;
	}
	section#bullets .bullets-item {
		padding: 30px 30px !important;
	}
}




/*-------------------------------------------------------- 

TEACH IMAGE STYLING 

-------------------------------------------------------- */

section#tech-image {
    line-height: 0;
}

section#tech-image img.featured-image {
    border-radius: 80px 0;
    border: 3px solid;
}



/*-------------------------------------------------------- 

LOCATION STYLING 

-------------------------------------------------------- */

div#map {
    width: 100%;
    height: 100%;
}

section#location:after {
    height: calc(100% - 50px);
}

section#location .location-item {
    background: #ffde00;
    padding: 35px 40px;
    border-radius: 0 80px;
}

section#location .location-item img.icon {
    width: 50px;
    margin-right: 20px;
}

section#location {
    padding-top: 80px;
}

section#location .spt-50:nth-child(odd) {
    padding-right: 30px;
}

section#location .location-iframe {
    height: 100%;
    border-radius: 80px 0;
    overflow: hidden;
    min-height: 400px;
}

section#location .spt-50:nth-child(even) {
    padding-left: 30px;
}



@media screen and (max-width:1023px){
	section#location .spt-50:nth-child(even) {
		padding-left: 0;
	}
	section#location .spt-50:nth-child(odd) {
		padding-right: 0;
	}
	section#location:after {
/*		height: calc(30% - 50px);*/
		height: 100%;
		bottom: 0;
		top: unset;
	}
	section#location .location-item img.icon {
		width: 30px;
	}
	section#location .location-item {
		padding: 20px;
	}

}


/*-------------------------------------------------------- 

FOOTER STYLING 

-------------------------------------------------------- */

footer .fb-icon {
    background-image: url(/wp-content/themes/genesis-block-theme-child/assets/fb-icon-yellow.png);
}

footer .wp-icon {
    background-image: url(/wp-content/themes/genesis-block-theme-child/assets/wp-icon.png);
}

footer .google-icon {
    background-image: url(/wp-content/themes/genesis-block-theme-child/assets/google-icon-yellow.png);
}


footer .footer-banner-holder {
    height: 250px;
    display: flex;
    align-items: end;
    margin-bottom: 40px;
}

footer .footer-banner {
    padding: 140px;
    text-align: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 80px 0;
	background-position: center;
	background-size: cover;
}

footer .footer-banner h2 {
    font-size: 69px;
    text-transform: uppercase;
	color: #fff;
}

footer .footer-banner h2 span {
    color: #ffde00;
}

footer {
    background: #ffde00;
	margin-top: 350px;
}

footer .bottom-footer {
    background: #231f20;
}

footer .footer-media {
    display: flex;
    align-items: end;
    justify-content: center;
    flex-wrap: wrap;
}

footer .footer-media > * {
    padding: 5px;
}



footer img.floating-car {
	position: absolute;
    bottom: -30px;
    right: 20px;
    min-width: 135%;
}

footer .spt-60 {
    position: relative;
}

footer .footer-menu {
    font-size: 17px;
    margin-bottom: 20px;
}

footer .bottom-footer p {
    font-size: 10px;
    padding: 10px;
    color: #fff;
    opacity: .3;
    margin: 0;
    text-transform: uppercase;
}


footer .footer-address {
    padding-left: 65px;
}

footer a.contact-button {
    color: #ee2e24;
}

footer a.contact-button .contact-icon {
    background-image: url(/wp-content/themes/genesis-block-theme-child/assets/phone-24hrs-red.png);
}


footer .footer-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

footer .footer-menu ul li:last-child {
    border: 0;
}

footer .footer-menu ul li {
    border-right: 1px solid #000;
    margin-bottom: 5px;
}

footer .footer-menu ul li a {
    display: block;
    color: #000;
    line-height: 1;
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 14px;
}

@media screen and (max-width:1023px){
	footer img.floating-car {
		min-width: unset;
		position: relative;
		right: unset;
		margin: auto;
		display: block;
		max-width: 600px;
		width: 100%;
		bottom: -4px;
	}

	.footer-content {
		flex-direction: column-reverse;
	}

	.footer-content > div {
		max-width: 100%;
	}

	.footer-content {
		text-align: center;
	}

	.footer-content .spt-40 {
		justify-content: center;
	}

	footer .footer-address {
		padding: 0;
	}

	footer .footer-banner {
		padding: 50px;
		max-height: 400px;
		min-height: 400px;
	}

	footer .footer-banner h2 {
		font-size: 5vw;
	}

	footer .footer-banner-holder {
		height: 200px;
	}

	footer {
		margin-top: 240px;
	}
	footer .bottom-footer .container > * {
		flex-direction: column-reverse;
	}

	footer .bottom-footer .m-icon-change {
		width: 30px;
	}
}

@media screen and (max-width:767px){
	footer .footer-banner h2 {
		font-size: 7vw;
	}

	footer .footer-banner h2 br {
		display: none;
	}

	footer .footer-banner {
		padding: 30px;
		max-height: 300px;
		min-height: 300px;
	}

	footer {
		margin-top: 200px;
	}

	footer .footer-banner-holder {
		height: 150px;
	}

}

.entry-byline {
  display: none;
}

.blog #primary,
.single-post #primary,
.category #primary,
.acrhive #primary {
  width: 100%;
  max-width: 1080px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.blog #main,
.single-post #main,
.category #main,
.archive #main {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 250px;
  column-gap: 30px;
}

.sidebar {
  font-size: 14px;
}

.sidebar .widget {
  margin-bottom: 30px;
}

.sidebar .widget > p:last-child {
  margin-bottom: 0;
}

.sidebar .widget > p.no-bottom-margin {
  margin-bottom: -20px;
}

body .button,
button, 
body input[type='button'], 
body input[type='submit'], 
body .page-numbers.current, 
body .page-numbers:hover, 
body #page #infinite-handle button, 
body #page #infinite-handle button:hover, 
body .comment-navigation a, 
body .su-button, 
body .mobile-navigation, 
body .toggle-active, 
body .main-navigation .menu-cta a:hover {
  background-color: #ee2d24;
}

#page-content .container ul,
#page-content .container ol,
#generators .container ul,
#generators .container ol {
	margin-left: 60px;
}

@media (max-width: 1023px) {
  .blog #main,
  .single-post #main,
  .category #main,
  .archive #main {
    display: block;
  }
}

.custom-gallery img {
	max-width:360px;
}
/*Power CLub*/
.power-club-entry-content h6{
	margin-bottom: 0;
	font-size: 20px;
	text-transform: none;
	padding-bottom: 0;
}

.power-club-entry-content p {
	margin-top: 0;
}
.table-flex {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	    grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: (auto)[6];
	    grid-template-rows: repeat(6, auto);
	grid-auto-flow: column;
	box-shadow: 0px 0px 16px 0px rgb(1 1 1 / 20%)}

.content {
    border-bottom: 1px solid black;
	padding: 10px;
	text-align: center;
	border-left: 1px solid black;
}

.table-premium , .table-deluxe, .table-basic {
	border: 1px solid black;
	display: -ms-grid;
	display: grid;
	/*align-items: stretch;*/
}
.power-club-program-membership {
	padding-top: 30px;
	padding-bottom: 40px;
}
.heading {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	padding: 10px;
	border: 1px solid black;
}
.yellow-heading {
	border-left: 1px solid black;

}
@media (max-width: 767px) {
	
	.power-club-entry-content h6{
		font-size: 18px;
	}
	.table-flex  {
		display: block;
	}
	
	.heading {
		font-size: 26px;
	}
	 .content {
		border:1px solid black;
	}
	
	.light-orange-heading {
		margin-top: 20px;
	}
	
	.orange-heading {
		margin-top: 20px;
	}
}

@media (max-width: 500px) {
	.heading {
		font-size: 24px;
	}
	.call-now-and-phone-iimage {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.phone-image {
		padding-right: 0;
	}
	
	.callnow-heading {
		padding-top: 20px;
		text-align: center;
		font-size: 24px;
	}
	
	.callnow-content {
		text-align: center;
	}
}
/* Maintenance Plan */
.maintenance-plan-tmp div {
	margin:0;
}
.maintenance-plan-tmp .content,
.maintenance-plan-tmp p {
	font-size:18px;
}
.maintenance-plan-tmp strong {
	color:#000;
}
.maintenance-plan-tmp .wrap {
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
	box-sizing: border-box
}
.maintenance-plan-tmp img {
	width:auto;
	max-width:100%;
}
.mp-info-text {
	text-align:center;
	margin-bottom:25px !important;
}
.mp-table-wrap {
	margin-bottom:25px;
}
.mp-bottom-section {
	margin-bottom:40px;
}
.mp-logos-row {
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 10px;
	justify-items: center;
	margin-bottom:35px;
}
.mp-logos-row img {
	margin:auto;
}
.mp-title {
	padding:20px 50px;
	text-align:center;
	background-color: #f1d849;
	color:#000;
	font-size:55px;
	line-height:1;
	margin-top:40px !important;
}
.pm-service-banner {
	text-align:center;
}
/* .pm-service-banner img {
	width:100%;
} */
.mp-serviced-products {
	margin-bottom:40px;
}
.mp-img-grid {
	display:grid;
	grid-template-columns: repeat(2, 1fr);
}
.mp-img-grid p {
	text-align:center;
}
.mp-bottom-service-text {
	padding:35px 50px;
}
.mp-serviced-products .row,
.bottom-row {
	display:grid;
	grid-template-columns: repeat(3,1fr);
	margin-top:40px;
	padding:10px;
}
.bottom-row {
	align-items:center;
	gap:40px;
}
.mp-serviced-products .row.yellow {
	background-color:#f1d849;
}
.mp-serviced-products .row.yellow .col li::marker,
.mp-serviced-products .row.yellow .col-title {
  color: #000;
}
.mp-serviced-products .col li::marker {
  color: #d92013;
}
.mp-serviced-products .col .col-title {
	font-size:30px;
	text-transform:uppercase;
	color:#d92013;
	text-align:center;
}
@media screen and (max-width:767px) {
	.mp-title {
		font-size:36px;
	}
	.mp-serviced-products .row,
	.bottom-row {
		grid-template-columns: auto;
		gap: 40px 60px;
	}
	.bottom-row: {
		text-align:center;
	}
	.mp-bottom-service-text {
		padding:30px 0;
	}
}

/* Maintenance Page */
.custom-content-section {
    padding: 50px 20px;
    font-family: "Roboto", sans-serif;
}
.custom-content-section .custom-content-container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}
.custom-content-section .custom-content-container .custom-content-col h5 {
    font-size: 20px;
    text-align: right;
    letter-spacing: 1px;
}
.custom-content-section .custom-content-container .custom-content-col h2 {
    margin: 35px 0 20px 0;
    font-size: 48px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    border-bottom: 4px solid #d92112;
    padding: 0 0 20px 0;
}
.custom-content-section .custom-content-container .custom-content-col p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 1.8;
    margin: 0 0 15px 0;
}
.custom-content-section .custom-content-container ul {
    padding: 0 0 0 36px;
    display: flex;
    flex-flow: column;
    gap: 5px;
    margin: 20px 0!important;
}
.custom-content-section .custom-content-container ul li {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 1.8;
}
.custom-content-section .custom-content-container .bg-content h3 {
    font-size: 28px;
    font-family: "Roboto", sans-serif;
    margin: 0 0 10px 0;
}
.custom-content-section .custom-content-container .custom-content-col .main-heading {
    background-color: #D92012;
    padding: 12px 35px;
    font-size: 65px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-align: center;
    border: none;
    margin-top: 15px;
    font-weight: 400;
    line-height: 1;
}
.custom-content-section .custom-content-container .bg-content hr {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    margin: 30px 0;
}
.img-frame img {
    max-width: 100%;
}
.custom-content-section .custom-content-container .inner-content-box {
    display: flex;
    gap: 20px;
    margin: 0 0 40px 0;
}
.custom-content-section .custom-content-container .inner-content-box .content-caption {
    flex: 1;
    background: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 25px;
}
.main-heading.yellow-bg {
    background: #FFD400 !important;
    color: #000 !important;
}
.custom-content-section .custom-content-container .inner-content-box .content-caption ul {
    padding: 0 0 0 14px;
    margin: 0;
}
.custom-content-section .custom-content-container .inner-content-box .content-caption h4 {
    font-size: 26px;
    font-family: "Roboto", sans-serif;
    margin: 0 0 15px 0;
    color: #d92112;
    border-bottom: 2px solid;
    padding: 0 0 15px 0;
}
.custom-content-section .custom-content-container .inner-content-box .content-caption ul li {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
.custom-content-section .custom-content-container .content-with-img {
    display: flex;
    gap: 40px;
    align-items: center;
}
.custom-content-section .custom-content-container .content-with-img .img-frame {
    max-width: 250px;
    width: 100%;
}
.custom-content-section .custom-content-container .content-with-img .inner-text-content p {
    font-weight: 500;
}
.custom-content-section .custom-content-container .content-with-img .inner-text-content h3 {
    margin: 0;
}
.custom-content-section .custom-content-container .content-with-img .inner-text-content ul {
    padding: 0 0 0 17px;
}
.custom-content-section .custom-content-container .content-with-img .inner-text-content {
    flex: 1;
}

@media all and (max-width: 991px) {
    .custom-content-section .custom-content-container .custom-content-col .main-heading {
        font-size: 54px;
    }
    .custom-content-section .custom-content-container .custom-content-col h2 {
        font-size: 34px;
    }
    .custom-content-section .custom-content-container .inner-content-box .content-caption h4 {
        font-size: 22px;
    }
    .custom-content-section .custom-content-container .content-with-img .img-frame {
        max-width: 190px;
    }
}

@media all and (max-width: 767px) {
    .custom-content-section .custom-content-container .custom-content-col .main-heading {
        font-size: 44px;
    }
    .custom-content-section .custom-content-container .custom-content-col h2 {
        font-size: 28px;
    }
    .custom-content-section .custom-content-container .custom-content-col p,
    .custom-content-section .custom-content-container .custom-content-col ul li {
        font-size: 16px;
    }
    .custom-content-section .custom-content-container .bg-content h3 {
        font-size: 22px;
    }
    .custom-content-section .custom-content-container .inner-content-box,
    .custom-content-section .custom-content-container .content-with-img {
        flex-flow: column;
    }
    .custom-content-section .custom-content-container .content-with-img .inner-text-content {
        order: 1;
    }
    .custom-content-section .custom-content-container .content-with-img .img-frame {
        order: 2;
        text-align: left;
    }
}

@media all and (max-width: 480px) {
    .custom-content-section .custom-content-container .custom-content-col .main-heading {
        font-size: 28px;
    }
    .custom-content-section .custom-content-container .custom-content-col h2 {
        font-size: 20px;
        letter-spacing: normal;
    }
    .custom-content-section .custom-content-container .custom-content-col p,
    .custom-content-section .custom-content-container .custom-content-col ul li {
        font-size: 16px;
    }
    .custom-content-section .custom-content-container .bg-content h3 {
        font-size: 18px;
    }
}


.lpt-content {
	padding-top: 20px;
}

.page-template-template-landing-page section#coupons:after {
    display: none;
}
.page-template-template-landing-page section#coupons {
	padding-top: 0px!important;
	padding-bottom: 50px;
}

body.st-widget-body {
	position: relative!important;
}

.bulb-line-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  height: 80px;
}

.bulb-wrapper {
  position: absolute;
  bottom: 0;
}

.bulb-wrapper.left {
  left: 0;
}

.bulb-wrapper.right {
  right: 0;
}

.ab-bulb {
  width: 50px;
  height: auto;
}

.wire-line {
  position: absolute;
  top: 30px;
  left: 50px;
  right: 50px;
  height: 2px;
  background-color: #000;
  border-top: 2px dashed #ccc;
}


.footer-coupons .coupons-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.footer-coupons .coupons-holder > div {
	width: 30%;
	max-width: 300px;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.footer-coupons .coupons-holder > div {
		width: 45%;
	}
}

@media screen and (max-width: 600px) {
	.footer-coupons .coupons-holder > div {
		width: 90%;
	}
}

