

/* Sticky Footer */
.sf-static-sticky,
.sf-body.footer-is-sticky {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    /*-moz-flex-direction: column;*/
    -ms-flex-direction: column;
    flex-direction: column;
}
.sf-static-sticky .sf-static-content,
.footer-is-sticky .sf-content {
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    /*height: 90vh;           !* For old syntax, otherwise collapses. todo make browser specific*!*/
    -webkit-flex: 1 0 auto;          /* Chrome */
    -ms-flex: 1 0 auto;              /* IE 10 */
    flex: 1 0 auto;
}
.sf-static-sticky .sf-static-footer,
.footer-is-sticky .sf-footer {
    z-index: 10;
    -webkit-flex-shrink: 0;
    /*-moz-flex-shrink: 0;*/
    /*-ms-flex-shrink: 0;*/
    flex-shrink: 0;
}

.sf-body.fill-page {
    height: 100vh!important;
}



















/* Price Text */
/*----------------------------------------*/
.price-schedule-toggle-here .price-annual,
.price-schedule-toggle-here .price-monthly {
    display: none;
}
.price-schedule-toggle-here.show-annual .price-annual,
.price-schedule-toggle-here.show-monthly .price-monthly {
    display: inline;
}
.old-price .price {
    font-size:14px;
    opacity: 0.5;
    text-decoration-line: line-through;
}
.price-contact-us {
    max-width: 7em;
    margin-left: auto;
    margin-right: auto;
}



/*.pt-col-head h2 {*/
/*!* space for a sale price *!*/
/*margin-top: 0.88em;*/
/*}*/
.pt-col-head sup {
    font-size: 62.8%;
}
.pt-col-head sub {
    font-size: 38.2%;
}




/* Pricing Tiles */
/*----------------------*/
#pricing-tiles .pt-grid-col {
    border-top: 1px solid #eee;
}
#pricing-tiles .pt-grid-col:first-child {
    border: none;
}

@media only screen and (min-width: 576px) {

    #pricing-tiles .pt-grid-col {
        border: none;
        border-left: 1px solid #eee;
    }
    #pricing-tiles .pt-grid-col:first-child {
        border: none;
    }
}




/* PT-Grid */
/*----------------------------------------*/
#pricing-table {
    z-index: 0;
    position: relative;
}

/* PT-Grid - Column Width Utils */
/*----------------------*/
#pricing-table .pt-grid--feature-col-width {
    width: 150px;
}
#pricing-table .pt-grid--pricing-col-width {
    width: 140px;
}
@media (max-width: 480px) {
    #pricing-table .pt-grid--feature-col-width {
        width: 110px;
    }
}

/* MQ-sm: Mobile (Landscape) */
@media only screen and (min-width: 576px){
    #pricing-table .pt-grid--feature-col-width {
        width: 160px;
    }
}
/* MQ-md: Tablet (Portrait) */
@media only screen and (min-width: 768px) {
}
/* MQ-lg: Tablet (Landscape) */
@media only screen and (min-width: 992px) {
    #pricing-table .pt-grid--feature-col-width {
        width: 240px;
    }
}
/* MQ--dt: Desktop (Laptop) */
@media only screen and (min-width:1025px) {

    #pricing-table .pt-grid--feature-col-width {
        width: 300px;
    }
    #pricing-table .pt-grid--pricing-col-width {
        width:auto;
    }
}
/* MQ-xl: Desktop (Wide) */
@media only screen and (min-width:1160px) {

}

/* PT-Grid - Responsive */
/*----------------------*/
.pt-main {

    max-width: 100%;
    overflow-x: auto;
    overflow-y: visible;
}
#pt-grid--gradient{

    pointer-events: none;
    width: 50px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1eb097+0,0db7bd+100 */
    background: transparent; /* Old browsers */
    background:
        /*-webkit-radial-gradient(rgba(2555,255,255,0.1), transparent),*/
            -moz-linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.95) 35px); /* FF3.6-15 */
    background:
        /*-webkit-radial-gradient(rgba(2555,255,255,0.1), transparent),*/
            -webkit-linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.95) 35px); /* Chrome10-25,Safari5.1-6 */
    background:
        /*radial-gradient(rgba(2555,255,255,0.1), transparent),*/
            linear-gradient(90deg,transparent 0%, rgba(255,255,255,0.95) 35px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='transparent',GradientType=1 ); !* IE6-9 fallback on horizontal gradient *!*/

}


