/*
	Theme Name: Maude V2
	Theme URI: http://maude.iheartsmallshop.com
	Description: This is a child theme created for the Genesis Framework.
	Author: Small Shop
	Author URI: http://www.iheartsmallshop.com

	Version: 2.3.0

	Template: genesis
	Template Version: 2.3.0

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

	Text Domain: Maude
*/

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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[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-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:1}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	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
---------------------------------------------------------------------------------------------------- */

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

@font-face {
  font-family: 'Mondellina';
  src: url('fonts/Mondellina-Light.eot');
  src: url('fonts/Mondellina-Light.woff2') format('woff2'),
       url('fonts/Mondellina-Light.woff') format('woff'),
       url('fonts/Mondellina-Light.ttf') format('truetype'),
       url('fonts/Mondellina-Light.svg#Mondellina-Light') format('svg'),
       url('fonts/Mondellina-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas';
  src: url('fonts/BEBAS.eot');
  src: url('fonts/BEBAS.woff2') format('woff2'),
       url('fonts/Bebas.woff') format('woff'),
       url('fonts/Bebas.ttf') format('truetype'),
       url('fonts/Bebas.svg#Bebas') format('svg'),
       url('fonts/Bebas.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html {
	font-size: 62.5%; /* 10px browser default */
}

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

body {
	background-color: #fff;
	color: #121200;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	letter-spacing: 0.03em;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

/*a {
	color: #a97d8c;
	text-decoration: none;
}*/

a {
	color: #121200;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #c3969e;
	text-decoration: none;
}

a:focus {
	outline: none;
}

.content a {
	font-weight: 600;
}

p {
	margin: 0 0 28px;
	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: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	font-family: 'Playfair Display', serif;
    text-transform: inherit;
    font-size: 18px;
    text-align: center;
    border-top: solid 1px #121200;
    border-bottom: solid 1px #121200;
    width: 75%;
    margin: 40px auto;
}

blockquote::before, blockquote::after {
    content: "";
    display: block;
    width: 100%;
    background-color: #fff;
    height: 1px;
    margin: 0 auto;
}

blockquote p {
	margin-bottom: 0;
	padding: 15px 0;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 22px;
	font-size: 2.2rem;
}

h2 {
	font-size: 20px;
	font-size: 2rem;
}

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

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

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

h6 {
	font-size: 12px;
	font-size: 1.2rem;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

.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 img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

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

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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #121200;
    color: #121200;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 0px;
	font-size: 15px;
    padding: 8px 10px;
    width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #fff;
    border: solid 1px #121200;
    color: #121200;
    cursor: pointer;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 8px 20px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    border-radius: 0;
}

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: #121200;
	color: #fff;
}

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

.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"] {
    text-align: center;
    border: none;
    background: #fff;
    border: solid 1px #121200;
}

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

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #121200;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #121200;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #121200;
}
:-moz-placeholder { /* Firefox 18- */
  color: #121200;
}

/* ## 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,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #121200;
	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. */
}

.ss-more-paragraph {
    text-align: center;
    margin-bottom: 0 !important;
}

.more-link {
	font-family: 'Libre Baskerville', serif;
    color: #121200;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #fff;
    font-weight: 400 !important;
}

.more-link:hover {
	color: #c3969e;
}


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

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1100px;
}

.site-inner {
	clear: both;
	padding-top: 100px;
	word-wrap: break-word;
}

.home .site-inner {
	padding-top: 50px;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

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

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

/* ### Content */

.content {
	float: right;
	width: 750px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

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

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.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%;
}

.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;
}


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

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

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

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

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

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

.archive-description {
	display: none;
}

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

.search-form {
	overflow: hidden;
}

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

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

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

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
    font-family: 'Bebas', sans-serif;
    text-align: center;
    font-size: 22px;
}

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

.sidebar .widget-title a:hover {
	color: #c3969e;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #c3969e;
}

.page .entry-title {
    border-top: solid 1px #121200;
    border-bottom: solid 1px #121200;
    padding: 10px 0;
    margin-bottom: 25px;
}

.page-template-page_blog .entry-title:first-child {
    display: none;
}

.page-template-page_blog .sidebar .entry-title:first-child {
    display: block;
}

.page-template-page_index .entry-title:first-child {
    display: none;
}

.widget-title {
	font-family: 'Bebas', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
	margin-bottom: 10px !important;
	margin-top: 15px;
}

.sidebar .widget-title:after {
    height: 1px;
    display: block;
    width: 60px;
    background: #121200;
    border-right: 1px white;
    content: '';
    margin: 10px auto 20px;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

.widget_media_image .gallery-caption,
.widget_media_image .wp-caption-text {
    font-family: 'Arapey', serif;
    font-style: italic;
    font-size: 16px;
    font-size: 1.6rem;
}

.wp-caption {
    margin-bottom: 0;
}

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

/*.wp-caption-text {
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 0;
	border-left: solid 1px #121200;
	border-bottom: solid 1px #121200;
	border-right: solid 1px #121200;
	margin-top: -6px;
}*/

.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 28px;
}


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

