/*Controllers*/
.cb.plain {
	z-index: 99;
	position: absolute !important;
	display: none;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}

/*Menu*/
ul.menu {
	display: table;
	width: auto !important;
	margin: 0 0 0 auto;
}
ul.menu .menulink {
	padding: 5px 0px 5px 60px;
	font-size: 18px;
	text-transform: none;
	border-color:#7c2789;
	color: #aaa;
	border: none;
}
ul.menu .menulink:hover {
	background:none !important;
	color: #000;
}
ul.menu ul {
	top: 35px !important;
	padding-top: 26px;
	background: none;
}
ul.menu ul li {
	border: 0px solid #eee;
}
ul.menu ul li a {
	text-align: center;
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	color: #999;
}
ul.menu ul li a:hover {
	background-color: #eee;
	color: #333;
}

/*Main CSS*/
.body {
	padding: 40px;
}
.frame {
	max-width:1300px;
}

/*Elements*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
}
h1,.h1 {
	font-size: 42px;
	line-height: 38px;
}

/*Header*/
.navigation {
	border-bottom:4px solid #068ed0;
}
.logo {
	display: inline-block;
	height: 50px;
	background-position: left;
	min-width: 200px;
}
.header {
	padding: 25px 0px;
}
.header .head-cart-data .fa {
	color:#90469b;
}
.header .coltable {
	display:flex;
	column-gap: 20px;
}
.header .coltable .col.logo-wrap {
	width: 30%;
}
.header .coltable .col.nav {
	width: 70%;
	align-self: center;
	padding: unset;
}
.header ul.menu {
	display: flex;
	column-gap: 25px;
}

.header ul.menu li a {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	text-transform: uppercase;
	color: #2E3C33;
	padding: 10px 0px;
	transition: unset;
	border: 2px solid transparent;
}
.header ul.menu li a:hover {
	color: #2E3C33;
	border-bottom: 2px solid var(--colour-primary) !important;
}
.header ul.menu li:last-of-type {
	margin-left: auto;

}
.header ul.menu li:last-of-type a {
	transition: 0.3s;
}

/*Header Elements*/
.top-search > input {
    width: 80%;
    border-width: 0px;
    background-color: #EEE !important;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding: 9px 14px 9px !important;
	vertical-align: top;
	display: table-cell;
}
.top-search > button {
    width: 20%;
    border-radius: 0;
    padding: 9.5px;
    font-size: 18px;
    font-family: 'rift',sans-serif;
	vertical-align: top;
	display: table-cell;
}
.top-search {
    overflow: hidden;
	max-width: 500px;
	display: table;
	margin: 0 0 0 auto;
}

/*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;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

/* 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;
	margin: unset;
	padding: unset;
}
.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li,
.mb-contact-c1 .foot-menu > li {
	margin-bottom: 10px;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}
.footer .foot-menu > li a:hover {
	border-color: transparent !important;
	color: #666 !important;
}
.footer .h4 {
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.footer p {
	font-family: 'Century-Gothic';
	color: white;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}
.footer p a {
	font-family: 'Century-Gothic';
	color: white;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}
.footer .break {
	width: 80px;
	/*height: 3px;*/
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: #FFF;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
}
.footer .foot-menu > li a {
	border-color:#0d63a1;
	color: #FFF;
}
.footer .foot-menu > li a:hover {
	border-color:#FFF;
	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;
}
.foot-upper {
	padding: 50px 0px;
	background: var(--colour-alternate-2);
}
.foot-upper .frame::before {
	content: url('images/franklin-asphalts-logo.png');
	width: 200px;
	height: 50px;
	color: white;
}

/* Franklin Asphalts brand logo */
.logo.site-logo {
	background-image: url('images/franklin-asphalts-logo.png') !important;
}
.header .coltable .col.logo-wrap .logo-image {
	display: block;
	width: 170px !important;
	max-width: 170px;
	height: auto;
}
.foot-lower {
	padding: 40px 0px;
	background: var(--colour-secondary);
}
.foot-lower p {
	margin: unset;
}
.foot-logo img {
	max-width: 275px;
}

/*Index Assets*/
.homebox  {

}
.homebox .col {
	padding: 15px;
}
.homebox .col img {
	vertical-align: top;
	width: 100%;
}
.homebox .col .hb-text {
	padding: 35px 45px;
	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;
}

.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;
}

/* Trainer Image */
.post-wrap.post-type-trainer .post-item h3 {
	min-height:0;
}
.post-wrap.post-type-trainer .col,
.post-wrap.post-type-trainer .post-item .post-body,
.post-wrap.post-type-trainer .post-item {
	padding:0;
}
.post-wrap.post-type-trainer > .col {
	padding:5px;
}
.post-wrap.post-type-trainer .post-item .profile-text {
	padding-left:20px;
}

