/*Controllers*/
.cb.plain {
	position: absolute !important;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}

/***Main CSS***/
body {
	background-color:#FFF;
}
.body {
	padding: 80px 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
}
h1,.h1 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 500;
}

.button {
	background: none;
	border-radius: 0;
	border: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
}
.button:hover {
	background: #888;
	border: 2px solid #888;
	color: #fff;
}

/*Header*/
.navigation {
	border: none;
	border-bottom: 1px solid #aaa;
}
.logo {
	display: inline-block;
	height: 150px;
	max-width: 300px;
	background-position: center;
}
.header {
	padding: 30px 0;
}
.header .logo-wrap {
	text-align: center;
}
.header .head-cart-data .fa {
	color:#90469b;
}
.header .col-slogan {
	text-align: right;
}
.header-title {
	padding: 40px 0;
	background-color: #EEE;
}
.header-title .h1 {
	margin: 0;
}
.copyright {
	background-color:#9e46ab;
	color: #FFF;
	border-bottom: none;
}

/*Menu*/
ul.menu ul {
	top:80px;
	left: 0;
	width: 100%;
}
ul.menu ul li {
	text-align: center;
	width: 100%;
}
ul.menu ul li a {
	color: #999;
	font-size: 12px;
	font-weight: 100px;
	letter-spacing: 0.5px;
}


ul.menu .menulink {
	padding: 11.5px 15px 11px;
	text-transform: uppercase !important;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: none;
	border-color:#7c2789;
	
}
ul.menu .mobile-nav + li {
	border-left:1px solid #7c2789;
}
ul.menu .menulink:hover {
	background-color:#9e46ab;
}

/*Banner*/
.banner {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
}
.banner > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#fff;
	font-weight:700;
	font-size:50px;
	/*text-transform: uppercase;*/
	letter-spacing: -1px;
	margin: 0 0 10px;
}
.banner h2,
.banner .h2 {
	font-weight: 100;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner .bt .button {
	background-color:rgba(0,0,0,0);
	font-size:18px;
	padding:10px 20px;
	border:2px solid #eee;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
}
.banner .bt .button .fa {
	position: relative;
	top:-2px;
}
.banner .bt .button:hover {
	border:2px solid #FFF;
	background-color:#fff;
	color:#333;
}

.banner .slide .slide-inner {
	background-color: rgba(0,0,0,0.3);
	text-shadow: none;
}
.banner .slider-wrapper {
    box-shadow: none;
}

.sssnext, .sssprev {
    width: 50px !important;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background-image: url('/web/template/default/assets/sss/images/brr.png') !important;
    z-index: 1000;
	transition: all 0.2s ease-out 0s;
}
.sssprev {
    left: 3%;
    background-position: 0 50% !important;
}
.sssnext {
    right: 3%;
    background-position: -50px 50% !important;
}
.sssprev:hover {
    left: 2.7%;
}
.sssnext:hover {
    right: 2.7%;
}
.sssprev:active {
    left: 2%;
}
.sssnext:active {
    right: 2%;
}

/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #CCC;
}
.html-style ul li, ul.bullet li, ul.bullet-list li {
	color: #FFF;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

/*Index Assets*/
.homebox  {
	
}
.homebox .col {
	padding: 10px;
}
.homebox .col img {
	vertical-align: top;
	width: 100%;
}
.homebox .col .hb-text {
	padding: 35px 40px;
	background: linear-gradient(to top, #fff, #f3f3f3);
}
.homebox .col .hb-text h3 {
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 600;
}
.homebox .col .hb-text p {
	text-align: justify;
	font-size: 12px;
	line-height: 24px;
	color: #888;
}
.homebox .col .hb-text p a.button {
	padding: 5px 15px;
	border-radius: 0;
	border-color: #bbb;
}

/* Global Footer */
.global-contact {
	background-color: #EEE;
	padding: 5px;
	font-size: 14px;
}
.global-contact .item {
	overflow: hidden;
}
.global-contact .item li {
	list-style: none;
	float: left;
	margin-right: 10px;
	color: #999;
}
.global-contact .item li a {
	color: #999;
}

/* Footer */
.footer {
	background-color:#90469b;
	background: url(images/bg-foot-glass-right.png) bottom right, url(images/bg-foot-glass-left.png) bottom left #90469b;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFF;
	padding:60px 0 70px;
	border-top: 1px solid #9e46ab;
}
.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}
.footer .foot-menu > li a:hover {
	border-bottom: 1px solid #FFF !important;
}
.footer .h4,
.footer p {
	color:#FFF;
}
.footer .h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #888;
}
.footer .break {
	width: 80px;
	height: 2px;
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: #999;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
}
.footer .foot-menu > li a {
	padding: 8px 0;
	border: none;
	font-weight: 400;
	letter-spacing: 1px;
	border-color:#0d63a1;
	font-size: 14px;
	color: #888;
}
.footer .foot-menu > li a:hover {
	border: none !important;
	color: #FFF;
}
.footer .foot-product-wrap {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	color: #000;
}
.footer .foot-product-wrap .h4 {
	font-size: 24px;
	color: #90469b;
}
.footer .foot-product-wrap a {
	color: #068ed0;
	text-decoration: none;
}
.footer .foot-product-wrap p {
	color:#999;
	margin: 0;
}
.copyright a {
	color: #FFF;
}

/* Buttons */
.button {
	padding:8px 20px;
	border-radius: 4px;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
}
.button.bt-outline {
	border-color: #90469b;
	color:#90469b;
}
.button.bt-outline:hover {
	border-color: #90469b !important;
	background-color:#90469b !important;
	color:#FFF !important;
}
input[type="submit"], button {
	background-color: #90469b;
}
input[type="submit"]:hover, button:hover {
	background-color:#652D90;
	border-radius: 0;
	color: #FFF;
	box-shadow: none;
}

.hr-mini {
	background-color:#90469b;
	width:50px;
	height:4px;												
	border-radius:5px;
	margin:10px 0 20px;
}
.feature-box {
	text-align:center;
}
.feature-box h2 {
	font-size:20px;
}
.feature-box img {
	width:80%;
	vertical-align:top;
}
.feature-box:hover {
	transform:scale(1.1,1.1);
	transition:all 0.2s ease-in-out 0s;
}

/*Section*/
.section-feature {
	padding: 80px 0;
}
.section-variant3 {
	background-color:#006cb9;
}
.section-variant2 {
	background-color:#DDD;
}
.section-variant1 {
	background-color:#EEE;
}
.body .frame > *:last-child {
	margin-bottom:0;
}
.section-feature.sf-variant3 * {
	color:#FFF;
}
.section-feature.sf-variant3 .divide {
	background-color:#FFF;
}
.section-contact-form {
	background-color: #068ed0;
	background-image: url(images/bg-contact.jpg);
}
.section-feature .button.bt-outline {
	color: #FFF;
	border-color:#FFF;
	margin: 0;
	border: 2px solid #FFF;
}
.payment-summary {
	border: none;
	background-color: #652D90;
}
.payment-summary .button {
	border: none;
	background-color: #068ed0;
	color: #FFF;
}
.payment-summary .button:hover {
	background-color: #FFF;
	color: #652D90;
}
#zl-popup-g1tPkYTC {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
}

