/*
Theme Name: Mind Health
Author: Efront
Author URI: http://efront.com.au/
Description: Mind Health WordPress theme.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.page-template-contact .section__content p:last-child{
	line-height: 1;
}


.page-template-contact small{
	font-size: 70%;
}

.btn-deactivated {
    background-color: #bfbfbf !important;
    border-color: #bfbfbf !important;
    pointer-events: none !important;
}

.et_monarch .et_social_inline_top{
	position: absolute;
	width: 100%;
	top: -65px;
}
.et_monarch .et_social_inline_top ul li,
.et_monarch .et_social_inline_bottom ul li {
	text-indent: 0px;
}

@media (max-width: 991px){
	.et_monarch .et_social_inline_top{
		position: relative;
		top: auto;
	}
}

.nav a {
    padding-bottom: 0;
    margin-bottom: 36px;
}

.nav ul ul a {
    margin-bottom: 0;
}

@media (max-width: 1440px) and (min-width: 992px) {
	.nav ul ul a {
		font-size: 14px;
	}
}

.nav a:after {
	top: auto;
}

.logo--tertiary {
	background-image: url(./resources/images/PHN_MH_logo_white.png);
	width: 235px;
}

.section{
	margin: auto;
	max-width: 100%;
}

div:has(.grecaptcha-badge) {
    display: none !important;
}