/*
	Theme Name: Sausalito for Genesis
	Theme URI: http://www.sheshoppes.com/demo/sausalito
	Description: Sausalito for the Genesis Framework.
	Text Domain: sausalito
	Author: SheShoppes
	Author URI: http://www.sheshoppes.com/
	Version: 1.4.4
	
	Template: genesis
	Template Version: 3.2.1
	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

*, html, body, ol, ul, li, h1 {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video,
iframe {
	display: inline-block;
	max-width: 80%;
}

ol, ul, li {
	list-style: none;
}

.clear, .clearfix {
	clear: both;
}

.none,
.hide,
.screen-reader-text {
	display: none;
}

.hidden {
	visibility: hidden;
}

.fixed {
	position: fixed;
}

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

a img {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	-webkit-backface-visibility: hidden;
	border: 0;
}

a:hover.pin_image img {
	opacity: 1;
}

/* Colors */

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

a:hover {
	color: #888888;
	transition: color 0.3s ease;
}

body,
h1#logo a,
.social-share a,
.menu-primary a,
.menu-secondary a,
.menu-secondary a:hover,
.slicknav_menu ul a,
.entry-nav a,
.related-posts h3 a,
.widget_archive a,
.widget_categories a,
.widget_nav_menu a,
.pagination a,
.latest-post-thumb h4 a,
.pagetitle a,
.initial a,
.featured-content h4 a,
#featured-slideshow .thumbcaption,
.featured-content .popular-post a,
.featuredpost .entry-header,
.related-posts a,
.comments-more a,
a.moreaboutme,
.promo-boxes a {
	color: #737373;
}

.social-share a:hover,
.entry-nav a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_nav_menu a:hover,
.pagination a:hover,
.pagetitle a:hover,
.initial a:hover,
.featured-content h4 a:hover,
.comments-more a:hover,
a:hover.moreaboutme {
	color: #D0A89F;
	transition: color 0.3s ease;
}

.site-footer, .site-footer a {
	color: #000;
}

/* Typography */

body,
input,
button,
select,
textarea {
    font-family: 'Lato', sans-serif;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

.pagetitle,
.entry-title,
.style-list h2,
.style-grid h2,
.prevnextpage a,
.storycontent h1,
.storycontent h2,
.storycontent h3,
.storycontent h4,
.storycontent h5,
.storycontent h6,
.entry-nav span,
.latest-post-thumb .listing-meta,
.featured-content p,
.pagination a,
.read-more em,
.thumbcaption em,
#comments h3,
#featured-slideshow h3,
h3.widget-title,
h3#reply-title,
h1#logo,
h1.archive-title,
span.the-category,
blockquote {
    font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.storycontent strong,
.storycontent b,
.moreaboutme {
	font-weight: 400;
}

p,
.alignnone,
.aligncenter,
.alignleft,
.alignright {
	margin: 1.5em 0;
}

h2, h3, h4, h5, h6,
.storycontent {
}

/* Wraps */

.site-header,
.site-inner,
.wrapnav,
.wrapcontent,
.header-homepage,
.header-blog {
	clear: both;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}
.site-inner {
 	word-wrap: break-word;
 	margin-top: 20px;
}

/* Layout */

body {
	font-size: 11pt;
	letter-spacing: 0.025em;
	line-height: 175%;
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #FFF;
}
.content {
	clear: both;
    width: 55%;
	float: left;
	margin-right: 3%;
	margin-left: 120px;
}
body.sidebar-content .content {
	float: right;
	margin-right: 0;
	margin-left: 4%;
}
.sidebar-primary {
	width: 28%;
	padding: 10px 0;
	font-size: 96%;
	line-height: 170%;
	float: right;
}
body.sidebar-content .sidebar-primary {
	float: left;
}
body.full-width-content .content {
	width: 100%;
	max-width: 100%;
	float: none;
	margin-right: 0;
}

/* Colors */

#primarymenu,
.menu-primary ul,
.menu-secondary ul,
.slicknav_menu {
	background-color: #E7DFDF;
}
hr, .divpost {
	background-color: #EFEFEF;
}
.read-more a,
.slider-1 .thumbcaption a,
p.more-from-category a {
	background-color: transparent;
	color: #737373;
	border: solid 1px #737373;
}
.read-more a:hover,
input[type=submit],
button,
.action-button a,
.slider-1 .thumbcaption a:hover,
p.more-from-category a:hover {
	background-color: #E7DFDF;
	border: solid 1px #E7DFDF;
	color: #303030;
	transition: background-color 0.3s ease;
}
.menu-primary a:hover,
.menu-secondary ul a:hover,
.slicknav_menu ul a:hover,
.slicknav_nav .slicknav_item a:hover,
input:hover[type=submit],
button:hover,
.action-button a:hover {
	background-color: #DED7D7;
	color: #FFF;
	transition: all 0.3s ease;
}
.pagination ul li a {
	border: solid 1px transparent;
	transition: border-color 0.3s ease;
}
.pagination ul li a:hover {
	border: solid 1px #737373;
}
.site-footer {
	background-color: #F5EFEC;
}

/* Logo */

h1#logo {
	margin: 30px auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 30pt;
	letter-spacing: 0.2em;
	line-height: 100%;
}
h1#logo img {
	margin: 0 auto;
	display: inline-block;
}
h1#logo a:hover img {
	opacity: 1;
}
h1 .tagline {
	text-transform: initial;
	letter-spacing: initial;
	font-size: initial;
	line-height: initial;
	display: block;
	margin-top: 15px;
}