/*Section*/
.section-feature {
	padding: 80px 0;
}
.section-feature.sf-gift .h2,
.section-feature.sf-party .h2 {
	font-size: 44px;
}
.section-feature.sf-gift {
	background-color: #db073b;
	background-image: url(images/section-gift.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.section-feature.sf-party {
	background-color: #db073b;
	background-image: url(images/section-party.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #f73665;
}
.section-feature.sf-wtb,
.section-feature.sf-about {
	background-color: #FFF;
	background-image: url(images/section-about.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 120px 0;
}
.section-feature.sf-wtb {
	background-image: url(images/section-party2.jpg);
}
.section-feature.sf-party p,
.section-feature.sf-gift p {
	color: #FFF;
}
.section-feature.sf-gift p {
	text-shadow: 2px 2px 8px #000;
}
.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;
}
/********* TEMPLATE ENDS **********/
/* Variables */

:root {
	/* Frame Height */
	--max-frame-height: 765px;

	/* Fonts */
	--font-main: "Century-Gothic";
	--font-default: "Futura-PT";
	--font-alternate-1: "Poppins";
	/* Colours */
	--colour-primary: #F5B700;
	--colour-secondary: #C98A00;
	--colour-alternate-1: #F8F8F8;
	--colour-alternate-2: #FFD34E;
	--colour-alternate-3: #252525;
	--colour-alternate-4: #F8E5A0;
	--colour-white: #FFF;

	/* Transitions */
	--transition-default: all 0.3s ease-in-out 0s;
	--transition-hover: all 0.1s ease-in-out 0s;

	/* Font Size */
	--size-1: 14px;
	--size-2: 16px;
	--size-3: 18px;
	--size-4: 21px;
	--size-5: 24px;
	--size-6: 28px;
	--size-7: 32px;
	--size-8: 36px;
	--size-9: 42px;
	--size-10: 48px;
	--size-11: 52px;
	--size-12: 54px;
	--size-13: 58px;
	--size-14: 64px;

}

h1, .h1 {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 700;
	font-size: var(--size-12);
	line-height: 130%;
	background: var(--colour-primary);
	color: white !important;
	padding: 10px;
	width: fit-content;
}
h2, .h2 {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 130%;
}
h4, .h4 {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 700;
	font-size: var(--size-6);
	line-height: 130%;
}

p, .p, a, .a {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 400;
	font-size: var(--size-3);
	line-height: 30px;
	color: #2E3C33;
}

.button {
	color: var(--colour-primary);
	padding: 12px 26px;
	background: white;
	border: none;
	font-family: var(--font-default);
	font-style: normal;
	font-weight: 450;
	font-size: 18px;
	line-height: 30px;
}
.button:hover {
	background: var(--colour-primary);
	color: white;
	border: none;
}
.frame {
	margin: 0 auto;
}

/* Variables END */

/* Booking form  */
/* #daterangepicker-container .daterangepicker {
	position: relative;
	width: 100%;
}

#daterangepicker-container .drp-calendar {
	width: 50%;
	max-width: none;
	float: left !important;
	clear: none !important;
} */

.daterangepicker td.in-range {
    background-color: var(--colour-alternate-4)!important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--colour-primary)!important;
}


input[type=submit], button, .button {
    background-color: var(--colour-primary);
    border: 2px solid var(--colour-primary);
}
input[type=submit]:hover, button:hover, .button:hover {
    background: var(--colour-white);
    color: var(--colour-primary);
    border: 2px solid var(--colour-primary);
}

.shop-banner {
	height: 50px;
	background: var(--colour-primary);
}
.header ul.menu {
	align-items: center;
}
.header ul.menu li.active {
	position: relative;
}
.header ul.menu li.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: var(--colour-primary);
}
.header ul.menu li:nth-of-type(6).active::after {
	background: transparent;
}
.header ul.menu li:nth-of-type(6) {
	position: unset;
}
.header ul.menu li:nth-of-type(6) > a {
	display: none;
}
.header ul.menu li ul.menu-dropdown {
	display: flex;
	left: unset;
	right: 0px;
	top: -75px !important;
	column-gap: 17px;
}
.header ul.menu li ul.menu-dropdown li {
	background: transparent;
	min-width: unset;
	align-self: center;
}
.header ul.menu li ul.menu-dropdown li a{
	color: white;
	background: transparent;
	border: none;
	font-size: 24px;
	padding: 10px 0px;
}
.header ul.menu li ul.menu-dropdown li a:hover {
	border: unset !important;
	color: #9DB1A4;
}
.header ul.menu li ul.menu-dropdown li:first-of-type a:hover span {
	background: #9DB1A4;
}

.header ul.menu li ul.menu-dropdown li:first-of-type a {
	display: flex;
	flex-direction: row-reverse;
	column-gap: 13px;
	align-items: center;
	color: white;
	text-transform: none;
	font-family: 'Century-Gothic';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
}
.header ul.menu li ul.menu-dropdown li:first-of-type span {
	background: white;
	padding: 6px;
	border-radius: 100px;
	font-size: 12px;
	color: var(--colour-primary);
}
.header ul.menu li:nth-of-type(7) a {
	padding: 10px 14px;
	background: var(--colour-primary);
	color: white;
	border: 2px solid var(--colour-primary);

}
.header ul.menu li ul.menu-dropdown li:last-of-type a {
	font-family: 'Futura-PT';
	font-style: normal;
	font-weight: 450;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.045em;
	text-transform: none;
	padding: 6px 12px;
	border: 1px solid white !important;
}
.header ul.menu li ul.menu-dropdown li:last-of-type a:hover {
	background: white;
	color: var(--colour-primary);
}
.header ul.menu li:nth-of-type(7) a:hover {
	color: var(--colour-primary);
}

.hero-content.pb-section.section-pad-1 {
	padding: unset;
}
.hero-content .pb-row.frame {
	padding-top: 175px !important;
	padding-bottom: 50px !important;
}
.image-panel.pb-section.section-pad-1 {
	padding: unset;
}
.image-panel .pb-block-type-image .pb-block-content {
	height: 30vw;
	width: 100%;
	z-index: 0;
	position: relative;
	overflow: hidden;
}
.image-panel .pb-block-type-image img {
	object-fit: cover;
	font-family: "object-fit: cover";
	left: 50%;
	vertical-align: middle;
	max-height: 101%;
	max-width: none;
	min-height: 101%;
	min-width: 101%;
	position: absolute;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 101%;
	z-index: 0;
}
.about-content .pb-row {
	justify-content:space-between;
}
.about-content .pb-row .pb-column:first-of-type {
	align-self: center;
	flex: 0 0 40%
}
.about-content .partial-underline h2 {
	position: relative;
	padding-bottom: 20px;
	color: #182F43;
}
.about-content .partial-underline h2::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 20%;
	height: 10px;
	background: var(--colour-primary);
}

