.stream-item-above-post, .stream-item-above-post-content {
    margin: 0 auto 4px !important;
}
    #mediaad-lYGZj .mediaad-bnr-close {
        width: 30px;
        height: 30px;
        top: -31px;
    }
div#mediaad-sticky-bnr-mediaad-lYGZj {
    margin-bottom: -10px;
}
#mediaad-On3Zy .mediaad-bnr-close {
        width: 30px !important;
        height: 30px !important;
        top: 45px !important;
    }

/* قاب یک: طیف صورتی بسیار ملایم */
.comment-list > li:nth-child(5n+1) .comment-body {
    background-color: #fdf0f4 !important;
}
.comment-list > li:nth-child(5n+1) .comment-author .fn {
    color: #d16b8c !important;
}
.comment-list > li:nth-child(5n+1) .reply a {
    background-color: #d16b8c !important;
    color: #ffffff !important;
    border: none !important;
}

/* قاب دو: طیف آبی بسیار ملایم */
.comment-list > li:nth-child(5n+2) .comment-body {
    background-color: #f0f7fd !important;
}
.comment-list > li:nth-child(5n+2) .comment-author .fn {
    color: #6ba1d4 !important;
}
.comment-list > li:nth-child(5n+2) .reply a {
    background-color: #6ba1d4 !important;
    color: #ffffff !important;
    border: none !important;
}

/* قاب سه: طیف سبز بسیار ملایم */
.comment-list > li:nth-child(5n+3) .comment-body {
    background-color: #f1f8f2 !important;
}
.comment-list > li:nth-child(5n+3) .comment-author .fn {
    color: #6bb070 !important;
}
.comment-list > li:nth-child(5n+3) .reply a {
    background-color: #6bb070 !important;
    color: #ffffff !important;
    border: none !important;
}

/* قاب چهار: طیف نارنجی بسیار ملایم */
.comment-list > li:nth-child(5n+4) .comment-body {
    background-color: #fffbe6 !important;
}
.comment-list > li:nth-child(5n+4) .comment-author .fn {
    color: #f0a254 !important;
}
.comment-list > li:nth-child(5n+4) .reply a {
    background-color: #f0a254 !important;
    color: #ffffff !important;
    border: none !important;
}

/* قاب پنج: طیف بنفش بسیار ملایم */
.comment-list > li:nth-child(5n+5) .comment-body {
    background-color: #f8f2f9 !important;
}
.comment-list > li:nth-child(5n+5) .comment-author .fn {
    color: #aa6bc4 !important;
}
.comment-list > li:nth-child(5n+5) .reply a {
    background-color: #aa6bc4 !important;
    color: #ffffff !important;
    border: none !important;
}

.ctc-wrapper {
    position: relative;
    background-color: #e9e9e9;
    padding: 10px;
    border-radius: 8px;
    margin: 10px 0;
}
.ctc-outside {
display:block !important;
    text-align: center !important;
}
.cmnt-link {
  /* تنظیمات اولیه برای زیبایی بیشتر دکمه */
  background-color: #007bff; /* رنگ زمینه دکمه */
  color: #fff; /* رنگ متن */
  padding: 8px 24px;
  border-radius: 50px; /* گرد کردن گوشه‌ها */
  text-decoration: none;
  
  /* فراخوانی پویانمایی */
  animation: pulse-effect 2s infinite;
}


/* تعریف دستورهای حرکت (تپش و سایه) */
@keyframes pulse-effect {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
		border-radius: 50px;
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
		border-radius: 50px;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
		border-radius: 50px;
  }
}





a.post-cat.tie-cat-7781 {
    display: none;
}
a.post-cat.tie-cat-7816 {
    display: none;
}
a.post-cat.tie-cat-7948{
    display: none;
}
a.post-cat.tie-cat-7949{
    display: none;
}
img {
  filter: contrast(1.1) saturate(1.1);
}


.wp-polls, .wp-polls-form {
    background-color: #f3f3f3;
    margin: 20px 0;
	border-radius:4px;
	padding:10px 0
}
.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
    font-size: 18px;
    background-color: #ffffff;
    padding: 4px;
    border-radius: 4px;
}
ul.wp-polls-ul {
    background-color: #f3f3f3;
    padding: 8px;
    border-radius: 4px;
}
.wp-polls .pollbar {
    border-radius: 10px;
	border:unset !important
}
ul.wp-polls-ul {
    margin-right: 0;
}

input.Buttons[name="vote"]{
    background: linear-gradient(135deg, #2563eb, #1e40af) !important;
    color:#fff !important;
    padding:10px 24px !important;
    border:0 !important;
    border-radius:10px !important;
    font-size:15px !important;
    font-weight:700 !important;
    cursor:pointer !important;
    box-shadow:0 4px 12px rgba(0,0,0,0.18) !important;
    transition:0.25s ease !important;
    display:inline-block !important;
    text-align:center !important;
}

/* افکت هاور */
input.Buttons[name="vote"]:hover{
    background: linear-gradient(135deg, #1d4ed8, #172554) !important;
    transform: translateY(-2px);
    box-shadow:0 6px 14px rgba(0,0,0,0.25) !important;
}

/* افکت کلیک */
input.Buttons[name="vote"]:active{
    transform: scale(0.98);
    box-shadow:0 3px 8px rgba(0,0,0,0.20) !important;
}










@media(max-width:768px){
	.fix-bnr {
    position: fixed;
    bottom: -7px;
    z-index: 9999999999 !important;
    right: 0;
	display:block !important
	}}
.fix-bnr{
	display:none
	}
.load-more-comments-btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 260px;
    margin: -35px auto 0;
    padding: 13px 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #5b6cfb, #8f4dfc);
    background-size: 200% 200%;
    animation: gradientMove 4s ease infinite;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    box-shadow: 0 4px 14px rgba(130, 95, 255, .30);
}

.load-more-comments-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(130, 95, 255, .45);
}

