/*
Theme Name: Professionals Member V21 - SCB Child
Theme URI: www.iproperty.com.au
Description: Professionals Member V21 - SCB Child  is a high-Quality and Professional HTML5 Template design and developed to fit all the needs of a Real Estate Business.
Author: iProperty Support
Template: pros_au_member_v21
Version: 1.0.1
Text Domain: professionals-scb-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
/**
 * Variables
 */

:root {

	/* COLORS */
	--pro--color-superdgray: #3E3D40;
	--pro--color-cream: #ECE7DC;

}

h1, h2 {
	font-family: var( --pro--font-sourceserif-regular );
	color: var( --pro--color-superdgray );
}

h1 i, h1 em, h2 i, h2 em, h3 i, h3 em, h4 i, h4 em, h5 i, h5 em, h6 i, h6 em, .h1 i, .h1 em, .h2 i, .h2 em, .h3 i, .h3 em, .h4 i, .h4 em, .h5 i, .h5 em, .h6 i, .h6 em {
    color: var(--pro--color-red);
}

.bg-cream {
	background-color: var( --pro--color-cream );
}

.border-left {
	padding-left: 80px;
	border-left: 1px solid var( --pro--color-superdgray );
}

.border-right {
	padding-right: 20px;
}

.button-list a {
	margin-right: 0.8rem;
}

.button-list a:last-child {
	margin-right: 0;
}

.top-title {
	font-family: var( --pro--font-poppins-medium );
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 3px;
}

.px-6 {
	padding-left: 5rem;
	padding-right: 5rem;
}

.home-banner, .home-banner .banner-image, .home-banner .search-row {
	min-height: calc(70vh - 100px);
}

.home-banner h1 {
	font-size: 60px;
}

.home-banner .top-title {
	color: var( --pro--color-red );
}

.employee-card img {
	height: 300px;
	width: 300px;
}

#home-menu .menu-button {
	align-content: center;
}

.menu-button > a {
	border-radius: var( --pro--radius-button );
	font-size: 11px;
	padding: .8rem 2rem .8rem 1.8rem;
	background-color: var( --pro--color-red );
	border-color: var( --pro--color-red );
	color: var( --pro--color-white ) !important;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-left: .8rem;
}

.menu-button > a:hover {
	background-color: var( --pro--color-red-secondary );
	border-color: var( --pro--color-red-secondary );
	color: var( --pro--color-white );
}

.pros-spmenu-vertical .menu-item-has-children.menu-button > a {
	padding-right: 4.2em;
}

.pros-spmenu .menu-item-has-children.menu-button > a::after {
	right: 25px;
	line-height: 13pt;
}

.header-navigation .title-button {
	display: none;
}

.home-property-guide-content {
	padding-left: 5rem;
	padding-right: 5rem;
}

.home-services h2 {
	font-size: 42px;
	line-height: 52px;
}

.home-services img {
	height: 720px;
	object-position: center;
	object-fit: cover;
}

.home-services .service-content {
	padding-left: 5rem;
	padding-right: 5rem;
}

.services-repeater .accordion-button, .services-repeater .accordion-item {
	background-color: transparent;
	color: var( --pro--color-white );
	border-color: var( --pro--color-wite );
	box-shadow: none;
	border-radius: var( --pro--radius-image );
}

.services-repeater .accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.services-repeater .accordion-header button {
	text-transform: uppercase;
}

.services-repeater .accordion-item:not(:first-of-type) {
	border-top: 1px solid;
}

.agency-details header img {
	height: 600px;
	object-fit: cover;
	object-position: center;
}

.agency-details #gmap {
	border-radius: 20px;
}

.agency-title {
	font-family: var( --pro--font-proxima-bold );
	color: #000000;
	font-size: 18px;
	line-height: 28px;
}

.footer-cta {
	background-color: var( --pro--color-red );
}

.footer-cta .btn {
	font-size: 26px;
	font-family: var( --pro--font-poppins-bold );
	padding: 12px 40px;
	background-color: #ffffff;
	border: none;
}

@media screen and (max-width: 1200px){
	.menu-button > a {
		border-radius: 0;
		font-size: 18px;
		padding: .8em 1.2em;
		text-transform: none;
		margin-left: 0;
	}
	.pros-spmenu .menu-item-has-children.menu-button > a::after {
		right: 20px;
		line-height: 19pt;
	}

	.home-about-content, .home-property-guide-content {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media screen and (max-width: 992px){
	.home-services .service-content {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

@media screen and (max-width: 767px){
	.home-services img {
		height: 380px;
	}
	.home-services .service-content {
		padding: 5rem 1rem;
	}
	.border-right {
		padding-right: calc(var(--bs-gutter-x) * .5);
	}
	.border-left {
		border-left: none;
		padding-left: calc(var(--bs-gutter-x) * .5);
		margin-top: 1.5rem;
	}
	.agency-details header img {
		height: 330px;
		object-fit: cover;
		object-position: center;
	}
	.employee-card img {
		height: 246px;
	}
}
@media screen and (max-width: 567px){
	.button-list a {
		margin-right: 0;
		margin-bottom: 0.8rem;
		width: 100%;
	}
	.employee-card img {
		height: 300px;
		margin: 0 auto;
		display: block;
	}
}