/*
Theme Name: School of Property Child Theme
Description: This is a custom child theme build by Whitetower
Author: Whitetower
Author URI:  https://whitetower.com.au/
Template: schoolofproperty
Version: 1.0
*/
:root {
    --general-section-padding-top: 100px;
    --general-section-padding-bottom: 100px;
    --section-shapedivider-height: 100px;
}

@media (max-width: 1000px) {
	:root {
        --general-section-padding-top: 64px;
        --general-section-padding-bottom: 64px;
        --section-shapedivider-height: 80px;
    }
}

@media (max-width: 768px) {
	:root {
        --general-section-padding-top: 40px;
        --general-section-padding-bottom: 40px;
        --section-shapedivider-height: 60px;
    }
}
/* General */
.wpb_text_column.wpseo-breadcrumb a:hover,
.wpb_text_column.wpseo-breadcrumb a:active,
.wpb_text_column.wpseo-breadcrumb a:focus,
.wpb_text_column.breadcrumb a:hover,
.wpb_text_column.breadcrumb a:active,
.wpb_text_column.breadcrumb a:focus {
    text-decoration: underline;
}

.z-10 {
    z-index: 10 !important;
}

.d-inlineblock {
    display: inline-block !important;
}

.d-inlineflex {
    display: inline-flex !important;
}

.d-flex {
    display: flex !important;
}

.d-block {
    display: block !important;
}
.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}


