/*
	Theme Name: The Traveler
	Theme URI: http://meridianthemes.net
	Author: MeridianThemes
	Author URI: http://themeforest.net/user/meridianthemes
	Description: Blog theme for travelers
	Version: 1.3.5
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: the-traveler
	Tags: theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, four-columns, featured-images
*/

/*--------------------------------------------------------------

	= Table Of Contents =

	# Normalize
	# General
		## Typography
		## Elements
		## Forms
		## Links
		## Screen Reader
	# WordPress Specific
		## Captions
		## Galleries
	# Floats and Clearing
	# Columns System
	# Header
		## Navigation
		## Logo
		## Search
	# Horizontal Carousel
	# Vertical Carousel
	# Main
		## Content
		## Blog Post Style 1 - Listing
		## Blog Post Style 2 - Listing
		## Blog Post Style 3 - Listing
		## Blog Post Style 4 - Listing
		## Pagination
		## Blog Post - Single
		## Share Post
		## Related Posts
		## About Author
		## Comments
		## Contact Form 7
		## Sidebar
	# Footer
		## Footer Widgets
		## Footer Bottom
		## Footer Instagram
	# Responsive
		## Smaller Monitors
		## Tablets
		## Phones ( landscape + portrait )
		## Phones ( landscape )
		## Phones ( portrait )


--------------------------------------------------------------*/

/*--------------------------------------------------------------
	# Normalize
--------------------------------------------------------------*/

img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}embed,iframe,object {max-width: 100%;}.widget select { max-width: 100%; }

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #7e8889;
	font-size: 15px;
	font-weight: 400;
	font-family: "Roboto", serif;
	line-height: 1.53;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	color: #232323;
	line-height: 1.45;
	font-weight: normal;
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 21px;
}

h6 {
	font-size: 18px;
}

p {
	margin: 0;
	margin-bottom: 25px;
}

p:last-child {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	font-size: 19px;
	font-style: italic;
	font-family: Georgia, serif;
	line-height: 1.65;
	background-image: url("images/blockquote.png");
	background-repeat: no-repeat;
	background-position: 15px 0;
	padding: 13px 41px;
	text-align: center;
}

	blockquote p:last-child {
		margin: 0;
	}

address {
	margin-bottom: 25px
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 25px;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

small {
	font-size: 75%;
}

/*--------------------------------------------------------------
	## Elements
--------------------------------------------------------------*/

body {
	background: #f6f0ec;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #e5e5e5;
	border: 0;
	height: 1px;
	margin-bottom: 25px;
}

ul,
ol {
	margin: 0;
	margin-bottom: 25px;
	padding: 0 0 0 10px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

table {
	margin-bottom: 25px;
	width: 100%;
	line-height: 1;
}

.widget table {
	table-layout: fixed;
}

table thead {
	background: #67c1a5;
	color: #fff;
	text-align: left;
}

table td,
table th {
	padding: 10px;
	text-align: left;
}

table tbody th {
	background: #6dcdaf;
	color: #fff;
}

table tbody th a {
	color: inherit;
}

.text-align-center {
	text-align: center;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

/*--------------------------------------------------------------
	## Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	line-height: 45px;
	color: #fff;
	font-size: 13px;
	font-family: "Roboto";
	font-weight: 400;
	background: #24cb83;
	padding: 0 22px;
	margin: 0;
	border-radius: 0;
	text-transform: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: rgb(239, 239, 239);
    border: 0;
	border-radius: 3px;
	color: #4d4d4d;
	font-size: 15px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	line-height: 1.4;
	padding: 12px;
	max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #4d4d4d;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
	## Links
--------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #24cb83;
}

/*--------------------------------------------------------------
	## Screen Reader
--------------------------------------------------------------*/

.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: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
	# WordPress Specific
--------------------------------------------------------------*/

.sticky {

}

.bypostauthor {
	
}

.alignleft {
	display: inline;
	float: left;
	margin: 0 2.5em 2.2em 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 2.5em 2.2em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

/*--------------------------------------------------------------
	## Captions
--------------------------------------------------------------*/

#wp-calendar caption {
	margin-bottom: 10px;
}

.wp-caption,
.wp-block-image {
	margin: 40px 0;
	padding: 0;
    max-width: 100%;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
	-webkit-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
	box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
}

.wp-caption .wp-caption-text {
	font-size: 13px;
	font-style: italic;
	margin: 0;
	padding: 0 10%;
	margin-top: 18px;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
	## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	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-caption {
	display: block;
}

/*--------------------------------------------------------------
	# Floats and Clearing
--------------------------------------------------------------*/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-none {
	float: none;
}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*--------------------------------------------------------------
	# Columns System
--------------------------------------------------------------*/

.wrapper {
	max-width: 1170px;
	margin: 0 auto;
}

.col {
	display: block;
	float: left;
	margin-right: 2.76%;
}

body.rtl .col {
	float: right;
	margin-left: 2.76%;
	margin-right: 0;
}

.col-1 { width: 5.803%; }
.col-2 { width: 14.36%; }
.col-3 { width: 22.93%; }
.col-4 { width: 31.49%; }
.col-5 { width: 40.05%; }
.col-6 { width: 48.62%; }
.col-7 { width: 57.18%; }
.col-8 { width: 65.74%; }
.col-9 { width: 74.31%; }
.col-10 { width: 82.87%; }
.col-11 { width: 91.43%; }
.col-12 { width: 100%; }

.col-last {
	margin-right: 0;
}

body.rtl .col-last {
	margin-left: 0;
}

.col-first {
	clear: both;
}

.no-col-spacing .col { margin: 0; }
.no-col-spacing .col-1 { width: 8.33333%; }
.no-col-spacing .col-2 { width: 16.66666%; }
.no-col-spacing .col-3 { width: 25%; }
.no-col-spacing .col-4 { width: 33.33333%; }
.no-col-spacing .col-5 { width: 41.66666%; }
.no-col-spacing .col-6 { width: 50%; }
.no-col-spacing .col-7 { width: 58.33333%; }
.no-col-spacing .col-8 { width: 66.66666%; }
.no-col-spacing .col-9 { width: 75%; }
.no-col-spacing .col-10 { width: 83.33333%; }
.no-col-spacing .col-11 { width: 91.66666%; }
.no-col-spacing .col-12 { width: 100%; }

.masonry-item.col {
	margin-right: 0;
}

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/

#page-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-size: 100%;
	background-repeat: no-repeat;
}

	#page-bg-image img {
		width: 100%;
	}

#page-bg-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(246,240,236,0.5) 0%, rgba(246,240,236,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(246,240,236,0.5) 0%,rgba(246,240,236,1) 100%);
	background: linear-gradient(to bottom,  rgba(246,240,236,0.5) 0%,rgba(246,240,236,1) 100%);
}

