/*
Theme Name: Curious Wanderess Test
Theme URI: https://curiouswanderess.com
Author: Sylwia @ Curious Wanderess
Author URI: https://curiouswanderess.com
Description: This is a template designed for Curious Wanderess travel blog
Version: 2.0.0
Text Domain: curiousw
Domain Path: /languages/
*/

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

/** Clearfix **/
.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
	table-layout: fixed;
}

.clearfix::after {
	clear: both;
}

/* custom fonts */
@font-face {
	font-family: 'Selatine-Regular';
	src: url('fonts/Selatine-Regular.eot');
	src: url('fonts/Selatine-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Selatine-Regular.woff2') format('woff2'),
		 url('fonts/Selatine-Regular.woff') format('woff'),
		 url('fonts/Selatine-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* MAIN STYLES */
header,
footer,
section,
aside,
time,
article {
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

p {
	color: #3b3b3b;
	font: 16px/1.65 'Source Sans Pro', 'Open Sans', Arial, sans-serif;
	margin: 1em auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 2em 0 .5em;
	font: 400 1em/1.5 'Bree Serif', Arial, sans-serif;
}

h1 {
	font-size: 24px;
	font-size: 1.5em;
	line-height: 2.25;
}

h2 {
	font-size: 20px;
	font-size: 1.25em;
	line-height: 2;
}

h3 {
	font-size: 18px;
	font-size: 1.125em;
	line-height: 1.75;
}

h4 {
	font-size: 16px;
	font-size: 1em;
}

h5 {
	font-size: 16px;
	font-size: 1em;
	text-transform: uppercase;
}

ol,
ul {
	margin: 1em 0 1em 1.125em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

blockquote {
	margin: 2em;
	padding: 0 1em;
}

blockquote p {
	font: 1.6em/1.6 'Selatine-Regular', 'Bree Serif', 'Open Sans', Arial, sans-serif;
	color: #45ac9d;
}

blockquote p:before {
	content: '“';
	font: 1.5em/1 'Bree Serif', 'Open Sans', Arial, sans-serif;
	margin-left: -.6em;
	padding-right: .25em;
}

blockquote p:after {
	content: '”';
	font: 1.5em/1 'Bree Serif', 'Open Sans', Arial, sans-serif;
	margin-right: -1em;
	padding-left: .25em;
}

blockquote footer {
	font: 1.25em/1 'Open Sans', Arial, sans-serif;
}

blockquote footer:before {
	content: '—';
}

figure,
img {
	max-width: 100%;
	height: auto;
}

iframe {
	width: 100%;
}

input {
	font: 1em 'Open Sans', Arial, sans-serif;
	line-height: 2;
	height: 2.3125em;
	border: 1px solid #BFBFBF;
	margin: 0;
	padding: 0.3em 0.625em;
	background: #fff;
	vertical-align: middle;
}

input[type="button"],
input[type="submit"] {
	font: 700 1.5em/1 'Open Sans', Arial, sans-serif;
	color: #fff;
	background: #333;
	border: none;
	outline: none;
}
/* End MAIN STYLES */

/* BODY STYLES */
html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
}

body {
	background: #fff;
	color: #3b3b3b;
	font: 17px/1.65 'Open Sans', Arial, sans-serif;
}

#page {
	width: 100%;
}

.page-header,
.site-content,
#navigation,
.site-footer,
.hero-main-text {
	width: 90%;
	max-width: 1040px;
	margin: 0 auto;
}

#main {
	margin-bottom: 2em;
}

.main-content {
	vertical-align: top;
	padding: 2em 0 0 0;
}

.span-color {
	color: #45ac9d;
	font-weight: 600;
}
/* End BODY STYLES */

/* NEXT / PREV STYLES */
#navigation,
.search-pagination,
.search-back-nav,
.category-pagination,
.category-back-nav {
	background: #fff;
	clear: both;
	font: .9em/4.08 'Source Sans Pro', Arial, sans-serif;
	overflow: hidden;
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 0 auto;
	width: 90%;
	max-width: 1040px;
}

#navigation .left,
#navigation .right,
.search-back-nav .left,
.category-back-nav .left {
	display: inline;
}

#navigation .left,
.search-back-nav .left,
.category-back-nav .left {
	float: left;
}

#navigation .right {
	float: right;
}

