@charset "utf-8";
/*
Theme Name: Black Diamond Digital - Elementor
Theme URI: https://blackdiamonddigital.com.au/
Author: Black Diamond Digital
Description: An elegant, responsive theme crafted for Black Diamond Digital, optimised for the Elementor page builder.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: black-diamond-digital-elementor
Tags: elementor, responsive, modern
*/
/* Variables */
:root {
  	--font-family-primary: 'Poppins', sans-serif;
	--color-primary: #ff914d;
	--color-secondary: #701a0e;
	--color-dark-grey: #282424;
}

/* Font Awesome */
.fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}
.fa-map-marker-alt:before {
	content: "\f3c5";
}

/* Elementor */
.elementor-button {
	line-height: 24px;
	cursor: pointer;
}

/* Gravity Forms */
.gform_heading,
.gform_validation_container {
	display: none !important;
}
.gform_fields {
	gap: 11px !important;
}
.gfield .gform-grid-row {
	display: flex;
	gap: 11px;
}

.gform-body > ul {
	margin: 11px 0;
	padding: 0;
	list-style-type: none;
}

.gform-body .gfield_label {
	margin: 0 !important;	
}
.gform_fields > .gfield {
	margin: 11px 0;
	padding: 0;
	border: none;
}
.gfield input,
.gfield textarea {
	margin: 1px 0;
	padding: 6px;
	width: 100%;
	font-family: inherit;
	font-size: 15px;
	line-height: 21px;
	background-color: transparent;	
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	transition: all 0.25s ease-in-out;
}

.gfield select {
	margin: 0 0 10px;
	padding: 8px;
	width: 100%;
	font-family: inherit;
	font-size: 16px;
	line-height: 24px;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.gfield input,
.gfield select,
.gfield textarea {
	border: 1px solid var(--color-dark-grey);
}

.gfield input::placeholder,
.gfield textarea::placeholder {
	color: #cacaca;
}

.gfield input:focus,
.gfield input:focus-visible,
.gfield select:focus,
.gfield select:focus-visible,
.gfield textarea:focus,
.gfield textarea:focus-visible {
	border: 1px solid var(--color-primary) !important;
	box-shadow: 0 0 2px var(--color-secondary) !important;
	outline: none !important;
}
.gform-body ginput_recaptcha {
	margin: 0 0 20px;
}
.gform-body ginput_recaptcha > div {
	cursor: pointer;
}
.gform_footer {
	display: flex;
}
.gform_button {
	margin: 0 auto;
	padding: 11px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 21px;
	background-color: var(--color-primary);
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff;
	outline: 0;
	transition: all .25s ease-out;
	cursor: pointer;
}
.gform_button:hover {
	background-color: var(--color-secondary);
}

/* Elements */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    margin: 0;
	min-height: 100vh;
    padding: 0;
	background-color: #fefefe;
	font-family: var(--font-family-primary);
}

h1 {
	font-size: 58px;
	text-align: center;
	color: #fff;
}
h2 {
	font-size: 29px;
	line-height: 44px;
}
h3 {
	font-size: 22px;
}

h1,
h2,
h3 {
	margin: 0 0 8px;
	font-family: var(--font-family-primary);
	cursor: default;
}

h2 > span.highlight {
	color: #fff;
	background-color: var(--color-primary);
}

p {
	color: #1B1B1B;
	margin: 0 0 16px;
	padding: 0;
	cursor: default;
}
.white p {
	color: #fff;
}
p > a:not(.post-tags > a),
.entry-content li > a {
	text-decoration: none;
}
.post-tags > a {
	font-weight: 400;
	color: #65baec;
	text-decoration: none;
}
ol,
ul {
	margin: 0;
	padding: 0;
}

iframe {
	max-width: 100%;
}

