/*
Theme Name: matrasiorg
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.1.3
*/


.aip-author-box img {float: left; margin-right: 15px;}
/*
.entry-content img { width: 100%;}
*/
/*
span.views {
	display: inline-flex;
	margin-right: 10px;
}
.widget_uxe_post_views_counter_list_widget,
.flatsome_recent_posts {
	padding: 15px;
	background: #fafafa;
	border-radius: 15px;
}
*/

/*
.entry-header-text {padding: 0 0 1.5em 0;}
.entry-meta {color: #525670;}
.entry-content {padding-top: 0;}
.entry-header-text-top { border-bottom: 1px solid #ececec; margin-bottom: 20px;}
.rating, .tech-info, .bottombar_visible {display: none;}
*/
/*
.page-wrapper { padding-bottom: 20px; padding-top: 20px;}
#section_archive { padding-top: 0px; padding-bottom: 0px;}
*/

/*
.home-top .is-divider, .home-blog .is-divider,
#at_posts_related .is-divider {display: none;}
*/


.sp-easy-accordion .sp-ea-single .ea-header a {font-size: 16px; line-height: 18px;}

/*
.rt-reading-time {color: #d500fa; white-space: nowrap;}
*/


div#ez-toc-container { float: right;}



media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}

/* ============================================================
   MOBILE ACCORDION MENU — MoodRoom Custom Styles
   ============================================================ */

/* --- Overlay backdrop --- */
.mobile-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(20, 20, 30, 0.55);
    z-index: 9998;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    animation: mmFadeIn 0.25s ease;
}
.mobile-overlay.is-visible { display: block; }
@keyframes mmFadeIn { from { opacity: 0; } to { opacity: 1; } }

/* --- Drawer panel --- */
.nav-mobile {
    background: #fff !important;
    box-shadow: 3px 0 30px rgba(0,0,0,0.18) !important;
    overflow-y: auto !important;
    border-right: 3px solid #e05c2a !important;
}

/* --- Each top-level item row --- */
.nav-mobile ul.nav > li {
    border-bottom: 1px solid #f0f0f0 !important;
    margin: 0 !important;
    position: relative;
}
.nav-mobile ul.nav > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 15px 20px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    color: #222 !important;
    text-decoration: none !important;
    min-height: 52px !important;
    transition: background 0.18s, color 0.18s !important;
}
.nav-mobile ul.nav > li > a:hover,
.nav-mobile ul.nav > li > a:focus {
    background: #fff8f5 !important;
    color: #e05c2a !important;
}
.nav-mobile ul.nav > li.mm-open > a {
    background: #fff3ee !important;
    color: #e05c2a !important;
}

/* --- Accordion toggle button --- */
.mm-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 50%;
    transition: background 0.2s;
    color: #888;
    font-size: 18px;
    line-height: 1;
    padding: 0;
}
.mm-toggle:hover { background: #f5e8e2; color: #e05c2a; }
.mm-open > a > .mm-toggle {
    transform: rotate(180deg);
    color: #e05c2a;
}
.mm-toggle svg {
    width: 16px; height: 16px;
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
    pointer-events: none;
}

/* --- Sub-menu accordion --- */
.nav-mobile ul.nav li > .sub-menu {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.38s cubic-bezier(.4,0,.2,1) !important;
    background: #fafafa !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.nav-mobile ul.nav li.mm-open > .sub-menu {
    max-height: 600px !important;
}
.nav-mobile ul.nav li > .sub-menu li > a {
    display: block !important;
    padding: 12px 20px 12px 36px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #444 !important;
    border-bottom: 1px solid #ebebeb !important;
    transition: background 0.15s, color 0.15s !important;
}
.nav-mobile ul.nav li > .sub-menu li:last-child > a {
    border-bottom: none !important;
}
.nav-mobile ul.nav li > .sub-menu li > a:hover {
    background: #fff3ee !important;
    color: #e05c2a !important;
    padding-left: 42px !important;
}

