/*
	Theme Name: DaniMarie
	Theme URI: https://danimarieblog.com
	Description: This is a child theme created for the Genesis Framework.
	Author: Alpine Lane Creative Studio
	Author URI: https://www.alpinelanecreative.com/

	Version: 1.0.0

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: dani-marie
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Webfont: BonVivant-Regular */@font-face {
    font-family: 'BonVivant';
    src: url('BonVivant.woff2') format('woff2'), /* Modern Browsers */
         url('BonVivant.otf') format('opentype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}



/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
	font-size: 16px;
	font-size: 1.6rem;
}

body {
	color: #403838;
	font-family: 'Jost', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.875;
	font-weight: 300;
	margin: 0;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #403838;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	text-decoration:none;
}

a:focus,
a:hover {
	color: #403838;
	outline:none;
	background: transparent;
}

.entry-content a {
	background: #C0D1C6;
	line-height: 8px;
	display:inline-block;
}

.entry-content a:hover {
	background: transparent;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #403838;
}

blockquote {
	margin: 30px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
	margin: 0 0 15px;
	font-weight: normal;
	
}

h1 {
	font-size: 32px;
	font-size: 3.2rem;
}

h2 {
	font-size: 28px;
	font-size: 2.4rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

.single .entry-content h3,
.page h3{
	font-weight: normal;
	font-size: 20px;
	font-size: 2.0rem;
	text-transform:none;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #A47D61;
	color: #403838;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	padding: 15px;
	width: 100%;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
}

input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
		border: 0;
	color: #fff !important;
	cursor: pointer;
	font-family:'Jost', sans-serif;
	text-transform: uppercase;
	width: auto;
	font-weight: 300;text-transform: uppercase;
	display: table;
	margin-top: 15px;
letter-spacing: 1.5px;
font-size: 11px;
background: #8B9B91;
padding: 15px 30px;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #C0D1C6;
	color: #403838;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #403838;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}



/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	animation:         fadein 1s;
	word-wrap: break-word;
	overflow:hidden;
}


@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	margin-bottom:70px;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.author-box {
	margin-bottom: 40px;
}

.after-entry .enews {
	background-color: #dff2ef;
	padding: 30px;
}

.after-entry .enews .widget-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	background: transparent;
}

.after-entry .enews-widget input[type="submit"] {
	background: none !important;
	color: #403838;
}

.after-entry .enews-widget input[type="submit"]:hover {
	background: none !important;
	text-decoration: underline;
}


.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.category .content-sidebar-wrap {
	display: inline-block;
	width: 100%;
}

.archive-title::after {
	content: '';
	height: 20px;
	background: #d3a17d;
	width: 100%;
	display: table;
	margin-top: -32px;
}

.archive-description .archive-title {
	font-family: 'Playfair Display', serif;
font-style: normal;
text-align: center;
font-size: 36px;
	position: relative;
	z-index: 1;
	display:table;
	margin: 0 auto;
	margin-bottom: 50px;
}


/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
	display:none;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 300;
	text-align:center;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
}

.entry-title {
	margin-bottom: 0px;
	font-family: 'Playfair Display', serif;
text-transform: none;
font-size: 30px;
font-size: 3rem;
letter-spacing: 0;
}

.entry-title a,
.sidebar .widget-title a {
	color: #403838;
	text-decoration: none;
	background: transparent;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #403838;
}
	
	.archive .entry-title,
	.search .entry-title {
		font-size: 28px;
	}

