@charset "utf-8";
/*------------------------------------------------------------------
[Table of contents]

00. RESET
01. PRELOADER
02. HEADER
03. FEATURED POSTS CAROUSEL
04. FEATURED POSTS SECTION
05. FEATURED ARTICLES
06. MOST POPULAR POSTS
07. CATEGORY POSTS
08. SIDEBAR NAVIGATION
09. MY FAVORITES SECTION
10. BLOG POSTS
11. SIDEBAR
12. SUBSCRIBE SECTION
13. PAGE
14. POST
15. PAGINATION
16. GALLERY
17. ARCHIVE
18. FOOTER
19. THEME SETTINGS

-------------------------------------------------------------------*/

/*============================================================================
  >> 00. RESET
  ============================================================================
*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

body {
	padding: 0;
	margin: 0;
	height: 100%;
	min-height: 100%;
	font-family: 'Ubuntu', sans-serif;
	color: #111;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather', serif;
	/*font-family: 'Ubuntu', sans-serif;*/
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 1em;
}

p {
	font-family: 'Merriweather', serif;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

ul, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* --------------------------------------------------------------
   0 - Wordpress Styles
  -------------------------------------------------------------- */

/** wordpress default styles **/
.alignnone {
	margin: 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;

}

.aligncenter {
	display: block;
	text-align: center !important;
}

a img.alignright {
	float: right;
}

a img.alignnone {
}

a img.alignleft {
	float: left;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.post-content img,
.comment-content img,
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
	max-width: 100%;
}

.post-content img,
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.alignright,
.alignleft,
.aligncenter,
.bypostauthor {
	color: inherit;
}

/* Image Captions*/

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	display: block;
	font-size: 0.8em;
	margin: 0 auto;
	padding: 3px 0 5px 0;
	text-align: left;
	line-height: 1.5;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

/* Gallery */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

select {
	display: inline-block;
	height: 50px;
	padding: 6px 18px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	vertical-align: middle;
	background-image: none;
	border: 1px solid #ececec;
	border-radius: 0px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*============================================================================
  >> 01. PRELOADER
  ============================================================================
*/

.preloader {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99999;
}

@-webkit-keyframes flower {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-moz-box-shadow: white 0 0 15px 0, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px;
		-webkit-box-shadow: white 0 0 15px 0, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px;
		box-shadow: white 0 0 15px 0, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px;
	}
	50% {
		-moz-transform: rotate(1080deg);
		-ms-transform: rotate(1080deg);
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg);
		-moz-box-shadow: white 0 0 15px 0, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px;
		-webkit-box-shadow: white 0 0 15px 0, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px;
		box-shadow: white 0 0 15px 0, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px;
	}
}

@-moz-keyframes flower {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-moz-box-shadow: white 0 0 15px 0, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px;
		-webkit-box-shadow: white 0 0 15px 0, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px;
		box-shadow: white 0 0 15px 0, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px;
	}
	50% {
		-moz-transform: rotate(1080deg);
		-ms-transform: rotate(1080deg);
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg);
		-moz-box-shadow: white 0 0 15px 0, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px;
		-webkit-box-shadow: white 0 0 15px 0, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px;
		box-shadow: white 0 0 15px 0, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px;
	}
}

@-o-keyframes flower {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-moz-box-shadow: white 0 0 15px 0, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px;
		-webkit-box-shadow: white 0 0 15px 0, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px;
		box-shadow: white 0 0 15px 0, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px;
	}
	50% {
		-moz-transform: rotate(1080deg);
		-ms-transform: rotate(1080deg);
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg);
		-moz-box-shadow: white 0 0 15px 0, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px;
		-webkit-box-shadow: white 0 0 15px 0, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px;
		box-shadow: white 0 0 15px 0, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px;
	}
}

@keyframes flower {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-moz-box-shadow: white 0 0 15px 0, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px;
		-webkit-box-shadow: white 0 0 15px 0, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px;
		box-shadow: white 0 0 15px 0, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px;
	}
	50% {
		-moz-transform: rotate(1080deg);
		-ms-transform: rotate(1080deg);
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg);
		-moz-box-shadow: white 0 0 15px 0, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px;
		-webkit-box-shadow: white 0 0 15px 0, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px;
		box-shadow: white 0 0 15px 0, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px;
	}
}

.flower:not(:required) {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-indent: -9999px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 100%;
	-moz-box-shadow: white 0 0 15px 0, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px;
	-webkit-box-shadow: white 0 0 15px 0, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px;
	box-shadow: white 0 0 15px 0, #f8a795 -12px -12px 0 4px, #f8a795 12px -12px 0 4px, #f8a795 12px 12px 0 4px, #f8a795 -12px 12px 0 4px;
	-webkit-animation: flower 5s infinite ease-in-out;
	-khtml-animation: flower 5s infinite ease-in-out;
	-moz-animation: flower 5s infinite ease-in-out;
	-ms-animation: flower 5s infinite ease-in-out;
	-o-animation: flower 5s infinite ease-in-out;
	animation: flower 5s infinite ease-in-out;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

/*============================================================================
  >> 02. HEADER
  ============================================================================
*/
header {
	position: relative;
	display: inline-block;
	width: 100%;
}

header .topbar {
	position: fixed;
	width: 100%;
	height: 60px;
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
	z-index: 2;
}

header .topbar .navbar {
	display: inline-block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	min-height: 0;
	margin: 0;
	border: 0;
}

header .topbar .navbar ul {
	display: inline-block;
}

header .topbar .navbar ul li {
	position: relative;
	display: inline-block;
}

header .topbar .navbar ul li > ul {
	position: absolute;
	max-width: 260px;
	top: 100%;
	left: 0;
	margin: 10px 0 0 0;
	padding: 0;
	z-index: 11;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

header .topbar .navbar ul li a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	padding: 20px 15px;
}

header .topbar .navbar ul li > ul li ~ li {
	border-top: 1px solid #eee;
}

header .topbar .navbar ul li > ul li {
	position: relative;
	width:100%;
}

header .topbar .navbar ul li > ul li ul {
	left: 100%;
	top: 0;
}

header .topbar .navbar ul li > ul li a {
	position: relative;
	min-width: 200px;
	height: 48px;
	width:100%;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	text-transform: inherit;
	letter-spacing: 0.5px;
	padding: 15px 25px;
	white-space: nowrap;
}

header .topbar .navbar ul li.menu-item-has-children > a:after {
	position: relative;
	font-family: 'FontAwesome';
	font-size: 11px;
	content: "\f107";
	line-height: 20px;
	margin-left: 7px;
}

header .topbar .navbar ul li > ul li.menu-item-has-children > a:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 11px;
	content: "\f105";
	right: 20px;
	line-height: 20px;
}

header .topbar .navbar ul li > ul li.menu-item-has-children > a:after {
	content: '';
}

header .topbar .navbar ul li:hover > ul {
	visibility: visible;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	opacity: 1;
	pointer-events: auto;
	margin: 0;
}

header .topbar .topbar-right {
	display: inline-block;
	float: right;
}

header .topbar .topbar-right .nav-icon, header .topbar .topbar-right .search-icon, header .topbar .topbar-right .social-media {
	display: inline-block;
}

header .topbar .topbar-right .search-icon {
	height: 60px;
}

header .topbar .topbar-right .search-icon .search-toggle {
	margin-top: 10px;
}

