/*
 Theme Name:   Milo customization
 Description:  Theme customization for Milo
 Author:       Paul Shryock
 Author URI:   http://pshry.com
 Template:     milo
 Version:      1.0.0
 License:      N/A
 Text Domain:  milo-custom
*/

/* ---------- Typography ---------- */

/* Font size */

.required-field-text,
.mc4wp-form {
	font-size: .875rem; /* 14 px */
}

#socialnav ul li a {
	font-size: 1.25rem; /* 20 px */
}

/* Font weight */

.required-field-text,
.mc4wp-form b {
	font-weight: normal;
}

/* Text wrap */

label {
	white-space: nowrap;
}

/* ---------- Colors ---------- */

/* Medium Gray #666 */

.required-field-text {
	color: #666;
}

/* ---------- Box model ---------- */

/* Dimensions */

p [type="text"],
p [type="email"] {
	min-width: 65%;
}

.page-template-page-fullwidth {
	max-width: 100%;
}

.thumb-wrapper {
	max-height: 22.5rem; /* 360 px */
}

/* Padding */

input[type="email"] {
	padding: 10px 12px;
}

input[type="submit"] {
	padding: 10px 20px;
}

/* Margins */

#content-area .content p.label {
	margin: 0;
}

#content-area .content .mc4wp-form p {
	margin-bottom: 0;
}

#content-area .content .mc4wp-form p.required-field-text {
	margin-bottom: 1em;
}

#logo .site-description {
	margin-top: 1em;
}

/* ---------- Display Properties ---------- */

.hide {
	display: none;
}

/* ---------- Position Properties ---------- */

/* Vertical Align */

.thumb-wrapper {
	vertical-align: top !important;
}