.archive .entry-title a,
.search .entry-title a {
	line-height:36px;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	font-family:'Playfair Display', serif;
	margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */

.aligncenter {
	text-align: center;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.home .content .alignleft {
	margin: 0;
}

.home .content .entry-image-link {
	display: inline-block;
	max-width: 40%;
	float: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 5px;
}

img.alignnone,
.alignnone {
	margin-bottom: 10px;
	margin-top: 10px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.entry-content p {
	text-align:justify;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 20px;
}

.sidebar .wpp-post-title {
text-align: center;
width: 100%;
display: inline-block;
color: #403838;
margin-top: 0px;
margin-bottom: 20px;
}

.sidebar .wpp-list li {
	text-align:center !important;
}

.sidebar .wpp-thumbnail {
	display: inline-block !important;
float: none;
margin: 0 auto;
}

.archive .post,
.search .post{
text-align: center;
}

.archive .post,
.search .post{
overflow: hidden;
}

.teaser .entry-content p {
    display: none;
}

.teaser {
    border: 0
}

.archive .entry-footer,
.search .entry-footer {
    display: none;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Utility Bar
--------------------------------------------- */
.utility-bar {
 background-color: #f7e8e2;
 color: #403838;
font-size: 11px;
font-size: 1.1rem;
font-family: 'Montserrat',sans-serif;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
}

.utility-bar .wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.utility-bar .widget {
	margin-bottom:0;
}

.utility-bar li {
	padding:15px;
	margin-bottom:0 !important;
}

.utility-bar a {
 color: #403838;
}
.utility-bar a:hover {
 text-decoration: underline;
}
.utility-bar-left{
	width:80%;
}

.utility-bar-right {
width: 20%;	
}
.utility-bar-left p,
.utility-bar-right p {
 margin-bottom: 0;
}
.utility-bar-left {
 float: left;
}

.utility-bar-left .widget ul > li {
	float:left;
}

.utility-bar-right {
 float: right;
 text-align: right;
}

.utility-bar-right .widget ul > li:last-of-type {
	background: #e0b6b1;
	padding-bottom: 15px !important;
}

.utility-bar-right a {
	color: #fff;
}

.utility-bar-right li {
	display:inline-block;
}

.utility-bar input[type="search"] {
 background: inherit;
 padding: 10px 0 0;
 padding: 1.0rem 0 0;
}

/* Featured Content
--------------------------------------------- */
.home-slider li {
	margin: 0;
	padding: 0;
}

.home-slider h1 {
	font-family: 'BonVivant';
	font-size: 48px;
	text-align: left;
	padding-left: 5px;
	top: -90px;
	position: absolute;
	left: -100px;
}



.home-post {
	margin-top: 40px;
	margin-bottom: 30px;
}

.home-post .widget-title {
	font-family: 'Playfair Display', serif;
text-transform: none;
letter-spacing: 0;
font-size: 45px;
margin-bottom: 0;
}

.home-post p {
	text-align: center;
	font-size: 17px;
	font-family: 'Playfair Display';
	margin-top: -5px;
	margin-bottom: 20px;
}

.home-post .enews-widget input {
font-size: 13px;
font-size: 1.3rem;
margin-bottom: 10px;
border: 0;
border: 1px solid #403838;
width: 24.5%;
margin: 0%;
padding: 10px;
line-height: 1.5;
}

.home-post .enews-widget input#subbutton {
	color: #fff !important;
font-weight: 400;
	background: #403838;
}

.home-post .enews-widget input#subbutton:hover {
	background: #e6b7b0;
	border: 1px solid #e6b7b0;
}


.home-post .more-link,
.moreposts .more-link{
display: table;
float: none;
margin-top: 15px;
text-align: center;
margin: 0 auto;
margin-top: 15px;
font-family: 'Lato', sans-serif;
font-weight: 300;
letter-spacing: 0px;
font-size: 16px;
background: #fdb7b7;
line-height: 6px;
text-transform: uppercase;
}

.home-post .more-link:hover,
.moreposts .more-link:hover{
	background:#fff;
}

.home-post .wrap{
	max-width: 915px;
	margin: 0 auto;
}

.moreposts .widget_media_image {
	height: 700px;
display: inline-block;
overflow: hidden;
	margin-bottom:0;
}

.moreposts .widget_nav_menu {
	background: #e0bab2;
	margin-bottom: 0;
	text-align: center;
	padding-bottom: 10px;
}

.moreposts .widget-wrap{
	max-width: 100%;
    width: 100%;
	display: table;
}

.moreposts .featuredpost {
	padding: 0 50px;
	margin-top: -90px;
	position: relative;
}

.moreposts .featuredpost .widget-wrap {
	padding: 40px;
	background: #f2ece9;
	padding-top: 20px;
}

.moreposts .menu a{
	color: #fff;
}

.moreposts .menu li {
	float: left;
	margin: 0px 50px;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 13px;
	text-align: right;
	letter-spacing: 0.5px;
}

.moreposts .widget_nav_menu .widget-title {
	float: none;
	margin-bottom: 0px;
	font-size: 28px;
	color: #fff;
	margin-right: 50px;
	margin-left: 50px;
	display: inline-block;
}

.menu-browse-this-site-container {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: -10px;
}

.moreposts .featuredpost .widget-title {
	float: none;
	margin-bottom: 25px;
	font-size:45px;
	color: #403838;
	text-transform: none;
}

.moreposts .widget_nav_menu .even {
	font-family: 'BonVivant';
	font-size: 38px !important;;
	text-align: center;
	text-transform: lowercase !important;
	padding: 10px 0px !important;
	line-height: 20px !important;;
}

.sidebarposts .wrap {
	margin: 0 auto;
}

.sidebarposts .widget-wrap {
	display:none;
}

.picture {
height: 600px;
background: url(http://client.alpinelanecreative.com/wp-content/uploads/2021/04/4H1A0533.jpg) no-repeat;
background-position: center top;
background-size: cover;
background-attachment: fixed;
margin-bottom: 0;
}

.instagram {
	position:relative;
}

.instagram .widget-title {
	font-family: 'BonVivant';
font-size: 50px;
text-align: center;
text-transform: lowercase;
display: table;
background: #fff;
margin: 0 auto;
line-height: 40px;
padding: 0px 30px;
margin-bottom: -10px;
}

.instagram .widget-title span {
	background: #fff;
	padding: 0px 20px;
}

.instagram .widget {
	margin-bottom:0;
}

.destinations {
max-width: none;
width: 100%;
background: #f2dddb;
margin: 0 auto;
padding: 0px 40px 40px;
display: inline-block;
margin-bottom: 30px;
}

.destinations .wrap {
	padding: 0px 40px;
}

.destinations .widget-title {
font-family: 'BonVivant';
font-size: 60px;
text-align: center;
text-transform: lowercase;
margin-bottom: -30px !important;
position: relative;
z-index: 999;
}

.destinations .sp-tab__nav.sp-tab__nav-tabs {
	justify-content: center !important;
	background: #e0bab2;
	border-bottom: 0 !important;
}

.destinations .sp-tab__nav-item,
.destinations .sp-tab__nav-link.sp-tab__active{
	background: none !important;
	color: #fff;
}

.destinations .sp-tab__nav-link {
	border:none !important;
}

.destinations .sp-tab__tab_title {
	color: #fff !important;
	font-family:'Jost', sans-serif;
	font-size: 14px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	letter-spacing: 0.5px !important;
}

.destinations .widget {
margin: 0 auto;
margin-bottom: 30px;
text-align: center;
}

.destinations .sp-tab__tab-pane.sp-tab__active {
	border: none !important;
}

.single .entry-title {
	margin-bottom:0;
	text-transform: uppercase;
}

.single .content,
.page .content {
	margin-bottom: 50px;
}

.archive .content,
.search .content {
	display: inline-block;
width: 100%;
	max-width: 1280px;
}

.archive .entry-meta,
.search .entry-meta {
	display:block !important;
	text-align:center;
}

.archive .entry-time,
.search .entry-time {
	display:none;
}

.category_description::before {
content: 'top posts';
font-size: 55px;
display: inline-block;
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
font-family: 'BonVivant';
position: absolute;
left: -85px;
top: 270px;
}

.category_description {
	display:inline-block;
	width:100%;
	margin: 0 auto;
    margin-bottom:50px;
	width: 100%;
	max-width: none;
	position:relative;
}

.category_description::after {
	background: #f3ece9;
	content: " ";
	height: 270px;
	width: 100%;
	display: inline-block;
	margin-top: -290px;
}

.category_description ul {
	padding: 0px 40px;
}

.category_description .listing-item {
	width: 25%;
	float: left;
	padding: 20px;
    position:relative;
}

.archive .entry-content,
.search .entry-content{
	display:inline-block;
	position:relative;
	margin-top: -60px;
}

.archive .entry-categories,
.search .entry-categories {
	background: #fff;
	padding: 5px 15px;
}

.archive .entry-categories a,
.search .entry-categories a {
	background: none;
}

.category_description .title {
	width: 90%;
	background: #fff;
	display: inline-block;
	margin: 5%;
	text-align: center;
	padding: 25px;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	line-height: 24px;
	margin-top: -80px;
}

.page .entry-title {
	text-align:center;
	margin-bottom: 20px;
}


.home .content .entry-content p {
	text-align: left;
}

.home .content .entry-content .entry-meta a{
	color: #403838;
}

.home .content .entry-header {
	width: 100%;
}

.home .content .entry {
	margin-bottom: 30px !important;
}

.rstyle::before {
	content: 'shop the post';
display: inline-block;
font-family: 'BonVivant';
font-size: 30px;
text-align: center;
text-transform: lowercase;
position: absolute;
top: -35px;
background: #fff;
padding: 0px 10px;
left: -10px;
}

.rstyle {
	border: 1px solid #d3a17d;
padding: 30px;
margin-top: 30px;
position: relative;
    text-align:center;
	font-size:11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

/* Related Posts
 * ========================================================================== */

.related {
	background: #faf0e5;
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 50px;
	position: relative;
	margin-bottom: 30px;
	margin-top: 50px;
}

.related-post {
	float: left;
	display: inline-block;
	list-style-type: none;
	margin: 0 1% 0 1%;
	text-align: center;
	width: 23%;
}

a.related-post-title {
	color: #403838;
	font-family:'Baskervville', serif;
	font-size: 16px;
}

ul.related-list{
text-align: center;}

.related-post:hover{
opacity: 0.5;
-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;}

.related-image img {
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.related-title{
	font-family: 'Open Sans Condensed', sans-serif;;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	text-align:center;
}

/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	background-color: #faf0e5;
	padding: 30px;
}

.sidebar .enews {
	background-color: #f6efea;
	padding: 30px;
}


.sidebar .enews-widget input[type="submit"] {
	background: #ffa3a3 !important;
	color: #403838;	
	font-family:'Lato', sans-serif;
	font-weight: 300;
	font-size: 13px;
}

.sidebar .enews-widget input[type="submit"]:hover {
	background: none !important;
}


.sidebar .simple-social-icons {
	overflow:visible;
}

.sidebar .simple-social-icons ul li a, 
.sidebar .simple-social-icons ul li a:hover,
.sidebar .simple-social-icons ul li a:focus {
	padding: 17px !important;
	margin: 3px;
	font-size: 14px !important;
}

.sidebar .simple-social-icons ul li {
	margin: 0 !important;
}

.enews-widget input {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 10px;
	border: 0;
}

.after-entry .enews-widget input {
	text-align: center;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	padding: 0px 40px;
	text-align: center;
	display: inline-block;
	position: relative;
	padding-top: 0px;
	margin-top: 50px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: none;
	padding-top: 0px;
}

.wp-custom-logo .title-area {
	width: auto;
	float: left;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 0 !important;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #403838;
	text-decoration: none;
}

.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site-description {
	font-family: "Jost", sans-serif;
	font-size: 9px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-top: -10px;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {	
	clear: both;
	line-height: 1;
	width: 100%;
	font-family: 'Jost', sans-serif;
	text-transform: uppercase;
	text-align: left;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
	display: inline-block;
margin: 0px 10px;
}

.genesis-nav-menu a {
	color: #403838;
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	/* font-family: 'Playfair Display', serif; */
	padding-bottom: 12px;
	padding-top: 12px;font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
    letter-spacing: 1px;
}

.name a {
display: inline-block;
}

.name span {
	height: 16px;
display: inline-block;
border-bottom: 11px solid #d3a17d;
padding: 0px 3px 0px 2px;
}
}

.name a:hover {
	color: #403838;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #a47d61 ;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	font-size: 11px;
	font-size: 1.1rem;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.header-widget-area {
	display: inline-block;
	float: right;
	width: 100%;
	margin-top: 9px;
}

.ubermenu-item-home {
	z-index: 9999 !important;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	padding-bottom: 15px;
	padding: 15px;
	padding-top: 0;
	position: relative;
}

.menu-toggle,
.sub-menu-toggle {
	color: #403838;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
	background-color: #fee8e3;
}

.sub-menu-toggle {
	background-color: #fee8e3;
}

.menu-toggle:focus,
.menu-toggle:hover {
	border-width: 0;
	color: #403838;
	background: #fee8e3;
}

.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
		border-width: 0;
	color: #403838;
	background-color: #fee8e3;
}

.menu-toggle {
	float: none;
	text-align:center;
	width: 100%;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0;
	position: relative;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: none;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: none;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-transform: rotate( 0 );
	-ms-transform:     rotate( 0 );
	transform:         rotate( 0 );
	transition: transform .25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	-webkit-transform: rotate( 180deg );
	-ms-transform:     rotate( 180deg );
	transform:         rotate( 180deg );
}

.genesis-nav-menu .widget {
    float: left;
	margin-bottom:0;
}

.genesis-nav-menu .simple-social-icons ul li {
	margin-bottom: 0 !important;
	margin-top: 0.7rem !important;
}

.genesis-nav-menu .widget-area {
    float: right;
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	float: right;
clear: none;
width: auto;
display: inline-block;
}

.nav-primary .wrap {
	max-width: none;
	margin: 0 auto;
}

.is_stuck {
	z-index: 101;
}

.nav-primary.is_stuck {
	width: 100% !important;
}

.nav-primary .simple-social-icons ul li a, .nav-primary .simple-social-icons ul li a:hover, .nav-primary .simple-social-icons ul li a:focus {
	padding-top: 0 !important;
}

/* Sticky Primary nav */

.site-header.fix {
    position: fixed !important;
	z-index: 99;
	transform: translate3d(0px,0px,0px) !important;
    width: 100% !important;
    max-width: 100%;
    overflow: visible;
	margin-top: 45px;
	left: 0;
	top: 0 !important;
	display: block;
	-webkit-transform: translateZ(0);
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #e1d7c2;
}

.site-header.fix .title-area {
	margin: 0;
}

.site-header.fix .site-description {
	margin-bottom: 10px;
}

.site-header.fix .nav-primary {
	padding-top: 44px;
}

.admin-bar .site-header.fix {
	top: 32px !important;
}


/* Top Menu
--------------------------------------------- */

.nav-secondary {
		clear: left;
		width: 100%;
		background: #f3ece9;
		padding: 5px 50px;
		position: fixed;
		z-index: 999;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}


/* After Header Area
---------------------------------------------------------------------------------------------------- */

.home-slider {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 70px;
	position:relative;
}

.home-slider .widget {
	margin-bottom:0;
}

.home-slider .image {
	max-width: 50% !important;
	float:left;
}

.home-slider .wp-caption-text {
	width: 46%;
	float: right;
	font-family: 'Jost',sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.9;
	letter-spacing: 0.25px;
	position:relative;
	margin-top: 90px;
}

.home-slider .title {
	font-size: 36px;
	font-family: 'Playfair Display',sans-serif;
	letter-spacing: 0;
}

.home-slider .subtitle {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 13px;
	text-align:left;
	float: none;
	margin: 0 auto;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}

.home-slider .subtitle span {
	height: 22px;
display: inline-block;
border-bottom: 11px solid #C0D1C6;
padding: 0px 6px;
}

.home-slider .hi {
	font-family: 'BonVivant';
	font-size: 48px;
	position: absolute;
	left: -60px;
	top: -90px;
}

.home-slider p {
	text-align: justify;
}

.favoriteposts .widget-title,
.favoriteposts.widget-title{
	font-family: 'BonVivant';
	font-size: 50px;
	text-align: center;
	text-transform: lowercase;
	color: #fff;
	margin-bottom: 30px;
	line-height: 50px;
	color: #403838;
}

.page-id-634 .blocks-gallery-grid, .page-id-634 .wp-block-gallery {
	margin: 0 auto !important;
}

.page-id-634 .has-background {
	padding: 30px 0px 160px;
}

.page-id-634 .blocks-gallery-item {
	background: #fff;
	padding-top: 30px;
}

.page-id-634 .wp-block-gallery .blocks-gallery-item figcaption {
background: #fff;
text-align: center;
font-family: "Jost", sans-serif;
font-size: 12px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1px;
color: #403838;
bottom: -116px;
padding-top: 13px;
}

.page-id-634 .wp-block-gallery .blocks-gallery-item strong {
	background: #d3a17d;
display: inline-block;
margin: 0 auto;
font-family: "Jost", sans-serif;
font-size: 12px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1.5px;
color: #403838;
padding: 0px 10px;
line-height: 15px;
margin-bottom: 10px;
}

.ab-block-accordion .ab-accordion-title {
	background: #cda381 !important;
padding: 10px 15px;
color: #fff !important;
}

.page-id-339 .entry-title {
	display:none
}

.page-id-339 .hi {
	font-family: 'BonVivant';
font-size: 58px;
position: absolute;
left: -60px;
top: -90px;
}

.page-id-339 .hi2 {
	font-family: 'BonVivant';
font-size: 38px;
line-height: 30px;
}

.page-id-339 .wp-block-cover, .page-id-89 .wp-block-cover-image {
	width: auto !important;
}

.bread {
margin: -40px;
margin-top: -100px;
position: relative;
background: #fff;
padding: 30px 40px;
margin-bottom: 60px;
border: 1px solid #e1d7c2;
}

.wp-block-media-text .wp-block-media-text__content {
	position: relative;
}

.hisubtitle span{
	height: 22px;
display: inline-block;
border-bottom: 11px solid #C0D1C6;
padding: 0px 6px;
}


.favoritepostswrap {
	width:100%;
	background: #f3ece9;
	padding-top: 10px;
	padding-bottom: 10px;
}

.favoriteposts .widget {
    margin:0;
}

.favoriteposts {
	max-width: 1200px;
	margin: 0 auto;
}


.favoritepostswrap .widget-odd .widget-wrap {
padding: 30px;
display: table;
border-bottom: 0;
    width: 100%;
}



.favoriteposts .alignnone {
	width: 100% !important;
	float: right;
}

.favoriteposts img {
	width: 40%;
	float:right;
}

.favoriteposts .wp-caption-text {
	float: left;
display: inline-block;
width: 53%;
	text-align: justify;
}

.favoriteposts h2 {
	font-size: 3.6rem;
	font-size: 36px;
	margin-bottom: 10px;
}

.favoriteposts h5 {
	background: #d3a17d;
display: table;
margin: 0 auto;
font-family: "Jost", sans-serif;
font-size: 12px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1.5px;
color: #403838;
padding: 0px 10px;
line-height: 15px;
}

.favoriteposts h4 {
	font-family: "Jost", sans-serif;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-top: -10px;
}

.favoriteposts p {
	font-weight: 300;
	font-size: 16px;
	color: #403838;
}

.favoriteposts .one-fourth {
    border-right: 1px solid #fff;
	width: 23%;
	margin: 1%;background: #fff;padding: 30px;
}

.favoriteposts .one-fourth:last-of-type {
    border:none;
}

.favoriteposts .button {
	display: table;
float: none;
text-align: center;
margin: 0 auto;
background: none !important;
color: #403838 !important;
	padding-top: 30px;
}

.favoriteposts .one-fourth p {
	text-align:center;
	font-family: "Jost", sans-serif;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1.5px;
    color: #403838;
	margin:15px 20px 0px 20px;
        
}

.favoriteposts .entry {
	max-width: 20%;
	float: left;
	padding: 10px;
}

.favoriteposts .entry-header {
	text-align: center;
	position: relative;
	background: #fff;
	margin: 4%;
	width: 92%;
	padding: 20px 15px;
	margin-top: -50px;
	padding-top: 30px;
	min-height: 150px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}

.favoriteposts .entry-meta {
	position: absolute;
top: -15px;
left: 0;
background: rgba(230, 183, 176, 0.7);
padding: 5px;
width: 86%;
margin: 0 7%;
font-family: 'Jost', sans-serif;
font-size: 12px;
color: #fff !important;
font-weight: 500;
}

.favoriteposts .entry-meta a {
	color: #fff;
}

.favoriteposts .entry-title {
	margin-bottom: 0px;
font-family: 'Playfair Display', serif;
font-size: 20px;
font-size: 2.0rem;
letter-spacing: 0;
line-height: 24px;
margin-bottom: 0;
}

.between-posts-area {
	display:inline-block;
	width: 100%;
	margin-bottom: 40px;
	text-align:center;
	margin-top: 20px;
}

.between-posts-area .widget-title {
	font-family: 'BonVivant';
font-size: 38px;
text-align: center;
text-transform: lowercase;margin-bottom: 0;
}

.between-posts-area .widget-last {
	padding: 10px 40px 40px;
		/* background: #f9f6f1; */background: #f3ece9;
}

.between-posts-area a.stp-control.stp-left, .carousel a.stp-control.stp-right {
	background-color: #fff !important;
}

.between-posts-area .widget-wrap {
	max-width: 900px;
	margin: 0 auto;
}

.between-posts-area h3,
.newsletter h3{
text-transform: lowercase;
letter-spacing: 0;
font-size: 50px;
}

.newsletter h3 {
	position: relative;
	color: #fff;
	text-align: center;
	margin-bottom: -28px;
	z-index: 999;
	margin-top: -15px;
}

.between-posts-area h3 {
	/* color:#f1d3c1; */
	/* margin-top: -68px; */
	text-align:center;
	
}

/*
Shop Tabs
----------------------------------------------------------------------------- */

#tabs {
	background: #fff;
	padding: 35px 0 45px 0;
}

#tabs .shop-tabs {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}

#tabs .shop-tabs ul {
	background: #edd4c3;
	flex-grow: 1;
	margin-left: 0;
	text-align: center;
	margin-bottom: 4px;
}

#tabs .shop-tabs li {
	display: inline-block;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	position: relative;font-size: 11px;
font-size: 1.1rem;
font-family: 'Jost', sans-serif;
letter-spacing: 1.5px;
font-weight: 300;
margin-bottom: 10px;
}

#tabs .shop-tabs li a {
	display: block;
	padding: 10px 20px;
	color: #000;
}