.equipment-showcase .pb-row {
	column-gap: 40px;
}
.equipment-showcase .pb-block-type-product {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.equipment-showcase .pb-block-type-product .image {
	position: relative;
}
@keyframes fade-in {
	0% { opacity: 0;}
	100% { opacity: 100%;}
}

.equipment-showcase .pb-block-type-product .title a {
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 130%;
	text-align: center;
	color: #2E3C33;
	pointer-events: none;
	animation-duration: 0.5s;
}
.equipment-showcase .pb-block-type-product .options-price {
	font-weight: 700;
	font-size: 71px;
	line-height: 130%;
	color: #2E3C33;
	text-align: center;
	margin-top: 5px;
}
.equipment-showcase .pb-block-type-product .options-price .price-post {
	font-family: 'Century-Gothic';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #2E3C33;
}

.equipment-showcase .pb-block-type-product .options-price .price-pre{
	font-size: 15px;
	display: block;
	line-height: 14px;
	text-align: left;
}
/* .equipment-showcase .pb-block-type-product .options-price::after {
	content: '/hr inc. GST';
	font-family: 'Century-Gothic';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #2E3C33;
}
.equipment-showcase .pb-column:last-of-type .pb-block-type-product .options-price::after {
	content: '/day inc. GST';
} */
body.frame-full-width .body .equipment-showcase .frame {
	padding-top: unset;
	padding-bottom: unset;
}
.equipment-showcase .pb-column {
	display: flex;
	flex-direction: column;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
	padding-left: 0px !important;
	padding-right: 0px !important;
	flex: 1 1 30%;
}
.equipment-showcase .product-type-product {
	border: unset;
}
.equipment-showcase .pb-block-type-button {
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
}
.equipment-showcase .pb-block-type-button a{
	background: var(--colour-primary);
	color: white;
	width: 90%;
	border: 2px solid var(--colour-primary);
}
.equipment-showcase .pb-block-type-button a:hover {
	background: white;
	color: var(--colour-primary);
	border: 2px solid var(--colour-primary);
}

@media screen and (max-width: 800px) {
	.equipment-showcase .pb-row .pb-column {
		flex: 1 1 40%;
		max-width: calc(50% - 10px);
	}
}
@media screen and (max-width: 600px) {
	.equipment-showcase .pb-row .pb-column {
		flex: 1 1 100%;
		max-width: unset;
	}
}
.zulu-search .wrapper-product .search-box .field:hover input,
.zulu-search .wrapper-product .search-box .form-block .field input:focus,
.zulu-search .wrapper-product .product-box li:hover .product-type-product {
	border-color: var(--colour-primary);
}
.zulu-search .wrapper-product .product-box .options-price {
	color: var(--colour-primary);
}
.zulu-search .wrapper-product .search-box .form-block .field button:hover {
	background:	var(--colour-primary);
}
.zulu-product .product-image-container img.main:hover {
	border-color: var(--colour-primary) !important;
}

.zulu-product .form-block input:hover {
	border-color: var(--colour-primary) !important;
}
.zulu-product .form-block button {
	background: transparent !important;
	border-color: var(--colour-primary);
	color: var(--colour-primary);
}
.zulu-product .form-block button:hover {
	background: var(--colour-primary) !important;
	color: white;
}

.tns-outer .tns-controls button {
	background: var(--colour-primary) !important;
}
.tns-outer .tns-controls button:hover {
	opacity: 1 !important;
}

.no-filter-items b{
	line-height: 120px;
}


.form-hire input:hover, .form-hire input:focus, .form-hire select:hover, .form-hire select:focus,
.form-hire textarea:hover, .form-hire textarea:focus {
	border-color: var(--colour-primary);
	outline: unset;
}
.form-hire p.price{
	font-weight: 700;
    font-size: var(--size-4);
    line-height: 130%;
    color: #2E3C33;
    text-align: center;
    margin-top: 5px;
}
.form-hire p.price .price-post{

}
.form-hire p.price .price-post{

}

.page-basket .frame-basket .button,
.page-login .button,
.page-members .button,
.zulu-product .button {
	color: white;
}
.page-basket .frame-basket .button:hover,
.page-login .button:hover,
.page-members .button:hover,
.zulu-product .button:hover {
	color: var(--colour-primary);
}

.popdown-wrapper .popdown-head, .popdown-wrapper .popdown-foot {
	background: white;
}
.popdown-foot .col.text-right {
	display: flex;
	flex-direction: column;
	padding: unset;
	row-gap: 10px;
}
.popdown-foot .col.text-left .button,
.popdown-foot .col.text-right .button.bt-green,
.popdown-foot .col.text-right .button.bt-block {
	border-color: var(--colour-primary);
	color: var(--colour-primary);
	background: white;
}
.popdown-foot .col.text-left .button:hover,
.popdown-foot .col.text-right .button.bt-green:hover,
.popdown-foot .col.text-right .button.bt-block:hover {
	border-color: var(--colour-primary);
	color: white;
	background: var(--colour-primary);
}
.popdown-foot .button:not(.bt-outline) {
	display: flex;
	justify-content: space-between;
}
/*-------------- GET A QUOTE --------------*/
.zulu-book_payment .section,
.zulu-book_payment .section .column.w8 {
	margin: unset;
	width: unset;
}
.zulu-book_payment .section .form-hire .w50 {
	width: 100%;
}
@media screen and (max-width:800px) {
	.zulu-book_payment .section .form-hire .form-block img {
		width: 100%;
		object-fit: cover;
		height: 400px;
	}
}

/****** MODULES *******/
/*-------------------------------------------------*/
/*-------------- MB HERO CUSTOM 1 -----------------*/
/*-------------------------------------------------*/
.mb-hero-c1.pb-section {
	position: relative;
	z-index: 1;
	padding: 0px;
}
.mb-hero-c1 .pb-row.frame {
	padding: 185px 0px !important;
}

.mb-hero-c1 .pb-row:last-of-type .pb-column:first-of-type {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}

/*-------- MB HERO CUSTOM 1 RESPONSIVE ------------*/
@media screen and (max-width:1600px) {
	.mb-hero-c1 .pb-row:last-of-type .pb-column:first-of-type{
		padding-bottom: 190px;
	}
}
@media screen and (max-width:1400px) {
	.mb-hero-c1 .pb-row:last-of-type {
		padding: 120px 0px;
	}
	.mb-hero-c1 .pb-row:last-of-type .pb-column:first-of-type{
		padding-bottom: 77px;
	}
	.mb-hero-c1 .pb-row.frame {
		padding-top: 94px!important;
	}
}
@media screen and (max-width:1200px) {
	.mb-hero-c1 .pb-row.frame {
		padding-top: 155px!important;
	}
	.mb-hero-c1 .pb-row:last-of-type {
		padding: 72px 0px;
		flex-direction: row;
	}
	.mb-hero-c1 .pb-row:last-of-type .pb-column:first-of-type{
		flex: 1 1 100%;
		max-width: 100%;
	}
}
@media screen and (max-width:1000px) {

}
@media screen and (max-width:800px) {
	.mb-hero-c1 .pb-row.frame {
		padding-top: 65px!important;
	}
	.mb-hero-c1 .pb-row:last-of-type .pb-column:first-of-type{
		padding-bottom: 55px;
	}

}
@media screen and (max-width:600px) {
	.mb-hero-c1 .pb-row:last-of-type .pb-column:first-of-type{
		padding: unset;
		border: unset;
	}
}
@media screen and (max-width:400px) {
	.mb-hero-c1 .button {
		flex: 0 0 50%;
		max-width: 45%;
	}
}
/*------------ MB HERO CUSTOM 1 OVERRIDES ------------*/
.mb-hero-c1 h1, .mb-hero-c1 .h1  {
	background: var(--colour-primary);
	color: white;
	padding: 7px 20px;
	width: fit-content;
	margin-bottom: 7px;
}
.mb-hero-c1 .pb-block-type-button .button {
	background: white;
	border-color: white;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
}
.mb-hero-c1 .pb-block-type-button .button:hover {
	border-color: var(--colour-primary);
}

/*-------------------------------------------------*/
/*---------------- MB CONTENT 4 -------------------*/
/*-------------------------------------------------*/

.mb-content-4 .pb-row {
	column-gap: 80px;
	row-gap: 40px;
	flex-wrap: wrap;
}
.mb-content-4 .col-sm-6 {
	flex: 1 1 45%;
  max-width: 100%;
	padding: unset;
}

.mb-content-4.alt .pb-row{
	column-gap: 0px;
}
/*------------ MB CONTENT 4 RESPONSIVE ------------*/

@media screen and (max-width:1600px) {

}
@media screen and (max-width:1400px) {
	.mb-content-4 .pb-row {
		column-gap: 40px;
	}
}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1000px) {
	.mb-content-4 .pb-row {
		flex-direction:column;
	}
}
@media screen and (max-width:800px) {

	.mb-content-4 .col-sm-6 {
		flex: 50% 1 1;
	}
}
@media screen and (max-width:600px) {

}
@media screen and (max-width:400px) {

}