.load-more-comments-btn:focus {
    outline: none;
}

/* انیمیشن گرادیان حرکت‌دار */
@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* افکت موجی */
.load-more-comments-btn::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255,255,255,0.18);
    transform: rotate(0deg);
    transition: all .5s ease;
    opacity: 0;
}

.load-more-comments-btn:hover::after {
    top: -30%;
    left: -30%;
    opacity: 1;
    transform: rotate(25deg);
}
.comment-list .comment {
    border-bottom: unset !important
}










div#ap-grids-host {
    margin: 8px 0;
}
.category-sentence-building #related-posts{
	display:none !important
}



@media(min-width:768px){
	div#mediaad-W2ee4 {
    display: none !important;
}
	div#mediaad-AARRA{
    display: none !important;
}
}
div#ap-grids-host {
    background-color: white;
    padding: 10px;
    border-radius: 4px;
}

.ap-grid-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #222;
    display: flex
;
    align-items: center;
    gap: 10px;
    border-right: 5px solid #ff4d4f;
    padding-right: 10px;
}
#footer {
    position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #E9E9E9;
    overflow: hidden; /* تا بخش اضافی دیده نشود */
}

#footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(https://mosbate1.ir/wp-content/uploads/2025/09/wave-6.svg);
    background-size: cover;
    background-position: top;
}

#tie-wrapper .copyright-text {
    font-size: 14px;
    font-weight: 100;
    margin: 4px auto -8px;
    border-radius: 30px 30px 0 0;
    background-color: #023047 !important;
    width: 90%;
    color: white;
}
.copyright-text a{
	color:#FF9800 !important
}

.fa, .fas {
    font-weight: inherit !important;
}

.Food-table{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:6px;
}
.Food-table a{ display:block; text-decoration:none; }
.Food-table a img{
  display:block;
  width:100%;
  aspect-ratio: 1 / 1;   /* اگر width/height نگذاری، این نسبت جا رزرو می‌کند */
  height:auto;
  object-fit: cover;      /* تصاویر مختلف را یکدست می‌کند */
}
.Food-table a p{
  margin:6px 0 0;
  min-height: 1.8em;      /* جا برای دو خط رزرو می‌کند تا متن باعث شیفت نشود */
}

/* Category badge contrast fix (global) */
a.post-cat {
  background-color: #006b5f !important; /* تیره و مطمئن */
  color: #ffffff !important;            /* سفید خوانا */
  padding: 3px 8px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}
a.post-cat:hover,
a.post-cat:focus {
  background-color: #0a58ca !important;
  outline: 2px solid #0a58ca;
  outline-offset: 2px;
}

/* دکمه ارسال دیدگاه: کنتراست و دسترس‌پذیری */
#respond .form-submit input[type="submit"],
#respond input#submit {
  background: #0a58ca;   /* آبی پرکنتراست (با سفید 7:1) */
  color: #fff;
  border: 1px solid #0a58ca;
  padding: .6rem 1rem;
  font-weight: 600;
  border-radius: .4rem;
}

#respond .form-submit input[type="submit"]:hover,
#respond input#submit:hover {
  background: #0d6efd;
  border-color: #0d6efd;
}

#respond .form-submit input[type="submit"]:focus-visible,
#respond input#submit:focus-visible {
  outline: 3px solid #ffbf47;   /* حلقه تمرکز واضح */
  outline-offset: 2px;
}

.mobile-header-components {
  min-height: 30px; /* یا ارتفاع واقعی هدر */
}
.menu-item {
  min-height: 40px; /* یا ارتفاع واقعی */
}
/* جلوگیری از پرش و رندر عجیب */
.single-featured-image img { display:block; width:100%; height:auto; }
img { height:auto; }


#inline-related-post a{
    background-color: unset !important;
}
#inline-related-post ul li::before{
	content:unset !important
}
#inline-related-post {
    clear: both;
    background-color: #f9fbfd;
    padding: 5px;
    border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
span.ctaText {
    display: none;
}
.ap-hide-mos-section .mos-section {
    display: none !important;
}
.event-list {
  max-height: 600px; /* می‌تونی به‌دلخواه این عدد رو کمتر یا بیشتر کنی */
  overflow-y: auto;
  scrollbar-width: thin; /* برای مرورگرهای مدرن */
}

.event-widget {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 24px rgba(2, 48, 71, 0.08);
  padding: 24px;
  margin-bottom: 24px;
  color: #023047;
}

.event-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

.event-show-more {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  background: #219E55;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
}



.wp-playlist-tracks a{
    background-color: unset !important;
}
.wp-playlist-item-length{
	display:none
}
.gallery-icon.landscape a {
	background-color:unset !important
}
#top-nav {
    display: flex !important;
	background-color:#CFD8DC;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#top-nav .top-menu > ul > li > a {
    border-right: solid 2px;
    line-height: 0.5;
    margin-top: 18px;
}
.top-menu.header-menu .menu li{
	line-height:40px;
	color:#ccc !important
}
.top-menu.header-menu .menu li a{
	line-height:40px;
	color:#023047 !important
}

.tie-container {
margin-bottom:-21px
}

.cmnt-link:hover{
	background-color:unset !important
}
.comment-list .comment-content p a {
color: #673030;
    background-color: #fddfb1;
    font-weight: bold;
    padding: 0px 4px;
    border-radius: 50px;
    margin: 2px;
}
.category-sentence-building .cmnt-link{
	display:none !important
}

@media (max-width: 992px) {#the-post .entry-content div a div{
	display:flex;
	flex-direction: column-reverse;
	text-align:center
	}}