#tabs .shop-tabs li a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 16px 12px 16px;
	border-color: transparent transparent #f5bfbd transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}

#tabs .shop-tabs li a:hover,
#tabs .shop-tabs li.tab-current a {
	color: #3c3c3c;
}

#tabs .shop-tabs li a:hover:after,
#tabs .shop-tabs li.tab-current a:after {
	opacity: 1;
}

#tabs .content {
	position: relative;
	width: 100%;
	max-width: 900px;
	text-align:center;
	margin: 0 auto;
}

#tabs .content section {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#tabs .content section.content-current {
	opacity: 1;
	position: static;
}


.between-posts-area #tabs {
	background: transparent;
	padding-top: 0;
}


.between-posts-area #tabs .shop-tabs li a:hover:after, .carousel #tabs .shop-tabs li.tab-current a:after{
	display:none;
}

a.rs-ltk-modal-products-grid-image::after {
	display:none !important;
}

.between-posts-area #tabs .shop-tabs {
	margin-bottom: 10px;
}

#tabs .shop-tabs li a:hover, #tabs .shop-tabs li.tab-current a {
	border-bottom: 1px solid #fff;
    background: none !important;
}

#tabs .shop-tabs li a:hover:after, #tabs .shop-tabs li.tab-current a:after {
	display:none;
}

