/* =Theme customization starts here
-------------------------------------------------------------- */

/*
 Theme Name:   Planmyday Child
 Theme URI:    http://planmyday.axiomthemes.com/
 Description:  Planmyday Child Theme
 Author:       ThemeREX
 Author URI:   http://axiomthemes.com/
 Template:     planmyday
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 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:  planmyday-child
*/

/* make dark header row stretch across viewport */
/*.top_panel_style_6 { */
.top_panel_wrap {
	padding-left: 0;
	padding-right: 0;
	background-color: #231F20;
}

/* to fit in all the main menu options in desktop mode */
.menu_main_nav>li>a {
    font-size: 0.8em;
}

/* widen div to make way for extra buttons in main menu */
x.column-1_3 {
	width: 15%;
}

body > div.body_wrap > div > header > div > div > div > div.column-2_3.menu_main_wrap {
	width: initial;
}
	

/* Change burger menu & shopping cart color for responsive */
.header_mobile {
	background-color: #231F20;
}

.scheme_original .header_mobile .menu_button, 
.scheme_original .header_mobile .menu_main_cart .top_panel_cart_button .contact_icon {
    color: #fff !important;
}
.scheme_original .header_mobile .menu_button, 
.scheme_original .header_mobile .menu_main_cart .top_panel_cart_button .contact_icon {
    color: #fff  !important;
}

/* padding for logo & main menu */
.logo {
	margin-top: 0 !important;
}

body:not(.top_panel_fixed)  > div.body_wrap > div > header > div > div > div.content_wrap {
	width: 90% !important;
	padding: 0 20px;
}

body > div.body_wrap > div > header > div > div > div > div.contact_logo {
	left: 20px;
}

/* make page header background stretch across full page width */
body > div > div > section.top_panel_image {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.slider_1_text_up, .slider_1_text_down {
	font-family: Khand !important;
	letter-spacing: 4px !important;	
}

#site-generator-wrapper {
	display: none;
}