/* ----------------------------------------------------------------
	Canvas: Interior Design Studio
	Version: 1.0
-----------------------------------------------------------------*/


p {
	font-weight: 400;
}

#primary-menu ul > li > a {
	font-size: 16px;;
	font-weight: 400;
	color: #008347;
	letter-spacing: 1;
	text-transform: capitalize;
}

#primary-menu ul ul li > a {
	font-size: 16px; !important;
	font-weight: 400 !important;
	color: #008347;
	text-transform: none;
	/*text-transform: capitalize;*/
	background-color: transparent !important;
}

/* ----- Side Panel Trigger ----- */
#side-panel-trigger a {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	font-size: 16px;;
	line-height: 16px;
	color: #525975;
	font-weight: 300;
}

	#side-panel-trigger a i {
		position: relative;
		top: 1px;
	}

#side-panel {
	background-color: #FFF;
}

body.side-panel-open #side-panel {
	-webkit-box-shadow: -5px 0px 20px -6px rgba(0,0,0,0.15);
	-moz-box-shadow: -5px 0px 20px -6px rgba(0,0,0,0.15);
	box-shadow: -5px 0px 20px -6px rgba(0,0,0,0.15);
}

.emphasis-title h2 {
	font-size: 40px;
}

.emphasis-title p {
	font-size: 18px;;
	font-weight: 400;
	color: #525975;
}

/* ----- Hero Widget ----- */
#widget-subscribe-form {
	display: block;
	padding: 8px;
	background-color: #FFF;
	border: 1px solid #EEE;
	border-radius: 3px;
	box-shadow: 0 0 30px 4px rgba(0,0,0,0.15);
	transition: box-shadow .4s linear;
}

	#widget-subscribe-form:hover {
		box-shadow: 0 0 42px 4px rgba(0,0,0,.3) !important;
	}

.input-lg {
	height: 50px;
}


@media (min-width: 992px) {
	.market-header {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	#header.transparent-header + #slider,
	#header.transparent-header + #page-title.page-title-parallax,
	#header.transparent-header + #google-map,
	#slider + #header.transparent-header {
		top: -86px;
		margin-bottom: -86px;
	}

	#header.transparent-header.floating-header + #slider,
	#header.transparent-header.floating-header + #google-map {
		top: -146px;
		margin-bottom: -146px;
	}

	#header.transparent-header + #page-title.page-title-parallax .container {
		padding-top: 86px;
	}

	#primary-menu ul li > a {
		padding-top: 40px;
		padding-bottom: 24px;
		font-size: 18px;;
		font-weight: 700;
		color: #5f5f5f;
		text-transform: capitalize;
		text-transform: uppercase;
	}

	#primary-menu ul ul:not(.mega-menu-column) {
		width: 280px;
		/* padding: 2px; */
		border-top: 2px solid #f90;
		/* border: transparent !important;*/
		box-shadow: 0px 20px 41px 1px rgba(0,0,0,0.1);
	}

	#side-panel-trigger {
		margin-top: 33px;
		margin-bottom: 33px;
	}

	#logo {
		position: relative;
		float: none;
		font-size: 36px;
		line-height: 100%;
		margin: 0;
	}

		#header,
		#header-wrap,
		#logo img {
			height: 86px;
			border-bottom: none;
		}

			#header.sticky-header:not(.static-sticky),
			#header.sticky-header:not(.static-sticky) #header-wrap,
			#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
				height: 86px;
			}

				#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
					padding-top: 40px;
					padding-bottom: 24px;
				}

				#header.sticky-header:not(.static-sticky) #top-search,
				#header.sticky-header:not(.static-sticky) #top-cart,
				#header.sticky-header:not(.static-sticky) #side-panel-trigger {
					margin-top: 33px !important;
					margin-bottom: 33px !important;
				}

					#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content,
					#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div #top-cart .top-cart-content {
						top: 53px;
					}
}



