/*
Theme Name: 7mcn
Text Domain: 7mcn
Author: Nasus
Version: 1.1

*/
:root {
    --primary-color: #3000c5;
    --secondary-color: #33cc33;
}
html {
    -webkit-text-size-adjust: 100%;
}
b, strong {
    font-weight: 700;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #e6e6e6;
}

body, button, input, select, optgroup, textarea, h1, h2, h3, h4, h5, h6 {
        color: #000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .title-related {
    font-weight: 700;
    letter-spacing:  .2px;
    font-weight: bold;
}
h1 {
    font-size: 32px;
}
h2, .title-related {
    font-size: 28px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 16px;
}
.entry-content {
    font-size: 16px;
    line-height: 1.6;
}
img,figure, .wp-caption {
    max-width: 100%;
    height: auto;
}
iframe {
  max-width: 100%; 
}
a {
    text-decoration: none;
    color: #3000c5;
}
a:hover{
    color: #33cc33;
}
button, input, select {
    outline: 0;
}
.has-search .form-control {
    position: relative;
}
.form-group.has-search {
    position: relative;
}
.container {
    max-width: 1170px;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    top: 0;
    right: 0;
}
.form-group.has-search input {
    background: #EFEFEF;
    border-radius: 8px;
    border: none !important;
    outline: 0 !important;
}
.header-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.header-nav>li>a {
    color: #fff;
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    line-height: 45px;
    padding: 0 15px;
}
.header-nav>li.current-menu-item>a, .header-nav>li>a:hover {
    background-color: #33cc33;
    color: #fff;
    clip-path: polygon(9% 0%, 100% 0%, 90% 100%, 0% 100%);
} 

.header-nav>li {
    position: relative;
}
.header-nav>li.search {
    margin-left: auto;
}
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.navbar-toggle .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-toggle {
    border: none;
    background: none;
}
.navbar-toggle .icon-bar {
    background-color: #ffffff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar {
    margin-bottom: 4px;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-left: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
}
.navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.right-header {
    display: flex;
    align-items: center;
    gap: 10px;
}
#navbar-collapse-x li a {
    color: #fff9f9;
    font-style: normal;
    line-height: 45px;
    display: flex;
    padding: 5px 15px;
    border-top: 1px solid #707070;
}
.right-header .search-icon {
    min-width: 40px;
    text-align: center;
}
#search-dropdown {
    display: none;
}
#search-dropdown.active {
    display: block;
}
#search-dropdown {
    padding: 15px;
    background: #082a5b;
    position: relative;
    z-index: 1;
}
.header-nav>li .search-icon svg {
    width: 24px;
    fill: #fff;
    height: 24px;
    cursor: pointer;
}
.header-main {
    background-color: #3000c5;
    align-items: center;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.header-main .menu-icon img, #navbar-collapse-x .menu-icon img {
    width: auto;
    height: 20px;
    margin-right: 5px;
    filter: brightness(0) invert(1);
}

