/*
Theme Name: Bank Classic Theme
Author: Pannos Marketing
Description: A Wordpress conversion of Bank's existing site theme.
Version: 0.0.8
Text Domain: bank-theme
Template: pm-port-base-theme
*/

/* Feature slide site-specific tweaks */

.splide__pagination.pannosFeature-dots .pannosFeature-dot.is-active {
    /* Styles from .pannosFeature-dots .pannosFeature-dot.active go here*/
    background: #fff;
}

/* News Listing Style Tweaks */

.news-listing .block-columns .column-wrapper {
    display: flex;
}

@media screen and (min-width: 1400px){
    .news-listing .block-product .product-container {
        display: flex;
    }
}


/* Form Style Fixes */

form .validation_success .f-h3 {
    font-weight: bold;
    color: #005581 !important;
}

.wpcf7-spinner {
   display: none !important;
   visibility: hidden !important;
 }

 span.wpcf7-form-control.wpcf7-recaptcha.g-recaptcha > div {
    overflow: hidden;
}


/* Rates Style Tweaks*/
.mod-rate-table.margin-bottom-large + hr {
    display: none !important;
}