/*
Theme Name:		BedRock
Author:			Kicking Pixels
Author URI:		https://kickingpixels.com.au/
Description:	Custom theme for BedRock based website
Version: 		4.0.4
Text Domain: 	bedrocktheme 
*/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;700&display=swap');

/* INLINE CSS */
/* ======================== */

/* Wrap ROOT VARS */
:root {
	--wrap-wide: 1440px;
	--wrap: 1280px;
	--wrap-narrow: 920px;
}

/*Skip to the content*/
.skip-link {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip-link:focus {
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	z-index: 999;
	background-color: #62d696;
	color: #ffffff;
	font-size: 17px;
	line-height: 18px;
	padding: 10px 15px;
}

/* Custom Colours */

.clrs-Transparent {
	background-color: transparent !important;
	background: linear-gradient(to bottom, #f1faf9 0%, transparent 100%);
}

/* Body and Paragraphs */
body,
p {
	font-family: "Baloo 2", sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.6em;
}

/*normal*/
.body2 p {
	font-family: "Baloo 2", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.6em;
}

/*downsize*/
.Lead2 p {
	font-family: "Baloo 2", sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.7em;
}

/*enlarge text*/

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Baloo 2", sans-serif;
	font-weight: 700;
}



/* Button text styling */
.btn,
.button,
button,
input[type="submit"],
input[type="button"] {
	font-family: "Baloo 2", sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 36px;
	line-height: 1.2em;
}

h2 {
	font-size: 29px;
	line-height: 1.3em;
}

h3 {
	font-size: 24px;
	line-height: 1.4em;
}

h4 {
	font-size: 22px;
	line-height: 1.5em;
}

h5 {
	font-size: 19px;
	line-height: 1.6em;
}

h6 {
	font-size: 17px;
	line-height: 1.7em;
}

strong {
	font-weight: 700;
}

.editor-content p a {
	text-decoration-line: underline;
	text-underline-offset: 4px;
}

.editor-content h1 {
	margin-top: 0.5em;
}

.editor-content a:hover {
	color: var(--light);
}

.editor-content ol li+li,
.editor-content ul li+li {
	margin-top: 0.5em;
}

.editor-content table,
.editor-content iframe,
.editor-content figure,
.editor-content img,
.editor-content p,
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
	margin-top: 1em;
}