#page,
#page-inner {
	position: relative;
}

/*--------------------------------------------------------------
	# Header
--------------------------------------------------------------*/

#header {
	padding: 60px 0 50px 0;
}

/*--------------------------------------------------------------
	## Navigation
--------------------------------------------------------------*/

#header-nav {
	float: left;
	width: 20%;
	margin-top: 25px;
	position: relative;
}

#header-nav-inner {
	float: left;
	min-width: 90px;
}

	#header-nav-button {
		display: block;
		float: left;
		line-height: 41px;
		padding: 0 20px;
		background: #fff;
		border-radius: 20px;
		cursor: pointer;
		width: auto;
		max-width: 100%;
		transition: all .6s;
	}

	#header-nav-button.active {
		background: #5adaa3;
		color: #fff;
		border-radius: 20px 20px 0 0;
		width: 100%;
	}

		.header-nav-button-icon {
			display: inline-block;
			margin-right: 9px;
			font-size: 14px;
			line-height: inherit;
		}

		.header-nav-button-text {
			display: inline-block;
			font-weight: 900;
			font-size: 12px;
			line-height: inherit;
			text-transform: uppercase;
			letter-spacing: 1px;
		}

		.header-nav-button-close {
			position: relative;
			display: none;
			float: right;
			font-size: 14px;
			cursor: pointer;
		}

		.header-nav-button-close.active {
			display: inline-block;
		}

/* navigation panel hook */
#navigation-panel-hook {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 15px;
	font-size: 14px;
	color: #46766e;
}

/* navigation search hook */
#navigation-search-hook {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 15px;
	font-size: 14px;
	color: #46766e;
	cursor: pointer;
}

	#navigation-search-hook .fa-close {
		display: none;
	}

/* navigation search form */
#navigation-search-form {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	overflow: hidden;
}

	#navigation-search-form input[type="text"] {
		width: 100%;
		text-align: center;
		font-size: 16px;
		background: #fff;
		border: 0;
		outline: none;
	}

/* navigation */
#navigation {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 99998;
	top: 100%;
	left: 0;
	clear: both;
	float: left;
	min-width: 185px;
	text-align: left;
	transition: all 0.5s;
}

#navigation.active {
	visibility: visible;
	opacity: 1;
}

	#navigation ul,
	#navigation li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#navigation .menu {
		background: #ffffff;
		padding: 7px 20px;
		border-radius: 0 0 20px 20px;
	}

		/* Top level item */
		#navigation .menu > li {
			display: block;
			position: relative;
			z-index: 99998;
			border-bottom: 1px solid #e5e5e5;
		}

		#navigation .menu > li:last-child {
			border-bottom: 0;
		}

			/* Top level chevron */
            #navigation .menu a .fa,
            #navigation .menu a .fas {
				display: inline-block;
				color: rgb(165, 165, 165);
				font-size: 7px;
				margin-left: 10px;
				vertical-align: middle;
			}

			/* Top level item anchor */
			#navigation .menu > li > a {
				display: inline-block;
				text-decoration: none;
				vertical-align: middle;
				color: #7e8889;
				font-size: 14px;
				font-weight: bold;
				line-height: 40px;
				padding: 0 10px;
			}

			/* Top level item anchor hover */
			#navigation .menu > li > a:hover {
				color: #232323;	
			}

			/* Top level item anchor current */
			#navigation .menu > li.current-menu-item > a {
				color: #232323;
			}

	/* Submenu */
	#navigation .menu ul {
		background: #ffffff;
		padding: 7px 20px;
		border-radius: 20px 20px;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: -7px;
		left: 100%; /* same as horrizontal padding on #navigation .menu ul li */
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
	}

		/* Submenu item */
		#navigation .menu ul li {
			position: relative;
			display: block;
			white-space: nowrap;
			margin: 0;
			border-bottom: 1px solid #e5e5e5;
		}

		#navigation .menu ul li:last-child {
			border-bottom: 0;
		}

			/* Submenu item anchor */
			#navigation .menu ul li a {				
				display: inline-block;
				text-decoration: none;
				vertical-align: middle;
				color: #7e8889;
				font-size: 14px;
				font-weight: bold;
				line-height: 40px;
				padding: 0 10px;
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li a:hover {
				 color: #232323;
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li.current-menu-item > a {
				color: #232323;
			}

		/* Second lvl submenu */
		#navigation .menu ul ul {
			left: 100%;
			margin-left: 0;
			top: -6px; /* upper level padding + border */
		}

		/* Show submenu on hover */
		#navigation .menu li:hover > ul {
			visibility: visible;
			opacity: 1;
		}

/*--------------------------------------------------------------
	## Navigation Regular
--------------------------------------------------------------*/

#navigation-regular {
	margin-top: 24px;
	padding: 0 10px;
	background: #fff;
	border-radius: 20px;
	z-index: 99998;
	position: relative;
	width: auto;
	float: right;
}

	#navigation-regular ul,
	#navigation-regular li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		/* Top level item */
		#navigation-regular .menu > li {
			display: inline-block;
			position: relative;
			z-index: 99998;
			border-left: 1px solid #e5e5e5;
		}

		/* Top level first item */
		#navigation-regular .menu > li:first-child {
			margin-left: 0 !important;
			border-left: 0;
		}

			/* Top level chevron */
            #navigation-regular .menu a .fa,
            #navigation-regular .menu a .fas {
				display: inline-block;
				color: rgb(165, 165, 165);
				font-size: 7px;
				margin-left: 10px;
				vertical-align: middle;
			}


			/* Top level item anchor */
			#navigation-regular .menu > li > a {
				display: inline-block;
				text-decoration: none;
				vertical-align: middle;
				color: #7e8889;
				font-size: 14px;
				font-weight: 700;
				line-height: 41px;
				padding: 0 15px;
			}

			/* Top level item anchor hover */
			#navigation-regular .menu > li > a:hover {
				color: #24cb83;
			}

			/* Top level item anchor current */
			#navigation-regular .menu > li.current-menu-item > a {
				color: #24cb83;
			}

	/* Submenu */
	#navigation-regular .menu ul {	
		background: #fff;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 100%;
		left: 0;
		text-align: left;
		padding: 5px 0;
		border-top: 1px solid #e5e5e5;
		border-radius: 0 0 20px 20px;
		-webkit-transition: .5s opacity;
		-moz-transition: .5s opacity;
		transition: .5s opacity;
	}

		/* Submenu item */
		#navigation-regular .menu ul li {
			position: relative;
			display: block;
			white-space: nowrap;
			margin: 0;
			padding: 0 15px; /* same as left on #navigation-regular .menu ul */
		}

			/* Submenu item anchor */
			#navigation-regular .menu ul li a {				
				display: block;
				line-height: 1;
				text-decoration: none;
				color: #7e8889;
				font-size: 14px;
				font-weight: 700;
				line-height: 1px;
				padding: 12px 0;
				line-height: 1;
				border-bottom: 1px solid #e5e5e5;
			}

			/* Submenu last item anchor */
			#navigation-regular .menu ul li:last-child a {
				border-bottom: 0 !important;
			}

			/* Submenu item anchor hover */
			#navigation-regular .menu ul li a:hover {
				 color: #24cb83;
			}

			/* Submenu item anchor hover */
			#navigation-regular .menu ul li.current-menu-item > a {
				color: #24cb83;
			}

		/* Second lvl submenu */
		#navigation-regular .menu ul ul {
			left: 100%;
			margin-left: 0;
			top: -11px; /* upper level padding + border */
		}

		/* Show submenu on hover */
		#navigation-regular .menu li:hover > ul {
			visibility: visible;
			opacity: 1;
		}

