.archive-title {
	font-size: 24px;
}
@media (min-width:1200px) {
    html .container {
        max-width: 1140px;
    }
}
.posts {
	direction: rtl;
}
.navbar-brand img {
    width:100px;
}
*[dir=ltr] {
	direction: ltr;
}
html body {
    background-color: #f2f2f2;
}
.container-fluid {
    background-color: #333132;
}
main.container {
    margin-top: 125px;
}

.blog-header .social{
    margin-bottom: -62px;
}
#navbarSupportedContent {
    margin-bottom: -30px;
    background-color: #333132;
}

.blog-header .social .social-network{
    display: flex;
}
.social-network li {
	margin: 0 6px !important;
}

.blog-header {
    position: relative;
    z-index: 1000;
}

.container-fluid #searchform {
    width: 24%;
}

.container-fluid #searchform div{
    height: 40px;
}

.container-fluid #searchform input[type="text"] {
    padding: 15px 50px 20px 5px;
}

/*.navbar-nav .menu-item-has-children ul{*/
/*    display: none;*/
/*}*/

.navbar-nav .menu-item a {
    text-decoration: none;
    color: #EEEEEE;
    padding: 0 5px 0 5px;
}

.navbar-nav .sub-menu {

    background-color: white;
    border: 1px solid #eee;
    margin-top: 31px;
}
.navbar-nav .sub-menu li {
    padding: 10px 5px 10px;
    height: 50px;
    border-bottom: 1px solid #EEE;
}
.navbar-nav .sub-menu li a {
   font-size: 0.92em;
}
/*.navbar-nav .menu-item-has-children {*/
/*    position: relative;*/
/*    top: 0;*/
/*    display: flex;*/
/*}*/
/*.navbar-nav {*/
/*    height: 20px;*/
/*    position: relative;*/
/*    z-index: 2000;*/
/*}*/
/*.navbar-nav li{*/
/*    background-color: white;*/
/*}*/

/*!* On screens that are 600px or less, set the background color to olive *!*/
/*@media screen and (max-width: 992px) {*/
/*    html .navbar-nav .sub-menu {*/
/*        position: inherit;*/
/*        top:auto;*/
/*        z-index: inherit;*/
/*        border: none;*/
/*        margin-right: 10px;*/
/*        margin-top: 0px;*/
/*    }*/
/*    html .navbar-nav .menu-item-has-children {*/
/*        position: inherit;*/
/*        top: 0px;*/
/*        display: grid;*/
/*    }*/

/*    html .navbar-nav .sub-menu li {*/
/*        border: none;*/
/*        padding: 5px;*/
/*        position: relative;*/
/*        top: 5px;*/
/*    }*/
/*    .navbar-nav.mr-auto li {*/
/*        padding: 5px 0;*/
/*    }*/
/*}*/
html .search-menu #searchform {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding-top: 13px;
}

#demo .carousel-item img {
    height: 400px;
}

#demo .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius:50%;
}

h3 {
    color: #9a9899;
    font-size: 0.95em;
}

.box-favorite {
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

.box-favorite ul {
    margin-right: 10px;
    margin-left: 0px;
}

.box-favorite ul li a{
    text-decoration: none;
    line-height: 28px;
	margin-right: -12px;
}


#demo1 .col-md-4 , #demo2 .col-md-2 , #demo7 .col-md-12, #demo3 .col-md-2{
    /*display: inline-block;
    margin-left:-4px;
    padding-left: 0px;*/
	float: right;
}
#demo1 .col-md-4 img , #demo7 .col-md-12 img{
    width:100%;
    height:300px;
}

#demo2 .col-md-2 img, #demo3 .col-md-2 img {
    width:100%;
    height:150px;
}

#demo1 .col-md-4 div , #demo2 .col-md-2 div , #demo7 .col-md-12 div , #demo3 .col-md-12 div{
    width: 100%;
    height: auto;
    background: white;
    padding: 9px;
}

#demo1 .carousel-indicators , #demo2 .carousel-indicators , #demo7  .carousel-indicators, #demo3  .carousel-indicators{
    display: none;
}
body .no-padding{
    padding-left: 0;
    padding-right: 0;
}