#navigation .left a,
#navigation .right a,
#navigation .both a,
.search-back-nav .left a,
.category-back-nav .left a {
	color: #45ac9d;
	text-decoration: none;
	font-weight: 600;
	text-transform: capitalize;
}

#navigation .left a span,
#navigation .right a span,
#navigation .both a span,
.search-back-nav .left a span,
.category-back-nav .left a span {
	color: #150300;
}

#navigation .left a span,
.search-back-nav .left a span,
.category-back-nav .left a span {
	padding-left: .5em;
}

#navigation .right a span {
	padding-right: .5em;
}

#navigation .both a span {
	padding-right: .5em;
	padding-left: .5em;
}

#navigation .left a:hover,
#navigation .right a:hover {
	text-decoration: none;
}

#navigation .left a:hover span,
#navigation .right a:hover span,
.search-back-nav .left a:hover span,
.category-back-nav .left a:hover span {
	text-decoration: underline;
}

#navigation .pagination,
.search-pagination .pagination,
.category-pagination .pagination {
	display: inline;
	color: #a6a6a6;
}
/* End NEXT / PREV STYLES */

/* HOMEPAGE STYLES */
.hero-content {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("img/main.jpg") no-repeat center / cover;
	background-color: rgba(0, 0, 0, 0.2);
	height: 100vh;
	width: 100%;
	margin: 0 auto;
	padding: 8em 0;
	text-align: center;
	position: relative;
}

.hero-content h1 {
	color: #fff;
	font-family: 'Selatine-Regular', 'Courgette', 'Open Sans', Arial, sans-serif;
	margin: 0 auto;
	height: auto;
	font-weight: normal;
}

.hero-content h3 {
	color: #fff;
	font-family: 'Selatine-Regular', 'Courgette', 'Open Sans', Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 3em;
}

.hero-content h4,
.blog-page h4 {
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}

.hero-container {
	display: table;
	margin: 0 auto;
}

.hero-main-text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.blog-page {
	height: 100vh;
	margin: 0 auto;
	padding: 8em 0;
	text-align: center;
	position: relative;
}

.button {
	font-family: 'Bree Serif', Arial, sans-serif;
	color: #fff;
	background: transparent;
	border: 3px solid #fff;
	padding: .5em 1.85em;
	text-align: center;
}

a.button,
a.button:link {
	color: #fff;
}


/* featured blog posts on homepage */
.featured-posts {
	display: block;
	width: 100%;
}

/* double line code */
.double-line {
	display: block;
	width: 100%;
}

.double-line h2,
.insta-feed h2,
.map h2 {
	font-family: 'Selatine-Regular', 'Courgette';
	color: #45ac9d;
}

.insta-feed h2 {
	margin-top: 1em;
	text-align: center;
}

.double {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}

.double:before,
.double:after {
	content: " ";
	height: 5px;
	border-bottom: 1px solid #45ac9d;
	border-top: 1px solid #45ac9d;
	top: 0;
	width: 50%;
	bottom: 0;
	margin: auto;
}

.double:before {
	right: 100%;
	margin-right: 15px;
}

.double:after {
	left: 100%;
	margin-left: 15px;
}

.sm {
	background-color: #f8f8f8;
	box-shadow: 0 0 0 2px #fff inset;
	border: 5px solid #f8f8f8;
	padding: 0.5em 1em 1.5em 1.5em;
}

/* insta color button and spacing */
#sb_instagram .sbi_follow_btn a {
	background: #45ac9d;
}

.insta-feed {
	padding-bottom: 1.5em;
}
/* end of double line code */

ul.footer-list,
ul.homepage-featured-posts,
ul.index-featured-posts,
ul.homepage-about,
ul.social-media-menu,
.search-container,
.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.footer-list {
	padding-top: 3em;
}

ul.index-featured-posts {
	align-content: center;
}

li.individual-blog-post {
	height: auto;
	border: 1px solid #eaeaea;
}

li.individual-blog-post h4 {
	color: #45ac9d;
	margin-top: 0;
	font-family: 'Selatine-Regular', 'Courgette';
}

li.individual-blog-post .blog-excerpt {
	padding: 20px;
}

.about-info-text {
	background-color: #f8f8f8;
	box-shadow: 0 0 0 2px #fff inset;
	border: 5px solid #f8f8f8;
	padding: 0.5em 1em 1.5em 1.5em;
}