/*------------ MB CONTENT 4 OVERRIDES ------------*/
.mb-content-4.section-variant-1 {
	background: var(--colour-alternate-1);
}
.mb-content-4 h2 {
	color: var(--colour-alternate-3);
}

.mb-content-4 .pb-container {
	display: flex;
	flex-direction: column;
	row-gap: 80px;
}
.mb-content-4 .pb-row:first-of-type .button {
	border: solid 2px var(--colour-primary);
	color:white;
}
.mb-content-4 .pb-row:first-of-type .button:hover {
	color: var(--colour-primary);
}
.mb-content-4 .pb-column {
	padding: unset;
}
.mb-content-4 .pb-row.partial-underline .pb-block-type-text {
	display: flex;
	flex-direction: column;
}
.mb-content-4 .pb-row.partial-underline .pb-block-type-text .pb-block-content {
	flex: 0 0 100%;
}

.mb-content-4 .pb-row.partial-underline .pb-block-type-text::after {
	content: '';
	min-height: 10px;
	width: 10%;
	background: var(--colour-primary);
}
.mb-content-4 .pb-block-type-text .row {
	flex-wrap: nowrap;
	padding-bottom: 20px;
}
.mb-content-4 .pb-block-type-text .col1 {
	flex: 0 0 10%;
	align-self: center;
	text-align: center;
}
.mb-content-4 .pb-block-type-text .col1 em {
	font-weight: 900;
	font-size: 22px;
	line-height: 25px;
	color: var(--colour-primary);
}
.mb-content-4 .pb-block-type-text .col2 p {
	font-size: 15px;
	margin: unset;
	line-height: 22.5px;
}
.mb-content-4 .pb-block-type-text .col2 p strong {
	font-size: 18px;
}
.mb-content-4 .pb-row.centred-text p{
	text-align: center;
}

.mb-content-4.boulders .pb-column:last-of-type,
.mb-content-4.quarry .pb-column:last-of-type {
	align-self: center;
}
/*-------------------------------------------------*/
/*------------ MB CONTENT CUSTOM 5 ----------------*/
/*-------------------------------------------------*/
.mb-content-c5 .pb-row {
	column-gap: 10px;
}
.mb-content-c5 .pb-column {
	position:	relative;
	padding: unset;
	max-width: unset;
	flex: 1 1;
}
.mb-content-c5 .pb-column:first-of-type {
	align-self: center;
	padding-right: 110px;
	flex: 20%;
}
.mb-content-c5 .pb-block-type-image + .pb-block-type-text {
	position: absolute;
	top: 5%;
	left: 0%;
	pointer-events: none;
}
.mb-content-c5 .pb-column:nth-of-type(3) .pb-block-type-image + .pb-block-type-text {
	top: 52%;
}
.mb-content-c5 .pb-block-type-image + .pb-block-type-text .pb-block-content {
display: flex;
flex-direction: column;
row-gap: 10px;
}
.mb-content-c5 .pb-block-type-image + .pb-block-type-text h4{
	padding: 10px;
	margin:unset;
	background: white;
}

/*------------ MB CONTENT CUSTOM 5 RESPONSIVE ------------*/
@media screen and (max-width:1400px) {
	.mb-content-c5 .pb-column:nth-of-type(3) .pb-block-type-image + .pb-block-type-text {
		top: 50%;
	}
	.mb-content-c5 h4 {
		font-size: 24px;
	}
}
@media screen and (max-width:1200px) {
	.mb-content-c5 .pb-column:nth-of-type(3) .pb-block-type-image + .pb-block-type-text {
		top: 45%;
	}
	.mb-content-c5 .pb-column:first-of-type {
		padding-right: 20px;
	}
	.mb-content-c5 h4 {
		font-size: 16px;
	}
}
@media screen and (max-width:1100px) {
	.mb-content-c5 .pb-column:nth-of-type(3) .pb-block-type-image + .pb-block-type-text {
		top: 38%;
	}
}

