/**
*
*	Name:			IRANSansDN Font
*	Version:		1.0
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Dec 20, 2017
*	Updated on:		Dec 20, 2017
*	Website:		http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
ЭждК ЗнСЗд УдУ ПУК джнУ н˜ дСг ЗЭТЗС гЗб˜нКн гНУжИ гн ФжП. МеК Зен ЗТ ЮжЗднд ЗУКЭЗПе ЗТ Знд ЭждК еЗ бШЭЗ Ие жИ УЗнК (ЭждК ЗнСЗд ПЗК ˜Зг) гСЗМЪе дгЗннП
--------------------------------------------------------------------------------------
IRANSansDN fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (CNUEHS)
--------------------------------------------------------------------------------------
*	
**/
@font-face {
	font-family: iransansdn_bold;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/fonts/eot/iransansdnbold.eot');
	src: url('fonts/fonts/eot/iransansdnbold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/fonts/woff2/iransansdnbold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/fonts/woff/iransansdnbold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/fonts/ttf/iransansdnbold.ttf') format('truetype');
}

@font-face {
	font-family: iransansdn_normal;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/fonts/eot/iransansdnlight.eot');
	src: url('fonts/fonts/eot/iransansdnlight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/fonts/woff2/iransansdnlight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/fonts/woff/iransansdnlight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/fonts/ttf/iransansdnlight.ttf') format('truetype');
}

@font-face {
	font-family: iransansdn;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/fonts/eot/iransansdn.eot');
	src: url('fonts/fonts/eot/iransansdn.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/fonts/woff2/iransansdn.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/fonts/woff/iransansdn.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/fonts/ttf/iransansdn.ttf') format('truetype');
}

.pull-right {
    float: left !important;
}

.pull-left {
    float: right !important;
}
body {
    font-family: iransansdn !important;
}
form .col-md-4 {float: right;}
.main_content.col-md-12 .blog_single .blog_post_text, p {
    font-family: iransansdn !important;
}

.main_content.col-md-12 .blog_posts_list .blog_post_text, .blog_post_description, .blog_posts_wrapper.masonry_blog_style .blog_post_description, .main_content.col-md-12 .blog_posts_wrapper.list_blog_style.blog_posts_list .blog_post_text, .blog_posts_wrapper.list_blog_style .blog_post_description p {
    font-family: iransansdn !important;
}

.blog_post_control_item .social_share_item_wrapper {
	-moz-transform: translate(-20px);
	-webkit-transform: translate(-20px);
	transform: translate(-20px);
}

html.side_container_opened .site_main_container {
	-moz-transform: translate(341px);
	-webkit-transform: translate(341px);
	transform: translate(341px);
}

.side_container_opened .site_side_container {
	/*margin-right: -342px;*/
	-moz-transform: translate(100%);
	-webkit-transform: translate(100%);
	transform: translate(100%);
}

.slick-next:before
{
    content: '\f100';
}


.slick-prev:before
{
    content: '\f101';
}

.post_navigation_item.post_navigation_next i:before {
	content: '\f100';
}


.post_navigation_item.post_navigation_prev i:before {
	content: '\f101';
}

@media screen and (max-width: 400px) {

	.site_side_container.opened {
		-moz-transform: translate(100%);
		-webkit-transform: translate(100%);
		transform: translate(100%);
	}


	body.side_container_opened .site_main_container {
		-moz-transform: translate(80%);
		-webkit-transform: translate(80%);
		transform: translate(80%);
	}
}