/**
 * Eho - Complete Transparency and Advanced Styling System
 * Based on original LESS files from Eho template
 */

/* ========================================
   CORE STRUCTURE
   ======================================== */

#rt-page-surround {
    overflow: hidden;
}

#rt-bg-top {
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding-top: 20px;
}

#rt-bg-bottom {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-bottom: 35px;
}

/* ========================================
   HEADER SECTION
   ======================================== */

#rt-top-surround {
    position: relative;
}

#rt-top-surround #rt-header {
    background: url(/lv_eho/images/overlays/header-top-dark.png) 0 0 repeat !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
    border-radius: 10px 10px 0 0;
    padding: 25px 0;
}

.main-body-style-light #rt-top-surround #rt-header {
    background: url(/lv_eho/images/overlays/header-top-light.png) 0 0 repeat !important;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* ========================================
   NAVIGATION
   ======================================== */

#rt-top-surround #rt-navigation {
    background: url(/lv_eho/images/overlays/header-bottom-dark.png) 0 0 repeat-x !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
    padding: 0;
}

.main-body-style-light #rt-top-surround #rt-navigation {
    background: url(/lv_eho/images/overlays/header-bottom-light.png) 0 0 repeat-x !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* Menu Items */
#rt-navigation .gf-menu li a {
    background: transparent;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

#rt-navigation .gf-menu li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
}

#rt-navigation .gf-menu li:hover > a::before,
#rt-navigation .gf-menu li.active > a::before {
    opacity: 1;
}

#rt-navigation .gf-menu li:hover > a,
#rt-navigation .gf-menu li.active > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
                inset 0 -1px 0 rgba(0, 0, 0, 0.3),
                inset 0 0 15px rgba(255, 153, 51, 0.2);
}

#rt-navigation .gf-menu li.active > a {
    border-bottom: 2px solid #ff9933;
}

.main-body-style-light #rt-navigation .gf-menu li a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.main-body-style-light #rt-navigation .gf-menu li a::before {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.08),
        rgba(0, 0, 0, 0.03));
}

.main-body-style-light #rt-navigation .gf-menu li:hover > a,
.main-body-style-light #rt-navigation .gf-menu li.active > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
                inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

/* Dropdown Menus */
.gf-menu .dropdown {
    background: url(/lv_eho/images/overlays/menu-dark.png) 0 0 repeat !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    position: absolute;
    z-index: 1000;
}

.gf-menu li:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.gf-menu .dropdown li {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.2s ease-in-out;
}

.gf-menu li:hover > .dropdown li {
    opacity: 1;
    transform: translateX(0);
}

.gf-menu li:hover > .dropdown li:nth-child(1) { transition-delay: 0.05s; }
.gf-menu li:hover > .dropdown li:nth-child(2) { transition-delay: 0.1s; }
.gf-menu li:hover > .dropdown li:nth-child(3) { transition-delay: 0.15s; }
.gf-menu li:hover > .dropdown li:nth-child(4) { transition-delay: 0.2s; }
.gf-menu li:hover > .dropdown li:nth-child(5) { transition-delay: 0.25s; }

.gf-menu .dropdown li a {
    transition: all 0.2s ease-in-out;
}

.gf-menu .dropdown li:hover > a {
    background: rgba(255, 153, 51, 0.15);
    padding-left: 20px;
    transform: translateX(5px);
}

.gf-menu.l1 > li:hover > .item .border-fixer,
.gf-menu-toggle {
    background: url(/lv_eho/images/overlays/menu-dark.png) 0 0 repeat !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.main-body-style-light .gf-menu .dropdown,
.main-body-style-light .gf-menu.l1 > li:hover > .item .border-fixer,
.main-body-style-light .gf-menu-toggle {
    background: url(/lv_eho/images/overlays/menu-light.png) 0 0 repeat !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.main-body-style-light .gf-menu .dropdown li:hover > a {
    background: rgba(255, 153, 51, 0.1);
}

/* Menu Mobile Toggle */
.gf-menu-toggle {
    display: none;
    padding: 15px 20px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.gf-menu-toggle:hover {
    background: rgba(255, 153, 51, 0.3) !important;
}

.gf-menu-toggle-icon {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.gf-menu-toggle-icon::before,
.gf-menu-toggle-icon::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.gf-menu-toggle-icon::before {
    top: -6px;
}

.gf-menu-toggle-icon::after {
    top: 6px;
}

.gf-menu-toggle.active .gf-menu-toggle-icon {
    background: transparent;
}

.gf-menu-toggle.active .gf-menu-toggle-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.gf-menu-toggle.active .gf-menu-toggle-icon::after {
    transform: rotate(-45deg);
    top: 0;
}

/* Responsive Menu Styles */
@media (max-width: 960px) {
    .gf-menu-toggle {
        display: block;
    }
    
    #rt-navigation .gf-menu {
        display: none;
        background: rgba(0, 0, 0, 0.95);
        padding: 10px 0;
    }
    
    #rt-navigation .gf-menu.mobile-active {
        display: block;
    }
    
    #rt-navigation .gf-menu > li {
        display: block;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    
    #rt-navigation .gf-menu > li > a {
        padding: 15px 20px;
    }
    
    #rt-navigation .gf-menu .dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        background: rgba(0, 0, 0, 0.3) !important;
    }
    
    #rt-navigation .gf-menu .dropdown li {
        opacity: 1;
        transform: none;
    }
    
    #rt-navigation .gf-menu .dropdown li a {
        padding-left: 40px;
    }
}