@media screen and (max-width:1000px) {
		.mb-content-c5 .pb-row {
			row-gap: 20px;
		}
	.mb-content-c5 .pb-column:first-of-type {
		flex: 100%;
	}
	.mb-content-c5 .pb-column:nth-of-type(3) .pb-block-type-image + .pb-block-type-text {
		top: 35%;
	}
}
@media screen and (max-width:800px) {
	.mb-content-c5 .pb-row {
		flex-wrap: wrap;
		justify-content: center;
	}
	.mb-content-c5 .pb-column {
		flex: 1 1 33%;
		max-width: 95%;
	}
	.mb-content-c5 .pb-column:first-of-type {
			flex: 0 0 95%;
	}
	.mb-content-c5 .pb-column:nth-of-type(3) .pb-block-type-image + .pb-block-type-text {
		top: 50%;
	}
}
@media screen and (max-width:600px) {
	.mb-content-c5 .pb-row {
		row-gap: 20px;
	}
	.mb-content-c5 .pb-column {
		flex: 1 1 95%;
	}
	.mb-content-c5 .pb-column:nth-of-type(3) .pb-block-type-image + .pb-block-type-text {
		top: 5%;
	}
		.mb-content-c5 .pb-block-type-image + .pb-block-type-text {
			width: 80%;
		}
}
/*------------ MB CONTENT CUSTOM 5 OVERRIDES ------------*/
.mb-content-c5 h2{
	color: var(--colour-alternate-3);
	position: relative;
	padding-bottom: 14px;
}
.mb-content-c5 .pb-block-type-text h2::after {
	content: '';
	height: 10px;
	width: 25%;
	bottom: 0;
	left: 0;
	position: absolute;
	background: var(--colour-primary);
}
.mb-content-c5 .pb-block-type-image + .pb-block-type-text + .pb-block-type-text p {
	color: var(--colour-primary);
	font-size: 16px;
	line-height: 25px;
}
.mb-content-c5 .pb-block-type-image {
	position: relative;
}
@keyframes slide-in {
	0% { right: 100%; }
	100% { right 0; }
}
@keyframes slide-out {
	0% { left: 0; }
	100% { left 100%; }
}
.mb-content-c5 .pb-block-type-image::before {
	content: '';
	background: var(--colour-primary);
	opacity: 0.5;
	top: 0;
	bottom: 0;
	left: 100%;
	right: 0;
	animation: slide-out ease-in-out 0.15s;
	position: absolute;
	pointer-events: none;
}
.mb-content-c5 .pb-block-type-image:hover::before {
	content: '';
	background: var(--colour-primary);
	opacity: 0.5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	animation: slide-in ease-in-out 0.15s;
	position: absolute;
	pointer-events: none;
}
.mb-content-c5 .pb-column:not(:first-of-type) .pb-block-type-text:last-of-type .pb-block-content {
	padding-top: 17px;
}
@media screen and (max-width:800px) {
	.mb-content-c5 .pb-block-type-image {
		position: relative;
		z-index: 0;
		height: 400px;
		width: 100%;
	}
	.mb-content-c5 .pb-block-type-image img {
		object-fit: cover;
		font-family: "object-fit: cover";
		left: 50%;
		vertical-align: middle;
		max-height: 101%;
		max-width: none;
		min-height: 101%;
		min-width: 101%;
		position: absolute;
		top: 50%;
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		width: 101%;
		z-index: -1;
	}
}
/*-------------------------------------------------*/
/*-------------- MB CONTENT 41 ------------------*/
/*-------------------------------------------------*/
.mb-content-41 .frame {
	margin: 0 auto;
}
.mb-content-41 .pb-column:last-of-type {
	background: white;
	display: flex;
	flex-direction: column;
	padding: 75px;
	row-gap: 20px;
}

/*-------------- MB CONTENT 41 RESPONSIVE------------------*/
@media screen and (max-width:1600px) {

}
@media screen and (max-width:1400px) {

}
@media screen and (max-width:1200px) {
	.mb-content-41 .pb-column:last-of-type {
		padding: 35px;
	}
}
@media screen and (max-width:1000px) {
	.mb-content-41 .pb-column:last-of-type {
		max-width: unset;
		flex: 0 0 66%;
	}
}
@media screen and (max-width:800px) {

}
@media screen and (max-width:600px) {
	.mb-content-41 .pb-row {
		justify-content: center;
	}
	.mb-content-41 .pb-column:last-of-type {
		flex: 0 0 95%;
	}
}
@media screen and (max-width:400px) {

}

/*-------------- MB CONTENT 41 OVERRIDES ------------------*/
.mb-content-41 h2 {
	color: var(--colour-alternate-3);
}
.mb-content-41 .button:first-of-type {
	background: var(--colour-primary);
	color: white;
	border: 2px solid var(--colour-primary);
	margin-bottom: 10px;
	transition: ease-in-out 0.3s;
}
.mb-content-41 .button:first-of-type:hover {
	background: var(--colour-alternate-1);
	color: var(--colour-alternate-2);
}
.mb-content-41 .button:last-of-type {
	border: 2px solid var(--colour-primary);
	background-color: white;
	transition: ease-in-out 0.3s;
}
.mb-content-41 .button:last-of-type:hover {
	background: var(--colour-primary);
	color: var(--colour-alternate-1);
}
.mb-content-41 .pb-block-type-text h2 {
	position: relative;
	padding-bottom: 14px;
}
.mb-content-41 .pb-block-type-text h2::after {
	content: '';
	height: 10px;
	width: 25%;
	bottom: 0;
	left: 0;
	position: absolute;
	background: var(--colour-primary);
}


/*-------------------------------------------------*/
/*------------- MB TESTIMONIALS 14 -----------------*/
/*-------------------------------------------------*/

.mb-testimonials-14 .pb-column {
	align-items: flex-start;
	column-gap: 40px;
	row-gap: 40px;
	margin: 0px;
}

.mb-testimonials-14 .pb-row .slide-content-wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 15px;
	padding: 40px 30px;
	border-radius: 6px;
	margin: 0px 10px;

}
.mb-testimonials-14 .pb-row .testimonial-image {
	order: 1;
	flex: 0 0 20%;
}

