
.home-slider .owl-dots {
	display: none;
}

.mm-title {
	display: none;
}

#gform_submit_button_25 {
	width: 160px;
	margin: 0 0 0 0;
	padding: 8px 0;
}

/*Abbout Us*/
.about-hero {
	position: relative;
}

.about-hero img {
	width: 100%;
	height: 700px;
	overflow: hidden;
	object-fit: cover;
}

.about-hero-content {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	z-index: 3;
	background: transparent linear-gradient(227deg, #807877 0%, #565150 69%, #262424 100%) 0% 0% no-repeat padding-box;
	clip-path: polygon(0 0, 0 100%, 100% 100%, 80% 100%, 100% 0);
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 80% 100%, 100% 0);
}

.about-hero-slash {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(50% + 115px);
	height: 100%;
	clip-path: polygon(80% -100%, 100% 0px, 80% 100%, 24% 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	background: rgba(86, 81, 80, .78);
}

.about-hero-slash2 {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(50% + 48px);
	height: 100%;
	clip-path: polygon(80% -100%, 100% 0px, 80% 100%, 24% 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 2;
	background: rgba(153, 144, 142, .76);
}

.hero-content-box {
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 480px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.about-hero-content h1 {
	margin: 0 0 20px;
	font-size: 76px;
	line-height: 76px;
	font-weight: 100;
	color: #fff;
	text-transform: uppercase;
}

.about-hero-content h1 strong {
	display: block;
	font-weight: 700;
}

.about-hero-content h2 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	color: #fff;
	margin: 0;
}

.about-sub-menu {
	background-color: #57514f;
}

.about-sub-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.about-sub-menu ul li {
	display: block;
	transition: ease-in-out all .3s;
	-webkit-transition: ease-in-out all .3s;
}

.about-sub-menu ul li a {
	display: block;
	font-size: 18px;
	line-height: 70px;
	color: #f1f1f1;
	font-weight: 400;
	font-family: proxima-nova-condensed, sans-serif;
	padding: 0 20px;
}

.about-sub-menu ul li:hover a {
	color: #2f2f2f;
	background-color: #f6c948;
	text-decoration: none;
}

.about-story {
	padding: 110px 0 140px;
}

.about-story-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}

.about-story-col {
	width: 50%;
	padding: 0 16px;
}

.about-story-col img {
	margin-bottom: 48px;
	max-height: 390px;
	width: 100%;
	object-fit: cover;
}

.about-story-head {
	margin-bottom: 50px;
}

.about-story-head h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 400;
}

.about-story-head h3 strong {
	font-weight: 700;
}

.about-story-head h4 {
	font-size: 30px;
	line-height: 37px;
	font-weight: 600;
	color: #e69c19;
	margin: 0;
}

.about-bg-with-content {
	position: relative;
	padding: 50px 0 70px;
}

.about-bg-with-content img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.abc-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: transparent linear-gradient(90deg, rgba(14, 37, 67, 1) 100%, rgba(0, 0, 0, 1) 38%, rgba(84, 84, 84, 0) 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
	opacity: .73;
}

.abc-content {
	position: relative;
	width: 1020px;
	text-align: center;
	margin: 0 auto;
	z-index: 9;
}

.abc-content h1, .abc-content h2, .abc-content h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 51px;
	line-height: 62px;
	font-weight: 300;
	margin-bottom: 25px;
	margin-top: 0;
}

.abc-content h1 strong, .abc-content h2 strong, .abc-content h3 strong {
	font-weight: 700;
}

.abc-content span {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: rgba(241, 241, 241, .93);
	font-weight: 400;
}

.accomplishments {
	padding: 103px 0;
}

.accomplishments h3 {
	margin: 0 0 64px;
	color: #000;
}

.accomplishments-row {
	clear: both;
	overflow: hidden;
	margin: 0 -18px;
}

.accomplishments-col {
	border-bottom: 2px solid #bfbfbf;
	margin: 0 18px;
	width: calc(50% - 36px);
	padding: 20px 0 28px;
	float: left;
}

.accomplishments-col:nth-child(3) {
	border-bottom: 0px solid #bfbfbf;
}

.accomplishments-col h4 {
	margin: 0 0 15px;
	color: #000;
}

.accomplishments-col span {
	font-size: 14px;
	color: #505050;
	display: block;
	line-height: 40px;
}

.accomplishments-col img {
	margin-bottom: 30px;
	width: 100%;
	object-fit: cover;
	max-height: 350px;
}

.accomplishments-col a {
	font-size: 17px;
	color: #deac1d;
	line-height: 30px;
	text-decoration: underline;
}

.about-gallery {
	background-color: #57514f;
	padding: 100px 0 110px;
}

.about-gallery.medium-top-gap {
	padding-top: 50px;
}

.about-gallery.small-top-gap {
	padding-top: 25px;
}

.about-gallery.medium-bottom-gap {
	padding-bottom: 50px;
}

.about-gallery.small-bottom-gap {
	padding-bottom: 25px;
}

.about-gallery ul {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
	overflow: hidden;
}

.about-gallery ul li {
	margin: 14px 17px;
	width: calc(25% - 34px);
	height: 326px;
	float: left;
}

.about-gallery ul li:first-child {
	width: calc(50% - 34px);
	height: 678px;
}

.about-gallery ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-load-more {
	font-size: 17px;
	display: inline-block;
	font-weight: 600;
	letter-spacing: .85px;
	color: #000;
	text-transform: capitalize;
	background: #f6c948;
	border-radius: 100px;
	margin-top: 80px;
	line-height: 40px;
	padding: 0 30px;
	transition: ease-in-out all .3s;
	-webkit-transition: ease-in-out all .3s;
}

.gallery-load-more:hover {
	background: #deac1d;
	text-decoration: none;
}

.the-press {
	background: transparent linear-gradient(103deg, #1f4e8b 0%, #0e2543 100%) 0% 0% no-repeat padding-box;
}

.the-press-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.the-press-lt {
	width: 40%;
	background: url("https://sunstopperdev.wpengine.com/wp-content/uploads/2020/08/featured-press-img.jpg") no-repeat 0 0;
	height: 448px;
}

.the-press-lt.nitro-lazy {
	background-image: none !important;
}

.the-press-rt {
	width: 60%;
	max-width: 840px;
	padding-left: 90px;
	color: #fff;
}

.the-press h3 {
	margin: 0 0 70px;
	color: #f6c948;
	line-height: 58px;
	text-transform: uppercase;
}

.the-press h4 {
	color: #fff;
	margin: 0 0 18px;
}

.the-press span {
	font-size: 14px;
	color: #fff;
	display: block;
	line-height: 40px;
	margin: 0 0 15px;
}

.the-press a {
	font-size: 17px;
	color: #deac1d;
	line-height: 30px;
	text-decoration: underline;
}

.the-press img {
	width: 100%;
	height: 100%;
	max-height: 448px;
	object-fit: cover;
}

.three-column-section {
	padding: 100px 0;
}

.three-column-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}

.three-column-col {
	width: calc(33.33% - 32px);
	margin: 0 16px;
	margin-bottom: 64px;
	padding-bottom: 30px;
}

.three-column-col:nth-child(4), .three-column-col:nth-child(5), .three-column-col:nth-child(6) {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.three-column-col img {
	width: 100%;
	height: 275px;
	object-fit: cover;
	object-position: top;
}

.three-column-col h4 {
	color: #000;
	margin: 0 0 15px;
}

.three-column-col h4 a {
	text-decoration: none;
	color: #000;
}

.three-column-col h4 a:hover {
	color: #deac1d;
}

.three-column-col span {
	font-size: 14px;
	color: #000;
	display: block;
	line-height: 40px;
	margin: 0 0 3px;
}

.three-column-col a {
	font-size: 17px;
	color: #deac1d;
	line-height: 30px;
	text-decoration: underline;
}

.extra-menu {
	border-top: 10px solid rgba(0, 0, 0, .1);
}

.extra-menu li a {
	display: flex;
	padding: 10px 15px;
	align-items: center;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}

.extra-menu li a img {
	margin-right: 5px;
}

.mobile-menu-btm {
	margin-top: 60px;
	text-align: center;
	background: url("https://sunstoppers.com/nitropack_static/lMsxHOdsTFvnYLFKjcecEotcDJbEpxHY/assets/images/optimized/rev-6e735cd/sunstoppers.com/wp-content/themes/sun_stopppers/images/mobile-map.webp") no-repeat 0 0;
	padding: 40px 40px 93px 40px;
	position: relative;
}

.mobile-menu-btm.nitro-lazy {
	background-image: none !important;
}

.mobile-menu-btm h4, .mobile-menu-btm span.mmbt-title {
	font-size: 14px;
	line-height: 28px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 12px;
	display: block;
	align-items: center;
}

.mobile-menu-btm h4 img, .mobile-menu-btm span.mmbt-title img {
	height: 14px;
	margin-right: 6px;
}

.mobile-menu-btm h3, .mobile-menu-btm span.dbm-title {
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 22px;
	display: block;
}

.mobile-menu-btm a.find-location {
	background: #f6c948;
	font-size: 15px;
	line-height: 40px;
	font-weight: 600;
	color: #000;
	letter-spacing: .75pt;
	width: 200px;
	margin: 0 auto 42px;
	display: inline-block;
	border-radius: 30px;
	text-align: center;
}

.mobile-menu-number {
	font-size: 28px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	display: block;
}

.menu-btm-content {
	position: relative;
	z-index: 3;
}

.menu-btm-overlay {
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .85);
}

.mobile {
	display: none !important;
}

@media only screen and (max-width: 1600px) {
	.home-hero {
		min-height: 575px;
	}
}

@media only screen and (max-width: 1459px) {
	.logo {
		width: 150px;
	}
	
	.main-menu {
		width: 53%;
	}
	
	.main-menu #mega-menu-wrap-menu-2 #mega-menu-menu-2>li.mega-menu-item>a.mega-menu-link {
		padding: 0 10px;
		font-size: 16px;
	}
	
	.header-right {
		width: 30%;
	}
	
	.right-elements {
		padding-right: 12px;
	}
	
	.quote-btn {
		font-size: 16px;
	}
	
	.home-hero {
		min-height: 530px;
	}
}

@media only screen and (max-width: 1300px) {
	.home-hero {
		min-height: 456px;
	}
}

@media only screen and (max-width: 1260px) {
	.main-menu {
		width: 60%;
	}
	
	.header-right {
		width: 23%;
	}
	
	.right-elements {
		width: 30%;
	}
	
	.quote-btn {
		width: 70%;
	}
	
	.store-locatore-link span {
		display: none;
	}
	
	.main-menu #mega-menu-wrap-menu-2 #mega-menu-menu-2>li.mega-menu-item>a.mega-menu-link {
		height: 60px;
		line-height: 60px;
	}
	
	.header-placeholder {
		height: 99px;
	}
	
	.about-gallery ul li {
		height: 226px;
	}
	
	.about-gallery ul li:first-child {
		height: 478px;
	}
	
	.blog-row .blog-sidebar {
		width: 300px;
	}
	
	.blog-row .blog-left {
		width: calc(100% - 330px);
	}
	
	.content-menu.desktop {
		top: 100px;
	}
}