li.about-info h3 {
	color: #45ac9d;
	margin: 0 0 1em 0;
}

.about-intro {
	width: 100%;
	margin: 0 auto;
}

.intro-1 {
	text-align: center;
	padding: 1em;
	background-color: #f8f8f8;
	box-shadow: 0 0 0 2px #fff inset;
	border: 5px solid #f8f8f8;
	margin-bottom: 1.5em;
}

.intro-1 h1 {
	margin: 0.5em;
	font-size: 2.5em;
	font-family: 'Selatine-Regular', 'Courgette';
	line-height: 1.5em;
}

.intro-1 h3 {
	font-family: 'Bree Serif';
	margin-top: 0;
}

.wp-block-image {
	margin-bottom: 0.5em;
}

.intro-2 {
	padding-bottom: 0.5em;
}

.about-container {
	padding: 0.5em;
}

div.button-about {
	display: table;
	margin: 0 auto;
}

.button-about a {
	font-family: 'Bree Serif', Arial, sans-serif;
	color: #fff;
	background: #45ac9d;
	border: none;
	padding: .5em 1.85em;
	text-align: center;
}

.vertical-image {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 100%;
}

.right-image,
.left-image {
	width: 49%;
}
/* End ABOUT PAGE STYLES */

/* resources page styles */
.wp-block-column {
	border: 1px solid #eaeaea;
	padding: 0 20px 15px;
}

.wp-block-column h4 {
	margin-top: 0;
	padding-top: 1em;
	border-top: 1px solid #eaeaea;
}

.wp-block-button a {
	font-family: 'Bree Serif', Arial, sans-serif;
	color: #fff;
	background: #45ac9d;
	border: none;
	border-radius: 0;
	font-size: 1em;
	padding: .5em 1.5em;
	text-align: center;
}

.wp-block-columns {
	margin-bottom: 1em;
}
/* END resources page styles */

/* -------------------------------------------------------
FOOTER
------------------------------------------------------- */

.main-footer {
	background-color: #EDECE9;
	width: 100%;
	color: #3b3b3b;
}

/* Footer typography */

.site-footer,
.site-footer a {
	color: #3b3b3b;
	font-size: .9em;
	line-height: 1.5;
}

.site-footer p {
	font-size: 1em;
}

/* Footer column spacing */

li.site-overview {
	padding-bottom: 1em;
	text-align: center;
}

li.newsletter {
	padding-bottom: 2em;
}

/* Footer logo */

.logo {
	margin: 0 auto;
	max-width: 150px;
}

/* Icons */

.fa-chevron-down {
	font-family: 'FontAwesome';
	content: '\f107';
	font-style: normal;
	color: #fff;
	text-align: center;
}

/* -------------------------------------------------------
FOOTER NEWSLETTER
------------------------------------------------------- */

/* Hide Mailchimp label */

.newsletter label {
	display: none;
	font: .875em/1.75em 'Open Sans', Arial, sans-serif;
	font-weight: bold;
}

/* Newsletter inputs */

.newsletter input[type="email"],
.newsletter input[type="text"] {
	width: 100%;
	height: 2.6rem;
	font: .875em/1.75em 'Source Sans Pro', Arial, sans-serif;
	font-style: italic;
	outline-color: #45ac9d;
}

/* Newsletter submit button */

.newsletter input[type="submit"] {
	width: 100%;
	height: 2.6rem;
	padding: .5em;
	background: #45ac9d;
	font: 1em 'Bree Serif', Arial, sans-serif;
	cursor: pointer;
}

/* Footer headings (newsletter + search) */

.newsletter h4,
.search-form h4 {
	margin-top: 0;
	font-family: 'Bree Serif';
}


/* social media menu in footer */
.social-media-navigation h2 {
	text-align: center;
	font-family: 'Selatine-Regular', 'Courgette';
}

.site-description {
	width: 100%;
	text-align: center;
	padding-top: 2em;
}

.site-description a {
	font-size: 1em;
}

.site-description a:hover {
	border-bottom: 1px solid #45ac9d;
}

/* ===============================
   SOCIAL MEDIA ICONS (Font Awesome 7)
   =============================== */

