/* 
 Theme Name:   Balanced Child
 Theme URI:    
 Description:  A child theme of Balanced
 Author:       Dean
 Author URI:   
 Template:     balanced
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

p {
    font-family: 'Verdana', sans-serif;
    line-height: 1.5;
    margin: 15px 0px 0px;
    font-weight: 300;
    font-size: 1rem;
}

.entry-content p {
    color: #464646;
    font-family: "Verdana", serif;
    line-height: 1.5;
    font-size: 1rem;
}

.entry-title {
	font-family: 'Russo One', sans-serif;
    color: #f26925;
    padding: 0px 0 0px;
    font-weight: 300;
    line-height: 1.2;
    font-size: 1.6rem;
	text-transform: uppercase;
}

.entry-content h2 {
    font-family: 'Russo One', sans-serif;
    padding: 25px 0 0px;
	font-size: 1.3rem;
	line-height: 1.2;
	text-transform: uppercase;
}

.entry-content h3 {
    font-family: 'Russo One', sans-serif;
	color: #f26925;
    padding: 25px 0 0px;
	font-size: 1.1rem;
	line-height: 1.0;
	text-transform: uppercase;
}

.entry-content blockquote p {
    line-height: 1.1;
    font-size: 1.1rem;
}

.entry-content ul li {
    color: #f26925;
    font-family: 'Verdana', sans-serif;
	line-height: 1.5;
    list-style: square;
}

.site-branding {
    padding: 22px 10px 20px;
}

.site-header {
    padding: 5px 0px 5px 0px;
}

.logo {
    width: 220px;
}

.main-navigation {
    text-align: center;
	font-family: 'Russo One', sans-serif;
	padding: 10px 0;
}

.main-navigation ul li a:hover {
    color: #f26925;
}

.main-navigation ul li {
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 1rem;
}

.section {
    display: none;
}

alignleft {
    display: inline;
    float: left;
    margin: .3em 1.1em 0 0;
}

.footer-branding img {
    display: none;
}

.contact-form label {
    margin-top: 20px;
	margin-bottom: 0px;
    float: none;
	font-family: 'Verdana', sans-serif;
	color: #f26925;
    display: block;
}

.pushbutton-wide {
    margin-bottom: 3px;
    float: none;
	font-family: 'Verdana', sans-serif;
	color: #f26925;
    display: block;
}

.copyright p {
    color: #f26925;
    font-family: 'Russo One', sans-serif;
	margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.7rem;
	padding-left: 1px;
    padding-right: 1px;
}

.press-logo {
    display: none;
}

.footer-navigation ul {
    display: none;
	font-family: 'Russo One', sans-serif;
	text-transform: uppercase;
	margin: 0;
    text-align: right;
}

.alignleft {
    display: inline;
    float: left;
    margin: .5em 1.5em 0 0;
	padding: 0px 0px 25px;
}

.main-navigation::after {
    border-bottom: 2px solid #f26925;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.main-navigation ul li::after {
    border-right: 4px solid #ffffff;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: -7px;
    width: 4px;
}

.footer-widgets {
display: none;

}

.footer {
	border-top: 2px solid #f26925;
    margin-top: 10px;
    padding-top: 10px;
    background: #ffffff;
    z-index: 500;

}

.footer-bottom {
	float: left;
    width: 100%;
    padding: 10px 0 40px;

}




