/* ==================== RSOC DEFAULT DESING ==================== */



[class*="rsoc-article-"] .entry-header {
    background-color: transparent !important;
    padding: 30px 0;
}
[class*="rsoc-article-"] #site-header {

}
[class*="rsoc-article-"] .entry-categories , [class*="rsoc-article-"] .recently-section, 
[class*="rsoc-article-"] .post-meta-wrapper, [class*="rsoc-article-"] .footer_nav, [class*="rsoc-article-"] .some-bullshit,
[class*="rsoc-article-"] .header-navigation-wrapper {
  display: none !important;
}

[class*="rsoc-article-"] .entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), [class*="rsoc-article-"] .section-inner {
    max-width: 700px;
    width: 90%;
}
[class*="rsoc-article-"] h1 {
    font-size: 30px;
}
[class*="rsoc-article-"] .post-inner {
    padding-top: 0px;
}
[class*="rsoc-article-"] .footer-links li {
    float: left;
}
[class*="rsoc-article-"] .footer-content {
    gap: 10px;
}
[class*="rsoc-article-"] #site-footer {
    padding: 10px;
}
[class*="rsoc-article-"] .footer-logo {
    margin-bottom: -15px;
}
[class*="rsoc-article-"] #site-header {
    position: static;
    background: #ffffff;
    position: static;
    text-align: center;
    width: 100% !important;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}
[class*="rsoc-article-"] .rsoclinks br {
  display: none;
}
[class*="rsoc-article-"] .rsoclinks a {
    background-color: #2a56c6;
    border-radius: 10px;
    border: 5px solid #4285f5;
    font-family: "Arial Black", arial, sans-serif;
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 13px;
    padding-top: 18px;
    color: #ffffff !important;
    width: 100% !important;
    display: block;
}
[class*="rsoc-article-"] .rsoclinks a:hover {
  background-color: #4285f5;
}

[class*="rsoc-article-"] #site-content {
    padding-top: 0px !important;
}
[class*="rsoc-article-"] .mobile-search-toggle , .mobile-nav-toggle {
    display: none !important;
}




@media (max-width: 768px) {
    [class*="rsoc-article-"] .footer-links li {
        margin: 0 10px !important;
    }
    [class*="rsoc-article-"] .entry-content p, .entry-content ul {
        font-size: 18px;
    }
    [class*="rsoc-article-"] .rsoclinks a {
        font-size: 20px !important;
        line-height: 23px !important;
    }
}



/* ==================== RSOC DEFAULT DESING END==================== */