ul.social-media-menu {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.social-media-menu li {
	display: inline-block;
}

/* Base icon styling */
.social-media-menu li a:before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Font Awesome 7 Brands';
	font-weight: 400;
	font-size: 1.5em;
	width: 2.125em;
	height: 2.125em;
	border: 2px solid #45ac9d;
	border-radius: 50%;
	text-align: center;
	color: #45ac9d;
	background: #fff;
	transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

/* Hover effect */
.social-media-menu li a:hover:before {
	background: #45ac9d;
	color: #fff;
	transform: translateY(-2px);
}

/* Email icon */
.social-media-menu li a[href*="mailto"]::before {
	font-family: 'Font Awesome 7 Free';
	font-weight: 900;
	content: '\f0e0';
}

/* Standard networks */
.social-media-menu li a[href*="facebook.com"]::before { content: '\f09a'; }
.social-media-menu li a[href*="twitter.com"]::before { content: '\f099'; }
.social-media-menu li a[href*="x.com"]::before { content: '\e61b'; }
.social-media-menu li a[href*="linkedin.com"]::before { content: '\f0e1'; }
.social-media-menu li a[href*="instagram.com"]::before { content: '\f16d'; }
.social-media-menu li a[href*="youtube.com"]::before { content: '\f167'; }
.social-media-menu li a[href*="pinterest.com"]::before { content: '\f0d2'; }
.social-media-menu li a[href*="github.com"]::before { content: '\f09b'; }
.social-media-menu li a[href*="tumblr.com"]::before { content: '\f173'; }
.social-media-menu li a[href*="vimeo.com"]::before { content: '\f27d'; }
.social-media-menu li a[href*="flickr.com"]::before { content: '\f16e'; }
.social-media-menu li a[href*="codepen.com"]::before { content: '\f1cb'; }
.social-media-menu li a[href*="dribbble.com"]::before { content: '\f17d'; }

/* New networks */
.social-media-menu li a[href*="tiktok.com"]::before { content: '\e07b'; }
.social-media-menu li a[href*="threads.net"]::before { content: '\e618'; }

/* Dropdown arrow */
.fa-chevron-down {
	font-family: 'Font Awesome 7 Free';
	font-weight: 900;
	font-style: normal;
	color: #fff;
	text-align: center;
}
 /* end social media icons styles */
 
 /* -------------------------------------------------------
FOOTER SEARCH
------------------------------------------------------- */

/* Search heading */

li.search-form h4 {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* Search form wrapper */

li.search-form .searchform {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100%;
	max-width: 320px;
	margin: 0 auto 1em;
}

/* Search input */

li.search-form .searchform input[type="text"],
li.search-form .searchform input[type="search"] {
	flex: 1 1 auto;
	min-width: 0;
	height: 2.6rem;
	margin: 0;
	padding: .5em;
	box-sizing: border-box;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: none;
	font: 1em 'Source Sans Pro', Arial, sans-serif;
	font-style: italic;
	outline-color: #45ac9d;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

/* Search placeholder */

li.search-form .searchform input[type="text"]::placeholder,
li.search-form .searchform input[type="search"]::placeholder {
	font: .875em/1.75em 'Source Sans Pro', Arial, sans-serif;
	font-style: italic;
	opacity: 1;
}

/* Search submit button */

li.search-form .searchform input[type="submit"],
li.search-form .searchform .search-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 52px;
	width: 52px;
	height: 2.6rem;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-left: none;
	background: #45ac9d;
	color: #ffffff;
	outline-color: #45ac9d;
	cursor: pointer;
}

/* Search icon */

li.search-form .searchform .search-submit i {
	color: #fff;
	line-height: 1;
	font-size: 1rem;
}
 
 

/* Accessibility text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.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;
}
/* End FOOTER STYLES */

/* BLOG STYLES */
.index-page h1,
.entry-summary h2 {
	text-align: center;
	font-size: 2em;
	font-family: 'Selatine-Regular', 'Courgette';
}

.entry-summary h3 {
	font-size: 1.4em;
}

.entry-summary h4 {
	font-size: 1.15em;
	font-style: italic;
}

.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5 {
	margin: 1em 0 .5em;
}

li.index-blog-post {
	padding: 0.5em;
}

.index-image {
	position: relative;
}

.index-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .5s ease;
	background-color: #45ac9d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}

.index-overlay:hover {
	opacity: 0.8;
}

.index-overlay h4 {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	margin: 0;
	font-family: 'Selatine-Regular', 'Courgette';
}

li.index-blog-post img,
li.individual-blog-post img {
	vertical-align: top;
}

.post-entry {
	padding: 1.875em 0;
}

.entry-title {
	margin: 0.25em 0 1em;
	font-family: 'Selatine-Regular', 'Courgette', 'Open Sans', Arial, sans-serif;
	color: #fff;
	padding: 0.5em;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 1040px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:hover {
	color: #45ac9d;
}

.entry-time {
	color: #45ac9d;
	font: 600 .82em/1.65 'Open Sans', Arial, sans-serif;
}

.category .page-title {
	font: 1.5em/2 'Selatine-Regular', 'Courgette', 'Open Sans', Arial, sans-serif;
	margin: 0 auto;
	padding-top: 2em;
}

.category-page {
	margin: 1em 0 2em;
}

.category .page-title span {
	color: #45ac9d;
}

.entry-summary a:not(.wp-block-button__link) {
	color: #45ac9d;
	font-weight: 600;
}

.entry-summary a:hover {
	text-decoration: underline;
}

.wp-caption {
	display: inline;
}

.wp-caption img {
	margin: 1em 0 0;
}

.wp-caption-text {
	text-align: left;
	font-style: italic;
	font-size: .8em;
	color: #a6a6a6;
}

.read-more a {
	font-size: 13px;
	font-size: .8em;
	font-family: 'Bree Serif', Arial, sans-serif;
	color: #45ac9d;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 1em;
}

.read-more span {
	color: #3b3b3b;
}

.read-more a:hover {
	border-bottom: 1px solid #45ac9d;
}

.entry-meta{
    font-size: 0.82em;
}

.entry-footer .entry-terms {
	color: #a6a6a6;
}

.entry-footer {
	margin-top: 1.5em;
}

.entry-footer .entry-terms a {
	color: #3b3b3b;
	font-weight: 600;
	text-decoration: none;
	text-transform: capitalize;
}

.entry-footer .entry-terms a:hover {
	border-bottom: 1px solid #45ac9d;
}

.entry-terms span {
	font-weight: normal;
	color: #a6a6a6;
}

.entry-footer .entry-terms + .entry-terms:before {
	content: '/';
	padding: 0 .625em;
}

.main-content .post-entry:last-child {
	border-bottom: 0;
}

.single .main-content {
	padding: 0;
}

.search .page-title span {
	color: #45ac9d;
}

.search-result .page-title {
	font-family: 'Selatine-Regular', 'Courgette';
}


/*search page results*/

.search-img img {
	border: 1px solid #eaeaea;
	box-shadow: 1px 2px #eaeaea;
}

.search-text h2 {
	margin: 0 0 1em 0;
	color: #45ac9d;
	font-family: 'Selatine-Regular', 'Courgette';
}

.search-container {
	padding: 1em 0 2em;
}

.article-list {
	width: 100%;
	margin-bottom: 20px;
}

.article-list .link-box {
	position: relative;
	border: 1px solid #BFBFBF;
	padding: 25px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.article-list .link-box h4 {
	font-family: 'Selatine-Regular';
	color: #3b3b3b;
	font-size: 1.5em;
	text-align: center;
	position: absolute;
	font-style: normal;
	top: -17px;
	left: 0;
	right: 0;
	background: #fff;
	max-width: 100%;
	width: 160px;
	margin: 0 auto;
}

.article-list .link-box ul {
	margin: 0;
	text-align: center;
}

.article-list .link-box ul li {
	list-style-type: none;
	display: block;
}

.tip {
	background-color: #f8f8f8;
	box-shadow: 0 0 0 2px #fff inset;
	border: 5px solid #f8f8f8;
	padding: 1em 1em 0 1em;
	margin: 1em 0;
}

.tip h2 {
	margin-top: 0.5em;
}

.tip h4 {
	font-family: 'Bree Serif';
	font-size: 1.1em;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	font-style: normal;
}

.tip p {
	margin-top: 0;
}
/* End BLOG STYLES */

/* SINGLE POST STYLES */
.single .double-line {
	padding: 1em 0;
}

.author-name {
	text-transform: capitalize;
}

.comments-area {
	clear: both;
	overflow: hidden;
}

.comments-area .comments-title {
	color: #150300;
	font-size: 2em;
	font: 1em/1 'Bree Serif', Arial, sans-serif;
	height: 3em;
	text-transform: uppercase;
}

.comment-list {
	margin-bottom: 1.5em;
}

.comment-list .comment-head {
	margin: .625em 0;
}

.comment-list .comment {
	font: .8em/2.08 'Open Sans', Arial, sans-serif;
	border: 1px solid #eaeaea;
	box-shadow: 1px 2px #eaeaea;
	padding: 0.5em;
	margin-left: 32px;
}

.comment-list .comment a {
	color: #45ac9d;
	text-decoration: none;
}

.comment-list .comment a:hover {
	text-decoration: underline;
}

.comment-list .comment .comment-author {
	font-weight: 600;
	text-transform: capitalize;
}

.comments-area .comment-reply-title {
	color: #45ac9d;
	font: 1.176em/1.75 'Selatine-Regular', 'Courgette', 'Open Sans', Arial, sans-serif;
	margin: 1em 0;
}

.comments-area .comment-reply-title a {
	color: #45ac9d;
}

.comments-area .comment-reply-title a:hover {
	text-decoration: underline;
}

.comments-area .comment-form p {
	font: .8em/2.08 'Open Sans', Arial, sans-serif;
}

.comments-form-comment {
	margin: 2em 0 0;
}

.comment-form input {
	width: 100%;
	line-height: 3em;
	border: 1px solid #BFBFBF;
	outline-color: #45ac9d;
	background: #F8F8F8;
}

.comments-area .comment-form p a:hover {
	text-decoration: underline;
	color: #45ac9d;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	display: block;
	font: 600 1em 'Open Sans', Arial, sans-serif;
	margin: .625em 0;
}

.comments-area .comment-form textarea {
	height: 11.25em;
	width: 100%;
	resize: none;
	font: 1em/1.75 'Open Sans', Arial, sans-serif;
	padding: .5em 1em;
	border: 1px solid #BFBFBF;
	outline-color: #45ac9d;
	background: #F8F8F8;
}

.comments-area .comment-form input[type="submit"] {
	background: #45ac9d;
	width: 13em;
	height: 3.2em;
	font: 1.25em/2.5 'Bree Serif', Arial, sans-serif;
	color: #fff;
	margin: 0 0 1.5em;
	float: right;
}

.comment-form-cookies-consent {
	margin: 2em 0;
	width: 100%;
}

.comment-form input[type="checkbox"] {
	width: 20px;
}

.comment-form-cookies-consent label {
	display: inline-block;
	font: 600 1em 'Open Sans', Arial, sans-serif;
}

.insert-comment {
	overflow: auto;
}

div.comment-author.vcard {
	display: inline-block;
	vertical-align: top;
	margin-left: -40px;
	background: #fff;
	height: 60px;
}

div.comment-author.vcard img {
	padding: 2px;
	border: 1px solid #eaeaea;
}

div.header-info {
	display: inline-block;
	margin-left: 1em;
	vertical-align: middle;
}

p.comment-reply {
	text-align: right;
	margin: 0;
}
/* End SINGLE POST STYLES */

/* new page styles */
.new {
	padding-bottom: 1em;
}

.new ul,
.new li,
.entry-summary li {
	font: 16px/1.65 'Source Sans Pro', 'Open Sans', Arial, sans-serif;
}

.new ul,
.entry-summary ul {
	list-style-type: circle;
}

.entry-summary ol {
	list-style-type: decimal;
}
/* end new page styles */

/* 404 page */
#page-not-found-pic {
	height: auto;
	align-items: center;
}

#not-found-content {
	font: 700 1em/1.75 'Selatine-Regular', 'Courgette', 'Open Sans', Arial, sans-serif;
	background-color: #F8F8F8;
	box-shadow: 0 0 0 2px #fff inset;
	border: 5px solid #f8f8f8;
	padding: 0 1em 1em 1em;
}

#page-not-found-text h1 {
	font-family: 'Selatine-Regular', 'Courgette';
	color: #45ac9d;
	margin-top: 1em;
}
/* end 404 page styles */

/* start DESTINATIONS style page */
.destinations h1 {
	text-align: center;
	margin-top: 1em;
}

/* PAGE STYLES */
.page .page-header {
	border-bottom: none;
}

.page .entry-title {
	font-weight: 500;
	text-align: center;
	border-bottom: 0.07em solid #45ac9d;
	padding-bottom: 0.5em;
	font-size: 2.5em;
}
/* End PAGE STYLES */

/* Navigation Menu */
.flag {
	vertical-align: middle;
}

#masthead {
	background: transparent;
	padding: .75em 0;
}

