/*
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");

body.custom-background {
background-color: #F1F2F2;
background-image: url('http://orlando.aiga.org/wp-content/uploads/2014/01/pixel-background.png');
background-repeat: repeat;
background-position: top left;
background-attachment: scroll;
}
.layout-header-container {
background-color: #58595B;
background-image: url('http://orlando.aiga.org/wp-content/uploads/2014/01/header_bg1.png')!important;
background-repeat: repeat-x !important;
}

.layout-header {
background-color: transparent;
color: #414042;
}

.layout-header-text {
color: #ffffff !important;
font-family: Oswald, sans-serif;
font-size: 2em;
}

.responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.responsive-container iframe,
.responsive-container object,
.responsive-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#ss-form {margin: 0 20px;}

#ss-form ul, 
#ss-form p {margin: 0;}

#ss-form ul {padding-bottom: 15px;}
#ss-form li {
list-style:none;
padding: 30px 0;
border-bottom: 1px solid red;
}

#ss-form input,
#ss-form textarea {
padding: 8px 10px;
border: 2px solid #999;
width: 100%;
box-sizing: border-box;
}
#ss-form .ss-q-radio {
-moz-appearance:radio;
-webkit-appearance: radio;
appearance: radio;
margin-right: 10px;
width:auto;
}

#ss-form .ss-q-checkbox {
-moz-appearance:checkbox;
-webkit-appearance: checkbox;
appearance: checkbox;
width: auto;
margin-right:10px;
}

.ss-q-title {padding-bottom:10px;}
.ss-q-other,
#entry_1645864642 {margin-top:10px;}
.ss-choice-label {text-transform: uppercase;}

#ss-submit {
background: #FDCB32;
border: none!important;
padding: 10px 15px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
cursor: pointer;
font-family: "franklin-gothic-urw-cond-n7","franklin-gothic-urw-cond",sans-serif;
font-size: 17px;
}

#ss-submit:hover {background:#F2B602;}

.hidden{display:none;}

.padding-bot {
padding-bottom:1em;
}
.fine-print {
font-size: 0.8125em; 
}
.session {
text-transform: uppercase;
text-align: center;
color: #000000;
font-size: 1.2em;
}
.workshop {
letter-spacing: 1px;
font-weight: bold;
color: #666;
}