/*
Theme Name: Baztab Newsroom 5
Theme URI: http://radway.ir
Author: radway
Author URI: radway.ir
Description: پوسته مستقل و سازگار بازتاب با معماری مدرن برای رسانه خبری پربازدید
Version: 5.1.0
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: baztab-newsroom-v5
*/
@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 100;
	src: url('assets/fonts/iransans/woff/iransans-thin.woff') format('woff'),   
	url('assets/fonts/iransans/woff2/iransans-thin.woff2') format('woff2');		
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 200;
	src: url('assets/fonts/iransans/woff/iransans-ultralight.woff') format('woff'),   
	url('assets/fonts/iransans/woff2/iransans-ultralight.woff2') format('woff2');	
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 300;
	src: url('assets/fonts/iransans/woff/iransans-light.woff') format('woff'),   
	url('assets/fonts/iransans/woff2/iransans-light.woff2') format('woff2');		 
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 500;
	src: url('assets/fonts/iransans/woff/iransans-medium.woff') format('woff'),   
	url('assets/fonts/iransans/woff2/iransans-medium.woff2') format('woff2');		 
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 600;
	src: url('assets/fonts/iransans/woff/iransans-demibold.woff') format('woff'),   
	url('assets/fonts/iransans/woff2/iransans-demibold.woff2') format('woff2');	 
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 800;
	src: url('assets/fonts/iransans/woff/iransans-extrabold.woff') format('woff'),   
	url('assets/fonts/iransans/woff2/iransans-extrabold.woff2') format('woff2');		 
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 900;
	src: url('assets/fonts/iransans/woff/iransans-black.woff') format('woff'),   
	url('assets/fonts/iransans/woff2/iransans-black.woff2') format('woff2');		 
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: bold;
	src: url('assets/fonts/iransans/woff/iransans-bold.woff') format('woff'),   
	url('assets/fonts/iransans/woff2/iransans-bold.woff2') format('woff2');	 
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: normal;
	src: url('assets/fonts/iransans/woff/iransans-regular.woff') format('woff'),   
	url('assets/fonts/iransans/woff2/iransans-regular.woff2') format('woff2');	
}


*
{
	font-family:IRANSansX !important;
	-moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}



body
{
	background: #fff;
}
a
{
	text-decoration:none;
	color:#444;
}
.row>*
{
	padding-left: calc(var(--bs-gutter-x) * .2);
    padding-right: calc(var(--bs-gutter-x) * .2);
}
.container-fluid
{
	padding-left: var(--bs-gutter-x,0.5rem);
    padding-right: var(--bs-gutter-x,0.5rem);
	max-width:1340px;
}
.container-af
{
	padding-left: var(--bs-gutter-x,2rem);
    padding-right: var(--bs-gutter-x,2rem);
	max-width:1340px;
	margin:0 auto;
}
nav
{
	margin-bottom:1rem;
}
.navbar-brand
{
	margin-left:3rem;
}
.br-test
{
	border:1px solid #444;
	
}
html :where(img)
{
	max-width:none;
}
#navbarSupportedContent
{
	position:relative;
}
.af-feed h2
{
	font-size: 1rem;
    font-weight: bold;
    margin: 25px 0;
}
.af-feed li
{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:10px;
}

.af-feed li .af-feed-link
{
	margin-right:auto;
	direction:ltr;
}
.af-feed svg
{
	color:#ee802f;
	margin-left:10px;
	margin-top:5px;
}
.af-404-p
{
	text-align: center !important;
    font-size: 1.5rem !important;
    font-weight: bold;
	color:#e74c3c;
	    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.af-404-img
{
	width:50% !important;
	margin-top:30px !important;
}
.search_box {
  height: 60px;
  font-size: 32px;
  display: inline-block;
direction:rtl;
  border: none;
  outline: none;
  color: #fff;
  padding: 3px;
  padding-left: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}
.current-menu-item a

{
	position:relative;
}
.dropdown .current-menu-item a:after
{
	width:0;
}
.current-menu-item a:after
{
	content: '';
    width: 100%;
    background: #e74c3c;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: -16px;
}
footer .current-menu-item a:after
{
	bottom: -10px;
}
.search_box:focus:hover {
  background:#21406c;
}
input:-internal-autofill-selected {
background:transparent !important;
}
.search_box:focus {
  width: 100%;
  z-index: 1;
  background:#21406c;
  cursor: text;
}
.af-top-header-ads
{
	flex-flow:row;
	display:flex;
}
.af-top-titr1 .af-advert-widget:nth-child(1)
{
	padding-right:0;
	margin-top:0;
}
.af-top-titr1 .af-advert-widget:nth-child(2)
{
	padding-left:0;
	margin-top:0;
}

.af-top-header-ads .af-advert-widget
{
	margin: 10px auto;
	padding:0 10px;
}
.af-print-meta
{
	padding-top:8px !important;
}
.af-top-service-ads .af-advert-widget
{
	padding:0;
	margin-top:0;
}
.af-sticky-ads
{
	display:none;
}
.hide-btn
{
	position: absolute;
    left: 0;
    top: 10px;
}
.hide-btn-mobile
{
	position: absolute;
    left: 0;
    top: 15px;
}
.af-header h1
{
	visibility: hidden;
	position: absolute;
}
.af-header-date-main
{
	margin:5px 0 0 40px;
	position:relative;
}
.af-header-date-main svg
{
	margin-left:0 !important;
}
.af-header-date-main:hover .af-header-date
{
	display:block;
}
.af-header-date
{
	display: none;
    position: absolute;
    width: 210px;
    left:0;
    
    padding: 10px;
    background: #f1f1f1;
    font-size: 1rem;
	direction: ltr;
    text-align: center;
}
.af-searchservices .af-checkbox
{
	display:inline-block;
	margin-left: 10px;
    font-size: 0.9rem;
}
.af-search-page .search-btn
{
	background: #1e73be;
    border: none;
    border-radius: 25px;
    padding: 5px 20px;
    color: #fff;
    margin: 0 auto;
    display: block;
}

.af-searchservices
{
	border-top: 1px solid #e2e2e2;
    padding: 10px 10px;
    margin: 20px 0;
    background: #e2e2e2;
}

.af-search-page select, .af-search-page input
{
	border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 5px 20px;
	vertical-align: middle;
	margin-left:5px;
}
.af-search-page .search-input
{
	width: 100%;
    margin-bottom: 15px;
}
.af-search-page h1 span
{
	font-weight:normal;
}
.af-search-span
{
	float: right;
    padding-top: 10px;
    font-size: 0.9rem;
    margin-left: 15px;
}
.search_submit {
  height: 67px;
  width: 63px;
  display: inline-block;
  color:red;
  float: left;
  background: url('assets/imgs/search.svg') center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
}
.af-date-mobile
{
	display:none;
}
.search_submit:hover {
  opacity: 0.8;
}
.search_submit {
    position: absolute;
    background: transparent;
    border: none;
    background-image: url('img/sicon.png');
    background-repeat: no-repeat;
    width: 15px;
    margin: 5px;
}

#searchform {
    width: 170px;
}
.says
{
	display:none !important;
}
.cld-like-dislike-wrap
{
	    background: #fff;
    border-radius: 10px;
    padding: 8px 0 5px;
    margin: 0 auto;
}
.cld-count-wrap
{
	display:inline-block !important;
	margin-right:5px;
}
.searchwrapper 
{
    width: 100%;
    position: absolute;
    left: 0;
	display:none;
	transition: all 2s linear;
}
.searchwrapper2
{
    width: 100%;
    position: absolute;
    left: 0;
	display:none;
	transition: all 2s linear;
}
.search input
{
	width: 100%;
    height: 50px;	
	border:none;
}