.home #masthead,
.single #masthead {
	background: transparent;
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0 auto;
	height: auto;
	z-index: 1000;
}

.page-header .top-logo {
	max-width: 100px;
}

.page-header .top-logo .title {
	color: #fff;
	font: 700 1.5em/1.3125 'Selatine-Regular', 'Courgette', 'Source Sans Pro', Arial, sans-serif;
	display: block;
	text-transform: uppercase;
}

.page-header .primary-navigation ul {
	margin: 0;
	list-style: none;
}

.page-header .primary-navigation ul li a {
	color: #3b3b3b;
	margin: 0 1em;
	text-transform: uppercase;
	font-family: 'Source Sans Pro';
}

.page-header .primary-navigation ul li a:hover {
	font-weight: bold;
}

.home .primary-navigation ul li a,
.single .primary-navigation ul li a {
	color: #fff;
}

.page-header .primary-navigation ul ul {
	text-indent: 2em;
	margin-bottom: 1em;
}

.primary-navigation ul.nav-menu,
.primary-navigation div.nav-menu > ul {
	display: none;
}


/* temporary fix for social media buttons plugin alignment */
.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
	margin-right: 0;
}

/* WordPress Number Pagination CSS Styles */
.page-numbers {
	padding: 10px 20px;
	font-family: 'Source Sans Pro';
	font-weight: normal;
	margin-left: -6px;
	color: #3b3b3b;
}

