body {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 1.6;
margin: 0;
padding: 0;
color: #333;
background-color: #f5f5f5;
overflow-x: hidden;
}
a {
color: #A42323;
transition: color 0.2s ease-in-out;
margin: 3px 0;
}
a:hover {
color: #000000;
text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
color: #212529;
margin-bottom: 0.5em;
margin-top: 0.5em;
}
p {
margin-bottom: 15px; line-height: 1.6; }
ul, ol {
margin-bottom: 15px; }
li {
margin-bottom: 8px; }
p {
line-height: 1.7;
font-size: 16px;
}
@media only screen and (max-width: 768px) {
body, html, .main-container, .content {
margin: 0 5px;
}
}
img, iframe, video {
max-width: 100%;
height: auto;
border-radius: 5px;
}
.entry-header {
margin-bottom: 20px;
}
.entry-title {
font-size: 26px;
color: #000;
}
.entry-content {
font-size: 16px;
font-weight: 400;
}
button, input[type="submit"] {
background-color: #000000;
color: #fff;
border: none;
padding: 10px 15px;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s;
}
button:hover, input[type="submit"]:hover {
background-color: #A42323;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
p {
font-family: sans-serif;
}
h1 {
font-size: 32px;
line-height: 1.3;
font-weight: 700;
}
h2 {
font-size: 28px;
line-height: 1.4;
font-weight: 700;
}
h3 {
font-size: 24px;
line-height: 1.4;
font-weight: 600;
}
h4 {
font-size: 20px;
line-height: 1.4;
font-weight: 600;
}
h5 {
font-size: 18px;
line-height: 1.5;
font-weight: 600;
}
h6 {
font-size: 16px;
line-height: 1.5;
font-weight: 600;
}
@media (max-width: 768px) {
h1 {
font-size: 24px;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 15px;
}
h6 {
font-size: 14px;
}
}
ul, ol {
margin: 0;
padding: 0;
padding-left: 20px;
}
.home-title {
font-size: 20px;
text-align: center;
}
@media only screen and (max-width: 768px) {
.home-title {
font-size: 16px;
}
}
.container {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 20px;
width: 100%;
}
.logo img {
max-height: 70px;
height: 70px;
width: auto;
}
.main-navigation {
flex-grow: 1;
margin-left: 10px;
}
.main-navigation ul {
display: flex;
list-style: none;
flex-wrap: wrap;
justify-content: center;
padding: 0;
margin: 0;
}
.main-navigation ul li {
margin-right: 30px;
margin-bottom: 20px;
font-size: 18px;
}
.main-navigation ul li a {
text-decoration: none;
color: #A42323;
font-weight: 700;
}
.main-navigation ul li a:hover {
background-color: #ffffff;
text-decoration: underline;
}
.header-search {
display: none;
}
@media (max-width: 768px) {
.logo {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 10px;
}
.logo img {
max-height: 60px;
width: 60px;
}
.main-navigation {
display: flex;
justify-content: center;
}
.main-navigation ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 0;
margin: 0;
}
.main-navigation ul li {
margin-right: 15px;
margin-bottom: 15px;
font-size: 16px;
}
.header-search {
display: block;
max-width: 100%;
margin: 10px auto;
padding: 10px;
text-align: center;
}
.header-search input {
width: 90%;
max-width: 500px;
padding: 8px;
border: 1px solid #ddd;
border-radius: 5px;
}
}
.content-with-sidebar {
display: flex;
gap: 5px;
}
.main-content {
flex: 3;
max-width: 1200px;
width: 100%;
}
.sidebar {
flex: 1;
min-width: 300px;
max-width: 100%;
padding: 0;
margin: 50px 0;
}
.homepage-section {
margin-bottom: 40px;
}
.section-title {
font-size: 20px;
margin-bottom: 20px;
border-bottom: 2px solid #ddd;
padding-bottom: 5px;
}
.top-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
margin-bottom: 20px;
}
.bottom-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
}
.grid-item {
background: #fff;
border: 1px solid #ddd;
border-radius: 5px;
padding: 15px;
}
.grid-item a {
color: #A42323;
text-decoration: none;
}
.grid-item.large .post-thumbnail img {
width: 100%;
height: auto;
}
.grid-item h3, .grid-item h4 {
font-size: 18px;
margin: 10px 0;
}
.post-date {
font-size: 12px;
color: #424242;
}
.sidebar {
background: #f9f9f9;
border: 1px solid #ddd;
padding: 20px 0;
border-radius: 5px;
}
.welcome {
margin: 10px;
padding: 5px;
line-height: 1.8;
}
@media (max-width: 768px) {
.content-with-sidebar {
flex-direction: column;
max-width: 100%;
}
.top-grid {
grid-template-columns: 1fr;
}
.bottom-grid {
grid-template-columns: repeat(1, 1fr);
}
.grid-item {
background: #fff;
border: 0 solid #ddd;
border-radius: 5px;
padding: 0;
}
.top-grid img, .bottom-grid img {
max-width: 60px;
height: 60px;
object-fit: cover;
margin-top: 10px;
}
.image-title-wrapper {
display: flex;
margin: 5px;
gap: 10px;
}
.grid-item h3, .grid-item h4 {
font-size: 16px;
margin: 5px 0;
}
.container {
padding: 10px 5px;
}
.post-date {
font-size: 12px;
margin-left: 20px;
color: #424242;
}
}
.archive-header {
margin-bottom: 20px;
border-bottom: 2px solid #ddd;
padding-bottom: 10px;
}
.archive-title {
font-size: 26px;
font-weight: 700;
margin: 0;
}
.archive-description {
font-size: 16px;
color: #666;
}
.posts-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
margin-top: 20px;
}
.grid-item {
background: #fff;
border: 1px solid #ddd;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
}
.grid-item a {
color: #A42323;
}
.post-thumbnail img {
width: 100%;
height: auto;
display: block;
}
.post-content {
padding: 15px;
}
.post-title {
font-size: 18px;
margin: 10px 0;
}
.post-title a {
text-decoration: none;
color: #A42323;
}
.post-meta {
font-size: 12px;
color: #595959;
margin-top: 5px;
}
.sidebar {
background: #f9f9f9;
border: 1px solid #ddd;
padding: 0;
border-radius: 5px;
min-width: 300px;
max-width: 100%;
}
.pagination {
margin-top: 40px;
text-align: center;
}
.pagination a, .pagination span {
display: inline-block;
margin: 0 5px;
padding: 8px 12px;
background-color: #00547a;
color: #fff;
text-decoration: none;
border-radius: 5px;
font-size: 14px;
}
.pagination a:hover {
background-color: #005880;
}
.no-posts {
text-align: center;
margin-top: 50px;
}
.no-posts h2 {
font-size: 24px;
margin-bottom: 15px;
}
@media (max-width: 768px) {
.content-with-sidebar {
display: flex;
flex-direction: column;
}
.posts-grid {
grid-template-columns: 1fr;
}
.post-thumbnail {
display: flex;
}
.post-thumbnail img {
min-width: 60px;
height: 60px;
display: block;
}
.post-title {
font-size: 16px;
margin: 10px 0;
}
.post-content {
padding: 10px;
display: flex;
flex-direction: column;
align-items: start;
}
.sidebar {
margin-top: 20px;
width: 100%;
}
}
.footer-widgets {
background-color: #222;
color: #fff;
padding: 40px 0;
}
.footer-columns {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: space-between;
}
.footer-column {
flex: 1 1 calc(25% - 20px);
min-width: 200px;
}
.footer-column h3 {
font-size: 18px;
color: #fff;
margin-bottom: 15px;
}
.footer-column ul {
list-style: none;
padding: 0;
margin: 0;
}
.footer-column ul li {
margin-bottom: 10px;
}
.footer-column ul li a {
color: #bbb;
text-decoration: none;
}
.footer-column ul li a:hover {
color: #fff;
}
.footer-bottom {
background-color: #111;
color: #ccc;
padding: 20px 0;
text-align: center;
}
@media (max-width: 768px) {
.footer-columns {
flex-direction: column;
margin: 0 10px;
padding: 0 10px;
}
.footer-column {
flex: 1 1 100%;
}
.footer-bottom, .footer-widgets {
padding: 10px;
margin: 0 10px;
font-size: 14px;
text-align: center;
}
.footer-copyright p {
font-size: 14px;
}
}
.site-sidebar {
background-color: #f9f9f9;
padding: 20px;
border: 1px solid #eaeaea;
border-radius: 5px;
margin-bottom: 20px;
}
.sidebar-widgets .widget {
margin-bottom: 20px;
}
.sidebar-widgets .widget-title {
font-size: 18px;
color: #333;
margin-bottom: 15px;
border-bottom: 2px solid #222;
padding-bottom: 5px;
}
.sidebar-widgets ul {
list-style: none;
padding: 0;
margin: 0;
}
.sidebar-widgets ul li {
margin-bottom: 10px;
}
.sidebar-widgets ul li a {
color: #555;
text-decoration: none;
font-size: 14px;
}
.sidebar-widgets ul li a:hover {
color: #222;
}
@media (max-width: 768px) {
.site-sidebar {
margin-bottom: 20px;
}
}
.content-area {
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
width: 100%;
box-sizing: border-box;
}
.site-main {
flex: 3;
min-width: 30%;
box-sizing: border-box;
}
.sidebar {
flex: 1;
min-width: 300px;
max-width: 100%;
background-color: #f9f9f9;
padding: 0;
border: 0 solid #ddd;
border-radius: 0;
box-sizing: border-box;
}
.sidebar .widget {
margin-bottom: 20px;
}
.sidebar .widget h3 {
font-size: 18px;
color: #333;
margin-bottom: 10px;
border-bottom: 2px solid #0073aa;
padding-bottom: 5px;
}
.sidebar .widget ul {
list-style: none;
padding: 0;
margin: 0;
}
.sidebar .widget ul li {
margin-bottom: 10px;
}
.sidebar .widget ul li a {
text-decoration: none;
color: #00008B;
font-size: 14px;
}
.sidebar .widget ul li a:hover {
text-decoration: underline;
}
@media (max-width: 768px) {
.content-area {
flex-direction: column;
}
.site-main {
width: 100%;
margin-bottom: 20px;
margin: 5px;
padding: 0;
}
.sidebar {
width: 100%;
}
}
.entry-header h1 {
font-size: 30px;
color: #333;
margin-bottom: 15px;
font-weight: 700;
text-align: left;
}
.post-meta {
font-size: 12px;
color: #A42323;
margin-bottom: 20px;
}
.post-meta span {
display: inline-block;
margin-right: 5px;
margin-bottom: 20px;
color: #555;
font-size: 12px;
}
.post-meta a {
color: #A42323;
text-decoration: underline;
}
.post-meta a:hover {
background-color: #fff;
}
.post-tags {
margin: 50px 0;
font-size: 16px;
}
.post-tags p {
color: #555;
}
.post-tags a {
background: none;
padding: 5px 0;
border-radius: 5px;
color: #A42323;
text-decoration: none;
margin-right: 10px;
font-size: 16px;
font-weight: 700;
}
.post-tags a:hover {
background: #ddd;
}
.post-sharing {
margin: 20px 0;
}
.post-sharing h3 {
font-size: 18px;
margin-bottom: 10px;
color: #444;
}
.post-sharing a {
display: inline-block;
background: #A42323;
color: #fff;
text-decoration: none;
padding: 8px 12px;
border-radius: 5px;
margin-right: 10px;
margin-bottom: 30px;
font-size: 14px;
font-weight: 700;
}
.post-sharing a:hover {
background: #ddd;
}
.post-navigation {
display: flex;
justify-content: space-between;
margin-top: 30px;
}
.post-navigation a {
background: #000000;
color: white;
padding: 10px 12px;
margin: 20px 0;
border-radius: 3px;
text-decoration: none;
}
.post-navigation a:hover {
background: #A42323;
}
.related-posts, .tag-posts {
margin: 50px 0;
}
.related-posts h3, .tag-posts h3 {
font-size: 20px;
margin-bottom: 20px;
color: #444;
}
.related-posts-grid, .tag-posts-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 20px;
}
.related-post-item, .tag-post-item {
text-align: center;
}
.related-post-item img, .tag-post-item img {
max-width: 70%;
height: auto;
border-radius: 50%;
margin-bottom: 10px;
}
.related-post-item h4, .tag-post-item h4 {
font-size: 18px;
color: #000000;
margin-top: 5px;
}
.related-post-item h4:hover, .tag-post-item h4:hover {
color: #A42323;
}
.latest-posts {
margin: 40px 0;
}
.latest-posts h3 {
font-size: 20px;
margin-bottom: 20px;
color: #444;
}
.latest-posts ul {
list-style: none;
padding: 0;
margin: 0;
}
.latest-posts ul li {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.latest-posts ul li img {
width: 90px;
height: 90px;
border-radius: 50px;
margin-right: 10px;
}
.latest-posts ul li a {
font-size: 16px;
color: #000000;
text-decoration: none;
}
.latest-posts ul li a:hover {
color: #A42323;
}
@media (max-width: 768px) {
.related-posts-grid, .tag-posts-grid {
grid-template-columns: repeat(2, 1fr);
}
.latest-posts ul li img {
width: 60px;
height: 60px;
}
.entry-header h1 {
font-size: 24px;
}
}
.search-results {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin: 20px 0;
}
.search-item {
flex: 1 1 calc(50% - 20px);
border: 1px solid #ddd;
padding: 15px;
border-radius: 8px;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.search-thumbnail img {
width: 100%;
height: auto;
border-radius: 5px;
margin-bottom: 10px;
}
.search-item h2 {
font-size: 18px;
color: #333;
margin: 10px 0;
}
.search-item p {
font-size: 14px;
color: #555;
line-height: 1.6;
}
.pagination {
text-align: center;
margin: 20px 0;
}
.pagination a {
display: inline-block;
margin: 0 5px;
padding: 8px 12px;
background-color: #1d72b8;
color: #fff;
text-decoration: none;
border-radius: 4px;
}
.pagination a:hover {
background-color: #155a8a;
}
@media (max-width: 768px) {
.search-item {
display: flex;
flex: 1 1 100%;
}
.search-thumbnail img {
min-width: 60px;
height: 60px;
display: block;
padding-right: 10px;
margin: 10px 0;
}
.search-item h2 {
font-size: 16px;
margin: 10px 0;
}
.search-results {
padding: 10px;
display: flex;
flex-direction: column;
align-items: start;
}
.sidebar {
margin-top: 20px;
width: 100%;
}
}
.playlist-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin: 20px 0;
}
.playlist-item {
text-align: center;
border: 1px solid #ddd;
border-radius: 8px;
padding: 15px;
background-color: #f9f9f9;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
transition: transform 0.2s, box-shadow 0.2s;
}
.playlist-item:hover {
transform: translateY(-5px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.playlist-item img {
width: 100%;
height: auto;
border-radius: 5px;
margin-bottom: 10px;
}
.playlist-item h4 {
font-size: 16px;
color: #333;
margin: 10px 0;
}
@media (max-width: 768px) {
.playlist-grid {
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.playlist-item h4 {
font-size: 14px;
}
}
.author-profile {
display: flex;
align-items: center;
gap: 20px;
margin: 50px 0;
padding: 20px;
background: #f9f9f9;
border: 1px solid #ddd;
border-radius: 8px;
}
.author-avatar img {
width: 120px;
height: 120px;
border-radius: 50%;
object-fit: cover;
}
.author-details {
flex: 1;
}
.author-name {
font-size: 24px;
font-weight: 700;
margin-bottom: 10px;
color: #333;
}
.author-bio {
font-size: 16px;
margin-bottom: 5px;
color: #555;
}
.author-post-count {
font-size: 14px;
color: #777;
}
.author-posts .section-title {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
color: #333;
}
.post-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.post-item {
display: flex;
gap: 15px;
background: #fff;
border: 1px solid #ddd;
border-radius: 5px;
padding: 10px;
align-items: center;
}
.post-item .post-thumbnail img {
width: 60px;
height: 60px;
object-fit: cover;
border-radius: 5px;
}
.post-info {
flex: 1;
}
.post-title {
font-size: 18px;
margin: 0 0 5px;
color: #222;
}
.post-title a {
text-decoration: none;
color: #A42323;
transition: color 0.3s;
}
.post-title a:hover {
color: #0073e6;
}
.post-date {
font-size: 12px;
color: #424242;
}
.pagination {
text-align: center;
margin-top: 20px;
}
.pagination .page-numbers {
display: inline-block;
margin: 0 5px;
padding: 8px 12px;
color: #555;
background: #f1f1f1;
border: 1px solid #ddd;
border-radius: 5px;
text-decoration: none;
transition: background 0.3s, color 0.3s;
}
.pagination .page-numbers:hover {
background: #0073e6;
color: #fff;
}
.pagination .current {
background: #0073e6;
color: #fff;
font-weight: 700;
}
@media (max-width: 768px) {
.post-list {
grid-template-columns: repeat(1, 1fr);
gap: 5px;
}
.post-title {
font-size: 16px;
padding-top: 10px;
}
.author-avatar img {
width: 90px;
height: 90px;
}
.author-avatar {
display: flex;
justify-content: center;
align-items: center;
}
.author-profile {
display: block;
}
}
.fc-help-tip svg {
display: none;
}
.error-404 {
text-align: center;
padding: 50px 20px;
}
.search-form-wrapper {
margin: 20px 0;
}
.content-area {
margin: 20px auto;
max-width: 800px;
padding: 20px;
}
.content-area form {
margin: 20px 0;
}
.content-area input, .content-area button {
padding: 8px;
margin: 5px;
border: 1px solid #ccc;
border-radius: 4px;
}
.content-area button {
background-color: #D32F2F;
color: white;
cursor: pointer;
}
.h2h-result {
margin: 15px 0;
padding: 10px;
border: 1px solid #eaeaea;
border-radius: 5px;
background-color: #f9f9f9;
}@font-face {
font-family: 'Open Sans';
src: url(//soccerbaba.com/assets/fonts/OpenSans-Regular.woff2) format('woff2'),
url(//soccerbaba.com/assets/fonts/OpenSans-Regular.woff) format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url(//soccerbaba.com/assets/fonts/OpenSans-SemiBold.woff2) format('woff2'),
url(//soccerbaba.com/assets/fonts/OpenSans-SemiBold.woff) format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url(//soccerbaba.com/assets/fonts/OpenSans-Bold.woff2) format('woff2'),
url(//soccerbaba.com/assets/fonts/OpenSans-Bold.woff) format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
}