/*
	Theme Name: Modest Man
	Theme URI: https://themodestman.com/
	Description: This is a custom theme created for the Genesis Framework.
	Author: Ryan Townley
	Author URI: https://ryantownley.com/

	Version: 1.0.1

	Tags: black, red, white, one-column, two-columns, three-columns, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: modest-man
*/


/* # 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 Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebar
- Front Page Widgets
- Before Footer Widget
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
	- Max-width: 700px
- Print Styles
*/


/* # 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:0.54}::-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
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 20px;
	font-size: 2rem;
}

body {
	background-color: #f6f3f2;
	color: #231f20;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.375;
	margin: 0;
}

body.home {
	background-color: #fff;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
a 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: #33c8f3;
	outline: none;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #231f20;
	outline: none;
	text-decoration: none;
}

a img:focus,
a img:hover {
	opacity: 0.8;
}

.dashicons-arrow-right-alt {
	margin-top: 4px;
}

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: 1em 0;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	clear: both;
	color: #a77145;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 40px 0 40px 0;
	padding-left: 60px;
	position: relative;
}

blockquote::before {
	background-image: url(images/icon-blockquote.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	content: "";
	display: inline-block;
	height: 40px;
	float: left;
	left: 0;
	position: absolute;
	top: -4px;
	width: 40px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #02142c;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin: 0 0 16px;
	text-transform: uppercase;
}

h1 {
	font-size: 34px;
	font-size: 3.4rem;
}

h2 {
	color: #a77246;
	font-size: 25px;
	font-size: 2.5rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	color: #a77246;
	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 #c4c4c4;
	color: #231f20;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 13px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder { 
	color: transparent;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #c4c4c4;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #c4c4c4;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button-alt,
.button-subscribe,
.entry-comments-link a {
	background-color: #33c8f3;
	border: 0;
	border-radius: 0;
	color: #01152b;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 12px 30px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.button-alt {
	background-color: #01162b;
	color: #33c8f3;
}

.button-subscribe {
	padding: 12px 30px 12px 60px;
	position: relative;
}

.button-subscribe:before {
	background-image: url(images/subscribe-hover.png);
	background-size: 24px 18px;
	content: "";
	display: block;
	height: 18px;
	left: 30px;
	position: absolute;
	top: 12px;
	width: 24px;
}

.button-subscribe:focus:before,
.button-subscribe:hover:before {
	background-image: url(images/subscribe.png);
	background-size: 24px 18px;
	content: "";
	display: block;
	height: 18px;
	left: 30px;
	position: absolute;
	top: 12px;
	width: 24px;
}

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,
.button-subscribe:focus,
.button-subscribe:hover,
.entry-comments-link a:focus,
.entry-comments-link a:hover {
	background-color: #01152b;
	color: #33c8f3;
}

.button-alt:focus,
.button-alt:hover {
	background-color: #33c8f3;
	color: #01152b;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #33c8f3;
}

.button,
.button-alt,
.button-subscribe {
	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. */
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1240px;
}

.site-inner {
	clear: both;
	padding-bottom: 55px;
	padding-top: 55px;
	word-wrap: break-word;
}

