/*------------------------------------*\

    WebFX WYSIWYG Customizations - Global styling for all ACF WYSIWYG's

    Add custom WYSIWYG styling to this file if it should be applied to all ACF WYSIWYG's on the site
    Otherwise, put your block-specific styles in individual block stylesheets

\*------------------------------------*/

.wysiwyg {
    position: relative;
    color: #454545;
    z-index: 1;
}

.example-btns {
    padding-bottom: 60px;
}

.wysiwyg-skew {
    position: absolute;
    left: -25px;
    top: 200px;
    width: 319px;
    height: 235px;
    z-index: -1;
}

.wysiwyg-skew-right {
    position: absolute;
    right: -50px;
    bottom: 43%;
    width: 319px;
    height: 235px;
    z-index: -1;
}

.wysiwyg ol li {
    padding-left: 20px;
}

@media (min-width: 768px) {
    .wysiwyg-skew {
        left: -40px;
        top: 10px;
        width: 547px;
        height: 403px;
    }

    .wysiwyg-skew-right {
        right: -100px;
        bottom: 40%;
        width: 398px;
        height: 277px;
    }
}

@media (min-width: 1200px) {
    .example-btns {
        padding-bottom: 90px;
    }

    .bg-light-blue p {
        font-size: 17px;
    }

    .wysiwyg-skew {
        left: -44px;
        top: 10px;
    }

    .wysiwyg-skew-right {
        right: -100px;
        bottom: 0;
        width: 647px;
        height: 542px;
    }
}












/* table */

.table-structure {
    padding: 0 0;
    position: relative;
    color: #454545;

}

.table-structure table {
    border-collapse: collapse;
    width: 670px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}

.table-structure table thead {
    background-color: #13307F;
    color: #FFFFFF;
}

.table-structure table thead tr th {
    padding: 15px 20px;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    border: none;
    color: #ffffff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.table-structure table tbody tr {
    /* background-color: #EFF2F5; */
}

.table-structure table tbody tr:nth-child(odd) {
    /* background-color: #fff; */
}

.table-structure table tbody tr td,
.table-structure table tbody tr th,
table tbody tr td,
table tbody tr th {
    padding: 15px 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: #454545;
    line-height: 1.6em;
    vertical-align: top;
}

table tbody tr {
    border-top: 1px solid #D8D8D8;
}

table tbody tr td + td {
    border-left: 1px solid #D8D8D8;
}

.table-structure table tbody tr th,
.table-structure table tbody tr td {
    width: 225px;
}

.table-scroll {
    scrollbar-width: thin;
    scrollbar-color: #A8A8A8 #E8E8E8;
    position: relative;
    padding-bottom: 20px;
    overflow-x: auto;
    margin-bottom: 30px;
    margin-right: -22px;
}

.table-scroll::-webkit-scrollbar {
    width: 15px;
    height: 5px;
    padding-bottom: 30px;
}

.table-scroll::-webkit-scrollbar-track {
    background-clip: content-box;
    border: 15px solid #E8E8E8;
}

/* .table-scroll::-webkit-scrollbar-thumb {
    background-color: #A8A8A8;
}

.table-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #A8A8A8;
}

.table-scroll::-webkit-scrollbar-corner,
.table-scroll::-webkit-scrollbar-track {
    background-color: #A8A8A8;
} */


@media (min-width: 768px) {

    .table-structure table {
        width: 100%;
    }

    .table-scroll {
        padding-bottom: 0;
        margin-bottom: 0;
        margin-right: 0px;
        overflow: visible;
    }

    .table-structure table thead tr th {
        padding: 15px 12px 15px 25px;
    }

    .table-structure table tbody tr td,
    .table-structure table tbody tr th {
        padding: 15px 12px 15px 25px;
        font-size: 16px;
    }

    .table-structure table tbody tr td,
    .table-structure table tbody tr th,
    .table-structure table thead tr th {
        width: 33.33%;
    }
}

@media (min-width: 1200px) {

    .table-structure table {
        width: 100%;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    }


    .table-structure table tbody tr td,
    .table-structure table tbody tr th,
    .table-structure table thead tr th {
        padding: 15px 47px;
        /* font-size: 18px; */
        width: 25%;
    }

}


/*
 * Google Review List
 */

.wp-google-list .wp-google-reviews {
    margin-bottom: 30px !important;
}

    .wp-gr .wp-google-list .wp-google-content-inner {
        text-align: center !important;
    }

        .wp-google-list .wp-google-review {
            background: #fafafa!important;
            border-radius: 4px!important;
            box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important;
            padding: 20px 25px 25px !important;
        }

        .wp-gr .wp-google-list .wp-google-review {
            margin-top: 32px !important;
            text-align: left !important;
        }

        .wp-gr .wp-google-list a.wp-google-name {
            font-family: 'Montserrat', sans-serif !important;
            font-size: 17px !important;
            color: #13307F !important;
            font-weight: 600 !important;
            line-height: 22px !important;
            display: inline-block !important;
            margin-top: 5px !important;
        }

        .wp-gr .wp-google-list .wp-google-time {
            font-family: 'Montserrat', sans-serif !important;
            color: #454545 !important;
            line-height: 17px !important;
        }

        .wp-gr .wp-google-list .wp-google-feedback {
            margin-top: 10px !important;
        }

        div.wp-gr .wp-google-list .wp-google-review .wp-google-stars {
            display: block !important;
            margin-right: 0 !important;
            margin-bottom: 10px !important;
        }

        .wp-gr .wp-google-list  .wp-google-review .wp-star svg {
            width: 20px !important;
            height: 20px !important;
        }

        .wp-gr .wp-google-list .wp-google-text {
            color: #454545 !important;
            font-size: 16px !important;
            line-height: 25px !important;
            font-family: 'Montserrat', sans-serif !important;
        }

    div.wp-google-list a.wp-google-url {
        z-index:1 !important;
        display:inline-block;
        position:relative !important;
        color:#FFF !important;
        text-transform:uppercase !important;
        font-size:15px !important;
        font-weight:600 !important;
        letter-spacing:.1em !important;
        line-height:1.5em !important;
        padding:11px 45px 11px 25px !important;
        background:#EA7500 !important;
        background-size:100% !important;
        border:none;
        border-radius:3px !important;
        margin: 0 !important;
    }

        div.wp-google-list a.wp-google-url::after {
            content: '\e91a';
            position: absolute;
            font-family: 'icomoon' !important;
            font-weight: 400;
            top: 50%;
            right: 25px;
            font-size: 11px;
            -webkit-transform: translate(0,-50%);
                    transform: translate(0,-50%);
        }

@media (min-width: 1200px) {
    div.wp-google-list a.wp-google-url {
        font-size: 16px !important;
        padding: 13px 50px 13px 30px !important;
    }

        div.wp-google-list a.wp-google-url::after {
            right: 28px;
            font-size: 12px;
        }

        div.wp-google-list a.wp-google-url:hover {
            background: #BB5E00 !important;
            color: #FFF !important;
        }
}