.customers-count {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

	.customers-count .counter {
		font-family: 'Playfair Display', serif;
		font-weight: 400;
		color: #008347;
		font-size: 64px;
		line-height: 1.2;
	}

	.customers-count p {
		font-size: 20px;
		margin: 8px 0 0;
	}

.quote p {
	font-size: 16px;;
}


.heading-block h2 + span {
	font-size: 18px;;
	color: #999 !important;
}

/* ----- | Story-Box | ----- */
.story-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
}

	.story-box .story-box-image {
		width: 70%;
		height: 100%;
		z-index: 2;
		overflow: hidden;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

		.story-box .story-box-image img {
			display: block;
			height: auto;
			width: 100%;
			opacity: 1;
			transition: opacity .3s ease;
		}

	.story-box:hover .story-box-image img {
		opacity: .9;
	}

	.story-box .story-box-tv {
		box-sizing: border-box;
		width: 49%;
		padding: 25px 20px;
		margin-bottom: 20px;
		background: #fffffff0;
		z-index: 4;
		box-shadow: 0 10px 45px rgb(0 0 0 / 10%);
		transition: all ease-in .3s;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

.m-r {
	margin-right: 10px;
}

.m-l {
	margin-left: 10px;
}

.story-box .story-box-info {
	box-sizing: border-box;
	width: 50%;
	/* height: 100%; */
	padding: 25px 20px;
	margin: 0px 0 0px -20%;
	background: #fffffff0;
	z-index: 4;
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	transition: all ease-in .3s;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	align-self: center;
}

.story-box.description-left .story-box-info {
	-ms-flex-order: -1;
	order: -1;
	margin: 0 -20% 0 0;
}

.story-box .story-box-tv .story-title {
	font-size: 16px;;
	line-height: 20px;
	margin: 0 0 15px 45px;
	font-weight: 400;
	padding-bottom: 10px;
	border-bottom: 1px solid #d5d5d5;
	color: #000;
	display: flex !important;
	align-items: center;
}

.story-box .story-box-info .story-title {
	/* font-family: 'Playfair Display'; */
	font-size: 16px;;
	line-height: 20px;
	margin: 0 0 15px 45px;
	font-weight: 400;
	padding-bottom: 10px;
	border-bottom: 1px solid #d5d5d5;
	color: #000;
	display: flex!important;
	align-items: center;
}

	.story-box .story-box-info .story-title span, .story-box .story-box-tv .story-title span {
		position: absolute;
		width: 40px;
		text-align: center;
		/*border: 1px solid #a0a0a0;*/
		padding: 2px 4px 1px;
		margin: -3px 5px 0 -45px;
		border-radius: 3px;
		background: #0F5CA0;
		font-size: 16px;
		color: #fff;
		/*text-shadow: 0 0 0 transparent, 0.7px 0.5px 0px #0f0f0f;*/
	}

	.story-box .story-box-info .story-title:hover {
		color: #008347;
	}

		.story-box .story-box-info .story-title:hover span {
			/*border: 1px solid #a0a0a0;*/
			background: #008347;
		}

.story-box .story-box-tv .story-title:hover {
	color: #008347;
}

.story-box .story-box-info .story-box-content p {
	font-size: 16px;;
	font-weight: 300;
	color: #666;
	line-height: 16px;
}

.story-box .story-box-info .story-box-content a {
	font-size: 16px;;
	text-decoration: underline !important;
}

/* ----- Story-Box Responsive ----- */
@media (max-width: 991px) {

	.story-box .story-box-image {
		height: auto;
		width: 100%;
		height: 400px;
		-ms-flex-order: -1;
		order: -1;
	}

	.story-box.description-left .story-box-info {
		-ms-flex-order: -1;
		order: -1;
		margin: 35px -20% 0 0;
	}

	.story-box.description-left .story-box-info {
		margin: -40px 5% 0;
	}

	.story-box .story-box-info {
		max-width: 90%;
		height: auto;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		margin: -40px 5% 0;
	}

	.story-box .story-box-tv {
		width: 48%;
	}

	#side-panel-trigger {
		right: 40px !important;
	}
}


@media (max-width: 767px) {

	.story-box.description-left .story-box-info {
		margin: -100px 5% 0;
	}

	.story-box .story-box-info {
		padding: 35px;
		text-align: left;
		margin: -100px 5% 0;
	}

	.customers-count {
		border-right: none
	}

	.story-box .story-box-tv {
		width: 100%;
	}

	.m-r {
		margin-right: 0px;
	}

	.m-l {
		margin-left: 0px;
	}
}

@media (max-width: 479px) {

	.story-box .story-box-info {
		width: 100%;
		padding: 15px;
		text-align: left;
		margin: -225px 5% 0;
	}

	.story-box.description-left .story-box-info {
		margin: -225px 5% 0;
	}

	ul.tab-nav:not(.tab-nav-lg) li a i {
		display: none;
	}
}


/* ----- Tab ----- */
ul.tab-nav:not(.tab-nav-lg) {
	border-bottom: none;
}

	ul.tab-nav:not(.tab-nav-lg) li {
		float: left;
		border: none;
		height: auto;
		text-align: center;
	}

.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
	border: none;
}