.page-numbers.current {
	padding: 10px 20px;
	background: #45ac9d;
	color: #fff;
	font-weight: 600;
}

/* Media Queries */
@media (min-width: 1100px) {
	.about-info-text {
		margin-right: -10%;
		margin-top: 5%;
	}
}

@media (min-width: 930px) {
	.page-header {
		display: flex;
	}

	.page-header .primary-navigation {
		justify-content: flex-end;
		align-self: center;
		margin-left: auto;
		margin-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {
	.about-info-text {
		margin-right: -40%;
		margin-top: 5%;
	}
}

@media (min-width: 600px) and (max-width: 929px) {
	.primary-navigation ul {
		border-bottom: 1px ridge #bfbfbf;
		border-top: 1px ridge #bfbfbf;
	}

	.page-header .primary-navigation {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-top: 0.5em;
	}

	.top-logo {
		margin: 0 auto;
	}
}

/* style for tablets */
@media (min-width: 768px) {
	/* footer */
	li.site-overview,
	li.newsletter,
	li.search-form {
		width: 30%;
	}

	li.newsletter,
	li.search-form {
		padding-bottom: 0;
	}

	ul.footer-list {
		padding-bottom: 2em;
		display: flex;
		flex-flow: row wrap;
		align-content: center;
		justify-content: space-between;
		padding-top: 3em;
		margin: 0;
	}

	/* blog page and search page */
	.row {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width: 33%;
		margin: 0;
	}

	.index-page h1 {
		margin: 1em 0;
	}

	li.index-blog-post {
		width: 33.3333333%;
		height: auto;
	}

	ul.index-featured-posts,
	.search-container {
		display: flex;
		flex-flow: row wrap;
	}

	ul.index-featured-posts {
		padding-bottom: 1em;
	}

	.search-img {
		width: 30%;
		height: auto;
		margin: 0 auto;
	}

	.search-text {
		width: 70%;
		margin: 0 auto;
		padding: 0 0 0 2em;
	}

	/* homepage about */
	ul.homepage-about {
		justify-content: flex-end;
		display: flex;
		flex-flow: row wrap;
	}

	li.about-pic {
		width: 60%;
		position: relative;
	}

	.about-main-pic {
		width: 100%;
		height: auto;
		position: static;
	}

	.about-overlay,
	#not-found-overlay {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
	}

	li.about-info {
		width: 40%;
		z-index: 1;
	}

	/* homepage featured posts */
	ul.homepage-featured-posts {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}

	li.individual-blog-post {
		width: 30%;
	}

	.hero-content h1 {
		font-size: 3em;
		line-height: 2.25;
	}

	.hero-content h3 {
		font-size: 1.4em;
	}

	.entry-title {
		font-size: 3em;
	}

	.double-line {
		padding: 3em 0;
	}

	.map {
		padding-top: 3em;
		padding-bottom: 1em;
	}

	.shortcode {
		padding: 0 0 3em 0;
	}

	#sb_instagram a.shortcode {
		display: none !important;
	}

	.site-content {
		flex-flow: row nowrap;
		justify-content: space-between;
	}

	.main-content {
		flex-grow: 1;
	}

	/* 404 styles */
	#not-found {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-end;
	}

	#page-not-found-pic {
		width: 60%;
		position: relative;
		padding: 2em 1em 2em 1em;
	}

	#page-not-found-text {
		width: 40%;
		position: relative;
		z-index: 1;
	}

	#not-found-content {
		margin-right: -20%;
		margin-top: 20%;
	}

	#not-found {
		padding: 2em 0 2em 0;
	}

	#navigation {
		padding-bottom: 1.5em;
	}
}