.postTitle{
	color:#440000 !important;
}
.ctaText {
    font-weight: bold;
    color: #464646;
    text-decoration: none;
    font-size: 16px;
    color: white !important;
    height: 58px;
    margin: -15px -19px;
    border-radius: 4px 0 0 4px;
    padding: 16px;
	background-color: #561919;
}
cite {
    font-size: 24px !important;
}

#the-post .entry-content div a{
border:unset !important}

@media (min-width: 992px) {
	#main-nav .main-menu > ul > li > a {
    border-radius: 10px 10px 0 0;
    margin: 0 2px;
	
}

	.tie-google-search .gsc-search-box * {
    vertical-align: middle;
}
	.tie-google-search .gsc-search-box, .tie-google-search .gsc-search-box * {
    color: #ffffff !important;
}
	.tie-google-search .gsc-search-button-v2 svg {
    fill: #ffffff !important;
}
div#menu-components-wrap {
    margin-top: 5px;
}
html .main-menu .menu > li.tie-current-menu {
    border-bottom-color: #4444;
    line-height: 50px;
    align-content: space-evenly;
}

    nav.main-nav .menu>li.tie-current-menu>a, nav.main-nav .menu>li:hover>a {
        background-color: #5a718994;
			    line-height: 70px;
        display: inline-table;

    }
    .main-menu .menu ul:hover     #main-nav .main-menu > ul > li > a{
border-radius:0 !important
    }
.main-menu .menu ul{
	margin-top:-5px !important
}
	    .main-menu .menu>li>.menu-sub-content {
        border-top:unset;
        border-radius: 0px 0 10px 10px;
				margin: 0 2px;
    }
}




@media(min-width:768px){.theme-header {
height:20px
	}}


.site-info {
    padding: 20px 0 8px 0;
}
a.cmnt-link {
    margin: 20px auto !important;
}
.category-advertorial .YN.yn-article-display-card.yn-desktop{
	display:none
}
blockquote {
    color: #373737;
    background-color: #efefef !important;
	    border-radius: 8px;
}
.entry-header .post-meta .meta-author-avatar img {
    width: 50px;
    height: 50px;
}
.mowzo{
	padding:4px
}
.mowzo img{
transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
    height: 38px;
    background-color: #023047;
    padding: 2px 8px;
    margin: 1px;
	width:auto
}
.mowzo .mowzoo{
	    border-radius: 0 50px 50px 0;
}.mowzo .zange-ensha{
	    border-radius: 50px 0 0 50px;
}
/*
.category-essay #related-posts {
    display: none;
}
*/
.mowzo img:hover{
	transform: scale(1.04);
background-color:#023047;
    transform: scale(1.1);}
a.cmnt-link {
}
/*
@media(max-width:768px){.category-essay .cmnt
	{display:none}}
	@media(max-width:768px){
	.category-essay div#comments {
    display: none;
}
}
*/
.boxed-five-slides-slider .slide {
    border-radius: 4px;
}
.boxed-slider .tie-slick-dots {
    display: none;
}
.tie-slick-slider.slick-initialized.slick-slider.slick-dotted {
    padding-bottom: 0;
}

div#tiepost-1422-section-5847 .section-item .tie-row {
    padding-top: 10px;
}

.tag_cloud{
	padding:4px;
	    display: flex;
    flex-wrap: wrap;
  justify-content: center;

}
.tag_cloud a:hover{
--x: 100%;}
.tag_cloud a{
	padding:2px;
	margin:4px;
	color:#985C90;
	border-radius:4px;
  text-transform: uppercase;
  transition: 0.5s;
  background: linear-gradient(90deg, var(--c1, #f6d365), var(--c2, #fda085) 51%, var(--c1, #f6d365)) var(--x, 0)/ 200%;
		font-size:16px

 /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
}
.tag_cloud .a {
  --c1: #f6d365;
  --c2: #fda085;
}

.tag_cloud .b {
  --c1: #fbc2eb;
  --c2: #a6c1ee;
}

.tag_cloud .c {
  --c1: #84fab0;
  --c2: #8fd3f4;
}

.tag_cloud .d {
  --c1: #a1c4fd;
  --c2: #c2e9fb;
}

.tag_cloud .e {
  --c1: #ffecd2;
  --c2: #fcb69f;
}
.tag_cloud .f {
  --c1: #f6d365;
  --c2: #fda085;
}

.tag_cloud .g {
  --c1: #fbc2eb;
  --c2: #a6c1ee;
}

.tag_cloud .h {
  --c1: #84fab0;
  --c2: #8fd3f4;
}

.tag_cloud .i {
  --c1: #a1c4fd;
  --c2: #c2e9fb;
}

.tag_cloud .j {
  --c1: #ffecd2;
  --c2: #fcb69f;
}
.tag_cloud .h {
  --c1: #ffecd2;
  --c2: #fcb69f;
}
.category-advertorial .IRPP_kangoo{
	display:none
}
.tie-center-button a{
	font-size:20px!important;
    border-bottom: dashed 1px #c7797d;
    background-color: #2271B1 !important;
    padding: 10px 50px !important; 
    border-radius: 50px !important;
}
.wpucv{
	background-color:white;
	margin-top:30px;
	border-radius:4px;
}
.wpucv h3{
	padding:10px;
	font-family:yekan;
	font-size:20px;
	background-color:#E13138;
	line-height: 1.3;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 7px 10px;
    color: #ffffff;
		border-radius:4px 4px 0 0;
}
.wpucv h2{
		font-family:yekan;
}
.wpucv img{
	border-radius:4px !important
}
.wpucv .wpucv-pagination-wrapper {
    box-sizing: border-box;
    display: table;
    margin: auto;
    padding: 10px;
}
.internal-linking-related-contents .template-2 span {
    padding: 10px;
	font-size:10px !important;
	padding-top:10px ;
}
.internal-linking-related-contents .template-2{
	border-radius:4px !important;
	border:unset !important;
overflow: auto;
}
.estcenter a{
	color:black !important
}
.tabs {
	max-height: 55px;}
.tabs>li>a {
    line-height: 55px;
}
/*1*/
#tie-block_3151 ul.tabs.is-flex-tabs {
    border-radius: 4px 4px 0 0;
}
#tie-block_3151 ul.flexMenu-popup{
	border-radius:4px
}