.last-article , .multi-media , .day-subject{
    margin-top: 40px;
}

.last-article h3 , .multi-media h3 , .day-subject  h3 , .box-favorite h3 , .box-favorite-m h3{
    padding: 10px;
    margin-bottom: 16px;
    margin-right: 16px;
    background-color: #333132;
    color: #ffc710;
    border-radius: 5px;
    width: max-content;
}
html .box-favorite h3 {
    margin-right: 0px;
}
.image-parent {
    max-width: 80px;
    max-height: 80px;
}

.ul-days-subject {
    list-style: none;
    margin-left: 0px;
	max-height: 690px;
	overflow-x: hidden;
	overflow-y: auto;
}

.ssmbhs {
	min-height: 460px;
	max-height: 460px;
}
.tr_su_hide {
	display: none !important;
}
.more-tr-su {
	color: #333;
    margin-top: 0px;
    margin-right: calc(50% - 38px);
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px;
	outline: none;
	background: none;
}
.ul-days-subject .content-dayssubject {
    xdisplay: flex;
    align-items: flex-start;
    width: 81%;
}

.ul-days-subject .image-parent {
    display: flex;
    align-items: flex-end;
    margin-left: 10px;
    margin-top: 5px;
}

.desc-days-subject {
    color: #9a9899;
    font-size: 0.95em;
    display: flex;
    margin-top: 10px;
}

.title-days-subject {
    margin-left: 10px;
}

.ul-days-subject li {
    margin-top: 13px;
    display: flex;
    flex-flow: row-reverse;
	justify-content: flex-end;
    height: 94px;
    overflow: hidden;
}

.image-parent img {
    width: 80px;
    height: 80px;
}
/* #menu-main-menu ul ul.dropdown-menu {
    height: 500px;
    overflow-y:scroll;
} */
.carousel-item .slider-square-pic {
	height: 150px !important;
}
@media screen and (max-width: 992px) {

    /*#menu-main-menu ul ul.dropdown-menu {*/
    /*    height: inherit;*/
    /*    overflow-y:hidden;*/
    /*}*/

    #demo2 , #demo1 , #demo7, #demo3{
        width: 100%;
    }
    #demo2 .col-sm-2  , #demo1 .col-sm-4 , #demo7 .col-sm-12, #demo3 .col-sm-2{
        max-width: 100% !important;
    }
    html .day-subject h3 {
        margin-right: 0px;
    }
	.carousel-item .slider-square-pic {
		height: 500px !important;
	}
	#menu-main-menu ul li {
		width: calc(100% - 40px);
		line-height: 1.5;
	}
}

.menu-main-menu-container>ul>li>ul>li{
	min-width: 200px;
}

.desc-days-subject p {
    line-height: 20px;
    font-size: 0.9em;
    text-align: justify;
}

.title-days-subject a {
    line-height: 20px;
    font-size: 0.9em;
    text-decoration: none;
    color: #0c0c0c;
}

.content-font {
    color: #9a9899;
}

.other-content a {
    text-decoration: none;
    font-size: 0.9em;
    font-weight: bold;
}

.blog-footer {
    margin-top: 40px;
}
.social-footer {
    width: 100%;
    text-align: center;
    height: auto;
    padding: 1rem;
}
.social-footer li{
    margin: 0;
    width: auto;
    height: auto;
    margin: 0.5rem;
    display: inline-block;
}
.social-footer li img {
    width: 18px;
    margin-left: 0.25rem;
}
.social-footer li a {
    color: #333;
}
.social-footer li a>* {
    display: inline-block;
}
.social-footer ul {
    display: inline-block;
    margin: 0;
}

.copy-right {
    font-size: 0.8em;
}

.row.mb-2.d-lg-none.d-xl-none.bf {
    margin-top: 50px;
}

/** menu **/
ul.dropdown-menu li > ul.dropdown-menu {
    right: 100%;
    top: 0;
}


ul.dropdown-menu li:focus > ul.dropdown-menu {
    display: block;
}

html .dropdown-menu {
    left: inherit;
    right: 0;
    border: none;
    border-radius: 0;
}

html #menu-main-menu  li {
    margin-bottom: 5px;
}