/*--------------------------------------------------------------
	## Mobile Nav
--------------------------------------------------------------*/

#mobile-navigation {
	display: none;
	text-align: center;
}

    #mobile-navigation .fa,
    #mobile-navigation .fas {
		display: inline-block;
		margin-right: 9px;
		font-size: 14px;
		line-height: inherit;
	}

	.header-mobile-nav-hook {
		display: inline-block;
		cursor: pointer;
		line-height: 41px;
		padding: 0 20px;
		background: #fff;
		border-radius: 20px;
		cursor: pointer;
		width: auto;
		position: relative;
	}

	.header-mobile-nav-text {
		display: inline-block;
		font-weight: 900;
		font-size: 12px;
		line-height: inherit;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	.header-mobile-nav-hook select {
		position: absolute;
		right: 0;
		bottom: 0;
		top: 0;
		padding: 0;
		margin: 0;
		opacity: 0;
		width: 100%;
		cursor: pointer;
	}

/*--------------------------------------------------------------
	## Mobile Social
--------------------------------------------------------------*/

.social-mobile {
	text-align: center;
	margin-top: 12px;
	display: none;
}

	.social-mobile a {
		display: inline-block;
		font-size: 12px;
		background: #d0e9e6;
		color: #8a9a96;
		line-height: 27px;
		width: 27px;
		text-align: center;
		margin: 0 4px;
		margin-top: 8px;
	}

/*--------------------------------------------------------------
	## Logo
--------------------------------------------------------------*/

#logo {
	position: relative;
	text-align: center;
	float: left;
	width: 60%;
}

#logo.logo-image {
	line-height: 0;
}

.body-navigation-type-regular #logo {
	width: auto;
	text-align: left;
}
	
	#logo a,
	#logo img {
		display: inline-block;
	}

.logo-text-wrap a > span {
	display: inline-block;
	vertical-align: middle;
}

.logo-text,
.logo-text-icon {
	font-size: 75px;
	line-height: 90px;
	font-family: "Pacifico";
	color: #5adaa3;
}

	.logo-text a {
		color: inherit;
	}

/*--------------------------------------------------------------
	## Search
--------------------------------------------------------------*/

#header-search {
	float: right;
	margin-left: 20px;
}

	#header-search-button {
		position: relative;
		display: inline-block;
		width: 41px;
		height: 41px;
		border: 2px solid #24cb83;
		color: #24cb83;
		border-radius: 21px;
		cursor: pointer;
		margin-top: 24px;
		cursor: pointer;
		transition: background 0.5s;
	}

	#header-search-button.active {
		background: #fff;
	}

		#header-search-button .header-search-button-icon {
			display: inline-block;
			line-height: 37px;
			position: absolute;
			top: 0;
			right: 11px;
		}

		#header-search-button.active .header-search-button-icon:before {
			content: "\f00d";
		}

		#header-search-form {
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			overflow: hidden;
		}

			#header-search-form input {
				border: 0;
				border-radius: 0;
				background: transparent;
				padding: 0 18px;
				line-height: 37px;
				opacity: 0;
				outline: 0;
				font-size: 14px;
			}


/*--------------------------------------------------------------
	## Header Widgets Full
--------------------------------------------------------------*/

#header-widgets-full {
	margin-bottom: 30px;
}

	#header-widgets-full .widget {
		margin-top: 35px;
		background: #fff;
		padding: 25px;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
		-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	}

	#header-widgets-full .widget:first-child {
		margin-top: 0;
	}

		#header-widgets-full .widget-title {
			margin: 0;
			padding: 0;
			color: #233335;
			border-bottom: 2px solid rgba( 0, 0, 0, 0.1 );
			font-size: 12px;
			font-weight: 900;
			letter-spacing: 1px;
			line-height: 1.2;
			padding-bottom: 10px;
			margin-bottom: 25px;
			text-transform: uppercase;
		}


/*--------------------------------------------------------------
	# Main
--------------------------------------------------------------*/

#main {
	padding: 0 0 50px 0;
}

/*--------------------------------------------------------------
	## Content
--------------------------------------------------------------*/

#content {
	position: relative;
}

.section-heading {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

	.section-heading .no-caps {
		color: #7e8889;
	}

.section-description {
	text-align: center;
	margin-bottom: 40px;
	margin-top: -20px;
}

/*--------------------------------------------------------------
	## Blog Post Style All - Share Elements
--------------------------------------------------------------*/

.blog-post,
.blog-post-single,
.about-author,
#respond,
.comment-inner {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
}

/* social share */
.social-share-modal {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 13, 45, 31, .35 );
	display: none;
}

.blog-post-single-main .social-share-modal {
	background: transparent;
}

	.social-share-modal-inner {
		position: absolute;
	}

	.blog-post-single-main .social-share-modal-inner {
		left: auto !important;
		right: -10px !important;
		top: 0 !important;
	}

	.social-share-modal-top {
		background: #5adaa3;
		color: #fff;
		border-radius: 20px 20px 0 0;	
		line-height: 41px;
        padding: 0 20px;
		font-size: 12px;
	}

		.social-share-modal-top-text {
			display: inline-block;
			font-weight: 900;
			line-height: inherit;
			text-transform: uppercase;
            letter-spacing: 1px;
            padding-right: 10px;
		}

		.social-share-modal-top-close {
			display: inline-block;
			float: right;
			cursor: pointer;
		}

	.social-share-modal-main {
		background: #fff;
		border-radius: 0 0 20px 20px;
		padding: 15px 20px 18px 20px;
	}

		.social-share-modal-main a {
			display: inline-block;
			font-size: 14px;
			line-height: 27px;
			width: 27px;
			text-align: center;
			margin-right: 8px;
		}

		.social-share-modal-main a:last-child {
			margin-right: 0;
		}

