/*
Theme Name: RBU Boilerplate
Theme URI: http://www.randomblowup.com/
Author: Stephen Yeos
Description: RBU Boilerplate theme is designed to bring flexibility for business owner to manage their website content. It is build with the newest technology and follow the best practice standard for each of the template and functions. RBU Boilerplate is designed to be adaptable to a wide range of websites, whether you're running s photo blog, launching a new business, selling a product or supporting a non-profit organisation. Also it’s built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rbuboilerplate
 */
/*# sourceMappingURL=style.css.map */

ul.menuMain li{
	vertical-align: top;
}
.header_logo{
	width: 30%;
}
.header_menus{
	width: 70% !important;
}

#gform_wrapper_2 select option,#gform_wrapper_3 select option,#gform_wrapper_1 select option,#gform_wrapper_5 select option  {
	color: #000;
}

.forFloat input ,
.forFloat select {
    position: relative;
    min-height: 45px;
	padding: 15px 10px 10px 0px !important;
}

.forFloat label {
    position: static;
    top: -15px;
    padding: 0;
    margin: 0 0 -5px !important;
    
}

.forFloat.focused label {
    top: -7px;
    opacity: 1;
}
#gform_2 li select,#gform_3 li select,#gform_1 li select,#gform_5 li select {
    padding-left: 10px !important;
}

ul#gform_fields_2 li:nth-child(odd),ul#gform_fields_3 li:nth-child(odd),ul#gform_fields_1 li:nth-child(odd),ul#gform_fields_5 li:nth-child(odd) {
    clear: left;
}

ul#gform_fields_2 li input,ul#gform_fields_3 li input {
	color: #fff;
}
ul#gform_fields_1 li input,ul#gform_fields_5 li input{
	color:black;
}

ul#gform_fields_2 li input ,ul#gform_fields_3 li input ,ul#gform_fields_1 li input,ul#gform_fields_5 li input,
ul#gform_fields_2 li .ginput_container_select,ul#gform_fields_3 li .ginput_container_select,ul#gform_fields_1 li .ginput_container_select,ul#gform_fields_5 li .ginput_container_select {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}
ul#gform_fields_2 li input[type="checkbox"],
ul#gform_fields_3 li input[type="checkbox"]{
    border: solid 1px #fff !important;
}


ul#gform_fields_2 li input[type=checkbox]:checked:before ,
ul#gform_fields_3 li input[type=checkbox]:checked:before {
    color: #fff !important;
}

.term-showers .col-xs-12.content-intro .btn.btn-xsmall.btn-primary.small,
.term-showers-uk .swiper-slide .content-intro a {
    margin-bottom: 1px;
}
.header_logo{
	width: 30% !important;
}
.header_menus{
	width: 70% !important;
}



@media (min-width:992px) {

	nav ul.menuMain li {
		margin-bottom: 10px !important;
	}

}