/* ========================================
   SHOWCASE SECTION
   ======================================== */

#rt-showcase {
    background: transparent;
    padding: 20px 0;
}

#rt-showcase .rt-block {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05),
                0 3px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 6px;
}

.main-body-style-light #rt-showcase .rt-block {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9),
                0 3px 10px rgba(0, 0, 0, 0.05);
}

/* ========================================
   FEATURE SECTION
   ======================================== */

#rt-feature {
    background: rgba(0, 0, 0, 0.4) !important;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

#rt-feature .rt-block {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 6px;
}

.main-body-style-light #rt-feature {
    background: rgba(255, 255, 255, 0.7) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8),
                inset 0 1px 0 rgba(255, 255, 255, 1);
}

.main-body-style-light #rt-feature .rt-block {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
}

/* ========================================
   UTILITY SECTION
   ======================================== */

#rt-utility {
    background: rgba(0, 0, 0, 0.25);
    padding: 20px 0;
}

.main-body-style-light #rt-utility {
    background: rgba(255, 255, 255, 0.5);
}

/* ========================================
   MAIN TOP/BOTTOM
   ======================================== */

#rt-maintop, #rt-mainbottom {
    background: rgba(0, 0, 0, 0.15);
    padding: 20px 0;
}

.main-body-style-light #rt-maintop,
.main-body-style-light #rt-mainbottom {
    background: rgba(255, 255, 255, 0.6);
}

/* ========================================
   MAIN CONTENT AREA
   ======================================== */

#rt-main {
    clear: both;
    margin: 0;
    width: 100%;
}

#rt-main .rt-container {
    overflow: visible;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important;
    box-sizing: border-box;
}

#rt-main .rt-container > div[class*="rt-grid-"] {
    float: left;
    min-height: 1px;
    position: relative;
    box-sizing: border-box;
}

/* Mainbody with Overlay */
#rt-mainbody {
    background: url(/lv_eho/images/overlays/mainbody-dark.png) 0 0 repeat-y !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 25px;
    margin: -15px -15px 0 -25px;
    min-height: 400px;
}

.rt-grid-12 #rt-mainbody {
    margin: -15px -25px;
}

.main-body-style-light #rt-mainbody {
    background: url(/lv_eho/images/overlays/mainbody-light.png) 0 0 repeat-y !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#rt-mainbody .component-content {
    background: rgba(255, 255, 255, 0.02);
    padding: 30px 40px;
    border-radius: 6px;
    line-height: 1.8;
    box-sizing: border-box;
}

.main-body-style-light #rt-mainbody .component-content {
    background: rgba(255, 255, 255, 0.5);
}

/* Typography for content */
#rt-mainbody .component-content h1,
#rt-mainbody .component-content h2,
#rt-mainbody .component-content h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.main-body-style-light #rt-mainbody .component-content h1,
.main-body-style-light #rt-mainbody .component-content h2,
.main-body-style-light #rt-mainbody .component-content h3 {
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#rt-mainbody .component-content p {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.main-body-style-light #rt-mainbody .component-content p {
    color: #555;
}

#rt-mainbody .component-content ul,
#rt-mainbody .component-content ol {
    margin: 15px 0 15px 20px;
    padding-left: 20px;
}

#rt-mainbody .component-content ul li,
#rt-mainbody .component-content ol li {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.85);
}