.mb-testimonials-14 .pb-row .testimonial-author {
	order: 2;
	flex: 0 0 50%;
	align-self: center;
	color: black;
}
.mb-testimonials-14 .pb-row .slide-content-wrap::after {
	font-family: "Font Awesome 5 Pro";
	content: '\f005 \f005 \f005 \f005 \f005';
	font-weight: 900;
	font-size: 20px;
	color: var(--colour-primary);
	order: 3;
}
.mb-testimonials-14 .pb-row .testimonial-title {
	display: none;
	order: 3;
}
.mb-testimonials-14 .pb-row .testimonial-content-wrapper {
	order: 4;
	flex: 0 0 100%;
	padding-top: 20px;
	border-top: 1px solid #A8DDBC;
}

/*-------- MB TESTIMONIALS 14 RESPONSIVE -------*/

@media screen and (max-width:1600px) {

}
@media screen and (max-width:1400px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1000px) {

}
@media screen and (max-width:800px) {

}
@media screen and (max-width:600px) {

}
@media screen and (max-width:400px) {

}
/*-------- MB TESTIMONIALS 14 OVERRIDES -------*/
.mb-testimonials-14 .pb-row:first-of-type .pb-column {
	justify-content: center;
	display: flex;
}
.mb-testimonials-14 h2 {
	color: var(--colour-alternate-3);
	position: relative;
	padding-bottom: 20px;
}
.mb-testimonials-14 .pb-block-type-text h2::after {
	content: '';
	height: 10px;
	width: 20%;
	bottom: 0;
	left: calc(50% - (20% / 2));
	position: absolute;
	background: var(--colour-primary);
}


/*-------------------------------------------------*/
/*------------- MB CALL TO ACTION 64 -----------------*/
/*-------------------------------------------------*/
.mb-call-to-action-64 h2 {
	font-family: var(--font-main);
  font-style: normal;
  font-weight: 700;
  font-size: var(--size-12);
  line-height: 130%;
  background: var(--colour-primary);
  color: white !important;
  padding: 10px 20px;
  width: fit-content;
}
.mb-call-to-action-64 .button-wrapper {
	display:	flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}

/*------------- MB CALL TO ACTION 64 OVERRIDES -----------------*/
.mb-call-to-action-64 .button {
	background: #9DB1A4;
	color: white;
	border-color: transparent;
}
.mb-call-to-action-64 .button:last-of-type {
	background: white;
	color: var(--colour-primary);
}
.mb-call-to-action-64 .button:hover {
	background: var(--colour-primary);
	color: white;
}

/*-------------------------------------------------*/
/*------------- MB Contact Custom 1 -----------------*/
/*-------------------------------------------------*/
.mb-contact-c1 {
	background: var(--colour-primary);
	border: none;
}
.mb-contact-c1 .pb-row {
	justify-content: space-between;
}
.mb-contact-c1 *,.mb-contact-c1 a{
	color: white;
}
.mb-contact-c1 h2 {
	font-family: 'Century-Gothic';
	font-style: normal;
	font-weight: 700;
	font-size: 38px;
	line-height: 52px;
	color: #11AF4B;
	background: white;
	width: fit-content;
	padding: 10px 20px;
	margin-right: 150px;
}
.mb-contact-c1 h3 {
	font-family: 'Century-Gothic';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.1em;
}
.mb-contact-c1 .pb-column:first-of-type {
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: unset;
	column-gap: 25px;
	row-gap: 30px;
	max-width: 55%;
	flex: 0 0 55%;
}
.mb-contact-c1 .pb-block-type-text {
	flex: 0 0 100%;
}
.mb-contact-c1 .pb-block-type-text .pb-block-content{
	display: flex;
	flex-wrap: wrap;
}
.mb-contact-c1 .pb-block-type-text .pb-block-content .col1{
	flex: 0 0 45%;
}
.mb-contact-c1 .pb-block-type-text .pb-block-content .col1 a{
	font-family: 'Century-Gothic';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.045em;
	color: white;
}
.mb-contact-c1 .pb-block-type-text .pb-block-content .col2{
	flex: 0 0 45%;
	display:flex;
	flex-direction: column;
}
.mb-contact-c1 .pb-block-type-text .pb-block-content .col2 a {
	font-family: 'Century-Gothic';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.005em;
}

