/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */


/* iranavada custom css */

@font-face {
  font-family: "IranSans";
  font-weight: normal !important;
  src:  url("fonts/IRANSansWeb/IRANSansWeb.eot") format("eot"),
	url("fonts/IRANSansWeb/IRANSansWeb.woff") format("woff"),
	url("fonts/IRANSansWeb/IRANSansWeb.ttf") format("truetype");
}
@font-face {
  font-family: "IranSansNum";
  src:  url("fonts/IRANSansWebFaNum/IRANSansWebFaNum.eot") format("eot"), 
	url("fonts/IRANSansWebFaNum/IRANSansWebFaNum.woff") format("woff"), 
	url("fonts/IRANSansWebFaNum/IRANSansWebFaNum.ttf") format("truetype");
}
@font-face {
  font-family: "IranSansBold";
  src:  url("fonts/IRANSansWeb_Bold/IRANSansWeb_Bold.eot") format("eot"), 
	url("fonts/IRANSansWeb_Bold/IRANSansWeb_Bold.woff") format("woff"), 
	url("fonts/IRANSansWeb_Bold/IRANSansWeb_Bold.ttf") format("truetype");
}

/* logo & menu position change */
.header-layout-1 #menu-components-wrap {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.header-layout-1 .header-layout-1-logo {
    float: left;
}
code {
    direction: ltr;
    text-align: left;
    display: block;
    background-color: #e8e8e8;
}
#logo, .header-layout-1 #logo {
    float: left !important;
}

@media (max-width: 991px){
   #mobile-menu-icon {
   right: 15px !important;
   left: auto !important;
	}
}