/*Element Overrides*/
.zulu-global.global-danger {
	display: none;
}
.product-image-container {
	box-shadow: none;	
}
.body, body {
	font-family: "Poppins", "Sans-Serif";
}
.header {
	padding: 0px;
	background-color: #0C0C0C;
	top: 0px;
	width: 100%;
	z-index: 100;
}
body.is-homepage .header {
	position: absolute;
}
.frame {
	width: 1600px;
}
ul.menu .menulink,
ul.menu .mobile-nav + li,
.navigation {
	border: 0px;
}
.navigation {
	background-color: transparent;
	float: right;
}
.logo {
	height: 100px;
    position: absolute;
    z-index: 110;
    max-width: 100px;
    top: 15px;
	left: 0px;
}
ul.menu > li {
	display: inline-block;
}
ul.menu .menulink {
	font-weight: 400;
	position: relative;
	padding: 30px 22.5px;
	letter-spacing: 1px;
	margin-right: 8px;
	font-size: 13px;
}
ul.menu .menulink:hover {
	background-color: transparent;
}
ul.menu li.active .menulink::before {
	opacity: 1;
}
ul.menu .menulink:hover::before {
	opacity: 1;
}
ul.menu li.mobile-nav .menulink:hover::before {
	opacity: 0;
}
ul.menu .menulink::before {
	position: absolute;
	content: '';
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right, #DAFF00, #70FF00);
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
}
ul.menu .menulink.contactlink::before {
	content: unset;
	margin-right: 0px;
}
ul.menu .menulink.contactlink {
	border-right: 2px solid #333;
	margin-right: 0px;
}
ul.menu .menulink.contactlink:hover {
	background-color: rgba(255,255,255,0.1);
}
ul.menu .menulink.contactlink i {
	background: -webkit-linear-gradient(#DAFF00, #70FF00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
ul.menu .marked .menulink.contactlink {
	border-left: 2px solid #333;
}
.header .frame {
	position: relative;
	z-index: 1000;
}
.header .logo-tab {
	background-image: url(images/header-logo-tab.svg);
	background-repeat: no-repeat;
	position: absolute;
	height: 70px;
    width: 350px;
    left: -125px;
    bottom: -68px;
	z-index: 105;
}
.header .h1 {
	color: #FFF;
    font-weight: 600;
    font-size: 19px;
    line-height: 20px;
    margin: 0px;
    margin-left: 125px;
}
.sub-nav {
	position: relative;
}
.sub-nav::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	width: 300px;
	background-color: #252525;
	border-bottom: 2px solid #FFF;
}
.sub-nav-wrap {
	background-color: #252525;
	border-bottom: 2px solid #FFF;
	z-index:-9999;
}
.sub-nav input {
	border-radius: 3px;
	text-indent: 5px;
	background-color: #FFF;
	border: 0px;
	font-family: "Poppins", "Sans-Serif";
	font-size: 12px;
	width: 300px;
	color: #FFF;
	font-weight: 400;
}
.sub-nav form {
	margin-right: 2px;
}
.sub-nav .social-wrap a {
	width: 25px;
	height: 25px;
	background-color: #FFF;
	display: inline-block;
	border-radius: 3px;
	position: relative;
	transition: all 0.2s ease-in-out 0s;
}
.sub-nav .social-wrap a::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 3px;
	background: linear-gradient(135deg, #DAFF00, #70FF00);
	transition: all 0.2s ease-in-out 0s;
	opacity: 0;
}
.sub-nav .social-wrap a:hover::before {
	opacity: 1;
}
.sub-nav .social-wrap a span {
	color: #000;
	transition: all 0.2s ease-in-out 0s;
}
.sub-nav .social-wrap a span::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sub-nav .social-wrap p,
.sub-nav .search-wrap p {
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	margin-right: 15px;
	margin-bottom: 0px;
}
.sub-nav .search-wrap p {
	margin-left: 80px;
}
.sub-nav .search-wrap,
.sub-nav .search-wrap form,
.sub-nav .social-wrap {
	display: inline-block;
}
.sub-nav .search-wrap form {
	position: relative;
}
.sub-nav .search-wrap form label {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.sub-nav .working-hours {
	display: inline-block;
}
.sub-nav .working-hours p {
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	margin: 0px;
	font-weight: 400;
}
.sub-nav .working-hours p:first-child {
	margin-left: 200px;
}
.sub-nav .social-wrap,
.sub-nav .search-wrap,
.sub-nav .working-hours {
	padding: 8px 0px;
}
body.is-homepage .sub-nav {
	position: absolute;
	top: 80px;
}
.sub-nav {
	z-index: 90;
	width: 100%;
}
.working-hours .spacer {
	display: inline-block;
	margin-right: 20px;
}
.working-hours {
	border-right: 2px solid #333;
	padding-right: 30px!important;
}
.f-right {
	float: right;
}
.footer, .body, body {
	background-image: url(images/pattern-black-circles.jpg);
	background-repeat: repeat;
	border: 0px;
	background-size: 400px;
}
.footer {
	position: relative;
}
.footer::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.33);
	pointer-events: none;
}
.slide-cell h1 {
	font-weight: 600;
	text-transform: capitalize;
}
.gradient-green {
	background: -webkit-linear-gradient(#DAFF00, #70FF00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-buttons {
	margin-top: 50px;
}
.banner-buttons .button {
	padding: 20px 80px;
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	border: 0px;
	background-color: #FFF;
}
.banner-buttons .button:first-child {
	margin-right: 25px;
}
.banner-buttons .button:hover {
	background-color: #DAFF00;
}
.banner .button:hover {
	background-color: #DAFF00;
	border: 0px;
	color: #333;
}
.button:hover {
	border-color: #BEFF00;
    box-shadow: inset 0 1px 1px rgba(190,255,0,0.3), 0 0 8px rgba(190,255,0,0.3);
    transform: scale(1.1);
    text-shadow: 0 0 8px rgba(190,255,0,0.3);
	background-color: rgba(0,0,0,0.33);
	border-width: 1px;
}
.banner .slide .slide-inner .slide-cell {
	position: relative;
}
.banner-bar {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-image: url(images/banner-bar.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 95%;
}
.banner-bar .colour-wrap {
	display: table;
	margin: 0 auto;
	margin-bottom: 30px!important;
	position: relative;
	transition: all 0.3s cubic-bezier(.87, -0.46, .55, 1.47) 0s;
}
.banner-bar .colour-wrap::before {
	position: absolute;
	content: '';
	left: -10px;
	right: -10px;
	bottom: -10px;
	top: 40%;
	border-radius: 10px;
	background: linear-gradient(0deg, #DAFF00, #70FF00);
	transition: all 0.5s cubic-bezier(.01, 1.5, .55, 1.47) 0s;
}
.services-section .services {
	min-height: 550px;
	background-image: url(images/banner-home.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.services-section .services::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.75);
	transition: all 0.5s cubic-bezier(.02, .57, .28, 1.03) 0s;
	pointer-events: none;
}
.services-section .services:hover::before {
	background-color: rgba(0,0,0,0.2);
}
.services-section .col {
	width: 18%;
	transition: all 0.5s cubic-bezier(.02, .57, .28, 1.03) 0s;
}
.services-section .col:hover {
	width: 28%;
}
.services .service-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	border-bottom-left-radius: 8px;
	transition: all 0.5s cubic-bezier(.02, .57, .28, 1.03) 0s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 66%;
	opacity: 0;
}
.services-section .services:hover .service-icon {
	background-color: #FFF;
	opacity: 1;
}
.services-section .services p {
	color: #FFF;
	text-transform: uppercase;
	padding: 60px;
	letter-spacing: 1px;
	font-weight: 400;
	position: relative;
	margin: 0;
}
.services-section .services.fireplaces {
	background-image: url(images/service-fireplaces.jpg);
}
.services-section .services.gas {
	background-image: url(images/service-gas.jpg);
}
.services-section .services.central-heating {
	background-image: url(images/services-central-heating.jpg);
}
.services-section .services.other {
	background-image: url(images/services-other.jpg);
}
.services-section .col:nth-child(1) .service-icon {
	background-image: url(images/icon-plumbing.png);
}
.services-section .col:nth-child(2) .service-icon {
	background-image: url(images/icon-heating.png);
}
.services-section .col:nth-child(3) .service-icon {
	background-image: url(images/icon-gas.png);
}
.services-section .col:nth-child(4) .service-icon {
	background-image: url(images/icon-heating.png);
}
.services-section .col:nth-child(5) .service-icon {
	background-image: url(images/icon-other.png);
}
.services-section a {
	text-decoration: none;
}
.intro-section {
	padding: 120px 0px!important;
}
h3, .h3 {
	color: #FFF;
	font-wisze: 24px;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 0px;
}
h2, .h2 {
	background: -webkit-linear-gradient(135deg, #DAFF00, #70FF00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 2px;
}
h4, .h4 {
	background: -webkit-linear-gradient(135deg, #DAFF00, #70FF00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-weight: 400;
	font-size: 21px;
}
.intro-section p {
	display: table;
	margin: 0 auto;
	width: 605px;
	text-align: justify;
	color: #FFF;
}
.banner .button {
	padding: 20px 80px;
	border-radius: 5px;
	background-color: #FFF;
	border: 0px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 3px;
}
.button {
	padding: 15px 40px;
    font-size: 14px;
    letter-spacing: 1px;
    background-color: rgba(0,0,0,0.33);
    border: 1px solid #555;
    color: #FFF;
    margin-right: 15px;
}
.intro-section .button-wrapper {
	display: table;
	margin: 0 auto;
	margin-top: 50px;
}
.intro-section .button {
	margin: 5px 10px;
}
.map-details {
	padding: 60px;
	position: relative;
}
.map-details::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: -30px;
	height: 5px;
	background: linear-gradient(135deg, #DAFF00, #70FF00);
    display: none;
}
.map-details p {
	color: #FFF;
	margin-top: 30px;
	line-height: 15px;
}
.service-square {
    background-color: #FFF;
    width: 150px;
    height: 150px;
    display: table;
    margin: 0 auto;
    border-radius: 8px;
	padding: 20px;
	position: relative;
}
.banner-bar .frame {
	width: 1000px;
}
.banner-bar .service-img {
	background-image: url(images/icon-gas.png);
	width: 75px;
	height: 75px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: table;
	margin: 0 auto;
}
.banner-bar h5 {
	color: #333;
	font-weight: 500;
	font-size: 16px;
	margin-top: 10px;
}
.section-title h1{
	font-size: 35px;
	color: #ffffff;
}
.section-title h2{
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 400;
}
.section-specials,
.section-services{
	background-color: rgba(0,0,0,0.33);
	border-top: 1px solid #333;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #333;
}
.section-specials.text-image-center .pb-block-type-text.service-icon-box,
.section-specials.text-image-center .pb-block-type-image.service-icon-box,
.section-services.text-image-center .service-icon-box{
	background-color: #000;
	border-radius: 100%;
	display: inline-block;
}
.section-specials.text-image-center img.service-icon-box{
	border-radius: 100%;
	width: 250px;
}
.section-services.text-image-center .service-icon-box{
    height: 280px;
    width: 280px;
	margin: 5px;
	padding: 20px;
}
.section-services.text-image-center .service-icon-box p.h3{
	margin-top: 50px;
	letter-spacing: 1px;
}
.section-services.text-image-center .service-icon-box p.h4{
	margin-top: 20px;
}
.section-specials.text-image-center .pb-block-type-text.service-icon-box{
	height: 150px;
    width: 150px;
 	border: double 4px transparent;
	background-image: linear-gradient(#000, #000), repeating-linear-gradient(135deg, #DAFF00, #70FF00);
  	background-origin: border-box;	
	background-clip: content-box, border-box;
}
.section-services.text-image-center .service-icon-box img.service-icon-image{
	top: 0;
	left: 0;	
	transform: none;
}
.section-contact .h3{
	margin-top: 0;
	padding: 20px;
}
.section-contact .service-icon-box{
	border-radius: 20px;
	border: double 4px transparent;
	background-image: linear-gradient(#000, #000), radial-gradient(circle at top left, #DAFF00, #70FF00);
	background-origin: border-box;
	background-clip: content-box, border-box;
	overflow-wrap: break-word;
	transition: all 0.2s cubic-bezier(.13, .21, .73, 1.44) 0s;
}
.section-contact .service-icon-box:hover{
	transform: scale(1);
}
.service-icon-box{
	transition: all 0.2s cubic-bezier(.13, .21, .73, 1.44) 0s;
}
.service-icon-box:hover{
	box-shadow: inset 0 1px 1px rgba(190,255,0,0.3), 0 0 8px rgba(190,255,0,0.3);
	transform: scale(1.1);
}
.service-icon-box a{
	color: #fff;
	font-weight: 900;
	letter-spacing: 2px;
	font-size: 25px;
}
.pb-block-type-image.service-icon-image {
	border-radius: 100%;
	padding-bottom: 20px;
	overflow: hidden;
	height: 290px;
	width: 290px;
	position: relative;
	transform: scale(0.8);
	transition: all 0.2s cubic-bezier(.13, .21, .73, 1.44) 0s;
    margin: 0 auto;
}
img.service-icon-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.6);
	transition: all 0.2s ease-in-out 0s;
}
.pb-block-type-image.service-icon-image:hover {
	transform: scale(1);
	border: 10px double #BEFF00;
	box-shadow: 0px 0px 10px 0px #BEFF00;
}
.pb-block-type-image.service-icon-image:hover img {
	transform: translate(-50%, -50%) scale(2);
}
.row-services-icon{
	padding: 40px 0;
}
.row-services-icon p {
	margin-top: 30px;
}
.row-services-icon.small img.service-icon-image{
	height: 150px;
	width: 150px !important;
}
.section-form .h4{
    font-size: 26px;
    color: #DAFF00;
    font-weight: 600;
}
.section-form .pb-block-type-form h2{
	display: none;
}
.section-form .form-block{
	background-color: #fff;
	padding: 20px;
	border: none;
	border-radius: 20px;
}
.form-block .field label, 
.form-block .field p.caption, 
.form-block .field input, 
.form-block .field select, 
.form-block .field textarea,
input[type="submit"], 
button{
    font-family: "Poppins", "Sans-Serif";
}
input[type="submit"], 
button{
	background: -webkit-linear-gradient(top left, #DAFF00, #70FF00);
	background: -o-linear-gradient(top left, #DAFF00, #70FF00);
	background: linear-gradient(to bottom right, #DAFF00, #70FF00);
	color: #000;
	font-weight: 400;
}
.banner-bar .col:first-child .colour-wrap::before {
	background: linear-gradient(to right, #293B94, #0FEAC0);
}
.banner-bar .col:nth-child(2) .colour-wrap::before {
	background: linear-gradient(to right, #333333, #000000);
}
.banner-bar .col:nth-child(3) .colour-wrap::before {
	background: linear-gradient(to right, #FFCC2F, #EF5734);
}
.banner-bar .col:nth-child(2) .service-img {
	background-image: url(images/icon-plumbing.png);
}
.banner-bar .col:nth-child(3) .service-img {
	background-image: url(images/icon-heating.png);
}
.banner-bar .col:nth-child(4) .service-img {
	background-image: url(images/icon-other.png);
}
.banner-bar .colour-wrap:hover::before {
	top: 20%;
}
.banner-bar .col .colour-wrap:hover {
	margin-bottom: 60px!important;
	transform: scale(1.1);
}
.banner-bar .col {
	vertical-align: bottom!important;
}
.footer {
	padding: 80px 0px;
}
.footer .h4 {
	color: #FFF;
	font-weight: 500;
	margin-bottom: 24px;
}
.footer .frame {
	position: relative;
}
.footer .break {
	display: none;
}
.footer b {
	font-weight: 600;
	margin-right: 18px;
}
.footer .foot-menu > li a {
	line-height: 30px;
	color: #FFF;
	font-weight: 400;
}
.footer .foot-menu > li a:hover {
	color: #DAFF00;
}
.footer .col {
	display: inline-block!important;
	float: left;
	width: unset!important;
}
.footer .col:not(:first-child) {
	margin-left: 50px;
}
.footer .indent {
	margin-left: 45px;
}
.copyright {
	background-color: transparent;
}
.copyright p {
	text-align: left;
}
.copyright a {
	float: right;
}
.footer .button {
	background-color: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	border-radius: 0px;
	padding: 10px 30px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.footer .button:hover {
	background-color: #FFF;
	color: #000;
}
.footer .logo {
	position: unset;
	width: 200px;
	max-width: unset;
	height: 200px;
}
.footer .col:last-child {
	float: right;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
.services-section .col-sm-12,
.map-section .col-sm-12,
.map-section .col-sm-9,
.map-section .col-sm-3 {
	padding: 0px;
}
.header.alt + .sub-nav::after {
	position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    background-color: #252525;
    border-bottom: 2px solid #FFF;
}
.form-block {
	background-color: #000;
	padding: 20px;
	position: relative;
	border: 0px;
	border-radius: 5px;
	border: 1px solid #333;
}
.form-wrapper {
	position: relative;
}
.form-wrapper:hover::before {
	top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    animation-play-state: running;
}
.form-wrapper::before {
	content: '';
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    border-radius: 7px;
    background-image: url(images/shimmer-gradient.jpg);
    background-size: 600px;
    background-position: 0px center;
    transition: all 0.3s ease 0s;
    animation: wipe-anim 1.5s linear infinite;
    animation-play-state: paused;
}
.form-block input,
.form-block select,
.form-block textarea {
	padding: 10px;
	border-radius: 3px;
	background-color: #1A1A1A;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-color: #333;
	color: #777!important;
}
.form-control:focus {
	outline: none;
	border-color: #BEFF00!important;
	box-shadow: inset 0 1px 1px rgba(190,255,0,0.3), 0 0 8px rgba(190,255,0,0.3)!important;
}
.form-block select {
	height: 40px;
	-webkit-appearance: none;
	text-indent: 10px;
}
.form-block label {
	color: #FFF!important;
	font-size: 14px;
	padding: 7px 15px;
	background-color: #1A1A1A;
	margin-bottom: -1px;
	border: 1px solid #333;
	border-bottom: 0px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	font-weight: 300;
}
.form-block input:hover,
.form-block select:hover,
.form-block textarea:hover {
	border-color: #BEFF00;
	background-color: #333;
	padding-bottom: 15px;
}
.form-block select:hover {
	height: 45px;
}
.form-block button {
	border-radius: 3px;
	font-family: "poppins", "sans-serif";
	font-size: 16px;
	background: none;
	border: 1px solid #777;
	color: #FFF;
}
.form-block button:hover {
	transform: scale(1.05);
	border-color: #BEFF00;
}
.form-header {
	background-color: rgba(0,0,0,0.33);
	border-bottom: 1px solid #333;
}
.pb-block-type-form h2 {
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
.form-header h4,.form-header .h4 {
	font-size: 16px;
	margin: 0px;
	font-weight: 500;
}
.service-intro .col-sm-4 {
	background-image: url(images/service-gas.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 250px;
	transition: all 0.5s ease-in-out 0s;
	position: relative;
}
.service-intro.plumbing .col-sm-4 {
	background-image: url("images/bg-bathroom.jpg");
}
.service-intro.gas-fireplace .col-sm-4 {
	background-image: url(images/service-fireplaces.jpg);
}
.service-intro.heating .col-sm-4 {
	background-image: url(images/services-central-heating.jpg);
}
.service-intro.other .col-sm-4 {
	background-image: url(images/services-other.jpg);
}
.service-intro.about .col-sm-4{
	background-image: url(images/bg-plumber.jpg);
}
.service-intro.contact .col-sm-4 {
	background-image: url(images/bg-contact.jpg);
}
.service-intro.specials .col-sm-4 {
	background-image: url("images/bg-specials.jpg");
}
.service-intro.pricing .col-sm-4 {
	background-image: url("images/bg-pricing.jpg");
}
.service-intro .col-sm-8 {
	padding: 60px;
	transition: all 0.5s ease-in-out 0s;
	position: relative;
}
.service-intro p {
	color: #FFF;
}
.service-intro .pb-block h1 {
	padding: 5px 20px;
	padding-left: 40px;
	position: relative;
	color: #FFF;
	background: unset;
	-webkit-text-fill-color: unset;
}
.service-intro h1::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-left: 3px solid #BEFF00;
	border-radius: 10px;
}
.service-intro .button {
	padding: 15px 30px;
	font-size: 14px;
	letter-spacing: 1px;
	background-color: rgba(0,0,0,0.33);
	border: 1px solid #555;
	color: #FFF;
	margin-right: 15px;
}
.service-intro .button:hover {
	border-color: #BEFF00;
	box-shadow: inset 0 1px 1px rgba(190,255,0,0.3), 0 0 8px rgba(190,255,0,0.3);
	transform: scale(1.1);
	text-shadow: 0 0 8px rgba(190,255,0,0.3);
}
.service-intro .button-wrapper {
	margin-top: 40px;
}
.service-intro .col-sm-12 {
	padding: 0px!important;
}
.service-intro:hover .col-sm-4 {
	width: 35%!important;
	background-position: 42.5% 100%;
}
.service-intro:hover .col-sm-8 {
	width: 65%!important;
}
.service-intro.gas .col-sm-4::before,
.service-intro.plumbing .col-sm-4::before,
.service-intro.gas-fireplace .col-sm-4::before,
.service-intro.heating .col-sm-4::before,
.service-intro.other .col-sm-4::before {
	position: absolute;
	content: '';
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-bottom-left-radius: 8px;
    transition: all 0.5s cubic-bezier(.02, .57, .28, 1.03) 0s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 66%;
    opacity: 0;
}
.service-intro.gas .col-sm-4::before {
	background-image: url(images/icon-gas.png);
}
.service-intro.plumbing .col-sm-4::before {
	background-image: url(images/icon-plumbing.png);
}
.service-intro.gas-fireplace .col-sm-4::before {
	background-image: url(images/icon-heating.png);
}
.service-intro.heating .col-sm-4::before {
	background-image: url(images/icon-heating.png);
}
.service-intro.other .col-sm-4::before {
	background-image: url(images/icon-other.png);
}
.service-intro .col-sm-4::after {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 0px;
	background: linear-gradient(270deg, #fffa00, #70ff00);
	background-size: 400% 400%;
	animation: gradient-anim 5s ease infinite;
	transition: all 0.5s ease-in-out 0s;
}
.service-intro:hover .col-sm-4::after {
	width: 8px;
	right: -8px;
}
.service-intro:hover .col-sm-4::before {
	opacity: 1;
	background-color: #FFF;
}
.no-pad-top {
	padding-top: 0px!important;
}
.map-section{
    border: 5px solid;
    border-image: repeating-linear-gradient(to right, #DAFF00, #70FF00) 10;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}
.section-variant-1 {
	background-color: rgba(190,255,0,0.05)!important;
	border-top: 1px solid #333;
	border-bottom: 1px solid #BEFF00;
}
.section-variant-1 p {
	color: #FFF;
}
.marg-top {
	margin-top: 40px;
}
.intro-section h2 {
	font-weight: 400;
	margin: 0px;
	font-size: 32px;
}
.intro-section h3 {
	margin-bottom: 40px;
}
.intro-section p {
	text-align: center;
}
.section-black{
	background-color: rgba(0,0,0,0.33);
	border-bottom: 1px solid #333;
}
.section-black hr{
	border: 1px solid #333;
}
.section-black p{
	color: #fff;
}
.service-card .col-sm-6 {
	position: relative;
}
.services-card .col-sm-6::before {
	position: absolute;

	top: 0px;
	bottom: 0px;
	right: 5px;
	left: 5px;
	border-radius: 5px;
	border: solid 1px #333;
	background-color: rgba(0,0,0,0.33);
	z-index: 0;
}
.services-card h2 {
	font-weight: 500;
	font-size: 28px;
	padding-left: 50px;
	text-align: left!important; 
	position: relative;
	color: #FFF;
	background: none;
	-webkit-text-fill-color: unset;
}
.services-card h2::before {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-left: 3px solid #BEFF00;
    border-radius: 10px;
}
.intro-anchors .button{
    margin-right: 0;
}
.intro-anchors .button.btn-variant-1 {
	border: 0px;
	background-color: transparent;
	position: relative;
	padding-top: 100px;
}
.intro-anchors .button.btn-variant-1:hover {
	box-shadow: none;
	transform: none;
	color: #70FF00;
}
.intro-anchors .button.btn-variant-1::before {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	border-radius: 100px;
	border: 1px solid #333;
	background-color: rgba(0,0,0,0.75);
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.2s cubic-bezier(.13, .21, .73, 1.44) 0s;
}
.intro-anchors .button.btn-variant-1::after {
	position: absolute;
	content: '';
	font-family: "Font Awesome\ 5 Pro";
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 36px;
	font-weight: 200;
	padding: 22.5px;
	transition: all 0.2s cubic-bezier(.13, .21, .73, 1.44) 0s;
}
.intro-anchors .button.btn-variant-1:hover::before {
	transform: translateX(-50%) scale(1.1);
	border: 5px double #BEFF00;
    box-shadow: 0px 0px 10px 0px #BEFF00;
}
.intro-anchors .button.btn-variant-1:hover::after {
	transform: translateX(-50%) scale(1.1);
}
.intro-anchors .button.btn-variant-1.call-out::after {
	content: '\f10b';
}
.intro-anchors .button.btn-variant-1.additional-time::after {
	content: '\f017';
}
.intro-anchors .button.btn-variant-1.height-work::after {
	content: '\f338';
}
.intro-anchors .button.btn-variant-1.after-hours::after {
	content: '\f1da';
}
.intro-anchors .button.btn-variant-1.additional-rates::after {
	content: '\f080';
}
.intro-anchors .button.btn-variant-1.phone-office::after {
	content: '\f095';
}
.intro-anchors .button.btn-variant-1.phone::after {
	content: '\f10b';
}
.intro-anchors .button.btn-variant-1.email::after {
	content: '\f0e0';
}
.price-circle .pb-block-content {
	background-color: rgba(0,0,0,0.5);
	border: 1px solid #333;
	display: table;
	margin: 0 auto;
	height: 250px;
	width: 250px;
	border-radius: 200px;
	transition: all 0.2s cubic-bezier(.13, .21, .73, 1.44) 0s;
}
.price-circle .pb-block-content:hover {
	transform: scale(1.1);
	border: 8px double #BEFF00;
    box-shadow: 0px 0px 10px 0px #BEFF00;
}
.price-circle .price-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.price-circle p:last-child {
	margin: 0px;
}
.price-circle h3 {
	background: -webkit-linear-gradient(135deg, #DAFF00, #70FF00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 21px;
	margin-bottom: 20px;
}
.price-circle p {
	font-size: 18px;
}
.pricing-section {
	position: relative;
}
.pricing-section p {
	color: #FFF;
}
.pricing-section .col-sm-3:first-child {
	position: absolute;
	top: -70px;
	left: 0px;
	bottom: -70px;
	right: 75%;
	background-color: rgba(0,0,0,0.5);
	border-right: 1px solid #333;
}
.pricing-section .col-sm-3 {
	float: right;
}
.pricing-type {
	padding: 40px;
}
.pricing-type h2 {
	font-weight: 500;
	letter-spacing: 1px;
}
.specials-section {
	position: relative;
	overflow: hidden;
	padding-top: 0px!important;
}
.specials-section p {
	color: #FFF;
}
.specials-section .col-sm-3:first-child {
	position: absolute;
	top: 96px;
	left: 0px;
	bottom: -70px;
	right: 75%;
	background-color: rgba(0,0,0,0.5);
	border-right: 1px solid #333;
}
.specials-section .col-sm-3:not(:first-child),
.specials-section .col-sm-6 {
	float: right;
}
.specials-content {
	padding-left: 50px;
	text-align: justify;
	padding-top: 70px;
}
.specials-content h4 {
	font-size: 18px;
	position: relative;
	padding-left: 30px;
}
.specials-content h4::before {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-left: 3px solid #BEFF00;
    border-radius: 10px;
}
.specials-type .type-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 5px;
	border: 1px solid #333;
	margin: 20px;
	padding: 20px;
	transition: all 0.2s ease-in-out 0s;
}
.specials-type .type-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 40px;
	background-color: rgba(0,0,0,0.9);
	transition: all 0.2s ease-in-out 0s;
}
.specials-type .type-wrap:hover {
	background-color: transparent;
}
.specials-type .type-wrap:hover .type-inner {
	border-color: #BEFF00;
	box-shadow: inset 0 1px 1px rgba(190,255,0,0.3), 0 0 8px rgba(190,255,0,0.3);
	color: transparent;
}
.specials-type {
	padding: 40px;
}
.specials-section .button {
	width: 100%;
	text-align: center;
}
.specials-section .button:not(:last-child) {
	margin-bottom: 10px;
}
.specials-section .button-wrapper {
	background-color: rgba(0,0,0,0.33);
	border: 1px solid #333;
	border-radius: 5px;
	padding: 10px;
}
.specials-section .col-sm-3:first-child {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.specials-buttons {
	padding-top: 70px;
}
.specials-title h2 {
	font-weight: 500;
    letter-spacing: 1px;
	font-size: 24px;
	color: #FFF;
	-webkit-text-fill-color: unset;
	background: none;
	padding: 30px 15px;
    margin: 0px;
	background-color: rgba(0,0,0,0.3);
	border-bottom: 1px solid #333;
	margin: 0px -30px;
}
.no-pad-row {
	padding: 0px!important;
}
.special-1 .col-sm-3:first-child {
	background-image: url(images/specials-rinnai.jpg);
}
.special-2 .col-sm-3:first-child {
	background-image: url(images/specials-gas.jpg);
}
.special-3 .col-sm-3:first-child {
	background-image: url(images/specials-gas-1.jpg);
}
.special-4 .col-sm-3:first-child {
	background-image: url(images/specials-waste.jpg);
}
.special-5 .col-sm-3:first-child {
	background-image: url(images/specials-low-pressure.jpg);
}
.special-6 .col-sm-3:first-child {
	background-image: url(images/specials-cylinder.jpg);
}
.specials-price {
	position: absolute;
	bottom: -70px;
	right: 0px;
	width: 400px;
	height: 400px;
	border-radius: 200px;
	border: 1px solid #333;
	transform: translate(30%, 30%);
	background-color: rgba(0,0,0,0.33);
}
.specials-price .price-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-60%, -80%);
	text-align: center;
}
.specials-price .price-wrap h3 {
	margin: 0px;
}
.specials-section .col-sm-3:not(:first-child) {
	position: unset!important;
}
.specials-section .specials-content {
	min-height: 400px;
}
.specials-section li {
	color: #FFF;
	padding: 8px 15px;
	border-radius: 5px;
	border-left: 3px solid #333;
	margin-bottom: 10px;
	list-style: none;
	background-color: rgba(0,0,0,0.2);
	transition: all 0.3s ease-in-out 0s;
}
.specials-section li:last-child {
	margin: 0px;
}
.specials-section li:hover {
	border-left: 3px solid #BEFF00;
	padding-left: 30px;
}

@keyframes wipe-anim {
	0%   {background-position: 0px center;}
	100% {background-position: 600px center;}
}
@keyframes gradient-anim {
	0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.contact-mobile{
    display: none;
}
ul.menu li.has-children::after{
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 5px;
    top: 40%;
    font-size: 15px;
    color: #fff;
    display: block;
    z-index: 10000;
    pointer-events: none;
}
ul.menu li ul{
    -webkit-transition: display 0.5s ease;
    -moz-transition: display 0.5s ease;
    -o-transition: display 0.5s ease;
    transition: display 0.5s ease;    
}
ul.menu li ul.active{
    overflow: hidden;
    display: block;
    height: auto;
    opacity: 1;
    z-index: 10000;
    padding-top: 30px;
}
ul.menu li:hover ul::before{
    top: 5px;
}
ul.menu ul li a {
    color: #999;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 0.5px;
}
ul.menu li.has-children.minus-sign::after{
    content: '\f077';
}
.pb-block h1 {
	background: -webkit-linear-gradient(135deg, #DAFF00, #70FF00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}
.map-details li {
	font-size: 14px;
	margin-bottom: 14px!important;
	transition: all 0.3s ease-in-out 0s;
	display: table;
}
.map-details li:hover a,
.map-details li:hover a::after {
	border-color: #BEFF00;
    box-shadow: inset 0 1px 1px rgba(190,255,0,0.3), 0 0 8px rgba(190,255,0,0.3);
}
.map-details li:hover::before {
	color: #BEFF00;
}
.map-details li a {
	text-decoration: none;
	color: #FFF;
	background-color: #111;
	border: 1px solid #333;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 5px;
	margin-left: 10px;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
}
.map-details li::before {
	content: "\f3c5"!important;
	transition: all 0.3s ease-in-out 0s;
	font-weight: 100;
}
.map-details a::after {
	position: absolute;
	content: '';
	left: -10px;
    top: 40%;
	width: 10px;
	height: 10px;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	transform: rotate(-45deg) translateX(40%);
	background-color: #111;
	transition: all 0.3s ease-in-out 0s;
}
.map-details ul {
	margin-top: 20px;
}

/******RESPONSIVE OVERRIDE*****/
@media screen and (max-width:1800px) {
    .header.alt + .sub-nav::after{
        display: none;
    }
}
@media screen and (max-width:1600px) {
    .header .frame,
    .footer .frame{
        width: 100%;
    }
    .frame{
        width: 1400px;
    }
    ul.menu .menulink{
        margin-right: 0;
/*        padding: 30px 15.5px;
*/    }
    body.is-homepage .header,
    body.is-homepage .sub-nav,
    .header, .sub-nav{
        position: relative;
    }
    body.is-homepage .sub-nav,.sub-nav{
        top: 0;
    }
    ul.menu .menulink .text{
        display: none;
    }
    .footer {
        padding: 80px 20px 60px;
    }
    .service-intro .pb-column{
        display: table-cell;
    }
    .service-intro .col-sm-4{
        padding: 200px;
    }
    .pricing-section .col-sm-3:first-child{
        position: relative;
        top: 0;
        bottom: 0;
        right: 0;
        border: 1px solid #333;
    }
    .pricing-section .col-sm-3{
        float: left;
    }
}
@media screen and (max-width:1400px) {
    .frame{
        width: 1200px;
    } 
    .row-services-icon .pb-column{
        width: 20%;
        float: left;
    }
    .row-services-icon .pb-column.col-sm-2-4{
        width: 25%;
    } 
    .price-circle .pb-block-content {
        transform: scale(1.1);
    }
    .intro-anchors .button{
        padding: 15px;
    }
}
@media screen and (max-width:1200px) {
    .frame{
        width: 100%;
    }    
	iframe {
		width:100% !important;
	}
    .sub-nav .working-hours p:first-child{
        margin-left: 0;
    }
    .sub-nav-wrap .coltable{
        width: auto;
        margin: 0 0 0 auto;
    }
    .service-intro .col-sm-4 {
        padding: 120px;
    }
    .section-feature.sf-about,
	.section-feature.sf-gift,
	.section-feature.sf-party {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobi-box {
		padding: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.8);
		color: #000;
	}
	.mobi-box .h2,
	.mobi-box .h3,
	.mobi-box a,
	.mobi-box p {
		color: #000 !important;
		text-shadow: none !important;
		border-color:#000 !important;
	}
	.section-feature.sf-party,
	.section-feature.sf-about {
		background-position: left top;
	}
    .pricing-section{
        padding: 20px 0 !important;
    }
    .price-circle .pb-block-content{
        transform: none;
        height: 200px;
        width: 200px;
    }
    .price-circle h3{
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 25px;
    }
    .pricing-type{
        padding: 20px 5px;
    }
    .specials-section{
        padding: 0 0 70px !important;
    }
    .specials-section .col-sm-3:first-child{
        top: unset;
        right: 0;
        display: block;
        height: 50%;
        background-size: contain;
        background-position: bottom;
        background-color: rgba(0,0,0,0.6);
        background-blend-mode: overlay;
    } 
    .specials-section .col-sm-6{
        width: 100%;
    }
    .specials-content{
        padding: 0;
        padding-bottom: 50px;
    }
    .specials-buttons {
        padding-top: 0;
    }
    .specials-price{
        width: 250px;
        height: 250px;
    }
    .specials-price .price-wrap h3 {
        font-size: 26px;
    }
    .row-services-icon .pb-column{
        width: 25%;
    }
    .row-services-icon .pb-column.col-sm-2-4{
        width: 33%;
    }
	.section-title {
		padding: 0px!important;
	}
}
@media screen and (max-width:1100px) {
    .logo{
        position: relative;
        top: 0;
        min-width: 150px;
        max-width: 150px;
    }
    .header .logo-wrap {
        padding: 20px;
    }
    .header .h1{
        margin-left: 0;
        position: relative;
        z-index: 1000;
        text-align: center;
    }
    ul.menu li ul.active{
        padding-top: 0px;
        width: 100%;
    }
    .working-hours .spacer,
    .working-hours .text{
        display: none;
    }
    .slide-cell .h1{
        margin: -80px 0 10px;
    }
    .banner-bar .frame{
        width: 100%;
    }
    .banner-bar .service-img{
        height: 55px;    
    }
    .service-square{
        width: 100px;
        height: 100px;
    }
    ul.menu .menulink{
        padding: 15.5px;
    }
/*    .header h1{
        padding-top: 25px;
        margin-bottom: -50px;
    }*/
    ul.menu > li:nth-last-child(-n+2),
    ul.menu > li:last-child{
        display: none;
    }
    ul.menu li.has-children::after{
        right: 0;
        top: 35%;
    }
    .contact-mobile{
        display: block;
        text-align: center;
    }    
    .contact-mobile .button{
        margin: 5px 5px 0;
    }   
    .sub-nav .social-wrap p,
    .sub-nav .search-wrap p{
        display: none;
    }
    .row.services-section{
        padding-left: 0;
        padding-right: 0;
    }
    .services-section .col{
        width: 33.3%;
        display: inline-block;
        float: left;
    }
    .services-section .col:hover{
        width: 33.3%;
    }
    .services-section .col:nth-last-child(-n+2),
    .services-section .col:last-child{
        width: 50%;
    }
    .footer .logo{
        display: block;
        width: 100%;
    }
    .footer > .frame > .coltable > .col{
        padding: 0;
    }
    .footer .col{
        float: none;
        width: 49% !important;
        margin-left: 0 !important;
    }
    .footer .col:last-child{
        margin-left: 0;
        display: block !important;
        width: 100% !important;
        padding-left: 0 !important;
    }
    .map-section .pb-column{
        display: block;
        width: 100%;
    }
    .services-section .services {
        min-height: 250px;
    }
    .row-services-icon .pb-column{
        width: 33%;
    } 

    .map-details ul li{
        width: 25%;
        display:inline-block;
        line-height: 30px;
    }  
}
@media screen and (max-width:900px) {

    .sub-nav::before{
        display: none;
    }
    .pricing-section .col-sm-3:first-child{
        width: 100%;
        display: block;
    }
    .pricing-section .col-sm-3 {
        width: 33.33%;
        padding: 15px;
    }    
    .footer{
        padding: 60px 10px 30px;
    }
    .banner-buttons{
        display: none;
    }
    .banner-bar .colour-wrap{
        margin-bottom: 12px !important;
    } 
    .row-services-icon .pb-column{
        width: 50%;
    }
    .intro-anchors .button.btn-variant-1{
        padding-top: 75px;
        padding-left: 0;
    }
    .intro-anchors .button.btn-variant-1::before{
        width: 60px;
        height: 60px;
        left: 40%;
    }
    .intro-anchors .button.btn-variant-1::after{
        top: -5px;
        font-size: 25px;
        left: 40%;
    }
}
@media screen and (max-width:800px) {
    .header .coltable .col{
        width: 100%;
        display: block;
    }
    .header .h1{
        margin-bottom: 20px;
    }
    .navigation{
        float: none;
    }
    .navigation .contact-mobile{
        text-align: left;
        position: absolute;
        z-index: 1000;
    }
    .navigation .menu{
        position: absolute;
        top: 0;
    }
    ul.menu.full-width{
        background-color:rgba(0,0,0,0.99);
        height: 100%;
        position: fixed;
        z-index: 1001;
    } 
    ul.menu li.has-children::after{
        content: "\f067";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 15px;
        color: #fff;
        display: block;
        z-index: 10000;
    }
    ul.menu li ul.active{
        overflow: hidden;
        display: block;
        height: 0px;
        height: auto;
        opacity: 1;
        z-index: 10000;
        padding-top: 0;
    }
    ul.menu li.active .menulink::before{
        opacity: 0;
    }
    ul.menu ul li a {
        color: #999;
        font-size: 12px;
        font-weight: 100px;
        letter-spacing: 0.5px;
        text-align: left;
        padding: 15.5px;
        padding-left: 35px;
    }/*
    ul.menu li ul.active li{
        display: none;
        height: auto;
    }*/
    ul.menu li ul{
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        transform: translateX(0%);
        padding-top: 0;
    }
    ul.menu li.has-children.minus-sign::after{
        content: '\f068';
    }
    ul.menu li ul::before{
        display: none;
    }
    ul.menu .mobile-nav{
        z-index: 10000;
    }
    ul.menu li.mobile-nav .menulink{
        text-align: right;
        font-size: 30px;
    }
    ul.menu li:not(:first-child) .menulink{
        text-align: left;
    }
    ul.menu .menulink.contactlink{
        padding: 15px;
    }
    ul.menu > li:nth-last-child(-n+2), ul.menu > li:last-child{
        display: none !important;
    }
    .contact-mobile .button {
        margin: 5px 5px 0;
        padding: 12px 16px;
        border-radius: 100%;
    }
    .contact-mobile .button .text{
        display: none;
    }
	.h2, h2, .h3, h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
		font-size: 32px;
		line-height: 30px;
		color: #90469b !important;
	}
	.banner h1, .banner .h1 {
		font-size: 40px;
	}
/*	.banner h2, .banner .h2,
	.banner h1, .banner .h1 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 5px;
	}
*/	.banner .bt {
		transform: scale(0.6,0.6);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}
    .map-details{
        padding: 0;
    }
    .services-section .pb-block-content{
        margin: 0 !important;
    }
    .services-section .services p{
        padding: 45px;
    }
    .services-section .col,
    .services-section .col:nth-last-child(-n+2), 
    .services-section .col:last-child {
        width: 100%;
        display: block;
    }
    .services-section .col:hover{
        width: 100%;
    }
    .service-intro .pb-column{
        display: block;
        width: 100%;
    }
    .service-intro:hover .pb-column{
        width: 100% !important;
    }
    .service-intro .pb-column:last-child{
        padding: 20px;
    }
    .pricing-section .col-sm-3{
        width: 50%;
    }
    .service-intro .button{
        margin-bottom: 15px;
    }    
    .row-services-icon .pb-column.col-sm-2-4{
        width: 50%;
    }
    .row-services-icon p {
        margin-top: 10px;
    }
	.section-title .pb-row {
		display: flex;
		flex-direction: column;
	}
	.service-intro .pb-column:last-child {
		padding: 40px;
	}
	.navigation .contact-mobile {
		left: 10px;
	}
}
@media screen and (max-width:700px) {
    .sub-nav-wrap .coltable > .col{
        width: 100%;
        display: block;
    }
    .sub-nav .social-wrap, .sub-nav .search-wrap, .sub-nav .working-hours{
        padding: 4px 8px;
    }
    .sub-nav{
        text-align: right;
    }
    .sub-nav .working-hours{
        display: block;
        padding: 8px !important;
        width: 50%;
        float: right;
    }
    .intro-section p{
        width: auto;
    }
    .footer .foot-menu{
        padding-right: 0;
    }
    .footer,
    .copyright p{
		text-align: center;
	}
    .footer .logo {
        position: relative;
        margin: 0 auto;
        min-width: 150px;
        max-width: 150px;
    }
    .footer .col{
        width: 100% !important;
        display: block;
    }
    .copyright a{
        float: none;
        display: block;
    }
    .services-section .services {
        min-height: 100px;
    }
}
@media screen and (max-width:600px) {
    .banner-bar{
        display: none;
    }
	.banner h1, .banner .h1 {
        margin: 0;
	}
    .slide-cell h1{
        margin: 0;
    }
	.footer .break {
		margin-left: auto;
		margin-right: auto;
	}
	.section-feature.sf-gift,
	.section-feature.sf-party {
		text-align: center;
	}
	.footer .h4 {
		margin-top: 40px;
	}
	.footer .coltable .col:first-child .h4 {
		margin-top: 0;
	}
	.footer .foot-product-wrap {
		width: 75%;
		margin: 0 auto;
	}
	.section-feature.sf-about {
		background-size: contain;
	}
    .intro-section{
        padding: 20px 0px !important;
    }
    .pb-block-type-image.service-icon-image{
        height: 200px;
        width: 200px;
    }
    .map-details ul li{
        width: 35%;
    }
	.sub-nav {
		padding-top: 20px;
		background-color: #252525;
	}
	.sub-nav-wrap {
		padding-bottom: 8px;
	}
	.specials-title h2,
	.specials-section p,
	.service-intro .pb-column:last-child,
	.pricing-type h2,
	.pricing-type p,
	.pricing-type h4,
	.section-black p {
		text-align: center;
	}
	.specials-section .specials-buttons {
		margin: 0 auto;
		display: table;
	}
	.specials-section .col-sm-3:not(:first-child), .specials-section .col-sm-6 {
		float: unset;
	}
	.specials-section .col-sm-3:first-child {
		display: none;
	}
	.specials-content h4 {
		padding: 0px;
		text-align: center;
	}
	.specials-content h4::before,
	.service-intro .pb-block h1::before {
		content: unset;
	}
	.specials-title .pb-block-content {
		margin: 0px!important;
	}
	.specials-price .price-wrap,
	.specials-price {
		position: unset;
		transform: unset;
	}
	.specials-price {
		height: unset;
		width: unset;
		background-color: unset;
		border: 0px;
	}
	.specials-section li {
		text-align: center;
	}
	.specials-section {
		padding: 0px!important;
	}
	.specials-price .price-wrap h3 br {
		display: none;
	}
	.service-intro .pb-block h1 {
		padding-left: 20px;
	}
	.service-intro .button {
		margin-right: 0px;
		width: 100%;
	}
	.map-wrapper {
		height: unset;
	}
	.map-section h3,
	.map-details ul {
		text-align: center;
	}
	.intro-section .button {
		width: 95%;
		text-align: center;
	}
}
@media screen and (max-width:450px) {
    .row-services-icon {
        padding: 0;
    }
    .pb-block-type-image.service-icon-image {
        height: 120px;
        width: 120px;
    }
    .form-block{
        padding: 10px;
    }
    .form-block .field.single, .form-block.single .field{
        padding: 0;
    } 
    .pricing-section .col-sm-3{
        width: 100%;
    }    
    .sub-nav .working-hours p{
        display: block;
    }
    .intro-anchors .button.btn-variant-1{
        width: 50%;
        float: left;
        text-align: center;
    }
    .row-services-icon .pb-column {
        width: 100%;
    }
}

/* Edits 3/8/2020 */
.service-intro .pb-row
{
	display: flex;
}
.service-intro p
{
	font-size: 14px;
}
.service-intro ul
{
	font-size: 14px;
	margin-bottom: 20px;
}
.service-intro li
{
	color: #fff;
	margin-left: 20px;
}
.section-black p:not(.h4)
{
	font-size: 14px;
}
.specials-section p
{
	font-size: 14px;
}
.contact-map
{
	border-bottom: 1px solid #eee;
}