/* Highlight Box Shortcode */
.highlight-box {
	background: #f8f9fa;
	border-left: 5px solid var(--Primary);
	padding: 2em;
	margin: 2em 0 0 0;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.highlight-box-title {
	margin-top: 0;
	margin-bottom: 1em;
	color: var(--Primary);
	font-weight: 700;
}

.highlight-box-content {
	color: #333;
}

.highlight-box-content p:last-child {
	margin-bottom: 0;
}

/* Primary color variant */
.highlight-box-primary {
	background: #e8f5f4;
	border-left-color: var(--Primary);
}

.highlight-box-primary .highlight-box-title {
	color: var(--Primary) !important;
}

.content-wrapper.clrs-Primary .highlight-box-primary {
	border-left-color: #126864;
}


/* Secondary color variant */
.highlight-box-secondary {
	background: #f5edff;
	border-left-color: var(--Secondary);
}

.highlight-box-secondary .highlight-box-title {
	color: var(--Secondary) !important;
}

.small {
	font-size: 17px;
	line-height: 23px;
	font-family: "Baloo 2", sans-serif;
	font-weight: 400;
}

.small-italic {
	font-size: 17px;
	line-height: 23px;
	font-style: italic;
}

.small-strong {
	font-size: 17px;
	line-height: 23px;
	font-weight: 700;
}

.small-link {
	font-size: 17px;
	line-height: 23px;
	text-decoration-line: underline;
}

.abbreviation {
	font-size: 19px;
	line-height: 29px;
	font-weight: 400;
}

/* Buttons, Links and Inputs Focus */
.mwa-bttn {
	font-size: 19px;
	line-height: 1.2;
	border-radius: 5px;
	padding: 1em 1.5em;
	opacity: 1;
	border-radius: 6px;
	font-weight: 600;
}

.mwa-bttn.outlined {
	border: 2px solid;
}

/* Extra Colours */

.clrs-BlueGradient {
	background-color: transparent !important;
	background: linear-gradient(to bottom, #f0f5fa 0%, transparent 100%);
}

.clrs-TransparentWhite {
	background-color: rgb(255 255 255 / 95%) !important;
}

/* Images */

.bg-abstract .media-wrap::after {
	background: rgba(0, 0, 0, 0.2);
}

figure img {
	border-radius: 8px;
}

.bg-abstract,
.bg-abstract .img-wrap:after {
	border-radius: 6px;
}

/* boxed background image*/
.layout-two-cols .section-col.boxed {
	border-radius: 6px;
}

.mwa-menu-main .sub-menu li:hover {
	background: var(--Light);
}

.mwa-menu-main .sub-menu .current_page_item,
.mwa-menu-main .sub-menu .current_page_item:hover {
	background: var(--Primary);
	color: var(--White);
}

/*desktop*/

.main-header.wrap-wide {
	padding: 10px 0;
}

.desk-header .menu-item.current_page_item a,
.desk-header .menu-item.current-menu-parent a {
	color: var(--Primary);
}

.desk-header .request-quote {
	display: none;
}

.emergencies-button {
	background-color: var(--Secondary);
	border-radius: 4px;
	margin: 20px 30px;
	font-weight: bold;
}

.emergencies-button a {
	color: #ffffff !important;
}

.main-header-r .search-bttn {
	display: none;
}

.desk-header .sub-menu .menu-item.current_page_item a {
	color: var(--White);
}

/* Mobile*/
.mob-header .search-bttn {
	display: none;
}

.menu-overlay li.active>a:before,
.menu-overlay .sub-menu:before {
	background: #B3CCE6;
	opacity: 0.15;
}

/* Site Footer */

.site-footer .shc-content i {
	color: var(--Primary);
}

.mwa-footer-menu-main li {
	padding-bottom: 15px;
}

.mwa-footer-menu-main li a:hover {
	color: var(--Primary);
}

.mwa-footer-menu-main li.current-menu-item a {
	color: var(--Primary);
}

.copyright-wrapper {
	padding: 40px 0;
	font-size: 14px;
	background: var(--Light);
}

.copyright-wrapper p {
	font-size: 17px;
	text-align: center;
	opacity: 0.7;
}

/*icons*/

.mwa-icon:before {
	border: solid 2px var(--Primary);
}

.site-footer .shc-content i {
	color: var(--Primary);
	width: 40px;
	height: 40px;
	background: transparent;
	opacity: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 500px;
	transition: all 0.2s ease;
	vertical-align: center;
}

.mwa-phone i,
.mwa-email i,
.mwa-address i,
.address i {
	border: solid 2px var(--Primary);
	color: var(--Primary);
	width: 40px;
	height: 40px;
	background: transparent;
	opacity: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 500px;
	transition: all 0.2s ease;
}

/* Main */

/* Gravity Forms */

.gform_wrapper input,
.gform_wrapper textarea {
	background-color: #fff;
	border-color: transparent;
	border-radius: 6px;
	padding: 20px;
	
}

.clrs-Transparent .gform_wrapper input,
.clrs-Transparent .gform_wrapper textarea, .clrs-White .gform_wrapper input,
.clrs-White .gform_wrapper textarea {
	border: solid 1px var(--Primary);
}

/* Gravity Form Contact Form */

.page-section.clrs-Secondary .gform_wrapper input,
.page-section.clrs-Secondary .gform_wrapper textarea {
	background-color: rgb(0 0 0 / 30%);
}

.gform_wrapper button#gform_submit_button_1 {
	background-color: var(--Primary);
	border-radius: 0px;
}

.mwa-gf-form_wrapper .gform_footer .gform_button {
	background: var(--Primary) !important;
	border: 0px solid;
	color: #ffffff;
	border-radius: 6px !important;
	padding: 1em 1.5em;
}

/* Gravity Forms Advanced field */
.advance-name .ginput_container {
	display: flex;
	max-width: 100%;
	justify-content: center;
	gap: 20px;
}

.advance-name .ginput_container span.gform-grid-col {
	flex: 1 1 50% !important;
}

.advance-fields label,
.advance-fields legend {
	display: none !important;
}

/*inline radio button*/
body .gform_wrapper.gravity-theme .gfield_radio,
body .gform_wrapper .gfield_radio {
	display: flex !important;
	/* overrides grid */
	grid-gap: 1rem;
	flex-wrap: wrap;
}

body .gform_wrapper .gfield_radio .gchoice {
	margin: 0 !important;
}

.gfield--type-radio legend {
	padding-bottom: 12px;
	font-weight: 500;
}

/* Custom Sections */

/*page section*/

section.page-section.bg-abstract {
	border-radius: 6px;
	overflow: hidden;
}

/*accordion*/

.accordion-content .tab {
	background: var(--Primary);
	box-shadow: none;
	margin-bottom: 12px;
	border-radius: 6px;
	color: var(--White);
}

.accordion-content .tab-heading {
	color: var(--White) !important;
}

.accordion-content .accordion-tab.active {
	background: var(--Primary);
	box-shadow: none;
	border-radius: 2px;
	margin-bottom: 16px;
	color: var(--White);
	border-radius: 6px;
}

.accordion-content .tab .tab-icon svg {
	color: var(--Light);
	width: 15px;
}

/* Contact Page */

.list-labels.content-row {
	grid-gap: 0.5em;
	display: grid;
}

.contact-info i {
	color: var(--Primary);
}

/* Block Quotes */

blockquote {
	background-color: var(--Primary);
	color: var(--White);
	padding: 3em;
	margin: 1.5em 0;
	position: relative;
	border-radius: 4px;
}

/* Boxed background image */
.section-col.boxed.has-bg-image {
	position: relative;
	overflow: hidden;
}

.section-col.boxed.has-bg-image {
	background-size: cover !important;
	background-position: center center !important;
	min-height: 300px;
}

/* Form Section Team Member */

.section-col.media-covers.team-member figure.img-horalign-center.img-veralign-top img {
	display: none;
}

/* Boxed Single Column */

.layout-single-col .content-wrapper.boxed {
	padding: 0;
}

.layout-single-col .section-col.boxed {
	border-radius: 8px;
}

.layout-single-col .wrap-narrow .section-col.boxed {
        padding: 2em;
    }

/*Steps*/
.steps-process {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 20px;
}

.steps-process .step {
	display: flex;
	grid-gap: 20px;
	align-items: center;
}

.step-content .description.editor-content p {
	margin-top: 0.5em;
}

/* Tabs */

.mwa-tabs {
	box-shadow: none;
	border: 1px solid var(--Primary);
	border-radius: 6px;
	overflow: hidden;
}


.mwa-tabs .labels {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
}

.mwa-tabs .labels h4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 1.2em 2em;
	cursor: pointer;
	transition: background-color 0.3s ease;
	flex: 1;
	font-size: 22px;
	color: var(--White);
}

