/*
Theme Name: Brooklyn Child
Theme URI: http://www.unitedthemes.com
Description: Creative Portfolio
Version: 2.4.2
Author: United Themes
Author URI: http://www.unitedthemes.com
Template: brooklyn
*/

@import url("../brooklyn/style.css");  

h4{
	padding: 20px 0px!important;
}
h3{
	padding: 20px 0px!important;
}

#main-content a{
	color: #e15f26!important;
}

.ut-btn {
color: #1d1b53 !important;
}
.ut-btn:hover {
color: #ffffff !important;
}

.hero-btn {
background: #fcd10a;
color: #1d1b53;
border: 2px solid rgb(255, 255, 255);
border: 2px solid rgba(255, 255, 255, 0.15);
padding: 8px 12px;
font-size: 11px;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
display: inline-block;
-webkit-transition: 0.2s background linear;
-moz-transition: 0.2s background linear;
transition: 0.2s background linear;
font-family: Didact Gothic, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
text-decoration: none !important;
-o-border-radius: 75px;
-ms-border-radius: 75px;
-moz-border-radius: 75px;
-webkit-border-radius: 75px;
}
#navigation ul li a {
	white-space:nowrap;
	padding-left:25px;
	color: #fff;
	text-transform: none;
	letter-spacing: 1px;
	font-size:13px;
	font-weight: bold;
	position:relative;
	text-decoration: none;
	display:block;
}
.ut-header-dark #navigation ul li a {
color: #fff;
}
.ha-header.ut-header-dark {
}

.hero-inner a:hover {
color: #ffffff!important;
}
.hero-inner a {
color: #1d1b53!important;
}
/*.hero-btn{
	border-color: #17a9cb;
	color: #17a9cb;
	display: block;
	width: 148px;
	height: 28px;
	text-align: center;
	padding: 60px 0;
	border: 1px solid #000;
	
	border-radius: 75px;
	text-transform: uppercase;
	color: #000;
}*/

#footer-sidebar {
display:block;
height: 250px;
font-size: 14px;
}

#footer-sidebar1 {
float: left;
width: 32%;
margin-left:5px;
margin-right:5px;
	text-align: left;
}

#footer-sidebar2 {
float: left;
width: 32%;
margin-right:5px;
	text-align: left;
}

#footer-sidebar3 {
float: left;
width: 32%;
	text-align: left;
}


/* MadLib Form 
------------------------------------------------------------ */
 
/*The following is specific to Streamline 2.0*/
.madlibcontact.full-width-content #inner .wrap {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
}
 
.madlibcontact #inner #subnav .wrap {
    box-shadow: 0 0 10px #111111;
}
 
.madlibcontact #content-sidebar-wrap {
    border-top: none;
}
/*End streamline 2.0 CSS */
 
.madlibcontact .hentry {
    position: relative;
}
  
/* make all the list items display inline */
body .gform_wrapper form.madlibform .gfield.gfield_html,
body .gform_wrapper form.madlibform .gfield.madlibstyle {
    clear: none;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: bottom;
    width: auto !important;
}
 
body .gform_wrapper form.madlibform .gfield.break {
    clear: both;
}
 
/* hide the labels, descriptions & validation messages */
body .gform_wrapper form.madlibform .gfield.madlibstyle label,
body .gform_wrapper form.madlibform div.gfield_description,
body .gform_wrapper form.madlibform div.validation_message {
    display:none;
}
 
/* redefine the form wrapper - just for nicer styling - note: for your form, change gform_wrapper_6 to your actual form wrapper ID */
body .gform_wrapper  {
    margin:50px auto; 
    border:1px solid #fff; 
    background-color:#fff; 
    padding:30px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius: 8px; 
    -khtml-border-radius: 8px; 
    box-shadow:0px 0px 5px rgba(0,0,0,0.5); 
    -moz-box-shadow:0px 0px 5px rgba(0,0,0,0.5); 
    -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.5); 
    position: relative; 
    overflow: visible!important; 
   
}
 
/* style the form heading */
body .gform_wrapper form.madlibform .gform_heading {
    
    padding-bottom: 10px; 
    margin: 15px 0 10px;
}
 
body .gform_wrapper form.madlibform .gform_heading span.gform_description {
    line-height:1.5; 
    font-size:110%; 
    color:#21759B
}
 
 
/* change the input styles for these fields */
body .gform_wrapper form.madlibform .gfield.madlibstyle input[type=text],
body .gform_wrapper form.madlibform .gfield.madlibstyle input[type=email],
body .gform_wrapper form.madlibform .gfield.madlibstyle input[type=password],
body .gform_wrapper form.madlibform .gfield.madlibstyle input[type=url],
body .gform_wrapper form.madlibform .gfield.madlibstyle input[type=tel] {
    margin-top:4px; 
    border-top:none; 
    border-right:none; 
    border-bottom:1px dashed #c2c2c2; 
    border-left:none; 
    background-color:#fff; 
    width:100%; 
    font-size: 14px; 
    color:#21759B
}
 
