@font-face {
	font-family: 'milaadesign';
	src: local('milaadesign'),
	url('font/milaadesign-Regular.ttf') format('truetype'); 
}
html {
	overflow-x: hidden;
	width: 100vw;
}
body{
	font-family: 'milaadesign';
}
.logo h1 a, .logo h2 a{
	font-family: 'milaadesign';
}
.logo span{
	font-family: 'milaadesign';
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'milaadesign' !important;
}
button {
	font-family: 'milaadesign' !important;
}

.site-main > * {
	margin: 0;
}
.site-main {
	padding: 0;
	margin: 0;
}
.widget-area {
	display: none;
}
footer, .site-footer {
	max-width: none;
	width: 100%;
	margin: 0 auto !important;
	padding: 0;
	background: linear-gradient(#FFBE41 ,#B59000 80%);
	position: relative;
  height: auto;
}
.site-footer .site-info {
	width: calc(100% - 100px);
	max-width: 1000px;
	margin: auto;
	border: none;
	padding: 40px 0;
	color: #fff;
	font-size: 12px;
}
.site-footer .site-info .site-name {
	font-size: 12px !important;
	font-weight: bold;
}
.site-footer .site-info a {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 12px;
}
#primary-mobile-menu {
	display: none !important;
}
#masthead {
  position: fixed;
  width: 100%;
  max-width: none;
  height: 50px;
  background-color: rgba(255,255,255,0.3);
  top: -50px;
  left: 0px;
  margin: 0;
  padding: 0;
  transition: 0.5s;
  box-shadow: 0 0 1px #fff;
	z-index: 999;
}
#masthead.sticky {
  top: -60px;
}
#masthead ul {
  padding: 0 20px;
}
#masthead ul li a {
  font-size: 15px;
  padding: 5px 10px;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
}
#masthead ul li a:focus {
	background-color: unset;
}
#masthead .gototop {
	position: fixed;
	bottom: -40px;
	color: #fff;
	width: 40px;
	height: 40px;
	right: -40px;
	text-align: center;
	line-height: 35px;
	background-color: #fc0;
	border-radius: 50% 50% 50% 0;
	transform: rotate(-90deg);
	transition: 1s;
}
#masthead.sticky .gototop {
	bottom: 0px;
	right: 0px;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
  width: 24px;
}
.sub-menu {
  border-color: rgba(0,0,0,0.1) !important;
  background-color: rgba(0,0,0,0.3);
  border-top-color: rgba(0,0,0,0.1) !important;
}
.sub-menu::before {
  border-color: rgba(0,0,0,0.0) !important;
  background-color: rgba(0,0,0,0.0);
  border-top-color: rgba(0,0,0,0.0) !important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu:before,
	.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
		display: none !important;
}
@media only screen and (min-width: 682px) {
	.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
			background: none;
	}
}
.site-branding {
  height: 50px;
  margin-top: 0px;
  padding: 0 15px 0 50px;
  background-repeat: no-repeat;
  background-size: 180px;
  background-position: center;
  max-width: unset !important;
	width: 210px;
}
body header .site-branding h1 {
  margin: 0px;
  line-height: 20px;
	padding-top: 5px;
  font-size: 22px !important;
  font-weight: bold;
  color: #369;
	display: none;
}
.site-branding .site-description {
  margin: 0px;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #390;
}
.menu-button-container {
  padding: 0px;
  height: 50px;
}
@media only screen and (min-width: 682px) {
  .primary-navigation > div > .menu-wrapper > li > .sub-menu
}
@media(max-width:680px) {
  #masthead {
    top: 0px;
  }
	#donate {
		top: 50px;
	}
	.sub-menu {
		border: none !important;
		padding: 0 !important;
		background-color: rgba(5,5,5,0);
	}
	.primary-navigation-open .primary-navigation > .primary-menu-container {
		background-color: rgba(5,5,5,0.9);
		position: absolute;
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
		transition: 0.5s;
		top: 0px;
	}
	.primary-navigation > .primary-menu-container {
		background-color: rgba(5,5,5,0.9);
		position: absolute;
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
		transition: 0.5s;
		top: -100vh;
	}
	#primary-mobile-menu span {
		color: #fff;
	}
	.menu-button-container {
		background-color: rgba(5,5,5,0.9) !important;
	}
}
.site .button:focus, button:focus {
	outline: none;
}

