/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/

/* LSZ Info Button and Panel Styles */
.lsz-info-btn {
    position: fixed !important;
    top: 50% !important;
    right: 0 !important;
    background: #c00 !important;
    color: #fff !important;
    padding: 20px 10px !important;
    border-radius: 8px 0 0 8px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 16px !important;
    z-index: 999999 !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
    cursor: pointer !important;
    transform: translateY(-50%) !important;
    writing-mode: vertical-rl !important;
    text-orientation: mixed !important;
    white-space: nowrap !important;
    transition: background 0.3s ease !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    min-width: 40px !important;
    min-height: 40px !important;
}

.lsz-info-btn-inner {
    position: absolute !important;
    top: 50% !important;
    right: -40px !important;
    background: #c00 !important;
    color: #fff !important;
    padding: 20px 10px !important;
    border-radius: 8px 0 0 8px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 16px !important;
    z-index: 999999 !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
    cursor: pointer !important;
    transform: translateY(-50%) !important;
    writing-mode: vertical-rl !important;
    text-orientation: mixed !important;
    white-space: nowrap !important;
    transition: all 0.4s ease !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    min-width: 40px !important;
    min-height: 40px !important;
}

.lsz-info-btn:hover {
    background: #900;
}

.lsz-info-btn-inner:hover {
    background: #900;
}

.lsz-panel {
    position: fixed;
    top: 50%;
    right: -300px;
    width: 300px;
    height: 500px;
    background: #c00;
    z-index: 999998;
    box-shadow: -4px 0 12px rgba(0,0,0,0.3);
    transition: right 0.4s ease;
    transform: translateY(-50%);
    display: block !important;
    visibility: visible !important;
}

.lsz-panel.active {
    right: 40px;
}

.lsz-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    z-index: 1000000;
}

.lsz-close:hover {
    color: #ccc;
}

/* Alternative button style - more visible */
.lsz-info-btn-alt {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    background: #c00 !important;
    color: #fff !important;
    padding: 15px 20px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 16px !important;
    z-index: 999999 !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
    cursor: pointer !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    min-width: 80px !important;
    min-height: 40px !important;
    text-align: center !important;
    line-height: 1.2 !important;
}





