/*
	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
*/

/* ## 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: 1.9rem;
}

body {
	background-color: #f6f3f2;
	color: #231f20;
	font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial, sans-serif;
	font-size: 1.9rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.4;
	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 {
	border-bottom: 1px solid #33c8f3;
	color: #005688;
	text-decoration: none;
}

a:focus,
a:hover {
	border-bottom: 1px solid #6ED9F7;
	color: #007BC1;
	text-decoration: none;
}

.image-link {
  border-bottom: 0 !important;
}

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

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

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

blockquote {
	clear: both;
	color: #a77145;
	font-size: 2.1rem;
	margin: 40px 0 40px 0;
	padding-left: 60px;
	position: relative;
}

blockquote::before {
	background-image: url(../png/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-weight: 900;
	letter-spacing: 0.025em;
	line-height: 1.3;
	margin: 0 0 16px;
	text-transform: uppercase;
}

h1 {
	font-size: 3.4rem;
}

h2 {
	color: #a77246;
	font-size: 2.5rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	color: #a77246;
	font-size: 1.6rem;
}

h5 {
	font-size: 1.4rem;
}

h6 {
	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: none;
	height: auto;
	padding: 5px;
}

.gallery img:focus,
.gallery img:hover {
	border: none;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #c4c4c4;
	color: #231f20;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 13px;
	width: 100%;
}

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

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

::-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

.search-form ::-ms-input-placeholder {
	color: #eee;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

.search-form :-ms-input-placeholder {
	color: #eee;
	opacity: 1;
}

::placeholder {
	color: #666;
	opacity: 1;
}

.search-form ::placeholder {
	color: #eee;
	opacity: 1;
}

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-bottom: 0 !important;
	border-radius: 0;
	color: #01152b;
	cursor: pointer;
	font-size: 1.25rem;
	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(../png/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(../png/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: #666;
	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 {
	border-bottom: 0 !important;
	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: 40px 51px;
	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
--------------------------------------------- */

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

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

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

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 21.25%;
}

.three-fourths {
	width: 73.75%;
}

.one-fifth {
	width: 16%;
}

.two-fifths {
	width: 37%;
}

.three-fifths {
	width: 58%;
}

.four-fifths {
	width: 79%;
}

.one-sixth {
	width: 12.5%;
}

.five-sixths {
	width: 82.5%;
}

.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: 1.4rem;
  margin-bottom: 20px;
  padding: 0;
}

/* .page-id-11831 .breadcrumb {
	display: none;
} */

