.vs-hidden {
    display: none !important;
}
.vs-visible {
    display: inline-block !important;
}
.text-gray {
    color: rgba(0,0,0, 0.26);
}
.cedpt-table {
    border: 1px solid #ddd;
    /*border: 1px solid black;*/
    position: relative;
    margin-bottom: 50px;
}

@media screen and (max-width: 991px){
    .cedpt-row .cedpt-columnjs:not(:nth-child(2)){
        display: none;
    }
}
@media screen and (max-width: 992px) {
    #cedpt-item-filter-select {
        margin-top: 70px;
    }
}
.cedpt-table *:not(i) {
    font-family: "Roboto", "Helvetica";
}
.cedpt-table i:not(.fa-info-circle) {
    font-size: 22px;
}
.cedpt-table p, .cedpt-subsection-title {
    font-size: 16px;
    font-weight: 400;
    color: #999;
}
.cedpt-table h2, .cedpt-table h3, .cedpt-table h4, .cedpt-table h5, .cedpt-subsection-title {
    /*color: #2d3359;*/
    color: #3c4858;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 !important;
}
.cedpt-column {
    padding: 0;
    border-right: 1px solid #ddd;
    /*border-right: 1px solid black;*/
    position: static; /* allow buttons float on top on mobile */
}
@media screen and (min-width: 767px) {
    .cedpt-column:last-of-type {
        border-right: 0;
    }
}
.cedpt-column > .cedpt-content {
    padding: 20px 10px;
}

@media screen and (min-width: 1200px){
    .cedpt-column > .cedpt-content {
        padding: 20px;
    }
}

.cedpt-content p, .cedpt-content h2, .cedpt-content h4, .cedpt-content h5 {
    margin-bottom: 0;
    margin-top: 0;
    margin: 0 !important;
}
.cedpt-content h2.cedpt-title {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px !important;
}

.cedpt-main-title {
    font-weight: 700;
    font-family: "Roboto", "Helvetica", sans-serif;
    margin-bottom: 30px !important;
}
.cedpt-table .cedpt-content .info-title {
    font-size: 16px;
    font-weight: 400;
}

