/*
Theme Name: CMHA
Theme URI: http://ardentinc.com/
Description: This is a custom child theme I have created.
Author: Ardent Team
Author URI: http://ardentinc.com/
Template: genesis
Version: 0.1
*/
@import url("../genesis/style.css");

.header-image .site-title > a{
min-height:96px !important;
outline: none;
max-width: 100%;
height: auto !important;
display:none
}


isStuck.extra_header{ z-index: 9999; }

.title-area{
padding: 0px 0;
display:none;
}
.header-image .site-title {
	margin-top:5px
}

.site-header .widget-area {
    float: none;
    text-align: right;
   width:auto;
}
.site-header .wrap {
    padding: 0px 0;
	background-color: #fff;
}
.site-header {
    background-color: transparent;
    min-height: 105px;
    max-width: 1200px;
    margin: 10px auto;
}
.nav-primary {
    background-color: transparent;
}
.widget-area {

}
.sidebar .widget {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 20px;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3{
	float: left;
   width: 33%;
}
.widget-title{
	font-size: 27px;
    padding-bottom: 0px;
    font-weight: 700;

	}
	.entry {
    margin-bottom: 40px;
    padding: 25px 25px;
}
.ardent_content_box a{
	background-color:#0b2c5f; color:#fff; display:block
}
.site-inner {
    padding-top: 13px;
}
.footer-widgets{
	background:#333333;
   padding:20px 0px;
   color:#fff;
}
.footer-widgets li{
	list-style:none;
	color:#fff;
	padding-bottom:2px
}
.footer-widgets li a{
	color:#fff;
}
.footer-widgets li a:hover{
	color:#ebe9e9;
}
.footer-widgets h3{
	margin-top:6px;
}
.copyright{
	color:#fff;
	text-align:center;
	font-size:13px;
}
.site-footer {
    background-color: #1a1a1a;
    font-size: 16px;
    line-height: 1;
    padding: 20px 0;
    text-align: center;
	color:#fff;
}
.site-footer p a {
	color:#fff;
}
@media only screen and (max-width: 1200px) {
.ardent_content_box h2{
	font-size:12px !important;
}
}
@media only screen and (max-width: 960px) {
.site-header {
    max-width: 800px;
}
.ardent_content_box h2{
	font-size:10px !important;
}
}
@media only screen and (max-width: 760px) {
.site-header .wrap {
    margin-left:5%;
	margin-right:5%;
}
.ardent_content_box h2{
	font-size:18px !important;
}
}
@media (max-width: 480px) {
.widget-area {
    float: left;
   width: 100%;
}
.site-header {
    min-height: 58px;
}
.site-header .wrap {
    margin-left:5%;
	margin-right:5%;
}
.sidebar .widget {
    padding: 20px;
}

  /* .header-image .site-title > a {
        width: 100px;
        height: 50px;
        background: url("path/to/image_small.jpg") top left no-repeat;
    }*/
}
p.entry-meta {
	display: none !important;
}
.content {
	background-color: #fff;
}