/*
 Theme Name:   Charitywp Child
 Theme URI:    http://tpif.demowork.com/
 Description:  Charitywp Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     charitywp
 Version:      1.0.0
 Text Domain:  charitywp-child
*/
/*Contact Form 7 Customizations*/
.form-control {
	outline:none;
}
/*Other CSS Customizations*/
.thim_header_style2 header.site-header .main-menu .menu-item-has-children .sub-menu {
	min-width: 250px !important;
}

div.kimbiaDiv.two_col label {
	clear: none !important;
}

.thim_header_custom_style.thim_header_style4 header.site-header .top-header {
	background: #fff !important;
}

.thim_header_custom_style header.site-header .main-menu .menu-item a {
	color: #444;
}

.threeColHome div.sc-heading.article_heading {
	padding-top: 25px;
	padding-bottom: 25px;
}

.threeColHome .so-panel {
	margin-bottom: 0 !important;
}

.threeColHome .sc-heading h2 {
	color: #000 !important;
}

.threeColHome p {
	font-size: 13px;
}

.thim_header_custom_style.thim_header_style4 header.site-header .top-header .top-sidebar {
	width: 70% !important;
}

.top-sidebar .topHeaderBar .panel-grid {
	float: right;
	margin: 0 4%;
}

.top-sidebar .topHeaderBar .panel-grid h3 {
	font-size: 18px;
	font-weight: 300;
	color: #F8B864;
}
.top-sidebar .topHeaderBar .panel-grid p {
	font-weight: 400;
	line-height: normal;
	font-size: 12px;
}

/*Mobile Styles*/

@media only screen and (max-width: 767px) {
	#main-content{
		padding-top: 10px;
	}
	
	#main {
		padding-top: 25px !important;
	}
	
	.top_site_main .page-title-wrapper h1.heading__primary  {
		font-size: 4.5vh !important;
		padding-bottom: 10px;
	}
	
	.page-id-7474 .sow-image-container img {
		max-width: 70% !important;
	}
}