/* Navigation */

.menu-primary, .menu-secondary, .slicknav_menu {
	font-size: 11px;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}
.menu-primary li, .menu-secondary li {
	display: inline-block;
}
.menu-primary li a, .menu-secondary li a {
	display: block;
	padding: 15px 18px;
}
.menu-primary .topnav-widget {
	margin: 15px 0;
	width: auto;
	float: right;
	position: relative;
}
.menu-primary .topnav-widget a {
	padding: 0;
	margin-left: 8px;
	background-color: transparent!important;
}
.menu-primary .widget_search {
	width: 40px;
	display: none!important;
}
.menu-secondary {
	text-align: center;
}
.topnav-widget .search-form input[type=search],
.topnav-widget .search-form input[type=submit] {
	display: none;
}
.topnav-widget .search-form:after {
    content: "\f002";
    position: absolute;
    right: 10px;
    top: 0;
    font-family: FontAwesome;
    pointer-events: none;
}

/* Posts */

.storycontent h1 {
	font-size: 1.7em;
}
.storycontent h2 {
	font-size: 1.5em;
}
.storycontent h3 {
	font-size: 1.3em;
}
.storycontent h4 {
	font-size: 1.2em;
}
.storycontent h5 {
	font-size: 1em;
	text-transform: uppercase;
}
.storycontent h6 {
	font-size: 0.96em;
}
.storycontent {
	margin-bottom: 25px;
}
.page-title,
.entry-title {
	text-align: center;
}
h2.pagetitle,
h1.entry-title,
h3#reply-title,
#comments h3 {
	text-transform: uppercase;
	margin: 5px 0;
}
h2.pagetitle,
h1.entry-title,
h1.archive-title,
h3#reply-title,
#comments h3 {
	font-size: 1.1em;
	text-align: center;
	letter-spacing: 0.05em;
}
h1.archive-title {
	margin: 25px 0;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
span.date,
span.the-category,
.latest-post-thumb .listing-meta,
.featured-content p,
.comment-notes,
.logged-in-as,
.read-more em,
.the-category a,
.the-categories span {
	font-family: 'Arapey', serif;
	font-style: italic;
	letter-spacing: 0.025em;
	font-size: 15px;
	display: inline;
}
span.date {
	text-transform: initial;
}
span.the-category,
.latest-post-thumb .listing-meta {
	text-transform: lowercase;
}
.divpost {
	margin: 40px 0;
	display: block;
	height: 1px;
}
.read-more, .comments-more {
	font-size: 0.8em;
	letter-spacing: 0.05em;
	line-height: 100%;
}
.read-more a,
.featured-content p.more-from-category a,
.action-button a {
	padding: 10px 20px;
	display: inline-block;
}
.read-more a {
	margin: 0 auto;
}
.read-more {
	width: 50%;
	float: left;
	text-align: center;
}
.nosocial {
	text-align: left;
}
.comments-more {
	font-size: 0.85em;
	text-transform: uppercase;
	width: 25%;
	float: right;
	text-align: right;
	padding: 10px 0;
}
.social-share {
	width: 25%;
	float: left;
	line-height: 100%;
	padding: 10px 0;
	font-size: 12px;
}
.social-share a {
	margin: 0 10px 0 0;
}
.prevnextpage {
	text-align: center;
}
blockquote {
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 5%;
	font-family: 'Arapey', serif;
	font-style: italic;
	font-size: 1.2em;
}

/* Lists */

.storycontent ul,
.storycontent ol {
	margin: 1em 0 1em 2em;
}
.storycontent ul li {
	list-style: disc;
	margin-left: 1.5em;
	padding-left: 1em;
}
.storycontent ol li {
	list-style: decimal;
	margin-left: 1.5em;
	padding-left: 1em;
}

/* Images */

.alignnone, .aligncenter, .alignleft, .alignright {
	max-width: 100%;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
}
p.wp-caption-text {
	margin: 0;
	text-align: center;
	font-size: 92%;
	opacity: 0.8;
}
.featured {
	width: 100%;
	height: auto;
	position: relative;
}
.featured-thumbnail-full {
	max-height: 300px;
	overflow: hidden;
	position: relative;
	display: block;
}
.no-thumb {
	background-color: #F2F2F2;
}

/* Content Style */

.featured-thumbnail-full .aligncenter {
	margin: 1em auto;
}
.style-excerpt, .style-full {
	margin-bottom: 1em;
}
.style-excerpt a:hover img.featured,
.style-full a:hover img.featured {
	opacity: 1;
}

/* Content Style List */

.style-list {
	margin: 1em 0;
	font-size: 96%;
	line-height: 170%;
}
.style-list .featured-thumbnail {
	float: left;
	width: 40%;
	max-width: 300px;
	overflow: hidden;
	position: relative;
}
.style-list .featured-thumbnail-full-width {
	max-height: 200px;
	padding: 0;
}
.style-list .featured-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
	margin: 1em 0;
}
.style-list .featured-thumbnail-inner {
	width: 90%;
	margin-right: 10%;
}
.style-list h2 {
	text-align: left;
	margin: 0.75em 0 0.25em 0;
}
.style-list .storycontent {
	float: left;
	width: 60%;
	margin: 0;
}
.style-list .storycontent-full-width {
	width: 100%;
	float: none;
}
.style-list .read-more {
	float: none;
	text-align: left;
}
.style-list span.date {
	display: inline;
}
.style-list span.the-category {
	width: auto;
	display: inline;
	text-align: left;
}

