.mag-posts article.post
{
    height: 405px;
}
.news-posts article.post
{
    height: 500px;
}
.btn-read-more {
	padding: 0;
	position: absolute;
	bottom: 45px;
	right: 35px;
}
.fa-telegram::before {
	content: "\f2c6";
}
.footer-latest-news article a > img
{
	width: 80px;
}
.widget .latest-posts article a img
{
	width: 75px!important;
}
.project .project-details {
	height: 83px;
}
.lang-switch
{
	position: relative;
}
.lang-switch a img
{
	width: 24px;
}
.menuzord-menu > li > a {
	padding: 8px 11px;
}
.lang-fa .dropdown-item
{
	display: block;
	margin-top: 5px;
	margin-right: 5px;
}
.lang-en .dropdown-item
{
	display: block;
	margin-top: 5px;
	margin-left: 5px;
}

.dropdown-item:hover
{
	background-color: #FFBD1F;
}
.list-inline li a , .list-inline li span
{
    color: #fff!important;
}
.lang-en .owl-item .project-details 
{
	height: 83px!important;
}
.lang-en .slider-title2 , .lang-fa .slider-title2
{
	font-size: 50px!important;
}
.lang-en .slider-title1 , .lang-fa .slider-title1
{
	font-size: 20px!important;
}
.post .entry-content {
	height: 227px;
}
.entry-content a.btn
{
	position: absolute;
  	bottom: 20px;
}
.products .product-details 
{
	height: 77px;
	padding: 5px;
}
.single-post .entry-content
{
	height: auto!important;
}
.tp-revslider-slidesli .tp-parallax-wrap:nth-child(4)
{
	top: 300px!important;
}
.tp-revslider-slidesli .tp-mask-wrap
{
	top: 50px !important;
}
.mobile-lang
{
	display: none!important;
}
.mobile-lang
{
	position: relative;
}
.mobile-lang a img
{
	width: 24px;
}

@media only screen and (max-width: 479px) {
	.divider {
		background-size: cover;
	  }
	  .mobile-lang
		{
			display: block!important;
		}
		.lang-switch
		{
			display: none!important;
		}
		.social-normal , .catalog-normal
		{
			display: none;
		}
		.catalog-mobile
		{
			display: block;
		}
		.btn-read-more {
			bottom: 5px;
			right: unset;
			left: 20px;
		}

  }

