/* 
Author: CreatopusThemes
Date: 2017-09-29
*/

/* "More Demos" button */

.crea-demo-toggle-button {
    position: fixed;
    z-index: 100000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    background-color: #ededed;
    max-width: 80px;
    text-align: center;
    cursor: pointer;    
    background-color: #00aedd;
    top: 45em;
    color: #fff;
    font-weight: 700;
    border-radius: 0 3px 3px 0;
    font-size: 8px;
    padding: 5px 6px;
    letter-spacing: 0.25em;
    line-height: 16px;
}

.crea-demo-toggle-button:hover {
    background-color: #ddd;
}

/* END "More Demos" button */

/* "Buy" button */

.crea-demo-buy {
    position: fixed;
    bottom: 5em;
    top:initial;
    right:-55px;
    z-index: 100000;
    font-size: 1.1em;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    background-color: #ff6a00;
    padding: .5em;
    text-align: center;    
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.crea-demo-buy a {
    color:#fff;
}

.crea-demo-buy:hover {
    right:0;
}

.crea-buy-inner-text {
    text-align: center;
    display: inline-block;
    vertical-align:middle;    
    font-size:14px;
    padding-left:10px;
    font-weight:bold;
    font-family:'Open Sans';
}

.crea-buy-inner-text:after {
    content: "\f178";
    font-family: FontAwesome;
    color: #fff;
    font-size: 1em;
    padding: 0 1em;
    position: relative;
}

.crea-buy-inner-price {
    width: 40px;
    text-align: center;
    display: inline-block;
    vertical-align:middle;
    color: #191919;
    font-weight: bold;
}

.crea-demo-emphasized {
    font-weight: bold;
    font-size: 26px;
    font-family: Raleway;
    display: block;
    line-height: 24px;
}
/* END "Buy" button */

.crea-demo-sliding-panel ul li img {
    margin: 8px;
}

.crea-demo-sliding-panel dl img {
    -webkit-box-shadow: -8px 0px 5px 0px rgba(6, 13, 23, 0.2);
    -moz-box-shadow: -8px 0px 5px 0px rgba(6, 13, 23, 0.2);
    box-shadow: -8px 0px 5px 0px rgba(6, 13, 23, 0.2);
}

#sidr dl {
    padding:0 20px;
    margin:0;
}

#sidr dd{
    margin-bottom:0;
}

#sidr dl:first-child {
    background-color:#00aedd;
}

#sidr dl:nth-child(2) {
    background-color:#f5612b;
}
#sidr dt {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    padding: 25px 0 10px;
    line-height: 18px;
    letter-spacing: 0.05em;
    font-family: Raleway;
}

/* media */

@media (max-width:768px){
    .crea-buy-only-large-screen {display:none;}
    .crea-demo-toggle-button {
        font-size: 7px;
        padding: 5px 6px 1px 6px;
        line-height: 16px;
    }
    .crea-demo-emphasized {
        font-size: 18px;
        line-height: 16px;
    }
    .crea-demo-buy {
        padding:0.4em;
        bottom: 5em;
    }
}