#midrow .widget {
	margin-bottom: 0px;
}
.header-widget {
}
.logo {
  padding-right: 0px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 85px;
	text-align: center;
	width: 100%;
}
.logo a {
	color: #fff;
}
.logo span {
	color: #9cf;
}
@media (max-width:990px) {
  .logo {
    margin-right: 0px !important;
  }
  #slide-out-open {
    right: 0px !important;
    top: 50px;
    width: 60px;
    background-color: #fff;
  }
}
.logo span {
  margin-top: -15px;
	font-size: 20px;
}
.post, .page {
  box-shadow: none;
}
#main-nav, .cat-box-content, #sidebar .widget-container, .post-listing, #commentform {
    border-bottom-color: #fff;
}
.fixed-nav {
  top: 0px !important;
}
.menu-item a {
  border: none !important;
}

.homestart {
	height: 100vh;
	/*! z-index: 9999999999; */
	position: relative;
	background-color: #fff;
	display: flex;
}
.homestartright, .homestartleft {
	flex: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.homestart-title {
	font-size: 34px;
	letter-spacing: 3px;
	position: absolute;
  top: 50%;
	right: -250px;
	transition: 0s;
  transform: translate(0%,-50%);
  width: 400px;
  height: 50px;
	line-height: 30px;
	text-align: right;
	padding-right: 30px;
	color: #666;
	font-family: 'milaadesign' !important;
}
.in-view .homestart-title {
	right: 0px;
	transition: 2s;
}
.homestart-title p {
	display: inline-block;
	color: #fc0;
}
.homestart-title b {
	display: block;
	color: #999;
	font-size: 15px;
	letter-spacing: 2px;
	margin-right: -100px;
}
.page-template-baluchart .homestart-title {
	font-size: 24px;
	letter-spacing: 2px;
	top: calc(50% - 0px);
	height: 100px;
}
.page-template-interiordesign .homestart-title {
	font-size: 30px;
	letter-spacing: 2px;
	top: calc(50% - 0px);
	height: 50px;
}
.in-view .homestart-title a {
	text-decoration: none;
}
.in-view .homestart-title b {
	margin-right: 0px;
	transition: 3s;
}
.homestart-menu {
	font-size: 14px;
	letter-spacing: 2px;
	position: absolute;
  top: 50%;
	left: 00px;
	transition: 0s;
  transform: translate(0%,-50%);
  width: 400px;
  height: 200px;
	line-height: 50px;
	text-align: left;
	padding-left: 30px;
	border-left: 1px solid #fc0;
}
.homestart-menuitem {
	height: 50px;
	width: 100%;
	margin-left: -150px;
}
.homestart-menuitem a {
	color: #999;
	text-decoration: none;
}
.homestart-menuitem a:hover {
	color: #000;
}
.in-view .homestart-menu .homestart-menuitem:first-of-type {
	transition: 1s;
	margin-left: 10px;
}
.in-view .homestart-menu .homestart-menuitem:nth-of-type(2) {
	transition: 1.5s;
	margin-left: 10px;
}
.in-view .homestart-menu .homestart-menuitem:nth-of-type(3) {
	transition: 2s;
	margin-left: 10px;
}
.in-view .homestart-menu .homestart-menuitem:nth-of-type(4) {
	transition: 2.5s;
	margin-left: 10px;
}
@media (max-width:500px) {
	.homestart {
		display: block;
	}
	.homestartleft {
		height: 50vh;
		width: 100%;
		flex: none;
	}
	.homestartright {
		height: 50vh;
		width: 100%;
		flex: none;
	}
	.homestartleft a {
		font-size: 12px;
		letter-spacing: 1px;
	}
}

.homebackground {
	background-image: url('images/background-fixed.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 150px 10px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
}
.homebackground b {
	display: block;
	font-size: 30px;
	margin-bottom: 20px;
}
.homebackground p {
	display: block;
	font-size: 20px;
	max-width: 800px;
	margin: auto;
}
.homebackground a {
	color: #fff;
	text-decoration: none;
	display: block;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #aaa;
	width: 120px;
	margin: 20px auto;
	font-size: 14px;
	border-radius: 5px;
}
.homebackground a:focus {
	background-color: rgba(255,255,255,0.4) !important;
}

#theme-footer {
	margin-top: -16px;
}
.homecontact {
	display: flex;
	text-align: center;
}
.homecontact-map {
	flex: 1;
}
.homecontact-info {
	flex: 1;
	padding: 30px 20px;
	background: radial-gradient(#c2c2c2 8%, transparent 8%), white;
  background-position: 0 0, 25px 25px;
  background-size:25px 25px;
	position: relative;
	min-height: 350px;
}
.homecontact-infocontent {
	 position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 400px;
  height: 125px;
}
.homecontact-address {
	font-size: 16px;
	margin-bottom: 0px;
	/*! border-bottom: 1px solid #ccc; */
	display: inline-block;
	padding-bottom: 15px;
}
.homecontact-tel, .homecontact-mobile {
	font-size: 15px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.homecontact-tel, .homecontact-mobile a {
	text-decoration: none !important;
}
.homecontact-socials>a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	background-color: #eee;
	border-radius: 50%;
	transition: 0.5s;
	opacity: 0.5;
}
.homecontact-socials>a:hover {
	transition: 0.5s;
	opacity: 1;
}
.homecontact-socials div {
	height: 100%;
	width: 100%;
	background-color: #fff;
	border-radius: 50%;
}
.social-facebook {
	background-image: url('images/facebook.png');
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: center;
	background-color: #fff;
}
.social-instagram {
	background-image: url('images/instagram.png');
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: center;
	background-color: #fff;
}
.social-twitter {
	background-image: url('images/twitter.png');
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: center;
	background-color: #fff;
}
.social-youtube {
	background-image: url('images/youtube.png');
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: center;
	background-color: #fff;
}
.social-linkedin {
	background-image: url('images/linkedin.png');
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: center;
	background-color: #fff;
}
@media (max-width:800px) {
	.homecontact {
		display: block;
	}
}
.entry-footer {
	display: none;
}
.entry-content p {
	max-width: 1000px !important;
}
.page>header {
	max-width: unset;
	text-align: center;
	min-height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
.page>header:after {
	content: '-';
	font-size: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}
.page header h1 {
	font-size: 24px !important;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 3px #000;
	z-index: 2;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.site-title {
	color: #000 !important;
	text-shadow: none !important;
	margin-bottom: 0px;
	line-height: 25px;
	text-decoration: none;
	display: none;
}
.site-title a {
	text-decoration: none;
}
.page header .site-title a {
		text-shadow: none !important;
		text-decoration: none;
		line-height: 25px;
	  display: none;
	}
@media(max-width:900px) {
	.page header .site-title {
		font-size: 18px !important;
		text-shadow: none !important;
	}
	.page header .site-title a {
		font-size: 18px !important;
		text-shadow: none !important;
		text-decoration: none;
		line-height: 25px;
	}
}
.error404 .site-content {
	margin: 100px auto 50px;
	max-width: 1100px;
}
.error404 h1.page-title {
	font-size: 36px;
	text-align: center;
}
.error404 .page-header {
	border-width: 1px;
	margin-bottom: 30px;
}
.error404 .error-404 {
	max-width: 100%;
}

.single-post .entry-title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding-top: 100px;
}
.single-post header {
	border-bottom: 1px solid #fff !important;
	box-shadow: 0 1px 0px #888;
}
.single-post .entry-footer {
	display: none !important;
}

@media (max-width:600px) {
	.single-post .entry-title {
		padding-top: 160px;
	}
	.entry-content {
		padding: 20px;
		text-align: center;
	}
}


.page .entry-content {
	max-width: 1100px;
	width: calc(100% - 40px);
	min-height: 400px;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
	color: #fff;
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: unset;
	color: unset;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	background: none !important;
	font-size: 0px;
	width: 20px;
	height: 20px;
	padding: 0px;
}
.slick-arrow:hover,
.slick-arrow:focus,
.slick-arrow:active,
.slick-arrow:focus-visible {
	border: 1px solid transparent;
	outline: none;
	outline-offset: unset;
}
.slick-prev, .slick-prev:active, .slick-prev:focus {
	left: -20px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-radius: 5px 0 0 0;
	transform: rotate(-45deg);
	transition: 0.5s;
}
.slick-prev:hover {
	left: -25px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-radius: 3px 9px 0 9px;
	transform: rotate(-45deg);
}
.slick-next, .slick-next:active, .slick-next:focus {
	right: -20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-radius: 0 5px 0 0;
	transform: rotate(45deg);
	transition: 0.5s;
}
.slick-next:hover {
	right: -25px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-radius: 9px 3px 9px 0;
	transform: rotate(45deg);
}

.footer-contact {
	display: flex;
	flex-direction: column;
	max-width: 1000px;
	margin: 30px auto 0px;
	list-style: none;
	padding: 0px;
}
.footer-contact-item {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	vertical-align: top;
	line-height: 30px;
	margin-bottom: 15px;
	flex: 1;
	max-width: unset !important;
}
.footer-contact-item a {
	text-decoration: none;
	color: #fff;
}
.footer-contact-item svg {
	vertical-align: middle;
}
.home-about {
	background-color: #fff;
	color: #000;
}
.home-about-content {
	max-width: 1000px;
	margin: auto;
	display: flex;
	flex-direction: row;
}
.home-about-left {
	flex: 1;
	height: 600px;
	width: 100%;
	background-image: url('images/Fatima-Tahmasebi.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat; 
}
.home-about-right {
	flex: 1;
	padding: 50px 30px;
}
.home-about-right h3 {
	font-size: 28px;
	margin-bottom: 5px;
}
.home-about-right h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.home-about-right p {
	font-size: 14px;
}
.footer-navigation {
	display: none;
}
@media(max-width:600px) {
	.home-about-content {
		display: block;
		text-align: center;
	}
	.footer-contact {
		padding: 0 50px;
	}
}
.section-parent {
	padding: 60px;
	min-height: 300px;
}
.section-content {
	max-width: 1000px;
	margin: auto;
	display: flex;
}
.section-title {
	text-align: center;
	margin: 20px;
}
.section-title h2 {
	font-size: 20px;
	color: #fc0;
}
.section-content p, .section-content li, .section-content a {
	font-size: 15px;
}
@media(max-width:600px) {
	.section-parent {
		padding: 60px 15px;
	}
	.section-parent img {
		max-width: calc(100vw - 30px);
	}
}

.page-template-baluchart #welcome {
	background-color: #232733;
	background-image: url('images/baluchart-top.jpg');
	background-repeat: no-repeat;
	background-position: top left 50px;
}
.page-template-baluchart #welcome .homestart-title {
	color: #fff;
}
.page-template-baluchart #welcome .homestart-menuitem a {
	color: #fff;
}
.page-template-interiordesign #welcome {
	background-color: #fff;
	background-image: url('images/interiordesign-background.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 1000px;
}
.page-template-interiordesign #welcome .homestart-title {
	color: #000;
}
.page-template-interiordesign #welcome .homestart-menuitem a {
	color: #000;
}
.page-template-interiordesign #welcome .homestart-title b {
	color: #000;
}
.page-template-art-work #about-me {
	background-color: #eee;
}
.page-template-art-work #illustrations {
	background-color: #fc0;
	background-image: url('images/Art-work-2.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 200px;
}
.page-template-art-work #research-publications {
	background-color: #eee;
}
.page-template-interiordesign #projects {
	background-color: #eee;
}
.page-template-baluchart #about-me {
	background-color: #fc0;
}
.page-template-baluchart #about-me h2 {
	color: #000;
}
.page-template-baluchart #accessories {
	background-color: #232733;
	background-image: url('images/baluchart-right.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}
.page-template-baluchart #accessories h3 {
	color: #fff;
}
#instagram {
	min-height: unset;
	background-color: #000;
	color: #fff;
	text-align: center;
}
#instagram .section-content {
	display: block;
}
#instagram a {
	color: #fff;
	font-size: 26px;
	text-decoration: none;
	letter-spacing: 2px;
	background-image: url('images/instagram.png');
	height: 60px;
	line-height: 60px;
	background-repeat: no-repeat;
	background-size: 60px;
	padding-left: 65px;
	padding-right: 15px;
	display: inline-block;
}