/*--------------------------------------------------------------
	## Blog Post Shared - Listing
--------------------------------------------------------------*/

.grid-sizer {
	width: 31.49%;
}

.layout-1_col_sidebar .grid-sizer,
.layout-1_col_full .grid-sizer {
	width: 100%;
}

.layout-2_col_sidebar .grid-sizer,
.layout-2_col_full .grid-sizer {
	width: 48.62%;
}

.gutter-sizer {
	width: 2.76%;
}

.blog-post-s1,
.blog-post-s2,
.blog-post-s3,
.blog-post-s4 {
	opacity: 0 !important;
	transform: translateY( -25px );
}

.blog-post-s1.init-animation,
.blog-post-s2.init-animation,
.blog-post-s3.init-animation,
.blog-post-s4.init-animation {
	opacity: 1 !important;
	transition: transform .5s, opacity .5s;
	transform: translateY( 0px );
}

/*--------------------------------------------------------------
	## Blog Post Style 1 - Listing
--------------------------------------------------------------*/

.blog-post-s1 {
	margin-bottom: 30px;
}

	.blog-post-s1-thumb {
		background: #f8f8f8;
	}

		.blog-post-s1-thumb a,
		.blog-post-s1-thumb img {
			display: block;
			width: 100%;
		}

	.blog-post-s1-main {
		background: #fff;
		padding: 23px 30px 30px 30px;
	}

		.blog-post-s1-meta-top {
			margin-bottom: 13px;
		}

			.blog-post-meta-cats {
                float: left;
                max-width: 75%;
			}

				.blog-post-meta-cats a {
					display: inline-block;
					text-transform: uppercase;
					border-bottom: 2px solid rgba( 36, 203, 131, 0.4 );
					font-size: 12px;
					font-weight: 900;
					line-height: 1;
					padding-bottom: 4px;
					letter-spacing: 1px;
					margin-right: 5px;
				}

				.blog-post-s1 .blog-post-meta-cats a {
					display: none;
				}

				.blog-post-s1 .blog-post-meta-cats a:first-child {
					display: inline-block;
				}

				.blog-post-meta-cats a:last-child {
					margin-right: 0;
				}

			.blog-post-meta-share {
				float: right;
			}

			.blog-post-meta-like {
				float: right;
				margin-left: 7px;
            }
            
            .blog-post-meta-like:not(.blog-post-liked) .fa::before {
                content: "\f08a";
            }

			.blog-post-meta-like-count {
				float: right;
				margin-left: 4px;
				line-height: 27px;
				font-weight: bold;
				font-size: 14px;
				color: #24cb83;
			}

			.blog-post-meta-share,
			.blog-post-meta-like {
				display: inline-block;
				width: 27px;
				height: 27px;
				border: 2px solid #24cb83;
				color: #24cb83;
				text-align: center;
				border-radius: 50%;
				cursor: pointer;
			}

				.blog-post-meta-share .fa,
                .blog-post-meta-like .far,
				.blog-post-meta-like .fas {
					font-size: 11px;
					line-height: 23px;
					vertical-align: middle;
				}

                .blog-post-meta-share .fa,
                .blog-post-meta-share .fas {
					font-size: 12px;
				}

			.blog-post-meta-date,
			.blog-post-meta-author {
				font-size: 12px;
				line-height: 1;
				font-family: Georgia, serif;
				color: #9fa6a7;
			}

			.blog-post-meta-photos {
				display: inline-block;
				text-transform: uppercase;
				color: #24cb83;
				padding-bottom: 4px;
				border-bottom: 2px solid rgba( 36, 203, 131, 0.4 );
				font-weight: 900;
				font-size: 12px;
				line-height: 1;
				letter-spacing: 1px;
			}

                .blog-post-meta-photos .far,
                .blog-post-meta-photos .fa {
					margin-right: 5px;
				}

		.blog-post-s1-title {
			color: #233335;
			font-size: 18px;
			line-height: 1.33;
			font-weight: bold;
			margin-bottom: 12px;
		}

			.blog-post-s1-title a {
				color: inherit;
			}

		.blog-post-s1-excerpt {
			font-size: 14px;
			line-height: 1.43;
		}

		.blog-post-s1-read-more-wrap {
			margin-top: 15px;
		}

			.blog-post-s1-read-more {
				display: inline-block;
			}

		.blog-post-s1-meta-bottom {
			padding-top: 18px;
			margin-top: 18px;
			border-top: 1px solid #e5e5e5;
			font-size: 12px;
			line-height: 1;
			font-family: Georgia, serif;
		}

			.blog-post-meta-date,
			.blog-post-meta-comments {
				display: inline-block;
			}

			.blog-post-meta-author {
				margin-right: 20px;
			}

			.blog-post-meta-date {
				margin-right: 20px;
			}

                .blog-post-meta-comments .far,
                .blog-post-meta-comments .fa {
					margin-right: 5px;
				}

/*--------------------------------------------------------------
	## Blog Post Style 2 - Listing
--------------------------------------------------------------*/

.blog-post-s2 {
	margin-bottom: 30px;
}

	.blog-post-s2-thumb {
		position: relative;
	}

		.blog-post-s2-thumb a,
		.blog-post-s2-thumb img {
			display: block;
		}

		.blog-post-s2-carousel {
			position: relative;
		}

			.blog-post-s2-carousel .owl-controls {
				position: absolute;
				margin: 0;
				bottom: 24px;
				left: 30px;
				z-index: 1;
			}

			.blog-post-s2 .owl-theme .owl-controls .owl-page span {
				margin: 0 3px;
				background: #24cb83;
				width: 6px;
				height: 6px;
			}

		.blog-post-s2-thumb-overlay {
			display: block;
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			top: 0;
			background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(32,32,32,0.3)); /* FF3.6-15 */
			background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(32,32,32,0.3)); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(32,32,32,0.3)); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6293b33',GradientType=0 ); /* IE6-9 */
		}

		.blog-post-s2-main {
			position: absolute;
			left: 0;
			bottom: 0;
			right: 0;
			padding: 0 30px 30px 30px;
		}

		.blog-post-s2.has-carousel .blog-post-s2-main {
			padding-bottom: 55px;
		}

			.blog-post-s2-meta-top {
				margin-bottom: 13px;
				position: relative;
			}

				.blog-post-s2-meta-top .blog-post-meta-cats {
					margin-top: 6px;
				}

				.blog-post-s2 .blog-post-meta-cats a {
					display: none;
				}

				.blog-post-s2 .blog-post-meta-cats a:first-child {
					display: inline-block;
				}

			.blog-post-s2-title {
				color: #fff;
				font-size: 18px;
				line-height: 1.33;
				font-weight: bold;
				margin-bottom: 15px;
			}

				.blog-post-s2-title a {
					color: inherit;
				}

			.blog-post-s2-meta-bottom {
				font-size: 12px;
				line-height: 1;
				font-family: Georgia, serif;
				color: #9fa6a7;
			}