/* Content Style Grid */

.style-grid {
	width: 46%;
	float: left;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 8%;
	padding: 0;
	display: block;
	text-align: center;
	font-size: 96%;
	line-height: 170%;
}
.style-grid .page-title {
	padding-top: 0;
}
.two-row {
	width: 46%;
	margin-right: 8%;
}
.three-row {
	width: 32%;
	margin-right: 2%;
}
.four-row {
	width: 23%;
	margin-right: 2%;
}
.last-in-row {
	margin-right: 0;
}
.style-grid .featured-thumbnail-full-width {
	padding: 0;
}
.style-grid .featured-thumbnail {
	margin: 1.5em 0;
}
.style-grid .featured-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}
.style-grid h2 {
	margin: 0.5em 0 0.25em 0;
	height: 1.35em;
	overflow-y: hidden;
}
.style-grid .gridmetawrap {
	height: 20px;
	overflow-y: hidden;
}
.style-grid span.date {
	display: inline;
}
.style-grid span.the-category {
	width: auto;
	display: inline;
}
.style-grid .storycontent {
	margin: 1em 0;
}
.style-grid .read-more {
	width: 100%;
	float: none;
	margin: 1em 0;
	text-align: center;
}

/* Columns */

.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%;
}
.promo-boxes .one-third {
	width: 32%;
	margin-left: 2%;
}
.promo-boxes .one-fourth {
	width: 24%;
	margin-left: 1.3%;
}
.first {
	clear: both;
	margin-left: 0;
}
.promo-boxes .first {
	margin-left: 0;
}