body .gform_wrapper form.madlibform .gfield.madlibstyle select {
    width:98%; 
    font-size:15px; 
    padding-right:5px;
}
 
/* tweak the time fields for our purposes */
body .gform_wrapper form.madlibform #field_2_16.gfield.madlibstyle {
    width:100px!important
}
 
/* a few new rules for the inputs if it's an error */
body .gform_wrapper form.madlibform .gfield.gfield_error.madlibstyle input[type=text],
body .gform_wrapper form.madlibform .gfield.gfield_error.madlibstyle input[type=email],
body .gform_wrapper form.madlibform .gfield.gfield_error.madlibstyle input[type=password],
body .gform_wrapper form.madlibform .gfield.gfield_error.madlibstyle input[type=url],
body .gform_wrapper form.madlibform .gfield.gfield_error.madlibstyle input[type=tel] {
    padding:0!important; 
    margin-top:7px; 
    width:96%;
}
 
/* revised error styles */
body .gform_wrapper form.madlibform .gform_body .gform_fields .gfield.gfield_error.madlibstyle {border:none; padding:0 0 0 0!important; background-color:transparent!important; margin-top:0!important; margin-bottom:0!important;}
body .gform_wrapper form.madlibform .gform_body .gform_fields .gfield.gfield_error.madlibstyle input { border-top:none; border-right:none; border-bottom:1px dashed #DA5712; border-left:none;}
body .gform_wrapper form.madlibform .gform_body .gform_fields .gfield.gfield_error.madlibstyle input:focus {border-bottom:1px dashed #c2c2c2}
body .gform_wrapper form.madlibform div.validation_error { 
    font-size:24px; 
    text-shadow:1px 1px 1px #fff; 
    color:#DA5712!important
}
 
/* now make the confirmation message a little spiffier */
div#gforms_confirmation_message {
    width:800px; 
    margin:40px auto; 
    font-size:24px; 
    text-shadow:1px 1px 1px #fff; 
    color:#21759B!important; 
    background-color:#fff!important; 
    border:1px solid #fff!important; 
    letter-spacing:-0.4pt; 
    line-height:1.8; 
    padding:40px 30px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius: 8px; 
    -khtml-border-radius: 8px; 
    box-shadow:0px 0px 5px rgba(0,0,0,0.5); 
    -moz-box-shadow:0px 0px 5px rgba(0,0,0,0.5); 
    -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.5); 
}
 
div#gforms_confirmation_message span.highlight {
    color:#DA5712
}
 
div#gforms_confirmation_message div.with_emphasis {
    font-size:36px; 
    margin:20px 0 0 0; 
    font-family: Georgia, serif; 
}
 
/* super duper extra fabulous form button and title styles */
.gform_wrapper form.madlibform .gform_footer input.button,
.gform_wrapper form.madlibform .gform_heading h3.gform_title {
    border: medium none;
    color: #FFF3D8;
    display: block;
    height: 37px;
    text-align: center;
    width: 246px;
}
 
/* position the button */
.gform_wrapper form.madlibform .gform_footer input.button {
    position: absolute; 
    bottom:-30px; 
    right:28px; 
    cursor:pointer;  
}
 
 
/* other title styles */
.gform_wrapper form.madlibform .gform_heading h3.gform_title {
    position: absolute; 
    top:-40px; 
    left:28px; 
    width:auto!important;
}
 
/* browser specific styles based on body class - don't use it? You should.. http://www.wprecipes.com/how-to-detect-the-visitor-browser-within-wordpress */
body.safari .gform_wrapper form.madlibform .gfield.madlibstyle select,
body.chrome .gform_wrapper form.madlibform .gfield.madlibstyle select {color:#424242; font-size:18px; font-family:Helvetica,arial,sans-serif;}
body.safari .gform_wrapper form.madlibform .gfield.madlibstyle select#input_2_4,
body.chrome .gform_wrapper form.madlibform .gfield.madlibstyle select#input_2_4 {width:135px;}
body.safari .gform_wrapper form.madlibform .gfield.madlibstyle select#input_2_17,
body.chrome .gform_wrapper form.madlibform .gfield.madlibstyle select#input_2_17 {width:55px;}
body.gecko .gform_wrapper form.madlibform .gfield.madlibstyle select {margin:4px 0 0 0!important;}
body.gecko .gform_wrapper form.madlibform .gform_footer input.button {padding:8px 18px;}
body.safari .gform_wrapper form.madlibform div.validation_message,
body.ie .gform_wrapper form.madlibform .gfield.madlibstyle select 
{padding:0!important; margin:7px 0 0 0!important;}


	}
	
