/*
Theme Name: WA Electrical & Mechanical
Theme URI: https://limedesign.com.au
Author: Nathan Winnall
Author URI: https://limedesign.com.au
Description: Wordpress theme for The Straddie Salute
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* HEADER STYLES */
.logo-menu {
	height: 100px;
	position: relative;
}

.logo-menu .logo {
	position: relative;
	width: 200px;
	padding: 18px 18px 18px 0;
	z-index: 3001;
}

.register-btn {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3001;
}

/* HEADER TOP MENU */
header {
	display: block;
	position: absolute;
	width: 100%;
	z-index: 1000;
	color: #fff;
}

header .top-menu {
	height: 50px;
	width: 100%;
	border-bottom: 1px solid #ffffff;
}

header .top-menu > div {
	height: 100%;	
}

/* HEADER CONTACT */
header .top-menu a.header-contact-phone,
header .top-menu a.header-contact-email {
	display: inline-block;
	position: relative;
	color: #fff;
	padding-left: 30px;
	margin-right: 15px;
}

header .top-menu a.header-contact-phone:hover,
header .top-menu a.header-contact-email:hover {
	opacity: .8;
}

header .top-menu a.header-contact-phone:before,
header .top-menu a.header-contact-email:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

header .top-menu a.header-contact-phone:before {
	background-image: url('svg/phone-icon.svg');
}

header .top-menu a.header-contact-email:before {
	background-image: url('svg/email-icon.svg');
}

/* HEADER SOCIAL */
header .top-menu .header-social-icons {
	text-align: right;
}

header .top-menu .header-social-icons a.header-social-facebook,
header .top-menu .header-social-icons a.header-social-instagram {
	display: inline-block;
	position: relative;
	background-color: #fff;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	margin-left: 8px;
}

header .top-menu .header-social-icons a.header-social-facebook:hover,
header .top-menu .header-social-icons a.header-social-instagram:hover {
	opacity: .8;	
}

header .top-menu .header-social-icons a.header-social-facebook svg,
header .top-menu .header-social-icons a.header-social-instagram svg {
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	fill: #B15B42;
	height: 16px;
}

/* FRONT PAGE */
.home-image {
	height: 70vh;
	position: relative;
	min-height: 700px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.home-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,.5));
}

.home-image .home-image-content {
	display:block;
	position: relative;
	z-index: 100;
	text-align: center;
}

.home-image h1 {
	font-size: 4em;
	font-weight: 900;
}

.home-image > .max-width,
.home-image > .max-width > .home-image-content,
.home-image > .max-width > .home-image-content > .ff-grid {
	height: 100%;
}

.home-page-content {
	display: block;
	position: relative;
	z-index: 200;
}

.home-image-content .home-content p {
	font-size: 1.2em;	
}

.home-page-content .home-page-cta {
	border-radius: 20px;
	margin-top: -150px;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.30);
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.30);
}

.home-page-content .waem-home-values .home-values-cont {
	display: block;
	position: relative;
	margin-top: -160px;
	background-color: #fff;
	padding: 40px;
	box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(0, 0, 0, 0.4), -12px 0 15px -4px rgba(0, 0, 0, 0.4);
}

.home-page-content .waem-home-values .home-values-cont .home-values-icon {
	height: 60px;
	margin-bottom: 15px;
}


.home-page-content .waem-home-values .home-values-cont .home-values-icon > img {
	height: 100%;
	width: auto;
}

.home-page-content .waem-home-values .home-values-cont .home-values-icon.integrity > img {
	height: 40px;
}

.home-page-content .waem-home-values .home-values-cont .home-values-content {
	padding-right: 20px;
}

.home-page-content .home-services {
	margin-top: 60px;
}

.home-page-content .home-services .home-service-icon {
	height: 65px;
	margin-bottom: 20px;
}

.home-page-content .home-services .home-service-icon > img {
	height: 100%;
	width: auto;	
}

.home-page-content .home-services .home-service-content {
	margin-bottom: 30px;
	padding-right: 30px;
}

/* DEFAULT PAGES */
.page-image {
	position: relative;
	height: 30vh;
	min-height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-image-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0,0.4);
	z-index: 1;
}

.page-image-content {
	position: relative;
	height: 100%;
	z-index: 100;
}

.page-content-title {
	margin-top: 180px;	
}

.page-image-content > .max-width,
.page-image-content > .max-width > .ff-grid {
	height: 100%;
}

.waem-get-quote {
	padding:60px;
	margin-top: 60px;
	background-color: #f2f2f2;
	border-radius: 10px;
}

/* BREADCRUMBS */
.breadcrumbs > nav {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	transform: none;
}

/* SERVICES */
.service {
	display: block;
	position: relative;
	padding: 30px 30px 30px 100px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	margin-bottom: 4%;
}