/*2*/
#tie-block_1198 ul.tabs.is-flex-tabs {
    border-radius: 4px 4px 0 0;
}
#tie-block_1198 ul.flexMenu-popup{
	border-radius:4px
}

/*3*/
#tie-block_1416 ul.tabs.is-flex-tabs {
    border-radius: 4px 4px 0 0;
}
#tie-block_1416 ul.flexMenu-popup{
	border-radius:4px
}

/*4*/
#tie-block_2983 ul.tabs.is-flex-tabs {
    border-radius: 4px 4px 0 0;
}
#tie-block_2983 ul.flexMenu-popup{
	border-radius:4px
}

/*5*/
#tie-block_1825 ul.tabs.is-flex-tabs {
    border-radius: 4px 4px 0 0;
}
#tie-block_1825 ul.flexMenu-popup{
	border-radius:4px
}

/*6*/
#tie-block_1017 ul.tabs.is-flex-tabs {
    border-radius: 4px 4px 0 0;
}
#tie-block_1017 ul.flexMenu-popup{
	border-radius:4px
}

/*7*/
#tie-s_1441 ul.tabs.is-flex-tabs {
    border-radius: 4px 4px 0 0;
}
#tie-s_1441 ul.flexMenu-popup{
	border-radius:4px
}


.ctaText {
    float: left;
}
.postTitle {
    float: right;
}

div#comments_avatar-widget-6 ul{
	display:flex;
		flex-wrap: wrap;
}
.recent-comments-widget p{
	font-size:12px
}

#the-post .shortc-button:not(.button) {
    color:unset !important
}

div#post-bottom-source {
    display: none;
}
.recent-comments-widget li {
    box-shadow: 0px 0px 6px 0px #ccc;
    border-radius:15px;
    margin-bottom: 4px;
    background-color: #e2e2e226;
	    width: 48%;
    margin: 1%;
	    padding: 2px !important;
	overflow-wrap: anywhere;
}
.recent-comments-widget a:hover{
	color:black !important
}
#footer .post-widget-thumbnail {
    width: 80px;
}
#footer .post-widget-body {
    padding-right: 90px;
}
.post-widget-thumbnail .author-avatar img{
	width:50%;
}
.recent-comments-widget .post-widget-thumbnail {
    margin-left: -25px !important;
}
.recent-comments-widget .post-widget-body{
    padding-right: 0 !important;
}
.post-widget-thumbnail{
	margin-left:0
}

@media(min-width:768px){.stream-item-above-post, .stream-item-above-post-content {
    margin: 0 auto 30px;
    display: none;
	}}
.main-menu .menu ul{
	    background-color: #e9e9e9 !important;
}
.main-menu .menu ul a{
	    color: #023047  !important;
}


.cmnt-link{
                font-size: 18px;
                text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
}     
#tie-wrapper .mejs-container .mejs-controls {
    background: #4e4e4e;
}
.post-shortlink input{
	border-radius:0 50px 50px 0;
	    line-height: 21px;
	    padding: 10px 10px 10px 0;

}
.post-shortlink button{
	border-radius:50px 0px 0px 50px;
	    border: solid 1px #F98D00 !important;
	margin-right:-6px;
	    padding: 10px 10px;
}
*{
scroll-behavior: smooth !important;
}

.cmnt-link {
    color: #3D3D3E;
    background: unset !important;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 500%;
}







.cmnt-link:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50px;
	                background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% );
}



  
#tie-wrapper {
    background-color:#E9E9E9 !important;
}
#main-nav .main-menu > ul > li > a {
    font-size: 14px !important;
}
.header-layout-4 #menu-components-wrap .main-menu-wrap {
    margin-right: 130px;
}
.post-cat-wrap a.post-cat.tie-cat-6299 {
    display: none !important;
}

@media(min-width:768px){#the-post .entry-content .stream-item {
    display:none
	}}
.entry a, .dark-skin .entry a {
    color: #960000;
}
table tbody th {
    background: rgba(0,0,0,0.03);
    background-color: #fda2177a;
    border-radius: 4px;
}
.title-number {
    font-weight: 700;
    color: #000;
    line-height: 2;
    margin-top: 0;
    display: table-cell;
    margin-right: 4px;
    font-size: 20px;
}
.title-number .digits {
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: 0 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    background-color:#005B48;
    color: #fff;
    float: none;
}
.container-404 h2 {
    font-size: 16px;
}
.arabiplus {
    background-color: #ff9b00;
    padding: 20px;
    border-radius: 8px;
box-shadow: 0 0 12px 0px #9f9f9f;align-content	margin:10px 0;

}
.arabiplus p {
    color: black;
    margin-top: 10px;
	  font-size:20px !important
}
.arabiplus a.btn {
    font-weight: 700 !important;
    background-color: #ea2027 !important;
    color: white !important;
    padding: 8px 10px !important;
    border-radius: 25px !important;
    font-size: 22px;
	    display: block;
    width: 60%;
    margin: 10px auto;
	border:none !important
}
.btn {
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(#5a99d4, 0.5);
  -webkit-animation: pulse 1.5s infinite;
}
.btn:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    @include transform(scale(0.9));
  }
  70% {
    @include transform(scale(1));
    box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
  }
  100% {
    @include transform(scale(0.9));
    box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
  }
}
.cmnt-link {
    text-align: center;
    display: block;
    width: 250px;
    margin: 15px auto;
    padding: 8px !important;
    border-radius: 50px;
	  color: white !important;
}