/* PT-Grid - Feature Column */
/*----------------------*/
.feature-col-mobile {
    position: absolute;
    z-index: 10;
    /*width: 300px;*/
    background-color: #fff;
    /*background-color: #eee;*/
    border-right: 1px solid #eee;
    left: 0;

    -webkit-box-shadow: 3px 0 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 0 8px 0px rgba(0,0,0,0.1);
    box-shadow: 3px 0 8px 0px rgba(0,0,0,0.1);
}
.feature-title-col {
    vertical-align: top;
}
#pricing-table .feature-title a:hover {
    color: orangered;
    text-decoration: underline;
}
.pt-main .feature-title {
    opacity: 0;
    padding-right: calc(1rem + 1px)!important;
}
#pt-grid .custom-switch .custom-control-label::before {
    left:0;
}
#pt-grid .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: 2px;
}
#pt-grid .custom-switch input[type="radio"] + label,
#pt-grid .custom-switch input[type="checkbox"] + label {
    margin-left: 0;
    padding-top: 2em;
}
#pt-grid .custom-switch {
    padding-left: 1rem!important;
}

/* PT-Grid - Pricing Columns */
/*----------------------*/
.pt-grid-col {
    vertical-align: top;
}
.feature-check:before {
    content:  "\2713 ";
    font-size: 1.4em;
    line-height: 0.8em;
    color: var(--color-primary);
}
.feature-check {
    width:100%;
    text-align: center;
    display: inline-block;
}
td:hover .feature-check:before {
    color: orangered;
}
.pt-col-width {
    height: 1px!important;
    margin: 0!important;
}




/* PT-QB */
/*----------------------------------------*/

/* Feature List (PT-QB)  */
/*----------------------*/
.pt-col-body .feature-list {
    border-top: 1px solid #ddd;
}
li.cursor-pointer:hover,li.cursor-pointer:hover {
    color: orangered;
    text-decoration: underline;
}

/* Pricing Column (PT-QB) */
/*----------------------*/
.pricing-col {
    border-left: 1px solid #ddd;
}
.pricing-col:first-child {
    border-left: none;
}




/* Common PT styles */
/*----------------------------------------*/

/* Pricing Column Header (*common) */
/*----------------------*/
#pricing-table .supporting-content {
    opacity: 0.5;
}


/* Label Rows (*common) */
/*----------------------*/
tr.pt-label-row > td {
    background-color: #444!important;
}
.pt-main tr.pt-label-row > td > * {
    text-align: center;
}
.pt-label-row > td:first-child {
    padding-right: 1px!important;
}



/* Buttons (*common) */
/*----------------------*/
@media only screen and (max-width: 768px) {
    #pricing-table .btn {
        padding: 0.25rem 0.75rem;
        font-size: 0.875rem;
        line-height: 1.5;
        /*border-radius: 0.2rem;*/
    }
}




/* Annual Pricing TOGGLE */
/*----------------------------------------*/

/* PT-Grid */
/*----------------------*/
#pt-grid .custom-switch .custom-control-label::before {
    left: 0;
    width: 3.75rem;
    /*pointer-events: all;*/
    border-radius: 1.5rem;
}

#pt-grid .custom-switch input[type="checkbox"] + label {
    padding-top: 4em;
}
#pt-grid .custom-switch input[type="radio"] + label:before,
#pt-grid .custom-switch input[type="checkbox"] + label:before {
    height: 40px;
    content: '';
}
#pt-grid .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 4px);
    left: 4px;
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: 1.5rem;
}
#pt-grid .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1.35rem);
}

/* PT-QB */
/*----------------------*/
.pt-qb .old-price {
    font-size:14px;
    opacity: 0.5;
    text-decoration-line: line-through;
}
.pt-qb .old-price,
.pt-qb .pt-col-head .old-price + h2 {
    margin-top: 0;
}
.pt-qb .pt-col-head h2 {
    /* space for a sale price */
    margin-top: 0.88em;
}







.cursor-pointer {cursor: pointer;}

/* FILEFLEX SITE MODS */
/*----------------------------------------*/
#pricing-table tbody > tr > td {
    background-color: white;
}
#pricing-table tbody > tr:nth-child(even) > td {
    background-color: rgba(234,234,234,.3);
}

/*#pricing-table tbody>tr:nth-child(even)>th,*/
#pricing-table tbody>tr:nth-child(even)>td:hover
{
    background-color: rgba(0,0,0,0.05);
}
#pricing-table tbody>tr:nth-child(odd)>td:hover
{
    background-color: rgba(0,0,0,0.03);
}
#pricing-table .feature-col-mobile tbody > tr:hover > td {
    background-color: rgba(0,0,0,0.05);
}


