/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Version:        1.0
Template:       traveler
*/

.header .header-right {
    max-width: 50px;
    width: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
	
	.toggle-menu{
		order: 1;
	}
	
	.header-right{
		order: -1;
	}


    .mfp-arrow.stt-icon-arrow-left {
        z-index: 99999;
        background: #242525 !important;
        top: 460px;
    }

    .mfp-arrow.stt-icon-arrow-right {
        z-index: 99999;
        background: #242525 !important;
        top: 460px;
    }

    .single.st-mod-style .mfp-content .mfp-figure figure img.mfp-img {
        max-height: 54% !important;
        height: 100%;
        object-fit: cover;
        margin-top: 200px;
    }
	
	
	body header .header .header-left #st-main-menu {
		transition: right 0.3s ease, opacity 0.3s ease !important;;
	}
	
	body header .header .header-left #st-main-menu {
		right: 0px !important;
	}
	
	body header .header .header-left #st-main-menu.open #main-menu {
		left: unset;
		right: 0 !important;
		transition: right 0.3s ease, opacity 0.3s ease;
	}
	
	
	body header .header .header-left #st-main-menu.open .back-menu {
		left: unset;
		right: 0;
	}
	
	
}
