/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@font-face {
    font-family: 'WYekan';
    src: url('fonts/yekan-webfont.eot');
    src: url('fonts/yekan-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/yekan-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'IRANSansWeb';
    src: url('fonts/IRANSansWeb.eot');
    src: url('fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
         url('fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
	url("fonts/fontawesome-webfont.woff") format("woff"), 
	url("fonts/fontawesome-webfont.ttf") format("truetype"), 
	url("fonts/fontawesome-webfont.svg") format("svg");
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {font-family:"IRANSansWeb"; color:#444; font-size: 14px;}
/* clear */
.clear:before,
.clear:after {content:' '; display:table;}

.clear:after {clear:both;}
.clear {*zoom:1;}
img {max-width:100%; vertical-align:bottom;}
a {color:#444; text-decoration:none;}
a:hover {color:#444;}
a:focus {outline:0;}
a:hover, a:active {outline:0;}
input:focus {outline:0; border:1px solid #04A4CC;}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/*header*/
.back-header1 {
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 1%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 1%, transparent 100%);
    box-shadow: none;
    z-index: 99;
    position: absolute;
    border-bottom: 1px solid #9e9e9e;
}
.email{
	padding-top: 17px;
	text-align: center;
}
.email .textwidget p{
	color: #fff;
	font-size: 15px;
}

.email .textwidget p:before{
    font-family: "FontAwesome";
    font-size: 18px;
    color:#FFB606;
    content: "\f0e0";
    position: relative;
    top: 1px;
    right: 4px;
}

.phone{
    padding-top: 12px;
	text-align: left;
	/*font-family: 'WYekan';*/
}
.phone .textwidget p{
	color: #fff;
	font-size: 17px;
}
.phone .textwidget p:before{
    font-family: "FontAwesome";
    font-size: 20px;
    color: #FFB606;
    content: "\f095";
    position: relative;
    top: 5px;
    right: 4px;
}
.logo {
	text-align: right;
}

.logo .textwidget p{
	margin: 0px !important;
}
a:hover{
	text-decoration: none;
}

.alignnone{
	margin: 0px !important;
}

.back-header2{
	z-index: 99;
    position: relative;
    top: 58px;
    background: #fff0;
    width: 100%;
}

.main-menu {
    padding-top: 5px;
    text-align: center;
    padding-bottom: 5px;
}
.main-menu ul{padding:0;margin: 0;}
.home .main-menu li a{
    font-size: 16px;
    position: relative;
    display: inline-block;
    outline: none;
    color: #ffffff;
    text-decoration: none; 
    padding-left:15px;
    padding-right: 15px; 
    padding-bottom: 20px; 
    padding-top: 20px; 
}

.main-menu li a{
    font-size: 16px;
    position: relative;
    display: inline-block;
    outline: none;
    color: #000;
    text-decoration: none; 
    padding-left:15px;
    padding-right: 15px; 
    padding-bottom: 20px; 
    padding-top: 20px; 
}

.main-menu li.menu-item.current-menu-item a{ color: #FFB606;}
.main-menu li{
	display:inline-block; 
/*	padding-bottom: 20px; 
	padding-top: 20px; */   
}

.main-menu li a:hover{
 color: #FFB606;
}
/*#menu-item-28{
	background-color: #63b8bd;
}*/

/*.main-menu li:hover{
	background-color: #63b8bd;
}*/

.main-menu ul ul{position:absolute; width:250px; padding:10px 0px; display:none; z-index:9999;/*border-top: 3px solid #00defc;*/ }
.main-menu li:hover> ul{
    display:block;
	float:left;
	width:223px;
	margin-top:58px;
	background:#272727;
    margin-right: /*-2*/0px;
	padding: 0;
	color: #1e90ff;
}

.main-menu li li{background: none !important; padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    border: none;
    width:100%;
    float:left;
    list-style-type:none; 
    padding-left: 4px;
    padding-top: 4px;
    border-bottom: 1px dotted #8e8e8e;
}

.main-menu li li:last-child{border-bottom: none;}

.main-menu li li a{
	border: none;
	color: #fff; 
	font-size: 13px; 
	text-decoration:none; 
	width: 100%; 
	text-align: right; 
	padding: 5px;
}

.main-menu li li a:hover{
	color: #fff;
   /* background-color: #63b8bd;*/
}

.main-menu li li{ }
.main-menu ul ul ul{  margin:-30px 130px 0px 141px !important;}

.slider{
	margin-top: -71px;
	/*position: absolute;
    top: 0px;*/
}

.seriousslider-light .seriousslider-caption-buttons a:nth-child(2n+1){
	background-color: #FFB606 !important;
}
.seriousslider-light .seriousslider-caption-buttons a:nth-child(2n+1), .seriousslider-light .seriousslider-caption-buttons a:hover:nth-child(2n){
	color: #ffffff !important;
}
.seriousslider-light .seriousslider-caption-buttons a{
	border: 2px solid #FFB606 !important;
	border-radius: 0px !important;
}

.seriousslider-light .seriousslider-caption-text{
	font-size: 1.8em !important;
    font-weight: bold !important;
}

.seriousslider-light .seriousslider-caption-buttons a:hover:nth-child(2n+1) {
    background-color: #ffffff00 !important;
    border-color: #FFB606 !important;
    color: #FFB606 !important;
}

.back-content1{
	background: #fff;
    width: 100%;
}

.contenttitle1{
	text-align: center;
    padding-top: 30px;
}

.contenttitle1 .widget_black_studio_tinymce h3{
	font-weight: bold;
}

.contenttitle1 .textwidget{
	line-height: 32px;
    padding: 20px;
}
.content1{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 34px;
}

.content1-1 .textwidget p:nth-child(2) , .content1-2 .textwidget p:nth-child(2) ,
 .content1-3 .textwidget p:nth-child(2) , .content1-4 .textwidget p:nth-child(2){
    font-weight: bold;
}

.content1-1 .widget_black_studio_tinymce:hover , .content1-2 .widget_black_studio_tinymce:hover
, .content1-3 .widget_black_studio_tinymce:hover , .content1-4 .widget_black_studio_tinymce:hover{
    border: 5px solid #FFB606;
}

.content1-1 .widget_black_studio_tinymce , .content1-2 .widget_black_studio_tinymce
, .content1-3 .widget_black_studio_tinymce , .content1-4 .widget_black_studio_tinymce{
    border: 5px solid #ffffff;
}

.content1-1 .textwidget , .content1-2 .textwidget , .content1-3 .textwidget, 
.content1-4 .textwidget{
	padding: 10px;
}

.back-content2{
	background-image: url(../../uploads/bg2-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
/*    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 70px 0px 70px 0px;*/
}

/*.elementor-background-overlay{
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
	background-color: #0c0c0c;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}*/

.content2 .widget_black_studio_tinymce h3{
    color: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.content2 .textwidget{
	padding-bottom: 35px;
}

.back-content3{
	width: 100%;
    background: #fff;
}

.content3{
	text-align: center;
	padding-top: 30px;
    padding-bottom: 20px;

}

.content3 .widget_black_studio_tinymce h3 {
    padding-bottom: 30px;
    color: #000000;
    border-bottom: 2px solid #feb507;
}

.content3 .textwidget{
	line-height: 32px;
    padding: 10px;
}

.back-cotent4{
	background-image: url(../../uploads/discount-bg.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content4-1{
	text-align: center;
	padding-top: 20px;
    padding-bottom: 5px;
}

.content4-2{
	padding-top: 70px;
}

.content4-2 .textwidget{
    text-align: justify;
    line-height: 35px;
    color: #fff;
    font-size: 20px;
}

.content4-2 .widget_black_studio_tinymce h3{
	color: #ffb606;
	padding-top: 10px;
}

.content4-2 .textwidget p a{
	font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #ffb606;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 27px 12px 27px;
    border: 2px solid #ffb606;
}

.content4-2 .textwidget p a:hover{
	color: #ffb606;
    background-color: rgba(0,0,0,0);
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #ffb606;
}

.content4-2 .textwidget p:nth-child(2){
	margin-top: 30px;
	text-align: left;
}

.content5{
	text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.content5 .cat-post-item{
	width: 31.3%;
    float: right;
    margin: 5px 1% !important;
    border-bottom: none; 
}

.content5 #category-posts-2-internal .cat-post-thumbnail{
	margin: 5px 0px 25px 0 !important;
}

.content5 #category-posts-2-internal .cat-post-item{
	  border-bottom: none !important;
}

.content5 .category-posts-internal{
    padding: 0px;
}

.content5 #category-posts-2-internal .cat-post-title{
    font-weight: bold;
}

.map .textwidget p{
	margin: 0px !important;
}

.back-footer1{
	width: 100%;
	background: #2A292B;
}
.footer1-1 .widget_black_studio_tinymce h3 , .footer1-2 .widget_black_studio_tinymce h3{
    color: #fff;
    padding-top: 20px;
    text-align: center;
}

.footer1-1 .textwidget , .footer1-2 .textwidget{
	text-align: justify;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    color: #8e8e8e;
}

.footer1-1 , .footer1-2{
	padding-bottom: 20px;
}

.footer1-1 li a{
    font-size:0px;
}

.footer1-1 .widget_nav_menu{
   height:30px;
   text-align: center;
}

.footer1-1 #menu-social {margin : 0;padding: 0;height: 30px;
    }

.footer1-1 li {display: inline-block; list-style: none;height:30px !important; }
.footer1-1 li.menu-item-58 a:before{content: ""; width: 30px; height:30px;
display: block;background-image: url('../../uploads/telegram.png')}
.footer1-1 li.menu-item-59 a:before{content: ""; width: 30px; height:30px;
display: block;background-image: url('../../uploads/instagram.png') }
.footer1-1 li.menu-item-60 a:before{content: "";width: 30px; height:30px;
display: block;background-image: url('../../uploads/whatsapp.png') }

.back-footer2{
	width: 100%;
    background: #222122;
}

.footer2{
    padding-top: 15px;
    text-align: center;
    font-size: 12px;
    color: #5f5f5f;
}
#category-posts-2-internal .cat-post-item .cat-post-title{display: inline-block !important;}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.dkpage{
	line-height: 35px;
    text-align: justify;
    font-size: 15px;
    font-family: 'IRANSansWeb';
    margin-top: 60px;
    box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
    margin-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.dkpage h1{
	background: #FFB606;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.dkc{
	box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
    margin-bottom: 30px;
    padding: 25px;
    margin-top: 60px;
}

.dkc h1{
	background: #FFB606;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.dkp{
	line-height: 35px;
    text-align: justify;
    font-size: 15px;
    margin-top: 120px;
    box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
    margin-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

.dkp h1{
    background: #63b8bd;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.dkp h1 a{
    color: #fff;
}
.joomir-posts {
    font-size: 16px;
    padding: 5px 10px;
    text-align: justify;
    position: relative;
    height: 400px;
    overflow: hidden;
    width: 31%;
    margin: 0 1% 30px;
    float: right;
}

.joomir-posts h2{
    padding: 20px 0;
    border-radius: 0;
    bottom: 58px;
    box-shadow: 0 5px 5px rgba(0,0,0,.05);
    clear: both;
    color: #696969;
    display: block;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    margin: 0 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 9;
    background-color: #fff;
}

.joomir-posts p{
    padding-bottom: 18px;
    border-radius: 0;
    bottom: 70px;
    box-shadow: 0 5px 5px rgba(0,0,0,.05);
    clear: both;
    color: #696969;
    display: block;
    font-size: 14px;
    font-weight: 300;
    left: 0;
    margin: 0 20px;
    position: relative;
    text-align: center;
    z-index: 9;
    background-color: #fff;
    padding-left: 8px;
    padding-right: 8px;
}

.joomir-posts p a{
    color: #63b8bd;
    display: block;
}

.dkp a img {
	padding-top: 20px;
    display: block;
    margin: 0 auto;
}

.post-12 .DK .wpcf7-form-control {
	border: 1px solid #d8d8d8;
    border-radius: 5px;
    width: 100%;
    height: 34px;
}

.post-12 label{
	width: 100% !important;
	font-weight: 500 !important;direction: ltr;
}

.post-12 .wpcf7-form-control.wpcf7-textarea{
	width: 100%;
	height: 130px;
}

.post-12 .wpcf7-form-control.wpcf7-submit{
    width: 30%;
    /*float: right;*/
    background: #ffb606;
    color: #fff;
    border: 1px solid #ffb606;
    margin-top: 16px;
    padding: 4px;
}

.post-12 .wpcf7-form-control.wpcf7-mathcaptcha{
    width: 30%;
}

.post-12 .wpcf7-form .DKMC
{
    margin-top: 10px;
}

.DKcaptcha{
	padding-top: 14px;direction: ltr;
}
.DK-submit{direction: ltr;}
button#responsive-menu-button{
	/*width: 42px !important;
    height: 42px !important;*/
    top: 46px !important;
   /* background: #fdb506 !important;*/
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media (max-width:768px){
	    .main-menu {
    display: none;
}
    .seriousslider-light .seriousslider-caption-text {
    font-size: 1.2em !important;
}
    .seriousslider-caption-text {
    margin-top: 6em !important;
}
    .email .textwidget p:before {
    font-size: 16px;
}
.email .textwidget p {
    font-size: 12px;
}
.phone .textwidget p {
    font-size: 16px;
}
.phone .textwidget p:before {
    font-size: 18px;
}
.phone {
    padding-top: 8px;
}
.email {
    padding-top: 12px;
}

.content2 .widget_black_studio_tinymce h3{
	font-size: 16px;
}
.content3 .widget_black_studio_tinymce h3{
	font-size: 16px;
}
.content4-2 .textwidget p:nth-child(2) {
    margin-bottom: 30px;
}
.content4-2 .textwidget {
    line-height: 32px;
    font-size: 15px;
}
.content4-2 {
    padding-top: 10px;
}
.content5 .cat-post-item {
    width: 92.3% !important;
}
.joomir-posts {
    text-align: center;
    width: 97%;
    height: 320px;
}

.logo{text-align:left;}
}
@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