/*--------------------------------------------------------------
	## Blog Post Style 3 - Listing
--------------------------------------------------------------*/

.blog-post-s3 {
	margin-bottom: 30px;
}

	.blog-post-s3-thumb {
		position: relative;
	}

		.blog-post-s3-thumb a,
		.blog-post-s3-thumb img {
			display: block;
		}

		.blog-post-s3-thumb-overlay {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			top: 0;
			background: rgba( 124, 105, 105, 0.8 );
		}

		.blog-post-s3-main {
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			padding: 0 30px;
			text-align: center;
		}

			.blog-post-link-overlay {
				display: block;
				position: absolute;
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
			}

			.mtst-active .blog-post-link-overlay {
				display: none;
			}

			.blog-post-s3-title {
				color: #fff;
				font-size: 22px;
				line-height: 1.23;
				font-weight: bold;
				margin-bottom: 12px;
				letter-spacing: 1px;
			}

				.blog-post-s3-title a {
					color: inherit;
				}

			.blog-post-s3-link {
				color: rgba( 255, 255, 255, 0.85 );
				font-size: 14px;
				line-height: 1.43;
				padding: 0 30px;
				margin-bottom: 17px;
			}

			.blog-post-is-url .blog-post-s3-link {
				word-break: break-all;
			}

			.blog-post-s3-meta-bottom {
				position: relative;
			}

				.blog-post-s3-meta-bottom .blog-post-meta-share,
				.blog-post-s3-meta-bottom .blog-post-meta-like {
					float: none;
					display: inline-block;
					color: #fff;
					border-color: #fff;
				}

/*--------------------------------------------------------------
	## Blog Post Style 4 - Listing
--------------------------------------------------------------*/

.blog-post-s4 {
	margin-bottom: 30px;
}

	.blog-post-s4-thumb {
		position: relative;
	}

		.blog-post-s4-thumb a,
		.blog-post-s4-thumb img {
			display: block;
		}

		.blog-post-s4-thumb-overlay {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			top: 0;
			background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(18,35,27,1)); /* FF3.6-15 */
			background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(18,35,27,1)); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(18,35,27,1)); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6293b33',GradientType=0 ); /* IE6-9 */
		}

		.blog-post-s4-main {
			position: absolute;
			left: 20px;
			bottom: 20px;
			right: 20px;
			top: 20px;
			border: 3px solid #24cb83;
			padding: 0;
			text-align: center;
		}

			.blog-post-s4-title {
				color: #fff;
				font-size: 32px;
				line-height: 1.33;
				font-weight: bold;
			}

				.blog-post-s4-title a {
					color: inherit;
				}

			.blog-post-s4-meta-bottom {
				position: absolute;
				bottom: 30px;
				left: 0;
				right: 0;
			}

				.blog-post-s4-meta-bottom-primary {
					margin-bottom: 24px;
				}

				.blog-post-s4 .blog-post-meta-share,
				.blog-post-s4 .blog-post-meta-like {
					float: none;
					display: inline-block;
				}

/*--------------------------------------------------------------
	## Pagination
--------------------------------------------------------------*/

.pagination {
	margin-top: 30px;
	text-align: center;
}

	.pagination ul,
	.pagination li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

		.pagination-load-more a {
			display: inline-block;
			background: #5adaa3;
			border: 0;
			border-radius: 40px;
			color: #fff;
			font-size: 12px;
			font-weight: 900;
			line-height: 41px;
			letter-spacing: 1px;
			text-transform: uppercase;
			padding: 0 20px;
		}

		.pagination-load-more.inactive a {
			background-color: #e4e4e4;
			color: #979797;
			cursor: default;
		}

            .pagination-load-more .fa,
            .pagination-load-more .fas {
				margin-right: 10px;
			}

/*--------------------------------------------------------------
	## Blog Post - Single
--------------------------------------------------------------*/
	
	/* carousel */	

	.blog-post-single-carousel-container {
		position: relative;
	}

		.blog-post-single-carousel {

		}

			.blog-post-single-carousel-item {
				position: relative;
			}

				.blog-post-single-carousel-item img {
					display: block;
				}

				.blog-post-single-carousel-item-overlay {
					display: block;
					position: absolute;
					left: 0;
					right: 0;
					bottom: 0;
					top: 0;
					background: -moz-linear-gradient(top,  rgba(0,0,0,0) 21%, rgba(0,0,0,0) 22%, rgba(0,0,0,0.5) 52%, rgba(0,0,0,0.6) 100%);
					background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 21%,rgba(0,0,0,0) 22%,rgba(0,0,0,0.5) 52%,rgba(0,0,0,0.6) 100%);
					background: linear-gradient(to bottom,  rgba(0,0,0,0) 21%,rgba(0,0,0,0) 22%,rgba(0,0,0,0.5) 52%,rgba(0,0,0,0.6) 100%);
				}

			.blog-post-single-carousel .owl-controls {
				position: absolute;
				margin: 0;
				bottom: 30px;
				left: 40px;
				z-index: 1;
			}

			.blog-post-single-carousel.owl-theme .owl-controls .owl-page span {
				margin: 0 6px;
				background: #24cb83;
				width: 10px;
				height: 10px;
			}

		.blog-post-single-carousel-go-prev,
		.blog-post-single-carousel-go-next {
			display: block;
			position: absolute;
			left: 0;
			top: 50%;
			margin-top: -20px;
			height: 40px;
			width: 40px;
			background: rgba( 36, 203, 131, 0.5 );
			cursor: pointer;
			text-align: center;
			transition: background .4s;
		}

		.blog-post-single-carousel-go-prev:hover,
		.blog-post-single-carousel-go-next:hover {
			background: rgba( 36, 203, 131, 0.9 );
		}

		.blog-post-single-carousel-go-next {
			left: auto;
			right: 0;
		}

			.blog-post-single-carousel-go-prev .fa,
            .blog-post-single-carousel-go-next .fa,
            .blog-post-single-carousel-go-prev .fas,
			.blog-post-single-carousel-go-next .fas {
				color: #fff;
				line-height: 40px;
				font-size: 15px;
			}

	/* thumbnail */
	.blog-post-single-thumb {
		background: #f8f8f8;
	}

		.blog-post-single-thumb img {
			display: block;
		}

	/* main */
	.blog-post-single-main,
	.page-single-main {
		background: #fff;
		padding: 35px 40px;
	}

	body.home .page-single-main {
		margin-bottom: 40px;
	}

		.blog-post-single-meta-top {
			margin-bottom: 11px;
			position: relative;
		}

		.blog-post-single-title,
		.page-single-title {
			font-size: 25px;
			font-weight: bold;
			color: #233335;
			line-height: 1.2;
			letter-spacing: 1px;
			margin-bottom: 12px;
		}

		.page-single-title {
			margin-bottom: 30px;
		}

		.blog-post-single-meta-bottom {
			font-size: 12px;
			line-height: 1;
			font-family: Georgia, serif;
			color: #9fa6a7;
			padding-bottom: 20px;
			border-bottom: 1px solid #e5e5e5;
			margin-bottom: 26px;
		}

		/* tags */
		.blog-post-single-tags {
			margin-top: 25px;
			font-size: 13px;
		}

			.blog-post-single-tags a {

			}

		/* pagination */
		.blog-post-single-pagination {
			margin-top: 20px;
		}

			.blog-post-single-pagination a {
				font-weight: bold;
			}