html .dropdown-menu  li a {
    font-size: 0.9em;
}

html li.dropdown-submenu ,html ul.dropdown-menu .menu-item{
    padding-top: 6px;
    padding-bottom: 3px;
}

#demo1 .title-subject-daily div , #demo7 .title-subject-daily div , #demo3 .title-subject-daily div{
    height: 66px;
    overflow: hidden;
    color: #0c0c0c;
    font-weight: bolder;
    font-size: 1.05em;
    line-height: 28px;
}
#demo1 .content-subject-daily div , #demo7 .content-subject-daily div , #demo3 .content-subject-daily div{
    height: 82px;
    overflow: hidden;
    color: #9a9899;
}
#demo1 .content-subject-daily div p ,  #demo7 .content-subject-daily div p,  #demo3 .content-subject-daily div p {
    line-height: 25px;
    text-align: justify;
}
#demo1 .title-subject-daily ,#demo1  .content-subject-daily , #demo7 .title-subject-daily , #demo7  .content-subject-daily , #demo3 .title-subject-daily , #demo3  .content-subject-daily{
    text-decoration: none;
}

.single.single-post .content.thin {
    max-width: 100%;
	width: unset;
}

html .social-in-post {
    display: none;
}

.header-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}
body.admin-bar .header-fixed {
	margin-top: 32px;
}

html .dropdown-menu {
    background-color: #555;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #EEEEEE;
}

.navbar-dark .navbar-nav .nav-link {
    color: #EEEEEE;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}

a.text-dark:focus, a.text-dark:hover {
    color:#0d66c2 !important;
}

#demo1 .title-subject-daily div:hover , #demo1 .title-subject-daily div:focus ,#demo1  .content-subject-daily div:hover ,#demo1  .content-subject-daily div:focus , html .title-days-subject a:hover  , html .title-days-subject a:focus{
    text-decoration: none;
    color:#0d66c2 !important;
}

#demo7 .title-subject-daily div:hover , #demo7 .title-subject-daily div:focus ,#demo7  .content-subject-daily div:hover ,#demo7  .content-subject-daily div:focus , html .title-days-subject a:hover  , html .title-days-subject a:focus{
    text-decoration: none;
    color:#0d66c2 !important;
}

