/*
 Theme Name:   APCUG - MH-Magazine
 Theme URI:    http://rapcugw.org
 Description:  Child Theme of MH Magazine
 Author:       Annette van Ommeren
 Author URI:   http://www.eannagraphics.com
 Template:     mh_magazine
 Version:      1.0.0
 Tags:         responsive-layout
 Text Domain:  mh_magazine-child
*/

@import url("../mh_magazine/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.logo-desc { font-size: 1rem; }
.ticker-title { background: none repeat scroll 0 0 #063f74;}

.ninja-forms-form-wrap label {
    font-weight: 400;
}
.text-wrap.label-left input,
.profile_pass-wrap.label-left input,
.textarea-wrap.label-left textarea {
    margin-left: 10px;
	width: 60%;
}

.ninja-forms-form-wrap input, .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea {
    height: auto;
    vertical-align: inherit;
    width: 60%;
}