﻿/*
    elements
*/

a {
    cursor: pointer;
}

h3 {
    max-width: 80%;
    display: table;
}

h5 {
    line-height: 30px;
    max-width: 80%;
    display: table;
}

hr {
    color: #999;
    margin-top: 80px;
    margin-bottom: 0px;
    border-top: 1px solid #dedede;
}

p {
    font-size: 16px;
    line-height: 27px;
}

    p.small {
        font-size: 14px;
        line-height: 22px;
    }

td,
th {
    padding: 10px;
}

.table-no-decoration {
    border: none;
}

    .table-no-decoration td,
    .table-no-decoration th {
        padding: 0px;
        border: none;
    }


/** single props **/

.fg-white {
    color: #FFFFFF;
}

.fg-black {
    color: #000000;
}

.fg-sensoria-dark-gray {
    color: #535353;
}

.bg-sensoria-dark-gray {
    background-color: #535353;
}

.bg-sensoria-light-gray {
    background-color: #f8f6f6;
}

.bg-sensoria-green {
    background-color: #7fb138;
}

.sensoria-light-green {
    color: #afd777;
}

.sensoria-green {
    color: #7fb138;
}

.sensoria-dark-gray {
    color: #535353;
}

.sensoria-light-gray {
    color: #f8f6f6;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-right-5 {
    margin-right: 5px;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.display-table {
    display: table;
}

.float-left {
    float: left;
}

.img-100 img {
    width: 100%;
    padding: 10px;
}

.img-80 img,
.img-80 map {
    width: 80%;
    padding: 10px;
}

.img-60 img {
    width: 60%;
    padding: 10px;
}

.img-40 img {
    width: 40%;
    padding: 10px;
}

.padding-bottom-none img,
.padding-bottom-none {
    padding-bottom: 0px !important;
}

.padding-top-none {
    padding-top: 0px !important;
}

.padding-top-bottom-none {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.padding-top-bottom-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-bottom-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-top-bottom-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-top-bottom-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-right-10 {
    padding-right: 10px;
}

.width-percent-80 {
    width: 80%;
}

.semi-bold {
    font-weight: 600 !important;
}

.color-black {
    color: black;
}

.color-orange {
    color: orange;
}

.color-sensoria-magenta {
    color: #e73d84;
}

.color-sensoria-teal {
    color: #4fc6dc;
}

/*nav */

.outlined button {
    background: url('https://cdn.sensoriafitness.com/www/image/c84ea46f2c48460bb372244323a9da34/orderNowBackground_1.png');
    background-color: transparent;
    height: 45px;
    margin-top: -20px;
    width: 140px;
}

.cart {
    background-image: url('https://cdn.sensoriafitness.com/www/image/eea464cac5844bc08b8f9d4715431596/Cart_icon_1.png');
    background-repeat: no-repeat;
    margin-top: 36px;
    width: 22px;
}

.nav.sensoria {
    margin-top: -5px;
}

.modalDialog {
    position: absolute;
    top: 70px;
    right: 23px;
    z-index: 99999;
    -ms-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    -ms-transition: opacity 400ms ease-in;
    -o-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

    .modalDialog.modal-open {
        -ms-opacity: 1;
        opacity: 1;
        pointer-events: auto;
    }

    .modalDialog > div {
        position: relative;
        margin: 7% auto;
        padding: 16px;
        padding-bottom: 6px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        float: right;
        background: url('https://cdn.sensoriafitness.com/www/image/c84ea46f2c48460bb372244323a9da34/orderNowBackground_1.png');
        background-color: rgba(0, 0, 0, 0.5);
    }

#mySensoriaMenu li {
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 5px;
}

    #mySensoriaMenu li a {
        color: #cdcdcd;
    }

        #mySensoriaMenu li a:hover,
        #mySensoriaMenu li a:focus {
            color: #fff;
        }

