/*-----------------------------------------------------------------------------------

	Theme Name: District Child
	Theme URI: http://themewich.com
	Description: District is a unique multi-purpose responsive theme for businesses, artists and app developers alike.  
	Author: Andre Gagnon
	Author URI: http://www.themewich.com
	Template: district
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.2.2
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/


@import url("wp-content/themes/district/style.css");


/***************************** NAVIGATION CUSTOMIZATIONS *************************/


/* Narrow Space Between Links */

.sf-menu li {
margin-left: 0;
}
.top-nav .five.columns {
width: 200px;
}
.top-nav .eleven.columns {
width: 780px;
}

/* Reduce Space Between First and Second Line Nav */

.sf-menu li > a {
padding: 1em 0 0 0;
}
a > .sf-sub-indicator {
top: 70%;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
top: 3em;
}

/* Change Hover Color */

.sf-menu a:hover {
color: #f2f2f2!important;
background: #c14543;
}


/* Add Color Box with Hover */
.sf-menu li.current-menu-item > a,
.sf-menu li.current-menu-item > a:hover  {
background: #2f394a;
color: #f2f2f2;
}

.sf-menu li > a.sf-with-ul,
.sf-menu li > a {
padding: 1em;
line-height: 20px;
}

/* Remove Submenu Arrow */

a > .sf-sub-indicator {
display:none;
}

.sf-menu ul.sub-menu {
	border-bottom:1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-color: rgba(0,0,0,.15);	
	min-width: 200px !important;
	margin-top: 30px !important;
	margin-left: 8px;
}

.sf-menu ul.sub-menu a:hover {
	color: #c14543 !important;
}


/* Change Font Size of Navigation Menu */

.sf-menu a  {
font-size: 13px !important;
}


/***************************** TYPOGRAPHY CUSTOMIZATIONS *************************/

/* Remove Page Titles */
.pagetitle {
display: none;
}


/* Bold Font */

.bold {
font-family: 'open sans', sans-serif !important; 
font-weight: 700 !important;
}

/* Page Titles */

.section h2 {
	color: #222222;
	border-bottom: solid 2px #d9d9d9;
	border-bottom: solid 2px rgba(0,0,0,.15);
	padding-bottom: 21px;
	display:inline-block;
	margin-bottom:0;
}

.section.nocontent h2,
.section.dark.nocontent h2 {
	border-bottom:none;
	padding-bottom:0;	
}
.section.custom h2 {
	border:none;
	margin-bottom:15px;
	padding-bottom:21px;
	display:block;	
	border-bottom: solid 2px #efefef !important;
	border-bottom: solid 2px rgba(242,242,242,.15);
	text-align: center;
	font-size: 50px !important;
}


/* Centered Section Titles */
h2.center-title {
font-size: 40px;
letter-spacing: 3px;
text-align: center;
text-transform: uppercase !important;
color: #2f394a !important;
}

h2.center-subtitle {
font-size: 30px;
letter-spacing: 3px;
font-weight: 700 !important;
text-align: center;
text-transform: uppercase !important;
color: #2f394a !important;
}

h2.center-subtitle-red {
font-size: 30px;
letter-spacing: 3px;
font-weight: 700 !important;
text-align: center;
text-transform: uppercase !important;
color: #c14543 !important;
border-bottom: 0px !important;
}

/* Change Color Of Visited Links For News Page  */

.news a:visited {
color: #555555 !important;
}

/* Make A Donation Font Customizations  */

.section.dark h2 {

	font-size: 40px;
	line-height: 1.2em;
}

/***************************** PULLQUOTE CUSTOMIZATIONS *************************/





/***************************** Social CUSTOMIZATIONS *************************/


/* Twitter Feed Link Colors */
.simple_tweet_widget li {
   color: #000000 !important;
}

.simple_tweet_widget li a {
   color: #000000 !important;
   text-decoration: underline !important;
}


/***************************** Contact Form  CUSTOMIZATIONS *************************/


/* Volunteer For Submit Buttion */
.contactVolunteerSubmit {
	background-color: #2f394a;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1;
	padding: 11px 14px 11px;
	position: relative;
	text-decoration: none;
	font-size:12px;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	border:none;
}

.contactVolunteerSubmit:hover {
	background:#111 !important;
}


/***************************** Portfolio CUSTOMIZATIONS *************************/

/* Remove Portfolio Title */
.page-template-template-portfolio-php #isotope h2.title {
display:none;
}

/* Custom Class for Leader Name */
.portfolio-leadername {
	font-size: 16px;
	line-height: 1.3em !important;

}

/* Custom Class for Leader Subtitles */
.portfolio-leaderdetails {
	font-size: 13px;
	line-height: 1.6em !important;
	margin-top: -5px;

}


/* Add margin to the portfolio items */

.isobrick.one_fourth {
width: 210px;
margin-right: 20px !important;
}


/***************************** FOOTER CUSTOMIZATIONS *************************/

/* Reduce Footer Height */
#footer {
padding-top: 10px;
}
#footer .widget {
margin-bottom: 10px;
}