/* Blog Post Prev/Next Pagination */

.blog-post-single-nav {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

	.blog-post-single-nav-prev,
	.blog-post-single-nav-next {
		float: left;
		position: relative;
		color: #24cb83;
		font-size: 12px;
		font-weight: 900;
		line-height: 34px;
		letter-spacing: 2px;
		padding: 0 15px;
		border: 2px solid #24cb83;
		display: inline-block;
		cursor: pointer;
		text-align: center;
		text-transform: uppercase;
	}

        .blog-post-single-nav-prev .fa,
        .blog-post-single-nav-prev .fas {
			margin-right: 10px;
			display: inline-block;
		}

	.blog-post-single-nav-next {
		float: right;
	}

        .blog-post-single-nav-next .fa,
        .blog-post-single-nav-next .fas {
			margin-left: 10px;
			display: inline-block;
		}

/*--------------------------------------------------------------
	## Social Links
--------------------------------------------------------------*/

body a.social-link-twitter {
	background: #e1f1fc;
	color: #55acee;
}

body a.social-link-facebook {
	background: #e6eaf6;
	color: #3b5998;
}

body a.social-link-youtube {
	background: #fbdbda;
	color: #cd201f;
}

body a.social-link-vimeo {
	background: #bddfea;
	color: #1ab7ea;
}

body a.social-link-tumblr {
	background: #c5cfdc;
	color: #35465c;
}

body a.social-link-pinterest {
	background: #f9e1e0;
	color: #bd081c;
}

body a.social-link-linkedin {
	background: #b0d4e7;
	color: #0077b5;
}

body a.social-link-instagram {
	background: #d9e4eb;
	color: #004879;
}

body a.social-link-snapchat {
    background: #fffc00;
    color: #fff;
    text-shadow: 0px 0px 1px rgba( 0, 0, 0, 1 );
}

body a.social-link-github {
	background: #c7d7e6;
	color: #4183c4;
}

body a.social-link-google-plus {
	background: #fce0dc;
	color: #dc4e41;
}

body a.social-link-dribbble {
	background: #ecc8d6;
	color: #ea4c89;
}

body a.social-link-dropbox {
	background: #b5cfe5;
	color: #007ee5;
}

body a.social-link-flickr {
	background: #c0d4ed;
	color: #0063dc;
}

body a.social-link-foursquare {
	background: #f0c8d2;
	color: #f94877;
}

body a.social-link-behance {
	background: #ccd8ed;
	color: #1769ff;
}

body a.social-link-vine {
	background: #ccebe3;
	color: #00b488;
}

body a.social-link-rss {
	background: #efd6ca;
	color: #f26522;
}

body a.social-link-email {
	background: #ffe9ec;
	color: #ef7583;
}
/*--------------------------------------------------------------
	## About Author
--------------------------------------------------------------*/

.about-author {
	background: #fff;
	margin-top: 40px;
	padding: 40px;
}
	
	.about-author-sidebar {
		float: left;
		margin-right: 60px;
		text-align: center;
	}

		.about-author-avatar {
			font-size: 0;
			line-height: 0;
		}

			.about-author-avatar img {
				border-radius: 50%;
			}

		.about-author-sidebar-main {
			margin-top: 17px;
		}

			.about-author-name {
				display: block;
				color: #24cb83;
				font-size: 14px;
				font-weight: bold;
				line-height: 1;
				margin-bottom: 6px;
			}

				.about-author-name a {
					
				}

			.about-author-date {
				display: block;
				font-size: 12px;
				font-family: Georgia, serif;
				line-height: 1;
			}

	.about-author-main {
		overflow: hidden;
	}

		.about-author-bio {
			margin-bottom: 23px;
			font-size: 14px;
			line-height: 1.64;
		}

		.about-author-social {
			font-size: 0;
			line-height: 0;
		}

			.about-author-social a {
				color: #232323;
				font-size: 13px;
				margin-right: 17px;
				background: #d0e9e6;
    			color: #8a9a96;
    			line-height: 35px;
    			width: 35px;
    			display: inline-block;
    			margin-right: 15px;
    			text-align: center;
			}

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/

.comments-area {
	margin-top: 50px;
}

.comments-section-heading {	
	margin-bottom: 20px; 
}

	.comments-section-heading-title {
		font-size: 22px; 
		font-weight: bold; 
		letter-spacing: 1px;
		float: left;
		margin: 0;
	}

	.comments-section-heading-link {
		float: right;
		display: block;
		text-transform: uppercase;
		border-bottom: 2px solid #24cb83;
		font-size: 12px;
		font-weight: 900;
		line-height: 1;
		padding-bottom: 4px;
		letter-spacing: 1px;
		margin-top: 8px;
	}

.comments-area ul,
.comments-area ol,
.comments-area li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}

.comment {

}
	
.comments-area li.comments-pingback,
.comments-area li.comments-trackback {
	margin-bottom: 10px;
	font-size: 13px;
	background: #fff;
	padding: 10px;
}

	.comment-inner {
		background: #fff;
		padding: 40px;
		margin-bottom: 25px;
	}

		.comment-author-avatar {
			float: left;
			margin-right: 15px;
			width: 40px;
		}

			.comment-author-avatar img {
				border-radius: 50%;
				display: block;
			}

		.comment-info {
			margin-bottom: 20px;
		}

			.comment-meta {
				float: left;
				margin-top: 5px !important
			}

				.comment-meta-author {
					display: block;
					color: #24cb83;
					font-size: 14px;
					font-weight: bold;
					line-height: 1;
					margin-bottom: 4px !important;
				}

				.comment-meta-date {
					display: block;
					font-size: 12px;
					font-family: Georgia, serif;
					color: #949494;
					line-height: 1;
				}

			.comment-reply {
				float: right;
			}

				.comment-reply a {
					line-height: 40px;
					display: inline-block;
					font-size: 14px;
					font-weight: bold;
				}

		.comment-main {
			font-size: 14px;
   			line-height: 1.64;
		}

	.comment .children {
		margin-left: 80px;
	}

	.comments-no-comments {
		margin-bottom: 20px;
	}

