<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* custom CSS styles */
.socTop {
    
    margin-right: 20px;
}
.one-blog{
    overflow: inherit;
    height: auto;
}
.item-image img{
    padding: 0;
    border: none;
}
#BottomBanners{
    background: none;
}
#custom{
    margin-top: 20px;
}
#breadcrumbs{
    background-color: #eee;
}
.breadcrumb{
    margin: 0;
    background: none;
}

.mainform.contact h2{
    margin: 0;
}
.blog-homepage {
    position: relative;
}
.blog-homepage .item-title {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    position: absolute;
    width: 100%;
   
}
.blog-homepage .item-title a{
    display: block;
    margin: 10px;
    color: #fff;
}
.blog-homepage .item-title a:hover{
    text-decoration: underline;
}
.post_block {
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    transition: 0.5s;
    overflow: hidden;
}


.post_block {
    /* padding: 10px; */
    margin-bottom: 30px;
}
.tplData {
    background: #118ED5;
    color: #fff;
    position: absolute;
    text-align: left;
    z-index: 1000;
    padding: 8px 20px;
}
.tplData div{
    display: inline-block;
}
.post_block .tplhits {
    display: inline-block;
    color: #fff;
    background-color: #ED760E;
    padding: 8px 10px 8px 8px;
    margin: -8px -20px -8px 10px;
}
.mainblog h1{
    color: #fff;
    font-size: 24px;
    margin-top: 0;
    text-transform: uppercase;
    border-top-right-radius: 3px;
border-top-left-radius: 3px;
   padding: 10px 10px 10px 20px;
}
.menu-sidebar li ul li  {
    margin-left: 10px!important;
}
.menu-sidebar li ul li a:before{
   font: normal normal normal 16px/1 FontAwesome;
    display: inline-block;
    content: "\f105";
    margin-right: 5px;
}
.page-header {
   
    border-bottom: none;
}
.tplpage-header h1{
    margin: -10px -10px 20px -10px;
}
.moduletable-alert{
    margin: 0;
}
.category.table.table-striped.table-bordered.table-hover thead{
    background-color: #01a0e2;
    color: #fff;
}
.category.table.table-striped.table-bordered.table-hover thead a{
    color: #fff;
}
.categories-list{
    background-color: #fff;
    padding-bottom: 20px;
    
}
#archive-items{
    padding: 15px;
    background-color: #fff;
}
#archive-items a, #archive-items h2{
    font-size: 24px;
}
.categories-list a{
    font-size: 20px;
    margin: 0 20px 0 20px;
}
</pre></body></html>