/* CTA*/
.content-cta {
    padding-top: 80px;
    padding-bottom: 80px;
    color: #535353;
}

    .content-cta h1 {
        max-width: 80%;
    }

    .content-cta .sensoria-cta {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: white;
        font-size: 24px;
        font-weight: 600;
        border-width: 3px;
    }

.sensoria-cta:hover {
    color: black;
}

.angle-bullet li {
    text-align: left;
    list-style: url('/Content/Images/angle-bullet.png');
    margin-bottom: 8px;
}

.checkmark-bullet li {
    text-align: left;
    list-style: url('/Content/Images/checkmark_icon.png');
}

/* Static Header */

.header-1-sub.fixed-height {
    height: 160px;
}


.legal p,
.legal ul {
    padding-bottom: 20px;
}

    .legal ul li {
        padding-bottom: 10px;
        padding-right: 50px;
    }

.legal .checkmark-bullet li {
    line-height: 28px;
}

.number {
    float: left;
    margin-right: 10px;
    left: -4px;
    margin-top: 4px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: #afafaf;
    text-align: center;
    color: #fff;
    line-height: 38px;
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: 0.6s background-color;
    -moz-transition: 0.6s background-color;
    -o-transition: 0.6s background-color;
    -ms-transition: 0.6s background-color;
    transition: 0.6s background-color;
}

    .number:hover {
        background: #7fb138;
    }

    .number.dots,
    .number.dots:hover {
        background: #dddddd;
        width: 12px;
        height: 12px;
    }

        .number.dots.active,
        .number.dots.active:hover {
            background: #afafaf;
        }

.panel {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.show-block-hide-other {
}

.hide-block-show-other {
}

.v-align-bottom {
    vertical-align: bottom !important;
}

/*/ Device Sizes /*/

@media (max-width: 767px) {
    .content-7 h3,
    .content-7 h5,
    .content-26 h3,
    .content-26 h5,
    .header-5 h3,
    .header-5 h5 {
        max-width: 95%;
    }
}

@media (max-width: 600px) {
    .table-scaler {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}


@media (max-width: 480px) {
    .table-scaler {
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}


/*/ Phone Sizes /*/

@media (max-width: 320px) {
    .hero-unit h1 {
        margin-top: -80px;
        margin-bottom: 20px;
        font-size: 50px;
        line-height: 46px;
    }

    h1,
    .h1 {
        font-size: 40px;
        line-height: 46px;
    }

    h2,
    .h2 {
        font-size: 36px;
        line-height: 42px;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 40px;
    }

    h4,
    .h4 {
        font-size: 22px;
        line-height: 30px;
    }

    h5,
    .h5 {
        font-size: 18px;
        line-height: 24px;
    }

    h6,
    .h6 {
        font-size: 16px;
        line-height: 23px;
    }

    p, p.small {
        font-size: 14px;
        line-height: 22px;
    }

    li {
        font-size: 14px;
        line-height: 22px;
    }


    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-cta .sensoria-cta {
        font-size: 14px;
    }

    .row > [class*="col-sm-"] {
        margin-top: 5px;
    }

    .padding-top-bottom-20 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .padding-bottom-20 {
        padding-bottom: 10px;
    }

    .padding-bottom-40 {
        padding-bottom: 20px;
    }

    .padding-bottom-60 {
        padding-bottom: 30px;
    }

    .padding-bottom-80 {
        padding-bottom: 40px;
    }

    .padding-top-20 {
        padding-top: 10px;
    }

    .padding-top-40 {
        padding-top: 20px;
    }

    .padding-top-60 {
        padding-top: 30px;
    }

    .padding-top-80 {
        padding-top: 40px;
    }

    .padding-top-bottom-40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .padding-top-bottom-60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .padding-top-bottom-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .margin-bottom-10 {
        margin-bottom: 5px !important;
    }

    .margin-bottom-30 {
        margin-bottom: 15px !important;
    }

    .margin-bottom-40 {
        margin-bottom: 20px !important;
    }

    .number {
        font-size: 16px;
    }
}
