/*
Theme Name: 7mcn
Text Domain: 7m
Author: Nasus
Version: 1.0

*/
html {
    -webkit-text-size-adjust: 100%;
}
b, strong {
    font-weight: 700;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: 25px;
    color: #140E05;
    scroll-behavior: smooth;
    width: 100%;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing:  .2px;
    font-weight: bold;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 16px;
}
img {
    max-width: 100%;
    height: auto;
}
 iframe,figure, .wp-caption{
    max-width: 100%;
 }
a {
    text-decoration: none;
}
button, input, select {
    outline: 0;
}

:root {
    --primary-color: #002e55;
    --secondary-color: #091D3D;
}
.container {
    max-width: 1250px;
}
a:hover {
    color: var(--primary-color) ;
}
.has-search .form-control {
    position: relative;
}
.form-group.has-search {
    position: relative;
}
.w-header {
    background: #FFF;
box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.08);
}
.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;
}

.search-icon i {
    float: right;
}

iframe, figure, .wp-caption {
    max-width: 100%;
    height: 1000px;
}

.wp-caption.aligncenter { 
   height: auto;
}

.header-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.header-nav>li>a {
    color: #fff;
    line-height: 18px;
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    line-height: 45px;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: bold;
}
.header-nav>li.current-menu-item>a, .header-nav>li>a:hover {
    color: #f9d614;
} 

.header-nav>li {
    margin: 0 7px;
    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;
    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: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    display: block;
    padding: 15px;
    border-top: 1px solid #ddd;
}
.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;
    position: absolute;
    right: 0;
    min-width: 280px;
}
.header-nav>li .search-icon svg {
    width: 24px;
    fill: #fff;
    height: 24px;
    cursor: pointer;
}
.header-main {
    display: block;
    height: 78px;
    line-height: 45px;
    background-color: #002e55;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
}
.header-main .menu-icon img, #navbar-collapse-x .menu-icon img {
    width: auto;
    height: 20px;
    margin-right: 5px;
}

.w-footer {
    background: #002e55;
    color: #fff;
}
.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;
    text-align: center;
}
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: #f9d614;
}
.ft-link li {
    margin-bottom: 15px
}
.w-footer p {
    margin-bottom: 15px;
}
.copyright-footer {
    border-top: 1px solid #D9D9D9;
}
.news-title {
    color: #082a5b;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    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;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}
.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 {
    padding: 15px;
    border: 1px solid #ddd;
}
.author-name a {
    color: var(--primary-color);
    font-size: 32px;
    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: #292c2e;
}
.archive-post .post-item .category, .archive-post .post-item .post-date {
    width: auto;
}
.archive-title {
    color: #BF2633;
    font-size: 32px;
}
.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: #BF2633;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    padding-bottom: 20px;
}

h4.widget-title.style-1, .widget-title {
    font-size: 18px;
    line-height: 33px;
    text-transform: uppercase;
    text-align: left;
    padding: 5px 15px;
    border-bottom: 1px solid #ddd;
    background: var(--primary-color);
    color: #fff;
}
.widget > ul {
    list-style: none;
}
.widget a {
    color: #000;
}
.post-item .post_title {
    color: #000;
}
nav.rank-math-breadcrumb p {
    margin-bottom: 0;
}
.widget {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.widget-list {
    padding: 15px;
}
.sticky-sidebar {
    position: sticky;
    top: 80px;
}
.widget-list .post-item {
    border-bottom: 1px solid #efe5e5;
    padding-bottom: 15px;
}
.widget-list .post-item:last-child {
    padding-bottom: 0;
    border: none;
}
.widget-list .post-item .post_title {
    font-size: 14px;
    line-height: 1.4;
    color: #201a1a;
    font-weight: 500;
}
.w-footer:before {
    content: "";
    background: rgba(0, 0, 0, 0.767);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.w-footer {
    position: relative;
}
.w-footer {
    position: relative;
    background: url(assets/img/ft.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.w-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.w-footer li {
    margin-bottom: 15px;
}
.ft-title {
    display: block;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}
.ft-title:before {
    content: "";
    position: absolute;
    max-width: 80px;
    height: 3px;
    width: 100%;
    background: #c3ff81;
    display: inline-block;
    bottom: -10px;
}
@media only screen and (max-width: 992px) {
.search-icon {
    margin-left: auto;
    width: 40px;
    text-align: center;
    transition: all .5s;
}
.search-icon.active i:before {
    content: "\f00d";

}

.author-desc {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}
.author-info {
    text-align: center;
}

.footer-social {
    justify-content: center;
}


}

/* AD */ 
.catfish-ad {
    position: relative;
    max-width: 100%;
    width: 728px;
    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: 300px;
    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%;
    }

}
/****** ADS style************/
button.adclose {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fffffffa;
    border: thin #8ad5fcfa solid;
    color: #8ad5fcfa;
    transition: 0.2s;
}
button.adclose:hover{
	background: #8ad5fcfa;
    color: #fffffffa;
}
ins{
    display: block;
    margin-bottom: 3px !important;
    position: relative;
    margin: auto;
    max-width: 100% !important;
}
ins img{
    width: 100%;
    height: auto;
}
.adscatfish{
	position: fixed; 
	right: 0px; 
	bottom: 2px; 
	width: 100%; 
	text-align: center; 
	z-index:999;
}
.adscatfish ins{
	width: 600px;
}
.adfloat img{
	width: 75px;
	
}
#blLeft{
	position: fixed; 
	left: 5px; 
	bottom: 5px; 
	z-index: 9999;
	width: 200px;
}
#blRight{
	position: fixed; 
	right: 5px; 
	bottom: 5px; 
	z-index: 9999;
	width: 200px;
}
.modal{
    z-index: 9999;
}
.modal-dialog {
    max-width: 302px;
    width: 302px;
    margin: 100px auto;
    background: none;
}
.modal-dialog .modal-content{
	background: none;
	border: none;
}
.headerbanner ins img{
	width: 600px !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100px !important;
}
.stick {
    position: fixed;
    top: 10px;
}

.abs {
    position: absolute;
    bottom: 0px;
}

@media (min-width: 992px) {
.ads-pc{
	
}
.ads-mb{
	display: none;
}
}
@media (max-width: 991px) {
.ads-pc{
	display: none;
}
.ads-mb{
	display: block;
}
ins img{
	width: 100%;
	height: auto;
}
.modal-dialog {
    max-width: 240px;
    width: 240px;
    background: none;
}

}
/********** end ADS style **********/