.mb-contact-c1 .pb-block-type-text .pb-block-content .col2 a:hover{
	color: white !important;
	text-decoration: underline;
}
.mb-contact-c1 .pb-column:last-of-type {
	flex: 0 0 40%;
}
.mb-contact-c1 .pb-column:last-of-type h2 {
	display: none;
}
.mb-contact-c1 .pb-column .form-wrapper {
	position: absolute;

}
.mb-contact-c1 .form-block {
	padding: 40px;
}
.mb-contact-c1 .pb-column .form-wrapper button {
	width: 100%;
	background: var(--colour-primary);
	border: unset;
	padding: 20px 0px;

	font-family: 'Futura-PT';
	font-style: normal;
	font-weight: 450;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.05em;
	border: 2px solid var(--colour-primary);
}
.mb-contact-c1 .pb-column .form-wrapper button:hover {
	width: 102%;
	background: white;
	color: var(--colour-primary);
	border: 2px solid var(--colour-primary);
	font-size: 20px;
	font-weight: 550;
}
.mb-contact-c1 .pb-column .form-wrapper label {
	font-family: var(--font-default);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.005em;
	color: #2E3C33;
}
.mb-contact-c1 .pb-column .form-wrapper .field {
	padding: 10px 0px;
}
.mb-contact-c1 .pb-column .form-wrapper textarea {
	height: 80px;
	border-color: #A8DDBC;
}
.mb-contact-c1 .pb-column .form-wrapper input {
	padding: 15px 5px;
	border-color: #A8DDBC;
	font-family: var(--font-default);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.005em;
}
.mb-contact-c1 .form-caption {
	color: black;
}
.mb-contact-c1 .form-caption a {
	color: var(--colour-primary);
	font-size: 14px;
}
/*------------- MB Contact Custom 1 RESPONSIVE -----------------*/
@media screen and (max-width:1200px) {
	.mb-contact-c1 .pb-row {
		row-gap: 20px;
		justify-content: center;
	}
	.mb-contact-c1 .pb-block-content {
		justify-content: center;
	}
	.mb-contact-c1 .pb-column:first-of-type {
		max-width: 100%;
		flex: 1 1 80%;
	}
	.mb-contact-c1.section-variant-1 .pb-column:first-of-type .pb-block-content {
		justify-content: left;
	}
	.mb-contact-c1 .pb-column:last-of-type {
		flex: 1 1 100%;
		max-width: 100%;
	}
	.mb-contact-c1 .pb-column .form-wrapper {
		position: relative;
	}
	.mb-contact-c1 h2 {
		margin: 0px 100px 40px;
	}
}
@media screen and (max-width:1000px) {
	.mb-contact-c1.section-variant-1 .pb-row .pb-column:first-of-type .pb-block-type-text p {
		flex: 1 1 100%;
	}
}
@media screen and (max-width:800px) {
	.mb-contact-c1 .pb-row .pb-column:first-of-type {
		margin: unset;
		row-gap: 15px;
	}
	.mb-contact-c1 .pb-column:first-of-type .pb-block:nth-of-type(1) {
		height: unset;
	}
	.mb-contact-c1 .pb-column:last-of-type {
		padding: unset;
	}
}
@media screen and (max-width:600px) {
	.mb-contact-c1 .pb-block-type-text .pb-block-content,
	.mb-contact-c1 .pb-column:first-of-type {
		justify-content: center !important;
		text-align: center;
	}
	.mb-contact-c1 .pb-block-type-text {
		text-align-last: center;
	}
	.mb-contact-c1 .pb-column .form-wrapper {
		position: relative;
		padding: 20px 0px;
	}
	.mb-contact-c1 .pb-column .form-wrapper .form-block .field.w50 {
		width: 100%;
	}
	.mb-contact-c1 h2 {
		margin-right: unset;
		margin-left: unset;
	}
}
@media screen and (max-width:400px) {
	.mb-contact-c1 .pb-column:last-of-type {
		max-width: 95%;
	}
}
/*------------- MB Contact Custom 1 OVERRIDES -----------------*/
.mb-contact-c1.section-variant-1 {
	background: white;
}
.mb-contact-c1.section-variant-1 .pb-column:first-of-type {
	margin-top: unset;
}
.mb-contact-c1.section-variant-1 .pb-column:first-of-type .pb-block-content {
	row-gap: 30px;
}
.mb-contact-c1.section-variant-1 *,.mb-contact-c1.section-variant-1 .pb-block-type-text .pb-block-content .col1 a{
	color: var(--colour-alternate-3);
}
.mb-contact-c1.section-variant-1 em {
	color: var(--colour-primary);
}
.mb-contact-c1.section-variant-1 button {
	color: white;
}
.mb-contact-c1 .foot-menu > li {
	list-style: none;
}
.mb-contact-c1.section-variant-1 .pb-block-type-text .pb-block-content .col2 .foot-menu > li a:hover {
	color: var(--colour-primary) !important;
	text-decoration: none;
}
.mb-contact-c1.section-variant-1 .form-block {
	border-color: var(--colour-primary);
}
.mb-contact-c1 .form-block {
	display: flex;
	flex-wrap: wrap;
	column-gap: 22px;
	background: white;
}
.mb-contact-c1 .form-block .w50 {
	width: unset;
	flex: 1 1 40%;
}
.mb-contact-c1.section-variant-1 strong a {
	font-weight: 900;
}
@media screen and (max-width:1000px) {
	.mb-contact-c1.section-variant-1 .pb-column:first-of-type .pb-block-content {
		row-gap: 15px;
	}
}
@media screen and (max-width: 600px) {
	.mb-contact-c1 .form-block {
		padding: 20px;
	}
	.mb-contact-c1 .form-block .w50 {
		flex: 1 1 100%;
	}
	.mb-contact-c1.section-variant-1 .pb-block-type-text .pb-block-content {
		text-align: left;
	}
	.mb-contact-c1.section-variant-1 .pb-block-type-text {
    text-align-last: left;
	}
	.mb-contact-c1.section-variant-1 .pb-block-type-text .pb-block-content {
		justify-content: flex-start !important;
		column-gap: 20px;
	}
}
/*-------------------------------------------------*/
/*------------------- MB BLOG 21 ------------------*/
/*-------------------------------------------------*/

.mb-blog-21 .pb-container {
	display: flex;
	flex-direction: column;
	row-gap: 83px;
	padding: unset;
}
.mb-blog-21 .pb-column {
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
	column-gap: 20px;
	height: fit-content;
}
.mb-blog-21 .pb-row:last-of-type .pb-column:first-of-type .pb-block {
	flex: 1 1 40%;
}
.mb-blog-21 .pb-row:last-of-type .pb-column:last-of-type .pb-block {
	flex: 1 1 20%;
}
.mb-blog-21 .pb-row:last-of-type .pb-column:last-of-type .pb-block:nth-of-type(2) {
	flex: 1 1 70%;
}
.mb-blog-21 .pb-row:last-of-type .pb-block:nth-of-type(4)
{
	flex: 0 0 45%;
}
.mb-blog-21 .pb-row:last-of-type .pb-block-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.mb-blog-21 .pb-row:last-of-type .pb-block-content *{
	margin: unset;
}



