html, body {
	font-size: 14px;
}

a.brand img {
	width: 300px;
    padding-right: 50px;
  
}
body.site.fluid {
	background: #222;
	color: white;
}
div.site-description {
	color: white;
}
a.brand {
	color: white !important;
	text-align: center;
}
[class*="dj-megamenu-"] {
	font-family: iranyekan  !important;
}
body.site {
	padding: 0;
}
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.header {
	background: #383838;
	padding: 1em;
	padding-right: 5%;
	padding-left: 5%;
	margin-bottom: 0;
}
div.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
#intro .harchi {
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#intro .harchi h1 {
	font-weight: 900;
	font-size: 3.2em;
	padding-bottom: .5em;
	margin-top: 1em;
}
#intro .harchi h2 {
	font-weight: 700;
	margin-bottom: 2em;
}
#intro .harchi p {
	font-size: 1em;
	line-height: 2;
	font-weight: normal;
}
a {
	display: inline-block;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.primary {
	border: 1px solid #ffc600 !important;
	border-radius: 4px;
	padding: .8em 2.4em;
	transition: .2s;
	background: transparent;
}
a.uk-button-primary {
	border: 1px solid #ffc600 !important;
	border-radius: 4px;
	padding: .2em 1.6em;
	transition: .2s;
	background: transparent;
	color: #ffc600 !important;
}
div.cta {
	margin: 3em;
}
a.primary:hover, a.uk-button-primary:hover{
	background: #ffc600;
	color: black;
	text-decoration: none;
}
a.uk-button-primary:hover {
	color: black !important;
}

div.uk-panel h4.uk-panel-title {
	font-weight: 700 !important;
	font-size: 1.5em !important;
	color: white !important;
}
div.uk-panel p {
	font-weight: 300;
	line-height: 1.5;
	color: white !important;
}

h3.sppb-title-heading {
	font-weight: 900 !important;
	font-size: 2em !important;
	background: url(http://d.franchisor.ir/images/news/sample/bg-text.jpg);
	-webkit-background-clip: text;
  	/*-webkit-text-fill-color: transparent;*/
  	margin: .5em !important;
}
p.sppb-title-subheading {
    color: white !important;
	font-size: 1.1em !important;
	font-weight: 400 !important;
}
div.buss {
	text-align: center;
}
div.buss img {
	filter: hue-rotate(240deg) saturate(1.3);
}
div.footer-adress {
	text-align: right;
	font-size: 14px;
}
div.footer-adress h4 {
	font-size: 1.7em;
	font-weight: 800;
}
div.footer-adress li {
	list-style-type: none;
	font-size: 1.1em;
	line-height: 2;
	padding: .5em;
	font-weight: 400;
}
div.adress li{
  direction: rtl;
} 



/* 27 December*/
@keyframes flash3 {
    	0%{box-shadow:0 0 0 0 rgba(255,198,0,.4)}
		70%{box-shadow:0 0 0 10px rgba(255,198,0,0)}
		to{box-shadow:0 0 0 0 rgba(255,198,0,0)}
}

header li.dj-up:last-child a.dj-up_a::before {
	content: "";
    display: inline-block;
    position: absolute;
    /* right: 0; */
    /* bottom: 0; */
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: red;
   	box-shadow:0 0 0 rgba(255,198,0,.4);
    border-radius: 50%;
    animation: flash3 2s infinite;
}
li.dj-up:last-child a.dj-up_a {
	color: #ffc600 !important;
	padding-left: 2em !important;
	padding-right: 2em !important;
}

li.dj-up:last-child.hover a.dj-up_a {
	background: none !important;
	color: red !important;
}

.dj-megamenu-custom93 li:last-child:hover a.dj-up_a, .dj-megamenu-custom93 li.hover:last-child a.dj-up_a {
	background: none !important;
	color: red !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-right-width: 0 !important;
}

section.business-directory img {
	filter: hue-rotate(240deg) !important;
}
main#content {
	background: #f2f2f2 !important;
	color: black !important;
	padding: 2em;
}
.sppb-btn-success{
  color: white;
  background-color:#ffc600 !important;
  border-color:#ffc600 !important;
}

div#intro {
	position: relative !important;
}

div#intro::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
}
.uk-panel-title{
  color:white !important;}
}

div.uk-panel p {
	color: #fff !important;
}

div.footer-adress li i {
	padding: .5em;
}


div.footer-adress.aus ul {
	text-align: left !important;
}

div.row-fluid {
	width: 80%;
	margin: 0 auto;
}

div.container-fluid {
	background: #f2f2f2;
}

@media (min-width: 1200px){
.row-fluid {
    width: 80% !important;
   
}
body.itemid-101 div.row-fluid {
	width: 100% !important;
	margin: auto;
}
body.itemid-101 main#content {
	padding: 0;
}
}

