/* Standardize child theme styling */
#comments ol.commentlist {
	background: transparent;
}
.builder-module-sidebar {
	background: transparent;
}
.site-title a:hover,
.site-tagline a:hover {
	font-size: inherit;
}



/* Style Manager generated css */
.builder-module-background-wrapper.builder-module-navigation-background-wrapper {
	background-color: #82050D;
	background-image: none;
}
.builder-module-html .builder-module-element a {
	color: #081962;
	text-decoration: underline;
}
.builder-module-html .builder-module-element a:hover {
	color: #82050D;
	text-decoration: none;
}
.builder-module-navigation li a {
	color: #FFFFFF;
	font-size: 16px;
	background-color: #82050D;
	background-image: none;
}
.builder-module-navigation li a:hover {
	background-image: none;
}
.builder-module-navigation li li {
	border-color: #82050D;
}
.builder-module-navigation li ul {
	border-color: #82050D;
}
.builder-module-sidebar-with-element {
	background-color: #ECF2A9;
	background-image: none;
}
.builder-module-sidebar-with-element .widget {
	background-color: #ECF2A9;
	background-image: none;
}
.builder-module-sidebar-with-element .widget a {
	color: #081962;
	text-decoration: underline;
}
.builder-module-sidebar-with-element .widget a:hover {
	color: #82050D;
	text-decoration: none;
}
.builder-module-widget-bar .widget {
	background-color: #ECF2A9;
	background-image: none;
}
.builder-module.builder-module-navigation {
	background-color: #82050D;
	background-image: none;
	border-color: #82050D;
}
.entry-content a {
	color: #081962;
	text-decoration: underline;
}
.entry-content a:hover {
	color: #82050D;
	text-decoration: none;
}
.loop a {
	color: #081962;
	text-decoration: underline;
}
.loop a:hover {
	color: #82050D;
	text-decoration: none;
}
body {
	background-color: #081962;
	background-image: none;
}
html {
	font-size: 112.5%;
}


/* Style Manager custom css */
.wpcf7-form input[type="text"], input[type="email"], .wpcf7-form input[type="password"] {
    max-width: 420px;
}

.wpcf7-form input[type="text"], input[type="email"], .wpcf7-form input[type="password"], .wpcf7-form textarea {
    -moz-box-sizing: border-box;
    width: 100%;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) inset;
    padding: 6px;
}

input[type="text"], input[type="email"], input[type="password"], textarea, select {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #AAAAAA;
    border-radius: 4px 4px 4px 4px;
    color: #555555;
    font-family: Arial,sans-serif;
    font-size: 12px;
}