/* Sidebar */

h3.widget-title {
	text-align: center;
	text-transform: uppercase;
    border-top: 1px solid #737373;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	font-size: 1em;
	letter-spacing: 0.05em;
}
h3.widget-title span {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	top: -0.75em;
	background-color: #FFF;
}
.sidebar-primary .widget {
	margin: 0 0 40px 0;
}
hr { 
    display: block;
    height: 1px;
    border-width: 0;
}

/* Slider */

#featured-slideshow {
	position: relative;
}
#featured-slideshow,
.promo-boxes,
.header-homepage,
.header-blog {
	margin: 0 auto 15px auto;
}
.promo-boxes .one-third,
.promo-boxes .one-fourth {
	position: relative;
	text-align: center;
}
.promo-boxes img {
	display: block;
}
.promo-boxes h4 {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 5px 15px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.8);
	transition: background-color 0.3s ease;
	display: block;
}
.promo-boxes a:hover h4 {
	background-color: rgba(255, 255, 255, 1);
	color: initial;
}

/* Pagination */

.pagination {
	text-align: center;
	margin: 1em 0;
	font-size: 0.86em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.pagination ul li {
	display: inline;
	margin-right: 1px;
}
.pagination ul li a {
	display: inline-block;
	padding: 8px 10px;
	line-height: 1em;
}
 
/* Footer */

.footer-widgets {
	padding: 20px 0;
}
.site-footer {
	clear: both;
	font-size: 0.76em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
}
.site-footer p, .site-footer h3 {
	margin: 0;
}
.creds {
	padding: 20px 0;
}

@media screen and (max-width: 1185px) {
	.site-header,
	.menu-primary,
	.wrapcontent,
	.site-inner,
	.header-homepage,
	.header-blog {
		width: 92%;
		max-width: 92%;
		padding: 0 4%;
	} 
	.site-inner {
		padding: 10px 4%;
	}
}
@media screen and (max-width: 1024px) {
	.menu-primary, .banner--clone, .menu-secondary {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	h1#logo {
		font-size: 25pt;
	}
	.content, body.sidebar-content .content {
		width: 100%;
		max-width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
	.sidebar-primary, body.sidebar-content .sidebar-primary {
		width: 100%;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.five-sixths,
	.four-sixths,
	.one-sixth,
	.three-sixths,
	.two-sixths {
		float: none;
		margin: 1em 0;
		width: 100%;
	}
	.promo-boxes .one-fourth {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 15px;
	}
	.promo-boxes .first,
	.promo-boxes .third {
		margin-left: 0;
	}
}
@media screen and (max-width: 640px) {
	h1#logo {
		font-size: 20pt;
	}
	h1#logo img {
		max-width: 90%;
	}
	.alignleft, .alignright {
		float: none;
		margin: 1em auto;
		display: block;
		text-align: center;
	}
	.style-list .featured-thumbnail {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.style-list .featured-thumbnail-full-width {
		max-height: none;
	}
	.style-list .featured-thumbnail-inner {
		width: 100%;
		margin-right: 0;
	}
	.style-list .storycontent, .read-more, .comments-more, .social-share {
		width: 100%;
		float: none;
	}
	.style-list,
	.style-list h2,
	.style-list .read-more {
		text-align: center;
	}
	.style-list p {
		text-align: left;
	}
	.read-more, .comments-more, .social-share {
		text-align: center;
		margin: 0.5em 0;
	}
	.style-grid, .two-row, .three-row {
		width: 100%;
		float: none;
		margin: 2em 0;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.promo-boxes .one-third,
	.promo-boxes .one-fourth {
		float: none;
		margin: 1em auto;
		width: 100%;
	}
}

/* Gutenberg Blocks */

.storycontent ul.wp-block-gallery,
.storycontent ul.wp-block-gallery li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	padding: 10px 0!important;
}
a.pinit-button,
.wp-block-gallery a.pinit-button {
	width: initial!important;
	height: initial!important;
}