/* CSS to use on mobile devices */
@media (max-width: 767px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 1em 0 .5em;
	}

	ul.footer-list {
		margin: 0 auto;
	}

	li.newsletter {
		max-width: 312px;
		margin: 0 auto;
	}

	.page-title {
		margin-top: 0;
	}

	li.individual-blog-post {
		margin-bottom: 1em;
	}
	
  	.about-info-text {
		margin-bottom: 1em;
	}

	.double-line {
		padding: 1.5em 0;
	}

	.map {
		padding-top: 1.5em;
	}

	.shortcode {
		padding: 1em 0;
	}

	.hero-content h1 {
		color: #fff;
		font-weight: bold;
		font-size: 2em;
		line-height: 1.5em;
		margin-bottom: 0.5em;
	}

	.entry-title {
		font-size: 2em;
		line-height: 1.5em;
	}

	.entry-summary h2 {
		font-size: 1.75em;
		line-height: 1.5em;
	}

	.entry-summary h3 {
		line-height: 1.5em;
	}

	#page-not-found-pic {
		padding-top: 1em;
	}

	.index-page h1 {
		margin: 0;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		max-width: 350px;
		margin-left: 0;
	}
}

@media screen and (min-width: 600px) {
	.primary-navigation ul.nav-menu,
	.primary-navigation div.nav-menu > ul {
		display: inline-block;
		text-align: center;
		width: 100%;
	}

	.primary-navigation ul {
		margin: 0;
		text-indent: 0;
		padding: 5px 0;
	}

	.home .primary-navigation ul,
	.single .primary-navigation ul {
		border-color: #fff;
	}

	.primary-navigation li a,
	.primary-navigation li {
		display: inline-block;
		text-decoration: none;
	}

	.primary-navigation li a {
		white-space: nowrap;
	}

	.toggle-nav {
		display: none;
	}
}

