/*
 Theme Name:   Laundrycity Child Theme
 Theme URI:    http://laundry.axiomthemes.com
 Description:  Laundrycity Child Theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com
 Template:     laundrycity
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  laundrycity
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.banner-homepage-footer .vc_column-inner {
    padding: 15px !important;
}

.menu_mobile {
    position: absolute;
}

.menu_mobile.opened {
    height: 75%;
}

.cpt_services-template-default .sidebar.right {
    display: none !important;
}

.cpt_services-template-default .content {
    width: 100% !important;
}

/* ---------RESPONSIVE--------- */

@media (max-width: 767px) {
	.header-left-element .sc_layouts_item, .header-right-element .sc_layouts_item, .header-right-element .sc_layouts_item_details {
	    margin: 0 !important;
	}

	.banner-homepage-footer .vc_column-inner {
	    background-color: #00000070;
	}

	.banner-homepage-footer h1 {
	    color: #fff !important;
	}

	.banner-homepage-footer h6 {
	    color: #1a1e32 !important;
	}
}

@media (max-width: 568px) {
	.menu_mobile .menu_mobile_nav_area {
	    top: 48% !important;
	    max-height: 90% !important;
	}
}