/*!
Theme Name: Maurice Zeffert Home Theme
Theme URI: https://www.mzh.org.au/
Author: Key2
Author URI: https://www.key2creative.com.au
Description: A bespoke theme for Maurice Zeffert Home
Version: 1.0.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mzh_theme
Tags: right-sidebar, responsive-layout, accessibility-ready
*/

#header-main nav>ul li.right-align .sub-menu {
    right: auto;
}


#mobile-menu .search-panel{margin-bottom:30px !important;}



.donate-btn{margin-left: 20px;}
.donate-btn a{transition: all .2s ease-in-out;
    color: #fff;
    white-space: nowrap;
   	border-radius: 7px;
    background-color: #1c75bc;
    border: 1px solid #1c75bc;
    padding:.6rem 1.3rem; font-size: .95rem; display: inline-block; font-weight: 500;}
.donate-btn a:hover{color: #1c75bc;
    background-color: transparent;}

@media only screen and (max-width: 1040px){
	.donate-btn{margin-left: 0px; text-align:center; margin-bottom: 10px;}
	.donate-btn a{background-color: #1c75bc; border: 1px solid #1c75bc; color:#fff; padding:10px 20px; font-size:20px;}
	.donate-btn a:hover{background-color: #fff; border: 1px solid #fff; color:#1c75bc;}
}


.home #front-panel-6{background: #1c75bc; text-align: center;}
.home #front-panel-6 .panel-heading{color: #ffffff; margin-bottom: 20px;}
.home #front-panel-6 .desc-wrapper p{color: #ffffff; max-width: 750px; margin: 0 auto 20px;}