footer div.container-fluid {
	background: #383838;
}


/*FOR BLOG*/
div.blog div.items-row.cols-1.row-fluid.clearfix {
    background: white !important;
    padding: 2em !important;
    margin-bottom: 5em !important;
    box-shadow: 0 1px 5px rgba(190,190,190,.46) !important;
}

div.blog .items-row p.readmore a.btn {
    background: #ffc600;
    color: #ffc600;
    padding: .5em 2em;
    border-radius: 4px;
    transition: .2s;
    color: #000!important;
    border: none;
    transition: .2s;
}

.btn {
	text-shadow: none !important;
}

p.readmore a.btn span.icon-chevron-left {
	display: none !important;
}

main#content div.item-page {
	background: white !important;
    padding: 2em !important;
    margin-bottom: 5em !important;
    box-shadow: 0 1px 5px rgba(190,190,190,.46) !important;
}

li {
	line-height: 2em !important;
}

div.blog .items-row.cols-1.row-fluid.clearfix p.readmore a.btn:hover {
	background: #000;
	color: #ffc600 !important;
}

.dj-megamenu-custom93 li.itemid114:hover a.dj-up_a, .dj-megamenu-custom93 li.itemid114.hover a.dj-up_a, .dj-megamenu-custom93 li.itemid114.active a.dj-up_a {
	background: transparent !important;
	border: none !important;
}

li.dj-up.itemid114.current.active a {
	color: red !important;
}

div#aside div.well h3.page-header {
	background: #383838;
	color: #ffc600 !important;
	padding: .5em;
}
div#aside {
	padding-top: 2em;
}

div#aside div.well {
	padding: 0 !important;
}

div#aside div.well {
	background: white !important;
    box-shadow: 0 1px 5px rgba(190,190,190,.46) !important;
}

div#aside div.well ul li a {
	color: rgb(34,34,34) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	padding: 15px 20px;
}

div#aside div.well ul {
	margin: 0 !important;
}

div#aside li {
    border-bottom: 1px solid rgba(0,0,0,.2);
    transition: .2s;
    list-style-type: none;
}

div#aside li:last-child {
    border-bottom: 0px;
    margin-bottom: 0em;
}

div#aside div.well ul li:hover {
	background: #ffc600 !important;
}
div#aside div.well ul li:hover a{
	color: #222 !important;
}

a.label.label-info::after {
    content: "\f02b";
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 50%;
    font-family: "Font Awesome 5 Free";
    transform: translateY(-50%);
}


a.label.label-info {
	background-color: #ffc600;
    color: black;
    padding: .5em 1em;
    padding-right: 1.5em;
    position: relative;
}

div.well div.dj-megamenu-wrapper ul.dj-megamenu-default {
	background: transparent !important;
}

div#aside div.well .dj-megamenu-default li.first a.dj-up_a {
	border: none !important;
}

div#aside div.well .dj-megamenu-default li:hover a.dj-up_a, div#aside div.well .dj-megamenu-default li.hover a.dj-up_a, div#aside div.well .dj-megamenu-default li.active a.dj-up_a {
	background: #ffc600 !important;
	color: #222 !important;
}

div#aside div.well .dj-megamenu-default.verticalMenu li a.dj-up_a {
	border: none !important;
}
fieldset.filters.btn-toolbar{
  display:none !important;
}
div.items-more{
  display:none;
}
div.pagination p.counter.pull-right{
  display:none;
}