.mwa-tabs .label.active {
	color: var(--Primary);
}

.mwa-tabs .label.active:hover {
	color: #fff;
}

.mwa-tabs .label.active:hover {
	fill: #fff;
}

.mwa-tabs .label:hover {
	background: #188e89;
}

.mwa-tabs .labels h4 i {
	display: inline-flex;
	align-items: center;
}

.mwa-tabs .labels h4 svg {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
}

/* Inactive tab - white icon */
.mwa-tabs .labels h4 svg path,
.mwa-tabs .labels h4 svg circle {
	fill: #fff;
}




.mwa-tabs .panels figure img {
	border-radius: 0px;
}

/* Active tab - teal icon */


.mwa-tabs .label.active svg path,
.mwa-tabs .label.active svg circle {
	fill: var(--Primary);
}

.mwa-tabs .label.active:hover svg path,
.mwa-tabs .label.active:hover svg circle {
	fill: var(--White);
}

.mwa-tabs .panels {
	padding: calc(2 * var(--verspace));
	border-radius: 0 0 5px 5px;
}

.mwa-tabs .panels .layout-two-cols .section-col:first-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;

}

/* Boxed */

.content-wrapper.boxed {
	border-radius: 8px;
}

/* Custom Post Types */

.gallery-img-wrap-9-6 .img-wrap,
.img-wrap-9-6 {
	border-radius: 6px;
	overflow: hidden;
}

a.post-title {
	color: var(--Primary);
}