.postid-11680 .elementor-11680 .elementor-element.elementor-element-64a5f48 {
    background-image: linear-gradient(45deg, #ebebeb ,#d5d5d5) !important;
}
.IRPP_button .postTitle {
    width: 65% !important;
}
.IRPP_button .postTitle {
    color: #ECF0F1;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    width: 70%;
    display: inline-block;
    float: right;
}
p.yn-item_title {
    font-family: 'yekan' !important;
}
/*
#the-post .entry-content .stream-item {
    padding: 5px;
    background-color: #F0EEEF;
    margin: 20px 0;
}*/

span.comment-author-link {
    color: #1d2327;
	    font-weight: bold;

}
ul#recentcomments {
padding: 8px;
    border-radius: 16px;
    background-color: #ffffff78;
    box-shadow: -2px 5px 9px 2px #cccccc9c;
}
	#the-post .Food-table{
	display:none
}


.category-advertorial #the-post .Food-table{
	display:none !important
}
.entry table tbody td{
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px!important;
}
table {
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
    margin-bottom: 1.5em;
    background-color: #ffd40014;
}.calendar {
    background-color: #c2cdb9;
    border: solid 4px #a7a7a7;
    border-radius: 10px;
    padding: 10px 4px;
	margin: 8px 0;
}
.part1 {
	display:flex;
}
.part1 a{
	width:50%;
	padding: 4px;
}
.part2 a{
	width:50%;
	padding: 4px;
}
.part2 {
	display:flex;
}
.part1 img{
	border-radius:4px 4px 0 0;
	transition: 0.5s;
}
.part2 img{
	border-radius:4px 4px 0 0;
	transition: 0.5s;
}
.posts-list-items li{
	transition: 0.5s;
}
.posts-list-items:hover img:not(:hover){
filter: saturate(25%);
}
.posts-list-items li:hover{
	transform: scale(0.98);
}
.links a:hover{
	transform: scale(0.9);
}
.links a{
	transition: 0.2s;
}
#main-nav-menu ul:hover  li:not(:hover){
filter: blur(1.5px);
}
#main-nav-menu li{
	transition: 0.5s;
}

.menu-sub-content li{
	filter: blur(0) !important;
}
.Food-table a{
	transition: 0.5s;
}

.Food-table:hover a:not(:hover){
filter: blur(1.5px);
}
.Food-table a:hover{
	transform: scale(1.02);
}
.Food-table img{
	overflow:hide
}
.Food-table:hover img:not(:hover){
filter: saturate(0%);
}
.Food-table:hover a:not(:hover){
	transform: scale(0.99);
}

.Food-table p{
border-radius: 0 0 4px 4px;
    text-align: center;
    margin-top: -8px;
	background-color: #2A579A;
    color: white;
	    font-size: 14px;
}
.Food-table img:hover {
    filter: brightness(1.1) contrast(110%);
}
/*سفارشی سازی فرم جدول مواد غذایی*/
button.btn.btn-default.dropdown-toggle {
    display: none;
}
tr.footable-header {
    background-color: #fda318 !important;
}

.category-advertorial #related-posts{
	display:none
}


.ez-toc-title-container {
    direction: rtl;
	background-color: #e9e9e9;
    margin-right: -20px;
    padding: 10px;
    margin-top: -10px;
    border-radius: 8px 8px 0 0;
    width: 110%;
}
div#ez-toc-container {
    overflow: hidden;
}
#ez-toc-container nav ul{
	direction:rtl !important;
}
ul.ez-toc-list.ez-toc-list-level-1{
		margin-top: 20px !important;
}
.ez-toc-title-container span.ez-toc-title-toggle {
    margin-left: 20px !important;
}


@media(max-width:768px){
	div#text-html-widget-2 {
		display:none
	}}
.copy-the-code-wrap {
    display: flex;
    flex-direction: column-reverse;
	background-color: #f3f3f3;
    padding: 12px 8px;
    border-radius: 8px;
	    margin-bottom: 20px;
}
#ez-toc-container {
    border: none;
    border-radius: 8px;

    box-shadow: 0 0 7px -3px #000;
}

.copy-the-code-outside {
    text-align: center;
}
.copy-the-code-wrap .copy-the-code-button {
    font-size:17px;
	    background: #B1D755;
    border-radius: 50px;
}
pre {
    text-align: center;
    direction: inherit;
    border: none;
    font-family: 'yekan';
    font-size: 16px;
	white-space: pre-wrap;
	padding:unset;
	background:unset
}
.category-css pre , .category-html pre{
	    overflow: auto;
    margin: 20px 0;
    padding: 1.43em;
    color: #3f3b36;
    border: 1px solid #08f;
    border-left: 10px solid #08f;
    background: url(../images/code-bg.png) repeat top;
    background-size: 1px 40px;
    text-align: left;
    direction: ltr;
    -moz-tab-size: 2;
    tab-size: 2;
}
@media(min-width:768px){html #theme-header:not(.main-nav-boxed) #main-nav{
	height:80px !important
	}}
.box.shadow {
    border: 1px solid rgba(0,0,0,0.1);
   background-color: #f3f3f3;
    color: #222;
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
    border-image-slice: 1;
    border-width: 3px;
}
.grid-slider-wrapper .grid-item:nth-child(n):hover{
filter: grayscale(60%);
    -webkit-filter: grayscale(60%);}
#theme-header .container {
    max-width: 100%;
}


