/*  MICROTHEMER STYLES  */


/*= Header ==================== */

/** Header >> Mt 4489 entry content **/
.mt-4489 .entry-content {
	color: rgb(245, 245, 245) !important;
	font-size: 18px !important;
	font-weight: bold !important;
}

/** Header >> Entry content entry title **/
.mt-4489 .entry-content .entry-title {
	color: rgb(245, 245, 245) !important;
	font-weight: bold !important;
}

/** Header >> testimonials hero **/
.mt-4489 .hero {
	.has-featured-image .hero::before {
  opacity: 0.3;
}
	background-color: rgb(50, 50, 50) !important;
	background-image: url("https://edraperydesigns.com/wp-content/uploads/2017/07/Testimonials-Hero-Image-Dark-1-e1502048295968.jpg") !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

/*= Main Menu ================= */

/** Main Menu >> Menu primary items link **/
#menu-primary-items a {
	font-size: 15px !important;
	line-height: 56px !important;
	font-weight: bold !important;
}

/** Main Menu >> Ui corner bottom **/
.ui-corner-bottom {
	-webkit-box-shadow: 0 0 2px 0 #CCCCCC !important;
	-moz-box-shadow: 0 0 2px 0 #CCCCCC !important;
	box-shadow: 0 0 2px 0 #CCCCCC !important;
	border-right-color: rgb(238, 238, 238) !important;
	border-bottom-color: rgb(238, 238, 238) !important;
	border-left-color: rgb(238, 238, 238) !important;
}

/** Main Menu >> Masthead container **/
#masthead .container {
	line-height: 90px !important;
}

/** Main Menu >> Masthead **/
#masthead {
	background-color: rgb(255, 255, 255) !important;
}

/*= Content =================== */

/** Content >> Lightbox nav (unused) **/
.zmdi {
	background-color: rgb(198, 159, 115) !important;
	max-width: 60px !important;
	max-height: 60px !important;
	-webkit-border-radius: 10% 10% 10% 10% !important;
	-moz-border-radius: 10% 10% 10% 10% !important;
	border-radius: 10% 10% 10% 10% !important;
}

/** Content >> FAQ boxes **/
.ui-state-default {
	-webkit-box-shadow: 0 0 2px 0 #CCCCCC !important;
	-moz-box-shadow: 0 0 2px 0 #CCCCCC !important;
	box-shadow: 0 0 2px 0 #CCCCCC !important;
	background-color: rgb(255, 255, 255) !important;
	border-top-color: rgb(238, 238, 238) !important;
	border-right-color: rgb(238, 238, 238) !important;
	border-bottom-color: rgb(238, 238, 238) !important;
	border-left-color: rgb(238, 238, 238) !important;
}

/** Content >> Entry heading 1 **/
.entry h1 {
	font-weight: bold !important;
}

/** Content >> Mt 1217 portfolio widget section **/
.mt-1217 .portfolio-widget-section {
	background-color: rgb(255, 255, 255) !important;
}

/** Content >> Jetpack portfolio thumbnail link **/
.jetpack-portfolio .thumbnail-link {
	margin-top: 10px !important;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 10px !important;
}

/** Content >> Blog Post Chunk **/
.mt-4153 .post {
	padding-bottom: 50px !important;
}

/** Content >> Our Services Entry summary paragraph **/
.mt-1217 .entry-summary p {
	display: none;
}

/** Content >> Home page - designbiz video 3 **/
.mt-1217 #designbiz-video-3 {
	margin-bottom: 72px !important;
}

/** Content >> Entry content paragraph **/
.mt-4510 .entry-content p {
	font-weight: bold !important;
	margin-bottom: 0 !important;
}

/** Content >> Testimonials Page Grid Content **/
.mt-jetpack-testimonial-karen-schlesigner .grid-content {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

/** Content >> Home Page Testimonial grid content **/
.no-post-thumbnail .grid-content {
	background-color: rgb(255, 255, 255) !important;
}

/*= Footer ==================== */

/** Footer >> Site info **/
.site-info {
	background-color: rgb(198, 159, 115) !important;
}

/** Footer >> Copyright **/
.copyright {
	color: rgb(56, 58, 59) !important;
}


/*[ Large Desktop ]*/
@media (min-width: 1200px) {

	/*= Content =================== */

	/** Content >> Page title **/
	.page-title {
		font-weight: bold !important;
	}
}

/*[ Desktop & Tablet ]*/
@media (min-width: 768px) and (max-width: 979px) {

	/*= Content =================== */

	/** Content >> Lightbox nav (unused) **/
	.zmdi {
		max-width: 50px !important;
		max-height: 50px !important;
	}

	/** Content >> Blog Post Chunk **/
	.mt-4153 .post {
		padding-bottom: 40px !important;
	}
}

/*[ Tablet & Phone ]*/
@media (max-width: 767px) {

	/*= Main Menu ================= */

	/** Main Menu >> Menu primary items link **/
	#menu-primary-items a {
		line-height: 20px !important;
	}

	/** Main Menu >> Logo link **/
	.logo a {
		height: 56px !important;
	}

	/*= Content =================== */

	/** Content >> Jetpack portfolio thumbnail link **/
	.jetpack-portfolio .thumbnail-link {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	/** Content >> Blog Post Chunk **/
	.mt-4153 .post {
		padding-bottom: 40px !important;
	}
}

/*[ Phone ]*/
@media (max-width: 480px) {

	/*= Content =================== */

	/** Content >> Blog Post Chunk **/
	.mt-4153 .post {
		padding-bottom: 40px !important;
	}
}