@media (max-width: 767px) {
	.hero-content,
	.blog-page {
		background-attachment: scroll;
	}
}

@media (max-width: 599px) {
	.toggle-nav {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		margin: 0.4em 0.7em;
		font-size: 2em;
		line-height: 1;
		color: #3b3b3b;
		text-decoration: none;
	}

	.home .toggle-nav,
	.single .toggle-nav {
		color: #fff;
	}

	.primary-navigation {
		display: inline-block;
		position: absolute;
		top: 100px;
		right: 0;
		z-index: 999;
		padding: 1em;
	}

	.primary-navigation ul {
		display: none;
		margin: 0;
	}

	.primary-navigation ul li {
		float: none;
		display: block;
		position: relative;
		top: 0;
		right: 0;
		min-width: 200px;
		text-align: right;
		background-color: #45ac9d;
		box-shadow: 0 0 0 2px #fff inset;
		border: 5px solid #45ac9d;
		padding: 0.5em;
	}

	.primary-navigation li:after {
		content: none;
	}

	.top-logo {
		margin: 0 auto;
	}
}

@media (max-width: 450px) {
	.page-header .top-logo {
		float: left;
		max-width: 80px;
	}
}

/* temporary fix for social media button alignment */
@media screen and (max-width: 720px) {
	.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
		margin: 0 0 10px 0 !important;
	}
}