#content {
    margin-top: 110px;
} 
@media (max-width: 991px){
#content {
    margin-top: 30px;
	}}
@media (min-width: 980px){
.header-layout-1 .header-layout-1-logo {
    position: absolute;
  /*  background-image: url(https://mosbate1.ir/wp-content/uploads/2024/09/main-logo-mosbate1-pro.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 140px;
    background-position-y: 16px;*/
	height:80px
	}}
.header-menu .menu li {
    line-height: 80px;
}
.header-layout-4 #menu-components-wrap {
    height: 80px;
}
.main-nav-dark .main-nav {
    background-color: #023047 !important;
}
.section-item .tie-row {
    padding-top: 80px;
}
@media (max-width: 980px){
.section-item .tie-row {
    padding-top: 30px;
	}}
@media (min-width: 980px){
ul.components {
    line-height: 80px !important;
	}}
#main-nav .menu ul:not(.cats-horizontal) li:hover > a {
    color: white;
    background-color: #ff9b00;
    border-radius: 4px;
}

ul.sub-menu.menu-sub-content li {
    line-height: 20px !important;
}



.postid-62027 .gallery-item {
    border: solid 1px #e9e9e9;
    padding: 10px;
    border-radius: 25px;
    margin: 4px 0px;
}
li.ez-toc-heading-level-3 {
    margin-right: 16px !important;
}
.ez-toc-title-container {
margin-bottom: -10px;
}
.ez-toc-title-container p {
    text-align: right !important;
    font-weight: 700 !important;
    color: #1d2327;
}
.ez-toc-title-container span.ez-toc-title-toggle {
    float: left;
}
#the-post h2 a{
color: #1D2327 !important;
	font-size:24px !important;
	    font-weight: 700 !important;
	    display: contents;
	}
.footer-widget-area:first-child:not(.footer-boxed-widget-area) {
    padding-top: 20px !important;
}

#ez-toc-container a.ez-toc-toggle {
    color: #2271B1;
}

.comment-post{
	background-image: linear-gradient(
-90deg
, #9c148c, #0964d5) !important;
	color:white;
	margin-top:40px;
	padding:10px;
	border-radius:50px;
	text-align:center
	
}
#the-post .entry-content img{
	border-radius:4px !important
}
.btn-bn{
	display:none
}



.stream-item {
    border-radius: 4px;
}
.post-thumb img {
    border-radius: 4px;
}
.grid-item:nth-child(n) {
    border-radius:8px
}


.ads3{
	    width: 300px;
    margin: auto;
	border: solid 1px #ccc;
}
.ads3 p{
	margin-top:4px;
	padding:4px;
	font-weight:bold !important}
.btn-m{
    background-color: #1d2327;
    padding: 5px;
}
.btn-m a{
    color: white !important;
    font-size: 18px;
}

@media(min-width:768px){
	.btn-med{
		display:none
	}
}
#yn-article-text-64639 {
    font-family: 'yekan' !important;
}

.page-id-1422 .sidebar {
    display: block !important;
	}
.links {
    display: flex;
    flex-wrap: wrap;
}
.links a:hover{
	background-color:#FCA217;
	font-weight:bold;
	color:#2C3136 
}
.links a {
    margin: 2px;
    background: rgb(2 48 71 / 13%);
    border-radius: 8px;
    text-align: center;
    padding: 5px 5px;
    line-height: 16px;
    font-size: 15px; }


.arcontactus-widget .arcontactus-message-button p {
    font-family: 'yekan' !important;
}

.category-advertorial .stream-item{
	display:none !important
}







.entry ul li {
    list-style-type: none !important;
	    display: flow;

}
#ez-toc-container ul li{
	display:inherit !important
}
#the-post .entry-content ul li::before {
  content: "\2022";
  color: #ff9b00;
  font-weight: bold;
  display: inline-block;
  width: 0.7em;
}
#the-post h2 span {
    color: #1d2327;
}


@media (min-width: 992px){
.main-menu .cats-horizontal li a {
    margin: 4px 0;
	}}
.rx-review-form-area-style-2 .comment-respond .comment-reply-title {
    text-align: right;
}
.reviewx-rating {
    float: right;
}

.rx_listing_style_2 .rx_review_block .rx_body p {
    color: #4e4e4e !important;
}
#reviews.rx_review_summery_block {
    display: none;
}
.rx-filter-bar-style-2 {
    display: none;
}
.rx_review_calender {
    display: none;
}
.comment-list ol.children .comment-author img{
	width:40px;
	height:40px
}
.comment-list .comment-author img {
    width: 40px;
}
.comment-list .comment-author img {
    border: none;
}
.comment-meta b.fn {
    color: #1d2327 !important;
}
.comment-metadata {
    display: none;
}
.comment-list .comment-body{
    background-color: #f1f1f1;
    border-radius: 4px;
    border-style: dashed;
	margin-top:0
}
.mobile3{
    color: #1d2327 !important;
    background-color: #e2e2e2;
    padding: 8px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    font-weight: 100;
	border-radius: 4px 4px 20px 20px
}
.mobile{
	background-image: none !important;
    color: #ffffff !important; 
	padding-right: 6px;
    background-color: #ec1c24 !important;
    border: none !important;
    padding: 8px !important;
    text-align: center;
	border-radius:20px 20px 4px 4px !important;
	display:block !important
}
.mobile:before{
	border:none !important
}









@media (min-width: 992px){
	.main-menu .menu>li.tie-current-menu>a:after{
		    background: #e2e2e2;
	}}

.tie-insta-header {
    background-color: #e9e9e9;
    padding: 7px 8px 28px;
    border-radius: 0px;
    margin-top: -20px;
}


.tie-insta-info {
	padding-top: 22px;}
#the-post h4 span {
    color: #ffffff !important;
}
#go-to-top{
    border-radius: 60% 60% 30% 30%;}