@media only screen and (max-width: 1169px) {
	.main-menu #mega-menu-wrap-menu-2 #mega-menu-menu-2>li.mega-menu-item>a.mega-menu-link {
		font-size: 14px;
	}
	
	.quote-btn {
		font-size: 14px;
	}
	
	.content-element {
		width: 60%;
		font-size: 18px;
		line-height: 26px;
	}
	
	.content-element h1, .content-element h2 {
		font-size: 56px;
		line-height: 56px;
	}
	
	.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
		width: 36px;
	}
	
	.home-hero .owl-carousel .owl-nav .owl-prev, .home-hero .owl-carousel .owl-nav .owl-next {
		font-size: 38px !important;
	}
	
	.tc-content {
		padding: 60px 0;
		font-size: 20px;
		line-height: 28px;
	}
	
	.tc-content h2 {
		font-size: 38px;
		line-height: 42px;
	}
	
	.tc-content ul li {
		font-size: 20px;
		line-height: 34px;
	}
	
	.cta-section {
		padding: 80px 0;
	}
	
	.cta-section h2 {
		font-size: 60px;
		line-height: 75px;
	}
	
	.cta-section p {
		margin: 0;
	}
	
	.service-area {
		padding: 65px 0 75px;
	}
	
	.service-row .service-col {
		margin: 11px 15px;
	}
	
	.service-info {
		font-size: 16px;
		line-height: 26px;
	}
	
	.service-info h3 {
		font-size: 34px;
		line-height: 40px;
	}
	
	.featured-review {
		padding: 75px 0;
	}
	
	.featured-review .title-area h2 {
		font-size: 40px;
		line-height: 50px;
	}
	
	.featured-review .title-area {
		margin-bottom: 75px;
	}
	
	.review-row .review-module {
		font-size: 16px;
		line-height: 26px;
	}
	
	.gift-row .gift-content {
		font-size: 16px;
		line-height: 26px;
	}
	
	.the-press-rt {
		padding-right: 40px;
		padding-left: 40px;
	}
	
	.the-press h3 {
		margin: 0 0 30px;
	}
	
	.the-press-lt {
		height: 400px;
	}
	
	.about-gallery ul li {
		height: 226px;
	}
}

@media only screen and (max-width: 1024px) {
	.header-placeholder {
		height: 148px;
	}
	
	.header-right {
		width: 30%;
	}
	
	.main-menu {
		width: 66%;
		padding-left: 20px;
	}
	
	.right-elements {
		width: 20%;
	}
	
	.quote-btn {
		width: 80%;
	}
	
	.partners-area .partner_module .partner-logo {
		min-height: 115px;
	}
	
	.partners-area .partner_module {
		padding: 0 25px;
	}
}