.between-posts-area #tabs .shop-tabs ul {
	background: transparent
}

.between-posts-area .shopthepost-widget:before {
	display:none;
}

.between-posts-area .shopthepost-widget {
	background: #fff;
	text-align:center;
	float:none;
	padding: 50px 0px;
	margin: 0 auto;
}




/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	position: relative;
	max-width: 1135px;
	margin: 0 auto;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

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

.entry-content code {
	background-color: #fee8e3;
}

.entry-content .caption {
	font-size: 14px;
	font-weight: 700;
	margin-top: -20px;
	text-align: center;
}

.content .sticky {
	background-color: #fee8e3;
	padding: 30px;
}

.featured {
	display:inline-block;
	width: 100%;
	text-align:center;
	margin-bottom: 10px;
}

.featured .wrap {
	max-width: 1135px;
	margin: 0 auto;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 11px;
	font-family: 'Jost', sans-serif;
	margin-bottom:0;
	font-weight:300;
}

.entry-header .entry-meta {
	margin-bottom: 0px;
}

.entry-header {
	text-align:center;
	position:relative;
}

.home .entry-footer,
.search .entry-footer,
.archive .entry-footer {
	display:none;
}

.afterpost {
	background: #faf0e5;
margin-top: 30px;
display: inline-block;
padding: 30px;
	position:relative;
	width: 100%;
}