.comment-respond {
	background: #fff;
	padding: 40px;
}

	.comment-reply-title {
		margin: 0;
		padding: 0;
		color: #232323;
		font-size: 18px;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 20px;
	}

	.comment-respond .logged-in-as,
	.comment-notes {
		font-size: 14px;
	}

		.comment-form-comment {
			font-size: 0;
			line-height: 0;
			margin: 0;
		}

		.comment-form-name,
		.comment-form-email,
		.comment-form-website {
			margin-top: 20px;
			font-size: 0;
			line-height: 0;
		}

			.comment-respond input[type="text"],
			.comment-respond textarea {
				background: #fff;
				border: 1px solid #eee;
			}

			.comment-respond textarea {
				height: 140px;
			}

		.comment-respond .form-submit {
			clear: both;
			padding-top: 20px;
			margin-bottom: 0;
		}

/*--------------------------------------------------------------
	## Contact Form 7
--------------------------------------------------------------*/

body .wpcf7 {
	border: 4px solid #ffe9ec;
    padding: 40px;
}

body input[type="text"],
body input[type="email"],
textarea {
	background: #fff;
    border: 1px solid #ffe9ec;
}

/*--------------------------------------------------------------
	## Sidebar
--------------------------------------------------------------*/

#sidebar {
	position: relative;
}
	
	#sidebar .widget {
		margin-bottom: 35px;
		background: #fff;
		padding: 25px;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
		-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	}

	#sidebar .widget:last-child {
		margin-bottom: 0;
	}

		#sidebar .widget-title {
			margin: 0;
			padding: 0;
			color: #233335;
			border-bottom: 2px solid rgba( 0, 0, 0, 0.1 );
			font-size: 12px;
			font-weight: 900;
			letter-spacing: 1px;
			line-height: 1.2;
			padding-bottom: 10px;
			margin-bottom: 25px;
			text-transform: uppercase;
		}

/*--------------------------------------------------------------
	# Widgets
--------------------------------------------------------------*/

.widget {

}

/*--------------------------------------------------------------
	## Widget - About Author
--------------------------------------------------------------*/

.about-author-widget {
	text-align: center;
	position: relative;
}

#panel .about-author-widget {
	padding: 15px;
}

	.about-author-image {
		margin-bottom: 30px;
	}

	#panel .about-author-image {
		margin-bottom: 20px;
	}

		.about-author-image img {
			display: block;
			width: 100%;
		}

	.about-author-widget-info {
		
	}

		.about-author-widget-name {
			font-size: 18px;
			font-weight: bold;
			color: #233335;
			line-height: 1.2;
			margin-bottom: 12px;
		}

		.about-author-widget-text {
			
		}

/*--------------------------------------------------------------
	## Widget - Instagram
--------------------------------------------------------------*/

.instagram-widget-images {
	overflow: hidden;
}

	.instagram-widget-image {
		float: left;
		width: 25%;
	}

		.instagram-widget-image img {
			display: block;
		}

/*--------------------------------------------------------------
	## Widget - Recent Posts
--------------------------------------------------------------*/

.posts-list-widget {

}

/*--------------------------------------------------------------
	## Widget - Recent Posts Alt
--------------------------------------------------------------*/

.posts-list-alt-widget {

}

/*--------------------------------------------------------------
	## Widget - Social
--------------------------------------------------------------*/

.social-widget {
	font-size: 0;
	line-height: 0;
	margin-bottom: -15px;
}

	.social-widget a {
		display: inline-block;
		font-size: 14px;
		background: #d0e9e6;
		color: #8a9a96;
		line-height: 37px;
		width: 37px;
		text-align: center;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	#panel .social-widget a:nth-child(5n) {
		margin-right: 0;
	}

/*--------------------------------------------------------------
	## Widget - Subscribe
--------------------------------------------------------------*/

.subscribe-widget {
	padding: 20px;
	text-align: center;
	background: #a35962;
	background-size: cover;
}

	.subscribe-widget-inner {
		border: 2px solid #fff;
		padding: 30px;
	}

		.subscribe-widget h4 {
			font-size: 22px;
			line-height: 27px;
			font-family: "Rufina";
			color: #fff;
			font-weight: bold;
			margin-bottom: 20px;
		}

		.subscribe-widget h5 {
			font-size: 13px;
			line-height: 1.2;
			font-weight: normal;
			font-family: "Rufina";
			color: #fff;
			text-decoration: underline;
			margin-bottom: 0;
		}

		.subscribe-widget .wysija-paragraph {
			margin-bottom: 22px;
		}

		.subscribe-widget .widget_wysija_cont {
			position: relative;
		}

		.subscribe-widget .wysija-paragraph label {
			display: none;
		}

		.subscribe-widget input[type="text"].wysija-input,
		.subscribe-widget input[type="email"].wysija-input {
			background: #fff;
			border: 0;
			display: inline-block;
			line-height: 45px;
			color: #7f7f7f;
			font-size: 12px;
			font-family: "Rufina";
			font-weight: bold;
			padding: 0;
			width: 100%;
			border-radius: 0;
			padding: 0 15px;
		}

		.subscribe-widget input[type="submit"].wysija-submit {
			position: absolute;
			top: 0;
			right: 0;
			border: 0;
			display: inline-block;
			line-height: 45px;
			color: #fff;
			font-size: 13px;
			font-family: "Source Sans Pro";
			font-weight: 400;
			background: #5eb9aa;
			padding: 0 22px;
			margin: 0;
			border-radius: 0;
			text-transform: none;
		}

		.widget_wysija_cont .allmsgs .updated {
			border: 0;
			margin: 0;
			padding: 0;
			background: transparent;
			color: inherit;
			font-size: 15px;
			font-family: "Source Sans Pro";
		}

		.widget_wysija_cont .allmsgs {
			border: 0;
			margin-bottom: 10px;
			background: #5eb9aa;
			color: #fff;
			padding: 10px;
			font-family: "Source Sans Pro";
		}

/*--------------------------------------------------------------
	## Widget - Tag Cloud
--------------------------------------------------------------*/