#pricing-table thead,
#pricing-table thead > tr > td {
    background-color: transparent;
}
.custom-control-label {
    color: #666666;
}
/* Main Nav
    - fixes styling bug caused by including the FULL bootstrap framework */
#main-nav .navbar,
#main-nav .navbar > .container {
    display: block;
}

#pt-header > tr:not(:last-child) > td {
    border: none;
}
#pt-grid .custom-switch .custom-control-label::before {
    left: 0;
    width: 4.75rem;
    /*pointer-events: all;*/
    border-radius: 1.5rem;
}

.blank-cell {
    border-bottom: none!important;
    pointer-events: none!important;
}


/* the price */
.old-price > span > sub,
.price > span > sub {
    width: 100%;
    display: inline-block;
    line-height: 1.2em;
    bottom: 0;
    font-size: 18px;
}


/* FF - Annual Pricing TOGGLE (FF Mod) */
/*----------------------*/
.price-toggle.custom-switch input[type="checkbox"] + label {
    padding-bottom: 10px;
}
.price-toggle.custom-switch input[type="radio"] + label:before,
.price-toggle.custom-switch input[type="checkbox"] + label:before {
    height: 30px;
    content: '';
    left: 0;
    width: 50px;
    pointer-events: all;
    border-radius: 30px;


    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -8px;
}
.price-toggle.custom-switch .custom-control-label::after {
    /*top: calc(0.25rem + 4px);*/
    top: unset;
    bottom: 11px;
    left: 4px;
    width: calc(2.5rem - 4px);
    height: calc(2.5rem - 4px);
    border-radius: 1.5rem;
}
.price-toggle.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1.75rem);
}

@media (max-width: 480px) {
    body {
        font-size: 11px !important;
    }
    .vc_column_container > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}



/* FF - Pricing Tiles TOGGLE (FF Mod) */
/*----------------------*/
#pricing-tiles {
    background: white;
    margin-bottom: 3rem!important;
}
#pricing-tiles tbody > tr > td,
#pricing-tiles tbody>tr:nth-child(even)>td:hover,
#pricing-tiles tbody>tr:nth-child(odd)>td:hover,
#pricing-tiles .feature-col-mobile tbody > tr:hover > td {
    background-color: transparent;
}


/* FF - Feature List (FF Mod) */
.detailed-feature-list {
    background-color: #fff;
}
.dark-div .detailed-feature-list {
    background-color: transparent;
}

.pricing-page-feature-list h3 {
    padding: 10px 15px;
    color: white;
    background: #333333;
    font-weight:900;
}
.pricing-page-feature-list h4 {
    color: #e8590a;
    font-weight:900;
}
.pricing-page-feature-list p {
    font-size: 12px;
}

.collapse-feature-list .panel-collapse li {
    margin: 0;
    line-height: 14px;
    font-size: 12px;
}

.collapse-feature-list .panel-title {
    /*margin: 0;*/
    /*line-height: 0.5em;*/
    font-size: 16px;
}






/*UTILS*/
/* ----------------------------------------- */

.table-layout-fixed {
    table-layout: fixed;
}







/* Custom Modal Utils */
/* ----------------------------------------- */
.responsive-scrolling-modal-content {
    max-height: 70vh; /* for older browsers */
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}
.responsive-scrolling-modal-content .modal-body {
    position: unset;
}





/* Modal Style Overrides */
/* ----------------------------------------- */
.modal-header .close {
    /*padding: 1rem 1rem;*/
    /*margin: 0 -1rem 0 auto;*/
    margin: 0 -1rem 0 0;
}

/* @ref: https://weblog.west-wind.com/posts/2016/sep/14/bootstrap-modal-dialog-showing-under-modal-background */
/* fixes conflict with the sticky footer */
/* @update: not necessary after move modals to just before body tag */
.modal-backdrop {
    /*display: none;*/
}
.modal {
    /*background: rgba(0,0,0,0.5);*/
}




/* Modal Sizing Overrides */
/* ----------------------------------------- */
@media (min-width: 992px) {
}
@media (min-width: 576px) {
    .modal-lg, .modal-xl {
        /* the intention was to add this, but had to add everything below */
        max-width: 640px;
    }
}
@media (min-width: 992px) {
    .modal-dialog {
        max-width: 550px;
    }
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}




/* X-Browser Mods */
/* ----------------------------------------- */
/* header collapses in funny way when iOS(9&11) safari nav items are toggled (upon up=scroll) */
.safari.mobile .modal-header .container {
    padding-bottom: 0.5rem;
}