/* FOR BUSSINESS DIRECTORY NAVIGATION ON TOP*/
html {
  scroll-behavior: smooth !important;
}

	li.bussiness-item {
		display: inline-block;
		text-align: center;
	}

	ul.bussiness-directories {
		width: 2500px;
		white-space: nowrap;
		position: relative;
	}

	li.bussiness-item img {
		width: 70px;
	}

	nav.bussiness {
		height: 133px;
		position: relative;
	}

	li.bussiness-item a {
		text-decoration: none;
		color: white !important;
	}

	nav.bussiness > a {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 999;
		background: none;
		border: none;
		font-size: 1.5em;
		font-weight: 100;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		color: #888 !important;

	}

	a.next {
		right: 10px !important;
		/*border-left: 1px solid black !important;*/
		height: 100% !important;

	}

	a.prev {
		left: 10px !important;
		/*border-right: 1px solid black !important;*/
		height: 100% !important;

	}

	div.bussiness-container {
		width: 95%;
		margin: 0 auto;
		overflow-x: scroll !important;
		transition: .3s !important;
	}

	div.bussiness-container::-webkit-scrollbar { width: 0 !important }

	.full-width {
		width: 100% !important;
	}

	span.bussiness-label {
		font-size: .8em !important;
		color: white !important;
	}

	nav.bussiness img {
		filter: hue-rotate(240deg);
	}
    li.bussiness-item{
  color:white !important
    }

	/* END*/


	/* FOR FRANCHISE ITEMS*/
	main#content.dark {
		background: #222 !important;
		padding: 0 !important;
		padding-bottom: 4em;
	}

	main#content.dark nav.bussiness {
		background: #444;
		margin-bottom: 4em;
	}

	main#content.dark div.blog div.items-row div.span6 {
		background: #444 !important;
		box-shadow: 7px 7px 10px 0px rgba(0,0,0,.5);
	}

	main#content.dark div.blog div.items-row div.span6 h1, main#content.dark div.blog div.items-row div.span6 p {
		color: white !important;
	}

	main#content.dark div.blog div.items-row div.span6 h1 {
		margin-top: 0;
		padding-top: 1em;
	}

	main#content.dark .pull-right.item-image {
		margin-bottom: 0 !important;
	}

	main#content.dark div.blog {
		margin: 4em 0 !important;
	}
	p {
		line-height: 1.6 !important;
	}

	main#content.dark div.blog div.span6 {
		padding-left: 1em !important;
	}

	main#content.dark.light {
		background: #f2f2f2 !important;
	}

	main#content.dark.light div.item-page {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	main#content.dark div.page-header h2 {
		text-align: left !important;
		margin-bottom: 0 !important;
	}

	main#content.dark div.page-header {
		border-bottom: 1px solid #888 !important;
	}



	main#content.dark div.item-image {
		margin: 0;
    	padding-right: 1em;
	}

	main#content.dark div.item p {
		margin-top: 3em;
	}

	main#content.dark div.span6 {
		padding-right: 1em !important;
		padding-bottom: 1em !important;
	}

	div.similar {
		background: #383838;
		padding: 1em;
	}

	div.similar h2 {
		color: white !important;
	}

	div.blog div.items-row {
		margin-bottom: 2em !important;
	}

	div.page-header a {
		transition: .2s;

	}

	div.page-header a:hover {
		color: #fff !important;
		text-decoration: none;
	}

	.uk-dotnav>*>* {
		background: rgba(250,250,250,.1) !important;
	}

	.uk-dotnav>.uk-active>* {
		background: rgba(250,250,250,.4) !important;
	}

    a#back-top{
  		display:none !important;
	}

	body.itemid-113 div.row-fluid {
		width: 100% !important;
	}

	body.itemid-113 div.row-fluid main#content {
		padding: 0 !important;
	}

	#contact-map {
		position: relative;
	}

	.contact-detail {
		position: absolute;
    	left: 5%;
    	top: 50%;
    	background: rgba(0,0,0,.7);
    	transform: translateY(-50%);
    	padding: 1em;
    	width: 25%;
	}

	button {
		font-family: inherit;
	}

	/* FOR MOBILE*/

	@media screen and (max-width: 500px) {
		div.row-fluid {
			width: 100% !important;
		}
		main#content {
			padding: 0 !important;
		}
		.sppb-carousel-inner>.sppb-item {
			padding: 0 !important;
		}
	}

div.uk-margin h1{
  color: #ffc600!important;
  font-size:1em;
}

img.uk-overlay-scale{
  width:250px !important;
  height:250px !important;
}
div.uk-margin{
  height:150px !important;
}

.uk-cover-background.uk-position-cover::after {
	content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: inline-block;
    z-index: 100000;
    top: 0;
    left: 0;
}

.uk-overlay-panel .uk-text-large.uk-margin {
    width:70%;
	line-height: 1.8;
	margin: .5em auto;
}

.uk-overlay-panel p a.uk-button-primary  {
	background: #ffc600 !important;
	color: #000 !important;
	font-weight: 700;
}

  div#sppb-addon-1556432877807.clearfix{
        margin-bottom: 0px !important;
}
div.sppb-addon.sppb-addon-raw-html.footer-adress.ir > div.sppb-addon-content > h4{
  color:#ffc600 !important;
}
div.sppb-addon.sppb-addon-raw-html.footer-adress > h4.sppb-addon-title{
  color:#ffc600 !important;
}
div.sppb-addon.sppb-addon-raw-html.footer-adress.aus > div.sppb-addon-content > h4{
  color:#ffc600 !important;}

div#sppb-addon-1558245824816.clearfix h1{
  color:#0a0a0a !important;
}

a.k {
    display: inline-block !important;
    padding: 0.5em 2em !important;
    background-color: #ffc600 !important;
    color: #383838 !important;
    text-decoration: none !important;
    border-radius: 0.2em !important;
    }
    a.k:hover {
    background-color: gray !important;
    border-bottom-color: black !important;
    }
div.k {
          background-color:#383838;
          color: white !important;
          font-weight: bold !important;
          text-align: center;
          direction: rtl;
          font-size: 24px !important;
          padding: 0.5em 2em !important;
} 
