.elementor-kit-7553{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f9e514c:#C61A1D;--e-global-color-5852524:#FFF200;--e-global-color-e5372f4:#0013A4;--e-global-color-32c67c2:#51CE64;--e-global-color-ae98099:#D0D2D3;--e-global-color-851e250:#FFFFFF;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7553 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ==============================
   AOEMM MEMBER DIRECTORY
==============================*/

.pdb-list{
    background:#fff;
    border-radius:18px;
    padding:30px;
    box-shadow:0 20px 45px rgba(0,19,164,.08);
}

/* SEARCH BOX */

.pdb-searchform{
    background:linear-gradient(135deg,#0013A4,#2b49d7);
    padding:25px;
    border-radius:15px;
    margin-bottom:30px;
}

.pdb-searchform legend{
    color:#fff;
    font-size:30px;
    font-weight:700;
    margin-bottom:15px;
}

.pdb-searchform fieldset{
    border:none;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    align-items:center;
}

.pdb-searchform select,
.pdb-searchform input[type=text]{
    height:48px;
    border:none;
    border-radius:8px;
    padding:0 16px;
    font-size:15px;
    background:#fff;
    transition:.3s;
}

.pdb-searchform select{
    flex:2;
    min-width:220px;
}

.pdb-searchform input[type=text]{
    flex:2;
    min-width:220px;
}

.pdb-searchform select:focus,
.pdb-searchform input[type=text]:focus{
    outline:none;
    box-shadow:0 0 0 4px rgba(255,255,255,.3);
}

/* BUTTONS */

.search-form-submit,
.search-form-clear{
    height:48px;
    padding:0 28px;
    border:none;
    border-radius:8px;
    cursor:pointer;
    font-weight:600;
    transition:.3s;
}

.search-form-submit{
    background:#fff;
    color:#0013A4;
}

.search-form-submit:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 20px rgba(0,0,0,.15);
}

.search-form-clear{
    background:rgba(255,255,255,.15);
    color:#fff;
}

.search-form-clear:hover{
    background:#fff;
    color:#0013A4;
}

/* TABLE */

.wp-list-table{
    border:none !important;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,19,164,.08);
}

.wp-list-table thead,
.wp-list-table tfoot{
    background:#0013A4;
}

.wp-list-table thead th,
.wp-list-table tfoot th{
    color:#fff;
    font-weight:600;
    padding:18px !important;
    border:none;
}

.wp-list-table tbody tr{
    transition:.25s;
}

.wp-list-table tbody tr:nth-child(even){
    background:#f7f9ff;
}

.wp-list-table tbody tr:hover{
    background:#eef3ff;
    transform:scale(1.005);
}

.wp-list-table tbody td{
    padding:18px !important;
    border-bottom:1px solid #edf2ff;
}

.wp-list-table tbody td:first-child{
    font-weight:600;
    color:#0013A4;
}

/* LINKS */

.wp-list-table a{
    color:#0aa5c6;
    font-weight:600;
    text-decoration:none;
    transition:.25s;
}

.wp-list-table a:hover{
    color:#0013A4;
}

/* PAGINATION */

.pdb-pagination{
    margin-top:30px;
    display:flex;
    justify-content:center;
}

.pdb-pagination ul{
    display:flex;
    gap:8px;
    padding:0;
    list-style:none;
}

.pdb-pagination li a,
.pdb-pagination li span{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    text-decoration:none;
    background:#fff;
    color:#0013A4;
    border:1px solid #dce5ff;
    transition:.25s;
}

.pdb-pagination li.currentpage span{
    background:#0013A4;
    color:#fff;
}

.pdb-pagination li a:hover{
    background:#0013A4;
    color:#fff;
}

/* MOBILE */

@media(max-width:768px){

.pdb-searchform fieldset{
    flex-direction:column;
}

.pdb-searchform select,
.pdb-searchform input[type=text],
.search-form-submit,
.search-form-clear{
    width:100%;
}

.wp-list-table{
    display:block;
    overflow-x:auto;
    white-space:nowrap;
}

}

.wpforms-order-summary-item-quantity {
 width: 10ch !important;   
}/* End custom CSS */