.main-body-style-light #rt-mainbody .component-content ul li,
.main-body-style-light #rt-mainbody .component-content ol li {
    color: #666;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #rt-mainbody {
        padding: 15px;
        margin: -15px -10px 0 -10px;
    }
    
    #rt-mainbody .component-content {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    #rt-mainbody {
        padding: 10px;
    }
    
    #rt-mainbody .component-content {
        padding: 15px;
    }
}

/* ========================================
   SIDEBARS
   ======================================== */

#rt-sidebar-a,
#rt-sidebar-b {
    padding: 0;
}

#rt-sidebar-a .rt-block,
#rt-sidebar-b .rt-block {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    padding: 20px;
    margin: 10px;
    border-radius: 6px;
}

.main-body-style-light #rt-sidebar-a .rt-block,
.main-body-style-light #rt-sidebar-b .rt-block {
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
}

#rt-sidebar-a .module-title,
#rt-sidebar-b .module-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    margin: 0 0 18px;
    padding: 0 0 12px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    padding: 12px 15px;
    margin: -20px -20px 20px -20px;
    border-radius: 6px 6px 0 0;
}

.main-body-style-light #rt-sidebar-a .module-title,
.main-body-style-light #rt-sidebar-b .module-title {
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

/* Sidebar Lists */
#rt-sidebar-a ul.menu,
#rt-sidebar-b ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#rt-sidebar-a ul.menu li,
#rt-sidebar-b ul.menu li {
    margin: 0 0 5px 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    width: 100%;
}

#rt-sidebar-a ul.menu li a,
#rt-sidebar-b ul.menu li a {
    display: block;
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

#rt-sidebar-a ul.menu li a:before,
#rt-sidebar-b ul.menu li a:before {
    content: "\f111";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 8px;
    vertical-align: middle;
    color: var(--main-accent, #E37C00);
}

#rt-sidebar-a ul.menu li.active > a:before,
#rt-sidebar-b ul.menu li.active > a:before {
    content: "\f054";
    font-size: 12px;
}

#rt-sidebar-a ul.menu li a:hover,
#rt-sidebar-b ul.menu li a:hover,
#rt-sidebar-a ul.menu li.active > a,
#rt-sidebar-b ul.menu li.active > a {
    background: url(/lv_eho/images/overlays/dark.png) 0 0 repeat;
    color: #fff;
    padding-left: 20px;
    box-shadow: inset 0 0 10px rgba(227, 124, 0, 0.3);
}

.main-body-style-light #rt-sidebar-a ul.menu li a,
.main-body-style-light #rt-sidebar-b ul.menu li a {
    color: #555;
}

.main-body-style-light #rt-sidebar-a ul.menu li a:hover,
.main-body-style-light #rt-sidebar-b ul.menu li a:hover,
.main-body-style-light #rt-sidebar-a ul.menu li.active > a,
.main-body-style-light #rt-sidebar-b ul.menu li.active > a {
    background: url(/lv_eho/images/overlays/light.png) 0 0 repeat;
    color: #333;
}

/* Content Top and Bottom */
#rt-content-top,
#rt-content-bottom {
    margin: 20px 0;
    overflow: hidden;
}

#rt-content-top .rt-block,
#rt-content-bottom .rt-block {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 6px;
}

.main-body-style-light #rt-content-top .rt-block,
.main-body-style-light #rt-content-bottom .rt-block {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
}

/* ========================================
   EXTENSION SECTION
   ======================================== */

#rt-extension {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    padding: 20px 0;
}

.main-body-style-light #rt-extension {
    background: rgba(255, 255, 255, 0.65);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
}

/* ========================================
   BOTTOM SECTION
   ======================================== */

#rt-bottom {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.main-body-style-light #rt-bottom {
    background: rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9),
                inset 0 1px 0 rgba(255, 255, 255, 1);
}

/* ========================================
   FOOTER SECTION
   ======================================== */

#rt-footer-surround {
    background: url(/lv_eho/images/overlays/footer-top-dark.png) 0 0 repeat-x !important;
    position: relative;
    padding: 35px 0;
}

#rt-footer-surround::after {
    content: "";
    position: absolute;
    top: 112px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/lv_eho/images/overlays/footer-bottom-dark.png) 0 0 repeat !important;
    border-radius: 0 0 10px 10px;
}

#rt-footer-surround #rt-footer-content {
    position: relative;
    z-index: 10;
}

.main-body-style-light #rt-footer-surround {
    background: url(/lv_eho/images/overlays/footer-top-light.png) 0 0 repeat-x !important;
}

