/*
Theme Name: Internet Kit One Custom
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");

/* Basic Styles
=================================*/

.clear {
    clear: both;
}


/* Typography
=================================*/

/* Community Events - Disabled H2 */

.wp-editor h2 {
   display: none;
}

.ikit .layout h4 {
   padding-bottom: -5px;
}


/* Board Members 
=================================*/

.ikit .layout .board {

}

.ikit .layout .board img {
    float: left;
    padding: 5px;
}

.ikit .layout .board h4 {
    padding-top: 15px;
}

/* Events
=================================*/

.ikit .layout .events-designranch img {
   float: left;
   padding: 0 10px 10px 20px;
}

.ikit .layout .events img {
   float: left;
   padding: 0 10px 0 20px;
}

/* Aaron Test */

.flexslider .slides img {
    display: none;
    max-width: 100%;
}

/* Community Event */

/*.ikit .layout strong {
    padding-left: 1.5em;
}*/ 


/* Job Form CSS
=================================*/
/* Basic Grey */
.ikit form #ninja_forms_form_1{
	padding:10px;
}
.ninja-forms-cont{
	padding:10px;
}
.ikit .basic-grey {
    max-width: 100%;
    background: #F7F7F7;
    padding: 10px;
    font: 12px Georgia, "Times New Roman", Times, serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #E4E4E4;
}
.ikit .basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
.ikit .basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.ikit .basic-grey label {
    display: block;
    margin: 0px;
}
.ikit .basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:100px;
}
.basic-grey .button {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.basic-grey .button:hover {
    background: #CF7A7A;
}
.ninja-forms-field.hr{
	padding: 10px 0px;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.ninja-forms-field-error{
	color:red;
	margin-left: -20px;
}

/* News Feed Adjustments
=================================*/
/*.layout-main-container.layout-main
.layout-content{
    width: 600px;
    float: right;
}*/
/*.layout-main-container.layout-main
.layout-content.content{
	width:100%;
}
*/
.home .index-featured-events-item-primary .box-section-body {
     display:block;
}

.home .index-featured-events-item-secondary .box-section-body{
     display:none;
}