.archive-description {
	background: url(../jpg/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: 1.7rem;
	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;
}

.author-box {
	clear: both;
	margin: 60px 0;
}

.single-outfits .author-box {
	display: none;
}

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

.author-box-content {
	overflow: hidden;
}

.archive.author .breadcrumb {
	display: none;
}

.author-box .author-social-links {
  display: flex;
  gap: 15px;
	/*margin-top: 30px;
	padding-top: 25px;*/
	position: relative;
}

/*.author-box .author-social-links::before {
	content: 'Follow Author';
  font-size: 12px;
  font-weight: 800;
	letter-spacing: 0.05em;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}*/

p.more-articles {
  font-size: 16px;
}

.archive.author .author-box::after {
  content: 'Latest Articles';
  font-size: 14px;
  font-weight: 800;
	letter-spacing: 0.05em;
  margin-top: 40px;
  margin-bottom: 20px;
	text-transform: uppercase;
}

.single-post .author-box .more-about-author {
	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"] {
	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: #fff;
	line-height: 1.2;
	padding: 16px 28px 16px 12px;
}

.genesis-nav-menu .search input[type="submit"] {
	background: url(../png/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: 2rem;
}

.entry-title {
	font-size: 3.1rem;
}

.archive .entry-title,
.blog .entry-title,
.search .entry-title {
	font-size: 2.3rem;
}

.entry-title a {
	border: none;
	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 .content .entry-title:before  {
	align-items: center;
	background-image: url(../svg/icon-outfit2.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 .content .category-clothing-and-style .entry-title:before {
	background-image: url(../svg/icon-outfit2.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-accessories .entry-title:before,
.blog .category-accessories .entry-title:before,
.search .content .category-accessories .entry-title:before {
	background-image: url(../svg/icon-accessories.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 .content .category-clothing-alterations .entry-title:before {
	background-image: url(../svg/icon-alterations.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-announcements .entry-title:before,
.blog .category-announcements .entry-title:before,
.search .content .category-announcements .entry-title:before,
.archive .category-resources .entry-title:before,
.blog .category-resources .entry-title:before,
.search .content .category-resources .entry-title:before,
.archive .category-tmm-internal .entry-title:before,
.blog .category-tmm-internal .entry-title:before,
.search .content .category-tmm-internal .entry-title:before,
.archive .category-uncategorized .entry-title:before,
.blog .category-uncategorized .entry-title:before,
.search .content .category-uncategorized .entry-title:before {
	background-image: url(../svg/icon-generic-style.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-brands .entry-title:before,
.blog .category-brands .entry-title:before,
.search .content .category-brands .entry-title:before {
	background-image: url(../svg/icon-brands.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-income-reports .entry-title:before,
.blog .category-income-reports .entry-title:before,
.search .content .category-income-reports .entry-title:before {
	background-image: url(../svg/icon-business2.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-cars .entry-title:before,
.blog .category-cars .entry-title:before,
.search .content .category-cars .entry-title:before {
	background-image: url(../svg/icon-cars.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-confidence .entry-title:before,
.blog .category-confidence .entry-title:before,
.search .content .category-confidence .entry-title:before {
	background-image: url(../svg/icon-confidence.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 .content .category-dating-confidence .entry-title:before {
	background-image: url(../svg/icon-dating.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 .content .category-men-of-modest-height .entry-title:before {
	background-image: url(../svg/icon-famous.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-fitness .entry-title:before,
.blog .category-fitness .entry-title:before,
.search .content .category-fitness .entry-title:before {
	background-image: url(../svg/icon-fitness.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-food-drinks .entry-title:before,
.blog .category-food-drinks .entry-title:before,
.search .content .category-food-drinks .entry-title:before {
	background-image: url(../icon-food-drinks.html);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-generic-style .entry-title:before,
.blog .category-generic-style .entry-title:before,
.search .content .category-generic-style .entry-title:before {
	background-image: url(../svg/icon-generic-style.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-gift-guide .entry-title:before,
.blog .category-gift-guide .entry-title:before,
.search .content .category-gift-guide .entry-title:before {
	background-image: url(../svg/icon-gift-guide.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-grooming .entry-title:before,
.blog .category-grooming .entry-title:before,
.search .content .category-grooming .entry-title:before {
	background-image: url(../svg/icon-grooming.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-home-and-living .entry-title:before,
.blog .category-home-and-living .entry-title:before,
.search .content .category-home-and-living .entry-title:before {
	background-image: url(../svg/icon-home.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 .content .category-outfit-ideas .entry-title:before {
	background-image: url(../svg/icon-outfit2.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-prejudice .entry-title:before,
.blog .category-prejudice .entry-title:before,
.search .content .category-prejudice .entry-title:before {
	background-image: url(../svg/icon-prejudice.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 .content .category-product-reviews .entry-title:before {
	background-image: url(../svg/icon-reviews.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-shoes .entry-title:before,
.blog .category-shoes .entry-title:before,
.search .content .category-shoes .entry-title:before {
	background-image: url(../svg/icon-shoes.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-technology .entry-title:before,
.blog .category-technology .entry-title:before,
.search .content .category-technology .entry-title:before {
	background-image: url(../svg/icon-technology.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.archive .category-travel .entry-title:before,
.blog .category-travel .entry-title:before,
.search .content .category-travel .entry-title:before {
	background-image: url(../svg/icon-travel.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.widget-title {
	font-size: 1.9rem;
	margin-bottom: 25px;
}

.sidebar .widget-title,
.sidebar .widgettitle {
	font-size: 1.7rem;
	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;
}

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

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

.wp-block-image figcaption,
.gallery-caption,
.wp-caption-text {
	color: #a67346;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 3px 10px;
	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;
}

.sidebar .widget:last-of-type {
    margin-bottom: 70px;
}

.widget p:last-child,
.widget ul > li: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_adrotate_widgets  {
	background: none !important;
	margin-bottom: 25px !important;
}

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

.sidebar .featured-content .entry-title {
	text-align: left;
}

.featured-content .entry-title a {
    align-items: center;
	border-bottom: 0;
	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(../svg/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(../svg/icon-style.svg);
}

.featured-content .category-clothing-alterations .entry-header:before {
	background-image: url(../svg/icon-alterations-2.svg);
}

.featured-content .category-outfit-ideas .entry-header:before {
	background-image: url(../svg/icon-outfit.svg);
}

.featured-content .category-fitness .entry-header:before {
	background-image: url(../svg/icon-fitness-2.svg);
}

.featured-content .category-product-reviews .entry-header:before {
	background-image: url(../svg/icon-reviews-2.svg);
}

.featured-content .category-dating-confidence .entry-header:before {
	background-image: url(../svg/icon-dating-2.svg);
}

.featured-content .category-grooming .entry-header:before {
	background-image: url(../svg/icon-grooming-2.svg);
}

.featured-content .category-men-of-modest-height .entry-header:before {
	background-image: url(../svg/icon-famous-2.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 {
	border: none;
	display: inline-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;
}

/* Genesis Featured Popular Posts
------------------------------------------------------------ */

.front-page-3 .featured-content .entry-header:before,
.sidebar .featured-content .entry-header:before {
	content: none;
}

.front-page-3 .featured-content .entry-title,
.sidebar .featured-content .entry-title {
	background: none;
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}

.front-page-3 .featured-content .entry-title a,
.sidebar .featured-content .entry-title a {
	color: #00456c;
	display: block;
	font-size: 2.1rem;
	font-weight: 400;
	letter-spacing: 0;
	padding: 0;
	text-transform: none;
}

.sidebar .featured-content .entry-title a {
	font-size: 1.6rem;
}

.front-page-3 .featured-content .entry-title a:focus, .front-page-3 .featured-content .entry-title a:hover,
.sidebar .featured-content .entry-title a:focus, .sidebar .featured-content .entry-title a:hover {
    color: #007BC1;
}

.front-page-3 .featured-content .entry,
.sidebar .featured-content .entry {
	margin-bottom: 0;
}

.front-page-3 .featured-content img,
.sidebar .featured-content img {
	height: 120px;
	width: 120px;
}

.front-page-3 .featured-content a.alignleft {
	margin: 0 30px 13px 0;
}

.sidebar .featured-content a.alignleft {
	margin: 0 20px 13px 0;
}

.sidebar .featured-content .entry-header {
	clear: none;
}

.front-page-3 .featured-content .entry-title,
.sidebar .featured-content .entry-title {
    align-items: center;
    display: flex;
    height: 110px;
}

.sidebar .featured-content .entry-title {
    height: 120px;
}

@media only screen and (max-width: 700px) {
.front-page-3 .featured-content .entry-title a {
    font-size: 18px;
    font-size: 1.8rem;
}
}
@media only screen and (max-width: 860px) {
.front-page-3 .featured-content .entry-title a {
    font-size: 20px;
    font-size: 2rem;
}
}
@media only screen and (max-width: 1023px) {
.front-page-3 .featured-content .entry-title a {
    font-size: 18px;
    font-size: 1.8rem;
}
}

/* ## 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: 120px;
	line-height: 1.25;
}

.sidebar .wpp-thumbnail {
	margin-right: 20px;
}

.wpp-thumbnail {
	height: 120px !important;
	width: 120px !important;
}

/* ## Related Posts by Taxonomy
--------------------------------------------- */

.rpbt_shortcode {
	clear: both;
	margin: 60px 0 0;
}

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

/* Table of Contents
--------------------------------------------- */

#ez-toc-container {
	border-radius: 0 !important;
  box-shadow: none !important;
  margin-bottom: 30px !important;
  padding: 30px 20px !important;
}

div#ez-toc-container {
	border: 1px solid #eadfdd !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

div#ez-toc-container ul li {
	padding: 2px 0;
}

#ez-toc-container nav {
	margin-top: 10px;
}

#ez-toc-container a {
	color: #222 !important;
	display: inline !important;
	text-decoration: none !important;
}

#ez-toc-container li {
	margin: 0 0 0 13px !important;
  overflow: unset !important;;
}

#ez-toc-container ul ul,
.ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 10px !important;
}

#ez-toc-container ul>li:before {
		margin: 0 10px 0 5px;
}


/* # 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: 900;
	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;
	border-bottom: 0;
	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-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;
	padding-bottom: 0;
	text-align: center;
}

.genesis-nav-menu a {
	border-bottom: 0;
	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: 0;
	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(../png/m-icon.png) left center no-repeat;
	background-size: 40px 31px;
	color: #00456c;
	padding: 19px 0 18px;
}

.genesis-nav-menu > .left a span {
	display: block;
	text-indent: -9999px;
}

.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(../png/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(../png/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-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: -17px;
	text-transform: uppercase;
	width: 100%;
}


.front-page-7 .menu-item {
	display: block;
	float: left;
	width: 50%;
}

.widget_nav_menu a {
	align-items: center;
	border-bottom: 0 !important;
	color: #005688;
	display: flex;
	margin-bottom: 8px;
	text-decoration: underline;
}

.widget_nav_menu a:focus,
.widget_nav_menu a:hover,
.widget_nav_menu .current-menu-item > a {
	color: #007BC1;
}

.widget_nav_menu a:before {
	background-image: url(../svg/icon-style-2.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(../svg/icon-style-2.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.widget_nav_menu .outfit a:before {
	background-image: url(../svg/icon-outfit2.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.widget_nav_menu .alterations a:before {
	background-image: url(../svg/icon-alterations.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.widget_nav_menu .fitness a:before {
	background-image: url(../svg/icon-fitness.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.widget_nav_menu .reviews a:before {
	background-image: url(../svg/icon-reviews.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.widget_nav_menu .dating a:before {
	background-image: url(../svg/icon-dating.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.widget_nav_menu .grooming a:before {
	background-image: url(../svg/icon-grooming.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.widget_nav_menu .famous a:before {
	background-image: url(../svg/icon-famous.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.widget_nav_menu .business a:before {
	background-image: url(../svg/icon-business2.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: 20px;
}

.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-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 > li {
    text-indent: -0.95em;
    padding-left: 1.5em;
}

.entry-content ul > li {
    text-indent: -0.95em;
    padding-left: 1.5em;
}

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

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

.entry-content ul.gb-social-links > li:before {
	content: none;
}

/* ## 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: #666;
  font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	margin: 0;
	text-transform: uppercase;
}

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

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

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

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

/* ## Outfits Archive
--------------------------------------------- */

/*.post-type-archive-outfits .content-sidebar-wrap {
	background-color: #fff;
}*/

/*.post-type-archive-outfits .outfits-sidebar {
	float: left;
	padding: 70px 0 50px 50px;
}

.post-type-archive-outfits .content {
	float: right;
	overflow: hidden;
	padding: 40px 51px;
}*/

.archive.post-type-archive-outfits .entry-header {
	border-top: 0;
}

.archive.post-type-archive-outfits .entry-header .entry-meta {
	display: none;
}

.archive.post-type-archive-outfits .post-image {
	max-width: 100%;
}

.archive.post-type-archive-outfits img.alignleft {
    margin: 0;
}

.archive.post-type-archive-outfits .entry-image-link {
	display: inline-block;
	height: auto;
	position: relative;
	width: auto;
}

.archive.post-type-archive-outfits .entry-image-link:hover::after {
	align-items: center;
	background: rgba(0,69,108,0.7);
	bottom: 0;
	color: #fff;
	content: "Shop This Look";
	display: flex;
	font-weight: 600;
	height: 50px;
	justify-content: center;
	left: 0;
	letter-spacing: 0.05em;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
	z-index: 9999;
}

.outfit_wrap .right {
	text-align: left;
}

/* ## Outfits Single
--------------------------------------------- */

.outfits-footer {
	clear: both;
	margin-top: 40px;
}

.outfits-footer .yuzo_widget_wrap {
	padding: 0;
}

#yuzo_widget-3 .yuzo-img,
#yuzo_widget-3 .yuzo-img-wrap {
	min-height: 250px !important;
}

#wysiwyg_widgets_widget-13 {
	margin-bottom: 60px;
}

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

.pagination {
	clear: both;
	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;
}

.comment-author-name a,
a.comment-time-link {
	border-bottom: 0 !important;
	color: #231f20 !important;
	cursor: default !important;
}

.comment-time-link {
	font-size: 90%;
}

.comment-form-author label::after {
  content: ' *';
}

.comment-form-email label::after {
  content: ' (optional)';
}

.entry-comments {
	margin-bottom: 50px;
	margin-top: 0;
}

.entry-comments h3:first-of-type {
  display: none;
}

.comment-reply-title {
	display: block !important;
}

.comment-list li {
	position: relative;
}

.comment-list li.depth-1:first-of-type::before {
	content: "Comments";
	color: #02142c;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.3;
  margin: 0 0 16px;
  text-transform: uppercase;
	position: absolute;
	top: -30px;
	width: 100%;
}

.entry-comments, .comment-respond, .entry-pings {
	padding: 30px 0 60px !important;
}


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

.sidebar {
	font-size: 1.7rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 30px;
}

.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,
.front-page-6 {
	background: #f6f3f2;
	clear: both;
	color: #01152b;
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.front-page-1 .wrap,
.front-page-6 .wrap,
.front-page-1 .widget,
.front-page-6 .widget {
	max-width: 1900px;
	margin: 0 auto;
	padding: 0;
}

.front-page-1 .widget-wrap,
.front-page-6 .widget-wrap {
  display: grid;
	grid-gap: 40px;
  grid-template-columns: 1fr;
}

.front-page-1 .content-left,
.front-page-6 .content-left,
.front-page-1 .content-right,
.front-page-6 .content-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.front-page-1 .content-inner,
.front-page-6 .content-inner {
	margin: 0 auto;
	max-width: 600px;
	padding: 0 5% 40px;
}

.front-page-1 .aligncenter {
	margin-bottom: -70px;
}

.front-page-6 .aligncenter {
  margin-bottom: -10px;
}

.front-page-1 h1 {
	font-size: 2.1rem;
}

.front-page-1 .hero-image,
.front-page-6 .hero-image {
	background: url('../fp1-mobile-4.html') no-repeat top center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height: 100%;
	min-height: 50vh;
	overflow: hidden;
	width: 100%;
}

.front-page-6 .hero-image {
	background: url('../jpg/fp6-mobile.jpg') no-repeat top center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.front-page-1 .content-block,
.front-page-6 .content-block {
	min-height: 50vh;
	padding: 40px 5%;
	width: 100%;
}

.front-page-1 .content-block .content-block-inner,
.front-page-6 .content-block .content-block-inner {
	margin: 0 auto;
	max-width: 600px;
}

.front-page-1 h3 a {
	color: #00466a;
}

.front-page-1 h3 a:focus,
.front-page-1 h3 a:hover {
	color: #007BC1;
}

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

	.front-page-1 .hero-image,
	.front-page-6 .hero-image{
		min-height: 60vh;
	}

	.front-page-1 h1 {
		font-size: 2.3rem;
	}

	.front-page-1 .hero-image,
	.front-page-6 .hero-image {
		float: left;
		width: 50%;
	}

	.front-page-1 .content-block,
	.front-page-6 .content-block {
		float: right;
		width: 50%;
	}

}

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

	.front-page-1 .widget-wrap,
	.front-page-6 .widget-wrap {
    grid-template-columns: 1fr 1fr;
	}

	.front-page-1 .content-inner,
	.front-page-6 .content-inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0;
		padding: 5%;
	}

	.front-page-1 .content-block,
	.front-page-6 .content-block {
		padding: 60px 5% 30px;
	}

	.front-page-1 .content-block .content-block-inner,
	.front-page-6 .content-block .content-block-inner {
			margin: 0;
	}

}

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

	.front-page-1 .content-block,
	.front-page-6 .content-block {
		padding: 5% 5% 30px;
	}

}

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

	.front-page-6 .wrap {
		padding: 60px;
	}

}

.front-page-1 h2 a:after {
	content: url('../svg/right-arrow.svg');
	left: 11px;
	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 50px;
}

.front-page-5 .one-third {
	margin-bottom: 40px !important;
	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(../svg/icon-brands-2.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(../svg/icon-deals.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.front-page-5 .ad-spot {
	background-color: #f8eae3;
	padding: 72.5px 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 40px;
	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 50px 0;
	width: 528px;
}

.full-width-content .join-left {
    height: 240px;
    width: 240px;
}

.full-width-content .join-right {
    height: 240px;
    padding: 40px 30px 0;
    width: 540px;
}

.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-size: 1.2rem;
	line-height: 1;
	padding: 36px 0 0;
}

.footer-widgets p {
	margin-bottom: 0;
}

.footer-widgets a {
	border-bottom: 0;
	color: #33c8f3;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	border-bottom: 0;
	color: #0DAFDC;
}

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

.adthrive-comscore {
	background-color: #01152b;
    overflow: hidden;
    margin-bottom: 0 !important;
	padding: 0 0 70px 32px;
}

.adthrive-comscore span {
	background-color: #01152b;
	padding-bottom: 75px !important;
}
body.paged .site-inner {
    max-width: 1240px;
    padding: 55px 0;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

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

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

	.content {
    	padding: 30px;
	}

	.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: 1270px) {

	.adthrive-comscore {
		padding: 0 0 70px;
	}

}

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

	.post-type-archive-outfits .content,
	.post-type-archive-outfits .outfits-sidebar {
		float: none;
	}

	.post-type-archive-outfits .content {
		padding: 0 0 50px;
	}

	/*.post-type-archive-outfits .outfits-sidebar {
		padding: 50px 50px 0;
	}

	.outfits-sidebar .widget {
		float: left;
		margin-bottom: 0;
		width: 50%;
	}*/

}

@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: 30px;
	}

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

	.full-width-content .join-left {
    	height: 220px;
    	width: 220px;
	}

	.full-width-content .join-right {
    	height: 220px;
    	padding: 30px 30px 0;
    	width: 480px;
	}

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

	.post-type-archive-outfits .content {
		padding: 0 5% 50px;
	}

}

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

	.outfits.entry {
		padding: 0;
	}

}

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

	body,
	body > div {
		background-color: #fff;
		font-size: 18px;
		font-size: 1.8rem;
	}

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

	.home .site-inner {
		padding: 0;
	}

	.front-page-5 .widget,
	.front-page-7 .widget,
	.front-page-8 .widget {
		margin-bottom: 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,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.content {
    	padding: 0 0 50px;
	}

	.join-left,
	.full-width-content .join-left {
    	height: 180px;
    	width: 32%;
	}

	.join-right,
	.full-width-content .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%;
	}

	/*.post-type-archive-outfits .outfits-sidebar {
		padding: 0 5%;
	}*/

	/* ### Genesis Responsive Menus */

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

	.nav-primary {
		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 {
		height: 66px;
		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: flex;
		justify-content: center;
		font-size: 3.5em;
		margin-right: 0;
		padding: 21px;
		text-rendering: auto;
	}

	.menu-toggle::before {
		content: url('../svg/menu.svg');
		padding: 8px;
	}

	.dashicons-before:before {
		color: transparent;
	}

	.sub-menu-toggle {
		float: right;
		padding: 7px;
		position: absolute;
		right: 27px;
		top: 10px;
		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;
		content: url('../svg/icon-down.svg')
	}

	.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 !important;
		width: 100%;
	}

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

	.genesis-nav-menu .sub-menu a {
		background-color: #005688;
		color: #fff;
	}

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

	#menu-item-10140 a {
		border-bottom: 1px solid #fff;
		margin-bottom: -1px;
	}

	.archive.author .author-box .avatar {
		display: block;
		float: none;
		margin: 15px auto;
	}

	.author-box-title {
		text-align: center;
	}

	.author-box .author-social-links {
    justify-content: center;
	}

	.archive.author .author-box::after {
    margin: 40px auto 20px;
	}

}

@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,
	.full-width-content .join-left {
		height: 200px;
		width: 100%;
	}

	.join-right,
	.full-width-content .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-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;
	}

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

}

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

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

}


/* # Custom CSS
---------------------------------------------------------------------------------------------------- */

.shadowed img {
	width: auto;
  -webkit-filter: drop-shadow(15px 15px 15px #aaa);
  filter: drop-shadow(15px 15px 15px #aaa);
}

.wp-block-group.has-background {
	padding: 30px 20px 1px;
}

.home-list h3 {
	align-items: center;
	display: flex;
	font-size: 16px;
	margin-bottom: 16px
}

.home-list .alignleft.watches {
	height: 30px;
	margin: 0 12px 0 0;
	width: 16px;
}

.home-list .alignleft.fashion {
	height: 30px;
	margin: 0 12px 0 0;
	width: 26px;
}

.home-list .alignleft.the-best {
	height: 30px;
	margin: 0 7px 0 0;
	width: 30px;
}

.home-list .alignleft.shoes {
	height: 30px;
	margin: 0 7px 0 0;
	width: 30px;
}

.home-list .alignleft.accessories {
	height: 30px;
	margin: 0 7px 0 0;
	width: 30px;
}

.home-list .alignleft.style {
	height: 30px;
	margin: 0 7px 0 0;
	width: 30px;
}

.home-list ul {
	margin-bottom: 20px;
}

.home-list ul li {
	margin-bottom: 0;
}

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

	.front-page-5 .one-third {
    	margin: 0 auto 50px;
	}

}

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

	.home-list .alignleft.watches {
		height: 50px;
		margin: 0 18px 0 -45px;
		width: 27px;
	}

	.home-list .alignleft.fashion {
		height: 50px;
		margin: 0 18px 0 -61px;
		width: 43px;
	}

	.home-list .alignleft.the-best {
		height: 50px;
		margin: 0 10px 0 -60px;
		width: 50px;
	}

	.home-list .alignleft.shoes {
		height: 45px;
		margin: 0 17px 0 -63px;
		width: 45px;
	}

	.home-list .alignleft.accessories {
		height: 50px;
		margin: 0 15px 0 -65px;
		width: 50px;
	}

	.home-list .alignleft.style {
		height: 50px;
		margin: 0 15px 0 -65px;
		width: 50px;
	}

	.home-list h3 {
		font-size: 20px;
		margin-bottom: 10px
	}

}

.adthrive-comscore,
.adthrive-privacy-preferences {
    margin-top: 0 !important;
}

/* body.page-id-11831 {
	background-color: #fff;
}

.page-id-11831 .site-inner {
	padding-top:0;
}

.page-id-11831 .content {
	padding: 0;
	width: 100%;
} */

.genesis-nav-menu .search input[type="submit"] {
	font-size: 0;
}

.outfits-footer {
	clear: both;
	margin-top: 40px;
}

.outfits-footer .yuzo_widget_wrap {
	padding: 0;
}

#yuzo_widget-3 .yuzo-img,
#yuzo_widget-3 .yuzo-img-wrap {
	min-height: 250px !important;
}

#wysiwyg_widgets_widget-13 {
	margin-bottom: 60px;
}


/*.post-type-archive-outfits .content-sidebar-wrap {
	background-color: #fff;
	overflow: hidden;
}*/

/*.post-type-archive-outfits .outfits-sidebar {
	float: left;
	padding: 70px 0 50px 50px;
}

.post-type-archive-outfits .content {
	float: right;
	overflow: hidden;
	padding: 51px;
}*/

.archive.post-type-archive-outfits .entry-header {
	border-top: 0;
}

.archive.post-type-archive-outfits .entry-header .entry-meta {
	display: none;
}

.archive.post-type-archive-outfits .post-image {
	max-width: 100%;
}

.archive.post-type-archive-outfits .pagination {
	padding-top: 40px;
}

.archive.post-type-archive-outfits img.alignleft {
    margin: 0;
}

.archive.post-type-archive-outfits .entry-image-link {
	display: inline-block;
	height: auto;
	position: relative;
	width: auto;
}

.archive.post-type-archive-outfits .entry-image-link:hover::after {
	align-items: center;
	background: rgba(0,69,108,0.7);
	bottom: 0;
	color: #fff;
	content: "Shop This Look";
	display: flex;
	font-weight: 600;
	height: 50px;
	justify-content: center;
	left: 0;
	letter-spacing: 0.05em;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
	z-index: 9999;
}

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

	.outfits.entry {
		padding: 0;
	}

}

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

.content-box-blue,
.content-box-navy,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
}

.content-box-navy {
    background-color: #00456c;
    border: 1px solid #00456c;
}

.content-box-blue {
    background-color: #afcde3;
    border: 1px solid #afcde3;
}

.content-box-gray {
    background-color: #f6f3f2;
    border: 1px solid #f6f3f2;
}

.content-box-green {
    background-color: #d9edc2;
    border: 1px solid #b2ce96;
}

.content-box-purple {
    background-color: #e2e2f9;
    border: 1px solid #bebde9;
}

.content-box-red {
    background-color: #f9dbdb;
    border: 1px solid #e9b3b3;
}

.content-box-yellow {
    background-color: #f3dfd4;
    border: 1px solid #f3dfd4;
}

/* Image Drop Shadow Effect
------------------------------------------------------------ */
.shadoweff
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadoweff:before, .shadoweff:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.shadoweff:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/* Royal Slider Title Color
------------------------------------------------------------ */

.rsGCaption h5 {
    color: #f6f3f2;
		font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

/* Fixing Bullet Point Second Line Indent

ul {
text-indent:-20px;
margin-left:20px;
}

*/

.front-page-3 .wpp-thumbnail {
	height: 120px;
	width: 120px;
}

.sidebar .wpp-thumbnail {
	height: 75px;
	width: 75px;
}

.wpp-thumbnail:hover {
	opacity: 1;
}

/* TablePress Custom CSS */

.tablepress {
	word-wrap: normal;
	word-break: normal;
	white-space: nowrap;
}

.tablepress thead th,
.tablepress tfoot th {
	background-color: #f4f0ef;
}

.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
	background-color: #f3dfd4;
}

.tablepress img {
  margin-bottom: -4px;
	padding: 0;
}

.tablepress-id-23 tbody td {
	vertical-align: middle;
}

/* Homepage Fixes
----------------------------------------- */

.widget_nav_menu {
	margin-top: 30px;
}

@media only screen and (max-width: 700px) {
.front-page-1 {
  background: #f6f3f2;
  font-size: 20px;
  font-size: 2rem;
  padding: 0 0 10px;
}
}

/* Accessibility Fixes */

.front-page-1 h1 {
	color: #01152b;
	font-family: 'Source Sans Pro', sans-serif;
	font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  font-weight: 400;
	letter-spacing: 0;
  line-height: 1.375;
	text-transform: none;
}

.front-page-1 h2 {
	color: #00466a;
	font-size: 20px;
  font-size: 2rem;
}

p.brock-sig {
    font-size: 12px;
    font-size: 1.2rem;
    color: #02142c;
    font-family: 'Raleway', sans-serif;
	font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial, sans-serif;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.adthrive-ccpa-link a {
    text-decoration: underline;
    cursor: pointer;
    color: #33c8f3;
    text-decoration: none;
    border-bottom: none;
}


.tmm-flash {
    background: #a77246;
    padding: 10px 15px 12px;
    color: #fff;
}

.tmm-flash p {
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 1.2;
    font-size: 16px;
}
.tmm-flash a { color: inherit }
.tmm-flash span {
    font-size: 24px;
    float: right;
    cursor: pointer;
    line-height: 0.5;
}
.rpbt_shortcode > div, .author-box .author-box-title, .join-right .widget-title{
    margin: 0 0 16px;
    font-weight: 900;
    letter-spacing: .025em;
    text-transform: uppercase;
	
}
.author-box .author-box-title{
	color: #a77246
}
.widgettitle.widget-title{
	font-size: 1.7rem;
/*     text-align: center; */
    font-weight: 900;
    letter-spacing: 0.025em;
    line-height: 1.3;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.home .front-page-6.widget-area {
    display: none;
}