#footer .post-meta{
	    color: rgba(52,54,62,0.7) !important;

}

p.red {
    color: #F03317 !important;
}
.kk-star-ratings.kksr-align-center:before {
    content: 'به این مطلب امتیاز دهید:';
	margin-left:10px;
	    font-size: 28px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: bold;
	text-align:center
}
.kk-star-ratings.kksr-valign-bottom{
	flex-direction:column;
	background-color: #f3f3f3;
  padding: 15px;
  border-radius: 10px 10px 50px 50px;
}
.YEKTANET.yn-article-display .yn-item_title {
    font-family: 'yekan' !important;
	color:black !important
}
#yn-article-display-9437 .yn-heading {
    color: #333 !important;
    font-family: 'yekan' !important;
}
.tie-slider-nav .entry ul li{
	    list-style: none !important;
}
#breadcrumb .delimiter {
    display:none
}
#breadcrumb a:after {
    content: "\276F";
    font-size:12px !important;
    color: #007dcc;
	padding:5px
}


.page-id-11394 #breadcrumb {
    display: none !important;
}

.page-id-11394 h1.entry-title {
    display: none !important;
}
.page-id-11393 .theme-header.has-shadow{
		display:none !important
	}
.page-id-11393 footer{
	display:none
}
.comment-form-rating .stars:nth-child(2){
	display:none !important
}

@media (min-width: 992px)
{
	#theme-header .menu > li.menu-item-has-children:not(.is-icon-only) > a{
	    padding-right: 2.8px;

}
}
@media (min-width: 992px){
.main-menu .menu>li>a {
    padding: 0 5px;
    font-size: 13px;
    font-weight: 600;
}
}
.comment-list .comment-author img {
    box-shadow: 0 0 3px #e0e7f1;
}
.theme-header{
background-position:top;
  background-repeat: no-repeat;
background-size:auto;
}
.main-nav-wrapper {
    height: 34px !important;
}
@media (min-width: 992px)
{
#main-nav {
    line-height: 34px;
}
}
html #theme-header:not(.main-nav-boxed) #main-nav {
    border-top-width: 0 !important;
    border-bottom-width: 1px !important;
    margin-top: -2px !important;
}
@media (min-width: 993px) {
    #logo a {
        width: 140px;
    }
}
.prev-next-post-nav{display:none}

#tie-wrapper {
	background-color:#fff
}
.container-wrapper , #posts-list-widget-30 , #email-subscribers-3 , #posts-list-widget-30 , .widget-container,
.posts-items,
#tie-widget-categories-8{
    padding: 10px;
}
.big-post-top-box .posts-items li:first-child {
    margin-right: 0;
    width: 100%;
}




.container-wrapper{border:none !important;
border-radius:4px !important}
.footer-boxed-widget-area .container-wrapper{
    box-shadow: none;
}
.single-big-img {
    height: 800px;
}
@media(max-width: 600px){
	.single-big-img {
    height: 464.5px;
}
}
#jarallax-container-0 {
    clip: rect(0 1349px 800px 0);
    clip: rect(0, 1349px, 800px, 0);
	  width: 100%;
  height: auto;
}
div#gform_confirmation_message_1 {
    margin-top: 50px;
    text-align: center;
    color: green;
}
@media (min-width: 992px){
.theme-header .logo-row>div {
    height: 190px !important;
	}}

.breaking-title:before{background:#dd3333 !important}
span.fa.fa-search{}
span.fa.fa-search {

  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 2s infinite;
}
span.fa.fa-search:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px #fff;
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 #fff;
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 4px 0 #fff;
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
/* Standard syntax */
@keyframes example {
  from {    box-shadow: 0 0 5px #0964d5;
}
  to {    box-shadow: 0 0  20px 5px #fff;}
}


div#_hj-f5b2a1eb-9b07_feedback {
    display: none !important;
}

#respond .comment-form-email {
    display: none !important;
}
.comment-form-url{display:none !important}
.top-menu.header-menu a{
	color:white !important;
}
#menu-item-8847{border-left:solid 1px white !important}
p.comment-notes {    display: none;
}

#the-post h4 {color:#1D2327 !important}
/* 🌿 استایل هماهنگ برای H2 و H3 */

#the-post .entry-content h2 {
  color: #2a579a;
  background: #f5f7fb;
  border-right: 6px solid #2a579a;
  padding: 10px 15px;
  margin: 35px 0 20px;
  font-weight: 700;
  font-size: 1.35rem;
  border-radius: 6px;
  box-shadow: inset 0 -2px 0 rgba(42, 87, 154, 0.15);
  letter-spacing: 0.3px;
  line-height: 1.6;
}

/* زیرتیتر هماهنگ و سبک‌تر */
#the-post .entry-content h3 {
  color: #3a3a3a;
  background: #fafafa;
  padding: 8px 14px;
  margin: 25px 0 15px;
  font-weight: 600;
  font-size: 1.15rem;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 rgba(42, 87, 154, 0.1);
  letter-spacing: 0.2px;
  line-height: 1.6;
}

#the-post .entry-content h2 strong {
    display: contents;
}
@media (min-width: 992px){
.main-nav-dark .main-menu .menu-sub-content {
    background: #fff;
	opacity:.99 !important;
	}}
@media (min-width: 992px){
.main-nav-dark .main-menu .menu>li ul li a {
    color: #000;
	}}
#reading-position-indicator {
    box-shadow: none !important;
}
@media(min-width:687px){
.page-id-1422 .big-post-top-box .posts-items li:nth-child(2n) {
    clear: right;
    margin-left: 1%;
    width: 49%;
	}}
@media(max-width:700px){
.mag-box .posts-items {
    margin: 0 -4%;
	}}
