/**
Star Editions CSS
 */

/* Resets */
html.wf-active {
    margin: 0;
    width: 100%;
}

html.wf-active #page-sidebar {
    width: 100%;
}

html.wf-active #product-info {
    margin: 0;
}

/**
Widget
 */

.expando {
    margin: 0 0 20px 0;
    padding: 1rem;
    border-color: #ccc;
    font-family: 'Dosis', sans-serif;
    box-shadow: none;
    border-radius: 0;
}

/* Widget > Header > Title */
.expando > header > h1 {
    font-size: 1.25rem;
}

/* Widget > Header > Title > Link */
.expando > header > h1 a {
    position: relative;
    display: block;
    color: #2e2f6c;
    transition: all ease .2s;
}

.expando > header > h1 a:hover {
    color: #ea222d;
}

.expando > header > h1 a:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: #2e2f6c;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #fff;
    transition: all ease .2s;
}

.expando > header > h1 a:hover:after {
    background-color: #ea222d;
}

/* Widget > Header > Title > Link > Hide icon images */
.expando > header > h1 img {
    display: none;
}

/* Widget > Centre alignment */
.expando-in {
    text-align: center;
}

/* Widget > 'Text Area' label */
.expando-in span {
    display: block;
    margin: 1rem 0;
    font-size: 1rem;
}

/* Widget > Input */
.expando-in input.text-area-input {
    margin: .5rem 0;
    padding: 0 1rem;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.25rem;
    text-align: center;
    box-sizing: border-box;
    border-radius: .25rem;
    transition: all ease .2s;
}

.expando-in input.text-area-input:hover {
    background-color: #f8f8f8;
}

.expando-in input.text-area-input:active {
    background-color: #f0f0f0;
}

.expando-in input.text-area-input:focus {
    border: 1px solid #2e2f6c;
    outline: 0;
}

/* Widget > Input > Character limit */
.expando-in .character-limit {
    font-size: 1rem;
    color: #2e2f6c;
}

/* Widget > 'Add to Cart' box */
#add-to-cart.box {
    margin: 0;
    border: 2px solid #2e2f6c;
    width: 100%;
    box-shadow: none;
    box-sizing: border-box;
    border-radius: 0;
    transition: all ease .2s;
}

#add-to-cart.box:hover {
    background-color: #2e2f6c;
}

/* Widget > 'Add to Cart' box > Button */
#add-to-cart > header > h1 {
    font-family: 'Dosis', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #2e2f6c;
    transition: all ease .2s;
}

#add-to-cart.box:hover > header > h1 {
    color: #fff;
}

/* Widget > 'Add to Cart' box > Button > Hide icon */
#add-to-cart .add-to-cart-icon {
    display: none;
}

#page-content {
    max-height: 100%;
}
