/*
Theme Name: AIGA Richmond
Theme URI: http://aiga.org
Description: This is a child theme that extends the Internet Kit One theme, it can be customized without affecting the base theme.
Author: AIGA
Author URI: http://aiga.org/
Version: 1.0.0
Template: ikit_one
*/

@import url("../ikit_one/style.css");

.custom-background {
background: #eaede6 !important;  

}

.layout-header-container {
background: none !important;
}

.layout-header {
background: none !important;
margin: 0 auto;
padding: 0 0 1em;
}

.layout-header-text.emphasis {
color: #777 !important;
}

.layout-nav-container {
background:  rgba(0, 0, 0, 0.7);
}

.layout-main-container, .layout-footer-container {
padding-left: 0px;
padding-right: 0px;
}

.layout-main {
max-width: 1040px;
}

.layout-nav-menu {
background:  none; !important;
}

.box-section-title-detail {
font-family: "franklin-gothic-urw-n4","franklin-gothic-urw",sans-serif;
font-style: normal;
}

.hide {
	display: none;
}

.layout-nav-menu-search-button.active {
background:  none !important;

}

.layout-footer-container {
	border-top: 0 solid #000;
	clear: both;
}

/* Home Page Feature Modifications */

.layout-feature-container {
background: none;
}

.layout-feature .flexslider {
max-width: 1020px;
max-height: 300px;
overflow: hidden;
margin: 0 auto;
}

.box-section-image-gallery-controls-col0, .box-section-image-gallery-controls-col2, .box-section-image-gallery-controls-line {
background: none;
}

.box-section-image-gallery-controls-title {
display: none !important;
}

/* AIGA Logo Colors */

.layout-header-logo img {
	background: #333;
}



/* Widget Colors */

.ikit-one .background-color-social {
background-color: #bac62f;
}

.sidebar .box {
	opacity:0.6; 
	transition: all .5s;
	-moz-transition: all .5s; /* Firefox 4 */
	-webkit-transition: all .5s; /* Safari and Chrome */
	-o-transition: all .5s; /* Opera */
}

.sidebar .box:hover {
	opacity: 1; 
}


/* Board Members */
.board {
	margin: 0 0 3em;
	padding: 0 0 50px;
}

.board .board-entry {
	border-bottom: 1px solid #eee;
	padding: 1em 0;
	list-style: none;
}

.board img {
	float: left;
	margin: .5em 1em 1em 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 70px;
	height: auto;
}
.board h4 {
	margin: 0 0 .2em;
	padding: 0 !important;
	font-size: 2em !important;
	color: #555;
}

.board h5{
	margin: 0 0 .5em;
	padding: 0 !important;
	font-size: 1.3em !important;
	color: #bbb;
}

p.boardbio {
	clear: left;
	margin-left: 0 !important;
}


/* Sponsors Page Fixes */

.page-template-sponsors-php img {
padding-top: 0;
}

.box-container .sponsors {
	padding-top: 15px;
}

/* Local job single */
.single-local-job .job-single-attribute {
    border-top: 1px solid #DFDFDF;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 20px;
}

.single-local-job .job-single-attribute-label {
    display: inline;
    color: #A7A9AC;
    font-size: .8em;
}

.single-local-job .job-single-attribute-value {
    display: inline;
    padding-left: 5px;
}

.single-local-job .box-section-heading {
    text-transform: none;
}

.single-local-job .box-section-title2 {
    padding-bottom: 10px;
}

/* Gravity Form */
.box-section-wysiwyg-content .gform_wrapper {
	margin: 20px;
}

.index-featured-events .box-widget-banner-events, .index-featured-news .box-widget-banner-news {position: relative !important;}
.index-featured-events {margin-bottom: -45px}
.box { margin-left: 0; margin-bottom: 10px }
.box-banner-title-line {height: 0;}
.box-banner-title {margin: 0; opacity: .85; font-size: .9em; font-weight: 600; display: block}
.box-banner-title-container { margin: 0 0 0em}
.box-banner-title-container-col1 {display: none;}

.box-bottom-button-bar { display: none }
.box-bottom-right-button { overflow: auto; background: #fff }
.box-bottom-button { margin-bottom: 0; padding-bottom: 0 }
.box-bottom-button a { background: #f8f8f8; display: block; color: #999; text-align: right; padding: 8px}
.box-bottom-button a:hover { background: #c1c3bd; color: #fff }
.box-bottom-right-button { float: none }

.box-section-title-detail, .box-section-title-detail2 { color: #bbb }


