/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Page title heading 2 **/
.page-title h2 {
	/* MT [ google_font: 1 ] */
	font-family: 'Roboto' !important;
	color: rgb(46, 109, 164) !important;
	font-size: 32px !important;
	font-weight: 400 !important;
	font-variant: small-caps !important;
}

/** General >> Page breadcrumb link **/
.page-breadcrumb a {
	/* MT [ google_font: 1 ] */
	font-family: 'Roboto' !important;
	color: rgb(51, 122, 183) !important;
	font-size: 24px !important;
	font-weight: 400 !important;
	font-variant: small-caps !important;
}

/** General >> Active **/
.active {
	/* MT [ google_font: 1 ] */
	font-family: 'Roboto' !important;
	color: rgb(51, 122, 183) !important;
	font-size: 14px !important;
	line-height: 2 !important;
	font-weight: 400 !important;
}

/** General >> Page content **/
.page-content {
	padding-top: 16px !important;
	padding-bottom: 12px !important;
}

/** General >> Header title **/
.header-title {
	box-shadow: 0 0 0 0 rgb(151, 199, 238) !important;
	background-color: rgb(0, 0, 0) !important;
}

/** General >> Header title font **/
.header-title font {
	/* MT [ google_font: 1 ] */
	font-family: 'Roboto' !important;
	font-size: 28px !important;
	font-weight: 200 !important;
	font-variant: small-caps !important;
}

/** General >> Entry title **/
.entry-title {
	/* MT [ google_font: 1 ] */
	font: small-caps 400 20px / 0.5 'Roboto' !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: 1px 1px 1px rgb(102, 102, 102) !important;
	box-shadow: 0 0 0 0 rgb(0, 0, 0) !important;
}

/** General >> Service box **/
.service-box {
	width: 285px !important;
	height: 240px !important;
}

/** General >> Post **/
.post {
	box-shadow: 0 0 0 0 rgb(91, 60, 60) !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	width: 260px !important;
	height: 200px !important;
	max-height: auto !important;
}

/** General >> #section **/
#section {
	background-image: url("/wp-content/uploads/2020/02/cropped-sunshine-1.jpeg") !important;
	background-position: center center !important;
	background-attachment: scroll !important;
	background-size: cover !important;
	background-origin: padding-box !important;
	padding-top: 1px !important;
	padding-bottom: 20px !important;
}

/** General >> .col-md-7 **/
.col-md-7 {
	width: 1500px !important;
}

/** General >> #mega-menu-primary **/
#mega-menu-primary {
	padding-top: 5px !important;
}

/** General >> #wrapper > .footer-sidebar **/
#wrapper > .footer-sidebar {
	background-color: rgb(255, 255, 255) !important;
	padding-top: 0 !important;
}