.af-pishkhan
{
	margin-bottom:25px;
	background-image:url('assets/imgs/pishkhanbg2.jpg');
	padding: 25px 0px;
	background-size: cover;
	background-attachment: fixed;
}
.af-pishkhan .af-head-title
{
	color:#fff;
}
.af-slide
{
	height:auto;
	margin-bottom:1rem;
}
.af-b-radius img
{
	border-radius:5px;

}
.af-news-main, .af-side-index, .af-tab-index, .af-slide-top, .af-side-allnews, .af-service-archive
{
	box-shadow: 0 0px 8px 0px rgb(0 0 0 / 10%);
    background: #fff;
	border-radius:5px;
	padding:30px 20px;
}
.af-news-main-tab li
{
	width:auto !important;
}

.af-news-main-tab .nav-link.active, .af-news-main-tab .show>.nav-link
{
	background-color: #fff !important;
    color: #444 !important;
    border: none !important;
}

.af-tab-index
{
	padding:0 0 15px 0;
	margin-bottom:10px;
}
.af-slide .container-fluid, .af-slide .af-advert-widget
{
	padding:0;
}

.af-news-img, .af-slide-img
{
	position:relative;
}
.af-slide-img h3
{
	position: absolute;
    bottom: 0;
    padding: 30px 40px;
    font-size: 1.5rem;
    font-weight: bold;
	line-height:35px;
color:#fff;
}
.af-news-img h3
{
	position: absolute;
    bottom: 0;
	font-size: 1rem;
    line-height: 30px;
    padding: 15px 30px;
	font-weight: bold;
color:#fff;
}
.af-head-title
{
	font-size:1.4rem;
	font-weight:900;
	display:flex;
}
.af-head-title:before
{
    content: '';
    width: 20px;
    height: 30px;
    display: block;
    background-color: #e74c3c;
    margin: -10px 0 0 7px;
}
.af-head-title:after
{
	content:'';
	width:40px;
	height:3px;
	display:block;
	background-color:#e2e2e2;
	margin: 17px 10px 0 0;
}

.af-news-img h3 a, .af-slide-img h3 a
{
	color:#fff;
}
.af-article-main
{
	display:flex;
	padding:15px 0;
}
.af-side-index
{
	margin-bottom:10px;
}
.af-side-index ul, .af-side-allnews ul
{
	padding:0;
	margin-top:20px;
}
.af-side-index li, .af-side-allnews li
{
	display: flex;
    font-size: 0.9rem;
    margin-bottom: 10px;
	 counter-increment: step-counter;
}
.af-side-allnews
{
	margin-bottom:10px;
}
.af-side-allnews li
{
	display:block;
	line-height:2;
}

.af-side-index li a, .af-side-allnews li a
{
	font-weight:bold;
}
.af-side-index li a:first-child
{
	width:100px;
	margin-left:10px;
}
.af-timeline li a:first-child
{
	height:auto;
}
.af-side-index li a:last-child
{
	width:auto;
}
.af-side-index li:before
{
	content: counter(step-counter);
    margin-left: 5px;
    font-size: 1.3rem;
    color: #d9d9d9;
    font-weight: bold;
    padding: 5px 0px 0 15px;
    border-radius: 3px;
}
.af-slide-top
{
	padding:0 25px;
}
.af-news-main
{
	margin-bottom:10px;
}
.af-news-main .af-article-desc
{
	width:65%;
}
.af-news-main .btn-light
{
	background:transparent;
	border:none;
}
.af-news-main .nav-pills .nav-link.active, .af-news-main .nav-pills .show>.nav-link, .af-news-main .nav-pills .nav-link
{
background-color: transparent;
    border: none !important;
    color: #2b3673;
    font-weight: normal;
    font-size: 1rem;
    padding: 0;
    border-radius: 0 !important;
    margin-top: 5px;
    width: 100%;
}
.af-news-main .nav-pills .nav-link.active:before, .af-news-main .nav-pills .show>.nav-link:before, .af-news-main .nav-pills .nav-link:before
{
	content:none !important;
}
.af-news-main .tab-pane a:after
{
	content:none;
}
.af-news-main .nav-tabs .nav-link
{
	border-color:#fff;
	font-size: 0.8rem;
    padding: 3px 7px;
}
.af-news-main .tab-content
{
	padding:0;
}
.af-slide-top .af-article-desc
{
	padding-left:10px;
	width:53%;
}
.af-slide-top .af-article-desc h3
{
	line-height:28px;
}