.post-cats .post-cat:not(:first-child)::before {
	content: "|";
	margin: 0 5px;
	color: var(--Primary);
}

.post-meta .separator {
	color: var(--Primary);
}

.post-meta {
	color: #555555;
}

.post-cats a {
	color: #555555;
	opacity: 1;
}


/* Media Queries */

@media only screen and (min-width: 768px) {

	/* Typography */
	body,
	p {
		font-size: 20px;
		line-height: 1.7em;
	}

	/* Tabs - horizontal layout on tablet and desktop */
	.mwa-tabs .labels {
		flex-direction: row;
	}

	.body2 p {
		font-size: 18px;
		line-height: 1.7em;
	}

	/*downsize*/
	.Lead2 p {
		font-size: 24px;
		line-height: 1.8em;
	}

	/*enlarge text*/

	h1 {
		font-size: 41px;
		line-height: 1.2em;
	}

	h2 {
		font-size: 34px;
		line-height: 1.3em;
	}

	h3 {
		font-size: 29px;
		line-height: 1.4em;
	}

	h4 {
		font-size: 24px;
		line-height: 1.5em;
	}

	h5 {
		font-size: 22px;
		line-height: 1.6em;
	}

	h6 {
		font-size: 19px;
		line-height: 1.7em;
	}

	/*Boxed Background Image*/
	.section-col.boxed.has-bg-image {
		background-size: contain !important;
		background-position: center right !important;
	}

}

@media only screen and (min-width: 992px) {

	/* Grids */

	.layout-two-cols>.col-9-16-1-8>.section-col:first-child {
		grid-column: 1 / span 16;
	}

	.layout-two-cols>.col-9-16-1-8>.section-col:last-child {
		grid-column: 17 / span 8;
	}

	/* Typography */
	body {
		overflow: unset;
	}

	/* For Sticky Sidebar */
	body,
	p {
		font-size: 20px;
		line-height: 1.5em;
	}

	.body2 p {
		font-size: 18px;
		line-height: 1.75em;
	}

	/*downsize*/
	.Lead2 p {
		font-size: 24px;
		line-height: 1.9em;
	}

	/*enlarge text*/

	h1 {
		font-size: 46px;
		line-height: 1.2em;
	}

	h2 {
		font-size: 36px;
		line-height: 1.3em;
	}

	h3 {
		font-size: 31px;
		line-height: 1.4em;
	}

	h4 {
		font-size: 26px;
		line-height: 1.5em;
	}

	h5 {
		font-size: 24px;
		line-height: 1.6em;
	}

	h6 {
		font-size: 22px;
		line-height: 1.7em;
	}

	.emergencies-button {
		margin: 0;
	}

	/* Grid 55% 45% */
	/*.layout-two-cols>.col-9-16-1-8>.section-col:first-child {
		grid-column: 1 / span 12;
	}

	.layout-two-cols>.col-9-16-1-8>.section-col:last-child {
		grid-column: 13 / span 12;
	}

	.layout-two-cols>.content-wrapper>.section-col.hero {
		grid-column: 13 / span 13;
	}*/

	/*Banners*/
	.page-section.page-banner {
		padding: 0;
	}

	/* Form Block Team Member */
	.section-col.media-covers.team-member figure.img-horalign-center.img-veralign-top img {
		object-position: center top;
		overflow: visible;
		display: block;
	}

	/* Angled Banner */
	.section-col.hero {
		position: relative;
		background: var(--Primary);
		overflow: hidden;
		z-index: 2;
	}

	/* Curved wedge that overlaps into col-2 */
	.section-col.hero::after {
		content: "";
		position: absolute;
		top: 0;
		left: -12%;
		height: 100%;
		width: 30%;
		background: inherit;
		-webkit-mask-image: url('../bedrocktheme/images/Exclude.svg');
		mask-image: url('../bedrocktheme/images/Exclude.svg');
		-webkit-mask-size: 100% 100%;
		mask-size: 100% 100%;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		pointer-events: none;
	}

	/*Tabs*/
	.mwa-tabs .labels h4 {
		font-size: 24px;
	}

	.mwa-tabs .panel .section-col+.section-col,
	.mwa-tabs .panel .section-row+.section-row {
		margin-top: 0;
	}

	.mwa-tabs .panels .layout-two-cols .section-col:last-child::after {
		content: "";
		position: absolute;
		top: 0;
		right: 82%;
		height: 100%;
		width: 120px;
		background: #fff;
		-webkit-mask-image: url('../bedrocktheme/images/Exclude-White.svg');
		mask-image: url('../bedrocktheme/images/Exclude-White.svg');
		-webkit-mask-size: 100% 100%;
		mask-size: 100% 100%;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		pointer-events: none;
		z-index: 10;
	}

	.mwa-tabs .panels {
		padding: 0 0 0 calc(1 * var(--verspace));
	}

	.mwa-tabs .panels .layout-two-cols .section-col:last-child {
		position: relative;
		overflow: visible;
		min-height: 400px;
	}

	.mwa-tabs .panels .layout-two-cols .section-col:last-child figure.img-wrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
	}

	.mwa-tabs .panels .layout-two-cols .section-col:last-child figure.img-wrap img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.mwa-tabs .panels .layout-two-cols .section-col:first-child {
		padding: calc(2 * var(--verspace)) 0;
	}

}

