/* THEME CUSTOMIZATIONS FROM EVDRESEARCH*/
.grid .psom-logo {
    width: 253px;
}

.grid .site-title {
    padding-left: 30px;
}

.grid .site-title, .grid .tagline {
    text-align: left;
}

.grid .tagline {
    font-family: inherit;
    font-size: 1.2rem;
    line-height: 1.3;
}

.theme_psom_default .menu-horizontal a, .theme_psom_default .menu-horizontal button {
    font-size: 1.0625rem;
}

.grid.wrap, .wrap .grid {
    max-width: 1180px;
}

.social-media .calendar:before {
    font-weight: 600;
    content: "\f133";
    font-family: Font Awesome\ 5 Pro;
}

.social-media .twitter:before {
    font-weight: 400;
    content: "\f099";
    font-family: Font Awesome\ 5 Brands;
}

img {
    min-width: 150px;
}

.theme_psom_default table td {
    vertical-align: top;
    padding: 10px;
    border: 0px;
}

.table-border {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 20px 0;
    clear: both;
}

.table-border tbody td {
    border: 1px solid #a1c3de;
}

.table-border td {
    padding: 10px;
}

.theme_psom_default table tr:nth-child(even) {
    background-color: transparent;
}

@media (max-width: 625px) {
    table td {
        display: block;
    }
    
    .table-border td{
        display: table-cell;
    }
}

@media (max-width: 568px) {
    
    .grid .site-title, .grid .tagline {
        text-align: center;
    }

}

/* THEME CUSTOMIZATIONS FROM EVDRESEARCH END*/