.af-slide-top .af-article-img
{
	height:auto;
	width:42%;
}
.af-timeline ul
{
	border-right:1px solid #e74c3c;
}
.af-timeline ul li:before
{
content: '';
    margin-left: 15px;
    font-size: 1.3rem;
    color: #e74c3c;
    margin-top: 2px;
    border-right: 1px solid #e74c3c;
    font-weight: bold;
    padding: 12px 0px 0 11px;
    width: 11px;
    height: 11px;
    background: #e74c3c;
    border-radius: 50%;
    margin-right: -7px;
}
.title-comments
{
	margin-right:auto;
	margin-top:8px;
}
.title-comments svg
{
	margin-top:-5px;
	
}
#respond
{
	position:relative;
	transition:0.5s;
}
#comment-status
{
	position: absolute;
    background: #fff;
    width: 100%;
    height: 70%;
    border-radius: 10px;
	display:none;
	transition:0.5s;
}
#comment-status p
{
	font-size:1.2rem;
	text-align:center;
	    margin-top: 150px;
}
.af-comment-section li a img
{
	width:90px;
	height:90px;
	border-radius:50%;
	border: 2px solid red;
    padding: 3px;
}
.af-comment-section li:before, .af-service-section li:before
{
	content:none;
}
.af-comment-section a:last-child
{
	padding: 15px 10px 0 0;
	font-weight:bold;
}
.af-service-section li a img
{
	width:100px;
	height:75px;
	margin-left:20px;
	border-radius:5px;
}
.af-service-section a:last-child
{
	font-weight:bold;
}
.af-service-section .af-article-main
{
	flex-wrap:wrap;
}
.af-service-section .af-article-main .af-article-img, .af-service-section .af-article-main .af-article-img img
{
	width:100%;
	height:auto;
}
.af-service-section .af-article-desc
{
	margin-top:15px;
}
.af-article-desc span
{
	font-size: 0.8rem;
    margin-bottom: 5px;
    display: flex;
}
.af-article-desc h3
{
	font-weight: bold;
    font-size: 1.2rem;
	line-height:28px;
}
.af-article-desc p
{
	font-size:0.9rem;
}
.af-article-img span
{
    background: #e74c3c;
    padding: 2px 10px;
    font-size: 0.7rem;
    border-radius: 5px 0 0 5px;
    color: #fff;
        position: relative;
    bottom: 40px;

    right: 0;
}
.af-article-archive
{
	background: #eff1f5;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
.af-article-img
{
	width: 35%;
	background-size: cover;
	margin-left:15px;
	border-radius:5px;
	position:relative;
}

.af-side-index .af-article-img
{
	margin-left:0;
}
.af-article-img img
{

	border-radius:5px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills .nav-link
{
background-color: transparent;
    border: none !important;
    color: var(--bs-body-color);
    font-weight: bold;
    font-size: 1.1rem;
	padding:0;
		border-bottom: 1px solid #e74c3c !important;
    border-radius: 0 !important;
	margin-top:10px;
}
.nav-pills .nav-link
{
	border-bottom: 1px solid #9e9e9e !important;
}
.nav-pills .nav-link.active:before, .nav-pills .show>.nav-link:before, .nav-pills .nav-link:before
{
	content: '';
    width: 20px;
    height: 30px;
    background-color: #e74c3c;
    display: inline-block;
    float: right;

}
.nav-pills .nav-link:before
{
	background-color: #9e9e9e;
}
.nav-pills li
{
	border:none;
	width: 48.5%;
	
}
.nav-pills li button
{
	width:100%;
	border:1px solid #e2e2e2 !important;
	border-radius: 5px !important;
	
}
.tab-content
{
	padding:0 20px;
}
.tab-pane li
{
	display:flex;
	padding:3px 0;
	counter-increment: step-counter;
	font-size: 0.9rem;
}
#copylink
{
	opacity:0;
}
.tab-pane li:before
{
content: counter(step-counter);
    margin-left: 5px;
    font-size: 1.5rem;
    color: rgba(33,64,108,1);
    font-weight: bold;
    padding: 0px 0px 0 10px;
    border-radius: 3px;
}
.tab-pane li:nth-child(2):before
{
	color: rgba(33,64,108,0.9);
}
.tab-pane li:nth-child(3):before
{
	color: rgba(33,64,108,0.9);
}
.tab-pane li:nth-child(4):before
{
	color: rgba(33,64,108,0.8);
}
.tab-pane li:nth-child(5):before
{
	color: rgba(33,64,108,0.7);
}
.tab-pane li:nth-child(6):before
{
	color: rgba(33,64,108,0.6);
}
.tab-pane li:nth-child(7):before
{
	color: rgba(33,64,108,0.5);
}
.tab-pane li:nth-child(8):before
{
	color: rgba(33,64,108,0.4);
}
.tab-pane li:nth-child(9):before
{
	color: rgba(33,64,108,0.3);
}
.tab-pane li:nth-child(10):before
{
	color: rgba(33,64,108,0.2);
}
.tab-pane li:nth-child(11):before
{
	color: rgba(33,64,108,0.2);
}
.tab-pane li:nth-child(12):before
{
	color: rgba(33,64,108,0.2);
}
.tab-pane a
{
	
    overflow: hidden;
	width:100%;
	position:relative;
	display: block;
    font-weight: bold;
}


.af-news-main-tab li button
{
	border:none !important;
	font-size:0.8rem;
	    padding: 4px 10px;
}
.af-news-head
{
	display:flex;
}
.af-news-head .flex-column
{
	display:none;
}
.af-news-main-tab .af-article-desc .tab-pane a
{
	white-space: normal;
	overflow:unset !important;
}
.navbar-dark
{
	background-color:#f9f9f9;
	border-bottom: 1px solid #e2e2e2;
	margin:0;
	box-shadow: 0 0px 8px 0px rgb(0 0 0 / 10%);
}
.navbar .af-baztab-logo
{
	margin-left:40px;
}
.navbar-dark .navbar-nav .dropdown li
{
	padding: 5px 5px;
    border-bottom: 1px solid #e2e2e2;
}
.navbar-dark .navbar-nav .dropdown li:last-child
{
	border:none;
}
.navbar-dark .navbar-nav .nav-link
{
	color:#21406c;
	padding: 0 15px;
}
.navbar-dark .navbar-nav .nav-link svg
{
	margin-right:10px;
	color:#21406c;
}
.navbar-dark .navbar-nav a
{
	color:#21406c;
	padding: 0 15px;
}
.navbar-dark .navbar-nav .nav-link:hover
{
	color:#444;
}
.navbar-dark .nav-item
{
    margin: 0 2px;
    border-left: 1px solid #e2e2e2;
    padding-left: 5px;
	height:25px;
	font-size: 1rem;
    padding-top: 2px;
}
.navbar svg
{
	margin-left:10px;
}
.navbar .bi-list
{
	margin: 0;
    padding: 0;
    float: right;
    color: #21406c;
}
.nav-cat
{
	float:right;
}
.navbar-dark .nav-item:hover .bi-list,
.navbar-dark .nav-item:hover .nav-link
{
	color:#444;
}
.dropdown-toggle::after
{
	display:none;
}
.nav-item:last-child
{
	border-left:none;
}
.navbar-sub
{
	background: #2980b9;
    padding: 5px 0;
    font-size: 0.9rem;
	margin-bottom:20px;
	color:#fff;
}
.af-slide-top .big p
{
	font-size:1rem;
}
.af-slide-top .big h3
{
	font-size: 1.7rem;
    line-height: 40px;
}
.af-slide-top .big
{
	width:50%;
}
.af-slide-top .big img
{
	width:100%;
	height:auto;
}
.af-news-main .af-article-desc a
{
	white-space: unset;
	overflow:unset !important;
}
.af-news-main .af-article-img a
{
	overflow:unset !important;
}
.af-article-img a:nth-child(2)
{
	position:relative;
}
.af-header
{
	z-index:2;
	margin-bottom:10px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover
{
	color:#4a69bd;
}
.af-news-head .dropdown
	{
		display:none;
	}
.af-swiper-img
{
	position:relative;
	display:flex;
	overflow:hidden;
}
.af-swiper-hover
{
}
.af-swiper-img:hover .af-swiper-hover
{
	background: rgba(255,255,255,1);
	opacity:1;
	  -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      will-change: transform;
}
.af-swiper-hover
{
    position: absolute;
    width: 100%;
    color: #444;
	opacity:0;
    height: 100%;
    background: rgba(255,255,255,0);
	font-size: 0.9rem;
    padding: 10px 15px;
    text-align: justify;
	overflow:hidden;
	border-radius:5px;
	-webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    will-change: transform;
    -webkit-transition: transform 1s ease;
    -moz-transition: transform .2s ease;
    -ms-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    will-change: transition;
}
.swiper-slide h3
{
	color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
    padding: 10px;
	text-align:center;
	line-height:1.5;
}
.swiper-slide p
{
	font-size:0.9rem;
	text-align: justify !important;
    padding: 20px;
}
.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
	height:60px;
 
}
.sticky + .content {
  padding-top: 102px;
}
.af-video-index
{
	background-image:url('assets/imgs/videobg.jpg');
	padding:30px 0;
	margin:20px 0;
	background-size:cover;
	background-attachment: fixed;
}
.af-video-index .af-head-title
{
	font-size: 1.6rem;
}
.af-video-index .af-head-title:before
{
	    margin: -3px 0 0 10px;
}
.af-video-index .af-head-title:after
{
	margin: 20px 15px 0 0;
}
    
.af-video-hover
{
	width: 90px;
    height: 70px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}
.af-video-desc
{
	margin: 10px 0;
}
.af-video-desc a
{
	    color: #fff;
    font-weight: bold;
}
.af-video-hover svg
{
	color:#fff;
}
.af-video-index .af-head-title, .af-picture-service .af-head-title, .af-pishkhan .af-head-title
{
	color:#fff;
	margin:20px 0 30px 0;
}
.af-video-main
{
	position:relative;
}
.af-video-main h3, .af-picture-big h3
{
	position: absolute;
    bottom: 0;
    padding: 25px;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.9));
    line-height: 35px;
    margin: 0;
	width:100%;
    border-radius: 5px;
}
.af-advert-widget img
{
	max-width:100%;
	width:100%;
}
.af-advert-widget
{
	margin-bottom:10px;
	position:relative;
}
.af-advert-meta
{
	position:absolute;
}
.af-advert-meta svg
{
	background: #999;
    border-radius: 4px;
    color: #fff;	
}
.af-advert-meta a
{
background: #999;
    font-size: 0.6rem;
    color: #fff;
    border-radius: 4px;	
	top: -2px;
    position: relative;
    right: 3px;
}