.big-post-top-box .posts-items li:first-child {
    padding: 4px;
}

@media (@media (min-width: 992px)min-width: 992px){
nav.main-nav .menu>li.tie-current-menu>a, nav.main-nav .menu>li:hover>a{background-color:rgba(192,192,192,0.2) !important}}
@media (min-width: 992px){
.full-width .big-posts-box .posts-items li {
    padding: 10px 1.35%;
	}}
a.go-to-top-button.show-top-button:hover{opacity:1}

/**font**/
.entry-header h1.entry-title {
    font-weight: 600;
    line-height: 1.35;
    color: #444444;
}
.entry p {
	    line-height: 30px;
}

#menu-footer-menu a{
	color:#6b7074
}
#menu-footer-menu a:before{
content: "\2022";
    color: #ff9b00;
    font-weight: bold;
    display: inline-block;
    width: 0.7em;
	line-height:2 !important
}

h3#reply-title {
    border-radius: 2px;
}
.entry-header-outer #breadcrumb {
    padding: 10px 5px;
}
.footer-menu li {
    margin: 0 1.5px;
}
@media(max-width:768px){
	.footer-menu{
	    margin: 4px auto -8px;
	    border-radius:none;
		  background-image:none;
		  border-top: solid 1px #cacaca;
}
}
@media(max-width:768px){
	.footer-menu a{
		color:#696969 !important
	}
}
footer .site-info .social-icons{
	display:none
}
@media(min-width:768px){
.footer-menu {
    margin: 4px auto -8px;
    border-radius: 30px 30px 0 0;
       background-color: #023047 !important;
	width:90%
}
}
@media(min-width:768px){
.footer-menu a {
color:white !important
}
}
.aiosrs-rating-wrap .aiosrs-star-rating-wrap {
    direction: ltr;
}
@media (min-width: 992px){
nav.main-nav .menu>li.tie-current-menu>a, nav.main-nav .menu>li:hover>a {
    background-color: #5a718994;
	}}

.aiosrs-rating-wrap {
    text-align: center;
    margin-top: 45px;
}
.mg-wsac-btn {
    font-weight: 400 !important;
}


span.likebtn-label.lb-like-label {
    font-family: yekan;
    font-size: 15px;
}
.likebtn-wrapper :hover span{
	color:white !important
}

.lb-style-angular .lb-like,.lb-style-angular .lb-dislike {

    padding: 5px 8px !important;
    border-radius: 2px !important;
}
a.auto-link {
    font-weight: bold;
}


.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
    background-color: #fafafa;
    padding: 16px;
    border-radius: 15px;
}
footer .site-info .social-icons {
    text-align: center;
    margin-top: 12px;
    margin-bottom: -14px;
}
footer span.fa.fa-instagram {
    font-size: 22px;
}
.social-icons-item .instagram-social-icon:hover {
    background: unset !important;
}
.lb-style-greenred .lb-dislike-label {
    color: #000 !important;
    font-family: yekan !important;
    font-size: 15px !important;
}
.likebtn-wrapper :hover span {
    color: #000 !important;
}
#the-post .entry-content {
    padding: 0 15px 30px;
}
.page-id-11394 .stream-item-below-post{
display:none !important
}
#estekhare {
    width: 100%;
}
.estekhare-header{
	width:100%
}

element.style {
}
@media(max-width:768px){
	.estekhare-get {
    width: 100% !important;
}
}

.lb-style-large .lb-dislike-label {
    font-size: 14px !important;
    font-family: yekan;
}

.likebtn_container p {
    font-size: 20px !important;
    color: #23282d;
    font-weight: bold !important;
}
.likebtn-wrapper.lb-style-large{
	display:block;
	    margin-top: -10px;
}

img.DEnX2 {
    width: 24px;
    vertical-align: middle;
	  margin-left:4px
}

html .main-menu .menu > li.tie-current-menu {
    border-bottom-color: #4444;
}
#the-post .entry-content a{
  color: #023047;
  background-color: #FFECB3;
  padding: 2px 6px;
  border-radius: 6px;
  font-weight: 500;
}
#ez-toc-container a {
    border: unset !important;
    background-color: unset !important;
}
#the-post .entry-content a strong{
	font-weight:700
}
.lb-count {
    padding: 0 6px 0 0px !important;
}
.stream-item {
    background-color: white;
    padding: 8px;
}





p.next {
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
    font-size: 20px !important;
}



.comment_container .comment-text {
    background-color: #FAF8FF  !important;
}
.children .comment_container .comment-text {
    background-color: #fff !important;
}
div#box-widget-icon {
    padding: 0 !important;
}


#box-widget-icon {
    top: -10px;
}

@media (max-width: 991px)
{
#theme-header #logo {
    margin: 8px 0 5px !important;

}
}
.logo-wrapper {
    height: 65px !important;
}

@media only screen and (max-width: 768px)
{
section.image {
    display: none;
	}}



.page .stream-item{
	display:none
}


.jq-ry-container>.jq-ry-group-wrapper {
    top:10px;
}
.likebtn_container {
    background-color: #e9e9e9;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 25px auto;
    border-radius: 5px;
}


@media (max-width: 991px){
#theme-header.has-normal-width-logo #logo {
    margin: 8px 0 5px !important;
	}}

.entry ul li {

    list-style-type: square;
}




.theme-header .fixed-nav:not(.just-before-sticky) {
    line-height: 48px !important;
}
@media (min-width: 670px)
{
.full-width .big-posts-box .posts-items li {
    width: calc(90% / 3) !important;
	margin:1.66666666%;
	}}




.kk-star-ratings .kksr-muted {
    opacity: 1 !important;
}

.kk-star-ratings .kksr-legend {
    margin: 5px 0 12px;
}