#demo2 .carousel-control-next, #demo2 .carousel-control-prev {
    width: 45px;
}
#demo2 .carousel-control-next {
    right: 11px;
}
#demo3 .carousel-control-next, #demo3 .carousel-control-prev {
    width: 45px;
}
#demo3 .carousel-control-next {
    right: 11px;
}
/* reza */
.carousel.slide {
	width: 100%;
}
.carousel.slide .carousel-inner {
	width: 100%;
}
.carousel.slide .carousel-inner .carousel-item img{
	width: 100%;
}
.ul-days-subject {
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}
.menu-main-menu-container {
	height: 65px;
    padding-top: 20px;
}
.menu-main-menu-container>ul {
	height: 100%;
}
.menu-main-menu-container>ul>li {
	height: 100%;
	cursor: pointer;
}
.menu-main-menu-container ul li.show.menu-item-has-children>a {
	color: #ffc710 !important;
}
.menu-main-menu-container ul li:hover>a{
	color: #ffc710 !important;
}
.flex-viewport {
    direction: ltr;
}
.wp-is-mobile .flex-direction-nav { 
	display: block; 
}
.flexslider {
    background: none;
}
.flexslider:hover .flex-direction-nav li:nth-child(1) a {
    margin-left: 30px;
}
.flexslider:hover .flex-direction-nav li:nth-child(2) a {
    margin-right: 30px;
}
.flex-direction-nav li:nth-child(1) a {
    margin-left: 30px;
    background: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
}
.flex-direction-nav li:nth-child(2) a {
    margin-right: 30px;
    background: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: 40px;
}
[dir='rtl'] .slick-prev {
    right: 25px;
    left: auto;
    z-index: 1;
}
.slick-prev:before, .slick-next:before {
    font-size: 35px;
    color: #ffc710;
}
/*
.slick-slide>div>a:first-child {
	display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.slick-slide>div>a>img {
	width:100% !important;
	height: auto !important;
}
*/
.ul-days-subject {
    background: #fff;
    padding: 7.5px 15px 15px 15px;
    border-radius: 2px;
    /*max-height: 400px;*/
    /*overflow-y: auto;*/
}
.cat-box>div{
    background: #fff;
    padding: 15px;
    height: 497px;
}
.cat-box a {
    display: list-item;
    list-style: none;
    line-height: 1.9;
}
.more-traditional-subjectal {
    background: #333132;
    padding: 5px;
    border-radius: 4px;
    margin-top: 13px;
    float: left;
    width: auto;
    color: #fff;
    text-decoration: none;
    font-size: 14px !important;
}
.more-traditional-subjectal:hover {
    text-decoration: none;
    color: #ffc710;
    background: #333132;
}
@media screen and (max-width: 1200px) {
	.header-fixed .container {
		padding-right: 0;
		padding-left: 0;
	}
}
@media screen and (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .h90 .dropdown-menu{
		min-height: 90px;
	}
	.navbar-expand-lg .navbar-nav .h130 .dropdown-menu{
		min-height: 130px;
	}
        .navbar-expand-lg .navbar-nav .h125 .dropdown-menu{
                min-height: 125px;
        }
	.navbar-expand-lg .navbar-nav .h215 .dropdown-menu{
		min-height: 215px;
	}
	.navbar-expand-lg .navbar-nav .h256 .dropdown-menu{
		min-height: 256px;
	}
	.navbar-expand-lg .navbar-nav .h440 .dropdown-menu{
		min-height: 440px;
	}
	.navbar-expand-lg .navbar-nav .h510 .dropdown-menu{
		min-height: 510px;
	}
	.container {
		width: 100%;
		max-width: 100%;
	}
	.navbar {
		padding: 0.5rem 0;
	}
	main.container {
		margin-top: 125px;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
		width: 629px;
		top: 93px;
		right: 133px;
		overflow: hidden;
		min-height: 510px;
	}

	#menu-main-menu ul ul.dropdown-menu {
		position: absolute;
		top: 0;
		right: 200px;
		width: 430px;
		height: 100%;
		background: #666;
		column-count: 2;
		column-fill: auto;
	}
	html #menu-main-menu li {
		position: static;
		clear: both;
	}
	#menu-main-menu ul ul.dropdown-menu ul {
		    display: inline;
			position: relative;
			top: unset;
			right: unset;
			width: 100%;
			height: auto;
			column-count: auto;
			column-fill: auto;
	}
	#menu-main-menu ul ul.dropdown-menu ul li {
		margin-top: 4px;
    	margin-bottom: 0;
	}
	#menu-main-menu ul ul.dropdown-menu ul li a {
		    border-right: solid 2px #fdd835;
			padding-right: 0;
			margin-right: 15px;
			color: #999;
	}
}
@media screen and (max-width: 991px) {
    body.admin-bar .header-fixed {
        margin-top: 45px;
    }
    .menu-main-menu-container {
    	height: auto;
    }
	.menu-main-menu-container>ul {
		height: auto;
	}
	html #menu-main-menu li {
		position: static;
		float: unset;
		clear: unset;
	}
	.header-fixed {
		position: absolute;
	}
	.header-fixed.header-height{
		height: calc(100vh - 45px);
        overflow-y: scroll;
        overflow-x: hidden;
	}
    html #menu-main-menu li li ,  html #menu-main-menu li li li{
        margin-right: 20px;
    }
    html #menu-main-menu  li {
        margin-bottom: 20px;
    }
    /*.social-footer li{
        margin: 0;
        width: 14px;
        height: 18px;
    }*/
    #demo .carousel-item img {
        height: auto;
    }
    #demo1 .col-md-4 img {
        height: auto;
    }
    #demo2 .col-md-2 img {
        height: auto;
    }
    #demo3 .col-md-2 img {
        height: auto;
    }
    #demo7 .col-md-12 img {
        height: auto;
    }
}
@media screen and (max-width: 575px) {
	.subjectal {
		margin-top: 20px;
	}
}
.border-radiuses {
	border-radius: 6px;
	box-shadow: 0 0 2px #999;
}
.border-radiuses2 {
	border-radius: 4px;
	box-shadow: 0 0 2px #999;
}
html, body {
	background-color: #e2e0e0 !important;
}
main a:not(.more-traditional-subjectal):not(.breadcrumbs a):visited {
    color: #777;
}
.dropdown-item {
	white-space: normal;
}