.af-advert-info:hover > span
{
	display:inline-block;
    
}
.af-advert-info span
{
	display:none;
}
.af-advert-width
{
	margin:5px auto 15px auto;
	width:50%;
}
.af-advert-big
{
	flex-wrap:wrap;
}
.af-single-tag a
{
	background: #f9f9f9;
    border-radius: 1px;
    margin-left: 5px;
    padding: 2px 8px;
    font-size: 0.9rem;
}
.af-single-metab
{
	display: flex;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 15px 0px;
    margin: 50px 0 10px;
}
.af-single-metab a
{
    background: #f9f9f9;
    padding: 12px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
	margin-left:5px;
	cursor:pointer;
}
.af-single-tag
{
	margin:20px 0;
	clear:both;
	display:inline-block;
}
.af-single-wide-2
{
	padding:10px;
}
.af-video-item:first-child, .af-video-item:nth-child(4)
{
	margin-right:2%;
}
.af-video-item:nth-child(3), .af-video-item:nth-child(6)
{
	margin-left:0;
}
.af-video-item
{
	width:30%;
	margin-left:3%;
}
.af-video-img img
{
	width:100%;
	border-radius:5px;
}
.af-video-image
{
	position:relative;
}
.af-video-image svg
{
	position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    color: rgba(255,255,255,0.8);
}
.af-video-item h3
{
	font-size: 1rem;
    font-weight: bold;
	margin: 15px 0;
	color:#fff;
	line-height:22px;
}
.af-video-item h3 a
{
	color:#fff;
}
.af-video-player
{
	width:100%;
}
.af-video-main
{
	margin-left:10px;
	margin-right:10px;
	height:100%;
}
.af-video-main img
{
	width:100%;
	border-radius:5px;
}
.af-picture-service
{
    background: #fff;
    padding: 15px 0;
    margin-bottom: 10px;
    background-image: url('assets/imgs/bgimage.jpg');
    border-radius: 5px;
    box-shadow: 0 0px 2px 0px rgb(0 0 0 / 10%);
    background-size: cover;
}
.af-picrure-content
{
	position:relative;
	transition;0.5s;
}
.af-picrure-content h3
{
	float:right;
}
.af-picrure-content h3 a
{
	color:#fff;
	font-weight:bold;
}
.af-picture-service .af-head-title
{
	color:#fff;
}
.af-picrure-content img
{
	width: 100%;
    height: auto;
    border-radius: 5px;
}
.af-picture-hover h3
{
	position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px 40px;
    font-weight: bold;

    line-height: 35px;
}
.af-picture-hover svg
{
	width: 30px;
    height: 30px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;	
}
.af-picrure-content:hover .af-picture-hover
{
	background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    float: right;
    position: absolute;
    border-radius: 5px;
	transition;0.5s;
}

.af-picture-small h3
{
	font-size:1rem;
	margin-top:10px;
	line-height:1.5;
	margin-bottom:30px;
}
.af-picture-big
{
	margin-bottom:10px;
}
.af-service-list li
{
	display:block;
}
.af-service-list li:before
{
	content: '';
    width: 6px;
    height: 6px;
    background-color: #e74c3c;
    margin: 7px 0 0 10px;
    padding: 0;
	float:right;
}
footer
{
	background:#f9f9f9;
	margin-top:20px;
	padding:15px;
}
footer h4
{
	font-size:1.2rem;
	font-weight:bold;
	margin:25px 0;
	color:#444;
	text-align:center;
}
.af-footer-bottom
{
	background: #e2e2e2;
    border-radius: 5px;
    margin: 10px 0;
}
.af-footer-bottom .row
{
	padding:10px 20px;
}
.af-footer-bottom span
{
	font-size:0.9rem;
	color:#444;
}
.af-footer-ul
{
	padding:0;
}
.af-footer-ul li
{
	list-style:none;
	line-height:2.5;
	text-align:center;
	font-size:0.9rem;
}
.af-footer-ul li a
{
	color:#444;
}

.af-footer-contact
{
	text-align:center;
}
.af-footer-contact ul
{
	padding:0;
	    margin: 0 auto;
    display: table;
}
.af-footer-contact ul > a
{
	margin-top:20px;
	float:right;
}
.af-footer-contact li
{
	list-style: none;
    float: right;
    margin: 7px 3px;
    color: #fff;
    padding: 6px 8px;
    border-radius: 50%;
}
.af-footer-contact .af-child1
{
	background: #229ED9;
}
.af-footer-contact .af-child2
{
	background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.af-footer-contact .af-child3
{
	background: #25D366;
}
.af-footer-contact .af-child4
{
	background: #1DA1F2;
}
.af-footer-first
{
	position:relative;
}
.af-footer-first li
{
	width:100%;
	line-height:0.5;
}
.af-footer-first a
{
    right: -80px;
    top: 20px;
	color:#444;
}
    
.swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
       text-align: center;
    font-size: 18px;
    flex-direction: column;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 5px;
    flex-shrink: 0;
    width: 100%;
    color: #fff;
    position: relative;
    transition-property: transform;
    padding: 5px;
      }
.swiper-slide strong
{
	
	margin-bottom:30px;
}
      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
		border-radius:5px;
		background:#161616;
      }

      .swiper {
        margin-left: auto;
        margin-right: auto;
      }