.cedpt-title, .cedpt-title-lg {
    margin-top: 0;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

.cedpt-title-lg {
    position: relative;
    display: inline-block;
}

.cedpt-title-lg small {
    position: absolute;
    top: 0;
    left: -12px;
}

@media screen and (max-width: 992px) {
    .cedpt-title-lg {
        font-size: 1.7em !important;
    }
}

@media screen and (min-width: 768px) {
    .cedpt-title-lg {
        font-size: 2.2em;
    }
}
.cedpt-title-lg small, .cedpt-price-desc {
    font-size: 0.5em;
    color: rgba(0,0,0, 0.26);
    text-transform: none;
    font-weight: 400;
}
.cedpt-price-desc {
    position: absolute;
    line-height: normal;
    bottom: 0;
}
.cedpt-content {
    text-align: center;
    position: static; /* allow buttons float on top on mobile */
}
.cedpt-section-title {
    text-align: left;
    border-right: 0;
}
.cedpt-section-title > .cedpt-content {
    text-align: left;
    background: #f4f6f8;
}
.cedpt-content h2.cedpt-title-price {
    margin-bottom: 10px !important;
}

/* Tooltip */
.has-tooltip {
    position: relative;
}
.cedpt-tooltip {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: 5px;
}

.btn-accent {
    background: #3399cc;
    padding: 12px 30px;
}
@media screen and (max-width: 992px){
    .cedpt-table .btn-accent {
        padding: 12px 20px;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
        margin-top: 0;
        /*top: 0;*/
    }
    .btn-primary-outline {
        text-transform: none;
    }
}

.btn-accent:hover {
    background: #3399cc;;
    color: #ffffff;
}

/* mobile navigation */
.btn-primary-outline {
    background-color: transparent;
    border: 1px solid #ddd;
    color: rgba(0,0,0, 0.26);
    box-shadow: none;
}

.btn-primary-outline.active, .btn-primary-outline:hover, .btn-primary-outline:focus {
    background-color: rgba(0,0,0, 0.26);
    border: 1px solid #ddd;
    color: #000;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#cedpt-item-filter-select .btn-primary-outline {
    margin: 0 -1px 20px 0;
    padding: 10px;
    border-radius: 0 !important;
}
/* remove default margins from rows*/
.cedpt-row {
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #ddd;
    /*border-bottom: 1px solid black;*/
}
.cedpt-row .cedpt-column:first-of-type > .cedpt-content {
    text-align: left;
}

.cedpt-addtext {
    font-size: 1.3em;
    line-height: 1.7em;
    margin-top: 3em;
}
/* Fixed pricing head behavior */

body.cedpt-table-fixed .navbar-scroll-point {
    display: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.cedpt-table-fixed .cedpt-row-header {
    position: absolute;
    width: 100%;
    max-width: 1140px;

}
.cedpt-table-fixed .cedpt-table .row-header-wrapper {
    position: fixed;
    top: 0;
    background: white;
    width: inherit;
    max-width: inherit;
    border-bottom: 3px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 1;
}


/* TOGGLE */
.cedpt-togglebutton {
    vertical-align: middle;
}

.cedpt-togglebutton, .cedpt-togglebutton label, .cedpt-togglebutton input, .cedpt-togglebutton .toggle {
    user-select: none;
}

.cedpt-togglebutton label {
    cursor: pointer;
    color: rgba(0,0,0, 0.26);
}

.form-group.is-focused .cedpt-togglebutton label {
    color: rgba(0,0,0, 0.26);
}

.form-group.is-focused .cedpt-togglebutton label:hover, .form-group.is-focused .cedpt-togglebutton label:focus {
    color: rgba(0,0,0, .54);
}

fieldset[disabled] .form-group.is-focused .cedpt-togglebutton label {
    color: rgba(0,0,0, 0.26);
}

.cedpt-togglebutton label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.cedpt-togglebutton label .toggle {
    text-align: left;
    margin-left: 5px;
}

.cedpt-togglebutton label .toggle,
.cedpt-togglebutton label input[type=checkbox][disabled] + .toggle {
    content: "";
    display: inline-block;
    width: 30px;
    height: 15px;
    background-color: #3399cc;
    border-radius: 15px;
    margin-right: 15px;
    margin-left: 15px;
    transition: background 0.3s ease;
    vertical-align: middle;
}

.cedpt-togglebutton label .toggle:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -3px;
    border: 1px solid rgba(0,0,0, .54);
    transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}

.cedpt-togglebutton label input[type=checkbox][disabled] + .toggle:after,
.cedpt-togglebutton label input[type=checkbox][disabled]:checked + .toggle:after {
    background-color: #BDBDBD;
}

.cedpt-togglebutton label input[type=checkbox] + .toggle:active:after,
.cedpt-togglebutton label input[type=checkbox][disabled] + .toggle:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}

.cedpt-togglebutton label input[type=checkbox]:checked + .toggle:after {
    left: 15px;
}

.cedpt-togglebutton label input[type=checkbox]:checked + .toggle {
    background-color: #3399cc;
}

.cedpt-togglebutton label input[type=checkbox]:checked + .toggle:after {
    border-color: #3399cc;
}

.cedpt-togglebutton label input[type=checkbox]:checked + .toggle:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(51, 153, 204, 0.27);
}
.cedpt-togglebutton span.active {
    color: #3c4858;
    /*color: #2d3359;*/
}

@media screen and (max-width: 768px) {
    .cedpt-togglebutton span {
        font-size: 12px;
    }
    .cedpt-togglebutton label .toggle {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 992px){
    .cedpt-table {
        border-right: 0;
    }
    .cedpt-table:first-child, .cedpt-section-title {
        border-right: 1px solid #ddd !important;
    }
    .row-header-wrapper .cedpt-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .cedpt-content h2.cedpt-title {
        font-size: 16px;
    }
    .page-template-template-fullwidth .cedpt-content h6, .page-template-template-fullwidth .cedpt-content p {
        font-size: 14px;
    }

    /*.cedpt-column > .cedpt-content {*/
        /*padding: 10px;*/
    /*}*/
}

