/*
 Theme Name:   Carry Hill Child Aislin Demo
 Theme URI:    http://example.com/cary-hill/
 Description:  Carry Hill Child Theme
 Author:       Aislin
 Author URI:   http://example.com
 Template:     carry-hill
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  carry-hill
*/


/* =Theme customization starts here
-------------------------------------------------------------- */


/* STYLE SWITCHER */

#wh-style-switcher {
    position: fixed;
    top: 200px;
    left: -144px;
    width: 144px;
    background-color: #fff;
    border: 1px solid #F2E9E9;
    z-index: 999999;
    font-size: 15px;
    padding: 15px;
}

#wh-style-switcher-admin-only {
    float: left;
    background-color: #EFEFEF;
    margin-top: 110px;
    width: 100%;
    text-align: center;
}

#wh-style-switcher-admin-only h4 {
    margin: 5px 0;
}

#wh-style-switcher-admin-only p {
    font-size: 11px;
}

#wh-style-switcher-admin-only li {
    padding: 3px;
    height: auto;
    border: 1px solid #D7D7D7;
}

.wh-switcher-toggle {
    /*right: -44px;
    position: absolute;
    padding: 5px;
    width: 44px;
    height: 49px;
    cursor: pointer;
    font-size: 39px;*/
    right: -42px;
    position: absolute;
    padding: 5px;
    width: 41px;
    height: 44px;
    cursor: pointer;
    background-image: url("../images/colorswitcher-icon.png");
}

.wh-switcher-links {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 5px;
}

.wh-switcher-links li {
    float: left;
    width: 50%;
    padding: 1px;
}

.wh-switcher-links li.default {
    float: left;
    width: 100%;
    height: 30px;
    text-align: center;
    margin-bottom: 5px;
}

.wh-switcher-links li a {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}

.wh-switcher-links li a:hover {
    opacity: 0.8;
}