 /* #Content .one.mcb-wrap
{
  background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
    margin-bottom: 20px;
}
*/

#Content .section_wrapper
{
  background-color: white !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
    border-radius: 5px !important;
    margin-bottom: 20px !important;
}

.fancy_heading .title
{
 margin-top:20px !important;
}

@media only screen and (max-width: 767px)
{
 #Content .section
{
    padding-left: 15px!important;
    padding-right: 15px!important;
}
#Content .section
{
      padding: 15px !important;
}

}

.category-custom {
    background-color: white !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
    border-radius: 5px !important;
    margin-bottom: 20px !important;
    max-width: 1200px;
    margin: auto;
    padding: 8px;
}

.category-custom h1 {
    color: #800000 !important;
    font-size: 30px !Important;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
}

.category-custom article {
    display: flex;
    flex-direction: row;
    gap: 20px;
    min-height: 200px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 40px;
}

.category-custom article .custom-thumbnail img {
    border: 8px solid #f8f8f8;
    width: 400px;
    border-radius: 5px;
    max-height: 300px;
}

.category-custom article .custom-content {
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.category-custom article .custom-content {
    color: #514747;
}

.category-custom article .custom-content h2{
    font-size: 17px;
    color: #444442;
    font-weight: 500;
}

.category-custom article .custom-excerpt{
    color: #514747;
}

.category-custom article .custom-footer {
    background: rgba(0,0,0,.02);
    padding: 16px 16px;
    overflow: hidden;
    line-height: 30px;
    text-align: left;
}

.category-custom article .custom-meta {
    padding: 8px;
    border-right: 1px solid rgba(0,0,0,.08);
}

.category-custom article .custom-view {
    background-color: #f79724;
    color: white;
    padding: 8px;
    border-radius: 2px;
    font-size: 15px;
}

.category-custom .custom-pagination {
    margin-bottom: 25px;
}

.category-custom .nav-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
}

.category-custom .custom-pagination a, .category-custom .custom-pagination span{
    background-color: white;
    padding: 8px;
    border: 1px solid #f79724;
    font-size: 14px;
    line-height: 14px !important;
    display: flex;
    color: #514747;
}

.category-custom .custom-pagination a:hover, .category-custom .custom-pagination span:hover, .category-custom .custom-pagination .current{
    background-color: #f79724;
    color: white;
}

@media only screen and (max-width: 768px) {
    
    .category-custom article {
        flex-direction: column;
        min-height: fit-content;
    }
    
    .category-custom article .custom-thumbnail img {
        width: -webkit-fill-available;
    }
}