/* Mobile theme switcher styles */
@media(max-width:767px){
    .theme-switcher, #theme-switcher{
        top: 120px !important;
    }
}

.theme-switcher .theme-switcher-toggle{
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.theme-switcher-inner{
    padding: 10px;
}

.theme-switcher-inner h4{
    font-size: 12px;
    margin-bottom: 10px;
}

.theme-switcher-inner ul li a{
    padding: 8px;
    margin: 1px;
    width: 18px;
    height: 18px;
}

/* Mobile responsive fixes for slider titles */
@media(max-width:767px){
    .beautypress-welcome-container h3{
        font-size: 2.5em !important;
        line-height: 1.2;
        word-wrap: break-word;
    }
}

@media(max-width:480px){
    .beautypress-welcome-container h3{
        font-size: 2em !important;
        line-height: 1.1;
    }
}

@media(max-width:320px){
    .beautypress-welcome-container h3{
        font-size: 1.8em !important;
        line-height: 1.1;
    }
} 