.widget {
	margin-bottom: 0;
	word-wrap: break-word;
}

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

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

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.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;
}

.widget_categories {
    text-align: center;
}

.widget_categories .widget-title {
    display: none;
}

.widget_categories {
	border: solid 1px #121200;
	padding: 30px;
}

.widget_categories a {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-size: 3rem;
    text-transform: lowercase;
    letter-spacing: 0px;
    color: #121200;
    font-style: italic;
}

.widget_categories a:hover {
	color: #c3969e;
}

.widget_categories ul > li {
    padding-bottom: 0;
    margin-bottom: 5px;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
	position: relative;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.sidebar .featured-content .entry a {
    margin: 0;
}

.sidebar .featured-content .entry-header {
    padding: 20px;
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    width: 100%;
}

.sidebar .featured-content .entry-title {
	font-family: 'Bebas', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5;
	font-style: normal;
	font-weight: 400;
	border: none;
	padding: 0;
	margin-bottom: 0 !important;
}

/*.sidebar .featured-content .entry-title:after {
    height: 1px;
    display: block;
    width: 60px;
    background: #121200;
    border-right: 1px white;
    content: '';
    margin: 10px auto;
}*/

.sidebar .featured-content .entry a {
    margin: 0;
    word-spacing: 2px;
}

.sidebar .ss-more-paragraph {
    display: none;
}


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

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

.enews-widget input {
    text-align: center;
    margin-bottom: 10px;
    background: #fff;
    border: solid 1px #121200;
}

.enews-widget input[type="submit"] {
    background: #f4eced;
    color: #121200;
	font-family: 'Libre Baskerville', serif;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    width: 100%;
    border: solid 1px #f4eced !important;
    border-radius: 0;
	padding: 10px 20px;
}

.enews-widget input[type="submit"]:hover {
	color: #121200;
	background: transparent;
}

.enews-widget p {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-size: 1.2rem;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #121200;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #fff;
	position: fixed;
	width: 100%;
	z-index: 1;
}

.site-header > .wrap {
	padding: 10px 0;
}

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

.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 600px;
	padding: 0;
}

.header-full-width .title-area {
	float: left;
	width: auto;
	text-align: left;
	max-height: 80px;
	padding-right: 40px;
}

.site-title {
    font-family: 'Bebas';
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.1;
}

.site-title a {
	color: #121200;
	text-decoration: none;
}

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

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 145px;
	width: 100%;
}

.site-description {
    font-family: 'Libre Baskerfille', serif;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


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

.genesis-nav-menu {
	clear: both;
	font-family: 'Libre Baskerfille', serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	position: relative;
}

.genesis-nav-menu a,
.genesis-nav-menu .current-menu-item > a {
	color: #121200;
	display: block;
	padding: 20px;
	text-decoration: none;
}

.genesis-nav-menu .menu-item:last-child a:after {
    content: "";
		padding: 0;
}

.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: #c3969e;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	padding-top: 15px;
}

.genesis-nav-menu .sub-menu a {
	color: #121200;
	background-color: #fff;
	border-top: 0;
	border: 1px solid #eee;
	font-family: 'Playfair Display', serif;;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 0;
	padding: 15px 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #c3969e;
}

.genesis-nav-menu .sub-menu a:after {
    content: "";
    padding: 0;
}

