/*
Theme Name: sydney child
Author: Wizengo
Author URI: 
Description: 
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: sydney
*/
.home .container{
	padding-bottom:0px !important;
}
.site-header .site-logo{
	max-height: 150px;
}
.site-header.float-header .site-logo{
	max-height: 80px;
}
.slide-inner{
	padding-top: 25px;
	padding-left: 100px;
	text-transform: uppercase;
	text-align: left;
	top:60%;
}
#mainnav .menu .menu-item a{
	text-transform: uppercase;
}
.frm_style_style-formidable.with_frm_style label.frm_primary_label,
.frm_style_style-formidable.with_frm_style .frm_radio label, 
.frm_style_style-formidable.with_frm_style .frm_checkbox label{
	color: #fff;
}
.footer-widgets{
	padding:20px 0 0 0;
}
th,td{
	border:none;
}
@media screen and (max-width:480px){
	.slide-inner{
	    background: rgba(255,255,255,.6);
	    text-align: center;
	    min-height: 100px;
	    padding-left: initial;
	    top:50%;
	}
}