/**
 * Theme Name: Jogasana Child Theme
 * Template: jogasana
*/

/*------------------------------------------------------------------
[Add Your Custom CSS Here] */

body.home .slideDown .top-header div .logo-wrap .ys-logo .ys-standard-logo,
body:not(.home) .sticky-header .top-header div .logo-wrap .ys-logo .ys-standard-logo {
	max-height: 150px;
}

.img-bg {
	z-index: -1;
}

input[type=checkbox]
{
   -webkit-appearance: auto !important;
   appearance: auto !important;
   opacity: 1;
}

.vc_row-has-fill .wpcf7-not-valid-tip {
	color: Red;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
	padding-left: 40px;
}

.home .header:not(.slideDown) .top-header .menu-wrap {
    margin: 0 -10px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px;
}

.home .header:not(.slideDown) .top-header .menu-wrap #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *,
.home .header:not(.slideDown) .top-header .menu-wrap a { 
	color: White!important;
}

.header.sticky-header.clone-fixed {
	display: none!important;
}