.afterpost::before {
	content: '';
	background: url(http://test2.alpinelanecreative.com/wp-content/uploads/2019/10/ShopthePost2x.png)no-repeat center !important;
	background-size: 149px 58px !important;
	display: block;
	width: 100%;
	height: 58px;
	margin-top: -55px;
}

.afterpost p {
	margin-bottom:0;
	text-align:center !important;
}

.entry-footer .entry-meta {
	text-transform: uppercase;
}

.entry-header .entry-meta {
	text-transform: uppercase;
}

.home .content .entry-categories {
	padding: 2px 0px;
	display:inline-block;
}

.home .content .entry-categories a {
	background: none;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	text-align: center;
	margin-top: 30px;
	display: table;
	margin: 0 auto;
	width: 100%;
	margin-top: 50px;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
	background: #d3a17d;
	padding: 8px 15px;
}

.archive-pagination li a {
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}


.archive-pagination li.active a  {
	color: #fff;
	text-decoration:none;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .bypostauthor {
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align:center;
}

.sidebar .widget {
	margin-bottom: 30px;
padding: 50px 35px;
margin: 10px;
color: #fff;
background: #d3a17d;
}

.sidebar .widget.simple-social-icons {
	border: 0;
	margin-top: -30px;
}

.sidebar .widget.enews-widget {
	border: 0;
	padding: 0;
}

.sidebar .widget-wrap {
	margin-top: -22px;
}

.sidebar p {
	margin-bottom: 20px;
	text-align:center;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
background: #f3ece9;
padding: 30px 0px 0px;
}

.footer-widgets .widget ul > li {
	margin-bottom: 0;
}

.footer-widgets .menu-item a {
color: #403838;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 1.5px;
}

.footer-widgets .widget {
	width: 28%;
	float: left;
}

.footer-widgets .widget-title {
	font-family: 'Playfair Display', sans-serif;
	font-size: 31px;
	color: #403838;
	text-align: left;
	margin-bottom: 0;
	line-height: 55px;
}

.footer-widgets .enews-widget input {
	width: 32%;
	line-height: 1.25;
	padding:8px 10px;

}

.footer-widgets .enews-widget input#subbutton {
	background: #c2968d;
	color: #fff;
}

.footer-widgets .enews-widget input#subbutton:hover {
	background: none;
}