ul.tab-nav:not(.tab-nav-lg) li a {
	color: #888;
	height: auto;
	line-height: 1;
	background-color: transparent;
	font-size: 16px;;
	font-weight: 400;
	padding: 10px 0 20px 0;
	text-transform: uppercase;
}

	ul.tab-nav:not(.tab-nav-lg) li a i {
		display: block;
		font-size: 42px;
		margin: 0 0 17px 0;
		/*color: #2C3079;*/
	}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
	top: 0;
}

	ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a:after {
		content: '';
		position: absolute;
		width: 30%;
		height: 2px;
		bottom: 10px;
		left: 35%;
		/* margin-left: -3px; */
		/* border-radius: 50%; */
		background: #2C3079;
	}

.tab-container {
	margin: 10px 0 0;
}


/* ----- Tab Responsive ----- */
.acctitle {
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	border-top: 1px dotted #DDD;
	padding: 12px 0 12px 24px;
}

.acc_content {
	padding: 10px 0 25px;
}

.acctitle i {
	color: #2C3079;
	font-size: 18px;
	top: 3px;
}

	.acctitle i.icon-ok-circle,
	.acctitle i.icon-remove-circle {
		display: none;
	}


/* ----- Review ----- */
.review-row {
	padding-bottom: 24px;
	border-bottom: 1px solid #EEE;
}

	.review-row h6 {
		font-size: 18px;
		font-weight: 400;
		color: #1d2c4c;
		margin-bottom: 0;
	}

.review {
	border-bottom: 1px solid hsla(60,1%,75%,.3);
	padding-bottom: 52px;
	padding-top: 52px;
}

.review-company {
	display: block;
	font-size: 16px;;
	font-weight: 400;
	color: #2C3079;
}

.review-id {
	color: #AAA;
	font-weight: 300;
	font-size: 16px;;
}

.rating-stars {
	margin: 20px 0;
}

	.rating-stars i {
		font-size: 24px;
		margin: 0 2px;
		color: gold;
	}

.review-date {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.6;
	margin-bottom: 10px;
	color: #ccc;
}

.review-title h3:before {
	content: "\e7ad";
	font-family: 'font-icons';
	position: absolute;
	top: -5px;
	left: -70px;
	height: 60px;
	font-size: 60px;
	color: #525975;
	line-height: 60px;
	opacity: .1;
}

.review-title h3 {
	/* font-family: 'PlayFair Display'; */
	font-size: 22px;
	font-weight: 400;
	color: #008347;
	margin-bottom: 20px;
}

.owl-item .review-content {
	position: relative;
	max-height: 140px;
	overflow: hidden;
	transition: all 1s linear;
}

	.owl-item .review-content:after {
		position: absolute;
		content: '';
		width: 100%;
		height: 50px;
		bottom: 0;
		left: 0;
		z-index: 9;
		transition: all .3s linear;
		background: linear-gradient(180deg,hsla(0,0%,100%,0) -1%,hsla(0,0%,100%,.01) 0,#fff);
	}

	.owl-item .review-content:hover {
		max-height: 500px;
	}

		.owl-item .review-content:hover:after {
			background: transparent;
		}

.review-content p {
	margin: 0;
	color: #888;
	font-size: 16px;;
	white-space: pre-line;
}

/* ----- Footer ----- */
.widget h4 {
	font-weight: 500;
	letter-spacing: 0;
	font-size: 16px;;
	text-transform: none;
}

.widget_links li,
.widget_links li a {
	background-image: none !important;
	padding-left: 0;
	color: #054605;
	/*opacity: .9; */
	padding-top: 2px;
}

.app-links:before {
	content: "";
	display: block;
	/*width: 90%;*/
	height: 1px;
	border-top: 1px solid #b4b4b4;
}

.app-links p {
	margin: 20px 0 5px 0;
}

.app-links a span {
	color: #edf2f5;
	margin-left: 2px;
	font-weight: 300;
	font-size: 16px;
}

.app-links a i {
	position: relative;
	top: 1px;
	font-size: 16px;
	color: #9ec2d7;
}
	.app-links a i:hover {
		color: #01dcff;
	}

	.app-links a:not(:first-child) {
		margin-top: 5px;
	}

#copyrights span {
	font-weight: 300;
	color: #d1cece;
}