.home .site-inner {
	max-width: none;
	padding-bottom: 0;
	padding-top: 0;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */

.content {
	background-color: #fff;
	float: right;
	padding: 60px 80px;
	width: 830px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	float: none;
	margin: 0 auto;
	padding: 50px;
	width: 880px;
}

.archive .content,
.blog .content,
.search .content {
	padding: 50px 50px 1px;
}

.single .entry-content {
	padding-bottom: 10px;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
 *
 * Width: 1240px
 * Gutter: 40px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 3.22580645161%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 48.3870967742%;
}
 
.one-third,
.two-sixths {
	width: 31.1827956989%;
}
 
.four-sixths,
.two-thirds {
	width: 65.5913978495%;
}
 
.one-fourth {
	width: 22.5806451613%;
}
 
.three-fourths {
	width: 74.1935483871%;
}
 
.one-fifth {
	width: 17.4193548387%;
}
 
.two-fifths {
	width: 38.064516129%;
}
 
.three-fifths {
	width: 58.7096774194%;
}
 
.four-fifths {
	width: 79.3548387097%;
}
 
.one-sixth {
	width: 13.9784946237%;
}
 
.five-sixths {
	width: 82.7956989247%;
}
 
.first {
	clear: both;
	margin-left: 0;
}

/* ### Clear fix for column classes
--------------------------------------------- */

.clear-line:after {
  	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear-line {
	display: inline-block;
	width: 100%;
}
 
html[xmlns] .clear-line {
	display: block;
}
 
* html .clear-line {
	height: 1%;
}


/* # 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;
}

.archive-description {
	background: url(images/archive-bg.jpg) no-repeat top center scroll;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0;
	padding: 42px 0;
	text-align: center;
}

.search .archive-description {
	background: none;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.archive-description p {
	margin: 0 auto;
	max-width: 480px;
}

.archive .post-image,
.blog .post-image,
.search .post-image {
	max-width: 315px;
}

/* ## 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"] {
	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;
}

.genesis-nav-menu .search {
	width: 140px;
}

.genesis-nav-menu .search input {
    background-color: #00456c;
    border: none;
    color: #33c8f3;
	line-height: 1.2;
	padding: 16px 28px 16px 12px;
}

.genesis-nav-menu .search input[type="submit"] {
	background: url(images/search.png) center center no-repeat;
	background-size: contain;
	height: 20px;
	margin: 8px 0 0 -20px;
	padding: 16px 12px;
	position: absolute;
	width: 20px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 34px;
	font-size: 3.4rem;
}

.archive .entry-title,
.blog .entry-title,
.search .entry-title {
	font-size: 23px;
	font-size: 2.3rem;
}

.entry-title a {
	color: #00466a;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #33c8f3;
}

.archive .entry-title,
.blog .entry-title,
.search .entry-title {
	margin: 0 0 6px;
}

.archive .entry-title:before,
.blog .entry-title:before,
.search .entry-title:before  {
	align-items: center;
	background-image: url(images/icons/blue/icon-outfit.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
	display: flex;
	height: 50px;
	margin: 20px auto;
	position: relative;
	text-align: center;
	width: 50px;
}

.archive .category-clothing-and-style .entry-title:before,
.blog .category-clothing-and-style .entry-title:before,
.search .category-clothing-and-style .entry-title:before {
	background-image: url(images/icons/blue/icon-style.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-clothing-alterations .entry-title:before,
.blog .category-clothing-alterations .entry-title:before,
.search .category-clothing-alterations .entry-title:before {
	background-image: url(images/icons/blue/icon-alterations.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-outfit-ideas .entry-title:before,
.blog .category-outfit-ideas .entry-title:before,
.search .category-outfit-ideas .entry-title:before {
	background-image: url(images/icons/blue/icon-outfit.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-fitness .entry-title:before,
.blog .category-fitness .entry-title:before,
.search .category-fitness .entry-title:before {
	background-image: url(images/icons/blue/icon-fitness.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-product-reviews .entry-title:before,
.blog .category-product-reviews .entry-title:before,
.search .category-product-reviews .entry-title:before {
	background-image: url(images/icons/blue/icon-reviews.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-dating-confidence .entry-title:before,
.blog .category-dating-confidence .entry-title:before,
.search .category-dating-confidence .entry-title:before {
	background-image: url(images/icons/blue/icon-dating.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-grooming .entry-title:before,
.blog .category-grooming .entry-title:before,
.search .category-grooming .entry-title:before {
	background-image: url(images/icons/blue/icon-grooming.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-men-of-modest-height .entry-title:before,
.blog .category-men-of-modest-height .entry-title:before,
.search .category-men-of-modest-height .entry-title:before {
	background-image: url(images/icons/blue/icon-famous.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.widget-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 25px;
}

.sidebar .widget-title,
.sidebar .widgettitle {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}

.sidebar .subscribe {
	text-align: center;
}

/* ## 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 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 30px 30px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 30px 30px;
}

.gallery-caption,
.wp-caption-text {
	color: #a67346;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 3px 0 0;
	text-align: center;
}

.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: 40px;
	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;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
    align-items: center;
	background: rgba(1, 21, 43, 0.65);
	display: flex;
    font-size: 20px;
    font-size: 2rem;
	height: 80px;
    margin-top: -101px;
    max-width: 590px;
	position: relative;
	z-index: 999;
}

.featured-content .entry-title a {
    align-items: center;
	color: #fff;
	display: flex;
    padding: 0 30px;
}

.featured-content .entry-title a:focus,
.featured-content .entry-title a:hover {
	color: #33c8f3;
}

.featured-content .entry-header:before {
	background-color: #a77245;
	background-image: url(images/icons/white/icon-outfit.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
	content: "";
	display: inline-block;
	float: left;
	height: 80px;
	position: relative;
	width: 80px;
}

.featured-content .category-clothing-and-style .entry-header:before {
	background-image: url(images/icons/white/icon-style.svg);
}

.featured-content .category-clothing-alterations .entry-header:before {
	background-image: url(images/icons/white/icon-alterations.svg);
}

.featured-content .category-outfit-ideas .entry-header:before {
	background-image: url(images/icons/white/icon-outfit.svg);
}

.featured-content .category-fitness .entry-header:before {
	background-image: url(images/icons/white/icon-fitness.svg);
}

.featured-content .category-product-reviews .entry-header:before {
	background-image: url(images/icons/white/icon-reviews.svg);
}

.featured-content .category-dating-confidence .entry-header:before {
	background-image: url(images/icons/white/icon-dating.svg);
}

.featured-content .category-grooming .entry-header:before {
	background-image: url(images/icons/white/icon-grooming.svg);
}

.featured-content .category-men-of-modest-height .entry-header:before {
	background-image: url(images/icons/white/icon-famous.svg);
}

.featured-content .entry-content {
	margin-top: 15px;
}

.featured-content p.entry-meta {
    float: left;
	margin: 5px 30px 0 0;
    min-height: 120px;
    max-width: 80px;
}

.featured-content p.entry-meta .entry-categories a {
	display: block;
	margin: 5px 0;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
	padding: 40px;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	margin-top: 10px;
	width: auto;
}

.enews form + p {
	margin-top: 30px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* ## Simple Social Icons
--------------------------------------------- */

.simple-social-icons {
	margin-top: 15px;
}

/* ## Genesis Author Pro
--------------------------------------------- */

.genesis-author-pro-book-description {
    clear: none;
    float: left;
}

.genesis-author-pro-book-details {
    float: right;
}

.book-details {
	font-size: 16px;
    font-size: 1.6rem;
}

/* ## WP Popular Posts
--------------------------------------------- */

.front-page-3 .wpp-post-title {
	font-size: 23px;
	font-size: 2.3rem;
}

.wpp-post-title {
	color: #00456c;
}

.wpp-post-title:focus,
.wpp-post-title:hover {
	color: #33c8f3;
}

.front-page-3 .wpp-post-title {
	align-items: center;
	display: flex;
	height: 120px;
	padding-left: 30px;
}

.sidebar .wpp-post-title {
	align-items: center;
	display: flex;
	height: 80px;
	line-height: 1.25;
}

.sidebar .wpp-thumbnail {
	margin-right: 20px;
}

/* ## Yuzo Related Posts
--------------------------------------------- */

.yuzo_widget_wrap {
	margin-right: -30px;
	padding: 40px 0 30px;
}

.yuzo_related_post_widget {
	margin: 0;
}

.yuzo-img-wrap {
	margin-right: 6px;
}

.yuzo-list {
	border-bottom: none;
}

/* ## Ninja Forms
--------------------------------------------- */

.nf-form-fields-required {
	font-size: 12px;
	margin: 0 0 15px;
}

.nf-field-label {
    	margin-bottom: 5px !important;
}

.nf-field-label label {
    	font-weight: 500 !important;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #08172a;
}

.site-header > .wrap {
	padding: 39px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 268px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	outline: none;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 42px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.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: 'Raleway', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0 -2px 0;
	padding-bottom: 0;
	text-align: center;
}

.genesis-nav-menu a {
	color: #33c8f3;
	display: block;
	padding: 18px 25px 19px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover  {
	background-color: #33c8f3;
	color: #00456c;
	outline: none;
}

.genesis-nav-menu .sub-menu {
	border-top: none;
	left: -9999px;
	margin-left: 2px;
	opacity: 0;
	position: absolute;
	text-align: left !important;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #00456c;
	border: none;
	border-top: 0;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 18px 25px 19px;
	position: relative;
	text-align: left !important;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover  {
	background-color: #33c8f3;
	color: #00456c;
	outline: none;
}

.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 > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .left {
	float: left;
	width: 120px;
}

.genesis-nav-menu > .left a {
	background-color: #00456c !important;
	background: url(images/m-icon.png) left center no-repeat;
	background-size: 40px 31px;
	color: #00456c;
	padding: 19px 0 18px;
}

.genesis-nav-menu > .right {
	float: right;
}

.genesis-nav-menu > .subscribe {
	position: relative;
}

.genesis-nav-menu > .subscribe a {
	padding: 18px 25px 19px 55px;
	position: relative;
}

.genesis-nav-menu .subscribe a:before {
	background-image: url(images/subscribe.png);
	background-size: 24px 18px;
	content: "";
	display: block;
	height: 18px;
	left: 25px;
	position: absolute;
	top: 16px;
	width: 24px;
}

.genesis-nav-menu .subscribe a:focus:before,
.genesis-nav-menu .subscribe a:hover:before,
.genesis-nav-menu .current-menu-item .subscribe a:before {
	background-image: url(images/subscribe-hover.png);
	background-size: 24px 18px;
	content: "";
	display: block;
	height: 18px;
	left: 25px;
	position: absolute;
	top: 16px;
	width: 24px;
}

/* ## 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 {
	background-color: #00456c;
	position: relative;
	z-index: 99999 !important;
}


/* ## Widget Navigation
--------------------------------------------- */

.widget_nav_menu {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: -17px;
	text-transform: uppercase;
	width: 100%;
}


.widget_nav_menu .menu-item {
	display: block;
	float: left;
	width: 50%;
}

.widget_nav_menu a {
	align-items: center;
	color: #00456c;
	display: flex;
	margin-bottom: 8px;
}

.widget_nav_menu a:focus,
.widget_nav_menu a:hover,
.widget_nav_menu .current-menu-item > a {
	color: #33c8f3;
}

.widget_nav_menu a:before {
	background-image: url(images/icons/blue/icon-style.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
	display: inline-block;
	height: 50px;
	float: left;
	margin-right: 20px;
	position: relative;
	width: 50px;
}

.widget_nav_menu a:hover:before {
	opacity: 0.8;
}

.widget_nav_menu .style a:before {
	background-image: url(images/icons/blue/icon-style.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.widget_nav_menu .outfit a:before {
	background-image: url(images/icons/blue/icon-outfit.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.widget_nav_menu .alterations a:before {
	background-image: url(images/icons/blue/icon-alterations.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.widget_nav_menu .fitness a:before {
	background-image: url(images/icons/blue/icon-fitness.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.widget_nav_menu .reviews a:before {
	background-image: url(images/icons/blue/icon-reviews.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.widget_nav_menu .dating a:before {
	background-image: url(images/icons/blue/icon-dating.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.widget_nav_menu .grooming a:before {
	background-image: url(images/icons/blue/icon-grooming.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.widget_nav_menu .famous a:before {
	background-image: url(images/icons/blue/icon-famous.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

/* ## 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: 20px;
	padding: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol {
	counter-reset: item;
}

.entry-content ol > li {
	counter-increment: item;
	list-style-type: none;
	margin-bottom: 5px;
}

.entry-content ol > li:before {
	display: inline-block;
	color: #a77145;
	content: counter(item);
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	margin-right: 8px;
}

.entry-content ul > li {
	list-style-type: none;
}

.entry-content ul > li:before {
	color: #a77145;
	content: " •";
	margin: 0 10px 0 3px;
	position: relative;
	top: -1px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

.single .entry-content,
.single .entry-header {
	clear: both;
}

.archive .entry-header,
.blog .entry-header,
.search .entry-header {
	border-top: 2px solid #f8e9e2;
	text-align: center;
}

p.entry-meta,
.disclaimer {
	color: #02142a;
	color: #777;
	font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0;
	text-transform: uppercase;
} 

.entry-header .entry-meta {
	margin-bottom: -8px;
}

.archive .entry-time span,
.blog .entry-time span,
.search .entry-time span {
	display: none;
}

.single .entry-header .entry-meta {
	float: left;
	margin-bottom: 20px;
}

.single .entry-header .entry-header {
	width: auto;
}

.single .entry-footer .entry-tags,
.single .entry-footer .entry-comments-link {
	display: block;
}

.single .entry-tags {
	float: left;
	max-width: 70%;
}

.single .entry-tags span {
	display: block;
}

.single .entry-comments-link {
	float: right;
	margin-top: 6px;
	max-width: 50%;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f8e9e2;
	padding-top: 40px;
}

.disclaimer,
.entry-categories {
	display: inline-block;
}

.disclaimer:before {
	content: " | ";
	padding: 0 3px;
}

.entry-categories {
	position: relative;
	top: 1px;
}

.single .disclaimer {
	float: left;
	margin: 0 0 0 4px;
}

.single .entry-categories {
	display: none;
}

.archive .entry-footer .entry-meta,
.blog .entry-footer .entry-meta,
.search .entry-footer .entry-meta {
	display: none;
}

.archive .disclaimer,
.blog .disclaimer,
.search .disclaimer {
	display: none;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 40px 0;
	text-align: center;
	text-transform: uppercase;
}

.pagination .dashicons {
	font-size: 17px;
	font-size: 1.7rem;
    height: 17px;
	width: 17px;
}

.pagination .dashicons-arrow-right-alt {
    margin-top: 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #01162b;
	color: #33c8f3;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #33c8f3;
	color: #004469;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	outline: none;
}

.entry-comments,
.comment-respond,
.entry-pings {
	padding: 60px 0 32px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.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: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}

.sidebar .widget:first-of-type {
	background-color: #00456c;
	color: #fff;
	padding: 40px 30px;
}

.sidebar .widget:first-of-type .widget-title {
	color: #fff;
}

/* # Front Page Widgets
---------------------------------------------------------------------------------------------------- */

.front-page-1 {
	background: url(images/fp1-bg.jpg) no-repeat top center scroll;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	clear: both;
	color: #01152b;
	font-size: 23px;
	font-size: 2.3rem;
	padding: 120px 0 180px;
}

.front-page-1 .widget-wrap {
	max-width: 450px;
}

.front-page-1 .mobile-image,
.front-page-6 .mobile-image {
	display: none;
}

.front-page-1 h3 a {
	color: #00466a;
}

.front-page-1 h3 a:focus,
.front-page-1 h3 a:hover {
	color: #33c8f3;
}

.front-page-1 h3 a:after {
	color: #33c8f3;
	content: "\f344";
	font-family: 'Dashicons';
	left: 6px;
	position: relative;
	top: 2px;
}

.front-page-2 {
	float: left;
	padding: 100px 0;
	width: 47.5%;
}

.front-page-3 {
	float: left;
	margin-left: 8%;
	padding: 100px 0;
	width: 44.5%;
}

.front-page-4 {
	background-color: #00456c;
	clear: both;
	padding: 100px 0;
	text-align: center;
}

.front-page-4 .wrap {
	padding: 0 30px;
}

.front-page-4 .widget-title {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}

.front-page-5 {
	clear: both;
	padding: 100px 0;
}

.front-page-5 .one-third {
	margin-left: 1.61290322581%;
	width: 32.2580645161%;
}

.front-page-5 .first {
	clear: both;
	margin-left: 0;
}

.front-page-5 .brands h4,
.front-page-5 .deals h4 {
    align-items: center;
	background: rgba(1, 21, 43, 0.65);
	display: flex;
    font-size: 20px;
    font-size: 2rem;
	height: 80px;
    margin-top: -110px;
    max-width: 590px;
	position: relative;
	z-index: 999;
}

.front-page-5 .brands h4 a,
.front-page-5 .deals h4 a {
    align-items: center;
	color: #fff;
	display: flex;
    padding: 0 60px 0 30px;
}

.front-page-5 .brands h4 a:focus,
.front-page-5 .deals h4 a:focus,
.front-page-5 .brands h4 a:hover,
.front-page-5 .deals h4 a:hover {
	color: #33c8f3;
}

.front-page-5 .brands .deals-header:before,
.front-page-5 .deals .deals-header:before {
	background-color: #a77245;
	background-image: url(images/icons/white/icon-brands.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
	content: "";
	display: inline-block;
	float: left;
	height: 80px;
	position: relative;
	width: 80px;
}

.front-page-5 .deals .deals-header:before {
	background-color: #a77245;
	background-image: url(images/icons/white/icon-deals.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.front-page-5 .ad-spot {
	background-color: #f8eae3;
	padding: 50px;
}

.front-page-5 .ad-spot img {
	outline: 10px solid #fff;
	margin: 0;
}

.front-page-6 {
	background: url(images/fp6-bg.jpg) no-repeat top center scroll;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	clear: both;
	padding: 100px 0 76px;
}

.front-page-7 {
	float: left;
	padding: 100px 0;
	width: 48.3870967742%;
}

.front-page-8 {
	float: left;
	margin-left: 3.22580645161%;
	padding: 100px 0;
	width: 48.3870967742%;
}


/* # After Header
---------------------------------------------------------------------------------------------------- */

.after-header {
	clear: both;
	padding: 0 0 25px;
}


/* # Before Footer
---------------------------------------------------------------------------------------------------- */

.before-footer {
	background-color: #f9f9f9;
	clear: both;
	padding: 120px 0;
	text-align: center;
}

/* # After Entry
---------------------------------------------------------------------------------------------------- */

.join-left {
	align-items: center;
	background-color: #00456c;
	display: flex;
	float: left;
	height: 200px;
	justify-content: center;
	padding: 25px 0 0;
	width: 200px;
}

.join-right {
	background-color: #01162b;
	color: #fff;
	float: right;
	font-size: 18px;
	font-size: 1.8rem;
	height: 200px;
	padding: 20px 30px 0;
	width: 470px;
}

.join-right h3 {
	color: #fff;
}

.join-right .button-subscribe:focus,
.join-right .button-subscribe:hover {
	background-color: #00456c;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #01152b;
	clear: both;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 36px 0 0;
}

.footer-widgets p {
	margin-bottom: 0;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #00456c;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
	padding: 22px 0 0;
	text-align: right;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.content {
    	padding: 50px 65px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.sidebar {
    	font-size: 16px;
    	font-size: 1.6rem;
	}

	.sidebar .widget {
    	padding: 30px;
	}

	.sidebar .widget:first-of-type {
    	padding: 30px 20px;
	}

	.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,
	.site-header .widget-area {
		width: 620px;
	}

	.content {
    	padding: 40px;
	}

	.join-left {
    	height: 180px;
    	width: 180px;
	}

	.join-right {
    	font-size: 16px;
    	font-size: 1.6rem;
    	height: 180px;
    	padding: 15px 25px 0;
    	width: 360px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

	.front-page-4 .wrap {
    	padding: 0;
	}

	.front-page-6 .one-third {
		width: 38.3870967742%;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.button-alt,
	.button-subscribe,
	.entry-comments-link a {
		padding: 12px 20px;
	}

	.button-subscribe {
		padding: 12px 30px 12px 60px;
	}

	.front-page-5 .brands h4 a, 
	.front-page-5 .deals h4 a {
    	padding: 0 30px;
	}

	.front-page-5 .ad-spot {
    	padding: 30px;
	}

	.yuzo-img-wrap {
		height: 160px !important;
	}

	.yuzo_related_post_widget .relatedthumb {
		width: 160px !important;
	}

	.yuzo_related_post_widget .yuzo-img {
		height: 160px !important;
		width: 160px !important;
	}

	.comment-respond, 
	.entry-comments {
    	padding: 60px 0 32px;
	}

}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.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-primary,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.full-width-content .content {
		width: 800px;
	}

	.content {
    	padding: 50px 65px;
	}

	.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;
	}

	button, 
	input[type="button"], 
	input[type="reset"], 
	input[type="submit"], 
	.button, 
	.button-alt, 
	.button-subscribe, 
	.entry-comments-link a {
    	font-size: 11px;
    	font-size: 1.1rem;
	}

	.join-left {
		height: 200px;
		padding: 25px 0 0;
		width: 200px;
	}

	.join-right {
		font-size: 18px;
		font-size: 1.8rem;
		height: 200px;
		padding: 20px 30px 0;
		width: 470px;
	}

	.featured-content .entry-title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.front-page-3 .wpp-post-title {
    	font-size: 18px;
    	font-size: 1.8rem;
	}

	.front-page-5 .brands h4, 
	.front-page-5 .deals h4 {
    	font-size: 16px;
		font-size: 1.6rem;
	}

	.front-page-5 .brands h4 a, 
	.front-page-5 .deals h4 a {
    	padding: 0 20px;
	}

	.front-page-5 .ad-spot {
    	padding: 0;
	}

	.front-page-6 .one-third {
		width: 45.3870967742%;
	}

	.footer-widgets-1, 
	.footer-widgets-2,
	.footer-widgets-3 {
    	text-align: center;
	}

	.footer-widgets-3 {
		margin-top: -15px;
		padding-bottom: 40px;
	}

	.footer-widgets-1 img.alignleft,
	.footer-widgets-1 .alignleft {
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

	.sidebar .widget:first-of-type .button-subscribe {
		float: left;
		margin-left: 3.22580645161%;
		margin-top: 28px;
	}

	.yuzo-img-wrap {
		height: 203px !important;
	}

	.yuzo_related_post_widget .relatedthumb {
		width: 203px !important;
	}

	.yuzo_related_post_widget .yuzo-img {
		height: 203px !important;
		width: 203px !important;
	}

}

@media only screen and (max-width: 860px) {

	body,
	body > div {
		background-color: #fff;
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 5% 7% 0;
	}

	.home .site-inner {
		padding: 0;
	}

	.site-inner,
	.wrap {
		max-width: 100%;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-header .wrap {
		padding: 15px;
	}

	.site-header .title-area {
		float: left;
	}

	.header-image .title-area {
		max-width: 217px;
	}

	.header-image .site-title > a {
		min-height: 34px;
	}

	.genesis-nav-menu > .left a {
		display: none;
	}

	.full-width-content .content {
		padding: 0 0 50px;
    	width: 100%;
	}

	.archive .content,
	.blog .content,
	.search .content {
		padding: 0 2.5% 50px;
	}

	.archive-description {
		background: #f6f3f2;
		margin-bottom: 5%;
	}

	.after-entry,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.content {
    	padding: 0 0 50px;
	}

	.join-left {
    	height: 180px;
    	width: 32%;
	}

	.join-right {
    	font-size: 16px;
    	font-size: 1.6rem;
    	height: 180px;
    	padding: 15px 25px 0;
    	width: 68%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.genesis-nav-menu .search input {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.4;
		padding: 11px 30px 14px 0;
	}

	.genesis-nav-menu .search input[type="submit"] {
		margin: 9px 0 0 -25px;
	}

	.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%;
	}

	.after-entry, 
	.comment-respond, 
	.entry-comments {
    	padding: 30px 0 0;
	}

	.after-entry {
    	padding: 0;
	}

	.sidebar .widget:first-of-type {
    	text-align: center;
	}

	.sidebar .widget:first-of-type .button-subscribe {
		float: none;
		margin-left: 0;
		text-align: center;
	}

	.front-page-2,
	.front-page-3,
	.front-page-7,
	.front-page-8 {
    	float: none;
		margin-left: 0;
    	padding: 50px 10% 0;
    	width: 100%;
	}

	.front-page-8 {
		padding-bottom: 80px;
	}

	.front-page-3 {
    	padding: 40px 10% 80px;
	}

	.featured-content .entry-title {
		font-size: 20px;
		font-size: 2rem;
    	margin-top: -100px;
	}

	.front-page-3 .wpp-post-title {
    	font-size: 20px;
    	font-size: 2rem;
	}

	.front-page-4 {
		padding: 60px 0 20px;
	}

	.front-page-4 .one-fourth {
		margin-bottom: 50px;
	}

	.front-page-4 .aligncenter {
		margin: 0 auto 20px;
	}

	.front-page-5 {
		padding: 60px 0 30px;
	}

	.front-page-5 .one-third {
		float: none;
		margin: 0 auto 30px;
		width: 400px;
	}

	.front-page-6 .one-third {
    	padding-left: 54%;
    	width: 100%;
	}

	/* ### 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: #00456c;
		border-width: 0;
		color: #fff;
		display: block;
		margin: 0 auto;
		outline: none;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #00456c;
		border-width: 0;
		color: #33c8f3;
	}

	.menu-toggle {
		line-height: 22px;
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
		z-index: 1000;
	}

	.admin-bar .menu-toggle {
		top: 32px;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border-top: none;
	}

	.menu-toggle::before {
		align-items: center;
		display: -webkit-flex;
    	display: flex;
		justify-content: center;
		font-size: 3.5em;
		margin-right: 0;
		padding: 21px;
		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;
		border-top: 1px solid #fff;
		padding: 15px 20px;
		text-align: center;
		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;
	}

	.genesis-nav-menu .subscribe a::before,
	.genesis-nav-menu .subscribe a:focus:before,
	.genesis-nav-menu .subscribe a:hover:before,
	.genesis-nav-menu .current-menu-item .subscribe a:before {
		left: 50%;
    	margin-left: -43px;
    	position: absolute;
    	top: 21px;
    	transform: translateX(-50%) translatey(-50%);
	}

	.genesis-nav-menu .subscribe a span {
		margin-right: -30px;
	}

	.genesis-nav-menu .subscribe {
		border-bottom: 1px solid #fff;
	}

	.genesis-nav-menu > .right {
    	float: none;
    	margin: 0 auto;
	}

	.genesis-nav-menu .search {
		width: 160px;
	}

	.genesis-nav-menu .search input[type="submit"] {
    	margin: 8px 0 0 -25px;
	}

	.genesis-nav-menu .menu-item {
    	margin: 0;
	}

}

@media only screen and (max-width: 782px) {

	.site-inner {
		padding: 5% 5% 0;
	}

	.admin-bar .menu-toggle {
		top: 46px;
	}

}

@media only screen and (max-width: 700px) {

	.archive-description {
   		padding: 42px 5%;
	}

	.archive .entry-header, 
	.blog .entry-header,
	.search .entry-header {
    	border-top: none;
	}

	.archive .post-image, 
	.blog .post-image,
	.search .post-image {
    	max-width: 100%;
	}

	.entry-title::before {
		content: none !important;
	}

	.entry {
    	margin-bottom: 40px;
	}

	.join-left {
		height: 200px;
		width: 100%;
	}

	.join-right {
		height: 100%;
		padding: 25px;
		text-align: center;
		width: 100%;
	}

	.front-page-1 {
		background: #f6f3f2;
	    font-size: 20px;
		font-size: 2rem;
		padding: 0 0 50px;
	}

	.front-page-6 {
		background: #f6f3f2;
		padding: 0 0 40px;
	}

	.front-page-1 .content-block {
		clear: both;
		padding: 20px 10% 0;
	}

	.front-page-6 .content-block {
		clear: both;
		padding: 5px 10% 0;
	}

	.front-page-1 .mobile-image.aligncenter,
	.front-page-6 .mobile-image.aligncenter {
		display: block;
		margin-bottom: 0;
		margin-left: -5.5%;
		margin-right: -5.5%;
		min-width: 111%;
	}

	.front-page-1 .widget-wrap,
	.front-page-6 .widget-wrap {
		max-width: 100%;
	}

	.front-page-6 .one-third {
    	padding-left: 0;
	}


	.featured-content .entry-title,
	.front-page-3 .wpp-post-title {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.single .entry-tags {
		float: none;
		max-width: 100%;
	}

	.single .entry-comments-link {
    	float: none;
    	margin-top: 50px;
    	max-width: 100%;
	}

}

@media only screen and (max-width: 600px) {

	.archive .content
	.blog .content,
	.search .content {
		padding: 0 0 50px;
	}

	.front-page-1 .content-block,
	.front-page-6 .content-block {
    	clear: both;
    	padding: 20px 0 0;
	}

	.front-page-2, 
	.front-page-3,
	.front-page-7,
	.front-page-8 {
    	padding: 60px 0 0;
	}

	.front-page-3,
	.front-page-8 {
		padding-bottom: 60px;
	}

	.wpp-thumbnail {
    	margin: 0;
	}

	.widget_nav_menu .menu-item {
    	width: 100%;
	}

	.yuzo_widget_wrap {
		margin-right: 0;
	}

}

@media only screen and (max-width: 500px) {

	.front-page-1 .content-block, 
	.front-page-6 .content-block {
		clear: both;
		padding: 0;
	}

	.front-page-6 h3 {
		margin-top: -20px;
	}

	.front-page-1 {
	    font-size: 18px;
		font-size: 1.8rem;
	}

	.featured-content .entry-title a {
    	padding: 0 20px;
	}

	.featured-content .category-clothing-style .entry-header::before {
    	content: none;
	}

	.featured-content p.entry-meta {
    	float: none;
    	margin: 5px 0 0;
    	min-height: auto;
    	max-width: 100%;
	}

	.entry-categories {
    	display: inline-block;
	}

	.home .entry-categories {
    	display: block;
	}

	.single .disclaimer {
    	float: none;
    	margin: 0;
    	clear: both;
    	display: block;
	}

	.disclaimer:before {
		content: none;
	}

	.front-page-3 .wpp-post-title {
    	padding-left: 20px;
	}

	.yuzo_related_post_widget .relatedthumb {
		width: 100% !important;
	}

	blockquote {
    	font-size: 20px;
    	font-size: 2rem;
	}

}

@media only screen and (max-width: 444px) {

	.front-page-5 .one-third {
    	width: 100%;
	}

	.featured-content .entry-title a {
    	padding: 0 10px;
	}

	.featured-content .entry-title {
    	font-size: 15px;
    	font-size: 1.5rem;
	}

}

@media only screen and (max-width: 360px) {

	.header-image .title-area {
    	max-width: 180px;
	}

}


/* # 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: 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;
	}

}