.brbr
{
	box-shadow: 0 0px 8px 0px rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 5px;
    padding: 10px 30px;
}
.af-single-comment span
{
	display:block;
}
.af-single-content .af-top-header-ads
{
	flex-wrap:wrap;
}
.af-single-content h1
{
font-size: 1.5rem;
    margin: 10px 0 20px 0;
    line-height: 1.5;
    font-weight: bold;	
}
.af-single-content .af-rutitr
{
	margin-top: 15px;
    display: flex;
}
.af-single-content h2, .af-single-content h3
{
	font-weight: bold;
    font-size: 1.5rem;	
}
.af-single-mc h4
{
	font-size: 1.1rem;
    line-height: 1.8;
    font-weight: bold;
}
.af-single-mc blockquote
{
	    background: #f9f9f9;
    padding: 5px 25px;
    border-radius: 10px;
    font-style: italic;
}
.af-single-content p
{
    font-size: 1rem;
    line-height: 2rem;
    text-align: justify;
    margin: 20px 0;	
}
tbody, td, tfoot, th, thead, tr
{
	border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px;
}
td
{
	width:auto;
	padding:10px;
}
table
{
	    margin: 0 auto;
    width: 100%;
}
.wp-video
{
	margin:0 auto;
}
.mejs-controls
{
	direction:ltr;
}
.af-single-content .lead
{
	background: #f5f6fa;
    border-radius: 5px;
    font-size: 1rem;
    padding: 10px;
    margin-bottom: 10px;
}
.af-single-content img
{
	width: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%;
	height:auto;
	border-radius:5px;
}
.af-single-2
{
	width:-webkit-fill-available !important;
}
.af-single-content .alignleft
{
	float:left;
	margin: 20px 25px 20px 0;
}
.af-single-content .alignright
{
	float:right;
	margin: 20px 0 20px 25px;
}
.af-sec-title
{
	font-size: 1.4rem;
    font-weight: 900;
    margin: 30px 0;
}
.af-related-main h5
{
	font-size: 1.1rem;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.5rem;
}
.af-single-first
{
	width:50% !important;
	float: right;
    margin-left: 30px !important;
	margin-top:20px;
}
.af-single-second
{
	width:50% !important;
	float: left;
    margin-right: 30px !important;
	margin-top:20px;
}
.af-wide-img
{
	height:500px;
	background-size:cover;
}
.af-single-wide
{
	margin-bottom:10px;
	border-radius:5px;
	overflow:hidden;
	position:relative;
}
.af-single-wide .af-single-meta, .af-archive-big .af-single-meta
{
	position: absolute;
    bottom: 0;
	padding:40px;
	background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.9));
}
.af-single-wide .af-single-meta h1, .af-archive-big .af-single-meta h1
{
	color: #fff;
    font-size: 1.5rem;
    font-weight: bold;	
}
.af-single-meta
{
	width:100%;
	display:flex;
}

.af-single-meta > ul
{
	display:flex;
	padding:0;
}
.af-single-meta ul:last-child
{
	justify-content: flex-end;
	
}
.af-single-meta .col-md-3 ul
{
		border:1px solid red;
}
.af-single-meta ul li
{
	list-style:none;
}
.af-single-meta ul .af-single-cat
{
background: #f39c12;
    color: #fff;
    border-radius: 5px;
    padding: 1px 10px;
    font-size: 0.8rem;
    height: 20px;
    margin-left: 30px;
	margin-right:15px;
}
.af-single-author span
{
	font-size:0.8rem;
}
.af-single-cat a
{
	color:#fff;
}
.af-single-meta .af-time, .af-single-meta .af-date
{
	margin-left: 40px;	
	font-size:0.8rem;
}
.af-single-meta .af-time svg
{
	margin-left:5px;
}
.af-single-meta .dropdown > a
{
	padding: 0 10px;
    background: #e74c3c;
    border: none;
}
.af-single-meta .af-news-id
{
	font-size: 0.9rem;
    align-self: center;
    margin-right: 30px;	
}
.af-single-6 .af-single-meta .af-news-id
{
	color:#fff;
	    align-self: flex-start;
}
.af-single-6 .af-single-meta ul:last-child
{
	margin-top:10px;
	flex-direction: row;
}
.af-single-meta ul ul li
{
	margin:0 5px;
}
.af-single-wide .af-single-meta h1
{
	margin-bottom:20px;
}
.af-single-6 .af-single-meta h1
{
	width:52%;
	line-height:1.5;
}
.af-single-wide .af-time, .af-single-wide .af-single-share, .af-archive-big .af-time, .af-single-wide .af-single-author a, .af-single-wide .af-single-author svg
{
	color:#fff;
}
.af-archive-items
{
	padding-top:40px;
}
.af-archive-item
{
	margin-bottom:20px;
}
.af-archive-img
{
	width:30%;
	margin-left:20px;
}
.af-archive-img img
{
	width:100%;
	border-radius:5px;
	height:auto;
}
.af-archive-desc
{
	width:65%;
}
.af-archive-desc h2
{
	font-size:1.5rem;
	font-weight:bold;
	line-height: 1.5;
}
.af-archive-desc p
{
	text-align:justify;
}
.af-archive-main .pagination li
{
    background: #2869C5;
    color: #fff;
    margin-left: 5px;
    padding: 5px 15px;
    border-radius: 5px;
}
.af-archive-main .pagination li a
{
	color:#fff;
}