.widget .tagcloud {
	font-size: 0;
	line-height: 0;
}

	.widget .tagcloud a {
		display: inline-block;
		line-height: 25px;
		padding: 0 15px;
		background: #ffe9ec;
		color: #f07d8a;
		font-size: 10px !important;
		font-weight: 900 !important;
		text-transform: uppercase;
		border-radius: 30px;
		margin-right: 10px;
		margin-bottom: 10px;
		letter-spacing: 2px;
	}

/*--------------------------------------------------------------
	# Footer
--------------------------------------------------------------*/

#footer {

}

/*--------------------------------------------------------------
	## Footer Widgets Full
--------------------------------------------------------------*/

#footer-widgets-full {
	margin-bottom: 30px;
}

	#footer-widgets-full .widget {
		margin-top: 35px;
		background: #fff;
		padding: 25px;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
		-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	}

	#footer-widgets-full .widget:first-child {
		margin-top: 0;
	}

		#footer-widgets-full .widget-title {
			margin: 0;
			padding: 0;
			color: #233335;
			border-bottom: 2px solid rgba( 0, 0, 0, 0.1 );
			font-size: 12px;
			font-weight: 900;
			letter-spacing: 1px;
			line-height: 1.2;
			padding-bottom: 10px;
			margin-bottom: 25px;
			text-transform: uppercase;
		}

/*--------------------------------------------------------------
	## Footer Widgets
--------------------------------------------------------------*/

#footer-widgets {

}

	#footer-widgets .widget {
		margin-top: 35px;
		background: #fff;
		padding: 25px;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
		-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	}

	#footer-widgets .widget:nth-child(3n) {
		margin-right: 0;
	}

	#footer-widgets .widget:nth-child(-n+3) {
		margin-top: 0;
	}

		#footer-widgets .widget-title {
			margin: 0;
			padding: 0;
			color: #233335;
			border-bottom: 2px solid rgba( 0, 0, 0, 0.1 );
			font-size: 12px;
			font-weight: 900;
			letter-spacing: 1px;
			line-height: 1.2;
			padding-bottom: 10px;
			margin-bottom: 25px;
			text-transform: uppercase;
		}

/*--------------------------------------------------------------
	## Footer Instagram
--------------------------------------------------------------*/

#footer-instagram {
	
}

/*--------------------------------------------------------------
	## Footer Bottom
--------------------------------------------------------------*/

#footer-bottom {
	padding: 80px 0 70px 0;
}
	
	/**
	 * Footer Copyright
	 */

	#footer-copyright {
		text-align: center;
		font-size: 14px;	
		line-height: 1;	
	}

		#footer-copyright a {
			font-weight: bold;
		}

/*--------------------------------------------------------------
	## CSS3 Loader
--------------------------------------------------------------*/

.sk-cube-grid {
	width: 50px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

.sk-cube-grid .sk-cube {
	width: 30%;
	height: 30%;
	margin-right: 3%;
	margin-bottom: 3%;
	background-color: #24cb83;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s; 
}
.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s; 
}
.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s; 
}
.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s; 
}
.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s; 
}
.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s; 
}
.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s; 
}
.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s; 
}
.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s; 
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

/*--------------------------------------------------------------
	# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Normal Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1281px ) and ( max-width: 1425px )  {

	

}

/*--------------------------------------------------------------
	## Smaller Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1024px ) and ( max-width: 1280px )  {

	body .wrapper {
		max-width: 940px;
	}

	.blog-post-s3-title { font-size: 18px; }

	.blog-post-s4-main {
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}

	.blog-post-s4-meta-bottom-primary {
		margin-bottom: 15px;
	}

	.blog-post-s4-meta-bottom {
		bottom: 15px;
    }
    
    .blog-post-meta-cats {
        max-width: 70%;
    }

}

/*--------------------------------------------------------------
	## Tablets
--------------------------------------------------------------*/

@media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {

	body .wrapper {
		max-width: 748px;
	}

	.grid-sizer { width: 48.62%; }

	.body-navigation-type-regular #navigation-regular {
		display: none !important;
	}

	.body-navigation-type-regular #mobile-navigation {
		display: block;
		float: right;
		margin-top: 24px;
	}

}

/*--------------------------------------------------------------
	## Phones ( landscape + portrait )
--------------------------------------------------------------*/

@media only screen and ( max-width: 767px ) {

	.logo-text {
		font-size: 50px;
		line-height: 1.2;
	}

	/**
	 * Force show posts ( no masonry )
	 */

	 .sk-cube-grid {
	 	display: none;
	 }

	.blog-post-s1,
	.blog-post-s2,
	.blog-post-s3,
	.blog-post-s4 {
		opacity: 1 !important;
		transition: transform .5s, opacity .5s;
		transform: translateY( 0px );
	}

	/**
	 * Columns to 100%
	 */

	.grid-sizer,
	.layout-2_col_sidebar .grid-sizer,
	.layout-2_col_full .grid-sizer {
		width: 100%;
	}
	
	.gutter-sizer { width: 0; }

	body .col {
		margin-right: 0;
		width: 100% !important;
	}

	#main {
		padding-top: 0;
	}

	#page-bg-image {
		background-size: 300%;
		opacity: 0.4;
	}

	#header-nav {
		display: none;
	}

	#navigation-regular {
		display: none;
	}

	#header-search-button {
		display: none;
	}

	#logo {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}

	#mobile-navigation {
		display: block;
	}

	.social-mobile {
		display: block;
	}

	.about-author-sidebar {
		float: none;
		margin: 0 0 20px 0;
	}

	#footer-copyright {
		line-height: 1.7;
	}

	body .comment .children {
		margin-left: 0;
	}

}

/*--------------------------------------------------------------
	## Phones ( landscape )
--------------------------------------------------------------*/

@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {

	body .wrapper {
		max-width: 420px;
	}

	body.single-post #main .wrapper {
		max-width: 90%;
	}

	.blog-post-s1-thumb img,
	.blog-post-s2-thumb img,
	.blog-post-s3-thumb img,
	.blog-post-s4-thumb img {
		width: 100%;
	}

}

/*--------------------------------------------------------------
	## Phones ( portrait )
--------------------------------------------------------------*/

@media only screen and ( max-width: 479px ) {

	body .wrapper {
		max-width: 300px;
	}

	body.single-post #main .wrapper {
		max-width: 90%;
	}

	.blog-post-s3-title { font-size: 18px; }

	.blog-post-s4-main {
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}

	.blog-post-s4-meta-bottom-primary {
		margin-bottom: 15px;
	}

	.blog-post-s4-meta-bottom {
		bottom: 15px;
    }
    
    .blog-post-meta-cats {
        max-width: 70%;
    }

}