@media only screen and (max-width: 1023px) {
	.header-right {
		width: 80px;
	}
	
	.right-elements {
		width: auto;
		padding-right: 20px;
	}
	
	.main-menu {
		display: none;
	}
	
	.main-menu #mega-menu-wrap-menu-2 #mega-menu-menu-2>li.mega-menu-item>a.mega-menu-link {
		font-size: 13px;
		padding: 0 6px;
	}
	
	.quote-btn {
		display: none;
	}
	
	.main-menu #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li#mega-menu-item-4620.mega-menu-megamenu > ul.mega-sub-menu {
		width: 560px !important;
	}
	
	#mega-menu-wrap-menu-2 #mega-menu-menu-2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		padding: 15px 10px;
	}
	
	.main-menu .mega-menu-megamenu .textwidget h3 {
		font-size: 15px;
	}
	
	#mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding: 10px;
	}
	
	.main-menu .mega-menu-megamenu .textwidget a {
		font-size: 13px;
	}
	
	.content-element {
		width: 80%;
		font-size: 16px;
		line-height: 24px;
	}
	
	.content-element h1, .content-element h2 {
		font-size: 36px;
		line-height: 38px;
	}
	
	.content-element p {
		margin-bottom: 20px;
	}
	
	.content-element .hero-btn {
		font-size: 16px;
		line-height: 20px;
		width: 45%;
	}
	
	.tc-content {
		font-size: 18px;
		line-height: 26px;
	}
	
	.tc-content h3 {
		margin-bottom: 10px;
	}
	
	.tc-content h2 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 15px;
	}
	
	.tc-content ul li {
		font-size: 18px;
		line-height: 30px;
	}
	
	.cta-section {
		padding: 50px 0;
		font-size: 20px;
		line-height: 28px;
	}
	
	.cta-section h2 {
		font-size: 45px;
		line-height: 55px;
	}
	
	.service-area {
		padding: 50px 0;
	}
	
	.service-row .service-col {
		margin: 9px;
	}
	
	.service-info {
		line-height: 20px;
	}
	
	.service-info h3 {
		font-size: 24px;
		line-height: 28px;
	}
	
	.featured-review {
		padding: 50px 0;
	}
	
	.featured-review .title-area h2 {
		font-size: 30px;
	}
	
	.featured-review .title-area {
		margin-bottom: 50px;
	}
	
	.footer-top {
		padding: 50px 0;
	}
	
	.footer-top .foo-widget-area {
		width: 55%;
	}
	
	.foo-widget-area .widget {
		width: 50%;
	}
	
	.footer-bottom {
		padding: 15px 0;
	}
	
	.footer-bottom .container-main {
		flex-wrap: wrap;
	}
	
	.footer-bottom .copyright {
		width: 59%;
	}
	
	.foo-bottom-link {
		width: 40%;
	}
	
	.credit {
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}
	
	.contact-content .contact-address {
		width: 26%;
		font-size: 14px;
		line-height: 24px;
	}
	
	.contact-address h3 {
		font-size: 20px;
		line-height: 24px;
		margin: 15px 0;
	}
	
	.contact-main {
		font-size: 16px;
		line-height: 26px;
	}
	
	.contact-main h1 {
		font-size: 30px;
		line-height: 48px;
	}
	
	.contact-content {
		padding: 75px 0 50px;
	}
	
	.banner-overlay .banner-content {
		font-size: 20px;
		line-height: 26px;
		padding: 15px;
	}
	
	.banner-overlay .banner-content h1 {
		font-size: 40px;
		line-height: 53px;
	}
	
	.partners-area .partner_module {
		padding: 0 15px;
		font-size: 16px;
		line-height: 24px;
	}
	
	.partners-area .partner_module h3 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	
	.partners-area .partner_module a {
		font-size: 15px;
		line-height: 17px;
	}
	
	.partners-area .partner_module p {
		margin-bottom: 10px;
	}
	
	.dark-bg-content {
		font-size: 16px;
		line-height: 28px;
	}
	
	.dark-bg-content h1, .dark-bg-content h2 {
		font-size: 30px;
		line-height: 36px;
	}
	
	.abc-content {
		width: 100%;
		padding: 0 20px;
	}
	
	.abc-content h1, .abc-content h2, .abc-content h3 {
		font-size: 38px;
		line-height: 56px;
	}
	
	.abc-content h1 strong, .abc-content h2 strong, .abc-content h3 strong {
		display: block;
	}
	
	.abc-content span {
		font-size: 20px;
	}
	
	.about-story {
		padding: 60px 0;
	}
	
	.hero-content-box {
		min-width: 100%;
		padding: 0 30px;
	}
	
	.about-hero-content h1 {
		font-size: 52px;
		line-height: 52px;
	}
	
	.about-hero img {
		height: 420px;
	}
	
	.about-gallery ul li {
		height: 150px;
	}
	
	.about-gallery ul li:first-child {
		height: 314px;
	}
	
	.about-gallery ul li {
		margin: 7px 7px;
		width: calc(25% - 14px);
	}
	
	.about-gallery ul li:first-child {
		width: calc(50% - 14px);
	}
	
	.about-gallery {
		padding: 60px 0;
	}
	
	.gallery-load-more {
		margin-top: 50px;
	}
	
	.accomplishments h3 {
		margin: 0 0 30px;
	}
	
	.three-column-section, .accomplishments {
		padding: 50px 0;
	}
	
	.blog-row .blog-left {
		width: calc(100% - 310px);
	}
	
	.container-main {
		padding: 0 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1169px) {
	.home-hero .hero-content .content-element {
		padding: 0 60px;
	}
	
	.owl-carousel .owl-item img {
		height: 300px;
	}
	
	.footer-top .foo-widget-area {
		width: 100%;
	}
	
	.about-hero-content h1 {
		font-size: 66px;
		line-height: 66px;
	}
	
	.about-story {
		padding: 60px 0 60px;
	}
	
	.abc-content {
		width: 94%;
	}
	
	.accomplishments h3 {
		margin: 0 0 30px;
	}
	
	.header-main {
		padding: 0px 0 0px 2%;
	}
	
	.gallery-page-title {
		padding: 60px 0;
	}
	
	.galleries-section .gallery-nav-area {
		padding-bottom: 60px;
	}
	
	.galleries-section {
		padding-bottom: 60px;
	}
	
	.container-main {
		padding: 0 20px;
	}
	
	.tc-icon-boxes .tcib-row .tcib-col {
		width: 32.33%;
	}
	
	.basic-container.reduce-bottom {
		padding-bottom: 30px;
	}
	
	.right-content .tcf-col.tcf-content {
		padding: 0 30px;
	}
	
	.tcf-col.tcf-content h3 {
		font-size: 34px;
	}
	
	.tct-row .tct-col {
		width: 48%;
	}
	
	.blog-breadcrumb {
		margin-bottom: 30px;
	}
	
	ul, ol {
		margin: 0 0 1.5em 0em;
	}
	
	.client-module .client-logo {
		margin: 0 20px;
	}
	
	.banner-overlay .banner-content h1 {
		margin-bottom: 20px;
	}
	
	.contact-content .contact-address {
		width: 25%;
	}
	
	.special-cta-section .btn {
		margin-right: 10px;
	}
	
	.basic-container .fg-default.fg-gutter-10 .fg-item {
		margin: 17px;
	}
	
	.basic-container .fg-default.fg-gutter-10 .fg-item {
		margin: 17px;
	}
	
	.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
		width: 45px !important;
	}
	
	.partners-area {
		padding: 60px 0;
	}
	
	.tciwc-content h2 {
		margin-bottom: 25px;
	}
	
	.horizontal-img-content {
		padding: 70px 0;
	}
	
	.basic-container {
		padding: 60px 0;
	}
	
	.listing-section {
		padding: 60px 0;
	}
	
	.article-row.ar-col-three .article-column {
		margin-bottom: 40px;
	}
	
	.rplg .rplg-url {
		margin: 30px 0;
	}
	
	.column-box-row .col-lg-4 {
		float: left;
	}
	
	.tesla .result-row .sep-top + .col-lg-6 .row-col {
		padding-left: 20px;
		padding-right: 0;
	}
	
	.tesla .result-row .col-lg-6 .row-col {
		padding-right: 20px;
		padding-left: 0;
	}
	
	.transferable-warranty.white .tw_inner p {
		padding-right: 0;
	}
	
	.cws-main .cws-sidebar {
		width: 200px;
	}
	
	.cws-main-content {
		width: calc(100% - 240px);
	}
	
	.tciwc-row.img-right-align .tciwc-content {
		padding: 0;
	}
	
	.comments-area .form-submit .submit, .btn {
		min-width: 220px;
		margin-bottom: 10px;
	}
	
	.icon-box-row .icon-box {
		width: 440px;
	}
	
	.article-column h3 {
		font-size: 22px;
	}
	
	.article-column .btn {
		min-width: 280px;
		font-size: 15px;
		margin-top: 20px;
	}
	
	.popvideo-row .video-col {
		width: calc(50% - 26px);
	}
	
	#wpsl-category {
		margin: 0 15px !important;
	}
	
	#store-search-wrap .wpsl-input, #store-search-wrap .wpsl-select-wrap {
		margin-left: 20px;
	}
	
	.search-result-list ul li {
		width: calc(50% - 20px);
	}
	
	.home-hero {
		min-height: 500px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.content-menu.desktop {
		top: 97px;
	}
	
	.accomplishments-row {
		margin: 0;
	}
	
	.accomplishments-col {
		width: 100%;
		margin: 0;
	}
	
	.three-column-row {
		margin: 0;
	}
	
	.three-column-col {
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
		padding-bottom: 0;
	}
	
	.three-column-col:last-child {
		margin-bottom: 0;
	}
	
	.about-story-row {
		margin: 0;
	}
	
	.about-story-col {
		width: 100%;
		padding: 0 20px;
	}
	
	.search-icon {
		margin-left: 5px;
	}
	
	.gallery-nav a {
		padding: 9px;
	}
	
	.dark-bg-content {
		padding: 30px 0;
	}
	
	.service-area {
		padding: 30px 10px 30px;
	}
	
	.information-row .row .sep {
		display: none;
	}
	
	.information-row .sep + .col-lg-6 .row-col {
		padding-left: 0;
	}
	
	.information-row {
		padding: 40px 0;
	}
	
	.information-row .row-col-header {
		margin: 0 0 30px;
	}
	
	.information-row .col-lg-6 .row-col {
		padding-right: 0;
	}
	
	.content-sidebar {
		width: 100%;
		float: none;
	}
	
	.content-mian {
		width: 100%;
		border-left: 0px solid #e1f1b5;
		padding: 20px 20px;
	}
	
	.tc-icon-boxes {
		padding: 60px 0;
	}
	
	.compare-section .comp-row .comp-col {
		padding: 0 20px;
	}
	
	.comp-col h4 {
		font-size: 68px;
	}
	
	.single-post h1 {
		font-size: 28px;
	}
	
	.recent_articles_widget .ra-post .rapost-info {
		font-size: 16px;
		line-height: 20px;
	}
	
	.post-single-area {
		margin-bottom: 20px;
	}
	
	.one_third {
		width: 50%;
	}
	
	.basic-container {
		padding: 60px 0;
	}
	
	.content-menu ul li {
		font-size: 16px;
	}
	
	.content-menu ul li a {
		padding: 16px 10px;
	}
	
	.wp-image-5101 {
		margin-bottom: 10px;
	}
	
	.article-row.ar-col-three .article-column {
		margin-bottom: 30px;
		width: 50%;
	}
	
	.service-row .service-col {
		margin: 8px 15px;
	}
	
	.service-area .service-row {
		margin-left: 0;
		margin-right: 0;
	}
	
	.service-row .service-col {
		width: calc(50% - 16px);
		margin: 8px 8px;
	}
	
	.iwfp-main {
		padding: 60px 0;
	}
	
	.iwfp-row .iwfp-content {
		width: 26%;
	}
	
	.iwfp-content .iwfp-element {
		padding: 20px 0;
	}
	
	.contact-content {
		padding: 40px 0 50px;
	}
	
	.contact-content .contact-address {
		width: 30%;
	}
	
	.contact-content .contact-main {
		width: 70%;
	}
	
	.special-cta-section .btn {
		margin: 0 0 20px;
	}
	
	.basic-container .fg-default.fg-gutter-10 {
		padding-left: 0;
	}
	
	.basic-container .fg-default.fg-gutter-10 .fg-item {
		margin: 16px;
	}
	
	.gallery-nav a {
		margin: 5px;
		font-size: 14px;
	}
	
	.gallery-page-title h1 {
		font-size: 46px;
		line-height: 56px;
	}
	
	#sbasic-5 .container-main p br {
		display: none;
	}
	
	.column-box-row {
		padding: 40px 0;
	}
	
	.model-x-windshield {
		padding: 60px 0;
	}
	
	.other_services-box-col {
		width: 100%;
	}
	
	.other_services-box-col:first-child {
		padding-right: 0;
	}
	
	.other_services center {
		margin-bottom: 50px;
	}
	
	.other_services {
		padding: 60px 0;
	}
	
	.other_services-box-col {
		margin-top: 10px;
	}
	
	.video-section-box {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.video-section-box.rt {
		width: 100%;
		padding-left: 0;
		margin-bottom: 0;
	}
	
	.video-section-area.reverse .video-section-box.rt {
		padding-right: 0;
	}
	
	.makes-different {
		padding: 60px 0;
	}
	
	.tesla .result-row {
		padding: 60px 0;
	}
	
	.content-with-sidebar {
		padding: 60px 0;
	}
	
	.cws-row {
		display: block;
		margin-bottom: 0;
	}
	
	.cws-row .right-content {
		width: 100%;
	}
	
	.cws-row .full-content.left-cont {
		width: 100%;
	}
	
	.icon-box-row .icon-box {
		width: 340px;
	}
	
	section#space-5 {
		display: none;
	}
	
	.cta-row .cta-btn {
		float: none;
	}
	
	.cta-row.vertical-middle .row-col {
		text-align: center;
		font-size: 30px;
	}
	
	#sbasic-2 {
		padding-top: 0px;
	}
	
	.store-map {
		height: 500px;
	}
	
	.search-result-list {
		height: 353px;
	}
	
	.search-result-list ul li {
		width: calc(100% - 20px);
		margin: 0 0px 30px;
	}
	
	.search-result-head-lt {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.search-result-head-rt {
		width: 100%;
	}
	
	#wpsl-category .wpsl-dropdown {
		width: 260px !important;
	}
	
	.icon-direction {
		width: 335px;
	}
	
	.main-menu .mega-menu ul li {
		font-size: 14px;
		line-height: 24px;
	}
	
	.main-menu #mega-menu-wrap-menu-2 #mega-menu-menu-2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {
		width: 36.66667%;
	}
	
	.main-menu #mega-menu-wrap-menu-2 #mega-menu-menu-2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
		width: 38.33333%;
	}
	
	.main-menu #mega-menu-wrap-menu-2 #mega-menu-menu-2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
		width: 25%;
	}
	
	/*Mobile Menu*/
	.mobile-burger-menu {
		cursor: pointer;
		display: block;
		float: right;
		height: 11px;
		position: relative;
		width: 16px;
		top: 20px;
		right: -38px;
		z-index: 999;
	}
	
	.mobile-burger-menu span {
		background: #2f2f2f;
		display: block;
		height: 3px;
		left: 0;
		position: absolute;
		top: 0;
		transition: all .3s ease 0s;
		width: 100%;
	}
	
	.mobile-burger-menu span:nth-child(2) {
		background: #2f2f2f;
		display: block;
		height: 3px;
		left: 0;
		position: absolute;
		top: 9px;
		transition: all .3s ease 0s;
		width: 100%;
	}
	
	.mobile-burger-menu span:nth-child(3) {
		background: #2f2f2f;
		display: block;
		height: 3px;
		left: 0;
		position: absolute;
		top: 18px;
		transition: all .3s ease 0s;
		width: 100%;
	}
	
	.mobile-burger-menu.selected span:nth-child(1) {
		top: 5px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		margin: 0px;
	}
	
	.mobile-burger-menu.selected span:nth-child(2) {
		top: 5px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		margin: 0px;
	}
	
	.mobile-menu {
		background-color: #49a5df;
		box-shadow: 0 0 10px rgba(0, 0, 0, .05);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	}
	
	.mobile-menu .controls {
		padding: 0px 15px;
	}
	
	.mobile-menu .nav-close {
		float: right;
		font-size: 26px;
		background: #333;
		padding: 7px 0;
		cursor: pointer;
		width: 26px;
		height: 26px;
		border-radius: 50%;
		position: relative;
		margin: 6px 0;
	}
	
	.mobile-menu .nav-close:after {
		content: "";
		position: absolute;
		left: 12px;
		top: 5px;
		width: 0px;
		height: 16px;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	
	.mobile-menu .nav-close:before {
		content: "";
		position: absolute;
		left: 12px;
		top: 5px;
		width: 0;
		height: 16px;
		border-right: 2px solid #fff;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	
	.mobile-menu .nav-logo {
		width: 170px;
		float: left;
	}
	
	.mobile-menu  .nav-main-cont {
		border-top: 1px solid #fff;
	}
	
	.mobile-menu  .nav-main-cont ul li a {
		padding: 9px 15px;
		position: relative;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		color: #000;
		text-decoration: none;
		font-family: urw-din, sans-serif;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.mobile-menu  .nav-main-cont ul.sub-menu li a {
		font-weight: 500;
		text-transform: capitalize;
	}
	
	.mobile-menu  .nav-main-cont ul.sub-menu li:first-child a {
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.slide-menu {
		padding-top: 94px;
		z-index: 998;
		background: #fff;
		width: 100%;
	}
	
	.slide-menu__slider ul li.current-menu-item > a {
		color: #f8b746;
	}
	
	.mobile-menu  .nav-main-cont ul li.menu-item-has-children > a {
		padding-right: 30px;
	}
	
	.mobile-menu  .nav-main-cont ul li.menu-item-has-children > a:after {
		content: "";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		position: absolute;
		right: 15px;
		top: 9px;
		line-height: 24px;
		font-size: 24px;
	}
	
	.mobile-menu  .nav-main-cont ul ul li a[data-action="back"] {
		padding-left: 30px;
	}
	
	.mobile-menu  .nav-main-cont ul ul li a[data-action="back"]:after {
		content: "";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		position: absolute;
		left: 7px;
		top: 9px;
		line-height: 24px;
		font-size: 24px;
	}
	
	.slide-menu ul li:last-child a {
		border-bottom: 0;
	}
	
	.slide-menu ul li.top-border a {
		border-top: 6px solid rgba(0, 0, 0, .1);
	}
	
	.header-right {
		position: relative;
		padding-right: 64px;
		width: 50%;
	}
	
	.header-right:after {
		content: "";
		background-color: #deac1d;
		clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0% 100%);
		transition: all .25s ease-in-out;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 70px;
	}
	
	.quote-btn {
		display: none;
	}
	
	.store-locatore-link {
		display: none;
	}
	
	.right-elements {
		width: 50%;
	}
	
	#mega-menu-wrap-menu-2 .mega-menu-toggle .mega-toggle-blocks-right {
		display: none;
	}
	
	/**/
	.residential-menu-btm {
		margin-top: 60px;
		text-align: center;
		background: #2f2f2f;
		position: relative;
	}
	
	.residential-menu-btm-content {
		padding: 40px 40px 0px 40px;
	}
	
	.residential-menu-btm h3 {
		color: #fff;
		margin: 0 0 28px;
		font-size: 22px;
		line-height: 22px;
		font-weight: 700;
	}
	
	.residential-menu-btm h4 {
		color: #fff;
		margin: 0 0 13px;
		font-size: 14px;
		line-height: 28px;
		font-weight: 500;
	}
	
	.residential-menu-btm .btn {
		max-width: 200px;
	}
	
	/**/
	.commercial-menu-btm {
		margin-top: 60px;
		text-align: right;
		background: #2f2f2f;
		position: relative;
	}
	
	.commercial-menu-btm-content {
		padding: 50px 30px 0px 30px;
		text-align: left;
	}
	
	.commercial-menu-btm-content .btn {
		max-width: 200px;
	}
	
	.commercial-menu-btm h3 {
		color: #fff;
		margin: 0 0 24px;
		font-size: 22px;
		line-height: 22px;
		font-weight: 700;
	}
	
	.commercial-menu-btm h4 {
		color: #fff;
		margin: 0 0 10px;
		font-size: 14px;
		line-height: 28px;
		font-weight: 500;
	}
	
	/**/
	.shop-menu-btm {
		margin-top: 60px;
		text-align: center;
		background: #2f2f2f;
		position: relative;
	}
	
	.shop-menu-btm-content {
		padding: 40px 34px 66px 34px;
	}
	
	.shop-menu-btm-content .btn {
		max-width: 200px;
	}
	
	.shop-menu-btm h3 {
		color: #fff;
		margin: 0 0 24px;
		font-size: 22px;
		line-height: 22px;
		font-weight: 700;
	}
	
	.shop-menu-btm h4 {
		color: #fff;
		margin: 0 0 10px;
		font-size: 14px;
		line-height: 28px;
		font-weight: 500;
	}
	
	.sub-menu.slide-menu__submenu--active li:first-child {
		text-align: center;
		background: #2f2f2f;
	}
	
	.sub-menu.slide-menu__submenu--active li:first-child a {
		font-weight: 700;
		color: #fff;
		text-transform: uppercase;
	}
	
	.mobile-menu .nav-main-cont ul ul li a[data-action="back"] {
		padding-left: 30px;
	}
	
	.mobile-menu .nav-main-cont ul.sub-menu li:first-child a {
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.filters-select {
		display: block;
	}
	
	.gallery-nav {
		display: none;
	}
	
	.gallery-page-title {
		padding: 30px 0;
	}
	
	.galleries-section .gallery-nav-area {
		padding-bottom: 0px;
		margin-bottom: 50px;
	}
	
	.data-content-lt {
		padding-right: 30px;
	}
	
	.photo-gallery {
		width: 33.33%;
		padding: 0 10px;
	}
	
	.photo-gallery:first-child {
		width: 100%;
	}
	
	.image_title h6 {
		font-size: 14px;
		line-height: 18px;
	}
	
	.image_title {
		padding: 10px;
	}
	
	.shorting-area .gallery-nav a {
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	.header-main {
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.logo {
		width: 115px;
		margin: 0;
	}
	
	.main-menu {
		width: 1%;
		display: block;
	}
	
	.header-right {
		width: 57%;
	}
	
	.quote-btn {
		font-size: 12px;
		width: 71%;
	}
	
	.right-elements {
		width: 28%;
	}
	
	.home-hero .slide-element {
		background-color: #000;
		background-image: none !important;
		height: 674px;
	}
	
	.home-hero .slide-element.nitro-lazy {
		background-image: none !important;
	}
	
	.home-hero .slide-element .no-visibility.for-desk {
		display: none;
	}
	
	.home-hero .owl-carousel .owl-item img.for-mob-slide {
		display: block;
	}
	
	.owl-carousel .owl-item img {
		height: 310px;
		object-fit: cover;
	}
	
	.owl-carousel .owl-item .service-area-col img {
		height: 300px;
	}
	
	.slide-element .hero-content {
		position: relative;
	}
	
	.hero-content .container-main {
		top: 0;
		transform: translateY(0);
	}
	
	.content-element {
		width: 100%;
		padding: 20px;
		font-size: 14px;
		line-height: 20px;
	}
	
	.hero-content .content-element h1, .hero-content .content-element h2 {
		font-size: 36px;
		line-height: 40px;
	}
	
	.hero-content .content-element .hero-btn {
		margin: 0 5px 0 0;
		width: 47%;
		padding: 10px 5px;
		font-size: 15px;
	}
	
	.hero-content .content-element .hero-btn.solid {
		margin: 0;
	}
	
	.tc-content {
		padding: 30px 0 50px;
		font-size: 16px;
		line-height: 26px;
	}
	
	.tc-row {
		display: block;
	}
	
	.tc-left-col, .tc-right-col {
		width: 100%;
	}
	
	.tc-content ul li {
		font-size: 15px;
		line-height: 19px;
		margin-bottom: 10px;
	}
	
	.cta-section .container-main {
		margin: 15px auto;
	}
	
	.cta-section {
		padding: 30px 0px;
		font-size: 16px;
		line-height: 20px;
		height: auto;
	}
	
	.home .cta-section h4 {
		font-size: 34px;
	}
	
	.cta-section h2 {
		font-size: 32px;
		line-height: 39px;
		margin-bottom: 15px;
		padding: 0 15px;
	}
	
	.cta-section p {
		margin: 0;
		font-size: 16px;
		line-height: 26px;
		opacity: .93;
	}
	
	.cta-section p br {
		display: none;
	}
	
	.service-area {
		padding: 30px 0;
	}
	
	.service-area .service-row {
		margin-left: 0;
		margin-right: 0;
	}
	
	.service-row .service-col:first-child {
		height: 385px;
	}
	
	.service-row .service-col {
		margin: 0 0 10px;
		width: 100%;
		float: none;
		height: 250px;
	}
	
	.featured-review {
		padding: 60px 0px;
	}
	
	.featured-review .title-area {
		margin-bottom: 18px;
		display: block;
		text-align: center;
	}
	
	.featured-review .title-area h2 {
		font-size: 28px;
		text-align: left;
		line-height: 34px;
		color: #000;
	}
	
	.featured-review .title-area h2 strong {
		display: block;
	}
	
	.featured-review .title-area a.more-rev-link {
		display: inline-block;
	}
	
	.featured-review .review-row {
		display: block;
	}
	
	.review-row .review-module {
		width: 100%;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 30px;
	}
	
	.service-info h3 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 13px;
	}
	
	.service-col .service-overlay {
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 101%);
	}
	
	.service-col .service-overlay {
		padding: 25px 20px;
	}
	
	.service-info p {
		opacity: .77;
		font-size: 14px;
		margin-bottom: 15px;
	}
	
	.review-module h3 {
		font-size: 20px;
		line-height: 26px;
	}
	
	.review-module .rating {
		padding: 10px 0;
	}
	
	.review-module .rating i {
		font-size: 14px;
		margin-right: 3px;
	}
	
	.gift-section {
		padding: 30px 0;
		text-align: center;
	}
	
	.gift-row .gift-content {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	
	.gift-content h3 {
		font-size: 28px;
		line-height: 34px;
	}
	
	.gift-content p {
		font-size: 16px;
		line-height: 26px;
		text-align: left;
	}
	
	.gift-row .gift-image {
		width: 100%;
	}
	
	.gift-row .gift-image img {
		position: relative;
	}
	
	.gift-section .gift-row {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	.gift-row .gift-image img {
		bottom: inherit;
		margin-top: -84px;
	}
	
	.container-main {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.footer-top {
		padding: 45px 5px 35px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	.footer-top .foo-widget-area {
		width: 100%;
	}
	
	.foo-widget-area .widget {
		width: 100%;
	}
	
	.foo-widget-area .widget:first-child {
		width: 40%;
	}
	
	.foo-widget-area .widget:nth-child(2) {
		width: 60%;
	}
	
	.foo-widget-area .widget ul li {
		font-size: 16px;
		line-height: 20px;
		padding: 5px 0;
	}
	
	.foo-widget-area .widget ul li:first-child {
		padding: 0 0 10px;
	}
	
	.foo-widget-area .widget {
		margin-bottom: 24px;
	}
	
	.footer-top .foo-subscribe-area {
		width: 100%;
	}
	
	.footer-bottom .container-main {
		display: block;
		text-align: center;
		padding: 0 45px;
	}
	
	.foo-subscribe-area .foo-social {
		margin-bottom: 45px;
	}
	
	.footer-bottom .copyright {
		width: 100%;
		margin-bottom: 10px;
		font-weight: 400;
		line-height: 18px;
	}
	
	.foo-bottom-link {
		width: 100%;
		opacity: .7;
	}
	
	#nav_menu-15, #nav_menu-16 {
		display: none;
	}
	
	.subscribe-form h4 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 12px;
	}
	
	.subscribe-form p {
		font-size: 16px;
		line-height: 30px;
	}
	
	.tc-content .container-main {
		padding: 0 32px;
	}
	
	.footer-bottom {
		padding: 22px 0;
	}
	
	.contact-content {
		padding: 50px 0;
		display: block;
	}
	
	.contact-content .contact-address {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.contact-content .contact-main {
		width: 100%;
	}
	
	.banner-overlay .banner-content {
		font-size: 16px;
		line-height: 20px;
		position: relative;
		z-index: 2;
	}
	
	.banner-overlay .banner-content h1 {
		font-size: 26px;
		line-height: 30px;
	}
	
	.partners-area {
		display: block;
		padding: 50px 0 75px;
	}
	
	.partners-area .partner_module {
		width: 100%;
		margin-bottom: 25px;
	}
	
	.partners-area .partner_module .partner-logo {
		min-height: auto;
	}
	
	.gift-content a.gift-btn {
		margin: 0 auto;
	}
	
	.dark-bg-content {
		padding: 50px 0;
	}
	
	.dark-bg-content .container-main {
		display: block;
	}
	
	.dark-bg-content .title-content {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.dark-bg-content .desc-content {
		width: 100%;
	}
	
	.desktop {
		display: none !important;
	}
	
	.mobile {
		display: block !important;
	}
	
	.menu-primary-menu-container {
		display: none;
	}
	
	/*Mobile Menu*/
	.mobile-burger-menu {
		cursor: pointer;
		display: block;
		float: right;
		position: absolute;
		width: 70px;
		height: 56px;
		top: 0;
		right: 0;
		z-index: 999;
	}
	
	.mobile-burger-menu span {
		background: #2f2f2f;
		display: block;
		height: 3px;
		left: 28px;
		position: absolute;
		top: 20px;
		transition: all .3s ease 0s;
		width: 16px;
	}
	
	.mobile-burger-menu span:nth-child(2) {
		background: #2f2f2f;
		display: block;
		height: 3px;
		left: 28px;
		position: absolute;
		top: 29px;
		transition: all .3s ease 0s;
		width: 16px;
	}
	
	.mobile-burger-menu span:nth-child(3) {
		background: #2f2f2f;
		display: block;
		height: 3px;
		left: 0;
		position: absolute;
		top: 18px;
		transition: all .3s ease 0s;
		width: 100%;
	}
	
	.mobile-burger-menu.selected span:nth-child(1) {
		top: 23px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		margin: 0px;
	}
	
	.mobile-burger-menu.selected span:nth-child(2) {
		top: 23px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		margin: 0px;
	}
	
	.mobile-menu {
		background-color: #49a5df;
		box-shadow: 0 0 10px rgba(0, 0, 0, .05);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	}
	
	.mobile-menu .controls {
		padding: 0px 15px;
	}
	
	.mobile-menu .nav-close {
		float: right;
		font-size: 26px;
		background: #333;
		padding: 7px 0;
		cursor: pointer;
		width: 26px;
		height: 26px;
		border-radius: 50%;
		position: relative;
		margin: 6px 0;
	}
	
	.mobile-menu .nav-close:after {
		content: "";
		position: absolute;
		left: 12px;
		top: 5px;
		width: 0px;
		height: 16px;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	
	.mobile-menu .nav-close:before {
		content: "";
		position: absolute;
		left: 12px;
		top: 5px;
		width: 0;
		height: 16px;
		border-right: 2px solid #fff;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	
	.mobile-menu .nav-logo {
		width: 170px;
		float: left;
	}
	
	.mobile-menu  .nav-main-cont {
		border-top: 1px solid #fff;
	}
	
	.mobile-menu  .nav-main-cont ul li a {
		padding: 9px 15px;
		position: relative;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		color: #000;
		text-decoration: none;
		font-family: urw-din, sans-serif;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.mobile-menu  .nav-main-cont ul.sub-menu li a {
		font-weight: 500;
		text-transform: capitalize;
	}
	
	.mobile-menu  .nav-main-cont ul.sub-menu li:first-child a {
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.slide-menu {
		padding-top: 56px;
		z-index: 1001;
		background: #fff;
		width: 100%;
	}
	
	.slide-menu__slider ul li.current-menu-item > a {
		color: #f8b746;
	}
	
	.mobile-menu  .nav-main-cont ul li.menu-item-has-children > a {
		padding-right: 30px;
	}
	
	.mobile-menu  .nav-main-cont ul li.menu-item-has-children > a:after {
		content: "";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		position: absolute;
		right: 15px;
		top: 9px;
		line-height: 24px;
		font-size: 24px;
	}
	
	.mobile-menu  .nav-main-cont ul ul li a[data-action="back"] {
		padding-left: 30px;
	}
	
	.mobile-menu  .nav-main-cont ul ul li a[data-action="back"]:after {
		content: "";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		position: absolute;
		left: 7px;
		top: 9px;
		line-height: 24px;
		font-size: 24px;
	}
	
	.slide-menu ul li:last-child a {
		border-bottom: 0;
	}
	
	.slide-menu ul li.top-border a {
		border-top: 6px solid rgba(0, 0, 0, .1);
	}
	
	.slide-menu ul li.contact-icon a {
		padding-left: 38px;
		background: url("https://sunstoppers.com/nitropack_static/lMsxHOdsTFvnYLFKjcecEotcDJbEpxHY/assets/images/optimized/rev-6e735cd/sunstoppers.com/wp-content/themes/sun_stopppers/images/mobile-phone-icon.svg") no-repeat 15px center;
	}
	
	.slide-menu ul li.contact-icon a.nitro-lazy {
		background-image: none !important;
	}
	
	.slide-menu ul li.quote-icon a {
		padding-left: 38px;
		background: url("https://sunstoppers.com/nitropack_static/lMsxHOdsTFvnYLFKjcecEotcDJbEpxHY/assets/images/optimized/rev-6e735cd/sunstoppers.com/wp-content/themes/sun_stopppers/images/cheque-mob.svg") no-repeat 15px center;
	}
	
	.slide-menu ul li.quote-icon a.nitro-lazy {
		background-image: none !important;
	}
	
	.header-right {
		position: relative;
		padding-right: 64px;
	}
	
	.header-right:after {
		content: "";
		background-color: #deac1d;
		clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0% 100%);
		transition: all .25s ease-in-out;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 70px;
	}
	
	.quote-btn {
		display: none;
	}
	
	.mob-only-num {
		display: block;
	}
	
	.store-locatore-link {
		display: none;
	}
	
	.right-elements {
		width: 100%;
		margin-right: 0px;
	}
	
	.store-locatore-link i {
		margin-right: 10px;
	}
	
	#mega-menu-wrap-menu-2 .mega-menu-toggle .mega-toggle-blocks-right {
		display: none;
	}
	
	.home-hero .owl-carousel .owl-item img.for-mob-slide {
		display: block;
		height: 775px;
		object-position: top;
	}
	
	.home-hero .owl-nav {
		display: none;
	}
	
	.slide-element .hero-content {
		height: auto;
		bottom: 67px;
		top: inherit;
	}
	
	.tc-content h3 {
		margin-bottom: 0;
		font-size: 16px;
		line-height: 46px;
	}
	
	.more-rev-link.mobile {
		text-decoration: none;
		font-size: 17px;
		line-height: 50px;
		padding: 0 20px;
		text-align: center;
		font-weight: 600;
		color: #fff;
		width: 200px;
		height: 50px;
		margin: 0 auto;
		border-radius: 30px;
		background-color: #57514f;
		transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
	}
	
	.home-slider .owl-dots {
		position: absolute;
		left: 0;
		bottom: 18px;
		width: 100%;
		text-align: center;
		display: block;
	}
	
	.home-slider .owl-dots .owl-dot {
		width: 6px;
		height: 6px;
		background: #fff;
		display: inline-block;
		text-align: center;
		margin: 0 6px;
		border-radius: 50%;
	}
	
	.home-slider .slide-element:before {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+0,000000+100&0+0,1+100 */
		background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(0, 0, 0, 1) 100%);
		background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(0, 0, 0, 1) 100%);
		background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, rgba(0, 0, 0, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e5e5e5", endColorstr="#000000", GradientType=0);
	}
	
	.sub-menu.slide-menu__submenu--active li:first-child {}
	
	.about-hero img {
		height: 292px;
		object-position: right;
	}
	
	.about-hero-content {
		position: relative;
		width: auto;
		clip-path: none;
	}
	
	.hero-content-box {
		position: relative;
		padding: 50px 20px;
		transform: none;
		left: inherit;
		top: inherit;
	}
	
	.about-hero-slash, .about-hero-slash2 {
		display: none;
	}
	
	.about-hero-content h1 {
		font-size: 42px;
		line-height: 42px;
	}
	
	.about-hero-content h2 {
		font-size: 22px;
	}
	
	.about-story-head h3 {
		font-size: 38px;
		margin: 0 0 10px;
	}
	
	.about-story-head h4 {
		font-size: 22px;
	}
	
	.about-story-row {
		display: block;
		margin: 0;
	}
	
	.about-story-col {
		width: 100%;
		padding: 0;
	}
	
	.about-story-head {
		margin-bottom: 30px;
	}
	
	.about-story-col img {
		margin-bottom: 22px;
	}
	
	.about-bg-with-content {
		padding: 50px 0;
	}
	
	.abc-content h1, .abc-content h2, .abc-content h3 {
		font-size: 26px;
		line-height: 38px;
	}
	
	.abc-content span {
		font-size: 18px;
		line-height: 28px;
	}
	
	.accomplishments-col {
		margin: 0;
		width: 100%;
		float: none;
	}
	
	.accomplishments-row {
		margin: 0;
	}
	
	.accomplishments h3 {
		font-size: 34px;
	}
	
	.accomplishments-col:nth-child(3) {
		border-bottom: 2px solid #bfbfbf;
	}
	
	.about-gallery ul li:first-child {
		width: 100%;
		margin: 0 0 20px;
	}
	
	.about-gallery ul li {
		margin: 0 0 20px;
		width: 100%;
		height: auto;
	}
	
	.the-press-row {
		display: block;
	}
	
	.the-press-lt {
		height: 200px;
		width: 100%;
	}
	
	.the-press-rt {
		width: 100%;
		padding: 30px 20px;
	}
	
	.the-press h3 {
		margin: 0px 0 0px;
	}
	
	.three-column-row {
		margin: 0;
	}
	
	.three-column-col {
		width: 100%;
		padding: 20px 0;
		margin: 0;
	}
	
	.three-column-col:nth-child(4), .three-column-col:nth-child(5), .three-column-col:nth-child(6) {
		border-bottom: 2px solid #bfbfbf;
		padding: 20px 0;
	}
	
	.about-sub-menu ul {
		display: block;
		padding: 15px 0;
	}
	
	.about-sub-menu ul li a {
		padding: 0;
		line-height: 40px;
	}
	
	.gallery-page-title h1 {
		font-size: 47px;
		line-height: 47px;
	}
	
	.content-element {
		padding: 0px;
	}
	
	.content-element .hero-btn {
		width: 46%;
	}
	
	/*.img-banner{ height: 400px; }*/
	.banner-overlay .banner-content h1 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 10px;
		font-family: "proxima-nova", sans-serif;
	}
	
	.banner-overlay .banner-content h1 span {
		display: block;
		font-weight: 200;
	}
	
	.basic-container h3 {
		font-size: 20px;
		line-height: 24px;
	}
	
	.basic-container {
		padding: 50px 0;
	}
	
	.basic-container .fg-default.fg-gutter-10 {
		padding: 0;
	}
	
	.basic-container .fg-default.fg-gutter-10 .fg-item {
		margin: 0 0 15px;
		padding: 0 8px;
		width: 50%;
	}
	
	.tciwc-row.img-right-align .tciwc-content {
		padding: 45px 0 0;
	}
	
	.horizontal-img-content .tciwc-row {
		display: block;
	}
	
	.tciwc-row .tciwc-content {
		width: 100%;
	}
	
	.tciwc-row .tciwc-img {
		width: 100%;
	}
	
	.horizontal-img-content {
		padding: 0 0 55px;
		text-align: center;
	}
	
	.img-cover-style .img-cover-size {
		width: 100%;
		height: 400px;
		position: relative;
	}
	
	.img-cover-style .tciwc-content h2 {
		font-size: 26px;
		line-height: 34px;
		text-align: center;
		text-transform: uppercase;
		margin: 0 0 5px;
	}
	
	.comments-area .form-submit .submit, .btn {
		min-height: inherit;
		padding: 0px 15px;
		width: 100%;
		line-height: 50px;
		min-width: inherit;
	}
	
	.img-cover-style .tciwc-row .tciwc-content p {
		margin: 0 40px 30px;
	}
	
	.contact-main h1 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 12px;
	}
	
	.contact-main .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		line-height: 50px;
		border-radius: 0;
	}
	
	.gform_wrapper textarea.medium {
		height: 200px;
	}
	
	.contact-main .gform_wrapper .gform_footer input.button, .contact-main .gform_wrapper .gform_footer input[type=submit] {
		width: 100%;
	}
	
	.gform_wrapper {
		margin-bottom: 16px;
	}
	
	.contact-main {
		margin-bottom: 0;
	}
	
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		margin-bottom: 0;
	}
	
	.partners-area .partner_module {
		margin-bottom: 40px;
		line-height: 26px;
		padding: 0;
	}
	
	.partner-logo img {
		max-width: 250px;
	}
	
	.partners-area .partner_module h3 {
		font-size: 28px;
		line-height: 34px;
		font-weight: 700;
	}
	
	.partners-area {
		padding-bottom: 0;
	}
	
	.page-id-386 .gift-section {
		display: none;
	}
	
	.blog-row .blog-sidebar {
		width: 100%;
	}
	
	.blog-row .blog-left {
		width: 100%;
	}
	
	.blog-row {
		display: block;
	}
	
	.post_blog {
		padding: 10px 0px 40px 0;
	}
	
	.container-main.blog-section {
		padding-top: 15px;
	}
	
	.blog-sidebar .widget select {
		line-height: 30px;
	}
	
	.blog-sidebar .search-form input[type="search"] {
		height: 50px;
	}
	
	.blog-sidebar .search-form input[type="submit"] {
		top: 17px;
	}
	
	.mobile-only-address h3 {
		font-size: 20px;
		color: #000;
	}
	
	.basic-container.reduce-bottom {
		text-align: left !important;
	}
	
	.basic-container.reduce-bottom h2 {
		margin: 0 0 5px;
	}
	
	.basic-container .gform_wrapper .gform_page_footer input.button {
		padding: 0px 10px;
		height: 50px;
	}
	
	.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
		margin-bottom: 10px;
	}
	
	#gform_previous_button_17_12, #gform_previous_button_17 {
		margin-bottom: 20px;
	}
	
	.page-id-3298 .basic-container h1 {
		text-align: left !important;
		font-size: 46px;
		margin-bottom: 5px;
	}
	
	.page-id-3310 .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
		margin-bottom: 0px;
	}
	
	.gform_wrapper textarea.medium {
		height: 180px;
	}
	
	#store-search-wrap form {
		display: block;
		padding: 0 20px;
	}
	
	.store-map-row {
		display: block;
	}
	
	.has_locations .store-map-list, .has_locations .store-map-col {
		width: 100%;
	}
	
	.search-result-list ul {
		display: block;
	}
	
	.search-result-list ul li {
		display: block;
		width: 100%;
		margin: 0 0px 22px;
	}
	
	.search-result-list {
		padding: 0px 20px 10px 20px;
	}
	
	.icon-direction {
		width: 100%;
	}
	
	.store-map {
		height: 300px;
	}
	
	.search-result-head-rt {
		width: 100% !important;
	}
	
	.search-result-head-lt {
		margin-bottom: 15px;
		width: 100%;
	}
	
	.search-result-list ul li .store-desc strong a br {
		display: none;
	}
	
	.wpsl-search-btn-wrap {
		width: 120px;
		display: inline-block;
	}
	
	#store-search-wrap .wpsl-input, #store-search-wrap .wpsl-select-wrap {
		width: calc(100% - 125px);
		margin-bottom: 10px;
		display: inline-block;
	}
	
	#wpsl-category {
		margin: 0 0px 0 0px !important;
	}
	
	#wpsl-category .wpsl-dropdown {
		width: 100% !important;
	}
	
	body {
		width: 100%;
	}
	
	.page-id-170 .img-banner {
		height: 400px;
	}
	
	.tct-module .tct-row {
		display: block;
	}
	
	.tct-row .tct-col {
		width: 100%;
		padding: 20px 0;
	}
	
	.tct-row .tct-col:first-child {
		padding-top: 0;
	}
	
	.tct-row .tct-col:last-child {
		padding-bottom: 0;
	}
	
	.content-menu ul {
		display: block;
	}
	
	.tct-module {
		padding: 50px 0 15px;
	}
	
	.tct-module h3 {
		font-size: 24px;
		line-height: 34px;
	}
	
	.page-id-170 .basic-container h2 {
		font-size: 28px;
		line-height: 34px;
	}
	
	.article-row.ar-col-two .article-column {
		width: 100%;
		margin-bottom: 40px;
		font-size: 16px;
		line-height: 26px;
	}
	
	.article-section {
		padding: 0;
	}
	
	.page-id-170 .spacer {
		display: none;
	}
	
	.article-column h3 {
		font-size: 22px;
		line-height: 27px;
		margin: 0;
	}
	
	.special-cta-section {
		padding: 50px 0 0;
		text-align: center;
	}
	
	.cta-grid .cta-grid-col {
		width: 100%;
	}
	
	.special-cta-section h3 {
		font-size: 28px;
		line-height: 34px;
	}
	
	.special-cta-section .cta-main-img.centeralign {
		width: 100% !important;
		right: -60px;
		bottom: 0px;
	}
	
	.special-cta-section .btn {
		width: 216px;
		display: flex;
		text-align: center;
		justify-content: center;
		margin: 0 auto 20px;
	}
	
	.special-cta-section .container-main {
		padding-bottom: 20px;
	}
	
	.page-id-3927 .video-grid-section h4 {
		display: block;
		margin-bottom: 40px;
		font-size: 28px;
		line-height: 34px;
	}
	
	.video-grid-section h4 strong {
		color: #000;
	}
	
	.video-grid-section .popvideo-row {
		display: block;
	}
	
	.popvideo-row .video-col {
		width: 100%;
	}
	
	.video-grid-section {
		padding: 50px 0;
	}
	
	.horizontal-icon-boxes .icon-box-row {
		display: block;
	}
	
	.icon-box-row .icon-box {
		width: 100%;
		padding: 30px 0 25px;
	}
	
	.icon-box-row:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -20px;
		width: calc(100% + 40px);
		height: 2px;
		display: block;
		background-color: #fbedc0;
		transform: translateY(12px);
		-webkit-transform: translateY(12px);
	}
	
	.video-col h5 {
		line-height: 30px;
	}
	
	.icon-box .box-info h4 {
		font-size: 20px;
		line-height: 24px;
	}
	
	.icon-box .box-info p {
		font-size: 16px;
		line-height: 26px;
	}
	
	.icon-box .icon {
		width: 52px;
		height: 52px;
	}
	
	.icon-box .box-info {
		width: calc(100% - 52px);
	}
	
	.horizontal-icon-boxes {
		padding: 0;
	}
	
	.simulator-title-area h1 {
		font-size: 38px;
		line-height: 48px;
	}
	
	.controll-area {
		display: block;
	}
	
	.controll-area .customize-options, .controll-area .customize-option {
		width: 100%;
	}
	
	.controll-area .estimate-output {
		width: 100%;
		padding-left: 0;
	}
	
	.services .steps:nth-child(3) {
		width: 100%;
	}
	
	#wind_shield_tinting_block .services .steps:nth-child(3) {
		flex-wrap: wrap;
	}
	
	.simulator-title-area {
		padding: 60px 0 25px;
	}
	
	.services .steps {
		width: 100%;
	}
	
	.variations {
		margin: 0;
	}
	
	.variation-box ul li {
		width: 25%;
	}
	
	.services .steps:nth-child(3) .step-count {
		margin: 0 20px 0 0;
		padding: 0;
		width: 80px;
	}
	
	#wind_shield_tinting_block .services .steps:nth-child(3) .step-count {
		width: 40px;
		height: 40px;
	}
	
	.variation-box {
		width: 100%;
	}
	
	.estimate-output h2 {
		font-size: 20px;
		text-align: center;
	}
	
	.estimate-output .email-cta {
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-radius: 30px;
	}
	
	.car-banner {
		padding: 0px 25px 0;
		top: -20px;
	}
	
	.special-cta-section {
		overflow: hidden;
	}
	
	.tciwc-content h2 {
		font-size: 24px;
		line-height: 34px;
		text-align: left;
		margin-bottom: 30px;
	}
	
	.tciwc-row .tciwc-content {
		padding-left: 0;
		padding-top: 50px;
		text-align: left;
	}
	
	.horizontal-img-content .tciwc-row .tciwc-content {
		padding-top: 0;
	}
	
	.special-quote {
		padding: 55px 0;
		font-size: 16px;
		line-height: 26px;
		font-weight: 400;
	}
	
	.basic-container h2 {
		font-size: 28px;
		line-height: 34px;
		padding: 0 1px;
	}
	
	.tct-module.reduce-top {
		padding-top: 0;
	}
	
	.tct-module {
		font-size: 16px;
		line-height: 26px;
	}
	
	.video-col h5 {
		margin-bottom: 34px;
	}
	
	.video-col:last-child h5 {
		margin-bottom: 0px;
	}
	
	.special-title h2 {
		font-size: 30px;
		line-height: 37px;
	}
	
	.special-title {
		padding: 60px 0;
	}
	
	.img-cover-style .tciwc-row .tciwc-content p {
		margin: 0 0 30px;
	}
	
	.page-id-1116 .img-cover-style .tciwc-row .tciwc-content p {
		margin: 0 55px;
	}
	
	.tciwc-content .btn {
		margin: 0 auto 22px;
		max-width: 216px;
		display: block;
		font-size: 15px;
	}
	
	.horizontal-img-content .tciwc-content .btn {
		max-width: 100%;
	}
	
	.tciwc-content .btn.top-gap {
		margin-top: 30px;
	}
	
	.horizontal-img-content .tciwc-row.img-right-align {
		padding-bottom: 0px;
	}
	
	.page-id-3579 .tciwc-content p {
		margin: 0;
	}
	
	.page-id-471 .banner-overlay .banner-content {
		padding: 0 35px;
	}
	
	.page-id-471 .tct-module {
		padding: 50px 0;
	}
	
	.page-id-471 .basic-container {
		padding: 50px 0 0;
	}
	
	.page-id-471 .article-row.ar-col-two .article-column {
		margin-bottom: 10px;
	}
	
	.article-row.ar-col-three .article-column {
		width: 100%;
	}
	
	.page-id-4557 .tct-module {
		padding: 50px 0 5px;
	}
	
	.article-row.ar-col-three .article-column {
		margin-bottom: 13px;
	}
	
	.article-column .article-preview {
		margin-bottom: 20px;
	}
	
	.article-column .article-preview.desktop {
		display: none;
	}
	
	.article-column .article-video {
		display: block;
		margin: 10px 0 20px;
	}
	
	.ar-col-three .article-column p {
		margin-bottom: 0;
	}
	
	.banner-content p {
		margin-bottom: 0;
	}
	
	.tct-module h4 {
		font-size: 24px;
		line-height: 34px;
	}
	
	.tcf-col.tcf-content {
		padding: 0;
	}
	
	.tcf-row .tcf-col {
		width: 100%;
	}
	
	.tcf-col.tcf-content h3 {
		font-size: 28px;
		line-height: 34px;
	}
	
	.standard-height .tcf-row {
		min-height: inherit;
	}
	
	.compare-section .comp-row .comp-col {
		width: 60%;
		margin: 0 auto 55px;
		padding: 0;
		border-left: #6e819a 0px solid;
		font-size: 16px;
		line-height: 24px;
	}
	
	.comp-col h4 {
		font-size: 46px;
		line-height: 69px;
		margin: 0 0 6px;
	}
	
	.compare-section .comp-row .comp-col:last-child {
		margin: 0 auto 0px;
	}
	
	.page-id-5024 .tct-module {
		padding-bottom: 20px;
	}
	
	.page-id-5024 .basic-container.reduce-bottom {
		text-align: center !important;
		margin-bottom: 0;
	}
	
	.page-id-5024 .tct-module.reduce-top {
		padding-top: 1px;
	}
	
	.page-id-5024 .tct-row .tct-col h5 {
		font-size: 16px;
		line-height: 26px;
		color: #f6c948;
		margin-bottom: 12px;
	}
	
	.tc-icon-boxes .tcib-row {
		margin-left: 0;
		margin-right: 0;
		display: block;
	}
	
	.tc-icon-boxes .tcib-row .tcib-col {
		width: 100%;
	}
	
	.page-id-5024 .basic-container.reduce-bottom h2 {
		margin: 0 0 25px;
	}
	
	.tc-icon-boxes {
		padding-bottom: 40px;
	}
	
	.tc-icon-boxes h3 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	
	.tcf-content .tcf-overlay {
		width: 100%;
	}
	
	.right-content .tcf-col.tcf-content {
		padding: 0;
	}
	
	.page-id-5024 .container-main hr {
		margin-bottom: 5px;
	}
	
	.page-id-5024 .special-cta-section h3 {
		margin-bottom: 30px;
	}
	
	.page-id-5024 .special-cta-section .cta-main-img.bottomalign {
		width: 100% !important;
		height: auto !important;
	}
	
	.page-id-3579 .special-cta-section h3 {
		margin-bottom: 30px;
	}
	
	.page-id-3579 .special-cta-section .cta-main-img.bottomalign {
		width: 100% !important;
		height: auto !important;
	}
	
	.listing-section {
		padding: 40px 0 50px;
	}
	
	.listing-section .listing-row {
		display: block;
	}
	
	.listing-section .listing-col {
		width: 100%;
	}
	
	.listing-section h2 {
		font-size: 28px;
		line-height: 34px;
	}
	
	.listing-section .listing-col h4 {
		text-transform: uppercase;
		margin: 0 0 20px;
		display: flex;
	}
	
	.article-section.reduce-top {
		padding-top: 0;
	}
	
	.page-id-3579 .horizontal-img-content {
		padding: 0px;
		background: transparent !important;
	}
	
	.page-id-3579 .tciwc-row.img-right-align .tciwc-content {
		padding: 40px 0 0;
	}
	
	.page-id-3579 .tciwc-row .tciwc-img {
		display: none;
	}
	
	.page-id-3579 .tciwc-content h2 {
		margin-bottom: 20px;
	}
	
	.tcf-content .overlapping-img {
		width: calc(100% - 40px);
		left: 20px;
	}
	
	.page-id-4845 .special-cta-section h3 {
		margin-bottom: 30px;
	}
	
	.page-id-4845 .special-cta-section .cta-main-img.bottomalign {
		width: 100% !important;
		height: auto !important;
	}
	
	.page-id-515 .special-cta-section h3 {
		margin-bottom: 30px;
	}
	
	.page-id-515 .special-cta-section .cta-main-img.bottomalign {
		width: 100% !important;
		height: auto !important;
	}
	
	.page-id-515 .btn.yellow.mobile {
		width: 216px;
		margin: 50px auto 30px;
	}
	
	.iwfp-main {
		padding: 50px 0 30px;
	}
	
	.iwfp-title-area h2 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	
	.iwfp-row {
		display: block;
	}
	
	.iwfp-row .iwfp-content {
		width: 100%;
		padding: 0;
	}
	
	.iwfp-content .iwfp-element {
		padding: 10px 0;
	}
	
	.iwfp-row .iwfp-middle {
		width: 100%;
		margin: 20px 0;
	}
	
	.page-id-168 .horizontal-img-content .tciwc-row {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.page-id-168 .article-column .btn {
		background: #f6c948;
		color: #000;
	}
	
	.page-id-168 .special-cta-section h3 {
		margin-bottom: 30px;
	}
	
	.page-id-168 .special-cta-section .cta-main-img.bottomalign {
		width: 100% !important;
		height: auto !important;
	}
	
	.page-id-168 .comments-area .form-submit .submit, .btn {
		margin: 20px 0 10px;
	}
	
	.blog .spacer {
		display: block;
	}
	
	.tcf-content {
		padding: 0;
	}
	
	.tcf-content.right-content .tcf-overlay {
		display: none;
	}
	
	.tcf-content .overlapping-img {
		width: calc(100% - 40px);
		height: 250px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 99;
	}
	
	.tcf-content .container-main {
		padding-left: 0;
		padding-right: 0;
	}
	
	.tcf-row {
		display: block;
	}
	
	.tcf-col.tcf-img, .tcf-col.tcf-content {
		width: 100%;
	}
	
	.tcf-col.tcf-img img.mob-visible {
		display: block;
		height: 262px;
		object-fit: cover;
	}
	
	.right-content .tcf-col.tcf-content, .left-content .tcf-col.tcf-content {
		padding: 50px 20px 50px;
		background: #080806;
	}
	
	.page-id-4871 .special-cta-section h3 {
		margin-bottom: 30px;
	}
	
	.page-id-4871 .special-cta-section .cta-main-img.bottomalign {
		width: 100% !important;
		height: auto !important;
	}
	
	.page-id-4979 .special-cta-section h3 {
		margin-bottom: 30px;
	}
	
	.page-id-4979 .special-cta-section .cta-main-img.bottomalign {
		width: 100% !important;
		height: auto !important;
	}
	
	.page-id-4849 .special-cta-section h3 {
		margin-bottom: 30px;
	}
	
	.page-id-4849 .special-cta-section .cta-main-img.bottomalign {
		width: 100% !important;
		height: auto !important;
	}
	
	.page-id-5061 .special-cta-section h3 {
		margin-bottom: 30px;
	}
	
	.page-id-5061 .special-cta-section .cta-main-img.bottomalign {
		width: 100% !important;
		height: auto !important;
	}
	
	.iwfp-middle.mobile {
		margin-bottom: 30px;
	}
	
	/*service menu*/
	.content-menu {
		background-color: #080808;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
	}
	
	.content-menu .container-main {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 10px 20px;
	}
	
	.mm-title {
		width: 50%;
		color: #fff;
		padding: 0px 0;
		font-size: 16px;
		font-weight: 700;
	}
	
	.menu-commercial-services-container, .menu-residential-services-container, .menu-automotive-services-content-menu-container {
		width: 50%;
		position: relative;
		padding: 15px 0;
	}
	
	.content-menu ul {
		border: 0px solid black;
		display: inline-block;
		padding: 0;
		border-radius: 0;
		border-radius: 30px;
		position: absolute;
		top: 0;
		background: #fff url("https://sunstoppers.com/nitropack_static/lMsxHOdsTFvnYLFKjcecEotcDJbEpxHY/assets/images/optimized/rev-6e735cd/sunstoppers.com/wp-content/themes/sun_stopppers/images/small-arrow.png") no-repeat 93% 12px;
		background-size: 9px;
		right: 0px;
		width: 100%;
		box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	}
	
	.content-menu ul.nitro-lazy {
		background-image: none !important;
	}
	
	.content-menu ul.open {
		border-radius: 0;
		z-index: 990;
	}
	
	.content-menu .menu-commercial-services-container:after, .content-menu .menu-residential-services-container:after, .content-menu .menu-automotive-services-content-menu-container:after {
		content: "";
		position: absolute;
		right: 14px;
		top: 50%;
		margin-top: -3px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 4px 0 4px;
		border-color: #000 transparent transparent transparent;
		z-index: 991;
		display: none;
	}
	
	.content-menu ul li {
		overflow: hidden;
		height: 30px;
		padding: 0px 30px 0px 15px;
		display: none;
		cursor: pointer;
		margin: 0 !important;
		border-top: none;
		min-width: inherit;
	}
	
	.content-menu ul li a {
		padding: 0;
		background: none !important;
		font-size: 13px;
		line-height: normal;
		display: inline-block;
		width: 95%;
		color: #646464 !important;
		transition: ease-in-out all .2s;
		-webkit-transition: ease-in-out all .2s;
		position: relative;
		font-weight: 500;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		padding-top: 7px;
	}
	
	.content-menu ul li:first-child a {
		pointer-events: none;
	}
	
	.content-menu ul.open .current-menu-item {
		background: #f2f2f2;
	}
	
	.content-menu ul li:first-child {
		display: list-item;
	}
	
	.content-menu ul.open li {
		display: list-item;
	}
	
	.page-id-5061 .basic-container.reduce-bottom {
		text-align: center !important;
	}
	
	.page-id-5061 .tct-module.reduce-top {
		background-color: #2f2f2f;
		overflow: hidden;
		clear: both;
	}
	
	.alignleft {
		float: none;
	}
	
	.alignright {
		float: none;
	}
	
	.article-column .btn {
		background: #f6c948;
		color: #000;
		border: 0;
	}
	
	.page-id-5061 .comments-area .form-submit .submit, .btn {
		margin: 10px 0;
	}
	
	.special-cta-section .btn {
		margin: 20px auto;
	}
	
	.mobile-center {
		margin: 0 auto;
	}
	
	.mobile-center img {
		display: block;
		display: block;
		margin: 0 auto 15px;
	}
	
	.page-id-5061 .container-main p strong {
		display: block;
		text-align: center;
	}
	
	.page-id-5061 .container-main p br {
		display: none;
	}
	
	.horizontal-img-content {
		padding: 40px 0 55px;
	}
	
	.page-id-1116 .horizontal-img-content {
		padding: 0px 0 10px;
	}
	
	body.page-id-1116 .tciwc-content .btn {
		margin-top: 40px;
		margin-top: 15px;
		max-width: inherit;
		margin-bottom: 45px;
	}
	
	.page-id-306 .basic-container h1 {
		font-size: 38px;
		line-height: 48px;
	}
	
	.information-row .col-lg-6 .row-col, .information-row .sep + .col-lg-6 .row-col {
		padding-left: 0;
		padding-right: 0;
	}
	
	.information-row .row .sep {
		display: none;
	}
	
	.information-row {
		padding: 10px 0;
	}
	
	.page-id-3327 .basic-container {
		padding: 15px 0;
	}
	
	.page-id-3327 iframe {
		height: 190px;
	}
	
	.page-id-3327 p.large {
		display: none;
	}
	
	.page-id-3327 .cta-btn.big {
		font-size: 18px;
		padding: 10px 30px;
	}
	
	.page-id-3327 .section-row p {
		margin: 20px 0;
	}
	
	.page-id-3327 .row-col-header {
		margin: 0 0 20px;
	}
	
	.page-id-3327 .column-box-row {
		padding: 40px 0 0;
	}
	
	.page-id-3327 .column-box-row h3 {
		font-size: 28px;
		margin: 0 0 30px 0;
	}
	
	.page-id-3327 .basic-container h3 {
		font-size: 20px;
		line-height: 28px;
	}
	
	.page-id-3327 .cta-row.section-row.small-padding.vertical-middle {
		text-align: center;
	}
	
	.cta-row .cta-btn {
		float: none;
	}
	
	.section-row h2 {
		font-size: 36px;
	}
	
	.cws-main .cws-sidebar {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.cws-main-content {
		width: 100%;
	}
	
	.cws-row {
		display: block;
	}
	
	.cws-row .full-content.left-cont, .cws-row .right-content {
		width: 100%;
	}
	
	.cws-main-content h2 {
		font-size: 26px;
		line-height: 36px;
	}
	
	.banner-content p br {
		display: none;
	}
	
	.banner-content p {
		line-height: 24px;
	}
	
	.content-with-sidebar {
		padding: 40px 0 80px;
	}
	
	.tesla .slide .slide-content {
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
	}
	
	.tesla .slide h1, .tesla .slide h2 {
		font-size: 32px;
		margin-bottom: 40px;
	}
	
	.tesla .result-row {
		padding: 30px 0;
	}
	
	.tesla .result-row .col-lg-6 .row-col {
		padding-right: 5px;
		padding-left: 5px;
	}
	
	.tesla .video-box {
		margin: 0 auto 30px;
	}
	
	.tesla .result-row .row .sep-top {
		width: calc(100% - 180px);
		margin: 0 90px;
		display: none;
	}
	
	.tesla .result-row p {
		margin: 0 0 20px;
	}
	
	.tesla .result-row .sep-top + .col-lg-6 .row-col {
		padding: 0px 5px;
	}
	
	.model-x-windshield h2 {
		margin-bottom: 48px;
		font-size: 34px;
	}
	
	.model-x-windshield {
		padding: 40px 0 30px;
	}
	
	.other_services {
		padding: 40px 0;
	}
	
	.other_services-box-col {
		width: 100%;
	}
	
	.other_services h4 {
		font-size: 20px;
	}
	
	.other_services h2 {
		font-size: 32px;
	}
	
	.other_services center {
		margin-bottom: 40px;
	}
	
	.other_services-box-col:first-child {
		padding-right: 0;
	}
	
	.other_services-box-col ul li {
		font-size: 17px;
	}
	
	.other_services-box-col ul {
		margin-bottom: 10px;
	}
	
	.btn.red {
		margin: 20px 0;
		border-color: #91041e;
	}
	
	.video-section-box.rt {
		width: 100%;
		padding-left: 0;
	}
	
	.video-section-box {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.video-section-box.rt {
		font-size: 24px;
		line-height: normal;
	}
	
	.video-section-area, .makes-different {
		padding: 40px 0;
	}
	
	.tw_inner {
		width: 100%;
	}
	
	.transferable-warranty.white .sep-mid {
		display: none;
	}
	
	.transferable-warranty.white .row {
		display: block;
	}
	
	.transferable-warranty.white {
		padding: 50px 0;
	}
	
	.transferable-warranty.white .tw_inner p {
		padding-right: 0;
	}
	
	.transferable-warranty.white .tw_inner h2, .makes-different h2 {
		font-size: 36px;
		line-height: 46px;
	}
	
	.transferable-warranty.white .tw_inner h4 {
		font-size: 22px;
	}
	
	.tw_inner ul {
		padding-left: 20px;
	}
	
	.transferable-warranty.white .tw_inner ul li {
		font-size: 18px;
	}
	
	.transferable-warranty.white .btn.red {
		margin: 0;
	}
	
	.video-section-area.reverse .video-section-box.rt {
		padding-left: 0px;
		padding-right: 0;
		font-size: 22px;
		line-height: 30px;
	}
	
	.makes-different h2 {
		margin-bottom: 20px;
	}
	
	.makes-different ul {
		margin-bottom: 30px;
		padding-left: 22px;
		margin-left: 0;
	}
	
	.makes-different ul li {
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 30px;
	}
	
	.makes-different p {
		margin-bottom: 30px;
	}
	
	.makes-different h2 {
		font-size: 30px;
		line-height: 38px;
	}
	
	.content-menu.sticky {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9999;
	}
	
	.store-single-content {
		padding: 50px 0px 30px;
	}
	
	.content_rt {
		width: auto;
		margin-left: 0;
		float: none;
		margin-top: 0;
		position: relative;
	}
	
	.content_lt {
		width: 100%;
		float: none;
	}
	
	.store-single-header h1 {
		font-size: 26px;
	}
	
	.store-single-header h1 br {
		display: none;
	}
	
	.store-single-content h3 {
		font-size: 26px;
		line-height: normal;
	}
	
	.two-column-service > ul > li {
		max-width: 100%;
	}
	
	.store-single-widget h4 {
		font-size: 22px;
	}
	
	.store-single-widget h4 br {
		display: none;
	}
	
	.store-single-widget .btn {
		margin-bottom: 20px;
	}
	
	.ld-bottom {
		padding: 0px 0 38px;
	}
	
	.ld-bottom-row {
		display: block;
		padding: 40px 0px 10px;
	}
	
	.ld-bottom-row .ld-col {
		width: 100%;
		margin-bottom: 0;
	}
	
	.ld-bottom-row .ld-col h3 {
		font-size: 26px;
	}
	
	.ld-bottom-row .img-frame {
		margin-bottom: 30px;
	}
	
	.store-single-widget .btn {
		min-width: inherit;
	}
	
	.full-width-pager .wp-pagenavi a, .full-width-pager .wp-pagenavi span {
		margin: 0 2px;
		font-size: 13px;
	}
	
	.home-hero .slide-element .hero-content {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.header-top {
		display: none;
	}
	
	/*.header-placeholder { height: 56px; }*/
	.header-placeholder {
		height: 107px;
	}
	
	.tcf-col.tcf-img img.mob-visible {
		height: 400px;
	}
	
	.tcf-content a.btn {
		display: none !important;
	}
	
	.page-id-515 .basic-container.reduce-bottom {
		text-align: center !important;
		margin-bottom: 10px;
	}
	
	.tc-icon-boxes .icon-holder {
		margin-bottom: 20px;
	}
	
	.tc-icon-boxes .tcib-row .tcib-col {
		margin-bottom: 30px;
	}
	
	.tc-icon-boxes .icon-holder {
		width: 60px;
		height: 60px;
	}
	
	.tc-icon-boxes .icon-holder img {
		width: 24px;
	}
	
	.special-cta-section .cta-main-img {
		position: relative;
	}
	
	.special-cta-section .cta-main-img img {
		float: right;
	}
	
	.sub-menu.slide-menu__submenu--active li:first-child {
		text-align: center;
		background: #2f2f2f;
	}
	
	.sub-menu.slide-menu__submenu--active li:first-child a {
		font-weight: 700;
		color: #fff;
		text-transform: uppercase;
	}
	
	.banner-content h2 br {
		display: none;
	}
	
	.page-id-3927 .ar-col-three .article-column .btn {
		background: #57514f;
		color: #f1f1f1;
		margin: 30px 0;
	}
	
	.page-id-3927 .tcf-col.tcf-img img.mob-visible {
		height: 262px;
	}
	
	.special-cta-section .cta-main-img.centeralign img {
		top: 0;
		transform: translateY(-20%);
	}
	
	.wp-caption img[class*="wp-image-"] {
		width: 100%;
	}
	
	.the-press h3 {
		font-size: 32px;
	}
	
	/**/
	.residential-menu-btm {
		margin-top: 60px;
		text-align: center;
		background: #2f2f2f;
		position: relative;
	}
	
	.residential-menu-btm-content {
		padding: 40px 40px 0px 40px;
	}
	
	.residential-menu-btm h3, .residential-menu-btm span.resid-title {
		color: #fff;
		margin: 0 0 28px;
		font-size: 22px;
		line-height: 22px;
		font-weight: 700;
		display: block;
	}
	
	.residential-menu-btm h4, .residential-menu-btm span.resid-subtitle {
		color: #fff;
		margin: 0 0 13px;
		font-size: 14px;
		line-height: 28px;
		font-weight: 500;
		display: block;
	}
	
	.residential-menu-btm .btn {
		max-width: 200px;
	}
	
	/**/
	.commercial-menu-btm {
		margin-top: 60px;
		text-align: right;
		background: #2f2f2f;
		position: relative;
	}
	
	.commercial-menu-btm-content {
		padding: 50px 30px 0px 30px;
		text-align: left;
	}
	
	.commercial-menu-btm-content .btn {
		max-width: 200px;
	}
	
	.commercial-menu-btm h3, .commercial-menu-btm span.comm-subtitle {
		color: #fff;
		margin: 0 0 24px;
		font-size: 22px;
		line-height: 22px;
		font-weight: 700;
		display: block;
	}
	
	.commercial-menu-btm h4, .commercial-menu-btm span.comm-title {
		color: #fff;
		margin: 0 0 10px;
		font-size: 14px;
		line-height: 28px;
		font-weight: 500;
		display: block;
	}
	
	/**/
	.shop-menu-btm {
		margin-top: 60px;
		text-align: center;
		background: #2f2f2f;
		position: relative;
	}
	
	.shop-menu-btm-content {
		padding: 40px 34px 66px 34px;
	}
	
	.shop-menu-btm-content .btn {
		max-width: 200px;
	}
	
	.shop-menu-btm h3, .shop-menu-btm span.autom-title {
		color: #fff;
		margin: 0 0 24px;
		font-size: 22px;
		line-height: 22px;
		font-weight: 700;
		display: block;
	}
	
	.shop-menu-btm h4, .shop-menu-btm span.autom-subtitle {
		color: #fff;
		margin: 0 0 10px;
		font-size: 14px;
		line-height: 28px;
		font-weight: 500;
		display: block;
	}
	
	.special-cta-section .cta-main-img.bottomalign {
		height: auto !important;
		width: 100% !important;
	}
	
	.ebook-row {
		display: block;
	}
	
	.ebook-row .ebbok-image {
		width: 100%;
	}
	
	.ebook-row .ebook-content {
		width: 100%;
		padding: 20px 0 0 0;
		font-size: 14px;
		line-height: 24px;
	}
	
	.ebook-content h3 {
		font-size: 24px;
		line-height: 30px;
	}
	
	.ebook-content a.ebook-btn {
		margin: 0 auto;
	}
	
	h2 {
		font-size: 36px;
	}
	
	.basic-container h2 {
		font-size: 20px;
		line-height: 28px;
	}
	
	h1 {
		font-size: 37px;
	}
	
	.single-faq .faq-accordian h4 {
		padding: 20px 40px 20px 0;
		font-size: 19px;
	}
	
	.single-faq h2 {
		font-size: 30px;
		line-height: 38px;
	}
	
	#sbasic-7.basic-container h4, #sbasic-9.basic-container h4 {
		font-size: 32px;
		line-height: 34px;
		font-weight: 300;
		padding: 0;
		margin: 0px;
	}
	
	.img-banner.mobile img {
		/* min-height:550px; */
		object-fit: cover;
	}
	
	.basic-container h1 {
		font-size: 40px;
		line-height: 60px;
	}
	
	.banner-content .hero-btn.outline {
		margin-left: 0;
	}
	
	.tciwc-content .morelink {
		margin-bottom: 30px;
	}
	
	/*---------[04-12-2020]---------*/
	.home.ld-icon-area h2 {
		font-size: 30px;
	}
	
	.content-with-readmore .tciwc-row .tciwc-content {
		padding: 40px 5%;
	}
	
	#gform_wrapper_17 li#field_17_20 {
		display: none;
	}
	
	.filters-select {
		display: block;
	}
	
	.gallery-nav {
		display: none;
	}
	
	.gallery-hero {
		height: auto;
		margin-bottom: 0;
	}
	
	.gallery-page-title {
		padding: 30px 0 50px;
	}
	
	.galleries-section .gallery-nav-area {
		padding-bottom: 0px;
		padding-top: 15px;
		margin-bottom: 50px;
	}
	
	.page-template-template-commercial-galleries .galleries-section .gallery-nav-area, .page-template-template-residential-galleries .galleries-section .gallery-nav-area {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	.page-template-template-commercial-galleries .galleries-section, .page-template-template-residential-galleries .galleries-section {
		padding-top: 60px;
	}
	
	.page-template-template-galleries .gallery-nav-area h5 {
		margin-top: 40px;
	}
	
	.gallery-box img {
		width: 100%;
		height: auto;
	}
	
	.data-heading h2 {
		font-size: 40px;
		margin: 30px 0;
	}
	
	.data-content-lt {
		float: none;
		width: 100%;
		padding: 0 0 30px;
	}
	
	.data-content-rt {
		float: none;
		width: 100%;
	}
	
	.data-content h3 {
		font-size: 20px;
	}
	
	.home-hero {
		height: 674px;
	}
	
	.shorting-area {
		display: block;
	}
	
	.shorting-area .filters-select {
		margin-bottom: 20px;
	}
	
	.shorting-area .gallery-nav {
		width: 100%;
	}
	
	.vicon-pos {
		display: none;
	}
	
	.tint-visualizer-section .tv-img-section {
		width: 100%;
		position: relative;
		height: 350px;
	}
	
	.tint-visualizer-section .tv-img-section img {
		display: block;
	}
	
	.about-gallery .owl-dots {
		display: flex;
		justify-content: center;
	}
	
	.about-gallery .owl-dots button {
		background: gray;
		width: 10px;
		height: 10px;
		display: inline-block;
		margin: 0 3px;
		border-radius: 50%;
	}
	
	.about-gallery .owl-dots button.active {
		background: #ebb435;
	}
}