.container {
	margin: 0;
	max-width: 100%;
}
.grid-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1170px;	
}
.hero {
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-overlay {
	align-items: center;
	display: flex;
	height: 100%;
	min-height: 325px;
	padding: 125px 15px 50px;
	width: 100%;
	background-color: rgba(10,0,0,0.5);
}
.body-content {
	padding: 80px 0;
}
.grid-item {
	margin: 15px;
	max-width: 360px;
}
.image-container {
	height: auto;
	margin: 0 0 24px 0;
	padding: 65% 0 0;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.image-container::before {
	padding: 65% 0 0;
	content: "";
}
.grid-item > h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	color: #1b1b1b;
}
.grid-item > p {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}
.grid-item > a {
	display: inline-block;
	margin: 16px 0 0;
	padding: 12px 18px;
	font-size: 18px;
	text-decoration: none;
	background-color: #65baec;
	color: #fefefe;
	transition: all 0.25s ease-in-out;
}
.grid-item > a:hover {
	background-color: #3ea108;
	color: #fefefe !important;
}

.pagination {
	margin: 50px auto 0;
	max-width: 1170px;
	padding: 24px;
}
.pagination > .current {
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 700;
	background-color: #07305a;
	border-radius: 5px;
	color: #fff;
	cursor: default;
}
.pagination > .page-numbers:not(.current) {
	align-items: center;
	display: inline-flex;
	height: 24px;
	justify-content: center;
	padding: 3px 10px;
	text-decoration: none;
	color: #0a0a0a;
	cursor: pointer;
}
.pagination > .page-numbers:hover:not(.current) {
	background-color: #e6e6e6;
}

.entry-content {
	margin: 0 auto;
	padding: 80px 15px;
	width: calc(100% - 370px);
}
.entry-content > h2 {
	margin: 25px 0 8px;
}
.entry-content > p,
.entry-content li {
	font-size: 18px;
	line-height: 29px;
}

.post-tags {
	margin: 24px 0 0;
}

/* Menus */
.menu {
	display: flex;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
}
#site-header > div ul.menu,
#site-header > div div.menu > ul {
	align-items: center;
	display: flex;
	padding: 0;
}
#site-header > div.container .menu li {
	align-items: center;
	display: flex;
	height: 100%;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	border-top: transparent 11px solid;
	transition: all .25s ease-in-out;
}
#site-header > div.container .menu li.current-menu-item {
	border-top-color: var(--color-primary);
}
#site-header > div.container .menu li.current-menu-item:hover {
	border-top-color: var(--color-secondary);
}
#site-header > div.container .menu li > a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
#site-header > div.container .menu li.current-menu-item > a {
	background-color: var(--color-primary);
	color: #fff;
	text-align: center;
}
#site-header > div.container .menu li:hover {
	color: var(--color-secondary);
	border-top-color: var(--color-secondary);
}
#site-header > div.container .menu li:hover > a {
	color: var(--color-secondary);
	transition: all .25s ease-in-out;
}
#site-header > div:last-of-type .menu li:not(.menu-item-has-children) > a {
	padding: 11px 22px;
}
#site-header > div:last-of-type .menu li.menu-item-has-children > a {
	padding: 11px 6px 11px 16px;
}
#site-header > div:last-of-type .sub-menu:hover {
	display: block;
}
#site-header > div:last-of-type .menu li.menu-item-has-children:hover > .sub-menu {
    display: block;
	min-width: 188px;
	padding: 0;
	position: absolute;
	top: 36px;
	z-index: 20;
	border-radius: 0 0 2px 2px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	list-style: none;
}
#site-header > div:last-of-type .menu li > .sub-menu {
	display: none;	
}
#site-header > div:last-of-type .menu li > .sub-menu > li {
	display: block;
	padding: 0px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px #e6e6e6 solid;
}
#site-header > div:last-of-type .menu li > .sub-menu > li > a {
	display: block;
	padding: 10px 15px 10px 8px;
	width: 100%;
	background-color: rgba(0,0,161,1);
	color: #fff;
	font-size: 13px;
	line-height: 19px;
	transition: all .25s ease-in-out;
}
#site-header > div:last-of-type .menu li > .sub-menu > li > a:hover {
	padding: 10px 15px;
	color: #AEAEE8;
}

#site-footer > .container:first-of-type > .grid-container > div > div > ul {
	flex-direction: column;
}
#site-footer > .container:first-of-type > .grid-container > div:nth-of-type(2) > div > ul > li > a {
	display: block;
}
#site-footer > .container:first-of-type > .grid-container > div > div > ul > li > a {
	padding: 11px 0;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
#site-footer > .container:first-of-type > .grid-container > div:nth-of-type(3) > div > ul > li > a {
	display: flex;
	gap: 6px;
}
#site-footer > .container:first-of-type > .grid-container > div:nth-of-type(3) > div > ul > li > a > i {
	margin: 2px 0 0;
}
#site-footer > .container:first-of-type > .grid-container > div > div > ul > li > a:hover,
#site-footer > .container:first-of-type > .grid-container > div > div > ul > li.active {
	color: #65baec;
}
#menu-footer-bottom-bar a {
	font-size: 18px;
	text-decoration: none;
	color: #fff;
}
#menu-footer-bottom-bar a:hover {
	color: #65baec;
}

/* Header */
#site-header {
	display: flex;
	height: 90px;
	justify-content: space-between;
	padding: 0 11px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1024;
	transition: all 0.2s ease-in-out;
}
#logo-header {
	z-index: 4;
}
#logo-header .custom-logo {
	max-height: 90px;
	max-width: 100%;
	width: auto;
	transition: all 0.2s ease-in-out;
}
#site-header > .container {
	align-items: center;
	display: flex;
	flex-direction: column;
	background-color: transparent;
	transition: all 0.2s ease-in-out;
}
#site-header > .container > div {
	justify-content: flex-end;
	padding: 0 11px;
	width: 100%;
}
#site-navigation > div {
	height: 100%;
}

#burger-menu-icon {
	display: none;
}