.af-archive-main h1, .af-archive-top h1
{
	font-weight: bold;
    font-size: 1.6rem;
    margin: 30px 0;
}
.af-archive-top h1
{
	margin:15px 0;
}
.af-archive-top .brbr
{
	margin-bottom:10px;
}
.af-archive-big
{
	height:400px;
	border-radius:5px;
	background-size:cover;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
/************************/
.harika-comments-list {
    padding-bottom: 50px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 50px;
}
.harika-comments h2, .comments-area h3 {
    border-right: 3px solid var(--maincolor);
    padding: 10px 15px 10px 0;
    line-height: 1;
    background-color: var(--twocolor);
    font-size: 18px;
    margin-bottom: 30px;
}
div.comments-top-inputs p input {margin: 0;border: 1px solid #f0f0f0;padding: 5px 15px;border-radius: 30px;width: 100%;}



.comments-bottom-inputs p textarea {
    border: 1px solid #f0f0f0;
    border-radius: 24px;
    padding: 10px 15px;
}
#commentform p input#submit {
    border: 0;
    background-color: #2980b9;
    color: #fff;
    padding: 3px 20px;
    border-radius: 5px;
    transition: 0.2s ease-in-out;
}
#commentform p input#submit:hover {
    background-color: #323232;
}
ol.comments {
    padding: 0;
}
ol.comments li {
    position: relative;
    list-style: none;
    display: flex;
    background-color: #fafafb;
    padding: 15px 10px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.comment-content h3 a, .comment-content h3 {
    font-size: 16px;
    color: #222;
}
p.comment-date {
    margin: 0;
    background-color: #e5e5e5;
    width: fit-content;
    padding: 0 10px;
    border-radius: 30px;
    font-size: 12px;
}
.comment-avatar {
    display: inline-block;
    float: right;
    margin-left: 20px;
}
.comment-content {
    display: inline-block;
}
main .harika-comments {
    padding: 40px 40px;
}
.comment-avatar img.avatar {
    border-radius: 20px;
    background-color: #ddd;
    padding: 3px;
}
.wp-block-image img {
    height: auto;
}
.af-single-meta .dropdown-menu
{
	min-width:auto !important;
}
.af-single-meta .dropdown-menu li
{
	margin:0;
}
.af-single-meta .dropdown-menu .dropdown-item
{
	padding:3px 10px;
}
ol.comments li .awaiting {
    display: block;
    position: absolute;
    left: 10px;
    background-color: #222;
    color: #fff;
    padding: 0 12px;
    border-radius: 4px;
}
.comment-body p
{
	font-size:0.9rem;
}
#reply-title
{
	display:none !important;
}
.comment-body {
    background-color: #fafafb;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 5px;
}
.comment-body a {
    color: #000;
}
.comment-author img
{
	width:auto;
}
.comment-inputs {
    display: flex;
}
.comment-form p input {
    margin: 0;
    border: 1px solid #f0f0f0;
    padding: 5px 15px;
    border-radius: 30px;
}
.comment-inputs p:last-child {
    margin-left: 0;
}
.comment-inputs p {
    margin-left: 20px;
}
textarea#comment {
    border: 1px solid #f0f0f0;
    border-radius: 24px;
    padding: 10px 15px;
}
input#wp-comment-cookies-consent {
    width: auto !important;
}
ol.comment-list {
    padding: 0;
    margin: 0;
}
ol.comment-list li {
    list-style: none;
}
article.comment-body {
    background-color: #fafafb;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 5px;
}
article.comment-body a {
    color: #000;
}
.comment-author img.avatar {
    margin: 0 0 10px 10px;
    border-radius: 16px;
}
.commentmetadata a {
    background-color: #e5e5e5;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 20px;
    color: #707070 !important;
}
.comment-content p {
    margin: 15px 0;
}
a.comment-reply-link {
    border: none;
    padding: 0 6px;
    font-size: 11px;
    background-color: #fff;
    border-radius: 5px;
}
em.comment-awaiting-moderation {
    line-height: 3;
}
.widget a:hover {
    color: #222;
}
.widget a {
    color: #878787;
    font-size: 13px !important;
}
.widget .tagcloud a {
    background-color: #eee;
    padding: 0 10px;
    border-radius: 30px;
    font-weight: 300;
    line-height: 2;
}
.comment-author-admin .comment-author img.avatar {
    border: 2px solid var(--maincolor);
}
.comment-author-admin .comment-author:after {
    content: "مدیر";
    color: #fff;
    font-size: 10px;
    line-height: 1.4;
    padding-left: 2px;
    text-align: center;
    background-color: #4b4b4b;
    width: 34px;
    height: 15px;
    position: absolute;
    right: -14px;
    top: -5px;
    border-radius: 9px;
}
.comment-author.vcard {
    position: relative;
	float:right;
	width:15%;
}
.comment-meta
{
	float:right;
	width:65%;
}
ul.list-inline {
    padding: 0;
    margin: 0;
}
ul.list-inline li {
    display: inline-block;
}
ul.list-inline li a i {
    color: #000;
    font-size: 16px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 3px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.7;
    border: 2px solid;
    transition: 0.2s ease-in-out;
}
ul.list-inline li:first-child a i {
    margin-right: 0 !important;
}
.author-description-top {
    display: flex;
}
.author-social-links {
    margin: auto auto auto 0;
}
.author-description-meta {
    margin-top: 12px;
}
i.fab.fa-twitter {
    color: #00acee;
}
i.fab.fa-facebook, i.fab.fa-facebook-f {
    color: #3b5998;
}
i.fab.fa-instagram {
    color: #d62977;
}
i.fab.fa-linkedin, i.fab.fa-linkedin-in {
    color: #0e76a8;
}
i.fab.fa-pinterest-p, i.fab.fa-pinterest {
    color: #E60023;
}
i.fab.fa-github {
    color: #a8594e;
}
i.fab.fa-dribbble {
    color: #ea4c89;
}
i.fab.fa-behance {
    color: #053eff;
}
i.fab.fa-skype {
    color: #00aff0;
}
ul.list-inline li a i:hover {
    background-color: currentcolor;
}
.author-description-top h3, .author-description-top h3 a {
    color: #222;
    font-size: 18px;
    margin: auto 0;
}
div#author-avatar img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
a.comment-edit-link {
    margin-right: 5px;
}
.post-content-footer.post-author-box-container.container {
    padding: 30px;
}
.social-share a:hover i {
    color: #fff;
}
.social-share a:hover {
    background-color: var(--maincolor);
    color: #fff;
}
main.site-main > .single-top-image-container {
    filter: grayscale(1);
}

.logged-in-as a {
    color: #222;
}
.comment-form-comment textarea {
    width: 100%;
}
ul.list-inline li a i:hover:before {
    color: #fff;
}
.social-share a.share_button_pinterest:hover {
    background-color: #E60023;
}
.social-share a.share_button_linkedin:hover {
    background-color: #0e76a8;
}
.social-share a.share_button_twitter:hover {
    background-color: #00acee;
}
.social-share a.share_button_facebook:hover {
    background-color: #3b5998;
}
ul.list-inline li a i:before {
    transition: 0.2s ease-in-out;
}
.comment-inputs p input {
    width: 100%;
}
.row
{
	margin-left: calc(-.2 * var(--bs-gutter-x)) !important;
    margin-right: calc(-.2 * var(--bs-gutter-x)) !important;
}
.af-right-tag
{
	padding-top:10px;
}
.af-left-tag li
{
	float: right;
    background: #e74c3c;
    display: block;
    margin-left: 5px;
    border-radius: 5px;
    padding: 5px 10px;
	margin-bottom:5px;
}
.af-left-tag li a
{
	color:#fff;
}
.af-archive-top .af-article-img
{
	width:41%;
}
.af-archive-top .af-article-desc
{
	width:50%;
}
.af-service-archive
{
	margin-bottom:10px;
}
.big-img
{
	width:100%;
}
.af-archive-2
{
	flex-wrap:wrap;
}
.af-archive-2 .af-article-desc h3
{
	margin-top:20px;
}

.af-archive-2 .af-article-img img
{
	width:100%;
	height:auto;
}
.af-instagram
{
	background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 5px;	
}
.af-twitter
{
	background: #1DA1F2;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 5px;
}
.af-whatsapp
{
	background: #25D366;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 5px;
}
.af-telegram
{
	background: #229ED9;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 5px;	
}
.af-archive-top .af-article-desc
{
	margin-right:15px;
	width:53%;
}
.show-btn-mobile
{
	display:none;
}
.tab-pane .af-article-desc h3
{
	font-size:1.2rem;
}

.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }

@media (max-width: 767.98px) { 

.af-single-meta .af-time, .af-single-meta .af-date
	{
		margin-left:40px;
	}
 }