.footer-widgets .simple-social-icons {
	margin-top: 73px;
}

.site-footer,
.site-footer .wrap {
width: 100%
}

.site-footer .wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.site-footer {
padding: 15px;
font-family: 'Jost', sans-serif;
color: #403838;
font-size: 10px;
	letter-spacing: 1.5px;
text-align: center;
	position:relative;
	text-transform: uppercase;
}

.site-footer a {
	color: #403838;
	background: none;
	display:inline-block;
}

.site-footer a:hover {
	background:transparent;
}

.header-widget-area .widget {
	display: inline-block;
	margin-bottom: 0;
}

.header-widget-area .nav-primary {
	width: 100%;
	margin-bottom: 10px;
}


.home .content .entry-content {
	width: 57%;
float: right;
display: inline-flex;
flex-direction: column;
justify-content: center;
text-align: left;
height: 417px;
}

.home .content .entry-content .more-link {
	text-transform: uppercase;
	display: table;
	margin-top: 15px;
	letter-spacing: 1.5px;
	font-size: 11px;
	background: #8B9B91;
	color: #fff;
	padding: 15px 30px;
}

.home .content .entry-content .more-link:hover {
	background:#C0D1C6;
}

.home .content .entry-content .entry-title {
	font-family: 'Playfair Display', serif;
	font-weight: 300;
	text-transform: none;
	font-size: 28px;
	text-transform: none;
    position: relative;
}

.search-social {
	display:inline;
}

 .wpcf7-form input[type="submit"] {
	display: table;
	text-align: center;
	margin: 0 auto;
}

.entry-content #imap_1 li {
	list-style-type: none;
	text-align: center;
}

.entry-content #imap_1 ol, .entry-content #imap_1 ul {
	margin-left: 0;
	margin-bottom:0;
}

.google-visualization-tooltip-item {
	padding: 0em 1em 0em 1em !important;
}

/*
Animated Search Form
---------------------------------------------------------------------------------------------------- */

.nav-secondary li.search {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 0;
}

li a.icon-search:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	content: "\f002";
}

li a.icon-search {
	cursor: pointer;
}

/*li a.icon-search:hover {
	border-bottom: none;
}*/

.search-div {
	display: none;
	position: absolute;
	z-index: 10;
	right: 0;
	width: 300px;
	padding: 2px;
}

.search-div .search-form {
	position: relative;
}

.search-div .search-form input[type="search"] {
	width: 100%;
padding: 10px;
font-size: 11px;
font-weight: 300;
text-transform: uppercase;
	letter-spacing:1.5px;
}

.search-div .search-form input[type="submit"] {
	position: absolute;
	right: 1px;
	bottom: 1px;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 12.5px 14px !important;
	margin:0;
	font-weight: 300;
	font-size: 11px;
	letter-spacing: 1.5px;
}

.search-div .search-form input[type="submit"]:hover {
	background-color: #C0D1C6;
}

/* Clear search field placeholder text on focus */
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
} /* Firefox 18- */
input:focus::-moz-placeholder {
	color: transparent;
} /* Firefox 19+ */
input:focus:-ms-input-placeholder {
	color: transparent;
} /* oldIE 😉 */

@media only screen and (max-width: 800px) {
	.nav-secondary .genesis-nav-menu > .search {
		display: block;
		text-align: left;
	}
	
		.home-post .more-link {
		display: table;
		float: none;
		margin: 0 auto;
		margin-top: 15px;
		text-align: center;
	}
	
	.home .content .entry-content p {
		text-align:center;
	}
	
	.home .content .entry-content .entry-title {
		text-align: center;
	}
	
	.favoriteposts .entry-header {
	display:none;
}
	
	.favoritepostswrap {
		padding-bottom: 10px;
	}
	
	.home .content .entry-content {
		height: 388px;
	}

}

@media only screen and (max-width: 340px) {
	.search-div {
		width: auto;
	}
}


.ubermenu-item-home {
	z-index: 9999;
}

.oils.block {
background: #8B9B91;
padding: 60px;
border: 1px solid #fff;
outline: 10px solid #8B9B91;
text-align: Center;
font-size: 20px;
color: #fff;	
}

.pintro {
	max-width: 600px;
	margin-left:60px;
padding: 50px !important;
	background: rgba(255,255,255,0.7) !important;
	
}

.pcolumn {
	max-width: 915px !important;
	margin: 0 auto !important;
	text-align: center;
}

.pcolumn .wp-block-column {
	background: #a47d61;
	padding: 0px 30px 30px;
	margin-top: 30px;
	color: #fff;
}

.pcolumn p {
	text-align:center;
}

.page-id-804 .hi {
font-family: 'BonVivant';
font-size: 48px;
text-transform: lowercase;
line-height: 35px;	
}

.grattitle {
	font-family: 'Playfair Display', sans-serif;
font-size: 31px;
color: #403838;
	line-height:25px;
}

.gratitudebox .wp-block-group__inner-container {
	max-width: 915px;
	margin: 0 auto;
	padding: 40px;
	margin-bottom: 60px;
}

.gratitudebox p {
	text-align:center;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1150px) {
		.nav-primary .genesis-nav-menu a {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}


@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		width: 100%;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #403838;
		border-radius: 3px;
		color: #fff;
		font-weight: 700;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:hover,
	.genesis-nav-menu > .menu-highlight > a:focus {
		background-color: #0073e5;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity .4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
		text-align:left;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding: 0;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		float: right;
		clear:none;
width: auto;
display: inline-block;
padding-top: 62px;
padding-bottom: 0px;
background: #fff;
	}
	
			.nav-primary .genesis-nav-menu a {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.nav-primary .simple-social-icons ul li a,
	.nav-primary .simple-social-icons ul li a:hover,
	.nav-primary .simple-social-icons ul li a:focus {
		margin: 0 !important;
	}
	
	.nav-primary .widget-area {
		display: inline-block;
float:right;
	}
	
	.nav-primary .widget {
		margin-bottom: 0px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		margin-top: 0px;
		max-width: 1280px;
		padding-top: 70px;
		
	}
	
	.home .site-inner {
		max-width:none;
		width: 100%;
	}
	
	.content-sidebar-wrap {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display:table;
	}
    
    .archive .content-sidebar-wrap,
    .search .content-sidebar-wrap {
        max-width: 1280px;
    }

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		max-width: 66%;
		width: 100%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 915px;
	}
    
    .archive .content,
    .search .content {
        max-width: 1280px;
		margin: 0 auto;
		padding: 0px 60px;
    }

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #fee8e3;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
	}

	.after-entry .enews {
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}
	
	.sidebarposts .two-thirds {
		width: 62.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 40px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 915px;
		padding: 0;
		margin: 0 auto;
	}
	
}