@media (min-width: 991px) {
    .d-md-inlineblock {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-none {
        display: none !important;
    }
}

/* Fonts */
.ff-montserrat {
    font-family: 'Montserrat', sans-serif !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-900 {
    font-weight: 900 !important;
}
.text-shadow-custom {
    text-shadow: 0px 3px 20px #00000029 !important;
}

.custom-box-shadow-color {
    box-shadow: 0px 3px 20px #0088CC26;
    border-radius: 20px;
}

.custom-heading-1 {
    font-size: 5.5rem !important;
    line-height: 1.2em !important;
}

.text-align-center {
    text-align: center !important;
}
.text-double {
    font-size: 2rem !important;
    line-height: 1.5em !important;
	margin-bottom: 1.25rem !important;
}
.text-larger {
    font-size: 1rem !important;
    line-height: 1.5em !important;
}

.text-smaller {
    font-size: 0.875rem !important;
    line-height: 1.5em !important;
}

.custom-highlighted-text .nectar-highlighted-text {
    font-weight: 700;
}

.general-section-padding-bottom {
    padding-bottom: var(--general-section-padding-bottom) !important;
}

.general-section-padding-bottom.section-shapedivider-bottom {
    padding-bottom: calc(var(--general-section-padding-bottom) + var(--section-shapedivider-height)) !important;
}
.general-section-padding-top {
    padding-top: var(--general-section-padding-top) !important;
}

.general-section-padding-top-2x {
    padding-top: calc(var(--general-section-padding-top) * 2) !important;
}

.general-section-padding-top-half {
    padding-top: calc(var(--general-section-padding-top) / 2) !important;
}

.general-section-padding-bottom-2x {
    padding-bottom: calc(var(--general-section-padding-bottom) * 2) !important;
}

.general-section-padding-bottom-half {
    padding-bottom: calc(var(--general-section-padding-bottom) / 2) !important;
}

.general-section-padding-top.section-shapedivider-top {
    padding-top: calc(var(--general-section-padding-top) + var(--section-shapedivider-height)) !important;
}

.general-section-margin-bottom {
    margin-bottom: var(--general-section-padding-bottom) !important;
}

#contact-us {
    position: absolute;
    top: calc(var(--general-section-padding-top) * -1);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.p-relative {
    position: relative !important;
}

/* Margin */
.pb-0{
    padding-bottom: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.w-100 {
    width: 100% !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

/* Breadcrumb */
.breadcrumb img {
    display: inline-block;
    vertical-align: middle;
	margin-bottom: 0px !important;
}
.breadcrumb {
	font-size: 30px;
}
.breadcrumb .breadcrumb_last {
	font-size: 18px;
}
/* header section */
.nectar-header-text-content a:hover:after {
    transform: none !important;
    display: none !important;
}
.slide-out-widget-area-toggle {
	display: none !important;
}
@media only screen and (max-width: 1200px) {
	.slide-out-widget-area-toggle {
		display: block !important;
	}
	.nectar-header-text-content.mobile-only {
		display: flex !important;
		justify-content: center !important;
	}
}
/* banner */
@media only screen and (min-width: 1000px) {
    .custom-banner .row-bg-wrap {
        max-width: calc(100vw - var(--scroll-bar-w) - 4vw);
        transform: translateX(2vw);
    }
}
/* featured in */
.img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0px !important;
}
/* contact us form */
.gform_fields input,
.gform_fields textarea {
	font-size: 16px !important;
	font-weight: 400 !important;
    border: none !important;
    border-radius: 8px !important;
	padding: 20px 17px !important;
}
.gform_footer {
	justify-content:center !important;
}
.gform_button {
	font-size: 18px !important;
	font-weight: 500 !important;
	background-color: var(--nectar-extra-color-1) !important;
}
@media only screen and (max-width: 768px) {
	.gform_footer {
		justify-content:left !important;
	}
}
/* footer form */
.nectar-global-section .gform_fields input[type="email"] {
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #fff !important;
    border: solid 1px #fff !important;
	background-color: transparent !important;
    border-radius: 8px !important;
	padding: 23px 17px !important;
}
.nectar-global-section .gform-button {
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #000 !important;
	background-color: var(--nectar-accent-color) !important;
}

@media only screen and (max-width: 768px) {
	.gform_fields {
		row-gap: 17px !important;
	}
	.nectar-global-section .gform-button {
		width: 100% !important;
	}
}
/* footer quick link */
#footer .sop-menu .widget li a,
#footer .about-menu .widget li a {
	font-size: 14px !important;
}
.sop-menu ul,
.about-menu ul {
    margin-left: 0px;
	margin-bottom: 0px !important;
}
.sop-menu ul li,
.about-menu ul li {
    list-style: none;
    margin-bottom: 10px;
}
/* social icon hover */
.social-icon .hover-wrap:hover img {
    filter: brightness(0) saturate(100%) invert(75%) sepia(71%) saturate(2229%) hue-rotate(355deg) brightness(98%) contrast(109%);
}
/* link hover */
.wpb_text_column.yellow a:hover {
	color: var(--nectar-accent-color) !important;
}
.wpb_text_column.navy a:hover {
	color: var(--nectar-accent-color) !important;
}
.wpb_text_column.white a:hover {
	color: #fff !important;
}

/* Button Hover */
#gform_submit_button_1 {
	border: solid 2px var(--nectar-extra-color-1) !important;
}
#gform_submit_button_1:hover {
    background-color: transparent !important;
    box-shadow: none !important;
}
#gform_submit_button_1:hover,
#gform_submit_button_2:hover {
	transform: none !important;
}
#gform_submit_button_1,
#gform_submit_button_2,
.nectar-cta .link_wrap {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 1 !important;
	overflow: hidden;
}
#gform_submit_button_1::before,
#gform_submit_button_2::before,
.nectar-cta .link_wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#gform_submit_button_2::before,
.nectar-cta[data-color="accent-color"] .link_wrap::before {
    background-color: var(--nectar-extra-color-1) !important;
}
.nectar-cta[data-color="extra-color-1"] .link_wrap::before {
    background-color: var(--nectar-accent-color) !important;
}
#gform_submit_button_1::before {
    background-color: var(--nectar-accent-color) !important;
}
#gform_submit_button_1:hover::before,
#gform_submit_button_2:hover::before,
.nectar-cta .link_wrap:hover::before {
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#gform_submit_button_1 span,
#gform_submit_button_2 span,
.nectar-cta .link_wrap .text {
    position: relative;
    z-index: 1;
/*     transition: color 0.4s ease-in-out; */
}
#gform_submit_button_2:hover span,
.nectar-cta[data-color="accent-color"] .link_wrap:hover .text {
    color: #fff !important;
}
#gform_submit_button_1:hover span,
.nectar-cta[data-color="extra-color-1"] .link_wrap:hover .text {
    color: #000 !important;
}
#gform_submit_button_1 span,
.nectar-cta .link_wrap .text {
    font-size: 18px !important;
	line-height: 24px;
	font-weight: 500;
}
/* Resources */
.resources-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
}
.resources-item {
    position: relative;
}
.resources-thumbnail {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 25px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.resources-thumbnail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 10px;
	background: linear-gradient(
        17deg, 
        rgba(2, 31, 66, 0.73) -10%,
        rgba(2, 31, 66, 0.73) 25%,
        rgba(0, 0, 0, 0.4) 70%,
        rgba(0, 0, 0, 0.4) 100% 
    );
    transition: opacity 0.3s ease-in-out;
}
.resources-thumbnail:hover::before {
    opacity: 0.3;
}
.resources-label {
    position: absolute;
    top: 25px;
    left: 25px;
    background: var(--nectar-accent-color);
    color: #000;
    padding: 5px 10px;
    font-size: 15.5px;
    font-weight: normal;
	border-radius: 5px;
    z-index: 2;
}
.resources-description {
    position: absolute;
    bottom: 25px;
    left: 25px;
    padding: 10px;
    width: 90%;
    z-index: 2;
}
.resources-description h5 {
    margin: 0;
    font-size: 24px;
	color: #fff;
}
.resources-description p {
    margin: 5px 0 0;
    font-size: 16px;
	color: #fff;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.pagination ul {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 8px;
	margin: 0px !important;
}
.pagination ul li {
    display: inline-block;
}
.pagination ul li a,
.pagination ul li span {
    display: block;
    padding: 10px 18px;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
}
.pagination ul li .current {
    background: var(--nectar-accent-color);
    color: #fff;
}