/* Footer */
#site-footer {
	position: relative;
	max-width: 100%;
	width: 100%;
	background-color: var(--color-dark-grey);
	color: #fff;
}
#site-footer > .container:first-of-type {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 33px 11px;
	gap: 33px;
}
#site-footer > .container:first-of-type > hr {
	margin: 0 auto 29px;
	max-width: 75px;
	border-color: rgb(230, 230, 230);
	border-style: solid;
	border-width: 2px;
}
#site-footer > .container:first-of-type > .footer-image > img {
	max-height: 200px;
	width: auto;
}
#site-footer > .container:first-of-type > .grid-container {
	flex-direction: column;
	margin: 0;
}
#site-footer > .container:first-of-type > .grid-container > p {
	margin: 0 0 33px;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	color: rgb(230, 230, 230);
}
#site-footer > .container:first-of-type > .grid-container > .grid-container {
	justify-content: center;
	margin: 0;
	gap: 11px;
}
#div_map_container {
	max-width: 50%;
}
#site-footer > .container:first-of-type > .grid-container:last-of-type > .grid-container > .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#site-footer > .container:first-of-type > .grid-container:last-of-type > .grid-container > .container > p,
#site-footer > .container:first-of-type > .grid-container:last-of-type > .grid-container > .container > p > a {
	margin: 0 0 4px 0;
	font-family: var(--font-family-primary);
	font-size: 17px;
	line-height: 29px;
	color: #fff;
	text-align: center;
}

#site-footer > .container:first-of-type > .grid-container:last-of-type > .grid-container:first-of-type > div:nth-of-type(2),
#site-footer > .container:first-of-type > .grid-container:last-of-type > .grid-container:first-of-type > div:nth-of-type(3) {
	max-width: max-content;
	padding: 0 15px 30px;
	width: 100%;
}

#site-footer > .container:last-of-type {
	padding: 22px;
	background-color: rgba(0, 0, 0, 0.9);
}
#site-footer > .container:last-of-type > .grid-container {
	justify-content: center;
	gap: 8px;
}
#site-footer > .container:last-of-type > .grid-container > p,
#site-footer > .container:last-of-type > .grid-container > p > a {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #fff;
}
#site-footer > .container:last-of-type > .grid-container > p > a:hover {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

@media all and (max-width: 1062px) {
	#logo-header .custom-logo {
		margin: 8px;
		max-height: 50px;
	}
	header > div:first-of-type .menu > li:not(:last-child) {
		border-right: 1px solid transparent;
	}	
	header > div:first-of-type .menu > li > a > span {
        display: none;
    }
    header > div:first-of-type .menu > li > a > i {
		font-size: 30px;
    }
	header > div:last-of-type .menu li {
		align-items: flex-start;
		flex-direction: column;
		width: 100%;
	}
	header > div:last-of-type .menu li.menu-item-has-children > .sub-menu {
		display: block;	
	}
	header > div:last-of-type .menu li.menu-item-has-children > a {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	header > div:last-of-type .menu li > ul {
		order: 2;
	}
	
	/* Initial order: 1, 2, 3 */
	.flex-container > div:nth-child(1) { order: 2; }
	.flex-container > div:nth-child(2) { order: 3; }
	.flex-container > div:nth-child(3) { order: 1; }
	
	#site-navigation {
		display: none;
		max-height: 100vh;
		position: fixed;
		right: 0;
		top: 68px;
		width: 100%;
		background-color: var(--color-primary);
	}
	#main-menu {
		flex-direction: column;
	}
	#burger-menu-icon {
		display: inline-block;
		height: 22px;
		position: relative;
		top: 22px;
		vertical-align: middle;
		width: 22px;
		apperance: none;
		background-color: transparent;
		border: 0;
		cursor: pointer;
	}
	#burger-menu-icon::after {
		display: block;
		height: 2px;
		position: absolute;
		top: 0;
		width: 100%;
		background-color: #fefefe;
		box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
		content: "";
	}
	#site-header > div.container .menu li {
		border-top: #fff 1px solid;
	}
	#site-header > div.container .menu li.current-menu-item > a {
		width: 100%;
		background-color: #fff;
		color: var(--color-secondary);
	}
	
	.grid-container {
		max-width: 100%;	
	}
}
@media all and (max-width: 767px) {
	#site-header {
		height: 68px;
		background-color: rgba(255,145,77,.6);
		border: #fff solid 2px;
	}
	#site-header > div:nth-of-type(2) > .header-text,
	#site-header > div:nth-of-type(2) > .header-text > a,
	#site-header > div:nth-of-type(2) > .header-text > a:hover {
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 1px;
	}
	.entry-content {
		width: 100%;
	}
	
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 23px;
		line-height: 34px;
	}
	
	#site-footer {
		margin: 0;
	}
	#site-footer .grid-container {
		flex-direction: column;
	}
	#site-footer > .container:first-of-type {
		padding: 60px 15px 15px 15px;
	}
	#div_map_container,
	#site-footer > .container:first-of-type > .grid-container:first-of-type > div:nth-of-type(2),
	#site-footer > .container:first-of-type > .grid-container:first-of-type > div:nth-of-type(3) {
		max-width: 100%;
		padding: 15px;
		width: auto;
	}
	#site-footer > .container:last-of-type > .grid-container > p {
		text-align: center;
	}
	#site-footer > .container:last-of-type > .grid-container {
		align-items: center;
	}
}