@media (max-width: 991.98px) { 
.af-article-main
		{
			flex-wrap:wrap;
		}
		.af-article-img, .af-article-img img {
			width: 100%;
			height: auto;
		}
		.af-article-img
		{
			margin:0;
		}
		.af-slide-top .af-article-desc
	{
		padding:0;
	}
	.af-slide-top .big h3
	{
		font-size: 1.3rem;
    line-height: 1.5;
	}
	.af-article-desc h3
	{
		font-size:1rem;
	}
		.af-single-meta ul
		{
			flex-wrap:wrap;
			
		}
	.af-single-meta ul .af-single-author
	{
		margin-left:10px;
		margin-bottom:10px;
	}
		.af-single-meta ul .af-single-cat
		{
			margin-left:25px;
		}
		.af-single-share
		{
			display:none;
		}
		.af-archive-img
		{
			margin-bottom:25px;
		}
		.af-archive-img, .af-archive-desc
		{
			width:100%;
		}
	.af-archive-desc .af-single-meta .af-time
	{
		margin-right:10px;
		margin-top:5px;
	}
		.af-slide-top .big
		{
			width:100%;
		}
		.af-slide-top, .af-news-main
		{
			margin-bottom:10px;
		}
		.af-advert-big
		{
			flex-direction: column;
		}
		.af-advert-width
		{
			width:100%;
		}
		.af-single-wide .af-single-meta, .af-archive-big .af-single-meta
		{
			padding:25px;
		}
		.af-wide-img
		{
			background-position:center;
		}
	.af-slide-top .af-article-img, .af-slide-top .af-article-desc
	{
		width:48%;
	}
	.af-slide-top .af-article-desc
	{
		margin-right:10px;
	}
	.af-article-desc p
	{
		display:none;
	}
	.af-service-section .af-article-desc
	{
		margin-top:0;
	}
	.af-slide-top .big
	{
		width:100%;
	}
	.af-article-desc
	{
		width:100%;
	}
	.af-news-main .af-article-desc
	{
		width:100%;
	}
	.af-video-item
	{
		width: 48%;
    margin-left: 1%;
		
	}
	.af-video-item:first-child, .af-video-item:nth-child(4)
	{
			margin-right:1%;
	}
	.af-video-main
	{
		    margin-left: 2px;
    margin-right: 2px;
		margin-bottom:10px;
	}
	.af-footer-first a
	{
		display:none;
	}
	.af-news-head nav
	{
		display:none;
	}
	
	.af-news-head .flex-column
{
	display:block;
}
	.af-news-head .dropdown
	{
		display:block;
	}
	.af-single-second
	{
		width: 100% !important;
    margin-bottom: 15px !important;
	}
	.af-single-meta ul .af-single-cat
	{
		margin-right:auto;
	}
	.af-single-meta .af-news-id
	{
		text-align:left;
	}
	.gallery-item
	{
		width:50% !important;
	}
	.gallery br
	{
		clear:unset !important;
	}
	.comment-author.vcard
	{
		width:30%;
	}
	.af-video-main h3
	{
		position: relative;
    bottom: 0;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    background: none;
    line-height: 35px;
    margin: 0;
    border-radius: 5px;
	}
	.comment-meta
	{
		width:70%;
	}
	.comment-body
	{
		padding:15px;
	}
	.brbr
	{
		padding:10px 20px;
	}
	.cld-like-dislike-wrap
	{
		margin-top:10px !important;
	}
	.fn
	{
		font-size:0.9rem;
	}
	.af-video-hover
	{
		height: auto;
		top: 50px
	}
	.af-picture-hover h3
	{
		position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px 15px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1rem;
	}
	.af-picture-small h3
	{
		line-height:1.5;
	}
	.navbar-dark .navbar-toggler-icon
	{
		background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%2840, 105, 197, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
	}
	.navbar-dark .nav-item
	{
		height: 45px;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 10px;
		border-left: none;
	}
	.navbar-dark .nav-item:last-child
	{
		 border-bottom: none;
	}
	.af-header-date-main, .show-btn
	{
		display:none;
	}
	.navbar-nav .dropdown-menu
	{
		position:absolute;
		width:100%;
		background:#1e73be;
	}
	.navbar-nav .dropdown-menu ul
	{
		padding:0;
	}
	.navbar-nav .dropdown-menu li
	{
		display:block;
		line-height:2;
	}
	.navbar-nav .dropdown-menu li a
	{
		color:#fff;
	}
	.af-video-index
	{
		background-position:right;
	}
	.af-news-head
	{
		align-items:center;
		justify-content: space-between;
	}
	.navbar-nav
	{
		background:#fff;
	}
	.af-footer-contact li
	{
		width:100%;
	}
	.af-footer-contact ul > a
	{
		    width: 40px;
    height: 40px;
    display: inline-block;
	}
	.af-footer-contact ul > a
	{
		float:unset;
		margin:5px;
	}
	.af-mobile-flex
	{
		flex-grow:1;
	}
	.show-btn-mobile
	{
		flex-grow:0;
	}
	.af-left-tag li
	{
		margin-bottom:5px;
	}
	.af-right-tag
	{
		margin:15px 0;
	}
	.show-btn-mobile
	{
		display:block;
	}
	.af-searchservices
	{
		column-count:2;
		padding-right:5px;
	}
	.af-search-page select, .af-search-page input
	{
		padding:5px 10px;
	}
	.af-footer-ul
	{
		padding:0;
	}
	.af-footer-ul li
	{
		font-size:0.7rem;
	}
	.af-single-wide .af-single-meta
	{
		flex-wrap:wrap;
	}
	.af-single-wide .af-single-meta h1
	{
		width:100%;
	}
	.af-single-meta ul:last-child
	{
		justify-content: flex-start;
		flex:auto;
	}
	.col-md-9
	{
		width:100%;
	}
	
	.af-w65
	{
		width:65%;
	}
	.af-w35
	{
		width:35%;
	}
	.af-w100
	{
		width:100%;
	}
	.current-menu-item a:after
	{
		bottom: -10px;
	}
	.navbar-dark .navbar-nav a
	{
		width:100%;
		display:block;
	}
	.af-top-header-ads
	{
		flex-flow:column;
	}
}
@media (max-width: 575.98px) 
{
	#gallery-1
	{
		display: flex;
    flex-wrap: wrap;
	}
	.af-w65, .af-w35
	{
		width:100%;
	}
	#gallery-1 .gallery-item
	{
	    
	}
	.pagination li:nth-child(4), .pagination li:nth-child(5), .pagination li:nth-child(8)
	{
		display:none;
	}
		.af-article-main
		{
			flex-wrap:wrap;
		}
		.af-article-img, .af-article-img img {
			width: 100%;
			height: auto;
		}
		.af-article-img
		{
			margin:0;
		}
		.af-slide-top .af-article-desc
	{
		padding:0;
	}
	.af-slide-top .big h3
	{
		font-size: 1.3rem;
    line-height: 1.5;
	}
	.af-article-desc h3
	{
		font-size:1rem;
	}
		.af-single-meta ul
		{
			flex-wrap:wrap;
			flex-basis: content;
			flex-flow:wrap;
			    flex-direction: column;
		}
		.af-single-meta ul .af-single-cat
		{
			margin-left:auto;
		}
		.af-single-share
		{
			display:none;
		}
	.af-date-mobile
	{
		display: block;
    text-align: center;
    border-top: 1px solid #e2e2e2;
    padding: 15px 0 0;
	}
		.af-archive-img
		{
			margin-bottom:25px;
		}
		.af-archive-img, .af-archive-desc
		{
			width:100%;
		}
		.af-slide-top .big
		{
			width:100%;
		}
		.af-slide-top, .af-news-main
		{
			margin-bottom:10px;
		}
		.af-advert-big
		{
			flex-direction: column;
		}
		.af-advert-width
		{
			width:100%;
		}
		.af-single-wide .af-single-meta, .af-archive-big .af-single-meta
		{
			padding:25px;
		}
		.af-wide-img
		{
			background-position:center;
		}
	.af-top-titr1 .af-advert-widget:nth-child(1)
{
	padding-left:0;
}
.af-top-titr1 .af-advert-widget:nth-child(2)
{
	padding-right:0;
}
	.af-sticky-ads
	{
		display: block;
    z-index: 100001;
    position: fixed;
    bottom: 0;
		padding:0;
	}
	.af-sticky-ads .af-advert-widget
	{
		margin:0;
	}
	.af-slide-top .af-article-img, .af-slide-top .af-article-desc
	{
		width:48%;
	}
	.af-slide-top .af-article-desc
	{
		margin-right:10px;
	}
	.af-article-desc p
	{
		display:none;
	}
	.af-service-section .af-article-desc
	{
		margin-top:0;
	}
	.af-slide-top .big
	{
		width:100%;
	}
	.af-article-desc
	{
		width:100%;
	}
	.af-news-main .af-article-desc
	{
		width:100%;
	}
	.af-video-item
	{
		width: 48%;
    margin-left: 1%;
		
	}
	.af-video-item:first-child, .af-video-item:nth-child(4)
	{
			margin-right:1%;
	}
	.af-video-main
	{
		    margin-left: 2px;
    margin-right: 2px;
		margin-bottom:10px;
	}
	.af-footer-first a
	{
		display:block;
	}
	.af-news-head nav
	{
		display:none;
	}
	
	.af-news-head .flex-column
{
	display:block;
}
	.af-news-head .dropdown
	{
		display:block;
	}
	.af-single-second
	{
		width: 100% !important;
    margin-bottom: 15px !important;
	}
	.af-single-wide .af-single-cat
	{
		margin-right:auto !important;
		margin-left:0;
	}
	.af-single-meta ul .af-single-cat
	{
		    margin: 5px 0px;
		width:fit-content;
	}
	.af-single-meta .dropdown
	{
		margin-right:auto;
		margin-left:0;
	}
	.af-single-first
	{
		width:100% !important;
	}
	.af-single-6 .af-single-meta .dropdown
	{
		margin-right:auto;
		margin-left:0;
	}
	.af-single-wide .af-time
	{
		padding-top:5px;
	}
	.af-single-meta .af-news-id
	{
		text-align:left;
		margin-right: auto;
    margin-top: 10px;
		width:max-content;
	}
	.gallery-item
	{
		width:50% !important;
	}
	.gallery br
	{
		clear:unset !important;
	}
	.comment-author.vcard
	{
		width:30%;
	}
	.af-video-main h3
	{
		position: relative;
    bottom: 0;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    background: none;
    line-height: 35px;
    margin: 0;
    border-radius: 5px;
	}
	.comment-meta
	{
		width:70%;
	}
	.comment-body
	{
		padding:15px;
	}
	.brbr
	{
		padding:10px 20px;
	}
	.cld-like-dislike-wrap
	{
		margin-top:10px !important;
	}
	.fn
	{
		font-size:0.9rem;
	}
	.af-video-hover
	{
		height: auto;
		top: 50px
	}
	.af-picture-hover h3
	{
		position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px 15px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1rem;
	}
	.af-picture-small h3
	{
		line-height:1.5;
	}
	.navbar-dark .navbar-toggler-icon
	{
		background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%2840, 105, 197, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
	}
	.navbar-dark .nav-item
	{
		height: 45px;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 10px;
		border-left: none;
	}
	.navbar-dark .nav-item:last-child
	{
		 border-bottom: none;
	}
	.af-header-date-main, .show-btn
	{
		display:none;
	}
	.navbar-nav .dropdown-menu
	{
		position:absolute;
		width:100%;
	}
	.navbar-nav .dropdown-menu ul
	{
		padding:0;
	}
	.navbar-nav .dropdown-menu li
	{
		display:block;
		line-height:2;
	}
	.af-video-index
	{
		background-position:right;
	}
	.af-news-head
	{
		align-items:center;
		justify-content: space-between;
	}
	.navbar-nav
	{
		background:#fff;
	}
	.af-footer-contact li
	{
		width:100%;
	}
	.af-footer-contact ul > a
	{
		    width: 40px;
    height: 40px;
    display: inline-block;
	}
	.af-footer-contact ul > a
	{
		float:unset;
		margin:5px;
	}
	.af-mobile-flex
	{
		flex-grow:1;
	}
	.show-btn-mobile
	{
		flex-grow:0;
	}
	.af-left-tag li
	{
		margin-bottom:5px;
	}
	.af-right-tag
	{
		margin:15px 0;
	}
	.show-btn-mobile
	{
		display:block;
	}
	.af-searchservices
	{
		column-count:2;
		padding-right:5px;
	}
	.af-search-page select, .af-search-page input
	{
		padding:5px 10px;
	}
	.af-footer-ul
	{
		padding:0;
	}
	.af-footer-ul li
	{
		font-size:0.7rem;
	}
	.af-footer-bottom
	{
		text-align:justify;
	}
	.af-single-wide .af-single-meta
	{
		flex-wrap:wrap;
	}
	.af-single-wide .af-single-meta h1
	{
		width:100%;
	}
	.af-single-meta ul:last-child
	{
		justify-content: flex-start;
		flex: auto;
	}
	.current-menu-item a:after
	{
		bottom: -10px;
	}
	.navbar-dark .navbar-nav a
	{
		width:100%;
		display:block;
	}
	footer h4
	{
		font-size:1rem;
		height:35px;
	}
	.af-top-header-ads
	{
		flex-flow:column;
	}
	.swiper-slide img
	{
		width: 100%;
    height: auto;
	}
	.af-video-main img, .af-video-img img
	{
		height:auto;
	}
	.af-feed ul
	{
		padding:0;
		
	}
	.af-feed li
	{
		flex-direction:column;
	}
	
}


@media (max-width: 1300px) { 
.af-header-date-main
	{
		display:none;
	}
	.af-article-img img
	{
		width:100%;
	}
}


@media (max-width: 1399.98px) 
{ 
	
}
@media (max-width: 600px) {
    table {
     display: block;
      max-width: -moz-fit-content;
      max-width: fit-content;
      margin: 0 auto;
      overflow-x: auto;
      height:unset !important;
	  border:0;
    }
}
.wp-caption 
{
	max-width:100%;
}
/* Safe optimization pass: mobile overflow guards only; thumbnail dimensions remain controlled by theme rules. */
iframe {
    max-width: 100%;
}
.af-advert-widget img {
    max-width: 100%;
}
@media (max-width: 767.98px) {
    html, body {
        overflow-x: hidden;
    }
    .af-main-content,
    .container,
    .container-fluid {
        max-width: 100%;
    }
    h1, h2, h3, h4, h5, h6,
    .nav-link,
    .af-head-title {
        overflow-wrap: anywhere;
    }
}