.genesis-nav-menu .sub-menu .menu-item:last-child a {
    padding-bottom: 20px !important;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

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

/*.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:focus > .sub-menu,
.genesis-nav-menu .menu-item.menu-item-hover > .sub-menu {
    left: 50%;
    transform: translateX(-50%);
}*/

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

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

/* ## Accessible 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;
}

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

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
    float: left;
    text-align: center;
    margin-top: 7px;
    width: auto;
}

.admin-bar .nav-primary.fixed {
    top: 32px;
}

.nav-primary.fixed {
	background: #121200;
	box-shadow: 00 5px 10px 0 rgba(0, 0, 0, 0.04);
	position: fixed;
	padding: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	border: none;
}

.nav-primary.fixed .wrap {
	border: none;
	margin: 0 auto;
}

.nav-primary.fixed + div {
	border-top: 74px solid transparent;	
}

.nav-primary.fixed .genesis-nav-menu a {
	color: #fff;
    padding: 20px;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


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

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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: #121200;
	color: #eee;
}

.entry-content a {
    color: #121200;
    font-weight: 600;
}

.entry-content a:hover {
	color: #a97d8c;
}

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.home .content .entry-content,
.page-template-page_blog .content .entry-content {
    position: relative;
    border-left: solid 1px #121200;
    border-bottom: solid 1px #121200;
    border-right: solid 1px #121200;
    padding: 30px 30px 15px;
    text-align: center;
}

.home .content .entry-image-link img,
.page-template-page_blog .content .entry-image-link img {
    margin-bottom: 0;
}

.single .ss-featured-post {
    margin-bottom: 40px;
    margin-top: 0;
}

.ss-featured-post {
	margin-top: 0;
	position: relative;
}

.ss-featured-post .featured-content {
    position: absolute;
    background: #fff;
    bottom: -125px;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 30px 30px 0;
}

.single .ss-featured-post .entry-header {
    position: absolute;
    background: #fff;
    bottom: -30px;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px 30px 30px;
}

.ss-featured-post .bold,
.entry-content .bold {
    font-weight: 600;
}

.ss-featured-post .more-link {
	border: solid 1px #121200;
	padding: 8px 70px;
}

.ss-featured-post .more-link:hover {
	color: #fff;
	background: #121200;
}

.home .entry-content .entry-header,
.page-template-page_blog .entry-content .entry-header {
    text-align: center;
}

.home .entry-content .entry-header .post-date,
.page-template-page_blog .entry-content .entry-header .post-date,
.ss-featured-post .entry-header .entry-title,
.ss-featured-post .entry-header .post-date {
	margin-bottom: 8px;
	line-height: 1.3;
}

.home .entry-content .entry-header .post-date,
.ss-featured-post .entry-header .post-date {
	margin-bottom: 5px;
}

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

.home .entry-content .entry-header .entry-meta,
.page-template-page_blog .entry-content .entry-header .entry-meta {
    margin-bottom: 0;
	display: none;
}

.home .entry-content .entry-header .entry-categories,
.page-template-page_blog .entry-content .entry-header .entry-categories,
.ss-featured-post .entry-header .entry-categories {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: lowercase;
    font-style: italic;
    letter-spacing: 1px;
}

.home .entry-content .entry-header .entry-categories a,
.page-template-page_blog .entry-content .entry-header .entry-categories a,
.ss-featured-post .entry-header .entry-categories a {
	color: #121200;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	text-transform: lowercase;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
}

.home .entry-content .entry-header .entry-title,
.page-template-page_blog .entry-content .entry-header .entry-title,
.ss-featured-post .entry-header .entry-title {
    font-family: 'Bebas', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
    margin-bottom: 0;
    word-spacing: 5px;
    border: none;
    padding: 0;
}

.home .entry-content .entry-header .entry-title a,
.page-template-page_blog .entry-content .entry-header .entry-title a,
.ss-featured-post .entry-header .entry-title a {
	font-weight: 400;
}

.home .entry-content p,
.home .ss-featured-post p,
.page-template-page_blog .entry-content p {
    margin-bottom: 20px;
}

.home .entry-content p:nth-child(2),
.home .ss-featured-post p:nth-child(2),
.page-template-page_blog .entry-content p:nth-child(2) {
    margin-top: 20px;
}

.home .entry-content .entry-header .entry-location,
.home .entry-content .entry-header .post-date,
.page-template-page_blog .entry-content .entry-header .entry-location,
.page-template-page_blog .entry-content .entry-header .post-date,
.ss-featured-post .entry-header .entry-location,
.ss-featured-post .entry-header .post-date {
	font-family: 'Libre Baskerville', serif;
    font-size: 9px;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
}

.entry-location:before,
.entry-location:after {
    content: "";
    display: inline-block;
    width: 50px;
    background-color: #121200;
    height: 1px;
    margin: 0 8px 2px;
    padding: 0 9px;
}

.ss-featured-post .has-affiliate .featured-content {
    width: 50%;
    padding: 0 10px 0 40px;
}

.ss-featured-post .singular-featured-image img {
    width: 100%;
    object-fit: cover;
}

.ss-featured-post .featured-date {
    float: left;
    width: 27%;
    text-align: center;
    font-family: 'Bentham', serif;
    margin-top: 40px;
    position: relative;
}

.ss-featured-post .featured-date:after {
    content: "";
    display: block;
    width: 1px;
    background-color: #121200;
    height: 100px;
    right: 6%;
    top: 18%;
    position: absolute;
}

.ss-featured-post .post-year {
    font-size: 25px;
}

.ss-featured-post .post-month {
	font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ss-featured-post .post-day {
    font-size: 40px;
		line-height: 0.7;
}

.ss-featured-post .entry-image-link {
    display: none;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

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

.post-date {
    padding-bottom: 5px;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #121200;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 8px 12px;
	text-decoration: none;
	font-family: 'Bebas', sans-serif;
	letter-spacing: 1px;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	color: #f4eced;
}

.archive-pagination .pagination-next a {
    padding-right: 0 !important;
}

.archive-pagination .pagination-previous a {
    padding-left: 0 !important;
}

.archive-pagination .pagination-next a:hover,
.archive-pagination .pagination-previous a:hover {
	color: #c3969e;
}

/* ## Comments
--------------------------------------------- */

.comment-respond {
	margin-top: 60px;
}

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
	text-align: center;
	margin-top: 70px;
}

.comment-respond textarea,
.comment-respond input {
	font-family: 'Lato', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    background: #fff;
    border: solid 1px #121200;
    width: 100%;
    padding: 10px 20px;
}

