
/*move to theme */ 

.SH-footer img.logo
{
    width: 150px;
}


.adregioning
{
    margin: auto;
    text-align: center;
    padding: 10px;
    background-color: #eee;
    margin-bottom: 20px;
}

.adtext, .custom-ad-text
{
    text-transform: uppercase;
    color: #888;
    letter-spacing: 4px;
    font-size: 11px;
    display: block;
    margin-bottom: 5px;
}

.itm-ads
{
    margin: auto;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.itm-ads-minh300
{
    min-height: 300px;
}


.SH-post-title /*Fix in SASS */
{
    margin-top: 0px;
}

.SH-post a {
    font-weight: 500;
}

.SH-post b, .SH-post strong {
    font-weight: 500;
}

.SH-post ul
{
    margin-left: 0px;
}

.theme-red .SH-post .post-content a:not(.btn) {
    color: #3366BB;
}
.theme-red a {
    color: #3366BB;
}


.custom-featured
{
    overflow: hidden;
    border: 1px solid #999;
}

.custom-ribbon {
    background-color: #10055c;
    font-size: 14px;
    padding: 5px 85px;
    line-height: 15px;
    background-color: #FDB400;
    color: #fff;
    text-align: center;
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
    right: -120px;
    width: 300px;
    z-index: 999;
}

.header-ad-archive
{
    min-height: 90px;
}


.app-breadcrumb {
    margin-bottom: 5px;
}

form span.error
{
    color: #ff0000;
}

form select
{
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

/* Fix wprocket imagify issue */
.SH-template-item picture, .SH-post-item picture
{
    width: 100%;
}



.navbar-brand
{
    min-height: 38px;
    max-height: 38px;
}

.navbar-brand img
{
    max-height: 38px;
}


.SH-header, .navbar .container
{
    /* max-height: 77.38px; */
}

.SH-header .navbar-collapse.show
{
    padding-top: 15px;
    padding-left: 5px;
}

.SH-single h1 
{
    font-size: 2rem;
}

.SH-single h2
{
    font-size: 1.8rem;
}

.theme-red .SH-featured
{
    background: none;
    color: #666;   
    min-height: auto;
}


.theme-red .wp-block-buttons .wp-block-button.is-style-fill,
.wp-block-buttons .wp-block-button .is-style-fill
{
    
}

.wp-block-buttons .wp-block-button__link
{
    color: white !important;
    border-radius: 8px;
    background-color: #ff9800;
    padding: calc(0.50em + 2px) calc(-1.667em + 2px);
}
.wp-block-buttons .wp-block-button__link:hover
{
    background-color: #ff8800;
}

.container .last-updated 
{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-content figure figcaption
{
    text-align: center;
    font-size: 14px;
    color: #888888;
}

.SH-single-content ul, .SH-single-content ol
{
    margin: 0 0 1.5em 0;
}

.SH-single-content figcaption
{
    text-transform: uppercase;
    font-size: 14px;
}

@media (min-width: 1300px)
{
    .SH-featured {
        padding: 6em;
        min-height: auto;
    }
}


@media (max-width: 767.98px)
{
    .SH-footer .logo 
    {
        margin-bottom: 20px;
    }

    .SH-footer .list-unstyled
    {
        margin-left: 0px;
    }

    .SH-footer {
        padding-bottom: 120px !important;
    }
}