#go-up-button {
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: #ccc;
	border-radius: 100%;
	width: 2.5rem;
	height: 2.5rem;
	text-align: center;
	z-index: 200;
	outline: none;
	border: 0;
}
#go-up-button>svg {
	width: 1.3rem;
	height: auto;
}
.three-navs {
	height: 400px;
	overflow: hidden;
}

@media(max-width: 768px) {
	.box-favorite:not(:first-child) {
		margin-top: 3rem;
	}
	.tn1 {
		margin-top: 0;
	}
}
.posts {
	width: calc(100% + 19px);
    margin-right: -9px;
}
.ci12, .ci22, .ci32 {
	display: none;
}
@media(max-width: 768px) {
	.ci12, .ci22, .ci32 {
		display: block;
	}
	.ci11, .ci21, .ci31 {
		display: none;
	}
}
.post-navigation {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
    box-shadow: 0 1px 1px #999;
}
.respond-container {
	background: #fff;
	border-radius: 4px;
    box-shadow: 0 0 2px #999;
}
.wpmm_megamenu ul.wp-mega-sub-menu li a {
	text-align: right;
}
#wp_nav_menu-item-6648 ul.wp-mega-sub-menu li {
	float: right;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a {
	text-align: right;
}
.wpmm-sub-menu-wrapper.wpmm-menu1 ul li a span.wpmm-mega-menu-href-title {
	line-height: 1.0;
}
.wpmm-sub-menu-wrapper ul li a span.wpmm-mega-menu-href-title {
	line-height: 1.2;
}
.wpmm-menu2 {
	margin-right: 10px;
	margin-top: 5px;
}
.wpmm-menu2 li{
	line-height: 1.0;
}
.wpmm-menu2 li a {
	font-size: 11px;
}
.wpmm-sub-menu-wrap, ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
	background: #555 !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul li a{
	color: #fff;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul li a:hover, .wpmm_megamenu .wp-megamenu-main-wrapper ul ul li a:focus  {
	color: #ffc710;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a:hover {
	color: #ffc710;
}
.wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title, .wpmm-sub-menu-wrap ul li.wp-mega-menu-header>a.wp-mega-menu-link span.wpmm-mega-menu-href-title {
	color: #ffc710;
}
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper>li:hover>a, .wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper>li:hover>a {
	color: #ffc710;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper>li>a {
	padding: 20px 18px 20px 28px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper>li.menu-item-has-children>a:after, .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper>li.menu-item-has-children>a:after {
	right: unset;
	left: 11px;
}
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper>li>a:before {
	background: none;
}
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal, .wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-vertical {
	background: none;
	box-shadow: none;
}
.wpmega-black-white .wpmm-mega-wrapper>li:hover, .wpmega-black-white .wpmm-mega-wrapper>li.current-menu-item {
	background: none;
}
.wpmega-black-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before, .wpmega-black-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header>a.wp-mega-menu-link:before {
	background: #ffc710;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover {
	background: none;
}
.wpmm-sub-menu-wrapper.wpmm-menu1 ul li a:before {
	content: '-';
}
.abs-bg {
    position: absolute;
    width: 100%;
    height: 580px;
    right: 0;
    background: #ddc060;
    margin-top: -10px;
}

#demo1 .title-subject-daily div, #demo7 .title-subject-daily div, #demo3 .title-subject-daily div {
    height: auto !important;
    padding-bottom: 0;
}
.blog-header .social .social-network {
    margin-left: 0.5em !important;
}
.blog-footer {
    background: #ccc;
}
.abs-bg-2 {
    position: absolute;
    width: 100%;
    height: 422px;
    right: 0;
    background: #ccc;
    margin-top: -10px;
}
.post-content {
	font-size: 1.1rem;
}
.post-content li {
    margin-right: 1rem;
}
.post-content p, .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, .qsm-quiz-container div {
	line-height: 2 !important;
}
.qsm-deselect-answer {
	display: none !important;
}