/* Custom Styles */
.powered-by{display: none;}
.dropdown__item a{text-align: left;}
/* Blog Page CSS */
#block-1555988487706 {
    margin-right: 0 !important;
}
.header__content {
    padding: 10px 0;
}
.categories-nav ul {
    padding: 0;
}
.categories-nav ul li {
    display: inline-block;
    background: #f3f3f3;
    margin-right: 12px;
    padding: 7px 10px;
    border-radius: 50px;
}
.categories-nav ul li.current-cat, .categories-nav ul li:hover {
    background: #20b2d1;
}
.categories-nav ul li.current-cat a, .categories-nav ul li:hover a {
    color: #fff;
}
.categories-nav ul li a {
    font-size: 16px;
    font-weight: regular;
    color: #000;
    text-align: center;
    padding: 0px 24px;
}


a.h3.blog-listing__title {
    font-size: 24px;
    font-weight: 400;
}
span.blog-listing__date {   
    font-size: 10px;
    color: #808080;
    font-weight: 400;
    letter-spacing: 2px;
}
.blog-listing__data {
    min-height: 215px;padding: 0 20px;
}
a.blog-listing__more{
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    font-size: 14px;
    height: 56px;
    letter-spacing: 2px;
    color: #808080;
    padding-top: 17px;
    width: 100%;
    bottom: 0;text-transform: uppercase;
}
a.blog-listing__more i.fas.fa-arrow-right {
    float: right;
}
.blog-listing.blog-listing--grid-3.blog-listing--has-media {
    background: #FAFAFA;
}
.post_content a.imgblock {
    width: 70px;
    float: left;
    margin-top: 5px;
}
#block-1602256221872 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
span.blog-post-body__date {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
}
a.h3.blog-search-result__title {
    font-size: 24px;
    font-weight: 500;
}
.sidebar-recent-posts__title {                   
    margin-bottom: 0;
}
p.h5.sidebar-recent-posts__heading {
    font-weight: 500;
    font-size: 24px;
}
.text p {
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
.desc {
    width: auto;
    font-size: 13px;
    padding-left: 5px;
    overflow: hidden;
    color: #1f5f87;
    font-weight: bold;
}
.sidebar-recent-posts__item {
    display: flex;
}
.tag{font-size: 14px; padding: 6px 16px;}

@media screen and (max-width:767px) {

    
    .categories-nav ul li {
    display: block;
    margin: 10px auto;
    text-align: center;
}
    .categories-nav ul li a{
    display: block;
    text-align: center;
    border-radius: 30px;
}
    .blog-listing__data {
        min-height: auto;padding: 0 10px;
    }
}

#block-1617613710846_0 .btn--outline {
    box-shadow: none;
    border-bottom: 4px solid;
    border-left: 0;
    border-top: 0;
    background: transparent;
    color: #dc923c;
    border-right: 0;
}

.btn:hover{filter: brightness(100%);}


a:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

div#block-1555988525205 {
    border-top: 1px solid #182435;
    width: 100%;
    padding-top: 10px;
    margin: 0px;
}