.main-body-style-light #rt-footer-surround::after {
    background: url(/lv_eho/images/overlays/footer-bottom-light.png) 0 0 repeat !important;
}

#rt-footer {
    background: transparent;
    overflow: hidden;
}

/* Footer Module Blocks */
#rt-footer .rt-block {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.main-body-style-light #rt-footer .rt-block {
    background: rgba(255, 255, 255, 0.7) !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
}

/* Footer Module Titles */
#rt-footer .module-title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#rt-footer .module-title h2.title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    letter-spacing: 1px;
}

.main-body-style-light #rt-footer .module-title h2.title {
    color: #333;
}

.main-body-style-light #rt-footer .module-title {
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

/* Footer Module Content */
#rt-footer .module-content {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.8;
}

.main-body-style-light #rt-footer .module-content {
    color: #666;
}

/* Footer Links */
#rt-footer ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#rt-footer ul.menu li {
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

#rt-footer ul.menu li:last-child {
    border-bottom: none;
}

#rt-footer ul.menu li a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color 0.2s;
    display: block;
}

#rt-footer ul.menu li a:hover {
    color: #fff;
    padding-left: 5px;
}

.main-body-style-light #rt-footer ul.menu li a {
    color: #666;
}

.main-body-style-light #rt-footer ul.menu li a:hover {
    color: #333;
}

#rt-copyright {
    background: rgba(0, 0, 0, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0;
    text-align: center;
}

#rt-copyright .rt-block {
    background: transparent !important;
    border: none;
    padding: 5px;
}

#rt-copyright p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin: 5px 0;
}

.main-body-style-light #rt-copyright {
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.main-body-style-light #rt-copyright p {
    color: #999;
}

/* ========================================
   DRAWER, TOP AND DEBUG SECTIONS
   ======================================== */

#rt-top .rt-container,
#rt-debug .rt-container,
#rt-drawer .rt-container {
    background: url(/lv_eho/images/overlays/dark.png) 0 0 repeat !important;
    border-radius: 10px;
    padding: 20px 15px !important;
    margin: 15px auto;
}

.main-body-style-light #rt-top .rt-container,
.main-body-style-light #rt-debug .rt-container,
.main-body-style-light #rt-drawer .rt-container {
    background: url(/lv_eho/images/overlays/light.png) 0 0 repeat !important;
}

/* ========================================
   GRID SYSTEM
   ======================================== */

/* Grid System - Float Based */
.rt-grid-1,
.rt-grid-2,
.rt-grid-3,
.rt-grid-4,
.rt-grid-5,
.rt-grid-6,
.rt-grid-7,
.rt-grid-8,
.rt-grid-9,
.rt-grid-10,
.rt-grid-11,
.rt-grid-12 {
    float: left;
    margin-left: 2.5%;
    box-sizing: border-box;
    position: relative;
}

.rt-grid-1:first-child,
.rt-grid-2:first-child,
.rt-grid-3:first-child,
.rt-grid-4:first-child,
.rt-grid-5:first-child,
.rt-grid-6:first-child,
.rt-grid-7:first-child,
.rt-grid-8:first-child,
.rt-grid-9:first-child,
.rt-grid-10:first-child,
.rt-grid-11:first-child,
.rt-grid-12:first-child {
    margin-left: 0;
}

.rt-grid-1 { width: 6%; }
.rt-grid-2 { width: 14.5%; }
.rt-grid-3 { width: 23%; }
.rt-grid-4 { width: 31.5%; }
.rt-grid-5 { width: 40%; }
.rt-grid-6 { width: 48.5%; }
.rt-grid-7 { width: 57%; }
.rt-grid-8 { width: 65.5%; }
.rt-grid-9 { width: 74%; }
.rt-grid-10 { width: 82.5%; }
.rt-grid-11 { width: 91%; }
.rt-grid-12 { width: 100%; margin-left: 0; }

.rt-push-1 { left: 8.33333%; }
.rt-push-2 { left: 16.66667%; }
.rt-push-3 { left: 25%; }
.rt-push-4 { left: 33.33333%; }
.rt-push-5 { left: 41.66667%; }
.rt-push-6 { left: 50%; }
.rt-push-7 { left: 58.33333%; }
.rt-push-8 { left: 66.66667%; }
.rt-push-9 { left: 75%; }
.rt-push-10 { left: 83.33333%; }
.rt-push-11 { left: 91.66667%; }

