@font-face {
    font-family: 'Helvetica Neue';
    src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"),url("../fonts/HelveticaNeue-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url("../fonts/HelveticaNeue.woff2") format("woff2"),url("../fonts/HelveticaNeue.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"),url("../fonts/HelveticaNeue-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@media (min-width: 1400px) {
    .container {
        max-width:1200px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1170px
    }
}

body {
    font-size: 14px;
    font-family: 'Helvetica Neue', sans-serif;
    background: #e6e6e6
}
.aligncenter{ display:block; margin: 10px auto; text-align: center; }
img, iframe, .wp-caption { max-width: 100%;}
a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a:hover {
    color: #bf2633
}

.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.wp-caption {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 100%
}

.wp-caption .wp-caption-text {
    margin: 0.5em 0
}

.site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 11
}

.admin-bar .site-header {
    top: 32px
}

.header-main {
    background-color: #093b82
}

.header-main .logo {
    height: 80px;
}

.header-main .navbar-nav>li>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff !important;
    padding: 0 15px !important;
    line-height: 45px
}

.header-main .navbar-nav>li>a:hover {
    background-color: #e5b451
}

.header-main .navbar-nav>li>a:before {
    content: "";
    background: transparent url(../images/soccer.png) center no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
    height: 20px;
    width: 20px
}

.header-main .navbar-nav>li.current-menu-item>a {
    background-color: #e5b451
}

.header-main .navbar-nav>li .dropdown-menu {
    background-color: #093b82;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 0
}

.header-main .navbar-nav>li .dropdown-menu>li>a {
    color: #fff;
    padding: 10px 15px
}

.header-main .navbar-toggler {
    color: white;
    z-index: 999;
    position: absolute;
    top: 5px;
    right: 0
}

.header-main .navbar-toggler.collapsed {
    position: static
}

.header-main .navbar-toggler:focus,.header-main .mainmenu .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.entry-title {
    font-size: 32px;
    line-height: 1.375
}

.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
    font-weight: bold
}

.entry-content h2 {
    font-size: 24px
}

.entry-content h3 {
    font-size: 20px
}

.entry-content h4 {
    font-size: 18px
}

.entry-content h5 {
    font-size: 17px
}

.entry-content h6 {
    font-size: 16px
}

.single-post .entry-title {
    color: #1e3c64
}

.sidebar-main {
    position: -webkit-sticky;
    position: sticky;
    top: 60px
}

.admin-bar .sidebar-main {
    top: 92px
}

nav.rank-math-breadcrumb p {
    margin: 0
}

.widget-posts {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    background: #fff
}

.widget-posts .widget_title {
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    width: 100%;
    margin-bottom: 5px;
    color: #333;
    padding: 0 5px 0 15px;
    position: relative
}

.widget-posts .widget_title:before {
    content: '';
    float: left;
    height: 13px;
    width: 3px;
    background: #4e94f1;
    margin: 0 5px 0 0;
    top: 13px;
    position: absolute;
    left: 5px
}

.widget-posts .list-posts {
    padding: 15px
}

.widget-posts .post-item .thumb img {
    aspect-ratio: 1 / 0.56;
    -o-object-fit: cover;
    object-fit: cover
}

.widget-posts .post-item .tt {
    color: #000;
    line-height: 1.4
}

.widget-posts .post-item .tt:hover {
    color: #bf2633
}

.site-footer {
    background-color: #333;
    font-size: 12px;
    color: #C2C2C2
}

.site-footer a {
    color: #fff
}

.site-footer a:hover {
    color: #f9d614
}

.site-footer .footer-social {
    gap: 15px
}

.site-footer .footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    background: #fff;
    border-radius: 4px;
    text-align: center
}

.site-footer .footer-social a img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

.site-footer .ft-menu li a {
    padding: 0 15px
}

.site-footer .ft-menu li:not(:last-child) a {
    border-right: 1px solid #fff
}

.site-footer .copyright {
    font-size: 14px
}

.content-author {
    background-color: #fbfbfb
}

.content-author-name {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 32px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px
}

.archive-title {
    color: #000;
    font-size: 23px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 40px
}

.archive-post.post-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px
}

.post-item .post-title a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px
}

.post-item .post-title a:hover {
    color: #bf2633
}

.post-item .post-img {
    padding-top: 56%;
    position: relative
}

.post-item .post-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#menu-header-menu{
    gap: 5px;
}

#menu-header-menu .nav-link{
    white-space: nowrap;
    padding: 5px !important;
    line-height: 0;
}

@media (max-width: 991px) {
    .navbar-toggler.collapsed .close {
        display:none
    }

    .navbar-toggler.collapsed .open {
        display: block
    }

    .navbar-toggler .close {
        display: block
    }

    .navbar-toggler .open {
        display: none
    }

    .collapsing {
        -webkit-transition: unset !important;
        transition: unset !important
    }

    div#navbarSupportedContent {
        position: fixed;
        left: 0;
        top: 0;
        background: #121c27;
        width: 100%;
        height: 100vh;
        padding: 45px 30px;
        z-index: 1
    }
}
