@font-face {
    font-family: 'algerianregular';
    src: url('../fonts/algerian_regular-webfont.woff2') format('woff2'), url('../fonts/algerian_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.container {
    max-width: 1200px !important;
}

a:hover,
a:focus,
i:hover,
i:focus {
    text-decoration: none !important;
    outline: none;
    transition: 0.3s;
}

body a {
    transition: 0.3s;
    vertical-align: middle;
    color: #030e22;
}

ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

i {
    color: #fff;
    vertical-align: middle;
}

input {
    outline: none;
}

p {
    color: #333;
    margin: 0 !important;
}


footer .footer {
    background-color: #6a6a69;
    text-align: center;
    padding: 15px 0;
    border-top: 5px solid #055183;
}
.bottom_footer p, footer .footer p, footer .footer a{
    color: #AAAAAA;
    font-size: 12px;
}
footer .footer a{
    text-decoration: underline;
}
.bottom_footer {
    background: none repeat scroll 0 0 #474747;
    text-align: center;
    padding: 5px 0;
}

.content-sidebar-wrap {
    max-width: 1200px !important;
    margin: 0 auto 50px auto;
    padding: 0 15px;
}
h2.bdpp-post-title {
    font-size: 18px;
    line-height: 26px;
    height: 54px;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 10px;
}
.bdpp-post-content,
.bdpp-post-meta {
    padding: 0 10px;
}
.bdpp-post-img-bg img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}
.content-sidebar-wrap main.content {
    width: 70%;
    display: inline-block;
}
.content-sidebar-wrap aside.sidebar {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    position: sticky;
    top: 10px;
}
.bdpp-post-grid-wrap.bdpp-design-1 .bdpp-post-grid-content {
    border: 1px solid #ccc;
    padding: 0;
}
.bdpp-post-cats {
    height: 24px;
    overflow: hidden;
}
a.bdpp-rdmr-btn,
.search-results-grid .read-more-button,
body.category .read-more-button {
    background: #055183;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 20px;
    transition: 0.3s;
}
a.bdpp-rdmr-btn:hover,
a.bdpp-rdmr-btn:focus,
.search-results-grid .read-more-button:hover,
.search-results-grid .read-more-button:focus,
body.category .read-more-button:hover,
body.category .read-more-button:focus {
    background: #000;
    color: #fff;
    transition: 0.3s;
}
.wp-block-group .wp-block-heading, .widget-title, .wp-block-search__label {
    background: #055183;
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 10px;
}
.content-sidebar-wrap aside.sidebar section {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    overflow: hidden;
}
.wp-block-latest-posts li a,
.widget.widget_categories li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}
.wp-block-latest-posts li a:hover,
.widget.widget_categories li a:hover,
.wp-block-latest-posts li a:focus,
.widget.widget_categories li a:focus,
.bdpp-paging a{
    background: #055183;
    color: #fff;   
}
.wp-block-latest-posts li:last-child a,
.widget.widget_categories li:last-child a {
    border: none;
}

.bdpp-paging .page-numbers.current {
    vertical-align: middle;
}
.bdpp-post-content .bdpp-post-desc {
    font-size: 14px;
}
.wp-block-search__inside-wrapper {
    padding: 15px;
}
.wp-block-search__inside-wrapper input {
    width: 100%;
    border-right: 0;
}
.wp-block-search__inside-wrapper button {
    margin: 0;
    background: #055183;
    color: #fff;
    border: 1px solid #055183;
    transition: 0.3s;
}
.wp-block-search__inside-wrapper button:hover,
.wp-block-search__inside-wrapper button:focus {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.home nav.nav-primary,
.site-container nav.nav-primary {
    display: none;
}
.main-header {
    background: #fff;
    padding: 15px 0;
    margin-bottom: 40px;
    border-top: 5px solid #055183;
    border-bottom: 1px solid #055183;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custommenu-item > a {
    color: #055183 !important;
    font-size: 16px !important;
}
.single-post h1.entry-title {
    font-size: 26px;
}
.single-post .entry-meta {
    display: none;
}
.single-post .site-inner p {
    font-size: 16px;
    display: block;
    margin: 0 0 10px 0 !important;
}
.single-post h4 {
    font-size: 20px;
    font-weight: normal;
}
.single-post h3 {
    font-size: 22px;
    font-weight: 500;
}
.single-post h2 {
    font-size: 24px;
    font-weight: 500;
}
.single-post article {
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 5px;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.single-post .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 8px 0 0;
    text-align: center;
}
.search-results .archive-description h1 {
    font-size: 18px;
    background: #055183;
    color: #fff;
    padding: 14px;
}
.search-results main.content {
    background: #fff;
    padding: 20px;
}
.search-results main.content article,
body.category main.content article {
    border: 1px solid #ccc;
    padding: 10px;
}
.search-results-grid,
.category-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.search-results main.content article h2,
body.category main.content article h2 {
    font-size: 20px;
}

.category-grid header.entry-header,
.category-grid footer.entry-footer {
    display: none;
}
.search-results-grid img.featured-image,
body.category .category-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
}
.search-results main.content article p.entry-meta{
    display: none;
}
.search-results-grid h2.search-item-title,
body.category h2.search-item-title {
    height: 55px;
    overflow: hidden;
    margin-bottom: 15px;
}
.search-results-grid .read-more-button,
body.category .read-more-button {
    margin: 10px 0;
    display: inline-block;
    font-size: 14px;
}

.pagination ul li {
    display: inline-block;
    margin: 0 2px;
}
.pagination ul li a {
    border: 1px solid #055183;
    width: 25px;
    display: inline-block;
    text-align: center;
    height: 25px;
    line-height: 25px;
    color: #055183;
    font-size: 14px;
}
.pagination ul li.pagination-next a,
.pagination ul li.pagination-previous a {
    width: auto;
    padding: 0 3px;
    font-size: 12px;
}