@media only screen and (min-width: 1024px) {

	/*Steps*/
	.steps-process {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 60px 20px;
	}
}

@media only screen and (min-width: 1200px) {

	/* Typography */
	body,
	p {
		font-size: 20px;
		line-height: 1.5em;
	}

	.body2 p {
		font-size: 18px;
		line-height: 1.5em;
	}

	/*downsize*/
	.Lead2 p {
		font-size: 24px;
		line-height: 1.9em;
	}

	/*enlarge text*/

	h1 {
		font-size: 48px;
		line-height: 1.2em;
	}

	h2 {
		font-size: 38px;
		line-height: 1.3em;
	}

	h3 {
		font-size: 31px;
		line-height: 1.4em;
	}

	h4 {
		font-size: 26px;
		line-height: 1.5em;
	}

	h5 {
		font-size: 24px;
		line-height: 1.6em;
	}

	h6 {
		font-size: 22px;
		line-height: 1.7em;
	}

	/* Buttons, Links and Inputs Focus */
	.mwa-bttn {
		font-size: 20px;
	}

	/* Tabs */
	.mwa-tabs .panels .layout-two-cols .section-col:last-child::after {
		right: 87%;
	}

}

@media only screen and (min-width: 1400px) {

	.desk-header .request-quote {
		display: block;
	}

	/* Boxed Single Column */
	.layout-single-col .col-18 .section-col.boxed {
		padding: 5rem 25rem 5rem 7.5rem;
	}
}

/* Blog Sidebar - Active Category */
.widget_categories .current-cat>a {
	background: var(--Primary);
	color: #fff;
	font-weight: 700;
}

.widget_categories .current-cat>a::before {
	opacity: 0;
}

/* Single Post Navigation - Always show 3 buttons */
.mwa-post-nav {
	grid-template-columns: repeat(3, 1fr);
}

.mwa-post-nav .nav-disabled {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.5rem 0.5rem;
	border-radius: 5px;
	overflow: hidden;
	text-transform: uppercase;
	opacity: 0.3;
	cursor: not-allowed;
	pointer-events: none;
}

.mwa-post-nav .nav-disabled:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: currentColor;
	opacity: 0.075;
}

.mwa-post-nav .nav-disabled svg {
	display: none;
}

@media only screen and (min-width: 768px) {
	.mwa-post-nav .nav-disabled svg {
		display: inline-flex;
		width: 0.75em;
		height: 0.75em;
	}

	.mwa-post-nav .nav-disabled.prev-disabled svg {
		margin-right: 0.5em;
		transform: rotate(90deg);
	}

	.mwa-post-nav .nav-disabled.next-disabled svg {
		margin-left: 0.5em;
		transform: rotate(-90deg);
	}
}

@media only screen and (max-width: 767px) {
	.mwa-post-nav {
		grid-template-columns: repeat(1, 1fr);
	}

	.mwa-post-nav .back-to-all {
		order: -1;
	}
}

/* TinyMCE Highlight Box Button Icon */
.mce-i-dashicons-media-text::before {
	font-family: 'dashicons';
	content: '\f473';
	font-size: 20px;
}