.comment-respond textarea {
    margin-bottom: -5px;
}

.comment-respond input[type="submit"] {
    background: #f4eced;
    border: solid 1px #f4eced !important;
    color: #121200;
    width: 100%;
    font-size: 12px;
    font-family: 'Libre Baskerville', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.comment-respond input[type="submit"]:hover {
    background: #fff;
    color: #121200;
}

.comment-respond p {
	font-size: 13px;
	font-size: 1.3rem;
    margin-bottom: 15px;
}

.comment-notes {
    font-family: 'Playfair Display', serif;
    font-style: italic;
	margin-bottom: 35px !important;
}

.comment-reply-title {
    font-family: 'Libre Baskerville', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    margin-bottom: 5px;
}

.entry-comments h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    display: none;
}

.entry-comments h3:before, .entry-comments h3:after {
    content: "";
    display: inline-block;
    width: 100px;
    background-color: #121200;
    height: 1px;
    margin: 0 10px 5px;
}

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

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

.comment-header {
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-size: 1rem;
}

.comment-header .says {
    display: none;
}

.comment-header span:after {
    content: '\2022';
    font-size: 8px;
    padding: 0 0 0 5px;
    vertical-align: middle;
}

.comment-reply-link {
	color: #121200;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-size: 1rem;
}

.comment-content {
	clear: both;
}

.comment-content p {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

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

.comment-author {
    display: inline-block;
}

.comment-meta {
    display: inline-block;
}

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

.comment-form-author input[type="text"] {
	width: 48%;
	margin-right: 15px;
	float: left;
}

.comment-respond input[type="url"] {
    width: 100%;
}

.comment-respond label {
	display: none;
}

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

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

a.comment-time-link {
    color: #121200;
}

.byuser article {
    background: #f4eced;
    padding: 20px 15px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 40px;
	text-align: center;
}

.sidebar .widget {
    margin-bottom: 40px;
}

.sidebar .widget p:last-child {
    margin-bottom: 0 !important;
}

.sidebar p,
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
    margin-bottom: 10px !important;
}


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

.footer-widgets {
	background-color: #f4eced;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	padding: 30px 0 0;
}

.footer-widgets a {
	color: #121200;
}

.footer-widgets .widget_nav_menu ul > li {
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-widgets .widget_nav_menu a:after {
    content: '\2022';
    font-size: 8px;
    padding: 0 30px;
}

.footer-widgets .widget_nav_menu ul > li:last-child a:after {
    content: none;
}


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

.site-footer {
	color: #121200;
    background-color: #f4eced;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 30px 0;
    text-align: center;
}

.site-footer p {
    margin-bottom: 0;
    font-size: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.site-footer a {
	color: #fff;
}


/* # Affiliate Links
---------------------------------------------------------------------------------------------------- */

.home .featured-img,
.page-template-page_blog .featured-img {
    position: relative;
}

.home .ss-post-affiliate,
.page-template-page_blog .ss-post-affiliate {
    position: absolute;
    bottom: -7px;
    opacity: 0;
    -ms-transition: opacity 500ms ease;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    width: 100%;
}

.home .featured-img:hover .ss-post-affiliate,
.page-template-page_blog .featured-img:hover .ss-post-affiliate {
	opacity: 0.95;
}

.home .ss-featured-post .featured-affiliate,
.page-template-page_blog .ss-featured-post .featured-affiliate {
    float: right;
    width: 20%;
    display: block; 
    position: relative;
}

.home .ss-featured-post .featured-affiliate .ss-post-affiliate,
.page-template-page_blog .ss-featured-post .featured-affiliate .ss-post-affiliate {
	float: none;
	width: auto;
}

.single .ss-post-affiliate {
    padding: 20px 30px;
    display: table;
    position: relative;
    width: 100%;
}

.single .ss-post-affiliate h4 {
	display: none;
}

.single .affiliate-title {
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
}

.single .affiliate-links {
    width: 100%;
}


/* # Instagram Feed
---------------------------------------------------------------------------------------------------- */

.ss-above-footer .widget-title {
    text-align: right;
    padding-right: 15px;
}

.ss-above-footer .widget-title:after {
    content: "\f175";
    font-family: FontAwesome;
    padding-left: 5px;
}

.ss-above-footer #sb_instagram {
    padding-bottom: 0 !important;
}

.ss-above-footer p:first-child {
    display: none !important;
}

.ss-above-footer #sb_instagram #sbi_images .sbi_item {
    padding-top: 0 !important;
}

.ss-above-footer #sb_instagram #sbi_images .sbi_item:first-child {
    padding-left: 0 !important;
}

.ss-above-footer #sb_instagram #sbi_images .sbi_item:last-child {
    padding-right: 0 !important;
}

.ss-above-footer #sb_instagram #sbi_images {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* # Jetpack Subscription
---------------------------------------------------------------------------------------------------- */

.jetpack_subscription_widget #subscribe-email input {
    width: 100%;
    background: #f6f6f6;
    border: none;
    text-align: center;
}