.service:before {
	display: block;
	position: absolute;
	left: 30px;
	top: 30px;
	content: '';
	width: 55px;
	height: 55px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.service.sole-trader:before {
	background-image: url('../../uploads/2024/05/sole-trader-tax-icon.svg');
}

.service.income-tax:before {
	background-image: url('../../uploads/2024/05/individual-tax-icon.svg');
}

.service.bas-ias:before {
	background-image: url('../../uploads/2024/05/BAS-lodegment-icon.svg');
}

.service.abn-gst-app:before {
	background-image: url('../../uploads/2024/06/applications-icon.svg');
}

.service.partnerships:before {
	background-image: url('../../uploads/2024/06/Partnership-icon.svg');
}

.service.trusts:before {
	background-image: url('../../uploads/2024/06/trusts-icon.svg');
}

.service h4 {
	margin-bottom: 8px;	
}


/* CONTACT PAGE */


/* FOOTER */
footer.footer .footer-top {
	margin-bottom: 60px;
}

footer.footer .footer-logo {
	width: 280px;	
}

footer.footer .footer-contact {
	position: relative;
	padding-left: 50px;
}

footer.footer .footer-contact a.footer-phone,
footer.footer .footer-contact a.footer-email {
	display: inline-block;
	position: relative;
	padding: 0 30px 0 40px;
	color: #000000;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.2em;
	font-weight: 700;
}

footer.footer .footer-contact a.footer-phone:before,
footer.footer .footer-contact a.footer-email:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background-image: url('svg/phone-brown-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 25px;
	height: 25px;
}

footer.footer .footer-contact a.footer-email:before {
	background-image: url('svg/email-brown-icon.svg');
}

footer.footer .footer-social-icons {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

footer.footer .footer-social-icons .instagram-icon,
footer.footer .footer-social-icons .facebook-icon {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	margin-left: 8px;
}

footer.footer .footer-social-icons .instagram-icon:hover,
footer.footer .footer-social-icons .facebook-icon:hover {
	opacity: .6;	
}

footer.footer .footer-social-icons .instagram-icon:before,
footer.footer .footer-social-icons .facebook-icon:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background-image: url('svg/instagram-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
}

footer.footer .footer-social-icons .facebook-icon:before {
	background-image: url('svg/facebook-icon.svg');
}

footer.footer .site-info {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #cccccc;
}

footer.footer .site-info .lime {
	width: 130px;
	float: right;	
}

/* CONTACT PAGE */
.contact-contact a,
.contact-contact div {
	font-size: 1.3em;
	display: block;
	position: relative;
	padding: 0 0 40px 50px;
	margin-bottom: 40px;
	color: #000;
	border-bottom: 1px solid #ccc;
}

.contact-contact a:first-child {
	border-top: 1px solid #ccc;
	padding-top: 40px;
}

.contact-contact a:hover {
	color: #00a99d;
}

.contact-contact a:before,
.contact-contact div:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.contact-contact a.ka-phone:before{
	background-image: url('images/ka-phone-icon.svg');
	top: 50%;
	transform: translateY(-50%);
}

.contact-contact a.ka-email:before{
	background-image: url('images/ka-email-icon.svg');
}

.contact-contact div.ka-address:before {
	background-image: url('images/ka-location-icon.svg');
	width: 34px;
	height: 34px;	
}

/* NINJA FORMS */
.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
	background:#ffffff!important;
	padding: 15px;
	border: 0;
	border-radius: 10px!important;
	font-size: 1em;
}

.nf-error.field-wrap .nf-field-element::after {
	border-radius: 0 10px 10px 0;
}

.nf-fu-fileinput-button {
	padding: 10px 25px;
	border-radius: 10px;
	border: 2px solid #00a99d;
	background: transparent;
	color: #000000;
	transition: .3s ease;
}

.nf-form-content input[type="submit"] {
  background: #00a99d!important;
  font-size: 1.3em;
  border: 0;
  color: #ffffff;
  transition: all .5s;
  font-weight: 700;
  text-transform: uppercase;
}

.nf-form-content hr.ninja-forms-field {
	border-top: 1px solid #A5A7AA;
	margin: 20px 0 30px 0;
}

.nf-before-form-content {
	display: none;
}

.ninja-forms-req-symbol {
	color: #00a99d!important;
}

.nf-field-label .nf-label-span, .nf-field-label label {
	font-weight: 300 !important;
}

/* AMELIA */
.am-lite-footer {
	display: none;
}

.amelia-v2-booking #amelia-container.am-fs__wrapper {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2)!important;
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2)!important;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2)!important;
}

/* XLarge */
@media only screen and (max-width : 1280px) {

}


/* Large */
@media only screen and (max-width : 1024px) {	
	.register-btn {
		margin-right: 60px;	
	}
}

/* Medium */
@media only screen and (max-width : 768px) {
	/* TOP MENU */
	.top-menu {
		display: none;
	}
	
	
	/* LOGO MENU */
	.logo-menu .logo {
	  width: 220px;
	}
	
	.register-btn {
		display: none!important;	
	}
	/* HOME PAGE */
	.home-image h1 {
		font-size: 3em;
	}
	
	.image-network {
		padding-top: 60px;
	}

	.page-sidebar {
		margin-top: 60px;
	}
	
	/* HOME SERVICE */
	.ka-home-services .home-service {
		border-right: 0;
		border-bottom: 1px solid #ccc;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.ka-home-services .ff-grid .home-service-cont:last-child .home-service {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	

/* Small */
@media only screen and (max-width : 568px) {
	.register-btn {
		display: none;
	}
}