/*------------- MB BLOG 21 RESPONSIVE -------------*/
@media screen and (max-width:1400px) {
	.mb-blog-21 .pb-row:last-of-type .pb-column:last-of-type .pb-block-type-text {
		flex: 1 1 70%;
	}
	.mb-blog-21 .pb-row:last-of-type .pb-block {
		flex: 0 0 13%;
	}
}
@media screen and (max-width:1200px){
	.mb-blog-21 .pb-row:last-of-type {
		flex-direction: column;
		row-gap: 30px;
	}
	.mb-blog-21 .pb-row:last-of-type .pb-column {
		flex: 100%;
		max-width: unset;
	}
	.mb-blog-21 .pb-row:last-of-type .pb-block-type-image {
		flex: 1 1 10% !important;
	}
	.mb-blog-21 .pb-row:last-of-type .pb-block-type-text
	{
		flex: 1 1 80% !important;
	}
}
@media screen and (max-width:800px){
	.mb-blog-21 .pb-row:last-of-type .pb-block-type-image {
		flex: 1 1 30% !important;
	}
	.mb-blog-21 .pb-row:last-of-type .pb-block-type-text
	{
		flex: 1 1 60% !important;
	}
}
@media screen and (max-width:600px){
	.mb-blog-21 .pb-row:last-of-type .pb-block {
		flex: 0 0 100% !important;
	}
	.mb-blog-21 .pb-column {
		justify-content: center;
	}
}
/*------------- MB BLOG 21 OVERRIDES -------------*/
.mb-blog-21 h4 {
	font-family: 'Century Gothic';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 130%;
	color: #2E3C33;
}
.mb-blog-21 .pb-row:last-of-type p {
	font-size: 15px;
	line-height: 22px;
}
.mb-blog-21 .pb-row:first-of-type .pb-block {
	position: relative;
	padding-bottom: 15px;
}
.mb-blog-21 .pb-row:first-of-type .pb-block::after {
	content: '';
	position: absolute;
	height: 10px;
	bottom: 0;
	left: 0;
	right: 85%;
	background: var(--colour-primary);

}
/***************** MODULES END ****************/


/****RESPONSIVE*****/
@media screen and (max-width:1400px) {
	.equipment-showcase .pb-block-type-product .options-price {
		font-size: var(--size-10);
	}
}
@media screen and (max-width:1300px) {
	.frame {
		width: unset;
		margin: unset;
		margin: 0 20px;
	}
	.header .frame {
		padding: 0 20px;
		margin: 0 20px;
	}
	.header ul.menu li a {
		font-size: 12px;
	}
}
@media screen and (max-width:1200px) {
	iframe {
		width:100% !important;
	}
	.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;
	}
	.equipment-showcase .pb-block-type-product .options-price {
		font-size: var(--size-7);
	}
}
@media screen and (max-width:1000px) {
	.homebox .col {
		display: inline-block;
		box-sizing: border-box;
		padding: 10px;
		float: left;
		width: 50%;
	}
	.equipment-showcase .pb-row {
		column-gap: 20px;
	}
	.equipment-showcase .pb-block-type-product .options-price {
		font-size: var(--size-4);
	}
	.equipment-showcase .pb-block-type-product .title a {
		font-size: var(--size-3);
	}
}
@media screen and (min-width: 800px) {
    .navigation {
        background: none;
        border: none;
    }
    .navigation ul.menu ul.menu-dropdown {
        top: 52px;
    }
    .navigation ul.menu ul.menu-dropdown li {
        border-color: #444;
    }
}
@media screen and (max-width:1000px) {
	p, .p, a, .a {
		font-size: 14px;
		line-height: 20px;
	}
	.h1, h1 {
		font-size: 38px;
	}
	.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 h2, .banner .h2,
	.banner h1, .banner .h1 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 5px;
	}
	.banner .bt .button {
		transform: scale(0.5,0.5);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}

	.logo {
		background-position: center;
	}
	.header .mobile-menu-trigger {
		align-self: center;
		position: absolute;
		right: 30px;
	}
		.header .mobile-menu-trigger i {
			font-size: 24px;
		}

	.header .coltable .col {
		width: 100% !important;
		display: flex;
		align-items: center;
		position: unset;
	}

 .navigation {
		height: 100vh;
		width: 50%;
		top: 90px;
		background-color: white !important;
	}

  .navigation ul.menu {
      flex-direction: column;
      width: 100%;
      margin: 0;
			row-gap: 10px;
			background: white;
			width: 100%;
  }
		.shop-banner {
			display: none;
		}
		.navigation ul.menu {
			display: flex;
			flex-direction: column;
			background: white;
			width: 100%;
			margin: 0;
		}
	.navigation ul.menu li {
		display: flex;
		padding: unset;
		flex-direction: column;
	}
	.navigation ul.menu li a {
		padding: unset;
		padding-bottom: 10px;
	}
	.navigation ul.menu > li:nth-of-type(6) {
		margin-left: unset;
		padding: unset;
	}
	.header ul.menu li ul.menu-dropdown {
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
	}
	.header ul.menu li ul.menu-dropdown li a{
		color: var(--colour-alternate-3) !important;
		font-size: 24px;
	}
	.header ul.menu li ul.menu-dropdown li:last-of-type {
		display: none;
	}
	.header ul.menu li ul.menu-dropdown li:first-of-type {
		flex: 0 0 100%;
	}
	.header ul.menu li ul.menu-dropdown li:first-of-type a {
		justify-content: center;
		font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    color: #2E3C33;
	}
	.header ul.menu li ul.menu-dropdown li:first-of-type span {
		font-size: 19px;
		color: var(--colour-alternate-3);
	}
	.header ul.menu li:last-of-type  {
		margin-left: unset;
	}
	.image-panel {
		display: none;
	}
	.about-content .pb-column{
		flex: 0 0 100% !important;
		max-width: unset;
		padding: unset;
	}

	.equipment-showcase .pb-block-type-product .title a {
		font-size: var(--size-2);
	}
	.equipment-showcase .pb-block-type-product .options-price {
		font-size: var(--size-3);
	}
	.tns-outer .tns-controls button {
		display: none;
	}
}
@media screen and (max-width:600px) {
	.navigation {
		width: 100%;
	}
	.footer {
		text-align: center;
	}
	.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;
	}
	.banner .slide .slide-inner h1 {
		margin: 0;
	}
	.banner .slide .slide-inner h2 {
		font-size: 14px;
		letter-spacing: 1px;
		margin: 0;
	}
	.body {
		padding: 20px;
	}
	.top-search {
		margin: 0 auto;
	}
	.homebox .col .hb-text h3 {
		font-size: 20px;
		color: #999;
	}

}
@media screen and (max-width:575px) {
	.equipment-showcase .pb-block-type-product .title a {
		font-size: var(--size-7);
	}
	.equipment-showcase .pb-block-type-product .options-price {
		font-size: var(--size-8);
	}
}