.jetpack_subscription_widget #subscribe-submit input[type="submit"] {
    background: #f4eced;
    color: #121200;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
}

.jetpack_subscription_widget p {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px !important;
}


/* # Simple Social Icons
---------------------------------------------------------------------------------------------------- */

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

.sidebar .simple-social-icons a {
    padding-bottom: 0 !important;
}

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


/* # Previous & Next Navigation
---------------------------------------------------------------------------------------------------- */

.prev-next-navigation {
	background: #fff;
    height: 40px;
    margin-top: 20px;
    border: solid 1px #121200;
}

.prev-next-navigation a {
    color: #121200;
    font-family: 'Bebas', sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
}

.prev-next-navigation a:hover {
	color: #c3969e;
}

.previous {
    float: left;
    margin-top: 9px;
    padding-left: 15px;
}

.next {
    float: right;
    margin-top: 9px;
    padding-right: 15px;
}

.next .fa {
    padding-left: 5px;
}

.previous .fa {
    padding-right: 5px;
}


/* # Genesis Simple Share
---------------------------------------------------------------------------------------------------- */

.share-after {
    text-align: center;
    margin: 0 auto;
    background: #fff;
    padding: 10px 0 0;
}

.share-after::before {
	color: #121200;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    content: "share via";
    display: inline-block;
    height: 27px;
    line-height: normal;
    margin-right: 7px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.share-genesis_entry_footer {
    display: inline-block;
}

.content .share-filled .facebook .count, .content .share-filled .facebook .count:hover, .content .share-filled .googlePlus .count, .content .share-filled .googlePlus .count:hover, .content .share-filled .linkedin .count, .content .share-filled .linkedin .count:hover, .content .share-filled .pinterest .count, .content .share-filled .pinterest .count:hover, .content .share-filled .stumbleupon .count, .content .share-filled .stumbleupon .count:hover, .content .share-filled .twitter .count, .content .share-filled .twitter .count:hover {
	color: #fff;
	border: 1px solid #fff;
	display: none;
}

.content .share-filled .facebook .share, .content .share-filled .facebook:hover .count, .content .share-filled .googlePlus .share, .content .share-filled .googlePlus:hover .count, .content .share-filled .linkedin .share, .content .share-filled .linkedin:hover .count, .content .share-filled .pinterest .share, .content .share-filled .pinterest:hover .count, .content .share-filled .stumbleupon .share, .content .share-filled .stumbleupon:hover .count, .content .share-filled .twitter .share, .content .share-filled .twitter:hover .count {
	background: transparent !important;
	font-size: 10px;
}

.share-small .no-count .share {
	width: 20px;
}

.sharrre .share, .sharrre:hover .share {
	color: #121200;
}


/* # Form Labels
---------------------------------------------------------------------------------------------------- */

.nf-form-fields-required {
    display: none;
}

label {
    font-family: 'Arapey', serif;
    font-weight: 400 !important;
    font-style: italic;
    font-size: 18px;
}


/* # Navigation Search Box
---------------------------------------------------------------------------------------------------- */

input:focus::-webkit-input-placeholder { color: #121200 !important; }
input:focus:-moz-placeholder { color: #121200 !important; } /* Firefox 18- */
input:focus::-moz-placeholder { color: #121200 !important; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color: #121200 !important; } /* oldIE ;) */

.nav-primary .search-form {
	overflow: visible;
	padding: 0 20px;
}

.nav-primary .search-form input[type="search"] {
	text-align: left;
	width: 100px;
	padding-right: 3rem;
	-moz-transition: 400ms width ease;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width;
	-webkit-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width;
	-o-transition-timing-function: ease;
}

.nav-primary .search-form input[type="search"]:focus {
	width: 200px;
}

.nav-primary .search-form {
	position: relative;
}

.nav-primary .search-form input[type="submit"] {
	color: #000 !important;
    background: transparent !important;
    font-family: FontAwesome !important;
    clip: inherit !important;
    width: 12px !important;
    height: 12px !important;
    right: 30px !important;
    top: 1px !important;
    position: absolute !important;
    font-size: 10px;
}

.nav-primary .search-form input[type="submit"]:hover,
.nav-primary .search-form input[type="submit"]:focus,
.nav-primary .search-form input[type="submit"]:active {
	color: #000 !important;
    background: transparent !important;
    font-family: FontAwesome !important;
    clip: inherit !important;
    width: 12px !important;
    height: 12px !important;
    right: 30px !important;
    top: 1px !important;
    position: absolute !important;
    font-size: 10px;
}

.nav-primary input[type="search"] {
	font-size: 11px;
	font-size: 1.1rem;
	font-family: 'Libre Baskerville', serif;
    border: none;
    background: #fff;
    padding: 0;
    font-weight: 400;
}

.nav-primary .search ::-webkit-input-placeholder,
.nav-primary .search :-moz-placeholder,
.nav-primary .search ::-moz-placeholder,
.nav-primary .search :-ms-input-placeholder {
	color: #121200;
	font-weight: 400;
}


/* # Categories and Archives
---------------------------------------------------------------------------------------------------- */

.category-index .widget {
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: solid 1px #eee;
}

.category .content,
.archive .content {
    margin-bottom: 40px;
}

.category .archive-description,
.archive .archive-description {
    display: none;
}

.category .entry,
.archive .entry,
.category-index .entry {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 40px;
    margin-right: 20px;
}

.archive .entry {
    width: 31.5%;
    margin-bottom: 15px;
}

.category-index .entry {
    width: 33%;
    margin-right: 0;
    padding: 10px;
}

.category .entry:last-child,
.archive .entry:last-child,
.category-index .entry:last-child {
    margin-right: 0;
}

.category .entry-content .category-image,
.archive .entry-content .category-image {
	position: relative;
    float: left;
}

.category .entry-content:hover .category-image:before,
.category .entry-header:hover .category-image:before,
.archive .entry-content:hover .category-image:before,
.archive .entry-header:hover .category-image:before {
	background: rgba(255,255,255, 0.2);
	opacity: 1;
}

.category .entry:hover img,
.archive .entry:hover img {
    opacity: 0.2;
}

.category .entry-header,
.archive .entry-header,
.category-index .entry-header {
	text-align: center;
	position: absolute;
	background: transparent;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 20px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	z-index: 9999;
}

.category .entry-header:hover,
.archive .entry-header:hover,
.category-index .entry-header:hover {
	visibility: visible;
	opacity: 1;
}

.category .entry-title,
.archive .entry-title,
.category-index .entry-title {
    font-family: 'Bebas', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
    margin-bottom: 0;
    word-spacing: 5px;
}

.category-index .entry-title {
    margin-bottom: 0;
    display: block !important;
    padding: 0;
    border: none;
}

.category .entry-title a,
.archive .entry-title a,
.category-index .entry-title a {
    color: #121200;
    font-weight: 400;
}

.category .entry-title a:hover,
.archive .entry-title a:hover,
.category-index .entry-title a:hover {
	color: #c3969e;
}

.category .entry:hover .entry-header,
.archive .entry:hover .entry-header,
.category-index .entry:hover .entry-header {
    visibility: visible;
    opacity: 1;
}

.category-index .sidebar-title:before {
	content: none;
}

.category-index .entry-time {
    font-family: 'Libre Baskerville', serif;
    font-size: 9px;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.category .entry:hover .img,
.archive .entry:hover .img {
    opacity: 0.7;
}

.category .entry-categories,
.archive .entry-categories {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-transform: lowercase;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1px;
}

.category .entry-meta,
.archive .entry-meta {
    margin-bottom: 10px;
}

.category .entry-meta a,
.archive .entry-meta a {
	color: #121200;
}

.category-index .widget:last-child {
    margin-bottom: 80px;
}

.category-index a {
    margin-bottom: 0;
}

.category-index .widget-title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-transform: lowercase;
    letter-spacing: 0;
    font-size: 25px;
}

.category-index .widget-title:before,
.category-index .widget-title:after {
    content: "";
    display: inline-block;
    width: 100px;
    background-color: #121200;
    height: 1px;
    margin: 0 10px 6px;
}

.category-index .more-from-category {
    text-align: center;
}

.category-index .more-from-category a {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #121200;
    background: #fff;
    border: solid 1px #121200;
    padding: 7px 20px;
}

.category-index .more-from-category a:hover {
    color: #fff;
    background: #121200;
}

.category-index .more-from-category a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-left: 5px;
}

.category-index .entry:hover img {
    opacity: 0.2;
}


/* # Search Results Page
---------------------------------------------------------------------------------------------------- */

.post-type-heading {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-transform: lowercase;
    letter-spacing: 0;
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.post-type-heading:before, .post-type-heading:after {
    content: "";
    display: inline-block;
    width: 100px;
    background-color: #121200;
    height: 1px;
    margin: 0 10px 6px;
}

.search-content .entry-title {
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

.search-content .page .entry,
.search-content .post .entry,
.search-content .recipe .entry {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    position: relative;
}

.search-content .entry-image-link img {
    margin-bottom: 10px;
}

.search-content .entry-title {
    border: none;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    background: transparent;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    visibility: visible;
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    z-index: 9999;
}

.search-content .entry:hover .entry-title {
	visibility: visible;
	opacity: 1;
}

.search-content .entry:hover img {
    opacity: 0.2;
}

.search-content .post-type.page {
    border-bottom: solid 2px #eee;
    margin-bottom: 30px;
}

.search-again {
	text-align: center;
    margin-bottom: 40px;
}

.search-again h3 {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.search-again input[type="search"] {
    width: 50%;
}

.search-again input[type="submit"] {
    display: none;
}

.search-no-results .entry {
    width: 100% !important;
    text-align: center;
}


/* # Social Landing Page
---------------------------------------------------------------------------------------------------- */

.page-template-page_social .site-title {
	font-size: 80px;
	font-size: 8rem;
}

.page-template-page_social .site-description {
	font-size: 9px;
	font-size: 0.9rem;
}

.page-template-page_social,
.page-template-page_social .site-header {
    background: #f7f3f1;
}

.page-template-page_social .site-inner {
    max-width: 700px;
}

.page-template-page_social .entry-title {
    display: none;
}

.page-template-page_social .title-area {
	float: none;
	text-align: center;
}

.social-landing p {
	font-size: 13px;
}

.social-landing .widget ul > li {
    text-align: center;
	background: #fff;
    padding: 15px 0;
    margin-bottom: 15px;
}

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

.social-landing .widget_nav_menu a {
	font-size: 12px;
	font-weight: 400;
    color: #121200;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.social-landing .simple-social-icons ul li a,
.social-landing .simple-social-icons ul li a:hover,
.social-landing .simple-social-icons ul li a:focus {
	background: transparent !important;
}

.social-landing .widget {
    margin-bottom: 40px;
}

.social-landing .enews-widget input {
    background: #fff;
}

.social-landing .enews-widget input[type="submit"] {
    font-family: 'Libre Baskerville', serif;
    font-size: 11px;
    letter-spacing: 2px;
	border: solid 1px #121200 !important;
}

.social-landing .enews-widget input[type="submit"]:hover {
	color: #fff;
	background: #121200;
}

.social-landing .widget-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 11px;
    margin-bottom: 20px !important;
    letter-spacing: 2px;
}

.social-landing .widget-title:before, .social-landing .widget-title:after {
    content: "";
    display: inline-block;
    width: 100px;
    background-color: #121200;
    height: 1px;
    margin: 0 10px 5px;
}

.social-landing p {
    text-align: center;
}

.social-landing a {
	color: #121200;
    font-weight: 600;
}

.social-landing a:hover {
	color: #a97d8c;
}

.social-landing .widget_media_image img {
    width: 55%;
    margin: 0 auto;
    text-align: center;
    display: block;
    z-index: 1;
}

.social-landing .widget_text:nth-child(2) {
    background: #fff;
    padding: 20px 40px 30px;
    margin-top: -240px;
    z-index: 999;
    position: relative;
    margin-bottom: 90px;
}

.social-landing .widget_text .widget-title {
    font-family: 'Bebas', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px !important;
}

.social-landing .widget_text .widget-title:before,
.social-landing .widget_text .widget-title:after {
	content: none;
}


/* # Contact Page
---------------------------------------------------------------------------------------------------- */

.page-template-page_contact .site-inner {
    background: #ededea;
    max-width: 100%;
}

.page-template-page_contact .contact-custom {
    max-width: 1100px;
    margin: 0 auto;
	padding: 35px 0;
	position: relative;
}

.page-template-page_contact .ss-above-footer {
    background: #ededea;
}

.page-template-page_contact .entry-title {
	display: none;
}

.contact-custom {
	display: flex;
}

.contact-custom .widget {
    width: 49%;
    vertical-align: top;
    padding: 25px;
    flex: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.contact-custom .widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 25px !important;
    text-align: left;
}

.contact-custom img {
    border: solid 15px #fff;
}

.contact-custom p {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    font-size: 1rem;
}

.contact-custom input,
.contact-custom textarea {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
    border: none;
    background: #fff;
}

.contact-custom textarea {
    margin-bottom: -7px !important;
}

.contact-custom .nf-error .ninja-forms-field {
    border: solid 1px #121200;
}

.contact-custom .nf-error-msg, .ninja-forms-req-symbol {
    color: #121200;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

.contact-custom .field-wrap input[type=button] {
    width: 100%;
    color: #fff;
    background: #121200;
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: solid 1px #121200;
}

.contact-custom .field-wrap input[type=button]:hover {
	color: #121200;
	background: #fff;
	border: solid 1px #121200;
}

.contact-custom .nf-field-container {
    margin-bottom: 15px;
}


/* # Recent Post Slider
---------------------------------------------------------------------------------------------------- */

.ss-home-slideshow {
    padding-top: 84px;
}

.ss-home-slideshow .wprpsp-recent-post-slider h2 {
    font-family: 'Bebas', sans-serif !important;
    font-size: 20px !important;
    font-size: 2rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-style: normal !important;
    word-spacing: 5px !important;
    border: none !important;
    padding: 0 !important;
	line-height: 1.5 !important;
}

.ss-home-slideshow .wprpsp-recent-post-slider.wprpsp-design-25 .wprpsp-post-cnt-left h2 a {
	color: #121200;
}

.ss-home-slideshow .wprpsp-recent-post-slider.wprpsp-design-25 .wprpsp-post-cnt-left h2 a:hover {
	color: #c3969e;
}

.ss-home-slideshow .wprpsp-recent-post-slider.wprpsp-design-25 .wprpsp-post-cnt-left hr,
.ss-home-slideshow .wprpsp-post-content > div {
	display: none !important;
}

.ss-home-slideshow a.wprpsp-read-more-btn {
	color: #121200 !important;
	font-size: 13px !important;
	font-size: 1.3rem !important;
	text-transform: uppercase !important;
	letter-spacing: 2px !important;
	margin-bottom: 10px !important;
	background: transparent !important;
	font-weight: 600 !important;
	border: none !important;
	margin: 5px 0 0 !important;
}

.ss-home-slideshow a.wprpsp-read-more-btn:hover {
	color: #d4adad !important;
}

.ss-home-slideshow .wprpsp-recent-post-slider.wprpsp-design-25 .wprpsp-post-cnt-left {
	padding: 45px !important;
	background: rgba(255,255,255,0.8) !important;
	width: 40% !important;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}

}


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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

	.comment-form-author input[type="text"] {
	    width: 100%;
	    margin-right: 0;
	    float: none;
	}

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

	.archive .entry {
		width: 31.2%;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: transparent;
		border-width: 0;
		color: #222222;
		font-size: 10px;
		font-size: 1rem;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 2px;
		padding: 10px 15px;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

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

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 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 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

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

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

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

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

	.archive .entry {
		width: 29.9%;
	}
	
	.ss-home-slideshow .wprpsp-recent-post-slider.wprpsp-design-25 .wprpsp-post-cnt-left {
		width: 75% !important;
	}
	
	.header-full-width .title-area {
		clear: both;
		float: none;
		padding-right: 0;
	}
	
	.site-header > .wrap {
		padding: 20px 0;
	}

}

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

	body,
	body > div {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.site-header {
		position: relative;
	}
	
	.ss-home-slideshow {
		padding-top: 0;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

	.site-title {
	    font-family: 'Bebas';
	    font-size: 70px;
	    font-size: 7rem;
	}

	.site-description {
		font-size: 9px;
		font-size: 0.9rem;
	}

	.menu-toggle {
	    background: #fff;
	    width: 100%;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 0;
		margin-bottom: 5%;
	}

	.sidebar .widget {
		padding: 0;
	}

	.widget_categories {
	    padding: 30px !important;
	}

	.entry {
	    padding: 0;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.ss-featured-post .featured-content {
	    position: relative;
	    bottom: 0;
	    width: 100%;
	    padding: 0;
	}

	.home .site-inner {
	    margin-top: 0;
	}

	.home .content .entry-content, .page-template-page_blog .content .entry-content {
	    padding: 15px 20px;
	}

	.category .entry, .category-index .entry,
	.archive .entry, .category-index .entry {
	    width: 100%;
	    padding: 0;
	    margin-bottom: 20px;
	}

	.category .entry-header, .category-index .entry-header,
	.archive .entry-header, .category-index .entry-header {
	    visibility: visible;
	    opacity: 1;
	    background: rgba(255,255,255,0.8);
	    width: 90%;
	    margin: 0 auto;
	    padding: 30px 20px;
	}

	.more-from-category {
	    margin-top: 40px;
	}

	.contact-custom {
	    display: block;
	}

	.contact-custom .widget {
	    width: 100%;
	    padding: 0;
	    flex: initial;
	    justify-content: initial;
	    flex-direction: initial;
	    display: block;
	}

	.social-landing .widget {
	    margin-bottom: 15px;
	}

	.social-landing .widget_media_image img {
	    width: 100%;
	}

	.social-landing .widget_text:nth-child(2) {
	    margin-top: 0;
	    margin-bottom: 15px;
	    padding: 20px;
	}

	.single .ss-featured-post .entry-header {
	    position: relative;
	    bottom: 0;
	    width: 100%;
	    padding: 0;
	    margin-bottom: 25px;
	}

	.single .ss-featured-post {
	    margin-bottom: 15px;
	}

	.entry-location:before, .entry-location:after {
	    content: none;
	}

	.entry-location:after {
	    content: "";
	    display: inline-block;
	    width: 50px;
	    background-color: #121200;
	    height: 1px;
	    margin: 0 8px 2px;
	    padding: 0 9px;
	}

	.entry-location:after {
	    content: "";
	    display: block;
	    width: 100px;
	    background-color: #121200;
	    height: 1px;
	    margin: 10px auto 0;
	    padding: 0 9px;
	}

	.sidebar div#sb_instagram {
	    max-width: 100% !important;
	    margin: 0;
	    padding: 0;
	}

	.single .ss-featured-post .singular-featured-image img {
	    margin-bottom: 10px;
	}

	.ss-featured-post .entry-header .entry-meta,
	.home .entry-content .entry-header .entry-meta {
	    margin-top: 10px;
	}

	.archive .entry-content .category-image {
		float: none;
	}

	.category-image img,
	.category-index .entry img {
		width: 100%;
	}
	
	.wprpsp-recent-post-slider.wprpsp-design-25 .wprpsp-post-cnt-left {
		width: 90% !important;
	}

}

@media only screen and (max-width: 560px) {
	
	.ss-home-slideshow {
		display: none;
	}
	
}


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

@media print {

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

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

	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;
	}

}