header .topbar .topbar-right .nav-icon a {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

header .topbar .topbar-right .search-icon .dropdown {
	width: auto;
	cursor: pointer;
}

header .topbar .topbar-right .search-icon .dropdown a {
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

header .topbar .topbar-right .search-icon .dropdown form {
	position: absolute;
	display: inline-block;
	width: 0;
	height: 60px;
	overflow: hidden;
	top: 0;
	right: -4px;
	-webkit-transition: width 0.35s ease-in-out;
	-moz-transition: width 0.35s ease-in-out;
	-ms-transition: width 0.35s ease-in-out;
	-o-transition: width 0.35s ease-in-out;
	transition: width 0.35s ease-in-out;
}

header .topbar .topbar-right .search-icon .dropdown.open form {
	width: 360px;
}

header .topbar .topbar-right .search-icon .dropdown form input {
	display: inline-block;
	width: 100%;
	height: 60px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 6px 20px;
}

header .topbar .topbar-right .search-icon .dropdown form button {
	position: absolute;
	right: 0;
	display: none;
}

header .topbar .topbar-right .social-media ul {
	display: inline-block;
}

header .topbar .topbar-right .social-media ul li {
	display: inline-block;
}

header .topbar .topbar-right .social-media ul li a {
	display: inline-block;
	padding: 15px 8px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.wpadminbar-open header .topbar {
	top: 32px;
}

header .topbar.sticky.open {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

header .logo-content {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 60px 0 0;
}

header .logo-content .brand-logo {
	display: inline-block;
	padding: 60px 0;
}

header .logo-content .brand-logo a, .sidebar-navigation .sidebar-content .sidebar-logo .brand-logo a {
	text-decoration: none;
	display: block;
}

header .logo-content .brand-logo a img, .sidebar-navigation .sidebar-content .sidebar-logo .brand-logo a img {
	display: inline-block;
}

header .logo-content .brand-logo a h1, .sidebar-navigation .sidebar-content .sidebar-logo .brand-logo a h1 {
	font-size: 14px;
	font-weight: 700;
	margin: 5px 0 0;
}

/*============================================================================
  >> 03. FEATURED POSTS CAROUSEL
  ============================================================================
*/
.featured-post-carousel {
	position: relative;
	display: inline-block;
	width: 100%;
}

.featured-post-carousel .post.slick-slide {
	margin: 0;
}

/*------- a) STYLE ONE -------*/
.featured-post-carousel .style-one {
	position: relative;
	display: inline-block;
	width: 100%;
}

.featured-post-carousel .style-one .featured-post {
	position: relative;
	text-align: center;
}

.featured-post-carousel .style-one .featured-post .featured-post-content {
	position: relative;
	display: inline-block;
	width: 80%;
	float: none;
	text-align: center;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail, .featured-post-carousel .style-four .featured-post .featured-post-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table, .featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap, .featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 0 50px;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap:before, .featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	-webkit-transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
	transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
	opacity: 0.6;
}

.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap:before {
	opacity: 0.3;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap:hover:before, .featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap:hover:before {
	opacity: 0.8;
}

.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap:hover:before {
	opacity: 0.6;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-cat, .featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-title {
	position: relative;
	display: inline-block;
	width: 100%;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-cat ul li, .featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-cat ul li {
	position: relative;
	display: inline-block;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-cat ul li a, .featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-cat ul li a {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-title h2, .featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-title h2 {
	position: relative;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	margin: 10px 0 25px;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-title h2:before, .featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-title h2:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -20px;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-title h2 a, .featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-title h2 a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-entry, .featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-entry {
	position: relative;
	padding: 25px 100px 0;
	opacity: 0;
	-webkit-transition: all 0.35s cubic-bezier(0.3, 0.2, 0.7, 1);
	-moz-transition: all 0.35s cubic-bezier(0.3, 0.2, 0.7, 1);
	-ms-transition: all 0.35s cubic-bezier(0.3, 0.2, 0.7, 1);
	-o-transition: all 0.35s cubic-bezier(0.3, 0.2, 0.7, 1);
	transition: all 0.35s cubic-bezier(0.3, 0.2, 0.7, 1);
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-entry p, .featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-entry p {
	display: inline-block;
	line-height: 24px;
	padding: 0 80px;
	text-align: center;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table:hover .featured-post-inwrap .post-entry, .featured-post-carousel .style-four .featured-post .featured-post-content:hover .featured-post-block .featured-post-inwrap .post-entry {
	padding: 10px 100px 0;
	margin: 0 !important;
	opacity: 1;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-entry .read-more-button a, .featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-entry .read-more-button a {
	display: inline-block;
	font-size: 12px;
	font-weight: 500px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	padding: 14px 31px;
	margin: 10px 0 0;
}

.featured-post-carousel .style-one .slick-prev {
	position: absolute;
	top: 50%;
	left: 12%;
	z-index: 1;
	width: 50px;
	height: 50px;
	font-size: 5px;
	border: 0;
	background-color: transparent;
}

.featured-post-carousel .style-one .slick-prev:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 14px;
	content: "\f177";
	width: 50px;
	height: 50px;
	left: -2px;
	top: -2px;
	text-align: center;
	line-height: 47px;
	border: 2px solid;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.featured-post-carousel .style-one .slick-next {
	position: absolute;
	top: 50%;
	right: 12%;
	z-index: 1;
	width: 50px;
	height: 50px;
	font-size: 5px;
	border: 0;
	background-color: transparent;
}

.featured-post-carousel .style-one .slick-next:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 14px;
	content: "\f178";
	width: 50px;
	height: 50px;
	left: -2px;
	top: -2px;
	text-align: center;
	line-height: 47px;
	border: 2px solid;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

/*------- b) STYLE TWO -------*/
.featured-post-carousel .style-two .featured-post {
	position: relative;
}

.featured-post-carousel .style-two .featured-post.slick-slide, .featured-post-carousel .style-four .featured-post.slick-slide {
	pointer-events: none;
}

.featured-post-carousel .style-two .featured-post.slick-slide.slick-active, .featured-post-carousel .style-four .featured-post.slick-slide.slick-active {
	pointer-events: auto;
}

.featured-post-carousel .style-two .featured-post .featured-post-image, .featured-post-carousel .style-three .featured-post .featured-post-image, .featured-post-carousel .style-four .featured-post .featured-post-image {
	position: relative;
	background-color: #000;
}

.featured-post-carousel .style-two .featured-post .featured-post-image img, .featured-post-carousel .style-three .featured-post .featured-post-image img, .featured-post-carousel .style-four .featured-post .featured-post-image img {
	opacity: 0.5;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.featured-post-carousel .style-two .featured-post .featured-post-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 40px 65px;
}

.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .featured-post-header, .featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .featured-post-header {
	position: relative;
	padding: 20px 0 0;
}

.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-cat ul li, .featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-cat ul li {
	position: relative;
	display: inline-block;
}

.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-cat ul li a, .featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-cat ul li a {
	font-size: 12px;
	letter-spacing: 1px;
}

.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2, .featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 1px;
	margin: 10px 0 0;
}

.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2 a, .featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2 a, .featured-post-carousel .style-five .featured-post .featured-post-content .featured-post-inwrap .post-title h2 a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .post-entry {
	position: relative;
	padding: 50px 0;
	-webkit-transition: all 0.4s cubic-bezier(0.3, 0.2, 0.7, 1);
	-moz-transition: all 0.4s cubic-bezier(0.3, 0.2, 0.7, 1);
	-ms-transition: all 0.4s cubic-bezier(0.3, 0.2, 0.7, 1);
	-o-transition: all 0.4s cubic-bezier(0.3, 0.2, 0.7, 1);
	transition: all 0.4s cubic-bezier(0.3, 0.2, 0.7, 1);
}

.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .post-entry p {
	text-align: left;
}

.featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .post-entry p {
	text-align: center;
}

.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .post-entry p, .featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .post-entry p {
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 0.3px;
}

.featured-post-carousel .style-two .featured-post .featured-post-content:hover .featured-post-inwrap .post-entry {
	margin: 0 !important;
	padding: 15px 0;
}

.featured-post-carousel .style-two .featured-post:hover .featured-post-image img, .featured-post-carousel .style-three .featured-post:hover .featured-post-image img {
	opacity: 0.3;
}

.featured-post-carousel .style-two .slick-next, .featured-post-carousel .style-three .slick-next, .featured-post-carousel .style-four .slick-next {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 30px;
	top: 45%;
	font-size: 0;
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.featured-post-carousel .style-four .slick-next {
	right: 100px;
}

.featured-post-carousel .style-two .slick-prev, .featured-post-carousel .style-three .slick-prev, .featured-post-carousel .style-four .slick-prev {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 30px;
	top: 45%;
	font-size: 0;
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 1;
}

.featured-post-carousel .style-four .slick-prev {
	left: 100px;
}

.featured-post-carousel .style-two .slick-next:before, .featured-post-carousel .style-three .slick-next:before, .featured-post-carousel .style-four .slick-next:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 14px;
	content: "\f178";
	line-height: 50px;
	width: 50px;
	height: 50px;
	top: -2px;
	left: -2px;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.featured-post-carousel .style-two .slick-prev:before, .featured-post-carousel .style-three .slick-prev:before, .featured-post-carousel .style-four .slick-prev:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 14px;
	content: "\f177";
	line-height: 50px;
	width: 50px;
	height: 50px;
	top: -2px;
	left: -2px;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.featured-post-carousel .style-two .slick-next:hover, .featured-post-carousel .style-two .slick-prev:hover, .featured-post-carousel .style-three .slick-next:hover, .featured-post-carousel .style-three .slick-prev:hover, .featured-post-carousel .style-four .slick-prev:hover, .featured-post-carousel .style-four .slick-next:hover {
	border: 2px solid rgba(255, 255, 255, 1);
}

.featured-post-carousel .style-two .slick-next:hover:before, .featured-post-carousel .style-two .slick-prev:hover:before, .featured-post-carousel .style-three .slick-next:hover:before, .featured-post-carousel .style-three .slick-prev:hover:before, .featured-post-carousel .style-four .slick-prev:hover:before, .featured-post-carousel .style-four .slick-next:hover:before {
	color: rgba(255, 255, 255, 1);
}

.featured-post-carousel .style-two ul.slick-dots, .featured-post-carousel .style-three ul.slick-dots {
	text-align: center;
	height: 15px;
	margin: 30px 0;
}

.featured-post-carousel .style-two ul.slick-dots li, .featured-post-carousel .style-three ul.slick-dots li {
	display: inline-block;
	height: 15px;
	padding: 0 3px;
}

.featured-post-carousel .style-two ul.slick-dots li button, .featured-post-carousel .style-three ul.slick-dots li button {
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	border: 0;
	outline: none;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

/*------- c) STYLE THREE -------*/
.featured-post-carousel .style-three {
	text-align: center;
	border-bottom: 1px solid #ececec;
}

.featured-post-carousel .style-three .featured-post {
	position: relative;
}

.featured-post-carousel .style-three .featured-post .featured-post-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-block {
	display: table;
	width: 100%;
	height: 100%;
}

.featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-block .featured-post-inwrap {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 0 120px;
}

.featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .post-entry {
	position: relative;
	padding: 30px 0;
	opacity: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.3, 0.2, 0.7, 1);
	-moz-transition: all 0.4s cubic-bezier(0.3, 0.2, 0.7, 1);
	-ms-transition: all 0.4s cubic-bezier(0.3, 0.2, 0.7, 1);
	-o-transition: all 0.4s cubic-bezier(0.3, 0.2, 0.7, 1);
	transition: all 0.4s cubic-bezier(0.3, 0.2, 0.7, 1);
}

.featured-post-carousel .style-three .featured-post .featured-post-content:hover .featured-post-inwrap .post-entry {
	padding: 10px 0;
	opacity: 1;
	margin: 0 !important;
}

/*------- c) STYLE FOUR -------*/
.featured-post-carousel .style-four .featured-post {
	position: relative;
	text-align: center;
}

/*------- d) STYLE FIVE -------*/
.featured-post-carousel .style-five .featured-post {
	position: relative;
	text-align: center;
	border: 0;
}

.featured-post-carousel .style-five .featured-post .featured-post-content {
	position: absolute;
	width: 100%;
	bottom: 80px;
	padding: 0 200px;
}

.featured-post-carousel .style-five .featured-post .featured-post-content .featured-post-inwrap {
	position: relative;
	background-color: #fff;
	padding: 50px 0;
}

.featured-post-carousel .style-five .featured-post .featured-post-content .featured-post-inwrap .post-cat ul li {
	position: relative;
	display: inline-block;
}

.featured-post-carousel .style-five .featured-post .featured-post-content .featured-post-inwrap .post-cat ul li a {
	font-size: 12px;
	font-weight: 500;
}

.featured-post-carousel .style-five .featured-post .featured-post-content .featured-post-inwrap .post-title h2 {
	font-size: 24px;
	font-weight: 900;
	line-height: 36px;
	letter-spacing: 0.5px;
	margin: 5px 0;
}

.featured-post-carousel .style-five .featured-post .featured-post-content .featured-post-inwrap .post-meta .post-date, .featured-post-carousel .style-five .featured-post .featured-post-content .featured-post-inwrap .post-meta .post-comment {
	display: inline-block;
	font-size: 12px;
	padding: 0 3px;
}

.featured-post-carousel .style-five .slick-prev {
	position: absolute;
	left: 50%;
	right: 0;
	bottom: -25px;
	width: 50px;
	height: 50px;
	border: 0;
	font-size: 0;
	z-index: 1;
	background-color: transparent;
	margin-left: -51px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.featured-post-carousel .style-five .slick-prev:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.featured-post-carousel .style-five .slick-next {
	position: absolute;
	right: 50%;
	bottom: -25px;
	width: 50px;
	height: 50px;
	border: 0;
	font-size: 0;
	z-index: 1;
	background-color: transparent;
	margin-right: -51px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.featured-post-carousel .style-five .slick-next:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f106";
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

/*============================================================================
  >> 04. FEATURED POSTS SECTION
  ============================================================================
*/

.featured-post-section {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 100px 0;
}

.featured-post-section {
	padding: 0 0 50px;
	text-align: center;
}

.section-title {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 0 70px;
}

.section-title:before {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	background-color: #ececec;
	left: 0;
	right: 0;
	top: -8px;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

.section-title h4 {
	display: inline-block;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 3px;
	margin: 0 0;
}

.axathemes-custom-title.section-title h4 {
	font-weight: 900 !important;
	margin: 0 !important;
}

.axathemes-align-left.axathemes-custom-title,
.axathemes-align-left.axathemes-custom-title p {
	text-align: left !important;
}

.axathemes-align-left.axathemes-custom-title h4 {
	margin: 8px 0 0 30px !important;
}

.axathemes-align-left.axathemes-custom-title p {
	padding: 0 0 0 30px;
	margin: 0;
}

.axathemes-align-left.axathemes-custom-title:before {
	right: auto !important;
}

.axathemes-align-right.axathemes-custom-title,
.axathemes-align-right.axathemes-custom-title p {
	text-align: right !important;
}

.axathemes-align-right.axathemes-custom-title h4 {
	margin: 8px 30px 0 0 !important;
}

.axathemes-align-right.axathemes-custom-title p {
	padding: 0 30px 0 0;
	margin: 0;
}

.axathemes-align-right.axathemes-custom-title:before {
	left: auto !important;
}

.section-title h4 a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.section-title p {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center !important;
}

.featured-post-section .right-column {
	float: right;
}

.featured-post-section .post {
	width: 100%;
}

.featured-post-section .post, .featured-post-section .post .post-type-image {
	position: relative;
}

.featured-post-section .post .post-type-image a {
	position: relative;
	display: block;
	overflow: hidden;
}

.featured-post-section .post .post-type-image a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	content: '';
	-webkit-transition: -webkit-transform 0.65s;
	-ms-transition: -ms-transform 0.65s;
	-o-transition: -o-transform 0.65s;
	transition: transform 0.65s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-ms-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-o-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.featured-post-section .post .post-type-image a:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	-ms-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	-o-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.featured-post-section .post .post-title {
	display: inline-block;
	width: 100%;
}

.featured-post-section .post .post-title h2 {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-weight: 900;
	margin: 15px 0 0;
}

.featured-post-section .post .post-title h2 a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.featured-post-section .post .post-date {
	display: inline-block;
	width: 100%;
	font-size: 12px;
}

.featured-post-section .post .post-detail {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.featured-post-section .post .post-detail:before {
	position: absolute;
	content: '';
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	margin: auto;
	background-color: #000;
	opacity: 0.5;
	-webkit-transition: opacity 0.35s ease-in-out;
	-moz-transition: opacity 0.35s ease-in-out;
	-ms-transition: opacity 0.35s ease-in-out;
	-o-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

.featured-post-section .post .post-detail .post-inwrap {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

.featured-post-section .post .post-detail .post-inwrap .post-content {
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 0 50px;
}

.featured-post-section .post .post-detail .post-inwrap .post-content .post-title h2 {
	font-size: 21px;
	line-height: 28px;
	letter-spacing: 1px;
	margin: 10px 0 15px;
}

.featured-post-section .post .post-detail .post-inwrap .post-content .post-title h2 a em {
	font-weight: 400;
}

.featured-post-section .post .post-detail .post-inwrap .post-content .read-more {
	margin: 0;
}

.featured-post-section .post .post-detail .post-inwrap .post-content .read-more a {
	padding: 8px 30px;
	background-color: transparent;
	border: 2px solid;
}

.featured-post-section .post .post-detail:hover:before {
	opacity: 0.8;
}

.featured-post-section {
	text-align: center;
	padding: 0 0 50px;
}

/*============================================================================
  >> 05. FEATURED ARTICLES
  ============================================================================
*/

.featured-articles {
	position: relative;
}

.featured-articles .featured-articles-content {
	position: relative;
}

.featured-articles .featured-articles-content .featured-main-slider ul li {
	position: relative;
	display: inline-block;
	margin: 0;
}

.featured-articles .featured-articles-content .featured-main-slider ul li .post-type-image {
	position: relative;
}

.featured-articles .featured-articles-content .featured-main-slider ul li .post-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.featured-articles .featured-articles-content .featured-main-slider ul li .post-content .post-block {
	display: table;
	width: 100%;
	height: 100%;
}

.featured-articles .featured-articles-content .featured-main-slider ul li .post-content .post-block .post-inwrap {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 0 100px;
}

.featured-articles .featured-articles-content .featured-main-slider ul li .post-content .post-block .post-inwrap .post-cat ul li {
	position: relative;
	display: inline-block;
}

.featured-articles .featured-articles-content .featured-main-slider ul li .post-content .post-block .post-inwrap .post-cat ul li a {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
}

.featured-articles .featured-articles-content .featured-main-slider ul li .post-content .post-block .post-inwrap .post-title h2 {
	font-size: 18px;
	font-weight: 900;
	line-height: 26px;
	letter-spacing: 0.5px;
	margin: 10px 0;
}

.featured-articles .featured-articles-content .featured-main-slider ul li .post-content .post-block .post-inwrap .post-title h2 a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.featured-articles .featured-articles-content .featured-main-slider button.slick-prev {
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 1;
}

.featured-articles .featured-articles-content .featured-main-slider button.slick-next {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li {
	margin: 0;
	padding: 17px 0;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li:first-child {
	padding: 0 0 17px;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li ~ li {
	border-top: 1px solid #ececec;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li a {
	display: block;
	float: left;
	width: 100%;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li a .post-type-image {
	display: inline-block;
	float: left;
	max-width: 100px;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li a .post-content {
	margin: 0 0 0 115px;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li a .post-content .post-date {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li a .post-content .post-title h2 {
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	margin: 5px 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li a .post-content .post-comment {
	font-size: 12px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.featured-articles.articles-style-two {
	position: relative;
	padding: 100px 0;
	border: 0;
	text-align: center;
	overflow: hidden;
	margin: 0 0 50px;
}

.featured-articles.articles-style-two .featured-article-slider {
	position: relative;
	display: inline-block;
	z-index: 1;
	float: none;
}

.featured-articles.articles-style-two .featured-article-slider:before {
	position: absolute;
	content: '';
	width: 95%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.15);
	top: -50px;
	left: -35px;
	z-index: -1;
}

.featured-articles.articles-style-two .featured-article-slider:after {
	position: absolute;
	content: '';
	width: 95%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.15);
	bottom: -50px;
	right: -35px;
	z-index: -1;
}

.featured-articles.articles-style-two .featured-article-slider ul li {
	margin: 0;
	position: relative;
}

.featured-articles.articles-style-two .featured-article-slider ul li .post-type-image {
	position: relative;
	display: block;
	background-color: #000;
}

.featured-articles.articles-style-two .featured-article-slider ul li .post-type-image img {
	opacity: 0.5;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.featured-articles.articles-style-two .featured-article-slider ul li:hover .post-type-image img {
	opacity: 0.2;
}

.featured-articles.articles-style-two .featured-article-slider ul li .post-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.featured-articles.articles-style-two .featured-article-slider ul li .post-content .post-block {
	display: table;
	width: 100%;
	height: 100%;
}

.featured-articles.articles-style-two .featured-article-slider ul li .post-content .post-block .post-inwrap {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 0 80px;
}

.featured-articles.articles-style-two .featured-article-slider ul li .post-content .post-block .post-inwrap .post-cat ul li {
	display: inline-block;
}

.featured-articles.articles-style-two .featured-article-slider ul li .post-content .post-block .post-inwrap .post-cat ul li a {
	font-size: 12px;
}

.featured-articles.articles-style-two .featured-article-slider ul li .post-content .post-block .post-inwrap .post-title h2 {
	font-size: 18px;
	font-weight: 900;
	margin: 10px 0;
	line-height: 26px;
	letter-spacing: 0.7px;
}

.featured-articles.articles-style-two .featured-article-slider ul li .post-content .post-block .post-inwrap .post-title h2 a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.featured-articles.articles-style-two .featured-article-slider button.slick-prev {
	position: absolute;
	left: -150px;
	top: 50%;
	width: 30px;
	height: 30px;
	font-size: 0;
	border: 0;
	background-color: transparent;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.featured-articles.articles-style-two .featured-article-slider button.slick-prev:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 21px;
	font-weight: 900;
	content: "\f104";
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.featured-articles.articles-style-two .featured-article-slider button.slick-next {
	position: absolute;
	right: -150px;
	top: 50%;
	width: 30px;
	height: 30px;
	font-size: 0;
	border: 0;
	background-color: transparent;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.featured-articles.articles-style-two .featured-article-slider button.slick-next:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 21px;
	font-weight: 900;
	content: "\f105";
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

/*============================================================================
  >> 06. MOST POPULAR POSTS
  ============================================================================
*/

.most-popular-posts > .container {
	padding-right: 0;
	padding-left: 0;
}

.most-popular-posts {
	position: relative;
	overflow: hidden;
}

.most-popular-posts .most-popular-sublime {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 150px;
	font-weight: 700;
	bottom: -45%;
	left: 0;
}

.most-popular-posts .most-popular-content {
	position: relative;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ececec;
	padding: 50px 0;
}

.most-popular-posts .most-popular-content {
	border-top: 0;
	border-bottom: 0;
}

.most-popular-posts .most-popular-content .post {
	margin: 0;
}

.most-popular-posts .most-popular-content .post .post-type-image {
	position: relative;
	float: left;
	max-width: 100px;
}

.most-popular-posts .most-popular-content .post .post-type-image a {
	position: relative;
	display: block;
	overflow: hidden;
}

.most-popular-posts .most-popular-content .post .post-type-image a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	content: '';
	-webkit-transition: -webkit-transform 0.55s;
	-ms-transition: -ms-transform 0.55s;
	-o-transition: -o-transform 0.55s;
	transition: transform 0.55s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-ms-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-o-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.most-popular-posts .most-popular-content .post .post-type-image a:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	-ms-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	-o-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.most-popular-posts .most-popular-content .post .post-content {
	margin: 0 0 0 115px;
	padding-right: 10px;
}

.most-popular-posts .most-popular-content .post .post-content .post-date {
	display: inline-block;
	width: 100%;
	font-size: 12px;
}

.most-popular-posts .most-popular-content .post .post-content .post-title h2 {
	font-size: 12px;
	font-weight: 900;
	line-height: 22px;
	margin: 5px 0;
}

.most-popular-posts .most-popular-content .post .post-content .post-title h2 a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.most-popular-posts .most-popular-content .post .post-content .post-comment {
	font-size: 12px;
}

.most-popular-posts .most-popular-content .slick-prev {
	position: absolute;
	left: -50px;
	top: 66px;
	width: 35px;
	height: 35px;
	background-color: transparent;
	border: 0;
	font-size: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.most-popular-posts .most-popular-content .slick-next {
	position: absolute;
	right: -50px;
	top: 66px;
	width: 35px;
	height: 35px;
	background-color: transparent;
	border: 0;
	font-size: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.most-popular-posts .most-popular-content .slick-prev:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 14px;
	font-weight: 900;
	content: "\f104";
	width: 35px;
	height: 35px;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 35px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.most-popular-posts .most-popular-content .slick-next:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 14px;
	font-weight: 900;
	content: "\f105";
	width: 35px;
	height: 35px;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 35px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

/*============================================================================
  >> 07. CATEGORY POSTS
  ============================================================================
*/

.category-posts {
	position: relative;
}

.category-posts .category-post-content {
	margin: 80px 0 0;
}

.category-posts .category-post-content .post {
	margin: 0 0 30px;
}

.category-posts .category-post-content .post.post-style-grid {
	text-align: center;
}

.category-posts .category-post-content .post .post-type-image {
	position: relative;
	margin: 0 0 20px;
}

.category-posts .category-post-content .post .post-cat ul li a {
	font-size: 12px;
}

.category-posts .category-post-content .post .post-title h2 {
	font-size: 18px;
	font-weight: 900;
	line-height: 26px;
	margin: 5px 0;
}

.category-posts .category-post-content .post .post-title h2 a, .category-post-column .post .post-title h2 a, .category-post-column .category-post-list ul li .post-content .post-title h2 a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.category-posts .category-post-content .post .post-date {
	font-size: 12px;
}

.category-posts .category-post-content .post .post-entry {
	margin: 20px 0 0;
}

.category-post-column {
	position: relative;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ececec;
	padding: 50px 0 0;
}

.category-post-column {
	border-top: 0;
	padding: 20px 0 0;
}

.category-post-column .post .post-header {
	margin: 0;
}

.category-post-column .post .post-header .post-type-image {
	position: relative;
	display: inline-block;
	width: 100%;
}

.category-post-column .post .post-header .post-type-image a {
	position: relative;
	display: block;
	overflow: hidden;
}

.category-post-column .post .post-header .post-type-image a img {
	-webkit-transition: -webkit-transform 1s, opacity 0.35s ease-in-out;
	-ms-transition: -ms-transform 1s, opacity 0.35s ease-in-out;
	-o-transition: -o-transform 0.1s, opacity 0.35s ease-in-out;
	transition: transform 1s, opacity 0.35s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.category-post-column .post .post-header .post-type-image a:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-ms-transition: scale3d(1.1, 1.1, 1);
	-o-transition: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
	opacity: 0.7;
}

.category-post-column .post .post-header .post-cat {
	position: absolute;
	bottom: 5px;
	padding: 10px;
}

.category-post-column .post .post-header .post-cat ul li a {
	padding: 4px 5px;
}

.category-post-column .post .post-title h2 {
	font-size: 18px;
	font-weight: 900;
	line-height: 26px;
}

.category-post-column .post .post-date {
	font-size: 12px;
}

.category-post-column .post .post-entry {
	margin: 20px 0 0;
}

.category-post-column .category-post-list ul{
	margin:0!important;
	list-style:none!important;
}

.category-post-column .category-post-list ul li {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 25px 0;
}

.category-post-column .category-post-list ul li:first-child {
	padding: 0 0 25px;
}

.category-post-column .category-post-list ul li ~ li {
	border-top: 1px solid #ececec;
}

.category-post-column .category-post-list ul li .post-type-image {
	display: inline-block;
	float: left;
	max-width: 100px;
}

.category-post-column .category-post-list ul li .post-type-image a {
	position: relative;
	display: block;
	overflow: hidden;
}

.category-post-column .category-post-list ul li .post-type-image a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	content: '';
	-webkit-transition: -webkit-transform 0.65s;
	transition: transform 0.65s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.category-post-column .category-post-list ul li .post-type-image a:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.category-post-column .category-post-list ul li .post-content {
	margin: 0 0 0 115px;
}

.category-post-column .category-post-list ul li .post-content .post-date {
	font-size: 12px;
}

.category-post-column .category-post-list ul li .post-content .post-title h2 {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.2px;
	line-height: 20px;
	margin: 3px 0;
}

.category-post-column .category-post-list ul li .post-content .post-comment a {
	font-size: 12px;
}

.category-post-column .category-post-list .view-all-button {
	position: relative;
	margin: 25px 0 0;
}

.category-post-column .category-post-list .view-all-button a {
	display: block;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	text-align: center;
	border: 2px solid;
	padding: 15px 0;
}

/*============================================================================
  >> 08. SIDEBAR NAVIGATION
  ============================================================================
*/
.sidebar-navigation {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10001;
	width: 377px;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
	transform: translate(100%, 0px);
	-webkit-transform: translate(100%, 0px);
	-o-transform: translate(100%, 0px);
	-ms-transform: translate(100%, 0px);
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
}

.admin-bar .sidebar-navigation {
	padding-top:32px;
}

.sidebar-navigation .sidebar-scroll {
	position: relative;
	overflow-y: scroll;
	height: 100%;
	margin-right: -17px;
	padding-right: 17px;
}

.sidebar-navigation.open {
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
}

.sidebar-navigation .sidebar-close {
	position: relative;
	margin: 15px 0 0;
	text-align: center;
}

.sidebar-navigation .sidebar-close a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.sidebar-overlay {
	position: fixed;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	background-color: #000;
	z-index: 100;
	-moz-transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
	-o-transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
	transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
}

.sidebar-navigation-menu-open .sidebar-overlay {
	visibility: visible;
	opacity: 0.3;
	pointer-events: initial;
}

.wrapper {
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
}

.sidebar-navigation .sidebar-content {
	width: 100%;
	overflow: hidden;
	padding: 0 30px;
}

.sidebar-navigation .sidebar-content .sidebar-logo {
	position: relative;
	display: block;
	text-align: center;
	padding: 30px 20px 80px;
}

.sidebar-navigation .sidebar-content .sidebar-nav {
	position: relative;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li {
	position: relative;
	display: block;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li ~ li {
	border-top: 1px solid #fff;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li ul {
	display: none;
	border-top: 1px solid #fff;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li a {
	position: relative;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	padding: 15px 20px;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li ul li a {
	padding: 15px 20px 15px 30px;
	border-left: 10px solid;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li ul li ul li a {
	padding: 15px 20px 15px 40px;
	border-left: 20px solid;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li.menu-item-has-children > a:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f0d7";
	font-size: 14px;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	border-left: 1px solid #fff;
	text-align: center;
	line-height: 50px;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li.menu-item-has-children > a.expanded:before {
	content: "\f0d8";
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li ul li a {
	letter-spacing: 0.5px;
	font-weight: 500;
	text-transform: capitalize;
}

.sidebar-navigation .sidebar-content .sidebar-social {
	display: inline-block;
	width: 100%;
	margin: 50px 0 30px;
	text-align: center;
}

.sidebar-navigation .sidebar-content .sidebar-social ul li {
	display: inline-block;
	padding: 0 10px;
}

.sidebar-navigation .sidebar-content .sidebar-social ul li a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.sidebar-navigation .sidebar-content .sidebar-copyright {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.sidebar-navigation .sidebar-content .sidebar-copyright p {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
}

.sidebar-navigation .sidebar-content .sidebar-copyright p a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

/*============================================================================
  >> 09. MY FAVORITES SECTION
  ============================================================================
*/
.my-favorites {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
}

.my-favorites .my-favorite-sublime {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 150px;
	font-weight: 700;
	top: -15px;
	left: 0;
	color: rgba(255, 255, 255, 0.2);
}

.my-favorites .my-favorites-content {
	position: relative;
}

.my-favorites .my-favorites-content ul li {
	position: relative;
	padding: 0 1px;
}

.my-favorites .post-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.my-favorites .post-content .post-block {
	display: table;
	width: 100%;
	height: 100%;
}

.my-favorites .post-content .post-block .post-inwrap {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 0 50px;
}

.my-favorites .post-type-image {
	position: relative;
	background-color: #000;
}

.my-favorites .post-type-image img {
	opacity: 0.5;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.my-favorites .my-favorites-slider li:hover img {
	opacity: 0.2;
}

.my-favorites .post-content .post-cat ul li {
	position: relative;
	display: inline-block;
}

.my-favorites .post-content .post-cat ul li a {
	font-size: 12px;
	font-weight: 500;
}

.my-favorites .post-content .post-title h2 {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.5px;
	margin: 5px 0;
}

.my-favorites .post-content .post-title h2 a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.my-favorites .my-favorites-content .slick-prev {
	position: absolute;
	top: 50%;
	left: -40px;
	width: 30px;
	height: 30px;
	font-size: 0;
	border: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.my-favorites .my-favorites-content .slick-prev:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f104";
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	color: #fff;
	top: 0;
	left: 0;
}

.my-favorites .my-favorites-content .slick-next {
	position: absolute;
	top: 50%;
	right: -40px;
	width: 30px;
	height: 30px;
	font-size: 0;
	border: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.my-favorites .my-favorites-content .slick-next:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	color: #fff;
	top: 0;
	left: 0;
}

.my-favorites .my-favorites-content ul.slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	margin: 20px 0 0;
}

.my-favorites .my-favorites-content ul.slick-dots li {
	display: inline-block;
}

.my-favorites .my-favorites-content ul.slick-dots li button {
	display: inline-block;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	border: 0;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.my-favorites .my-favorites-content ul.slick-dots li.slick-active button {
	background-color: rgba(255, 255, 255, 1);
}

/*============================================================================
  >> 10. BLOG POSTS
  ============================================================================
*/
.post {
	margin: 0 0 50px;
}

.post .post-type-video, .post .post-type-audio {
	position: relative;
}

.post .post-type-video iframe, .post .post-type-video object, .post .post-type-video embed, .post .post-type-audio iframe, .post .post-type-audio object, .post .post-type-audio embed {
	border: 0;
	width: 100%;
}

.post .post-type-gallery {
	position: relative;
}

.post .post-type-gallery a {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	background-color: #000;
}

.post .post-type-gallery a img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	-webkit-transition: -webkit-transform 1s, opacity 0.35s ease-in-out;
	-ms-transition: -ms-transform 1s, opacity 0.35s ease-in-out;
	-o-transition: -o-transform 0.1s, opacity 0.35s ease-in-out;
	transition: transform 1s, opacity 0.35s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.post .post-type-gallery a:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-ms-transition: scale3d(1.1, 1.1, 1);
	-o-transition: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
	opacity: 0.7;
}

.post .post-header {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 20px 0 30px;
}

.post .post-header .post-cat ul li {
	position: relative;
	display: inline-block;
}

.post .post-header .post-cat ul li a {
	font-size: 12px;
	font-weight: 500;
}

.post .post-header .post-title h2 {
	position: relative;
	display: inline-block;
	font-size: 26px;
	font-weight: 900;
	line-height: 36px;
	margin: 0;
}

.post .post-header .post-title h2:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -15px;
}

.post .post-header .post-title h2 em {
	font-weight: 700;
}

.post .post-header .post-title h2 a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.post .post-entry {
	position: relative;
}

.post .post-entry p {
	line-height: 26px;
	text-align: justify;
}

.post .read-more {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 25px 0 0;
}

.post .read-more a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.post .read-more a span {
	display: inline-block;
	padding: 15px 25px;
	-webkit-transition: 0.65s all cubic-bezier(0.5, 2, 0.5, 0.75);
	-moz-transition: 0.65s all cubic-bezier(0.5, 2, 0.5, 0.75);
	-ms-transition: 0.65s all cubic-bezier(0.5, 2, 0.5, 0.75);
	-o-transition: 0.65s all cubic-bezier(0.5, 2, 0.5, 0.75);
	transition: 0.65s all cubic-bezier(0.5, 2, 0.5, 0.75);
}

.post .read-more a span:before {
	position: absolute;
	width: 100%;
	top: 100%;
	content: attr(data-hover);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	padding: 15px 25px;
	left: 0;
}

.post .read-more a:hover span {
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.post .post-meta {
	position: relative;
	display: inline-block;
	width: 100%;
}

.post .post-meta .post-comment {
	display: inline-block;
	padding: 0 0 0 7px;
}

.post .post-meta .post-comment a {
	display: inline-block;
	font-size: 12px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.post .post-footer {
	display: inline-block;
	width: 100%;
	border: 1px solid;
	margin: 35px 0 0;
}

.post .post-footer .post-meta-item {
	display: inline-block;
	padding-top: 17px;
	padding-bottom: 17px;
}

.post .post-footer .post-meta-item ~ .post-meta-item {
	border-left: 1px solid;
}

.post .post-date {
	display: inline-block;
	font-weight: 500;
}

.post .post-share {
	list-style: none!important;
	margin:0!important;
	display: inline-block;
}

.post .post-share li {
	display: inline-block;
}

.post .post-share li a {
	position: relative;
	display: inline-block;
	width: 30px;
	font-size: 13px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	text-align: center;
}

.post .post-share li a span {
	position: absolute;
	bottom: 12px;
	left: -25px;
	right: -25px;
	padding: 8px 5px;
	z-index: -1;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	background-color: #000;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	-o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	z-index: 1;
}

.post .post-share li a span:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	bottom: -5px;
	left: 35px;
}

.post .post-share li a:hover span {
	bottom: 28px;
	visibility: visible;
	opacity: 1;
}

.post .post-footer .post-meta-item .post-comment a, .post .post-footer .post-meta-item .post-comment i {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.post.sticky {
	border-top: 2px solid #f8a795;
}

.post.sticky .post-footer, .post.sticky .post-footer .post-meta-item ~ .post-meta-item {
	border-color: #f8a795;
}

/*------- a) Home Style One -------*/
.post.post-style-full .post-header, .post.post-style-grid .post-header {
	text-align: center;
}

.post.post-style-grid .post-type-image a, .post.post-style-grid .post-type-image a, .category-posts .category-post-content .post .post-type-image a {
	position: relative;
	display: block;
	overflow: hidden;
}

.post.post-style-grid .post-type-image a img, .post.post-style-grid .post-type-image a img, .category-posts .category-post-content .post .post-type-image a img {
	-webkit-transition: -webkit-transform 1s, opacity 0.35s ease-in-out;
	-ms-transition: -ms-transform 1s, opacity 0.35s ease-in-out;
	-o-transition: -o-transform 0.1s, opacity 0.35s ease-in-out;
	transition: transform 1s, opacity 0.35s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.post.post-style-grid .post-type-image a:hover img, .post.post-style-grid .post-type-image a:hover img, .category-posts .category-post-content .post .post-type-image a:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-ms-transition: scale3d(1.1, 1.1, 1);
	-o-transition: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
	opacity: 0.7;
}

.post.post-style-full .post-type-image a, .post.post-style-full .post-type-image a {
	position: relative;
	display: block;
	overflow: hidden;
}

.post.post-style-full .post-type-image a img, .post.post-style-full .post-type-image a img {
	-webkit-transition: -webkit-transform 1s, opacity 0.35s ease-in-out;
	-ms-transition: -ms-transform 1s, opacity 0.35s ease-in-out;
	-o-transition: -o-transform 0.1s, opacity 0.35s ease-in-out;
	transition: transform 1s, opacity 0.35s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.post.post-style-full .post-type-image a:hover img, .post.post-style-full .post-type-image a:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-ms-transition: scale3d(1.1, 1.1, 1);
	-o-transition: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
	opacity: 0.7;
}

.post.post-style-grid .post-header .post-title {
	padding: 7px 0;
}

.post.post-style-grid .post-header .post-title h2 {
	font-size: 18px;
	line-height: 24px;
}

.post.post-style-grid .post-header .post-title h2:before {
	position: absolute;
	content: none;
}

.post.post-style-grid .post-header {
	margin: 20px 0;
}

.post.post-style-grid .post-header .post-date {
	font-size: 12px;
}

.post.post-style-grid .post-entry p {
	line-height: 24px;
}

/*------- b) Home Style Two - Three -------*/
.blog-main {
	margin: 50px 0;
}

.post.post-style-full .post-header, .post.post-style-full .post-footer, .post.post-style-full .read-more {
	text-align: center;
}

.post.post-style-list, .post.post-style-list {
	margin: 0;
}

.post.post-style-list:last-of-type, .post.post-style-list:last-of-type {
	margin: 0 0 50px;
}

.post.post-style-list ~ .post.post-style-list .post-content, .post.post-style-list ~ .post.post-style-list .post-content {
	border-top: 1px solid #ececec;
}

.post.post-style-list .post-content, .post.post-style-list .post-content {
	padding: 30px 0;
}

.post.post-style-list .post-content .post-type-image, .post.post-style-list .post-content .post-type-image {
	position: relative;
}

.post.post-style-list .post-content .post-type-image a {
	position: relative;
	display: block;
	overflow: hidden;
}

.post.post-style-list .post-content .post-type-image a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	content: '';
	-webkit-transition: -webkit-transform 0.65s;
	-ms-transition: -ms-transform 0.65s;
	-o-transition: -o-transform 0.65s;
	transition: transform 0.65s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-ms-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-o-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.post.post-style-list .post-content .post-type-image a:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	-ms-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	-o-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.post.post-style-list .post-header {
	margin: 0 0 10px;
	text-align: left !important;
}

.post.post-style-list .post-header .post-title h2 {
	font-size: 18px;
	line-height: 28px;
}

.post.post-style-list .post-header .post-title h2:before {
	content: none;
}

.post.post-style-list .post-date {
	font-size: 12px;
}

/*============================================================================
  >> 11. SIDEBAR
  ============================================================================
*/
.sidebar {
	display: inline-block;
}

.wpb_wrapper .sidebar {
	width: 100%;
}

.sidebar .sidebar-content {
	position: relative;
	display: inline-block;
	width: 100%;
}

.sidebar .sidebar-content .widget:not(.social-widget) {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 0 30px;
	padding: 0 30px 30px 30px;
}

.sidebar .sidebar-content .widget:last-child {
	margin: 0;
}

.sidebar .sidebar-content .widget .widget-title {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-bottom: 2px solid;
	margin: 0 0 30px;
}

.sidebar .sidebar-content .widget .widget-title h4 {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 20px 0;
}

.widget select {
	max-width: 100%;
}

.widget_archive select, .widget_categories select {
	min-width: 100%;
}

.widget:not(.social-widget) ul li ~ li {
	border-top: 1px solid #ececec;
}

.widget:not(.social-widget) ul li {
	font-size: 12px;
	font-weight: 700;
	position: relative;
	display: block;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	padding: 15px 0 15px 10px;
}

.widget ul li .children, .widget ul li .sub-menu {
	margin-bottom: -15px;
}

.widget ul li.page_item_has_children {
	padding-bottom: 0;
}

.widget:not(.social-widget) ul li a {
	color: inherit;
	text-decoration: none;
}

.widget:not(.social-widget) ul li:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f105";
	left: 0;
}

.widget:not(.social-widget) ul li:first-child a {
	padding-top: 0;
}

.widget:not(.social-widget) ul li:last-child a {
	padding-bottom: 0;
}

.widget:not(.social-widget) ul li a span {
	display: inline-block;
	padding: 0 0 0 10px;
}

.widget:not(.social-widget) ul li:hover {
	padding-left: 17px;
}

.widget_rss .widget-title img {
	display: inline-block;
}

.widget_rss .rssSummary {
	margin: 10px 0;
}

/*------- a) About Widget -------*/
.sidebar .sidebar-content .widget.about-widget {
	display: block;
	padding: 0;
}

.sidebar .sidebar-content .widget.about-widget img {
	width: 100%;
}

.about-widget .about-widget-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.about-widget .about-widget-content .about-widget-inwrap {
	display: table;
	width: 100%;
	height: 100%;
}

.about-widget .about-widget-content .about-widget-inwrap .about-widget-detail {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding: 0 20px;
}

.about-widget .about-widget-content .about-widget-inwrap .about-widget-detail h4 {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 10px 0;
}

.about-widget .about-widget-content .about-widget-inwrap .about-widget-detail span {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1.5px;
	margin: 0 0 10px;
}

.about-widget .about-widget-content .about-widget-inwrap .about-widget-detail .post-entry p {
	display: inline-block;
	line-height: 24px;
}

.about-widget .about-widget-content .about-widget-inwrap .about-widget-detail .read-more {
	margin: 10px 0 0;
}

.about-widget .about-widget-content .about-widget-inwrap .about-widget-detail .read-more a {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 30px;
	border: 2px solid;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.about-widget .about-widget-content:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

/*------- search widget -------*/

.widget_search input {
	margin-top: 30px;
}

.widget_search button {
	display: none;
}

/*------- b) Social Widget -------*/
.widget.social-widget {
	background: transparent;
	padding: 0;
	display: inline-block;
	width: 100%;
	margin: 0 0 30px;
}

.widget.social-widget ul {
	margin: 0 !important;
	list-style: none !important;
}

.widget.social-widget ul li {
	margin: 0 0 7px;
}

.widget.social-widget ul li:last-child {
	margin: 0;
}

.widget.social-widget ul li a {
	position: relative;
	display: block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
}

.widget.social-widget ul li a div {
	position: relative;
	z-index: 1;
}

.widget.social-widget ul li a:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 100%;
	-webkit-transition: width 0.45s ease-in-out;
	-moz-transition: width 0.45s ease-in-out;
	-ms-transition: width 0.45s ease-in-out;
	-o-transition: width 0.45s ease-in-out;
	transition: width 0.45s ease-in-out;
	z-index: 0;
}

.widget.social-widget ul li a:hover:before {
	width: 100%;
}

.widget.social-widget ul li a i {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin: 0 10px 0 0;
	z-index: 1;
}

.widget.social-widget ul li a em {
	display: inline-block;
	font-weight: 300;
	margin: 0 0 0 3px;
}

.widget.social-widget ul li a span {
	display: inline-block;
	float: right;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 30px 0 0;
	line-height: 50px;
}

.widget.social-widget ul li a.facebook {
	background-color: #3b5998;
}

.widget.social-widget ul li a.facebook:before {
	background-color: #5872a7;
}

.social-widget ul li a.facebook i {
	background-color: #5872a7;
}

.widget.social-widget ul li a.twitter {
	background-color: #00aced;
}

.widget.social-widget ul li a.twitter:before {
	background-color: #26b8f0;
}

.widget.social-widget ul li a.twitter i {
	background-color: #26b8f0;
}

.widget.social-widget ul li a.pinterest {
	background-color: #cb2027;
}

.widget.social-widget ul li a.pinterest i {
	background-color: #d34147;
}

.widget.social-widget ul li a.pinterest:before {
	background-color: #d34147;
}

.widget.social-widget ul li a.instagram {
	background-color: #125688;
}

.widget.social-widget ul li a.instagram i {
	background-color: #356f9a;
}

.widget.social-widget ul li a.instagram:before {
	background-color: #356f9a;
}

.widget.social-widget ul li a.google-plus {
	background-color: #dd4b39;
}

.widget.social-widget ul li a.google-plus i {
	background-color: #d34147;
}

.widget.social-widget ul li a.google-plus:before {
	background-color: #d34147;
}

/*------- c) Favorite Widget -------*/
.favorite-widget {
	display: inline-block;
	width: 100%;
	padding: 0 30px 30px 30px;
}

.favorite-widget .post {
	position: relative;
	display: block;
	float: left;
	padding: 15px 0;
	margin: 0;
	text-align: left;
}

.favorite-widget .post:first-of-type {
	padding-top: 0;
}

.favorite-widget .post:last-of-type {
	padding-bottom: 0;
}

.favorite-widget .post ~ .post {
	border-top: 1px solid #ececec;
}

.favorite-widget .post .post-type-image {
	float: left;
	max-width: 100px;
}

.favorite-widget .post .post-type-image a {
	position: relative;
	display: block;
	overflow: hidden;
}

.favorite-widget .post .post-type-image a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	content: '';
	-webkit-transition: -webkit-transform 0.65s;
	transition: transform 0.65s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.favorite-widget .post .post-type-image a:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.favorite-widget .post .post-content {
	margin: 0 0 0 115px;
}

.favorite-widget .post .post-content .post-date {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	font-weight: 500;
}

.favorite-widget .post .post-content .post-title h2 {
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	line-height: 24px;
	margin: 0;
}

.favorite-widget .post .post-content .post-title h2 a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.favorite-widget .post .post-content .post-comment {
	font-size: 12px;
}

/*============================================================================
  >> 12. SUBSCRIBE SECTION
  ============================================================================
*/

.widget_mc4wp_form_widget {
	padding: 80px 0;
	text-align: center;
}

.widget_mc4wp_form_widget .section-title {
	margin: 0;
}

.widget_mc4wp_form_widget .section-title:before {
	top: 15px;
}

.widget_mc4wp_form_widget form div {
	display: inline-block;
	float: none;
}

.widget_mc4wp_form_widget form div input {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	height: 55px;
	margin-top: 70px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.widget_mc4wp_form_widget form div button {
	display: inline-block;
	margin: 20px 0 0;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 60px;
	width: 165px;
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/*============================================================================
  >> 13. PAGE
  ============================================================================
*/
.page-post .page-title {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 0 50px;
}

.page-post .page-title:before {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	background-color: #ececec;
	left: 0;
	right: 0;
	top: -8px;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

.page-post .page-title h1 {
	display: inline-block;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 3px;
	margin: 0 0;
}

.page-post .page-title p {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
}

.page-post .post-type-slider {
	position: relative;
	margin: 0 0 20px;
}

.page-post .post-type-slider .flex-prev {
	right: 58px;
	bottom: 15px;
	top: inherit;
	left: inherit;
	width: 40px;
	height: 40px;
	opacity: 1;
	font-size: 0;
}

.page-post .post-type-slider .flex-direction-nav, .page-post .post-type-slider .slides {
	list-style: none;
	margin: 0;
}

.page-post .post-type-slider .flex-next {
	right: 15px;
	bottom: 15px;
	top: inherit;
	width: 40px;
	height: 40px;
	opacity: 1;
	font-size: 0;
}

.page-post .post-type-slider .flex-prev:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f104";
	font-size: 14px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.page-post .post-type-slider .flex-next:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 14px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.page-post .post-type-slider .flex-next:hover:before, .page-post .post-type-slider .flex-prev:hover:before {
	background-color: rgba(0, 0, 0, 1);
}

.page-post .post-image-left {
	display: inline-block;
	float: left;
	padding: 0 25px 15px 0;
}

.page-post .post-image-right {
	float: right;
	padding: 15px 0 0 25px;
}

.page-post .post-image-left a, .page-post .post-image-right a, .page-post .wp-caption a {
	display: block;
	overflow: hidden;
}

.page-post .post-image-left a img, .page-post .post-image-right a img, .page-post .wp-caption a img {
	-webkit-transition: -webkit-transform 1s, opacity 0.35s ease-in-out;
	-ms-transition: -ms-transform 1s, opacity 0.35s ease-in-out;
	-o-transition: -o-transform 0.1s, opacity 0.35s ease-in-out;
	transition: transform 1s, opacity 0.35s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.page-post .post-image-left a:hover img, .page-post .post-image-right a:hover img, .page-post .wp-caption a:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-ms-transition: scale3d(1.1, 1.1, 1);
	-o-transition: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

.page-post .post-image-left span, .page-post .post-image-right span, .wp-caption .wp-caption-text {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	font-style: italic;
	margin: 5px 0 0;
	color: #aeaeae;
}

.page-post .post-entry p {
	line-height: 26px;
	text-align: justify;
}

.page-post .post-entry p strong {
	color: #000;
}

.page-post .post-entry h4 {
	font-weight: 700;
	margin: 25px 0;
}

.post .post-entry ul {
	list-style: disc;
	margin: 0 0 12px 1.5em;
}

.post .post-entry ul ul {
	list-style: square;
}

.post .post-entry ul ul ul {
	list-style: circle;
}

.post .post-entry ol {
	list-style: decimal;
	margin: 0 0 12px 1.5em;
}

.post .post-entry ol ol {
	list-style: upper-alpha;
}

.post .post-entry ol ol ol {
	list-style: lower-roman;
}

.post .post-entry ol ol ol ol {
	list-style: lower-alpha;
}

.post .post-entry ul ul,
.post .post-entry ol ol,
.post .post-entry ul ol,
.post .post-entry ol ul {
	margin-bottom: 0;
}

.post .post-entry dl {
	margin: 0 0 18px 0;
}

.post .post-entry dt {
	font-weight: 600;
}

.post .post-entry dd {
	margin-bottom: 12px;
}

.page-posts .comment-respond {
	margin-bottom: 30px;
}

.page-post .wpcf7 {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 50px 0 0;
	border: 1px solid #ececec;
	padding: 30px;
}

.page-post .contact-widgets {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 30px 0 0;
}

.page-post .contact-map {
	position: relative;
	display: inline-block;
	width: 100%;
}

.page-post .contact-map #map {
	width: 100%;
	height: 221px;
}

/*============================================================================
  >> 14. POST
  ============================================================================
*/

.page-post.post {
	margin:0;
}

.page-post.post .post-header {
	text-align: center;
}

.page-post.post .post-header .post-title h1 {
	position: relative;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.5px;
	line-height: 26px;
	margin: 10px 0;
}

.page-post.post .post-header .post-title h1:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -15px;
}

.page-post.post .post-entry .featured-text {
	margin-bottom: 20px;
}

.page-post.post .post-entry .featured-text p {
	font-size: 18px;
	line-height: 28px;
}

.post blockquote {
	position: relative;
	border-left: 0;
	margin: 40px 0 20px;
	padding: 20px 20px 20px 50px;
}

.post blockquote:before {
	position: absolute;
	content: '';
	width: 165px;
	height: 100%;
	background-color: #ececec;
	top: 0;
	left: 0;
	z-index: -1;
}

.post blockquote p {
	font-size: 28px;
	font-style: italic;
	font-weight: 600;
	line-height: 40px !important;
}

.page-post.post .post-tags {
	display: inline-block;
	width: 100%;
	margin: 30px 0 0;
}

.page-post.post .post-tags span {
	position: relative;
	display: inline-block;
	float: left;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 3px 5px;
}

.page-post.post .post-tags span:before {
	position: absolute;
	content: " ";
	left: 100%;
	bottom: 0;
	border: solid transparent;
	height: 0;
	width: 0;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-width: 10px;
	z-index: 0;
}

.page-post.post .post-tags ul {
	display: block;
	padding: 0 0 0 60px;
}

.page-post.post .post-tags ul li {
	display: inline-block;
}

.page-post.post .post-tags ul li a {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 3px 5px;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.page-post.post .post-footer {
	text-align: center;
}

.post-directions {
	margin: 0 0 30px;
}

.post-directions .prev-post {
	padding-right: 1px;
}

.post-directions .next-post {
	text-align: right;
	padding-left: 1px;
}

.post-directions a {
	display: block;
	padding: 30px;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.post-directions a span {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.post-directions a h2 {
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	margin: 10px 0 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.post-author {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px;
	margin: 50px 0 30px;
	background: url("../images/border.png") top left repeat;
}

.post-author .post-author-inwrap {
	background-color: #fff;
	padding: 60px;
}

.post-author .post-author-inwrap .author-image {
	position: absolute;
	display: inline-block;
	text-align: center;
	left: 0;
	right: 0;
	top: -50px;
}

.post-author .post-author-inwrap .author-image img {
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	border: 7px solid #fff;
}

.post-author .post-author-inwrap .author-info {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.post-author .post-author-inwrap .author-info .author-name h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 20px 0;
}

.post-author .post-author-inwrap .author-info .author-name h3 a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.post-author .post-author-inwrap .author-info .author-text p {
	line-height: 26px;
	color: #606060;
}

.post-author .post-author-inwrap .author-info .author-social {
	display: inline-block;
	width: 100%;
	margin: 10px 0 0;
}

.post-author .post-author-inwrap .author-info .author-social ul li {
	display: inline-block;
	padding: 0 7px;
}

.post-author .post-author-inwrap .author-info .author-social ul li a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.comment-posts {
	position: relative;
	display: inline-block;
	width: 100%;
	border: 1px solid #ececec;
}

.comment-posts .comment-posts-title {
	position: relative;
	display: inline-block;
	width: 100%;
}

.comment-posts .comment-posts-title a {
	position: relative;
	display: block;
	background-color: #ececec;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px 30px;
	cursor: pointer;
}

.comment-posts .comment-posts-title a:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f107";
	right: 30px;
	font-size: 16px;
	font-weight: 900;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.comment-posts .comment-posts-title a.expanded:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.comment-posts ul li {
	position: relative;
	display: inline-block;
	width: 100%;

}

.comment-posts ul li ~ li {
	border-top: 1px solid #ececec;
}

.comment-posts ul li ul {
	margin-left: 100px;
	border-top: 1px solid #ececec;
	margin: 0;
}

.comment-posts ul li .comment-block {
	position: relative;
	display: block;
	padding: 30px 20px;
}

.comment-posts ul li ul li .comment-block {
	margin: 0 0 0 95px;
}

.comment-posts ul li .comment-user-image {
	position: absolute;
	display: inline-block;
	width: 67px;
	height: 67px;
	overflow: hidden;
	left: 25px;
}

.comment-posts ul li .comment-info {
	display: block;
	margin: 0 0 0 100px;
}

.comment-posts ul li .comment-info h4 {
	display: inline-block;
	width: 100%;
	font-size: 14px;
}

.comment-posts ul li .comment-info h4 a {
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.comment-posts ul li .comment-info h4 span {
	display: inline-block;
	font-style: italic;
	color: #aeaeae;
	margin: 0 0 0 10px;
}

.comment-posts ul li p {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 22px;
	color: #606060;
	margin: 5px 0;
}

.comment-posts ul li .reply-button {
	display: inline-block;
	margin-top: 10px;
}

.comment-posts ul li .reply-button a {
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 15px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.comment-respond {
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 30px;
}

.comment-respond .comment-respond-title h4 {
	display: inline-block;
	width: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 5px;
}

.comment-respond .comment-notes {
	color: #aeaeae;
}

.comment-respond form {
	margin: 20px 0 0;
}

.comment-respond form .left-pad, .page-post .wpcf7 form .left-pad {
	padding-right: 10px;
}

.comment-respond form .right-pad, .page-post .wpcf7 form .right-pad {
	padding-left: 10px;
}

.comment-respond form p, .page-post .wpcf7 form p {
	margin-bottom: 20px;
}

.comment-respond form input, .page-post .wpcf7 form input, .widget_search input {
	height: 50px;
	font-size: 13px;
	border-color: #ececec;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 6px 18px;
}

.comment-respond form textarea, .page-post .wpcf7 form textarea {
	height: 240px;
	border-color: #ececec;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 16px 18px;
}

.comment-respond form button, .page-post .wpcf7 form input.btn {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 15px 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.related-post {
	border-top: 1px solid #ececec;
	padding-top: 70px;
}

.related-post ul li {
	text-align: center;
}

.related-post ul li .post-type-image a {
	position: relative;
	display: block;
	overflow: hidden;
}

.related-post ul li .post-type-image a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	content: '';
	-webkit-transition: -webkit-transform 0.65s;
	transition: transform 0.65s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}

.related-post ul li .post-type-image a:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}

.related-post ul li .post-title h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	margin: 20px 0 5px;
}

.related-post ul li .post-title h2 a {
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.related-post ul li .post-date {
	font-size: 12px;
	font-weight: 500;
	color: #959595;
}

/*============================================================================
  >> 15. PAGINATION
  ============================================================================
*/
.blog-pagination-buttons {
	position: relative;
	display: inline-block;
	width: 100%;
}

.blog-pagination-buttons .previous-post a {
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	padding: 15px 25px;
}

.blog-pagination-buttons .older-post a {
	display: inline-block;
	float: right;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	padding: 15px 25px;
}

.blog-pagination-buttons ul {
	text-align: center;
}

.blog-pagination-buttons ul li {
	display: inline-block;
}

.blog-pagination-buttons ul li a, .blog-pagination-buttons ul li span {
	display: inline-block;
	font-weight: 700;
	width: 50px;
	height: 50px;
	text-decoration: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	line-height: 50px;
}

/*============================================================================
  >> 16. GALLERY
  ============================================================================
*/
.gallery-type .text-block p {
	line-height: 24px;
	color: #606060;
}

.gallery-type .filter {
	position: relative;
	display: block;
	margin: 50px 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #ececec;
}

.gallery-type .filter ul li {
	position: relative;
	display: inline-block;
	padding: 0 30px 0 0px;
}

.gallery-type .filter ul li ~ li:before {
	position: absolute;
	content: '/';
	left: -19px;
	color: #aeaeae;
}

.gallery-type .filter ul li a {
	display: inline-block;
	cursor: pointer;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.gallery-type .gallery-photos {
	position: relative;
	display: block;
	margin: 50px 0 0;
}

.gallery-type .gallery-photos ul {
	list-style: none;
	margin: 0;
}

.gallery-type .gallery-photos ul li {
	display: inline-block;
	margin: 0 0 20px;
}

.gallery-type .gallery-photos.polaroid-style ul li .gallery-content {
	background-color: #f5f5f5;
	padding: 10px;
}

.gallery-type .gallery-photos ul li a {
	position: relative;
	display: block;
	overflow: hidden;
}

.gallery-type .gallery-photos ul li a img, .gallery-type .gallery-photos.polaroid-style ul li .gallery-content a img {
	-webkit-transition: -webkit-transform 1s, opacity 0.35s ease-in-out;
	-ms-transition: -ms-transform 1s, opacity 0.35s ease-in-out;
	-o-transition: -o-transform 0.1s, opacity 0.35s ease-in-out;
	transition: transform 1s, opacity 0.35s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-type .gallery-photos ul li > a:hover img, .gallery-type .gallery-photos.polaroid-style ul li .gallery-content a:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-ms-transition: scale3d(1.1, 1.1, 1);
	-o-transition: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

.gallery-type .gallery-photos ul li .gallery-detail {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
	text-align: center;
}

.gallery-type .gallery-photos ul li .gallery-detail h4 {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 10px;
}

.gallery-type .gallery-photos ul li .gallery-detail .post-cat ul li {
	position: relative;
	display: inline-block;
}

.gallery-type .gallery-photos ul li .gallery-detail .post-cat ul li a {
	font-size: 12px;
	font-weight: 500;
}

.gallery-type .gallery-photos .show-more-button {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 40px 0 10px;
}

.gallery-type .gallery-photos .show-more-button button {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/*============================================================================
  >> 17. ARCHIVE
  ============================================================================
*/
.mysterious-main .archive-type .archives .panel-group {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 30px 0 0;
}

.mysterious-main .archive-type .archives .panel-group .panel.panel-default {
	border-color: #ececec;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-heading {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0;
	border: 0;
	background-color: #ececec;
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-heading h4 {
	margin: 0;
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-heading h4 a {
	position: relative;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	color: #aeaeae;
	padding: 18px 25px;
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-heading h4 a:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f068";
	right: 20px;
	top: 20px;
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-heading h4 a.collapsed:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f067";
	right: 20px;
	top: 20px;
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-body {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0;
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-body ul {
	display: block;
	padding: 0;
	margin: 0;
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-body ul li {
	display: inline-block;
	width: 100%;
	padding: 15px 30px;
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-body ul li ~ li {
	border-top: 1px solid #ececec;
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-body ul li a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	padding: 0 0 0 25px;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-body ul li a:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f0f6";
	left: 0;
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 30px 15px;
	border-bottom: 1px solid #ececec;
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-type-image {
	overflow: hidden;
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-type-image a {
	position: relative;
	display: block;
	overflow: hidden;
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-type-image a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	content: '';
	-webkit-transition: -webkit-transform 0.65s;
	transition: transform 0.65s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-type-image a:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-title {
	position: relative;
	display: block;
	margin: 15px 0 0;
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-title h2 {
	margin: 0;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-title h2 a {
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/*============================================================================
  >> 18. FOOTER
  ============================================================================
*/
footer {
	position: relative;
	border-top: 1px solid;
}

footer .footer-sidebar {
	position: relative;
	display: block;
}

footer .footer-sidebar .widget:not(.widget_mc4wp_form_widget) {
	background:transparent;
	padding:80px 0;
	max-width:360px;
	margin:0 auto;
}

footer .footer-sidebar .instagram-widget ul li {
	display: inline-block;
	float: left;
	width: 12.5%;
}

footer .footer-sidebar .instagram-widget ul li a {
	position: relative;
	display: block;
	overflow: hidden;
}

footer .footer-sidebar .instagram-widget ul li a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	content: '';
	-webkit-transition: -webkit-transform 0.65s;
	transition: transform 0.65s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}

footer .footer-sidebar .instagram-widget ul li a:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}

footer .social-media {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 30px 0;
}

footer .social-media ul li {
	position: relative;
	display: inline-block;
	width: 19.7%;
}

footer .social-media ul li ~ li {
	border-left: 2px solid #fff;
}

footer .social-media ul li a {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}

footer .social-media ul li a i {
	display: inline-block;
	padding: 0 3px 0 0;
}

footer .copyright {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
}

footer .copyright p {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	padding: 25px 0;
}

footer .copyright p a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

/*============================================================================
  >> 19. THEME SETTINGS
  ============================================================================
*/
/*------- a) Header Settings -------*/
header {
	background: url(../images/background-image-top.png);
	background-position: top center;
	background-repeat: no-repeat;
}

header .topbar {
	background-color: #fff;
}

header .topbar .navbar ul li a {
	font-family: 'Ubuntu', sans-serif;
	color: #959595;
}

header .topbar .navbar ul li a:hover, header .topbar .navbar ul li:hover > a {
	color: #f8a795;
}

header .topbar .navbar ul li ul li a:hover, header .topbar .navbar ul li ul li:hover > a {
	background-color: #f8a795;
	color: #fff;
}

header .topbar .topbar-right .nav-icon a {
	background-color: #f8a795;
	color: #fff;
}

header .topbar .topbar-right .search-icon .dropdown a, header .topbar .topbar-right .social-media ul li a {
	color: #959595;
}

header .topbar .topbar-right .social-media ul li a span {
	display: none;
}

header .topbar .topbar-right .search-icon .dropdown form input {
	font-family: 'Ubuntu', sans-serif;
	background-color: #ececec;
}

header .topbar .topbar-right .search-icon .dropdown a:hover, header .topbar .topbar-right .social-media ul li a:hover {
	color: #f8a795;
}

header .logo-content .brand-logo a h1, .sidebar-navigation .sidebar-content .sidebar-logo .brand-logo a h1 {
	color: #959595;
}

/*------- b) Featured Carousel Settings -------*/
.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-title h2 a, .featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2 a, .featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2 a, .featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2 a {
	font-family: 'Merriweather', serif;
	color: #fff;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-title h2 a:hover, .featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2 a:hover, .featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2 a:hover, .featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2 a:hover {
	color: #f8a795;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-title h2:before, .featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2:before {
	background-color: #fff;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-entry p, .featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .post-entry p, .featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .post-entry p, .featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .post-entry p, .featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-inwrap .post-entry p {
	color: #fff;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-entry .read-more-button a, .featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-entry .read-more-button a {
	color: #f8a795;
	border-color: #f8a795;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-entry .read-more-button a:hover, .featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-entry .read-more-button a:hover {
	background-color: #f8a795;
	color: #fff;
}

.featured-post-carousel .style-one .slick-prev:before, .featured-post-carousel .style-one .slick-next:before {
	background-color: #fff;
	border-color: #f8a795;
	color: #f8a795;
}

.featured-post-carousel .style-one .slick-prev:hover:before, .featured-post-carousel .style-one .slick-next:hover:before {
	background-color: #f8a795;
	color: #fff;
}

.featured-post-carousel .style-two ul.slick-dots li button, .featured-post-carousel .style-three ul.slick-dots li button {
	background-color: #ececec;
}

.featured-post-carousel .style-two ul.slick-dots li.slick-active button, .featured-post-carousel .style-three ul.slick-dots li.slick-active button {
	background-color: #cecece;
}

.featured-post-carousel .style-five .featured-post .featured-post-content .featured-post-inwrap .post-meta .post-date {
	color: #959595;
}

.featured-post-carousel .style-five .slick-prev:before, .featured-post-carousel .style-five .slick-next:before {
	background-color: #fff;
	color: #000;
}

.featured-post-carousel .style-five .slick-prev:hover:before, .featured-post-carousel .style-five .slick-next:hover:before {
	background-color: #f8a795;
	color: #fff;
}

/*------- c) Featured Articles Settings -------*/
.featured-articles .featured-articles-content .featured-main-slider ul li .post-content .post-block .post-inwrap .post-title h2 a, .featured-articles.articles-style-two .featured-article-slider ul li .post-content .post-block .post-inwrap .post-title h2 a {
	color: #fff;
}

.featured-articles .featured-articles-content .featured-main-slider ul li .post-content .post-block .post-inwrap .post-title h2 a:hover, .featured-articles.articles-style-two .featured-article-slider ul li .post-content .post-block .post-inwrap .post-title h2 a:hover {
	color: #f8a795;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li a .post-content .post-date, .featured-articles .featured-articles-content .featured-tab-elements ul li a .post-content .post-title h2, .featured-articles .featured-articles-content .featured-tab-elements ul li a .post-content .post-comment {
	color: #ccc;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li.slick-current a .post-content .post-date {
	color: #959595;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li.slick-current a .post-content .post-title h2 {
	color: #000;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li.slick-current a .post-content .post-comment {
	color: #f8a795;
}

.featured-articles.articles-style-two {
	background-color: #f8a795;
}

.featured-articles.articles-style-two:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 261px;
	top: 0;
	left: 0;
	background: url(../images/background-image-top.png);
	background-position: top center;
	background-size: cover;
	opacity: 0.1;
}

.featured-articles.articles-style-two:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 204px;
	bottom: 0;
	left: 0;
	background: url(../images/background-image-subscribe.png);
	background-position: bottom center;
	background-size: cover;
	opacity: 0.1;
}

.featured-articles.articles-style-two .featured-article-slider button.slick-prev:before, .featured-articles.articles-style-two .featured-article-slider button.slick-next:before {
	color: #fff;
}

/*------- d) Paginations Settings -------*/
.blog-pagination-buttons .previous-post a, .blog-pagination-buttons .older-post a {
	color: #aeaeae;
	background-color: #ececec;
}

.blog-pagination-buttons .previous-post a:hover, .blog-pagination-buttons .older-post a:hover {
	background-color: #f8a795;
	color: #fff;
}

.blog-pagination-buttons ul li a, .blog-pagination-buttons ul li span {
	background-color: #ececec;
	color: #959595;
}

.blog-pagination-buttons ul li .current, .blog-pagination-buttons ul li .current:hover {
	background-color: #f8a795;
	color: #fff;
}

.blog-pagination-buttons ul li a:hover {
	background-color: #e2e2e2;
}

/*------- e) Widget Setting -------*/
.sidebar .sidebar-content .widget .widget-title {
	border-color: #f8a795;
}

.widget .widget-title h4 {
	font-family: 'Ubuntu', sans-serif;
	color: #f8a795;
}

.widget {
	background-color: #f5f5f5;
}

.about-widget-detail h4 {
	color: #fff;
}

.about-widget-detail span {
	color: #f8a795;
}

.about-widget-detail .post-entry p {
	color: #fff;
}

.about-widget .about-widget-content .about-widget-inwrap .about-widget-detail .read-more a {
	color: #f8a795;
	border-color: #f8a795;
	background: transparent;
}

.about-widget .about-widget-content .about-widget-inwrap .about-widget-detail .read-more a:hover {
	background-color: #f8a795;
	color: #fff;
}

.favorite-widget .post .post-content .post-date, .category-post-column .post .post-date {
	color: #959595;
}

.post .post-entry .widget ul {
	list-style: none;
	margin: 0;
}

.widget:not(.social-widget) ul li {
	font-family: 'Merriweather', serif;
	color: #000;
}

.widget:not(.social-widget) ul li:hover {
	color: #f8a795;
}

.widget:not(.social-widget) ul li span, .widget:not(.social-widget) ul li cite {
	color: #959595;
}

/*------- f) Featured Section Settings -------*/
.section-title h4 a {
	color: #000;
}

.section-title h4 a:hover {
	color: #f8a795;
}

.section-title p, .page-title p, .post-entry .section-title p {
	color: #959595;
}

.featured-post-section, .featured-post-section {
	border-color: #ececec;
}

.featured-post-section .post .post-date {
	color: #959595;
}

.featured-post-section .center-column .post .post-date {
	color: #f8a795;
}

.featured-post-section .center-column .post .post-title h2 a {
	color: #fff;
}

.featured-post-section .center-column .post .post-title h2 a:hover {
	color: #f8a795;
}

.featured-post-section .post .post-detail .post-inwrap .post-content .read-more a {
	color: #f8a795;
	border-color: #f8a795;
}

.featured-post-section .post .post-detail .post-inwrap .post-content .read-more a:hover {
	background-color: #f8a795;
	color: #fff;
}

.post-directions a {
	background-color: #f5f5f5;
}

.post-directions a span {
	color: #aeaeae;
}

.post-directions a h2 {
	color: #000;
}

.post-directions a:hover {
	background-color: #f8a795;
}

.post-directions a:hover span, .post-directions a:hover h2 {
	color: #fff;
}

.comment-posts ul li .comment-info h4 {
	font-family: 'Ubuntu', sans-serif;
	color: #000;
}

.comment-posts ul li .comment-info h4 a {
	color: #000;
}

.comment-posts ul li .comment-info h4 a:hover {
	color: #f8a795;
}

.comment-posts ul li .reply-button a {
	background-color: #ececec;
	color: #aeaeae;
}

.comment-posts ul li .reply-button a:hover {
	background-color: #f8a795;
	color: #fff;
}

.featured-post-section {
	border-color: #ececec;
}

/*------- g) Category Post Settings -------*/
.category-posts .category-post-content .post .post-date, .category-post-column .category-post-list ul li .post-content .post-date {
	color: #959595;
}

.category-post-column .post .post-header .post-cat ul li a {
	text-decoration: none;
	background-color: #f8a795;
	color: #fff;
}

.category-post-column .category-post-list .view-all-button a {
	border-color: #f8a795;
	color: #f8a795;
}

.category-post-column .category-post-list .view-all-button a:hover {
	background-color: #f8a795;
	color: #fff;
}

/*------- h) My Favorites Settings -------*/
.my-favorites {
	background-color: #f8a795;
}

.my-favorites .my-favorite-sublime {
	font-family: 'Merriweather', serif;
}

.my-favorites .post-content .post-title h2 a {
	color: #fff;
}

.my-favorites .post-content .post-title h2 a:hover {
	color: #f8a795;
}

/*------- i) Default Post Settings -------*/
.blog-main {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 20px 0 50px;
}

.blog-main.no-padding {
	margin: 0;
}

.blog-main.latest-articles {
	margin: 100px 0 50px;
	text-align: center;
}

.post-cat ul {
	margin: 0 0 0 -3px !important;
	list-style: none !important;
}

.post-cat ul li {
	padding: 0 3px;
}

.post-cat ul li ~ li:before {
	position: absolute;
	font-size: 12px;
	content: ',';
	left: -5px;
	bottom: 1px;
	color: #f8a795;
}

.post-cat ul li a {
	color: #f8a795;
}

.post-title h2 a {
	color: #000;
}

.post-title h2:before, .post-title h1:before {
	background-color: #000;
}

.post-title h2 a:hover {
	color: #f8a795;
}

.post-entry p {
	color: #606060;
}

.post .post-entry .featured-text p {
	color: #000;
}

.post blockquote p {
	color: #000;
}

.post .read-more a {
	background-color: #f8a795;
	color: #fff;
}

.post .read-more a span:before {
	background-color: #f2917b;
}

.post .post-footer, .post .post-footer .post-meta-item ~ .post-meta-item {
	border-color: #ececec;
}

.post .post-footer .post-meta-item .post-comment a, .post .post-footer .post-meta-item .post-comment i {
	color: #000;
}

.post .post-footer .post-meta-item .post-comment a:hover, .post .post-footer .post-meta-item .post-comment:hover i {
	color: #f8a795;
}

.post-date, .post-date a {
	color: #000;
}

.post.post-style-grid .post-header .post-date, .post.post-style-list .post-header .post-date {
	color: #959595;
}

.post-share li a {
	color: #000;
}

.post-share li a:hover {
	color: #f8a795;
}

.post-share a {
	color: #000;
}

.post-share a:hover {
	color: #f8a795;
}

.post-comment a, .post-comment i {
	color: #f8a795;
}

.favorite-widget .post-comment {
	color: #f8a795;
}

.page-post.post .post-tags span {
	background-color: #f8a795;
	color: #fff;
}

.page-post.post .post-tags span:before {
	border-left-color: #f8a795;
}

.post-tags ul li a {
	background-color: #ececec;
	color: #aeaeae;
}

.post-tags ul li a:hover {
	background-color: #f8a795;
	color: #fff;
}

.author-name h3 {
	font-family: 'Ubuntu', sans-serif;
}

.author-name h3 a {
	color: #000;
}

.author-name h3 a:hover {
	color: #f8a795;
}

.author-social ul li a {
	color: #959595;
}

.author-social ul li a:hover {
	color: #f8a795;
}

.comment-respond form input, .comment-respond form textarea, .comment-respond form button, .wpcf7 form input, .wpcf7 form textarea, .wpcf7 form input.btn {
	font-family: 'Ubuntu', sans-serif;
}

.comment-respond form input:focus, .comment-respond form textarea:focus, .wpcf7 form input:focus, .wpcf7 form textarea:focus, .widget_search input:focus {
	border-color: #f8a795;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
}

.comment-respond form button, .wpcf7 form input.btn {
	background-color: #f8a795;
	color: #fff;
}

.comment-respond form button:hover, .wpcf7 form input.btn:hover {
	background-color: #000;
	color: #fff;
}

.post.post-style-full .post-type-image a, .post.post-style-full .post-type-image a {
	background-color: #f8a795;
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-body ul li a {
	font-family: 'Merriweather', serif;
	color: #606060;
}

.mysterious-main .archive-type .archives .panel-group .panel .panel-body ul li a:hover {
	color: #f8a795;
}

/*------- j) Gallery Settings -------*/
.gallery-type .filter ul li a {
	color: #aeaeae;
}

.gallery-type .filter ul li a.selected, .gallery-type .filter ul li a.selected:hover {
	color: #000;
}

.gallery-type .filter ul li a:hover {
	color: #f8a795;
}

.gallery-type .gallery-photos .show-more-button button {
	background-color: #f8a795;
	color: #fff;
}

.gallery-type .gallery-photos .show-more-button button:hover {
	background-color: #000;
}

/*------- k) Most Popular Settings -------*/
.most-popular-posts .most-popular-sublime {
	font-family: 'Merriweather', serif;
	color: #eee;
}

.most-popular-posts .most-popular-content .post .post-content .post-date {
	color: #959595;
}

.most-popular-posts .most-popular-content .slick-prev:before, .most-popular-posts .most-popular-content .slick-next:before {
	color: #f8a795;
}

.most-popular-posts .most-popular-content .slick-prev:hover:before, .most-popular-posts .most-popular-content .slick-next:hover:before {
	background-color: #f8a795;
	color: #fff;
}

/*------- l) Sidebar Settings -------*/
.sidebar-navigation .sidebar-close a {
	background-color: #f8a795;
	color: #fff;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li ul li a, .sidebar-navigation .sidebar-content .sidebar-nav ul li ul li ul li a {
	border-color: #f8a795;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li a {
	background-color: #f5f5f5;
	color: #959595;
}

.sidebar-navigation .sidebar-content .sidebar-social ul li a {
	color: #959595;
}

.sidebar-navigation .sidebar-content .sidebar-social ul li a span {
	display: none;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li a:hover, .sidebar-navigation .sidebar-content .sidebar-nav ul li a.expanded, .sidebar-navigation .sidebar-content .sidebar-social ul li a:hover {
	color: #f8a795;
}

.sidebar-navigation .sidebar-content .sidebar-copyright p {
	color: #959595;
}

.sidebar-navigation .sidebar-content .sidebar-copyright p a {
	color: #000;
}

/*------- m) Footer Settings -------*/
footer {
	border-color: #ececec;
}

footer .footer-sidebar .widget_mc4wp_form_widget {
	background: url(../images/background-image-subscribe.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

footer .footer-sidebar .widget_mc4wp_form_widget p {
	color: #959595;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 700;
}

footer .footer-sidebar .widget_mc4wp_form_widget form div input {
	font-family: 'Merriweather', serif;
}

footer .footer-sidebar .widget_mc4wp_form_widget form div input:focus {
	border-color: #f8a795;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
}

footer .footer-sidebar .widget_mc4wp_form_widget form div button {
	background-color: #f8a795;
	color: #fff;
}

footer .footer-sidebar .widget_mc4wp_form_widget form div button:hover {
	background-color: #222;
}

footer .social-media {
	background-color: #f8a795;
}

footer .social-media ul li a {
	color: #fff;
}

footer .copyright p {
	color: #959595;
}

footer .copyright p a {
	color: #000;
}

footer .copyright p a:hover {
	color: #f8a795;
}