@media (max-width: 768px) {
    .resources-grid {
        grid-template-columns: 1fr;
    }
	.resource-thumbnail {
		height: 340px;
	}
	.pagination ul li a,
	.pagination ul li span {
		padding: 0px 12px;
		font-size: 11px;
	}
}
/* Case Study */
.case-study-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.case-study-item {
    text-align: center;
}

.case-study-thumbnail {
    position: relative;
}

.case-study-thumbnail .img-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 10px;
	margin: 0px !important;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center; 
    justify-content: center; 
    width: 60px; 
    aspect-ratio: 1 / 1; 
    background: var(--nectar-accent-color);
    border-radius: 50%; 
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.play-button:hover {
    opacity: 1; 
}

.play-button img {
	margin-bottom: 0px !important;
}

.case-study-description h6 {
    font-size: 20px;
	line-height: 32px;
	font-weight: 500;
}

.case-study-description p {
    font-size: 18px;
}

.pagination {
    text-align: center;
    margin-top: 80px;
}


@media (max-width: 768px) {
    .case-study-grid {
        grid-template-columns: 1fr;
    }
	
	.pagination {
		text-align: center;
		margin-top: 40px;
	}
	
	#footer-outer {
		display: none;
	}
}
.in-school-carousel .cell.is-selected {
    height: auto !important;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  	.md-padding-top {
	  	padding-top: var(--general-section-padding-top) !important;
	}
	.md-padding-bottom {
		padding-bottom: var(--general-section-padding-bottom) !important;
	}
	.md-padding-bottom-0 {
		padding-bottom: 0 !important;
	}
}


/* LANDING PAGE */
#want-to-know-more .iwt-icon img {
    filter: brightness(0) saturate(100%) invert(82%) sepia(23%) saturate(7287%) hue-rotate(357deg) brightness(102%) contrast(107%);
    margin-bottom: 0px !important;
}
#want-to-know-more .iwt-icon {
    min-width: 35px !important;
}
.iwithtext {
    display: flex;
    align-items: center;
    position: relative;
}
.iwithtext .iwt-icon {
    position: static !important;
    display: flex;
    align-items: center;
}
.iwithtext .iwt-text {
    padding-left: 30px !important;
}
#master-in .iwithtext .iwt-icon {
    min-width: 80px !important;
}
#master-in .iwithtext .iwt-icon img {
    width: 80px !important;
    margin-bottom: 0px !important;
}
#master-in .iwithtext .iwt-text {
    padding: 0px !important;
    padding-left: 30px !important;
    line-height: 28px;
}
.youtube-mobile iframe,
.youtube-mobile img,
.youtube-mobile .wpb_video_widget.vc_video-aspect-ratio-916 .wpb_video_wrapper {
    height: 670px !important;
    padding-top: 0px !important;
}
.youtube-mobile img.mobile-top {
	height: auto !important;
}
/* .youtube-mobile iframe {
    height: 657px !important;
    padding-top: 42px !important;
} */
.wpb_video_widget.vc_video-aspect-ratio-916,
.wpb_video_widget.vc_video-aspect-ratio-916 .wpb_video_wrapper {
    margin-bottom: 0px !important;
}
.youtube-mobile iframe {
    border-radius: 42px !important;
    padding: 16px 19px !important;
/*     border-radius: 0 0 42px 42px !important;
    padding: 42px 19px 0px 19px !important; */
}
.youtube-desktop .wpb_video_widget.vc_video-align-left .wpb_wrapper {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
    place-items: center !important;
}
.youtube-desktop .wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
    width: 85% !important;
}
.youtube-desktop iframe{
    padding: 10px !important;
}
#learn-more-here .wpb_text_column img{
    width: 15px !important;
    display: inline !important;
    margin-bottom: 0px !important;
}
/* .sam-img {
    height: 500px !important;
    background-size: contain !important;
} */
@media (max-width: 768px) {
	.youtube-mobile iframe,
	.youtube-mobile img,
	.youtube-mobile .wpb_video_widget.vc_video-aspect-ratio-916 .wpb_video_wrapper {
		height: 540px !important;
	}
	.youtube-mobile iframe {
		padding: 10px 19px !important;
	}
}
@media (min-width: 1000px) {
	#the-results-speak.wpb_row .row-bg {
		width: 50% !important;
	}
}