@media only screen and (max-width: 1340px) {

	.wp-custom-logo .title-area {
		float:none;
	}
	
	.site-header {
		margin-top: 20px;
	}
	
	.nav-primary {
		float:none;
		padding-top: 0 !important;
	}
	
	.site-header.fix .title-area {
		float:left;
	}
	
	.site-header.fix .nav-primary {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 1064px) {
	
	.site-inner {
				padding: 30px;
	}
	
	.title-area {
		float:none;
	}
	
	.header-widget-area .nav-primary {
		padding-bottom: 0;
	}
	
	.header-widget-area .widget {
		float: none;
		display: inline-block;
	}
	
}

@media only screen and (max-width: 1032px) {

	.home-slider .menu li a {
		padding: 0px 20px;
	}
	
				.site-header .wrap {
    flex-direction: column;
	}
	
	.bottom-left {
		width: 60%;
	}
	
	.category_description .title{
		padding: 15px;
		font-size: 20px;
		line-height: 28px;
		margin-top: -80px;
	}
	
	.category_description .listing-item {
		padding: 10px;
	}
	
	.category_description::before  {
		top: 45%;
	}
}

@media only screen and (max-width: 960px) {
	
	.home-slider,
	.home-post{
		padding: 0 30px;
	}
	
	.wp-custom-logo .site-container .title-area {
		max-width:250px !important;
	}
	
	.site-header.fix,
	.ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper{
		padding: 0 !important;
	}
	
	.nav-secondary {
		position: relative;
	}
	
	.site-header.fix .nav-primary {
		padding: 0;
		margin-top: 0px;
	}
	
	.ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper {
		font-size: 14px;
	}
	
	.archive .sidebar {
		width: 100%;
		max-width: 100%;
	}
	
	.nav-primary.genesis-responsive-menu {
		margin-top: 0;
		padding: 0;
	}
	
	.nav-primary {
		padding: 0;
		float:none;
	}

	
	.site-inner {
		padding:30px;
	}
	
	.archive .entry,
	.search .entry {
		margin-bottom: 50px;
	}
	
	.footer-widgets .alignright {
		float:none;
		text-align:center;
		margin: 0 auto;
		display:table;
		margin-top: 10px;
	}
	
	.beforefooter .widget {
		width: 100%;
	}
	
	.site-footer p {
		text-align:center;
	}
	
	.home .content .entry {
		margin-bottom: 340px;
	}
	
	
	.related {
		margin-bottom: 50px;
		margin-top: 30px;
	}
	
	.featured {
		padding: 0px 20px;
	}
	
	.home-slider .entry-meta {
		display:none;
	}
	
	.home-slider .entry-header {
		padding: 10px;
		margin: 0;
		display: table;
		width: 80%;
		margin-left: 10%;
	}
	
	.home-slider .post .entry-title {
		font-size: 14px;
		margin-bottom: 0;
	}
	
	
	.wp-custom-logo .site-container .title-area {
		max-width: 443px;
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	.header-widget-area {
		width: 100%;
	}
	
	.site-header {
		width: 100%;
	}
	
	.genesis-nav-menu a {
		text-align:center;
	}
	
	.nav-primary .genesis-nav-menu > .search {
		width: 100%;
		text-align:center;
	}
	
	.search-div {
		display: none;
		left: 0;
	}
	
	.header-widget-area .widget {
		float: none;
		display: inline-block;
		text-align: center;
		margin: 0 auto;
			width: 100%;
	}
	
	.ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target {
		text-align:center;
	}
	
	.nav-primary li.search {
		float:left;
	}
	
	.site-header.fix {
		box-shadow:none;
}

.admin-bar .site-header.fix {
	top: 0 !important;
}

.site-header.fix .header-widget-area {
	margin-top: 9px;
}
	
	.filter-drop-spacer {
		height: 0 !important;
	}
	
	.home .content .alignleft {
		padding:0;
	}
	
	.rtbs_full .rtbs_menu li.mobile_toggle {
		padding-left: 0 !important;
	}
	
	.rtbs_full .rtbs_menu ul {
		line-height: 18px !important;
	}
	
	.rtbs_full .rtbs_menu ul li,
	.rtbs_full .rtbs_menu ul li a{
		background: rgb(223, 173, 166) !important;
	}
	
	
	.rtbs_full .rtbs_menu ul li a {
		color: #fff !important;
		font-size: 15px !important;
	}
	
	.moreposts .widget_nav_menu .widget-title {
		margin:0;
		text-align:center;
		width: 100%;
	}
	
	.moreposts ul {
		text-align: center;
		display: table;
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.moreposts .menu li {
		float: left;
		margin: 0px 30px;
		font-size: 14px;
		text-transform: uppercase;
		padding-top: 13px;
		text-align: center;
		letter-spacing: 0.5px;
	}
	
	.moreposts .widget_nav_menu .even {
		font-size: 28px;
	}
	
	.moreposts .widget_media_image {
		height: 300px;
	}
	
	.moreposts .featuredpost .widget-title {
		font-size: 30px;
	}
	
	.moreposts .entry-title {
		font-size: 20px;
	}
	
	.sidebarposts .entry {
		margin-bottom: 40px;
	}
	
	.sidebarposts .one-third {
		text-align: center;
		float: none;
		display: block;
		margin: 0 auto;
	}
	
	.instagram {
		margin-top: 70px;
	}
	
	.footer-widgets {
		padding: 50px;
	}
	
	.footer-widgets .widget {
		width: 33.3%;
		text-align:center;
	}
	
	.footer-widgets .widget-title {
		text-align:center;
	}
	
	.site-footer .copyright {
		position: relative;
		bottom: 0;
		padding: 20px;
		background: none;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu .ubermenu-nav {
		margin-top: 20px !important;
	}
	
	.footer-widgets-4 {
		margin-left: 0;
	}
	
	.footer-widgets-4 .enews-widget {
		width: 100%;
		margin-right: 0;
	}
	
	.footer-widgets .simple-social-icons {
		margin-top: 20px;
		width: 100%;
		display: table;
		text-align: Center;
	}
	
	.footer-widgets .simple-social-icons .alignleft {
		float: none;
		text-align: center;
		margin: 0 auto;
		display: inline-block;
	}
	
	.footer-widgets {
		padding-bottom: 0;
	}
	
	.sidebarposts .alignleft {
		float:left;
		width: 30%;
	}

	
}

@media only screen and (max-width: 730px) {
	
	.category_description .listing-item {
		width: 50%;
		padding: 10px;
	}
	
	.category_description .title {
		width: 90%;
		font-size: 18px;
		margin-top: -10px;
	}
	
	.category_description {
		background: #f2dddb;
		padding: 40px 0px;
	}
	
	.category_description::after {
		display:none;
	}
	
	.genesis-nav-menu {
		text-align: center;
	}
	
	.genesis-nav-menu .widget {
		float:none;
	}
	
	.site-header {
		margin-top: 10px;
	}
	
	.genesis-nav-menu .widget-area {
		float: none;
		width: 100%;
		margin: 0 auto;
		display: table;
	}
	
	.genesis-nav-menu .widget .alignleft{
		float: none;
		text-align: center;
		margin: 0 auto !important;
		display: table;
		margin-bottom: 10px !important;
	}

	.home-slider .slide-excerpt {
		display:none;
	}
	
	.home-slider .featured-content .entry {
		width: 100%;
	}
	
	.home-slider {
		padding: 40px;
	}
	
	.home-post .entry {
		width: 100%;
		float: left;
		margin:0;
		margin-bottom: 30px;
	}
	
	.home-post .entry-title {
		text-align:center;
	}
	
	.home-post p {
		text-align:center;
	}
	
	.home-post {
		padding: 0px 30px;
		margin-bottom: 0;
	}

	.related-post {
		width: 48%;
		height: 290px;
	}
	 
	.featured-content .entry-title {
		margin-top: 0;
	}
	
	.home .content .entry-header,
	.archive .content .entry-header,
	.search .content .entry-header{
		width: 100%;
	}
	
		.home .content .entry-content,
	.home .content p,
			.archive .content .entry-content,
	.archive .content p,
			.search .content .entry-content,
	.search .content p{
		text-align:center;
	}
	
	.home .content .entry,
	.archive .content .entry,
	.search .content .entry{
		margin-bottom: 50px !important;
	}
	
	.archive .alignleft,
	.search .alignleft {
		float:none;
		margin-right: 0;
	}
		
	.pagination {
		margin-bottom: 70px;
	}
	
	.moreposts .entry {
		width: 100%;
	
	}
	
	.moreposts .widget_nav_menu .even {
		font-family: inherit;
		font-size: 14px !important;
		text-align: center;
		text-transform: uppercase !important;
		line-height: 32px !important;
		padding-bottom: 0 !important;
	}
	
	.moreposts .menu li {
		margin: 15px;
		margin-top: 0;
	}
	
	.home-slider .hi {
		margin-top: 0;
	}
	
	.home-slider .title {
		font-size: 38px;
	}
	
	.home-slider .tape {
		position: absolute;
		top: 0px;
		left: -5px;
	}
	
	.home-post .widget-title {
		font-size: 35px;
	}
	
	.home-post .enews-widget input{
		width: 100%;
		margin: 1% 0;
	}
	
	.home .site-inner {
		margin-bottom: 0;
	}
	
	.sidebarposts .two-thirds .entry-header {
		margin-top: 0px;
	}
	
	.sidebarposts .alignleft {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.sidebarposts .entry-header .entry-meta,
	.sidebarposts .two-thirds .entry-title,
	.sidebarposts .two-thirds .entry-content p{
		text-align:center;
	}
	
	.sidebarposts .more-link {
		margin: 0 auto;
		margin-top: 20px;
	}
	
	.sidebarposts .entry {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 598px) {
	
	.favoriteposts .widget-title,
	.destinations .widget-title{
		line-height: 40px;
		margin-bottom: 20px !important;
		margin-top: 20px !important;
		font-size: 40px;
	}
	
	.destinations .sp-tab__lay-default ul>li>a>span, 
	.destinations .sp-tab__lay-default ul>li>label>span {
		text-align:center;
	}
	
	.favoritepostswrap {
		padding: 20px;
	}
	
	.favoriteposts .entry {
		padding: 2px;
	}
	
	.home .content .entry-content .entry-title {
		margin-left: 0;
	}
	
	.home .content .entry-content .more-link {
		margin: 0 auto;
		margin-top: 15px;
	}
	
	.home-slider {
		padding-bottom: 0;
	}
	
	.home-slider .image {
		max-width: 100% !important;
	}
	
	.home-slider .wp-caption-text {
		width: 100%;
	}
	
	.home-slider .hi {
		text-align:center;
	}
	
	.moreposts .featuredpost {
		padding: 0 20px;
		margin-top: -160px;
		position: relative;
	}
	
	.moreposts .featuredpost .widget-title {
		font-size: 28px;
		line-height: 40px;
	}
	
	.moreposts .featuredpost .widget-title::after {
		line-height: 16px;
	}
	
	.moreposts .featuredpost .entry {
		width: 100%;
	}
	
	.sidebarposts .wrap {
		margin: 0px 20px;
	}
	
	.category_description .listing-item {
		width: 100%;
	}
	
	.footer-widgets .widget {
		width: 100%;
	}
	
}

@media only screen and (max-width: 500px) {
.featured-content .entry-image {
	width: 100%;
	height: 100%;
}
	
	.home-slider .widget-title {
		font-size: 24px;
		margin-bottom:10px;
		margin-top:-5px;
	}
	
	.home-slider p {
		margin-bottom: 10px;
	}
	
	.home-slider h1 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	.home-slider .widget {
		padding-bottom: 15px;
		padding-left:15px;
		padding-right:15px;
	}
	
		.related-post {
		width: 48%;
		height: 250px;
	}
	
		.destinations .post {
		width: 48%;		
		height: 280px;
	}
}


/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #403838 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

.carousel .stp-right,
.carousel .stp-left {
	background-color: #fdeeee !important;
}

.entry-title a {
	line-height: 100%;
}