.w-footer {
    background-color: #333333;
    color: #C2C2C2;
    background-image: url(assets/img/ft-bg.webp);
}
.footer-social {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
}
.footer-social a {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    background: #fff;
    border-radius: 4px;
}
span.ft-title {
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}
.ft-link {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ft-link li a, .w-footer a {
    color: #fff;
}
.ft-link li a:hover, .w-footer a:hover {
    color: #33cc33;
}
.ft-link li {
    margin-bottom: 15px
}
.w-footer p {
    margin-bottom: 15px;
    font-size: 11px;
    color: #c2c2c2;
}
.copyright-footer {
    border-top: 1px solid #D9D9D9;
}
.news-title {
    color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    border-bottom: 1px solid #ddd;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.head-section a {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.head-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post-item .post_title a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px;
    overflow:hidden; 
    margin-bottom: 15px;
}
.post-item .post-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-item .post-img {
    padding-top: 56%;
    position: relative;
}
.post-item .post-meta, .post-item .post-meta a {
    color: #D9D9D9;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.post-item .post-meta {
    display:  flex;
    justify-content: space-between;
}
.post-item .category, .post-item .post-date {
    width: 50%;
}
.post-item .post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.post-item a:hover {
    color: var(--primary-color) ;
}
.clamp-2, .clamp-3 {
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clamp-3 {
    -webkit-line-clamp: 3;
}

.aligncenter {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.author-info {
    background: #fbfbfb;
    padding: 15px;
    color: #000;
}

.author-name a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
}
.author-home .author-avatar img {
    width: 100%;
    border-radius: 100%;
}
.banner-home .touch {
    position: absolute;
    z-index: 1;
    bottom: 5%;
    text-align: center;
    color: #fff;
}
.banner-home .touch i {
      animation: pulse 3s ease-out;
  animation-iteration-count: infinite;
}
nav.rank-math-breadcrumb a, nav.rank-math-breadcrumb {
    color: #000000;
}
.archive-post .post-item .category, .archive-post .post-item .post-date {
    width: auto;
}
.archive-title {
    color: #000;
    font-size: 23px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 40px;
}
.archive-post .post-meta {
    width: auto;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
}
.related-section .post-item .post_title a {
    font-size: 16px;
    display: block;
    text-align: center;
    margin-top: 5px;
}
.related-section .is-feature .post_title a {
    font-size: 32px;
}
.post-item .related-meta {
    display: flex;
    align-items: center;
    color: #D9D9D9;
    font-size: 14px;
}
.post-item .related-meta a {
    color:#D9D9D9 ;
}
.related-section .is-feature .post_title a {
    font-size: 32px;
    line-height: 50px;
    display: block;
}
.footer-social a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
@keyframes pulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes blinker {
    50% {
        opacity: 0
    }
}
.menu-icon.animate {
    animation: blinker 1s linear infinite;
}
.leadpop, .blacklayer {
    display: none !important;
}            
h1.entry-title {
    color: #1e3c64;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    padding-bottom: 20px;
}

.widget-title {
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500;
    border-bottom: solid 1px #e6e6e6;
    line-height: 38px;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    margin-bottom: 5px;
    color: #333333;
    padding: 0 5px 0 30px;
    position: relative;
    display: block;
    font-size: 16px;
    background: #3000c5;
    color: #fff;
}
.widget > ul {
    list-style: none;
}
.widget a {
    color: #000;
}
.post-item .post_title {
    color: #000;
}
.post-item h2.post_title {
    line-height: 0.5;
}
nav.rank-math-breadcrumb p {
    margin-bottom: 0;
}
.widget {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    background: #fff;
}
.widget-list {
    padding: 15px;
}
.widget-title::before {
    content: '';
    height: 100%;
    width: 12px;
    margin: 0 5px 0 0;
    top: 0;
    position: absolute;
    border-top: 0 solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 28px solid #33cc33;
    left: 0;
    border-right: 0;
}
.footer-menu li a {
    color: #fff;
    font-size: 11px;
    padding: 0 15px;
}
.footer-menu  {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu li .menu-icon {
    display: none;
}
.footer-menu li:not(:last-child) a {
    border-right: 1px solid #fff;
}
.widget-list.post-item:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.archive-post.post-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.header-main .site-title {
    color: #fff;
    margin: 0;
    line-height: 48px;
}
#navbar-collapse-x {
    background: #1e3c64;
}
.sidebar-main {
    top: 110px;
}
table td {
    border: 1px solid #ddd;
    padding: 0.2em;
}
table {
    margin-bottom: 30px;
}
/* AD */ 
.catfish-ad {
    position: relative;
    max-width: 100%;
    width: 520px;
    margin: 0 auto;
    z-index: 1234;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.catfish-banner {
    position: relative;
    margin-bottom: 10px;
}
.catfish-banner button {
    position: absolute;
    right: 5px;
    background: #f00;
    color: #fff;
    border-radius: 99px;
    border: none;
}
.ad-rolling {
    width: 120px;
    position: fixed;
    z-index: 1243;
    top: 70px;
}
.fixed-top .header-ad {
    background: #fff;
}
@media only screen and (max-width: 992px) {
    .catfish-banner {
        max-width: 100%;
    }
.author-desc {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}
.author-info {
    text-align: center;
}
.w-footer {
    text-align: center;
}
.footer-social {
    justify-content: center;
}


}
.footer-menu ul {
    display: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
}
.w-pagination span, .w-pagination a {
    background: #f5f5f5;
    padding: 5px 15px;
    color: #000;
    font-weight: bold;
   border-radius: 4px; 
}
span.page-numbers.current {
    background: #3000c5;
    color: #fff;
}

@media only screen and (max-width: 600px)
{
    .author-home .author-avatar img {
        width: 30%;
    }
    .post-item .post_title a{
        font-size: 18px;
    }
}
