/*
Theme Name: Bathrooms Child
Theme URI: http://themes.webdevia.com/bathrooms-wordpress-theme/
Description: Bathrooms Child Theme
Author: Mymoun
Author URI: http://www.webdevia.com/
Version: 2.0
Template: bathrooms
License: ---
License URI: ----
Tags: two-columns, custom-background, threaded-comments, translation-ready, custom-menu
Text Domain:  bathrooms
*/

.parallax-effect.vc_parallax .vc_parallax-inner {
    background-attachment: fixed;
	height: 650px;
	background-position: 50% 50%;
	padding: 4rem 2rem;
}

.parallax-effect.vc_parallax .parallax-effect-column {
    padding-top: 15%;
}

.wd-footer ul.block.large-4.medium-4.columns {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
	/*.parallax-effect.vc_parallax .vc_parallax-inner {
		
	}*/
	.parallax-effect.vc_parallax .vc_parallax-inner {
		background-attachment: scroll;
		background-position: 50% 50%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		overflow: hidden;
		background-repeat: no-repeat;
		top: 0 !important;
		height: 100% !important;
		width: 100% !important;
	}
}

.parallax-effect.vc_parallax .parallax-effect-column .vc_general{
    border-color: transparent;
	background-color: transparent;
	border-radius: 0;
	color: #ffffff;
}

.parallax-effect.vc_parallax .parallax-effect-column .vc_general p, .parallax-effect.vc_parallax .parallax-effect-column .vc_general h1, .parallax-effect.vc_parallax .parallax-effect-column .vc_general h2, .parallax-effect.vc_parallax .parallax-effect-column .vc_general h3, .parallax-effect.vc_parallax .parallax-effect-column .vc_general h4, .parallax-effect.vc_parallax .parallax-effect-column .vc_general h5, .parallax-effect.vc_parallax .parallax-effect-column .vc_general h6{
	color: #ffffff;
}
@media screen and (max-width: 899px) {
	.top-bar .name {
		padding-top: 5px;
	}
}

@media screen and (max-width: 600px) {
	.homeheadingcl {
		font-size: 50px !important;
	}
}