/*
Theme Name: Talk It Out Murray
Author: Efront
Author URI: http://efront.com.au/
Description: Talk It Out Murray 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;
	}
}