.rt-pull-1 { right: 8.33333%; }
.rt-pull-2 { right: 16.66667%; }
.rt-pull-3 { right: 25%; }
.rt-pull-4 { right: 33.33333%; }
.rt-pull-5 { right: 41.66667%; }
.rt-pull-6 { right: 50%; }
.rt-pull-7 { right: 58.33333%; }
.rt-pull-8 { right: 66.66667%; }
.rt-pull-9 { right: 75%; }
.rt-pull-10 { right: 83.33333%; }
.rt-pull-11 { right: 91.66667%; }

/* ========================================
   CLEARFIX
   ======================================== */

#rt-main .rt-container:after,
#rt-main .rt-container:before {
    content: "";
    display: table;
    clear: both;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* ========================================
   ROKSPROCKET COMPONENTS
   ======================================== */

/* RokSprocket Mosaic */
.sprocket-mosaic .sprocket-mosaic-item {
    background: url(/lv_eho/images/overlays/mainbody-dark.png) 0 0 repeat-y !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px;
}

.main-body-style-light .sprocket-mosaic .sprocket-mosaic-item {
    background: url(/lv_eho/images/overlays/mainbody-light.png) 0 0 repeat-y !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* RokSprocket Strips */
.sprocket-strips .sprocket-strips-item {
    background: url(/lv_eho/images/overlays/mainbody-dark.png) 0 0 repeat-y !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px;
    margin-bottom: 15px;
}

.main-body-style-light .sprocket-strips .sprocket-strips-item {
    background: url(/lv_eho/images/overlays/mainbody-light.png) 0 0 repeat-y !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* RokSprocket Tabs */
.sprocket-tabs .sprocket-tabs-nav {
    background: url(/lv_eho/images/overlays/dark.png) 0 0 repeat !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.main-body-style-light .sprocket-tabs .sprocket-tabs-nav {
    background: url(/lv_eho/images/overlays/light.png) 0 0 repeat !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.sprocket-tabs .sprocket-tabs-content {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px;
}

.main-body-style-light .sprocket-tabs .sprocket-tabs-content {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* RokSprocket Slideshow */
.sprocket-features-img-list .sprocket-features-content {
    background: rgba(0, 0, 0, 0.7) !important;
    padding: 20px;
}

.main-body-style-light .sprocket-features-img-list .sprocket-features-content {
    background: rgba(255, 255, 255, 0.9) !important;
}

/* ========================================
   MODULE VARIATIONS
   ======================================== */

.rt-block {
    padding: 15px;
    margin-bottom: 20px;
}

.module-title,
.moduletable .title,
.rt-block h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0 0 12px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.main-body-style-light .module-title,
.main-body-style-light .moduletable .title,
.main-body-style-light .rt-block h3 {
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

/* ========================================
   BUTTONS AND FORMS
   ======================================== */

.readon, .button, .btn {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(to bottom, #ff9933, #ff6600);
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.35);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.readon:hover, .button:hover, .btn:hover {
    background: linear-gradient(to bottom, #ffa347, #ff7a1a);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255, 102, 0, 0.45);
}

/* Newsletter Form */
.newsletter-form input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 13px;
}

.newsletter-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.newsletter-form input[type="email"]:focus {
    outline: none;
    border-color: rgba(255, 153, 51, 0.5);
    background: rgba(0, 0, 0, 0.4);
}

/* Social Icons */
.social-icons a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 8px;
    font-size: 16px;
    transition: all 0.3s;
}

.social-icons a:hover {
    color: #ff9933;
    transform: translateY(-2px);
}

.main-body-style-light .social-icons a {
    color: #999;
}

.main-body-style-light .social-icons a:hover {
    color: #ff6600;
}

/* FontAwesome Icons */
#rt-footer .fa {
    margin-right: 8px;
    color: #ff9933;
}

#rt-copyright .social-icons .fa {
    margin-right: 0;
}

/* ========================================
   RESPONSIVE ADJUSTMENTS FOR FOOTER
   ======================================== */

@media (max-width: 768px) {
    .rt-grid-1,
    .rt-grid-2,
    .rt-grid-3,
    .rt-grid-4,
    .rt-grid-5,
    .rt-grid-6,
    .rt-grid-7,
    .rt-grid-8,
    .rt-grid-9,
    .rt-grid-10,
    .rt-grid-11 {
        width: 100% !important;
        margin-left: 0 !important;
        float: none !important;
    }
    
    #rt-footer .rt-block {
        margin-bottom: 20px;
    }
    
    #rt-copyright .rt-grid-4 {
        text-align: center;
        margin-bottom: 15px;
    }
}
