/*
 * Theme Name: Minamaze Pro Child
 * Theme URI: //americaview.org/wp-content/themes/Minamaze_Pro-child/
 * Author: ThinkUpThemes modified by Batzli
 * Author URI: http://www.ThinkUpThemes.com
 * Description: Minamaze the free version of the multi-purpose professional theme (Minamaze Pro) ideal for a business or blog 
 * website. The theme has a responsive layout, HD retina ready and comes with a powerful theme options panel with can be used 
 * to make awesome changes without touching any code. The theme also comes with a full width easy to use slider. Easily add a 
 * logo to your site and create a beautiful homepage using the built-in homepage layout.
 * Template: Minamaze_Pro
 * Version: 1.8.16
 * License: GNU General Public License
 * License URI: /licenses/license.txt
 * Tags: black, dark, red, one-column, two-columns, right-sidebar, left-sidebar, fixed-layout, responsive-layout, 
 * fluid-layout, custom-header, custom-menu, full-width-template, theme-options, threaded-comments, editor-style, 
 * featured-images, post-formats, rtl-language-support, sticky-post, translation-ready, flexible-header, gray, light, 
 * white, custom-background
 * Text Domain: Minamaze_Pro-child
 * */
p {
	font-size: 14px;
	color: #333;
}
ol, ul {
        font-size: 14px;
        color: #333;
}
li {
        font-size: 14px;
        color: #333;
}
h1 {
        color: #1d1160;
        font-weight: bold;
}
h2 {
        color: #930631;
        font-weight: bold;
}
h3 {
        color: #1d1160;
        font-weight: bold;
}
h4 {
        color: #1d1160;
        font-weight: bold;
}
h5 {
        color: #1d1160;
        font-weight: bold;
}
#section-home a:link {
	text-decoration: underline;
}
#content-core a:link {
        text-decoration: underline;
}
a.themebutton {
/*	background-color: #72052d;*/
        backbround-color: #b6202b;
}
.themebutton {
        background-color: #b6202b;
}
#intro.option1 #intro-core::after {
	border-bottom-color: #b6202b;
}
#sub-footer {
        background-color: #930631;
}
#pre-header {
        background-color: #930631;
}

/* Pre-header - Search */
#pre-header-search {
	width: 1%;
	padding: 5px 5px 5px 20px;
}
#pre-header-search {
	display: table-cell;
	vertical-align: middle;
}
#pre-header-search input {
	color: #333;
	font-size: 12px;
	display: block;
}
#pre-header-search .search {
	max-width: 120px;
/*	background: #3A3A3A; */
        background: #FFFFFF;
	border: 1px solid #444;
	padding: 3px 10px;
}
#pre-header-search .searchform {
	float: right;
}
#pre-header-search .searchsubmit {
	display: none;
}

/* Search input placeholder text color (was #888)*/
#pre-header-search ::-webkit-input-placeholder { color: #333; }
#pre-header-search :-moz-placeholder { color: #333; }
#pre-header-search ::-moz-placeholder { color: #333; }
#pre-header-search :-ms-input-placeholder { color: #333; }

#sidebar {
	float:right;
}
#main {
	display: block;
	background: white;
	padding: 10px;
	border: 1px solid #E0E0E0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
