/*
Theme Name: Laurie Blog
Theme URI: https://themeforest.net/user/danyduchaine/portfolio
Author: Dany Duchaine
Author URI: https://themeforest.net/user/danyduchaine
Description: WordPress theme for blog websites.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: laurie-blog
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-header, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Normalize
# Typography
# Elements
# Forms
# Links
# Accessibility
# Clearings
# Infinite scroll
# Header
	## Header Top Bar 
	## Header Text Logo
	## Header Custom Logo
	## Header Navigation
	## Header Dropdown toggle
	## Header Mobile Navigation
	## Header Hovering Menu
	## Header Search
	## Header Social
		### Header 1
			#### Header 1 Logo
			#### Header 1 Navigation
			#### Header 1 Search
			#### Header 1 Social
		### Header 2
			#### Header 2 Navigation
			#### Header 2 Logo
		### Header 3
# Slider 
	## Slick Slider 
	## Slider 1
	## Slider 2
	## Slider 3
	## Slider 4
	## Slider 5
# Content
# Articles
	## Article Thumbnail
	## Article Category
	## Article Title
	## Article Meta Content
	## Article Excerpt
	## Article Continue Reading
	## Article Footer
		### Post S1
			#### Post S1 Content
		### Post S2
			#### Post S2 Content
			#### Post S2 Title
			#### Post S2 Thumbnail
			#### Post S2 Excerpt
		### Post S3
			#### Post S3 Content
			#### Post S3 Title
			#### Post S3 Thumbnail
		### Post S4
			#### Post S4 Content
			#### Post S4 Title
			#### Post S4 Thumbnail
		### Post S5
			#### Post S5 Content
			#### Post S5 Title
			#### Post S5 Thumbnail
			#### Post S5 Continue Reading
# Pagination
# Media 
# Captions
# Images
# Galleries
# Alignments
# Page 
	## Page Title
	## Page Thumbnail
# Single Post 
	## Single Post Thumbnail
	## Single Post Header
	## Single Post Content
	## Single Post About Author
	## Single Post Navigation
	## Single Post Comments
# Archives
# Footer
# Module - Intro Box
# Module - Newsletter Box
# Module - Promo Boxes
# Sidebar 
# Widgets 
	## Custom Widget - About Author
	## Custom Widget - Custom Post List
	## Custom Widget - Custom Ad Widget
	## Custom Widget - Widget Categories
	## Custom Widget - Subscribe
	## Custom Widget - Footer Instagram Feed
# Plugins 
	## WooCommerce - Form
	## WooCommerce - My Account / Navigation + Content
	## WooCommerce - Message
	## Woocommerce - Single Product

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-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;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #2d2e2f;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, 
th {
	border: 1px solid #999;
	padding: 0.5em;
	font-weight: normal;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
    font-family: 'rennermedium';
    src: url('fonts/renner-medium-webfont.woff2') format('woff2'),
         url('fonts/renner-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rennerthin';
    src: url('fonts/renner-thin-webfont.woff2') format('woff2'),
         url('fonts/renner-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rennerlight';
    src: url('fonts/renner-light-webfont.woff2') format('woff2'),
         url('fonts/renner-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rennerbook';
    src: url('fonts/renner-book-webfont.woff2') format('woff2'),
         url('fonts/renner-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body,
button,
input,
select,
textarea {
	color: #2d2e2f;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'rennerbook';
	font-weight: inherit;
	color: #0a1628;
	clear: both;
	line-height: 1.3em;
	margin: 20px 0;
}

h1 { font-size: 2.4em; }
h2 { font-size: 2.2em; }
h3 { font-size: 2em; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.6em; }
h6 { font-size: 1.4em; }

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    margin: 0 0 1em;
}

blockquote.right {
	border-left: 2px solid #ffe574;
	padding-left: 2.5em;
}

@media screen and (min-width: 35em) {
	blockquote.right {
		width: 50%;
		float: right;
		margin: 40px 0 40px 60px;
	}
}

@media screen and (min-width: 72em) {
	blockquote.right {
		width: 35%;
	}
}

blockquote.left {
	border-right: 2px solid #ffe574;
	padding-right: 2.5em;
}

@media screen and (min-width: 35em) {
	blockquote.left {
		width: 50%;
		float: left;
		margin: 40px 60px 40px 0;
	}
}

@media screen and (min-width: 72em) {
	blockquote.left {
		width: 35%;
	}
}

blockquote cite {
    display: block;
    color: #777;
    font-family: 'rennermedium';
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: 13px;
    line-height: 2em;
    margin-top: 20px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'rennerlight';
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'rennerlight';
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

.single, .page, .archive {
	background-color: #f3f3f4;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
	color: #2d2e2f;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;	
}

form button,
form input[type="button"],
form input[type="reset"],
form input[type="submit"] { 
    border-radius: 0;
    border: none;
    background-color: #2d2e2f;
    color: #fff;
    font-family: 'rennerlight';
    font-size: .7em;
    padding: 1.08em;
    transition: all .3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

form button:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form input[type="submit"]:hover {
	background-color: #999;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 6px 8px 8px;
}

select {
	border: 1px solid #ccc;
}

.single select {
	border: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: 2px solid #dedede;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4c5562;
	text-decoration: none;
}

a:visited {
	color: #4c5562;
}

a:hover,
a:focus,
a:active {
	color: #4c5562;
}

a:hover,
a:active {
	outline: 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.site-main article:before,
.site-main article:after,
#secondary article:before,
#secondary article:after,
footer article:before,
footer article:after,
.entry-content:after,
.post-thumb:before,
.post-thumb:after,
.post-thumb-mobile:before,
.post-thumb-mobile:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.post-thumb:after,
.post-thumb-mobile:after,
.site-main article:after,
#secondary article:after,
footer article:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.is-boxed {
	background-color: #f4f4f4 !important;
}

body.custom-background {
	background-image: none !important;
}

.site-header {
	position: fixed;
	background-size: cover;
	width: 100%;
	top: 0;
	transition: top ease-out 300ms;
	z-index: 999;
	background-color: #0a1628;
}

@media screen and (min-width: 62em) {
	.site-header {
		position: inherit;
		margin-bottom: 3em;
	}
	.site-header-header-3 {
		margin-bottom: 0;
	}
}

.admin-bar .site-header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

.menu-active.hide {
	top: 0;
}

.site-header-wrapper {
	padding: 10px 0;
	position: relative;
	opacity: 0;
	transition: all .3s;
}

@media screen and (min-width: 62em) {
	.site-header-wrapper {
		padding: 0;
	}
}

/* ## Header Top Bar */

.top-bar-wrapper {
	background-color: #fff;
	display: none;
}

@media screen and (min-width: 62em) { 
	.top-bar-wrapper {
		display: inherit;
	}
}

#top-bar-navigation {
	text-align: center;
}

.top-bar-nav.main-navigation a {
	color: #2d2e2f;
}

.top-bar-nav.main-navigation .current-menu-item a, 
.top-bar-nav.main-navigation a:hover, 
.top-bar-nav.main-navigation a:active, 
.top-bar-nav.main-navigation a:focus {
	color: #999;
}

.top-bar-nav .dropdown-toggle:after {
    line-height: 27px;
    color: #2d2e2f;
}

.top-bar-nav .sub-menu .dropdown-toggle {
	top: 2px;
	right: 0;
}

.top-bar-nav.main-navigation ul ul.toggled-on {
	top: 44px;	
}

.top-bar-nav.main-navigation .sub-menu.toggled-on ul {
    border: none;
    top: inherit;
    padding-top: 0;
    max-width: 100%;
}

@media screen and (min-width: 62em) { 
	.top-bar-nav.main-navigation li {
		margin-right: 25px;
	}
	.top-bar-nav.main-navigation li.menu-item-has-children {
 	   margin-right: 40px;
	}
	.top-bar-nav.main-navigation li:last-child {
		margin-right: 0;
	}
}

.top-bar-nav.main-navigation li li {
	margin-right: 0;
}

@media screen and (min-width: 62em) {
	.top-bar-wrapper #social-header {
		display: block;
		position: inherit;
		list-style: none;
		float: left;
		padding: 10px 0;
	}
}

.top-bar-wrapper #social-header li a {
	color: #2d2e2f;
}

#top-bar .search-form {
	position: inherit;
	float: right;
}

#top-bar .search-icon::after {
	color: #2d2e2f;
}

#top-bar .search-form input:focus {
	color: #888;
}

/* ## Header Text Logo */

.site-title {
	color: #fff;
	font-family: 'rennerbook', sans-serif;
	letter-spacing: .03em;
	font-size: 30px;
	line-height: 45px;
	margin: 0;
	text-align: center;
	clear: inherit;
	transition: all .3s;
}

@media screen and (min-width: 62em) {
	.site-title {
		font-size: 2.5em;
		margin: 0;
	}
}

.site-title a {
	text-decoration: none;
	color: inherit;
}

.site-description {
	display: none;
}

@media screen and (min-width: 62em) {
	.site-description {
		text-align: left;
	    font-size: 80%;
	    color: #c0c0c0;
	    margin: 0;
	    display: block;
	}
}

/* ## Header Custom Logo */

.custom-logo {
	max-width: 260px;
}

@media screen and (min-width: 62em) { 
	.custom-logo {
		max-width: inherit;
	}
}

.custom-logo-link {
	line-height: 0;
	display: block;
	text-align: center;
	transition: all .3s;
}

.hide-logo {
	opacity: 0;
}

@media screen and (min-width: 90em) { 
	.custom-logo-link img {
			width: inherit;	
		}
}

/* ## Header Navigation */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'rennerlight';
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

@media screen and (min-width: 62em) { 
	.main-navigation,
	.main-navigation.toggled {
		clear: inherit;
		float: left;
		width: auto;
		text-align: center;
	}
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

@media screen and (min-width: 62em) { 
	.main-navigation ul {
		display: block;
	}
}

.main-navigation a {
	font-size: 0.7em;
	letter-spacing: 0.08em;
	display: block;
	font-family: 'rennermedium';
	color: #fff;
	padding: 1em 0;
	position: relative;
	text-decoration: none;
	border-bottom: none;
}

@media screen and (min-width: 62em) {
	.main-navigation a {
		font-size: 14px;
		color: #fff;
		transition: all .3s;
	}
	.main-navigation .current-menu-item a,
	.main-navigation .current_page_item a,
	.main-navigation a:hover,
	.main-navigation a:active,
	.main-navigation a:focus {
		color: #ffe574;
		font-family: 'rennermedium';
	}

	.main-navigation a,
	.main-navigation ul ul li:last-child a {
		border-bottom: none;
	}
	.main-navigation .sub-menu a {
		font-size: 12px;
		letter-spacing: 0.18em;
		padding: 0.8em 0;
		color: #fff;
		line-height: 2em;
	}
	.main-navigation .current-menu-item .sub-menu .current-menu-item a {
		color: #ffe574;
	}
	.main-navigation .current-menu-item .sub-menu a {
		color: #fff;
	}
}

.main-navigation .nav-menu > ul > li:last-child,
.main-navigation .sub-menu > ul > li:last-child,
.main-navigation .nav-menu > li:last-child,
.main-navigation .sub-menu > li:last-child {
	border-bottom: 0;
}

.main-navigation .sub-menu a:hover {
	color: #999;
	transition: all .3s;
}

.main-navigation .sub-menu .current-menu-item > a::after, 
.main-navigation .sub-menu .current-menu-ancestor > a::after,
.main-navigation .sub-menu .current_page_item > a:after {
	width: 0%;
}

.main-navigation .sub-menu .current-menu-item > a, 
.main-navigation .sub-menu .current_page_item > a {
	color: #ffe574;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	position: relative;
	border-bottom: 1px solid #242a34;
}

@media screen and (min-width: 62em) { 
	.main-navigation li {
		display: inline-block;
		border: none;
		margin-right: 15px;
	}
	.main-navigation li.menu-item-has-children {
 	   margin-right: 30px;
	}
	.main-navigation li:last-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 70em) {
	.main-navigation li {
		margin-right: 25px;
	}
	.main-navigation li.menu-item-has-children {
 	   margin-right: 45px;
	}
}

@media screen and (min-width: 78em) {
	.main-navigation li {
		margin-right: 30px;
	}
	.main-navigation li.menu-item-has-children {
 	   margin-right: 50px;
	}
	.main-navigation li.menu-item-has-children:last-of-type {
 	   margin-right: 20px;
	}
}

/* ## Header Dropdown toggle */

.dropdown-toggle {
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
	border: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	font-family: 'Material Icons';
	content: "";
	height: 51px;
	border-radius: inherit;
	background-color: inherit;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 0;
	background: transparent !important;
	right: 0;
	width: 51px;
}

#primary-menu-mobile .dropdown-toggle {
	height: 44px;
}


.dropdown-toggle:focus {
	outline: none;
}
.dropdown-toggle:after {
	color: #fff;
	content: "\E313";
	font-size: 14px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

@media screen and (max-width: 62em) {
	.sub-menu .dropdown-toggle:after {
		left: 6px;
	}
}

@media screen and (min-width: 62em) {
	.dropdown-toggle {
		-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
		top: 8px;
		right: -30px;
		border: none;
		width: 30px;
		height: 30px;
	}
	.main-navigation.toggled ul {
		overflow-y: visible;
	}
	.main-navigation ul ul.toggled-on li.menu-item-has-children  {
   		margin-right: 0;
	}
	/* Add an outline to the dropdown menu
	.main-navigation ul ul {
		outline: 1px solid #333;
	}  */

	/* Left align the menu items */
	.main-navigation li li {
		display: block;
		text-align: left;
		margin-right: 0;
		border-bottom: 1px solid #444;
		padding: 0 1.2em;
	}
	.main-navigation li li li {
	}
	/* Create hover and focus contrast on dropdown items 
	.main-navigation li li a:hover,
	.main-navigation li li a:focus {
		background: #eee;
		color: #2d2e2f;
		text-decoration: none;
	} */

	/* Position the dropdown menus absolutely */
	.main-navigation ul ul.toggled-on {
	    position: absolute;
	    width: 18em;
	    display: block;
	    z-index: 10;
	    top: 100%;
	    margin-left: 0;
	    border: 1px solid #0a1628;
	    background: #0a1628;
	    padding: .5em 0;
	}
	.main-navigation ul ul ul.toggled-on {
		position: absolute;
		top: -1px;
		left: 100%;
	}
	/* Indent 3rd level dropdown menus */
	.main-navigation ul ul ul a {
		padding-left: 2em;
	}
	.sub-menu .dropdown-toggle {
		top: 6px;
		right: 0;
	}
	.header-1 .sub-menu .dropdown-toggle {
		top: -5px;
	}
	.dropdown-toggle:after {
		line-height: 27px;
		color: #fff;
	}
}
.sub-menu .dropdown-toggle {
	height: 38px;
	width: 61px;
}

/*
@media screen and (min-width: 62em) {
	.sub-menu .dropdown-toggle {
		height: 30px;
		width: 30px;
	}
}
*/

/* ## Header Mobile Navigation */ 

@media screen and (min-width: 62em) {
	#site-navigation {
		display: none;
	}
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
	position: absolute;
	font-family: 'Material Icons';
	content: "";
	top: 0;
	right: 0;
	background-color: transparent;
	color: #fff;
	font-size: 1.5em;
    padding: 19px 19px;
	border: inherit;
	z-index: 99;
	opacity: 0;
	transition: all .3s;
}

.toggled .menu-toggle {
	z-index: 100;
}

.admin-bar .toggled .menu-toggle {
	top: 48px;
}

.menu-toggle:after {
	content: "\E5D2";
}

.toggled .menu-toggle:after {
	content: "\E5CD";
}

.menu-toggle:focus, .search-toggle:focus, .search-toggle-active:focus {
	outline: 0;
}

@media screen and (min-width: 62em) {
	.menu-toggle {
		display: none;
	}
}

/* ## Header Hovering Menu */

.main-navigation.toggled {
	left: -.0em;
	position: fixed;
	top: 0;
	z-index: 1;
}

.main-navigation.toggled ul {
	max-height: calc(100vh);
	overflow-y: auto;
}

.main-navigation.toggled ul ul {
	display: none;
}

.main-navigation.toggled ul ul.toggled-on, 
.main-navigation.toggled ul ul.toggled-on > ul {
	display: block;
}

.nav-wrapper {
	background-color: #060d18;
	position: fixed;
	width: 100%;
	padding: .7em 1.5em 1.5em 1.5em;
	min-height: calc(100vh + 4em);
	opacity: 0;
	top: 61px;
	left: -30em;
}

.admin-bar .nav-wrapper {
	top: 106px;
}

@media screen and (min-width: 62em) {
	.nav-wrapper {
	position: inherit;
	width: inherit;
	min-height: inherit;
	background-color: inherit;
	padding: .8em 0;
	opacity: 1;
	}
}

@media screen and (min-width: 80em) {
	.nav-wrapper {
		position: inherit;
		width: inherit;
		min-height: inherit;
		background-color: inherit;
		opacity: 1;
	}

	.home .nav-wrapper {
		padding: .7em 0;
	}
}

@media screen and (min-width: 90em) {
	.home .nav-wrapper {
		padding: 1.3em 0;
	}
}

#primary-menu-mobile a {
	font-size: 15px;
}

/* ## Header Search */

.desktop-search {
	display: none;
}

@media screen and (min-width: 62em) { 
	.desktop-search {
		display: inherit;
	}
	.mobile-search {
		display: none;
	}
} 

@media screen and (min-width: 62em) {
	.search-toggle, .search-toggle-active {
		position: inherit;
		z-index: 99;
		float: right;
		padding: 1.25em;
	}
}

@media screen and (min-width: 90em) {
	.search-toggle, .search-toggle-active {
		padding: 1.6em;
	}

	.page .search-toggle, 
	.page .search-toggle-active,
	.search .search-toggle, 
	.search .search-toggle-active,
	.error404 .search-toggle, 
	.error404 .search-toggle-active,
	.archive .search-toggle, 
	.archive .search-toggle-active,
	.category .search-toggle, 
	.category .search-toggle-active {
		padding: 1.25em;
	}
}

.search-toggle:after,
.search-icon:after {
	color: #fff;
	content: "\E8B6";
}

.search-toggle-active:after {
	color: #fff;
	content: "\E5CD";
}

.search-toggle, 
.search-toggle-active {
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
    font-family: 'Material Icons';
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    color: #fff;
    font-size: 1.25em;
    padding: 21px 21px;
    border: none;
}

@media screen and (min-width: 62em) {
	.search-toggle {
		display: none;
	}
}
 
.search-icon {
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
    font-family: 'Material Icons';
    content: "";
    float: left;
    color: #fff;
    font-size: 1.2em;
    padding: 7px 0;
    border: none;
    display: none;
}

@media screen and (min-width: 62em) {
	.search-icon {
		display: block;
	}
}

.site-header .search-form {
	opacity: 0;
	display: none;
	position: absolute;
	top: 0;
    left: 60px;	
    width: 67%;
    background: none;
    z-index: 999;
}


@media screen and (min-width: 62em) {
	.site-header .search-form {
	    top: 0;
	}
}

.site-header .search-form-submit {
	display: none;
}

@media screen and (min-width: 62em) {
	.site-header .search-form {
		position: absolute;
		opacity: 1;
		display: block;
	    width: 157px;
	    background-color: inherit;
	    z-index: 1;
	    -webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		right: 25px;
		top: 0;
		left: inherit;
	}
}

.site-header .search-form input {
	   background: none;
	   padding: 21px;
	   padding-left: 0 !important;
	   width: 100%;
	   border: none;
}

@media screen and (min-width: 62em) {
	.site-header .search-form input {
	   padding: 12px 22px 12px 0 !important;
	}
}

header ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a9a9a9;
}
header ::-moz-placeholder { /* Firefox 19+ */
  color: #a9a9a9;
}
header :-ms-input-placeholder { /* IE 10+ */
  color: #a9a9a9;
}


@media screen and (min-width: 62em) {
	.site-header .search-form input {
		background: none;
		width: 10.6em;
	}
}

.site-header .search-form input:focus {
	   outline: none;
	   color: #fff;
}


.search-form input,
.search-form .search-form-submit {
	float: left;
}

.search-form .search-form-submit #searchsubmit:hover,
.search-form .search-form-submit #searchsubmit:focus,
.search-form .search-form-submit #searchsubmit:active {
	background-color: #ffe574;
	color: #302b16;
}

.search-form input {
	padding: 15px 45px 15px 15px;
	font-family: 'rennerbook';
	font-size: 13px;
	border-radius: 0;
}

@media screen and (min-width: 62em) { 
	.search-form input {
		padding: 19px 45px 20px 19px;
	}
}

.search-form .search-form-submit {
	float: inherit;
	margin-bottom: 0;
	width: 100%;
}


@media screen and (min-width: 62em) { 
	.search-form .search-form-submit #searchsubmit {
	    font-size: .8em;
	}
}

.search-form .search-form-submit #searchsubmit {
	margin-left: -1px;
    border: none;
    background-color: #0a1628;
    color: #fff;
    font-family: 'rennerlight';
    font-size: .94em;
    padding: 1.3em;
    transition: all .3s;
}

/* ## Header Social */ 

#social-header {
	display: none;
}

@media screen and (min-width: 62em) {
	#social-header {
		display: block;
		position: absolute;
		margin: 0;
		padding: 0;
		margin-top: 33px;
		left: 25px;
		top: 0;
		list-style: none;
	}
}

#social-header li,
#social-mobile li {
	float: left;
	border-bottom: none;
}

#social-header li a,
#social-mobile li a {
	color: #ffe574;
	padding: 18px 10px;
	font-size: .85em;
	transition: all .3s;
}

#social-header li:first-of-type a,
#social-mobile li:first-of-type a {
	padding-left: 0;
}

#social-header li a:hover,
#social-header li a:focus,
#social-header li a:active,
#social-mobile li a:hover,
#social-mobile li a:focus,
#social-mobile li a:active {
	color: #fff;
}

/*--------------------------------------------------------------
### Header 1
--------------------------------------------------------------*/

.header-1 {
	padding: 8px 0;
}

@media screen and (min-width: 62em) { 
	.header-1 {
		padding: 23px 0;
	}
}

.header-1-elements {
	position: relative;
	display: block;
	float: right;
}

/* #### Header 1 Logo */

@media screen and (min-width: 62em) { 
	
	.header-1-primary {
		float: left;
	}

	.header-1 .site-branding {
		float: left;
		margin-right: 55px;
	}

	.header-1 .main-navigation {
		float: left;
	}

}

.header-1 .site-title {
    margin: 0 35px;
    text-align: center;
    clear: inherit;
}

@media screen and (min-width: 62em) { 
	.header-1 .site-title {
	    margin: 0;
	    line-height: 60px;
	    text-align: left;
	    clear: inherit;
	}
}

/* #### Header 1 Navigation */

.header-1 .main-navigation {
	position: relative;
}

.header-1 .main-navigation a {
	padding: 20px 0;
}

.header-1 .main-navigation .sub-menu a {
    padding: 1em 0;
}

@media screen and (min-width: 62em) {
	.header-1 .dropdown-toggle {
		top: 0;
	    top: 0;
    	height: auto;
    	line-height: 60px; /* same as the <li> height */
	}
	.header-1 .site-navigation {
	    margin: 0;
	    float: left;
	    position: relative;
	}
}


/* #### Header 1 Search */

.header-1 .desktop-search {
	float: right;
	display: none;
}

@media screen and (min-width: 62em) { 
	.header-1 .desktop-search {
		display: inherit;
	}
}

@media screen and (min-width: 62em) {
	.site-header .header-1 .search-form {
	    position: inherit; 
	    opacity: 1;
	    display: block;
	    width: inherit; 
	    background-color: inherit;
	    z-index: 1;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	    right: inherit; 
	    top: inherit; 
	    left: inherit; 
	}
	.site-header .header-1 .search-form input {
	   padding: 20px 10px 18px 0 !important;
	}
	.header-1 .search-icon {
		padding: 15px 0;
	}
}

/* #### Header 1 Social */

@media screen and (min-width: 62em) {
	.header-1 #social-header {
	    display: inherit;
	    position: inherit;
	    margin: 0;
	    float: right;
	    padding: 17px 0;
	    top: 0;
	    left: 0;
	    list-style: none;
	    margin-right: 25px;
	}
}

@media screen and (min-width: 80em) {
	.header-1 #social-header {
	    margin-right: 50px;
	}
}

/*--------------------------------------------------------------
### Header 2
--------------------------------------------------------------*/

/* #### Header 2 Navigation */

.site-navigation {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

@media screen and (min-width: 62em) {
	.site-navigation {
	    margin: 0 auto;
	    padding: 1.5em 0;
	    position: relative;
	}
}

#desktop-site-navigation-left {
	position: absolute;
	left: -148px;
	top: 1px;
}

#desktop-site-navigation-right {
	position: absolute;
	right: -148px;
	top: 1px;
}

@media screen and (min-width: 62em) {
	.header-2 .sub-menu .dropdown-toggle {
		top: 2px;
	}
}

/* #### Header 2 Logo */

@media screen and (min-width: 62em) {
	.header-2 .site-description {
		text-align: center;
	    margin-top: 5px;
	}
}

/*--------------------------------------------------------------
### Header 3
--------------------------------------------------------------*/

@media screen and (min-width: 62em) {
	.header-3 {
		padding: 36px 0;
	}
}

@media screen and (min-width: 62em) {
	.header-3-nav.main-navigation a {
		padding: 1.8em 0 1.6em;
		color: #141414;
		transition: all .3s;
	}
	.header-3-nav.main-navigation .sub-menu a {
		padding: 1em 0;
	}
}

#desktop-site-navigation.header-3-nav {
	border-bottom: none;
}

#desktop-site-navigation {
	text-align: center;
	width: 100%;
	float: inherit;
	border-bottom: 2px solid #f3f2f1;
}

@media screen and (min-width: 62em) {
	.header-3-nav .dropdown-toggle:after {
		line-height: 27px;
		color: #2d2e2f;
	}
	.header-3-nav .dropdown-toggle {
		top: 19px;
	}
	.header-3-nav .sub-menu .dropdown-toggle {
		top: 0;
	}
	.header-3-nav.main-navigation ul ul.toggled-on {
	    top: 63px;
	}
	.header-3-nav.main-navigation .sub-menu.toggled-on ul {
	    border: none;
	    top: inherit;
	    padding-top: 0;
	    max-width: 100%;
	}
}

@media screen and (min-width: 62em) {
	.header-3 .site-description {
		text-align: center;
	    margin-top: 5px;
	}
}

/*--------------------------------------------------------------
# Slider 
--------------------------------------------------------------*/

.home .slider-content.slick-slider .entry-title {
    font-size: 37px;
    margin: 0;
    line-height: 44px;
}

.home .slider-content.slick-slider .entry-category {
	color: #959595;
	font-size: 14px;
	font-family: 'rennerlight';
	text-decoration: none;
	line-height: 27px;
	font-weight: 500;
	text-align: center;
	font-style: italic;
    letter-spacing: 1px;
}

.home .slider-content.slick-slider .entry-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    width: 20em;
    line-height: 23px;
    margin: 0 auto 20px;
}

#slider-1 .post-thumb,
#slider-2 .post-thumb {
    width: 100%;
    display: none;
}

@media screen and (min-width: 62em) {
    #slider-1 .post-thumb-mobile,
    #slider-2 .post-thumb-mobile {
        display: none;
    }
    #slider-1 .post-thumb,
    #slider-2 .post-thumb {
        display: inherit;
    }
}

#slider-1 .entry-title {
	color: #fff;
    font-size: 32px;
    line-height: 42px;
    margin: 0 auto 22px auto;
    text-align: center;
}

@media screen and (min-width: 62em) {
	#slider-1 .entry-title {
	    font-size: 53px;
	    line-height: 67px;
	    max-width: 60%;
	    margin: 0 auto 30px auto;
	}
	#slider-2 .entry-title {
	    font-size: 32px;
	    line-height: 43px;
	    margin: 20px 0;
	}
}

@media screen and (min-width: 86em) {
	#slider-1 .entry-title {
	    font-size: 60px;
	    line-height: 79px;
	}
	#slider-2 .entry-title {
	    font-size: 32px;
	    line-height: 43px;
	    margin: 20px 0;
	}
}

#slider-1 .entry-title a,
#slider-2 .entry-title a {
	color: inherit; 
	padding: 0;
}

#slider-1 .entry-category,
#slider-2 .entry-category {
	color: #fff;
}

#slider-1 article:focus,
#slider-2 article:focus,
#slider-1 .post-thumb a:focus,
#slider-2 .post-thumb a:focus,
#slider-1 .post-thumb a:active,
#slider-2 .post-thumb a:active,
#slider-1 .post-thumb a:hover,
#slider-2 .post-thumb a:hover,
#slider-1 .post-thumb-mobile a:focus,
#slider-2 .post-thumb-mobile a:focus,
#slider-1 .post-thumb-mobile a:active,
#slider-2 .post-thumb-mobile a:active,
#slider-1 .post-thumb-mobile a:hover,
#slider-2 .post-thumb-mobile a:hover {
	outline: none;
}

#slider-1 .entry-content,
#slider-2 .entry-content {
	text-align: center;
}


@media screen and (min-width: 30em) { 
	#slider-1 .entry-content p,
	#slider-2 .entry-content p {
		width: 30em;
	}
}

#slider-1 .continue-reading,
#slider-2 .continue-reading {
	text-align: center;
}

.has-custom-logo #slider-1,
.has-custom-logo #slider-2 {
    margin: 4.3em 0 2em;
}

/*--------------------------------------------------------------
## Slick Slider 
--------------------------------------------------------------*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    outline: none;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    z-index: 999;
    font-size: 0;
    position: absolute;
    top: 46%;
    width: 49px;
    height: 49px;
    cursor: pointer;
    border: none;
    border-radius: 99px;
    outline: none;
}

.slick-prev:before, .slick-next:before {
    font-family: 'Material Icons';
    font-size: 20px;
    line-height: 1;
    color: #fff;
}

.slick-prev::before {
    content: "\E314";
}

.slick-next::before {
    content: "\E315";
}

.slick-dots {
	margin: 0 1em 0 25px;
	padding: 0;
}

@media screen and (min-width: 700px) {	
	.slick-dots { 
		text-align: center;
	}
}

.slick-dots li {
	position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
    line-height: 0;
    display: block;
    font-family: 'Material Icons';
    content: "";
    width: 16px;
    height: 16px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\E061';
    text-align: center;
    opacity: 1;
    color: #bdc0c5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
   	opacity: 1;
    color: #3b4553;
}

/*--------------------------------------------------------------
## Slider 1
--------------------------------------------------------------*/

#slider-1 {
	margin-top: 61px;
}

@media screen and (min-width: 62em) {
	#slider-1 {
	    margin: 0 0 3.5em;
	}
}

#slider-1 .slider-content {
	opacity: 0;
	margin-bottom: 0;
}

#slider-1 .slider-content .post-main {
	z-index: 99;
	position: relative;
	overflow: hidden;
}

#slider-1 .entry-title {
	text-shadow: 0px 0px 25px rgba(10, 22, 40, .2);
}

@media screen and (min-width: 62em) {
	#slider-1 .post-main {
		padding: 1.2em;
		padding-right: 0;
    	padding-left: 1px;
	}
}

	#slider-1 .entry-content p {
		width: inherit;
	}

@media screen and (min-width: 62em) { 
	#slider-1 .entry-content p {
		font-size: 17px;
	    line-height: 31px;
		width: 45em;
	}
}

#slider-1 .hentry {
    border-bottom: none;
    padding: 3.2em 1.5em;
    background-position: center; 
    background-size: cover;
}

@media screen and (min-width: 62em) { 
	#slider-1 .hentry {
	    padding: 8em 3em;
	    background-position: center; 
	    background-size: cover;
	}
}

.slider-post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: rgba(18,23,31,0.25);
	z-index: 1;
}

#slider-1 .entry-meta {
	text-align: center;
}

#slider-1 .continue-reading {
	float: inherit;
}

#slider-1 .posted-on,
#slider-1 .byline {
	display: none;
}

#slider-1 .entry-category {
	margin-right: 0;
}

#slider-1 .slick-arrow {
	opacity: 0;		  
  	transition: all .3s;		
 	background-color: #0a1628;		
 	transform: scale(.7,.7);
}

@media screen and (min-width: 40em) {		
 	#slider-1 .slick-arrow  {		
 		opacity: 0;		
 	}		
 	#slider-1 .slider-content:hover > .slick-arrow  {		
 		opacity: 1;		
 		transform: scale(1,1);		
 	}		
 }

#slider-1 .slick-prev:before, #slider-1 .slick-next:before {
    color: #fff;
}

#slider-1 .continue-reading a {
	color: #302b16;
    background-color: #ffe574;
    padding: 18px 23px;
   	font-size: 11px;
    font-family: 'Roboto';
    line-height: 27px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
}

#slider-1 .continue-reading a:hover {
	background-color: #0a1628;
	color: #fff;
}

#slider-1 .arrow {
	margin-left: 15px;
}

#slider-1 .entry-content p {
	margin-bottom: 50px;
	text-shadow: 0px 0px 10px rgba(10, 22, 40, .3);
}


/*--------------------------------------------------------------
## Slider 2
--------------------------------------------------------------*/

#slider-2 {
	margin-top: 61px;
	margin-bottom: 2em;
}

@media screen and (min-width: 62em) {
	#slider-2 {
	    margin: 0 0 3.5em;
	}
}

#slider-2 .slider-content {
	opacity: 0;
	margin-bottom: 0;
}


#slider-2 .slider-content .post-main {
	z-index: 99;
	position: relative;
	overflow: hidden;
	width: 100%;
}

@media screen and (min-width: 74em) {
	#slider-2 .slider-content .post-main {
		z-index: 99;
		position: absolute;
		bottom: 4em;
		overflow: hidden;
	}
}

@media screen and (min-width: 62em) {
	#slider-2 .post-main {
		padding: 1.2em;
		padding-right: 0;
    	padding-left: 1px;
	}
}

#slider-2 .hentry {
    border-bottom: none;
    padding: 5em 0 2em;
    background-position: center; 
    background-size: cover;
    position: relative;
}

#slider-2 .entry-category {
	margin-right: 0;
}


@media screen and (min-width: 74em) { 
	#slider-2 .hentry {
	    padding: inherit;
	    height: 35em;
	}
}

#slider-2 .entry-title {
	color: #fff;
    font-size: 32px;
    line-height: 44px;
    margin: 30px auto;
    text-align: center;
}

@media screen and (min-width: 62em) {
	#slider-2 .entry-title {
	    max-width: 75%;
	    margin: 30px auto;
	    font-size: 39px;
    	line-height: 57px;
	}
}

#slider-2 .entry-title a {
	color: inherit; 
	padding: 0;
}

#slider-2 .slider-post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, rgba(18,23,31,.2), rgba(18,23,31,.7));
    background: -o-linear-gradient(bottom, rgba(18,23,31,.2), rgba(18,23,31,.7));
    background: -moz-linear-gradient(bottom, rgba(18,23,31,.2), rgba(18,23,31,.7));
    background: linear-gradient(to bottom, rgba(18,23,31,.2), rgba(18,23,31,.7));
	z-index: 1;
}

#slider-2 .entry-meta {
	text-align: center;
}

#slider-2 .slick-dots {
	margin: 15px 25px 0 18px;
	text-align: center;
}


/*--------------------------------------------------------------
## Slider 3
--------------------------------------------------------------*/

#slider-3 {
	margin-top: 108px;
	margin-bottom: 2em;
}

#slider-3 .slider-content {
	opacity: 0;
}

@media screen and (min-width: 62em) {
	#slider-3 {
		margin-top: 2.8em;
		margin-bottom: 3.5em;
	}
}

#slider-3 .arrow {
	margin-left: 10px;
}

#slider-3 .post-thumb {
    width: 100%;
    display: none;
    margin-bottom: .85em;
    position: relative;
}

#slider-3 .post-thumb-mobile {
    position: relative;
}

@media screen and (min-width: 62em) {
	#slider-3 .post-thumb-mobile {
		display: none;
	}
	#slider-3 .post-thumb {
		display: inherit;
	}
}

#slider-3 .hentry {
    margin: 0 20px;
    border-bottom: none;
    padding-bottom: 0;
}

#slider-3 .slider-content .entry-title {
    font-size: 27px;
    margin: 0;
    line-height: 39px;
}

#slider-3 .entry-meta {
}

#slider-3 .slider-content .post-main {
	margin-top: -35px;
    position: relative;
    display: block;
    float: left;
    z-index: 99;
}

@media screen and (min-width: 72em) { 
	#slider-3 .slider-content .post-main {
	   	margin-top: -65px;
	   	padding: 0 45px;
	}
}

#slider-3 .slider-content .continue-reading {
	display: none;
}

#slider-3 .slick-dots {
	margin: 0px 1em 0 45px;
}

@media screen and (min-width: 72em) { 
	#slider-3 .slick-dots {
	    margin: 30px 1em 0 45px;
	}
}

@media screen and (min-width: 62em) { 
	#slider-3 .slider-content .continue-reading {
		display: inherit;
		margin-top: 25px;
	}
}

#slider-3 .entry-meta .byline { 
    display: none !important;
}

@media screen and (min-width: 76em) { 
	#slider-3 .entry-meta .byline { 
	    display: inline-block !important;
	}
}


/*--------------------------------------------------------------
## Slider 5
--------------------------------------------------------------*/

#slider-4 {
	margin-top: 80px;
	margin-bottom: 2em;
}

@media screen and (min-width: 62em) {
	#slider-4 {
		background-color: #0a1628;
	}
}

#slider-4 .hentry {
	margin: 0 15px;
}

@media screen and (min-width: 62em) { 
	#slider-4 .hentry {
		margin: 0;
	}
}

#slider-4 .slider-content, 
#slider-4-nav {
	opacity: 0;
	transition: opacity .6s;;
}

#slider-4 .slider-content.active, 
#slider-4-nav.active {
	opacity: 1;
}

#slider-4-nav {
	display: none;
}

@media screen and (min-width: 62em) {
	#slider-4-nav {
		display: inherit;
	}
}

#slider-4 .post-thumb {
    max-width: 40%;
    width: inherit;
    display: none;
    margin-bottom: 0;
    overflow: hidden;
}

#slider-4-nav .post-thumb:last-of-type {
	margin-right: 0;
}

#slider-4 .post-thumb a {
	display: block;
}

#slider-4 .post-thumb img {
	width: auto;
	min-width: 100%;
	max-width: none;
}

#slider-4-nav .post-thumb img {
	margin-right: 0;
	display: block;
}

#slider-4 .post-thumb-mobile {
	margin-bottom: 0;
}

@media screen and (min-width: 62em) {
	#slider-4 .post-thumb {
	    max-width: 50%;
	    margin-right: 0;
	    display: inherit;
	    float: left;
	}
}

#slider-4 .posted-on a,
#slider-4 .byline a {
	color: #ced0d4;
}

#slider-4 .post-main {
	background-color: #0a1628;
	padding: 55px 35px;
	text-align: center;
}

@media screen and (min-width: 62em) {
	#slider-4 .post-main {
		float: left;
		background-color: inherit;
		width: 50%;
		max-width: 50%;
	}
}

@media screen and (min-width: 70em) {
	#slider-4 .post-main {
		padding: 55px 115px;
	}
}

@media screen and (min-width: 1400px) {
	#slider-4 .post-main {
		padding: 55px 145px;
	}
}

@media screen and (max-width: 61.999em) {
	#slider-4 .post-main {
		margin: 0 !important;
	}
}

@media screen and (min-width: 62em) {
	#slider-4 .post-thumb-mobile {
		display: none;
	}
}

#slider-4 .entry-title {
    color: #fff;
	font-size: 29px;
    line-height: 42px;
    margin: 30px 0;
}

@media screen and (min-width: 900px) {
	#slider-4 .entry-title {
	    font-size: 35px;
	    line-height: 49px;
	}
}

@media screen and (min-width: 1400px) {
	#slider-4 .entry-title {
	    font-size: 44px;
	    line-height: 64px;
	}
}

#slider-4 .slick-dots {
	margin: 15px 1em 0 15px;
	text-align: center;
}

@media screen and (min-width: 72em) { 
	#slider-4 .slick-dots {
	    margin: 30px 1em 0 45px;
	}
}

#slider-4 .entry-content p {
	color: #ced0d4;
	margin: 0;
	line-height: 25px;
	width: inherit;
}

@media screen and (min-width: 62em) {
	#slider-4 .entry-content {
		display: none;
	}
}

#slider-4 .entry-meta {
	text-align: center;
}

#slider-4 .entry-category {
	margin-bottom: 20px;
}

#slider-4 .entry-content {
	text-align: inherit;
}

#slider-4 .continue-reading {
	display: none;
}

@media screen and (min-width: 62em) {
	#slider-4 .continue-reading {
		 display: inline-block;
  		 float: none;
	}
}

#slider-4 .continue-reading a {
    color: #a7abb1;
}

#slider-4-nav {
	padding: 15px;
	bottom: 15px;
	position: relative;
	background-color: #fffae4;
}

#slider-4-nav.active {
	opacity: 1;
	transition: opacity .3s;
}

#slider-4-nav .slick-slide {
	width: 130px;
	margin-right: 15px;
	opacity: .4;
	transition: all .3s;
}

#slider-4-nav .slick-slide:hover {
	cursor: pointer;
}

#slider-4-nav .slick-current {
	opacity: 1;
}

/*--------------------------------------------------------------
## Slider 5
--------------------------------------------------------------*/

#slider-5 {
	margin-top: 85px;
	margin-bottom: 2em;
}

#slider-5 .slider-content {
	opacity: 0;
	transition: opacity .6s;
	margin-bottom: 40px;
}

#slider-5 .slider-content.active {
	opacity: 1;
}

@media screen and (min-width: 62em) {
	#slider-5 {
		margin-top: 2.8em;
		margin-bottom: 3.5em;
	}
}

@media screen and (min-width: 62em) {
	#slider-5 .slider-content {
		margin-bottom: 0;
	}
}

#slider-5 .slider-content .post-thumb {
	position: relative;
    width: 100%;
    display: none;
    margin-right: inherit;
    float: inherit;
}

#slider-5 .post-thumb-mobile {
	position: relative;
}

@media screen and (min-width: 62em) {
	#slider-5 .post-thumb-mobile {
		display: none;
	}
	#slider-5 .slider-content .post-thumb {
		display: inherit;
	}
}

#slider-5 .slider-content .post-main {
	margin-top: -35px;
    position: relative;
    display: block;
    float: left;
    z-index: 99;
}

@media screen and (min-width: 62em) { 
	#slider-5 .slider-content .post-main {
	    padding: 0 60px;
	}
}

@media screen and (min-width: 85em) { 
	#slider-5 .slider-content .post-main {
		margin-top: -70px;
	}
}

#slider-5 .hentry {
    border-bottom: none;
    padding-bottom: 0;
}

@media only screen and (min-width:700px) and (max-width:992px){
	#slider-5 .hentry {
		margin: 0 15px;
	}
}

#slider-5 .entry-meta {
	float: left;
    width: 100%;
}

.slider-content-sidebar-1 .widget,
.slider-content-sidebar-2 .widget {
	margin-bottom: 45px;
}

.slider-content-sidebar-1 .widget:last-of-type,
.slider-content-sidebar-2 .widget:last-of-type {
	margin-bottom: 0;
}

.slider-content-sidebar-1 {
	margin-bottom: 45px;
}

@media screen and (min-width: 62em) { 
	.slider-content-sidebar-1 {
		margin-bottom: 0;
	}
}
.slider-content-sidebar-1,
.slider-content-sidebar-2 {
	opacity: 0;
	transition: opacity .6s;
}

.slider-content-sidebar-1.active,
.slider-content-sidebar-2.active {
	opacity: 1;
}

#slider-5 .entry-meta .entry-category,
#slider-5 .entry-meta .byline,
#slider-5 .entry-meta .posted-on {
	float: left;
}

#slider-5 .entry-meta .byline {
	display: none;
}

@media screen and (min-width: 62em) {	
	#slider-5 .entry-meta .byline {
		display: inherit;
	}
}

#slider-5 .entry-meta .entry-category {
	margin-right: 20px;
}

@media screen and (min-width: 62em) {	
	#slider-5 .entry-meta .entry-category {
		margin-right: 30px;
	}
}

@media screen and (min-width: 62em) { 
	#slider-5 .slider-content .entry-header {
		margin-bottom: 30px;
		width: 90%;
	}
}

#slider-5 .slider-content .entry-title {
    font-size: 27px;
    margin: 0;
    line-height: 39px;
}

@media screen and (min-width: 62em) {	
	#slider-5 .slider-content .entry-title {
	    font-size: 37px;
	    line-height: 49px;
	}
}

@media screen and (min-width: 78em) {	
	#slider-5 .slider-content .entry-title {
	    font-size: 43px;
	    line-height: 58px;
	}
}

.single .post-thumb-mobile .thumb-overlay {
	bottom: 7px;
}
.thumb-overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -2px;
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1), rgba(255,255,255,0) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1),rgba(255,255,255,0) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(255,255,255,1),rgba(255,255,255,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    z-index: 1;
}

.post-s2 .thumb-overlay {
    bottom: 7px;
}

@media screen and (min-width: 62em) {	
	.thumb-overlay {
		background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 4%, rgba(255,255,255,0) 40%); /* FF3.6-15 */
		background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 4%,rgba(255,255,255,0) 40%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to top, rgba(255,255,255,1) 4%,rgba(255,255,255,0) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	}
}

#slider-5 .slick-prev {
	left: -9px;
}

#slider-5 .slick-next {
	right: -9px;
}

#slider-5 .slick-prev, 
#slider-5 .slick-next {
	top: 38%;
	background: #fff;
	height: 59px;
	width: 59px;
}

#slider-5 .slick-prev:before, 
#slider-5 .slick-next:before {
    font-family: 'Material Icons';
    font-size: 20px;
    line-height: 1;
    color: #b3b7bc;
}

.slick-arrow.slick-hidden {
    display: none;
}

#slider-5 .slick-arrow {
	opacity: 0;		  
  	transition: all .3s;		
 	transform: scale(.7,.7);
}

@media screen and (min-width: 40em) {		
 	#slider-5 .slick-arrow  {		
 		opacity: 0;		
 	}		
 	#slider-5 .slider-content:hover > .slick-arrow  {		
 		opacity: 1;		
 		transform: scale(1,1);		
 	}		
 }

 #slider-5 .continue-reading {
 	display: none;
 }

@media screen and (min-width: 62em) {	
	 #slider-5 .continue-reading {
	 	display: inherit;
	 }
}

@media screen and (min-width: 700px) {	
	#slider-5 .slick-list {
		margin-bottom: 20px;
	}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site-content {
    font-size: 1.125em;
    line-height: 1.6em;
}

.site-main {
    font-size: .85em;
    line-height: 1.6em;
}

@media screen and (min-width: 62em) {
    .site-main {
    font-size: 1em;
    }   
}

@media screen and (min-width: 62em) {
    .site-content {
        margin-top: 2.5em;
    }
    .single .site-content,
    .archive .site-content,
    .page .site-content,
    .search .site-content,
    .category .site-content,
    .error404 .site-content,
    .woocommerce .site-content {
        margin-top: 2.5em;
    }

    .archive #page,
    .page #page,
    .search #page,
    .category #page,
    .error404 #page,
    .single #page {
        padding-top: 0;
    }
}

#primary {
    margin-bottom: 2em;
}

#primary .sticky {
    display: block;
    background-color: #fafafa;
    padding: 2em 2.5em;
}

#page.boxed {
    max-width: 1650px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.home.has-slider #page {
    margin-top: 0;
}

@media screen and (min-width: 40em) {
    #primary {
        margin-bottom: 3em;
    }
}

.page #primary .entry-content p {
	color: #222;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.page-template-template-blog #primary .entry-content p {
    color: #585e68;
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
}

.page #main {
	padding: 0 20px 20px 20px;
	background-color: #fff;
}

.page-template-template-blog #main {
	padding: 0;
}


@media screen and (min-width: 62em) { 
	.page #main {
		padding: 35px 50px;
		background-color: #fff;
	}
	.page-template-template-blog #main {
		padding: 35px;
	}
}

@media screen and (min-width: 83em) { 
	.page-template-template-blog #main {
		padding: 55px;
	}
	.page #main {
		padding: 55px;
		background-color: #fff;
	}
		.page-template-default #main {
		padding: 65px 80px;
		background-color: #fff;
	}
}

article.page { background-color: inherit; }

.page #primary .entry-content a {
	color: #222;
    border-bottom: 2px solid #ffe574;
    text-decoration: none;
    font-weight: 500;
   	transition: all .3s;
}

.page #primary .entry-content a:visited {
	color: #222;
    border-bottom: 2px solid #ffe574;
    text-decoration: none;
    font-weight: 500;
}

.page #primary .entry-content a:hover,
.page #primary .entry-content a:focus,
.page #primary .entry-content a:active {
	color: #777;
}

/*--------------------------------------------------------------
# Articles
--------------------------------------------------------------*/

#primary .hentry, 
#primary #first-post .hentry {
	margin: 0 0 40px;
    border-bottom: 2px solid #f3f2f1;
    padding-bottom: 40px;
}

@media screen and (min-width: 62em) { 
	#primary .hentry, 
	#primary #first-post .hentry {
		margin: 0 0 50px;
	    padding-bottom: 50px;
	}
}

#primary .hentry:last-of-type {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.site-main .hentry { clear: both; }

.post-main {
    overflow: hidden;
    padding: 0 30px 10px;
}

@media screen and (max-width: 992px) { 
	#primary .post-main {
		padding: 0;
	}
}

@media screen and (min-width: 62em) { 
    .has-post-thumbnail .post-main {
        padding: 38px 35px 0;
    }
    .page-template-template-blog #primary .has-post-thumbnail .post-main {
        padding: 20px 35px 0;
    }
    .post-main {
        padding: 0 2.2em 0 0;
    }
}

@media screen and (min-width: 62em) {
    .large-12 .post-main {
        padding: .7em 4.2em;
    }
}

/* ## Article Thumbnail */

.post-thumb,
.post-thumb-mobile {
    margin-bottom: 25px;
}

@media screen and (min-width: 62em) {
    .post-thumb {
        float: left;
        margin-right: 25px;
        margin-bottom: 0;
        width: 45%;
    }
}

@media screen and (min-width: 69em) {
    .post-thumb {
        width: 42%;
    }
    .post-s1 .post-thumb {
        width: 45%;
    }
    .page .post-s1 .post-thumb {
        width: 40%;
        float: left;
	    margin-right: 25px;
	    margin-bottom: 0;
    }
    .large-12 .post-thumb {
        width: 26%;
    }
}

.site-main .post-thumb img {
    width: 100%;
}

/* ## Article Category */

.entry-category {
    margin-right: 30px;
}

.entry-category a {
	color: #302b16;
    font-size: 10px;
    background-color: #ffe574;
    font-family: 'Roboto';
    text-decoration: none;
    line-height: 27px;
    font-weight: 500;
    text-align: center;
    padding: 7px 10px;
    text-transform: uppercase;
    margin-right: 15px;
    font-style: normal;
    letter-spacing: 1px;
}

.entry-category a:last-of-type {
	margin-right: 0;
}

.entry-category a:hover,
.entry-category a:focus,
.entry-category a:active {
	outline: none;
}

/* ## Article Title */

.entry-title {
    color: #0a1628;
    font-size: 28px;
    line-height: 43px;
    text-decoration: none;
    padding: 0;
    transition: all .3s;
}

@media screen and (min-width: 40em) {
    .entry-title {
	    font-size: 37px;
	    line-height: 51px;
    }
}

.entry-title:hover,
.entry-title:active,
.entry-title:focus {
    outline: none;
}

.entry-title a {
    color: inherit;
    padding: 8px 0px;
    transition: all .3s;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
    color: #6c737e;
    outline: none;
}

/* ## Article Meta Content */

.entry-meta {
    display: block;
    color: #2d2e2f;
    font-family: 'Roboto';
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 22px;
    letter-spacing: 1px;
}

@media screen and (min-width: 62em) { 
	.entry-meta {
	    margin-bottom: 32px;
	}
}

.entry-meta .byline { 
    margin-right: 20px;
    line-height: 27px;
    display: none;
}

@media screen and (min-width: 32em) { 
	.entry-meta .byline { 
	    display: inline-block;
	}
}

@media screen and (min-width: 62em) { 
	.entry-meta .byline { 
	    margin-right: 30px;
	}
}

.entry-meta .posted-on { 
    line-height: 27px;
}

.byline a,
.posted-on a {
    color: inherit;
    font-family: 'Roboto';
    font-weight: 500;
    margin-left: 4px;
}

/* ## Article Excerpt */

.entry-content {
    margin: 0;
    text-align: left;
}

.entry-content p {
	color: #585e68;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    margin: 0 auto 25px;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active,
.posted-on a:hover,
.posted-on a:focus,
.posted-on a:active,
.byline a:hover,
.byline a:focus,
.byline a:active {
    border-bottom: 2px solid #dddddd;
}

.single #primary .entry-content blockquote p,
.single #primary .comment-content blockquote pg35,
.page #primary .entry-content blockquote p,
.page #primary .comment-content blockquote pg35 {
    line-height: 35px;
    font-family: 'rennermedium';
    font-size: 23px;
    color: #2d2e2f;
    margin: 0 !important;
}

/* ## Article Continue Reading */

.continue-reading {
	float: left;
}

.continue-reading a {
	color: #7d8289;
    font-family: 'rennermedium';
    font-size: 16px;
    transition: all .6s;
    line-height: 29px;
}

@media screen and (min-width: 62em) {
	.continue-reading a {
	    font-size: 18px;
	}
}

#slider-5 .arrow {
    margin-left: 10px;    
    font-size: 20px;
}

/* ## Article Footer */

.entry-footer {
    background-color: inherit;
    margin-top: inherit;
    padding: inherit;
}

.entry-footer span {
    display: block;
    line-height: 3em;
    font-size: .9em;
    font-family: 'rennerlight';
    font-weight: 500;
}

span.tags-links {
    border-top: 2px solid #f3f2f1;
    color: #2d2e2f;
    font-family: 'rennerlight';
    padding: 1.5em 0 0;
    margin: 0;
}

.tags-links a,
.tags-links a:visited {
	padding: 12px;
    background-color: #0a1628;
    margin-left: 1em;
    text-decoration: none;
    transition: all .3s;
    display: inline-block;
    font-family: 'Roboto';
    color: #fff;
    font-size: 10px;
    line-height: 11px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1px;
}    

.tags-links a:hover,
.tags-links a:active,
.tags-links a:focus {
    color: #302b16;
    background-color: #ffe574;
}

.edit-link a {
	padding: .6em .9em;
    transition: all .3s;
    font-family: 'rennermedium';
    color: #302b16;
    font-size: 14px;
    background: #ffe574;
}

.edit-link a:hover,
.edit-link a:focus,
.edit-link a:active {
    color: #fff;
    background-color: #0a1628;
    transition: all .3s;
}

/*--------------------------------------------------------------
### Post S1
--------------------------------------------------------------*/

/* #### Post S1 Content */

@media screen and (min-width: 62em) {
    .post-s1 .entry-content {
        width: 95%;
    }
}

.post-s1 .entry-title {
    font-size: 27px;
    line-height: 39px;
}

@media screen and (min-width: 62em) {
    .post-s1 .entry-title {
    font-size: 31px;
    line-height: 47px;
    }
    .page-template-template-blog .post-s1 .entry-title {
    	font-size: 31px;
   		line-height: 47px;
    }
}



/*--------------------------------------------------------------
### Post S2
--------------------------------------------------------------*/

/* #### Post S2 Content */

.post-s2.hentry {
    padding-bottom: .5em;
    border-bottom: none;
}

@media screen and (max-width: 992px) { 
	#primary .post-s2 .post-main {
		padding: 0 30px 10px;
	}
}

@media screen and (min-width: 62em) {
    .post-s2 .post-main {
        padding: 0 60px;
    }
}

@media screen and (min-width: 70em) {
    .post-s2.has-post-thumbnail .post-main {
    	width: 90%;
        padding: 0 60px;
    }
    .post-s2 .post-main {
        padding: 0 60px;
    }
}



/* #### Post S2 Title */

.post-s2 .entry-title {
    font-size: 30px;
    line-height: 43px;
}

@media screen and (min-width: 70em) {
    .post-s2 .entry-title {
	    font-size: 43px;
	    line-height: 58px;
    }
}

/* #### Post S2 Thumbnail */


.large-12 .post-s2 .post-thumb img {
    width: 100%;
}

.post-s2 .post-thumb {
	position: relative;
}

.post-s2 .post-main {
	margin-top: -40px;
	position: relative;
    z-index: 99;
}

@media screen and (min-width: 62em) {
    .post-s2 .post-thumb {
        float: inherit;
        margin-right: 0;
        width: 100%;
    }
}

@media screen and (min-width: 69em) {
    .large-12 .post-s2 .post-thumb {
        width: 100%;
    }
}




/*--------------------------------------------------------------
### Post S3
--------------------------------------------------------------*/

/* #### Post S3 Content */

.page #primary .hentry.post-s3 {
	padding: 0 0 20px 0;
}

@media screen and (min-width: 40em) { 
	.page #primary .hentry.post-s3 {
		padding: 0 1.4rem;
	}
}

@media screen and (min-width: 40em) { 
    #primary .hentry.post-s3 {
        border-bottom: none;
        padding-bottom: 0;
    }
}

.site-main .hentry.post-s3 { 
    clear: none; 
}

@media screen and (min-width: 62em) {
    .post-s3 .post-main {
        padding: 1.2em 1em .7em;
    }
}

@media screen and (min-width: 62em) { 
    .page-template-template-blog #primary .has-post-thumbnail.post-s3 .post-main {
        padding: 20px 20px 0;
    }
}

#primary .hentry.post-s3.sticky {
    padding: 2em 2.5em;
}

/* #### Post S3 Title */

.post-s3 .entry-title {
    font-size: 27px;
    line-height: 39px;
}

@media screen and (min-width: 62em) {
    .post-s3 .entry-title {
		font-size: 33px;
    	line-height: 49px;
    }
}

/* #### Post S3 Thumbnail */

.post-s3 .post-thumb{
	margin-bottom: 30px;
}

@media screen and (min-width: 62em) {
    .post-s3 .post-thumb{
        float: inherit;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 69em) {
    .large-12 .post-s3 .post-thumb {
        width: 100%;
    }
}

/*--------------------------------------------------------------
### Post S4
--------------------------------------------------------------*/

/* #### Post S4 Content */

.page #primary .hentry.post-s4 {
	padding: 0 0 20px 0;
}

@media screen and (min-width: 40em) { 
	.page #primary .hentry.post-s4 {
		padding: 0 1.4rem;
	}
}

#primary .hentry.post-s4.sticky {
    padding: 2em 2.5em;
}

@media screen and (min-width: 40em) { 
    #primary .hentry.post-s4 {
        border-bottom: none;
        padding-bottom: 0;
    }
}

#primary .post-s4.hentry:last-of-type {
    margin-bottom: 2.35em;
}

.site-main .hentry.post-s4 { 
    clear: none; 
}

@media screen and (min-width: 62em) {
    .post-s4 .post-main {
        padding: 1.2em 1em .7em;
    }
}

@media screen and (min-width: 62em) { 
    .page-template-template-blog #primary .has-post-thumbnail.post-s4 .post-main {
        padding: 20px 20px 0;
    }
}

/* #### Post S4 Title */

.post-s4 .entry-title {
    font-size: 27px;
    line-height: 39px;
}

@media screen and (min-width: 62em) {
    .post-s4 .entry-title {
        font-size: 30px;
   		line-height: 43px;
    }
}

.page-template-template-blog #main.masonry-init {
	padding: 0;
}

.page-template-template-blog .masonry {
	padding: 0 25px;
	background-color: #fff;
}

@media screen and (min-width: 65em) {
	.page-template-template-blog #main.masonry-init {
		padding: 0;
	}
	.page-template-template-blog .masonry {
		padding: 35px;
	}
}

@media screen and (min-width: 83em) {
	.page-template-template-blog .masonry {
		padding: 55px 33px;
	}
}

/* #### Post S4 Thumbnail */

@media screen and (min-width: 62em) {
    .post-s4 .post-thumb {
        float: inherit;
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 69em) {
    .large-12 .post-s4 .post-thumb {
        width: 100%;
    }
}

.post-s4 .byline {
	display: none;
}

/*--------------------------------------------------------------
### Post S5
--------------------------------------------------------------*/

/* #### Post S5 Content */

@media screen and (min-width: 62em) {
    .post-s5 .entry-content {
        text-align: left;
    }
}

@media screen and (min-width: 62em) {
    .post-s5.has-post-thumbnail .post-main {
        padding: 0 2.2em .7em;
    }

    .post-s5 .post-main {
        padding: 0 2.2em 0 0;
    }
}

/* #### Post S5 Thumbnail */

@media screen and (min-width: 69em) {
    .post-s5 .post-thumb {
        width: 30%;
    }
    .large-12 .post-s5 .post-thumb {
        width: 20%;
    }
}

/* #### Post S5 Continue Reading */

@media screen and (min-width: 62em) { 
    .post-s5 .continue-reading {
        text-align: left;
    }
}

/* #### Post S5 Title */

.post-s5 .entry-title {
    font-size: 27px;
    line-height: 39px;
}

@media screen and (min-width: 62em) {
    .post-s5 .entry-title {
		font-size: 30px;
	    line-height: 46px;
    }
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.pagination, .page-links {
    font-size: 13px;
    font-family: 'rennerlight';
    font-weight: 300;
    line-height: 35px;
    margin-top: 40px;
}

.page-links a {
    margin-right: .7em;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-content .page-links {
    margin: 6em 0 1.5em;
}

.single #primary .entry-content .page-links a:hover {
	color: #222;
}

.pagination ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.pagination ul li {
    float: left;
    margin-right: 10px;
}

.pagination ul li:last-of-type {
    margin-right: 0;
}

.pagination ul li a, .page-links a {
    padding: 15px 19px 15px 18px;
    border: 1px solid #ebebeb;
    transition: all .3s;
    font-family: 'rennermedium';
    color: #333;
}

.pagination ul li.active a,
.pagination ul li a:hover,
.pagination ul li a:focus,
.pagination ul li a:active,
.page-links a:hover,
.page-links a:focus,
.page-links a:active {
    background-color: #ffe574;
    border: 1px solid #ffe574;
    color: #302b16;
}

.masonry .pagination, .masonry .page-links {
    margin-top: 10px;
}

#primary .masonry .hentry:last-of-type {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
	font-family: 'rennerbook';
    font-size: 15px;
    background-color: #fff;
    padding: 20px 20px 0;
    line-height: 1.6em;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/

img.aligncenter {
    margin-top: 2em;
    margin-bottom: 2em;
}

img.alignright,
img.alignleft {
    margin-bottom: 2em;
    margin-top: 2em;
}

.centered-image {
    max-width: calc(100% + 3.2em);
    margin: 1.5em -1.6em;
}

@media screen and (min-width: 30em) {
    .centered-image {
        max-width: calc(100% + 4em);
        margin: 1.5em -2em;
    }

}

.featured-image {
    margin: 0;
}

@media screen and (min-width: 50em) {
        .centered-image {
        max-width: calc(100% + 6em);
        margin-right: -3em;
        margin-left: -3em;
    }   
}


/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/

.gallery {
    margin: 1.5em 0;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 1em;
}

.gallery-item img {
    display: block;
}

.gallery-item a {
    display: inline-block;
    border-bottom: none;
}

.gallery-item a:hover,
.gallery-item a:focus {
    border-bottom: none;
    box-shadow: none;
}

.gallery-item a img {
    padding: .5em;
    margin: 0 auto;
    border: 1px solid #fff;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    border-color: #c3c3c3;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}


.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
    margin: 0;
    font-family: 'rennerlight';
    border: none;
}

.gallery-caption::before {
    content: "";
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 3em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 3em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Page 
--------------------------------------------------------------*/

#page {
	margin-top: 85px;
}

@media screen and (min-width: 62em) {
	#page {
		margin-top: inherit;
	}
}

.page .content-area .hentry {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.page-content .search-icon {
    display: none;
}

/* ## Page Title */

#page-title {
    background-color: #eee;
}

.page #page-title {
    background-color: inherit;
}

#page-title h1 {
    font-family: 'rennerbook';
    letter-spacing: 0.06em;
    text-align: center;
    color: #888;
    font-size: 13px;
    padding: 20px 0;
    margin: 0 0 21px;
}

.page #page-title h1 {
    font-family: 'rennerbook';
    color: #2d2e2f;
    text-align: inherit;
    font-style: normal;
    font-size: 35px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 25px;
    line-height: 54px;
    margin: 0 0 35px;
    letter-spacing: 0;
}


#page-title h1 span {
    font-style: normal;
    color: #1a1a1a;
    text-transform: uppercase;
    font-family: 'rennermedium';
}

@media screen and (min-width: 62em) {
    #page-title h1 {
        margin-top: 0;
        margin-bottom: 33px;
    }
    .page #page-title h1 {
	    font-family: 'rennerbook';
	    color: #2d2e2f;
	    text-align: inherit;
	    font-style: normal;
	    font-size: 40px;
	    padding: 0 0 25px;
	    line-height: 66px;
	    margin: 0 0 35px;
	}
}

.archive-description p {
    color: #fff;
    margin-bottom: 0;
    font-family: 'rennerlight';
}

/* ## Page Thumbnail */

.page-template-default #primary .post-thumb,
.page-template-template-fullwidth #primary .post-thumb {
    margin: 35px 0;
}

.page-template-template-blog #main .post-thumb {
	margin-top: 0;
}

@media screen and (min-width: 62em) {
    .page-template-default .post-thumb,
	.page-template-template-fullwidth .post-thumb { 
        float: inherit;
        margin-right: inherit;
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Single Post 
--------------------------------------------------------------*/

.single .hentry {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 1em;
}

.single .site-main .post-main {
    padding: 0;
    background: #fff;
}

@media screen and (min-width: 62em) {
    .single .search-toggle, .single .search-toggle-active {
        padding: 1.25em;
    }
}

/* ## Single Post Thumbnail */

.single #primary .post-thumb {
    margin: 0 0 20px;
    display: none;
   	position: relative;
}

.single .post-thumb-mobile {
	position: relative;
}

@media screen and (min-width: 62em) {
    .single #primary .post-thumb {
        max-width: inherit;
        width: inherit;
        float: none;
        position: relative;
        display: inherit;
    }
    .single .post-thumb-mobile {
		display: none;
	}
}

@media screen and (min-width: 62em) {
    .single .post-thumb img {
        width: 100%;
    }
}

/* ## Single Post Header */

.single #primary .entry-header {
	text-align: center;
    z-index: 1;
    padding: 0 20px;
    position: relative;
}

.single.has-featured-image #primary .entry-header {
    margin-top: -110px;
}

@media screen and (min-width: 62em) {
	.single #primary .entry-header {
	    padding: 65px 80px 0;
	}
	.single.has-featured-image #primary .entry-header {
	    padding: 0 80px;
	}
}

.single .entry-title:hover,
.single .entry-title:active,
.single .entry-title:focus {
    color: inherit;
    outline: none;
}

@media screen and (min-width: 62em) {
    .single #primary .entry-title {
		font-size: 43px;
	    border-bottom: 2px solid #f0f0f0;
	    padding-bottom: 40px;
	    line-height: 66px;
	    margin-bottom: 40px;
    }
}

@media screen and (min-width: 80em) {
    .single .entry-title {

    }
}

.entry-meta-content {
    overflow: hidden;
    border-bottom: 2px solid #f3f2f1;
    padding-bottom: 1.5em;
    margin: 1em 0 2em;
}

.entry-meta-content .entry-meta {

}

@media screen and (min-width: 62em) { 
    .entry-meta-content .entry-meta {

    }
}

.single .entry-meta-content .entry-meta {

}

.entry-meta-content .entry-category {
    float: left;
    padding: .35em 0;
    color: #424242;
    font-family: 'rennerlight';
    font-size: 1.1em;
    font-weight: 600;
    font-style: italic;
}

.entry-meta-content .entry-category a {
    color: #999;
    padding-bottom: 3px;
    font-family: 'rennerlight';
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: .65em;
    margin-left: 6px;
}

.has-featured-image .entry-meta.author {
    display: block;
}

@media screen and (min-width: 62em) {
    .single .entry-meta {

    }
}

.entry-meta.author {
    text-align: left;
}

.has-featured-image.single .date {
    padding-bottom: 0;
    border-bottom: none;
}

/* ## Single Post Content */

.single .entry-content ul,
.single .entry-content ol {
    margin-left: 0;
    font-size: 15px;
}

.single .deck {
    font-weight: 500;
    font-size: 1em;
    color: #0a1628;
    line-height: 1.8em;
}

@media screen and (min-width: 62em) {
    .single .deck {
        font-size: .9em;
    }
}

.single .deck p {
    margin: 1em 0 1.4em;
}

@media screen and (min-width: 80em) {
    .single .deck p {
        margin: 1.5em 0;
    }
}

.single #primary .entry-content {
	padding: 0 20px 15px;
}

@media screen and (min-width: 62em) { 
	.single #primary .entry-content {
		padding: 0 80px 35px;
	}
		.single-product #primary .entry-content {
		padding: 0 20px 15px;
	}
}

.single .entry-content p {
    margin: 1.4em 0 2em;
}

.drop-cap {
    display: block;
    float: left;
    font-family: 'rennerlight';
    font-size: 5em;
    line-height: 78px;
    color: #222;
    font-weight: 700;
    padding-right: .2em;
}

.post-password-form input[type="submit"] {
    padding: 15px 20px 14px;
    font-size: .8em;
}

.post-password-form input[type="password"] {
    width: 47%;
}

@media screen and (min-width: 62em) { 
    .post-password-form input[type="password"] {
        width: inherit;
    }
}

.post-password-form p:first-child {
    margin-bottom: 65px;
}

.single #primary .entry-content p {
    color: #222;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Roboto';
    line-height: 26px;
}

.single #primary .entry-content a {
	color: #222;
    border-bottom: 2px solid #ffe574;
    text-decoration: none;
    font-weight: 500;
   	transition: all .3s;
}

.single #primary .entry-content .stars a {
	border-bottom: none;
}

.single #primary .entry-content a:visited {
	color: #222;
    border-bottom: 2px solid #ffe574;
    text-decoration: none;
    font-weight: 500;
}

.single #primary .entry-content a:hover,
.single #primary .entry-content a:focus,
.single #primary .entry-content a:active {
	color: #777;
}

a:hover,
a:active {
	outline: 0;
}

/* ## Single Post About Author */

.about-author {
    background-color: #999;
    padding: 2em;
    margin-bottom: 2em;
}

.about-author-title {
    border-bottom: 2px solid #f3f2f1;
    font-family: 'rennerlight';
    color: #2d2e2f;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: .65em;
    padding-bottom: 1.5em;
    margin: 3em 0 3em;
}

.about-author-name a {
    color: #fff;
}

.about-author-sidebar {
    float: left;
    margin-right: 2em;
    width: 15%;
}

@media screen and (min-width: 50em) { 
    .about-author-sidebar {
        width: inherit;
    }
}

.about-author-main {
    overflow: hidden;
}

.about-author-bio {
    font-size: 85%;
    font-family: 'rennerlight';
    line-height: 1.55em;
    margin: .7em 0;
    color: #fff;
}

.about-author-avatar img {
    border-radius: 99px;
}

.about-author-social {
    padding: 1em 0 .4em;
}

.about-author-social a {
    margin: 0 .4em .6em 0;
    color: #999;
    background-color: #fff;
    border-radius: 99px;
    transition: all .3s;
    display: inline-block;
    line-height: 1;
}

.social-link-twitter {
    padding: .7em;
}

.social-link-facebook {
    padding: .7em .9em;
}

.social-link-instagram {
    padding: .7em .75em;
}

.social-link-behance {
    padding: .7em .6em;
}

.social-link-dribbble {
    padding: .7em .75em;
}

.social-link-vine {
    padding: .7em .76em;
}

@media screen and (min-width: 62em) { 
    .social-link-twitter {
        padding: 0.6em .65em;
    }

    .social-link-facebook {
        padding: .6em .81em;
    }

    .social-link-instagram {
        padding: .6em .68em;
    }

    .social-link-behance {
        padding: .6em .55em;
    }

    .social-link-dribbble {
        padding: .6em .7em;
    }

    .social-link-vine {
        padding: .6em .7em;
    }
}

/* ## Single Post Navigation */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 2em 0 1.5em;
    overflow: hidden;
}

.post-navigation {
    font-family: 'rennermedium';
    text-align: left;
    overflow: hidden;
}

.post-navigation a {
	color: #2d2e2f;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 1.2em;
    transition: all .3s;
    background-color: #f5f5f5;
}

@media screen and (min-width: 62em) { 
    .post-navigation a {
        padding: 1.5em;
        background-color: #fff;
    }
}

@media screen and (min-width: 80em) { 
    .post-navigation a {
        padding: 1.8em;
    }
}

.post-navigation a:hover,
.post-navigation a:focus {
    color: #fff;
    background-color: #0a1628;
}

.post-navigation .post-title {
    font-size: 18px;
    line-height: 29px;
}

.nav-previous {
    padding-bottom: 1em;
    width: 100%
}

.nav-next {
    width: 100%;
}

@media screen and (min-width: 30em) {
    .nav-links {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        padding: 0;
    }

    .post-navigation .nav-previous,
    .comment-navigation .nav-previous {
        display: flex;
        align-items: stretch;
        float: left;
        width: 48%;
    }

    .nav-previous {
        padding-bottom: 0;
    }

    .post-navigation .nav-next,
    .comment-navigation .nav-next {
        display: flex;
        align-items: stretch;
        float: right;
        text-align: right;
        width: 48%;
    }
}

.post-navigation .meta-nav {
    font-family: 'rennerlight';
    display: block;
    font-weight: 400;
    font-size: .9em;
    margin-bottom: .6em;
}

@media screen and (min-width: 62em) {
    .post-navigation .meta-nav {
        padding-bottom: 0;
    }
}

/* ## Single Post Comments */

#comments {
	padding: 20px;
	background-color: #fff;
}

@media screen and (min-width: 62em) {
	#comments {
		padding: 45px 45px 0;
	}
}

@media screen and (min-width: 62em) {
	.page-template-default #comments {
		padding: 45px 0 0 0;
	}
}

.comment-content a {
    word-wrap: break-word;
}

.comment-content p {
    font-family: 'Roboto';
	color: #222;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
}

.bypostauthor {
    display: block;
}

.comments-title {
    border-bottom: 2px solid #f3f2f1;
    font-family: 'rennerbook';
    color: #2d2e2f;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: 17px;
    line-height: 15px;
    padding-bottom: 1.5em;
    margin: 0 0 3em;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comment-list,
.comment-list ol {
    list-style-type: none;
}

.comment-body {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 2.2em;
    padding-bottom: 2em;
}

.pingback .comment-body {
	margin-bottom: 2em;
}


.comment-meta {
    position: relative;
    margin-left: 70px;
    font-family: 'rennerlight';
    font-size: 80%;
    color: #2d2e2f;
    background-color: inherit;
    margin-top: inherit;
    padding: 0;
}

.comment .avatar {
    position: absolute;
    left: -70px;
    width: 50px;
    height: 50px;
}

.children {
    margin-left: 1em;
    padding-left: 0;
}

.comment .avatar {
    top: -5px;
}

@media screen and (min-width: 30em) {
    .children {
        margin-left: 2em;
    }
    .comment-meta {
        margin-left: 80px;
        font-size: 90%;
    }
    .comment .avatar {
        top: 0px;
        left: -90px;
        width: 55px;
        height: 55px;
    }
    .comment-content {
        margin-left: 80px;
    }
}

@media screen and (min-width: 50em) {
    .children {
        margin-left: 3em;
    }
    .comment-meta {
        margin-left: 90px;
    }
    .comment .avatar {
        top: 5px;
        left: -90px;
        width: 55px;
        height: 55px;
    }
    .comment-content {
        margin-left: 90px;
    }
}

.comment-meta b a {
    text-decoration: none;
    color: #333;
}

.comment-meta a {
    text-decoration: none;
    color: #888;
}

.comment-meta a:hover,
.comment-meta a:focus {
    border-bottom: 2px solid #2d2e2f;
}

.comment-metadata a:hover,
.comment-metadata a:focus {
    border-color: #ebebeb;
}

.comment-author {
	font-size: 19px;
    line-height: 25px;
}

.comment-author b {
       font-weight: inherit;
    font-family: 'rennerbook';
}

.says {
    font-size: 80%;
}

.comment-metadata {
    margin-top: .5em;
    padding-bottom: .5em;
    font-size: 14px;
    line-height: 13px;
}

.comment-metadata .edit-link {
    float: right;
    margin-top: -1.5em;
}

.comment-metadata .edit-link a {
	padding: .6em .9em;
    transition: all .3s;
    font-family: 'rennermedium';
    color: #302b16;
    font-size: 14px;
    background: #ffe574;
}

.comment-metadata .edit-link a:hover,
.comment-metadata .edit-link a:focus,
.comment-metadata .edit-link a:active {
	color: #fff;
    background-color: #0a1628;
    transition: all .3s;
    border: none;
}

.reply {
    margin-bottom: 0;
}

@media screen and (min-width: 30em) {
    .reply {
        margin-left: 80px;
    }
}

@media screen and (min-width: 50em) {
    .reply {
        margin-left: 90px;
    }
}
.reply a {
	padding: 9px 12px;
    background-color: #0a1628;
    border-radius: 99px;
    text-decoration: none;
    transition: all .3s;
    display: inline-block;
    font-family: 'Roboto';
    color: #fff;
    font-size: 10px;
    line-height: 11px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1px;
}   

.reply a:hover,
.reply a:focus {
    color: #302b16;
    background-color: #ffe574;
}

.comment-respond {
	padding: 0;
    background-color: inherit;
}

#reply-title {
	font-family: 'rennerbook';
    font-size: 20px;
    margin-bottom: .5em;
    margin-top: 0;
    display: block;
}

.comment-content ol {
    list-style-type: decimal;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor .avatar {
    box-sizing: content-box;

}

.logged-in-as {
    font-family: 'rennerlight';
    margin: .5em 0;
}

@media screen and (min-width: 50em) {
    .logged-in-as {
        font-size: 85%;
    }
}

.comment-notes {
    font-family: 'rennerlight';
    color: #888;
    margin-top: .5em;
}

.comment-form label {
    font-family: 'rennerlight';
    width: 5em;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 15px;
}

.comment-form textarea, 
.comment-form input {
    border-radius: 0;
    border: 1px solid #e3e3e3;
    font-family: 'Roboto';
    color: #222;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 75%;
}

@media screen and (min-width: 50em) {
	.comment-form label {
		margin-bottom: 0;
	}
	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
	    width: 100%;
	}

	.comment-form-author, .comment-form-email, .comment-form-url {
		float: left;
	    width: 32%;
	    display: block;
	    margin: 0 10px 10px 0;
	}
	.comment-form-url {
		margin-right: 0;
	}
	.form-submit {
		 display: inline-block;
   		 width: 100%;
	}
}

.comment-form-comment {
	margin-bottom: 0;
}

.comment-form .submit {
    background-color: #0a1628;
    font-family: 'Roboto';
    border: none;
    color: #fff;
    border-radius: 0;
    padding: 6px 16px;
    font-size: 10px;
    line-height: 27px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1px;
}

.form-submit { 
    margin-bottom: 0; 
}

#respond .form-submit {
    margin-bottom: 40px;
}

.comment-form .submit:hover,
.comment-form .submit:active,
.comment-form .submit:focus {
    color: #302b16;
    background: #ffe574;
}

.site-main .comment-navigation  {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous {
    float: left;
    width: 100%;
}

.comment-navigation .nav-next, {
    float: right;
    text-align: center;
    width: 100%;
}

.comment-navigation a {
    font-size: 1.5em;
}

.comment-navigation {
    font-family: 'rennerlight';
    font-weight: 600;
    text-align: left;
    overflow: hidden;
}

.comment-navigation a {
    color: #2d2e2f;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 1.2em;
    border: 1px solid #ebebeb;
    transition: all .3s;
    background-color: #fbfbfb;
}

@media screen and (min-width: 62em) { 
    .comment-navigation a {
        padding: 1.5em;
    }
}

@media screen and (min-width: 80em) { 
    .comment-navigation a {
        padding: 1.8em;
    }
}

.comment-navigation a:hover,
.comment-navigation a:focus {
    border-color: #999;
    color: #fff;
    background-color: #999;
}

@media screen and (min-width: 30em) {
    .comment-navigation .nav-previous {
        display: flex;
        align-items: stretch;
        float: left;
        width: 48%;
    }

    .comment-navigation .nav-next {
        display: flex;
        align-items: stretch;
        float: right;
        text-align: right;
        width: 48%;
    }
}

.no-comments {
	display: inline-block;
    margin-bottom: 2.5em;
}

/*--------------------------------------------------------------
# Archives 
--------------------------------------------------------------*/

@media screen and (min-width: 62em) { 
	.archive #main {
		padding: 35px;
	    background-color: #fff;
	}
}

@media screen and (min-width: 83em) { 
	.archive #main {
		padding: 55px;
	}
}

.archive #primary .entry-title {
    font-size: 27px;
    line-height: 39px;
}

@media screen and (min-width: 62em) {
    .archive #primary .entry-title {
    	font-size: 31px;
   		line-height: 47px;
    }
}

@media screen and (min-width: 62em) { 
    .archive #primary .has-post-thumbnail .post-main {
        padding: 20px 35px 0;
    }
}

@media screen and (min-width: 62em) { 
	.archive #page-title {
		background-color: #fff;
	}
}
/*--------------------------------------------------------------
# Footer 
--------------------------------------------------------------*/

footer {
    padding: 65px 0;
}

@media screen and (min-width: 62em) {
    footer {
        padding: 80px 0;
    }
}

#footer-widgets {
	padding: 50px 0;
}

@media screen and (min-width: 62em) {
	#footer-widgets {
		padding: 65px 0;
	}
}

.footer-widgets-1,
.footer-widgets-2 {
    margin-bottom: 2em;
}

@media screen and (min-width: 62em) {
    .footer-widgets-1,
    .footer-widgets-2 {
        margin-bottom: 0;
    }
}


@media screen and (min-width: 64em) {
    footer .widget {
        margin-bottom: 2em;
    }
}

@media screen and (min-width: 64em) {
    footer .textwidget {
        font-size: .95em;
    }
}

footer .widget_archive ul, 
footer .widget_pages ul, 
footer .widget_categories ul, 
footer .widget_meta ul, 
footer .widget_recent_comments ul, 
footer .widget_recent_entries ul, 
footer .widget_nav_menu ul {
    text-align: left;
    padding: 0;
}

footer .widget_archive ul li, 
footer .widget_pages ul li, 
footer .widget_categories ul li, 
footer .widget_meta ul li, 
footer .widget_recent_comments ul li, 
footer .widget_recent_entries ul li, 
footer .widget_nav_menu ul li {
    padding: .2em 0;
}

footer .widget_search input[type="search"] {
    background-color: #f0f0f0;
}

footer .subscribe-widget-inner {
    padding: 3em 2.2em;
}

footer .subscribe-widget-title {
    font-size: 2.4em;
    margin-bottom: .6em;
}

footer .subscribe-widget-subtitle {
    font-size: 1em;
    line-height: 1.5em;
}

footer #social-footer {
	display: block;
    margin: 0 auto;
    padding-left: 0;
}

footer #social-footer li {
	display: inline-block;
	list-style: none;
}

footer #social-footer li a i {
	color: #0a1628;
    padding: 17px 18px;
    background: #fff;
    margin: 0 11px;
    border-radius: 99px;
    font-size: 16px;
    transition: all .3s;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.05);
}

footer #social-footer li a .fa-facebook {
    padding: 17px 20px;
}

footer #social-footer li a i:hover {
	color: #fff;
    background: #0a1628;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.0);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.0);
}

footer .site-footer {
	text-align: center;
}

.footer-logo {
	margin-bottom: 30px;
}

@media screen and (min-width: 62em) {
	.footer-logo {
		margin-bottom: 50px;
	}
}

.footer-text {
	color: #7a818b;
    font-family: 'rennerbook';
    font-size: 18px;
    line-height: 33px;
    width: 80%;
    margin: 0 auto 30px;
}

@media screen and (min-width: 62em) {
	.footer-text {
	    width: 50%;
	    margin: 0 auto 50px;
	}
}

.footer-bg {
	background-repeat: no-repeat;
    background-size: cover;
}

.small-site-footer {
    color: #fff;
    background-color: #0a1628;
    padding: 40px 0;
    font-family: 'rennerlight';
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 12px;
}

.small-footer-right,
.small-footer-left {
    text-align: center;
}

.small-footer-left {
    margin-bottom: 1em;
}

@media screen and (min-width: 40em) {
    .small-footer-left {
        text-align: left;
        margin-bottom: 0;
    }
    .small-footer-right{
        text-align: right;
    }
}

/*--------------------------------------------------------------
# Module - Intro Box
--------------------------------------------------------------*/

#intro-box {
	margin-bottom: 3.5em;
}

.row.collapse {
	max-width: 87rem;
}

.intro-box-wrapper {
	background-color: #f1f2f3;
}

@media screen and (min-width: 62em) { 
	.intro-box {
		display: -webkit-flex; /* Safari */
	    display: flex;
	}
}

.intro-box-content {
	text-align: center;
	padding: 3em 1em;
}

.bg-image {
	background-position: center;
    background-size: cover;
}

@media screen and (min-width: 62em) { 
	.intro-box-content {
		padding: 5em;
	}
}

.intro-box-content .intro-box-title {
	font-weight: 700;
    font-size: 2em;
    line-height: 1.2em;
    margin: 0 auto .4em;
    width: 75%;
}

@media screen and (min-width: 62em) { 
	.intro-box-content .intro-box-title {
		font-size: 2.5em;
		line-height: 1.2em;
	}
}

.intro-box-content .intro-box-text {
    color: #434343;
    font-weight: 300;
    font-size: .9em;
    line-height: 1.7em;
    margin: 0 auto 1.5em;
    width: 75%;
}

@media screen and (min-width: 62em) { 
	.intro-box-content .intro-box-text {
	    width: 65%;
	}
}

.intro-box .intro-box-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 12em;
}

@media screen and (min-width: 62em) { 
	.intro-box .intro-box-img {
		height: inherit;
	}
}

@media screen and (min-width: 62em) {
	.intro-box .continue-reading a {
	    font-size: .75em;
	}
}

/*--------------------------------------------------------------
# Module - Newsletter Box
--------------------------------------------------------------*/

#newsletter {
	margin-bottom: 3.5em;
}

.row.newsletter-wrapper {
	max-width: 87rem;
}

.newsletter-inner {
	background-position: center;
	background-size: cover;
	padding: 2em 1.5rem;
	background-color: #999;
}

.wysija-paragraph, 
.mc4wp-form-fields p {
	position: relative;
	margin: 0;
}

#newsletter .allmsgs {
	border: 0;
	margin-bottom: 10px;
	background: inherit;
	color: #fff;
	text-align: center;
	padding: 1.4em;
	font-family: 'rennerlight';
}

.newsletter-text {
	text-align: center;
}

#newsletter h2 {
	color: #fff;
	margin: 0;
	font-weight: 700;
	font-size: 2.4em;
	font-size: 1.7em;
}

@media screen and (min-width: 62em) {
	#newsletter h2 {
		font-size: 1.6em;
		line-height: 1.7em;
	}
}

@media screen and (min-width: 80em) {
	#newsletter h2 {
		font-size: 1.9em;
		line-height: 1.6em;
	}
}

#newsletter .newsletter-heading-2 {
	color: #fff;
    margin: .8em 0;
    font-size: .8em;
    letter-spacing: 0.06em;
    line-height: 1.8em;
    display: block;
}

@media screen and (min-width: 62em) {
	#newsletter .newsletter-heading-2 {
	    margin: 0;
	    font-size: .9em;
	}
}

.newsletter-form {
	margin-top: .55em;
}

#newsletter input[type="text"],
#newsletter input[type="email"] {
	float: left;
    padding: 1.1em;
    background-color: inherit;
    border: 2px solid rgba(255,255,255,0.25);
    margin-right: 1.5em;
    color: rgba(255,255,255,0.8);
    font-style: italic;
    font-size: .85em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin-bottom: 1em;
}

#newsletter .mc4wp-form-fields input[type="email"] {
	width: 100%;
}


@media screen and (min-width: 64em) {
	#newsletter .mc4wp-form-fields input[type="email"] {
		width: 76%;
	}
}

@media screen and (min-width: 72em) {
	#newsletter .mc4wp-form-fields input[type="email"] {
		width: 78%;
	}
}

@media screen and (min-width: 80em) {
	#newsletter .mc4wp-form-fields input[type="email"] {
		width: 81%;
	}
}

#newsletter .mc4wp-form-fields ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.8);
}
#newsletter .mc4wp-form-fields ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.8);
}
#newsletter .mc4wp-form-fields :-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.8);
}
#newsletter .mc4wp-form-fields :-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.8);
}

.mc4wp-alert p {
	color: #fff;
    float: left;
    margin: 0;
    font-weight: 300;
}

#secondary .mc4wp-alert p {
    margin-top: 2em;
    font-size: .8em;
    float: inherit;
}

@media screen and (min-width: 64em) {
	#newsletter input[type="text"],
	#newsletter input[type="email"] {
		width: 31%;
	}
}

@media screen and (min-width: 72em) {
	#newsletter input[type="text"],
	#newsletter input[type="email"] {
		width: 35%;
	}
}

@media screen and (min-width: 80em) {
	#newsletter input[type="text"],
	#newsletter input[type="email"] {
		width: 36%;
	}
}

#newsletter input[type="text"]:focus,
#newsletter input[type="text"]:active,
#newsletter input[type="email"]:focus,
#newsletter input[type="email"]:active {
	outline: none;
}

#newsletter input[type="submit"] {
	background-color: #2d2e2f;
    float: left;
    text-transform: uppercase;
    font-size: .7em;
    padding: 1.88em 2.3em;
    font-weight: 500;
    margin-top: 0;
    letter-spacing: 0.2em;
    width: 100%;
}

@media screen and (min-width: 64em) {
	#newsletter input[type="submit"],
	#newsletter input[type="email"] {
		width: inherit;
	}
}

#newsletter label {
	display: none;
}

/*--------------------------------------------------------------
# Module - Promo Boxes
--------------------------------------------------------------*/

#promo-boxes {
	padding: 33px 0;
	margin-bottom: 2em;
	background-color: #f3f3f4;
}

@media screen and (min-width: 62em) {
	#promo-boxes {
		margin-bottom: 3.5em;
		padding: 80px 0;
	}
}

#promo-boxes img {
	display: block;
	width: 100%;
}

.promo-box {
	margin-bottom: 2em;
}

.promo-box:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width: 40em) {
	.promo-box {
		margin-bottom: 0;
	}
}

.promo-box a {
    transition: all .3s;
    display: block;
}

.promo-box-content {
    text-align: center;
    background: #fff;
    padding: 35px 0;
}

.promo-box-content span {
	display: block;
}

.promo-box-content .title {
	font-size: 21px;
    font-family: 'rennerbook';
    color: #0a1628;
    margin-bottom: .3em;
}

@media only screen and (min-width: 40em) and (max-width: 62em) {
	.promo-box-content .title {
		font-size: 18px;
	}
}

.promo-box-content .action {
	color: #999;
	font-family: 'rennermedium';
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: .7em;
}

@media screen and (min-width: 40em) {
	.promo-box-content .action {
		font-size: .6em;
	}
}

@media screen and (min-width: 62em) {
	.promo-box-content .action {
		font-size: .75em;
	}
}

.promo-box-inside {
	display: table;
    width: 100%;
    height: 299px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.promo-box-inside a {
    transition: all .3s;
    display: block;
}

.promo-box-inside .promo-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
}

.promo-box-inside .promo-box-content {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

.promo-box-inside .promo-box-content span {
    font-size: .65em;
    font-weight: 600;
    color: #2d2e2f;
    line-height: 1.5em;
    padding: 1.4em 1.9em;
    text-transform: uppercase;
    letter-spacing: .14em;
    background: #ffffff;
    display: inline-block;
    transition: all .3s;
}

.promo-box-inside:hover .promo-box-content span {
    background-color: #0a1628;
    color: #fff;
}

.promo-box-intro {
	text-align: center;
	margin-bottom: 50px;
}

.promo-box-intro a {
	color: #7d8289;
}

/*--------------------------------------------------------------
# Sidebar 
--------------------------------------------------------------*/

#secondary {
    margin-bottom: 2em;
    position: relative;
}

@media screen and (min-width: 40em) {
    #secondary {
        margin-bottom: 3em;
    }
}

@media screen and (min-width: 64em) {
    #secondary {
        margin-top: 0;
    }
}

#secondary.left-sidebar {
    margin-top: 0;
}

/*--------------------------------------------------------------
# Widgets 
--------------------------------------------------------------*/

#secondary .widget {
    margin-bottom: 45px;
}

#secondary .widget:last-of-type {
    margin-bottom: 0;
}

.widget-title {
    margin-top: 0;
    padding-top: 0;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 30px;
    color: #302b16;
    font-size: 10px;
    background-color: #ffe574;
    font-family: 'Roboto';
    text-decoration: none;
    line-height: 27px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1px;
}

#secondary .widget_archive .widget-title,
#secondary .widget_categories .widget-title,
#secondary .widget_search .widget-title,
#secondary .widget_pages .widget-title,
#secondary .widget_meta .widget-title,
#secondary .widget_recent_entries .widget-title,
#secondary .widget_rss .widget-title,
#secondary .widget_nav_menu .widget-title,
#secondary .widget_tag_cloud .widget-title,
#secondary .widget_recent_comments .widget-title,
#footer-widgets .widget_archive .widget-title,
#footer-widgets .widget_categories .widget-title,
#footer-widgets .widget_search .widget-title,
#footer-widgets .widget_pages .widget-title,
#footer-widgets .widget_meta .widget-title,
#footer-widgets .widget_recent_entries .widget-title,
#footer-widgets .widget_rss .widget-title,
#footer-widgets .widget_nav_menu .widget-title,
#footer-widgets .widget_tag_cloud .widget-title,
#footer-widgets .widget_recent_comments .widget-title {
    margin-bottom: 10px;
}

.widget ul,
.widget ol {
    padding: 20px 0 0;
    margin: 0;
    font-family: 'rennerlight';
    list-style-type: none;
}

.widget_archive li:last-of-type,
.widget_categories li:last-of-type,
.widget_pages li:last-of-type,
.widget_meta li:last-of-type,
.widget_recent_comments li:last-of-type,
.widget_recent_entries li:last-of-type,
.widget_nav_menu li:last-of-type {
    border-bottom: none;
}

.site-content .widget_archive li,
.site-content .widget_categories li,
.site-content .widget_pages li,
.site-content .widget_meta li,
.site-content .widget_recent_comments li,
.site-content .widget_recent_entries li,
.site-content .widget_nav_menu li,
#footer-widgets .widget_archive li,
#footer-widgets .widget_categories li,
#footer-widgets .widget_pages li,
#footer-widgets .widget_meta li,
#footer-widgets .widget_recent_comments li,
#footer-widgets .widget_recent_entries li,
#footer-widgets .widget_nav_menu li {
	color: #808080;
    border-bottom: 2px solid #f3f2f1;
    font-size: 15px;
    font-family: 'rennerbook';
    padding: .5em 0;
}

.site-content .widget_archive li:first-of-type,
.site-content .widget_categories li:first-of-type,
.site-content .widget_pages li:first-of-type,
.site-content .widget_meta li:first-of-type,
.site-content .widget_recent_comments li:first-of-type,
.site-content .widget_recent_entries li:first-of-type,
.site-content .widget_nav_menu li:first-of-type {
    padding-top: 0;
}

@media screen and (min-width: 62em) {
	.single .site-content .widget_archive li,
	.single .site-content .widget_categories li,
	.single .site-content .widget_pages li,
	.single .site-content .widget_meta li,
	.single .site-content .widget_recent_comments li,
	.single .site-content .widget_recent_entries li,
	.single .site-content .widget_nav_menu li,
	.page .site-content .widget_archive li,
	.page .site-content .widget_categories li,
	.page .site-content .widget_pages li,
	.page .site-content .widget_meta li,
	.page .site-content .widget_recent_comments li,
	.page .site-content .widget_recent_entries li,
	.page .site-content .widget_nav_menu li,
	#footer-widgets .widget_archive li,
	#footer-widgets .widget_categories li,
	#footer-widgets .widget_pages li,
	#footer-widgets .widget_meta li,
	#footer-widgets .widget_recent_comments li,
	#footer-widgets .widget_recent_entries li,
	#footer-widgets .widget_nav_menu li {
	    border-color: #e9e9e9;
	}
}

.site-content .widget li,
#footer-widgets .widget li {
    display: block;
    padding: 10px 0;
}

.widget li ul,
.widget li ol {
    margin-left: .5em;
}

.widget li:last-child,
#footer-widgets .widget li:last-child {
    padding-bottom: .35em;
    border: none;
}

@media screen and (min-width: 30em) {
    .widget li ul,
    .widget li ol {
        margin-left: 1em;
    }
}

.widget .entry-title {
    font-weight: 500;
    text-decoration: none;
    font-size: .9em;
}

.widget .entry-title:hover,
.widget .entry-title:focus {
    text-decoration: underline;
}


.widget_nav_menu .sub-menu {
    padding: 0;
}

.widget_nav_menu  li ul, 
.widget_nav_menu  li ol {
    margin-left: .6em;
}

.site-content .widget_nav_menu .sub-menu li {
    border-bottom: none;
    padding: .25em 0;
}

.widget select {
	font-size: .75em;
    width: 100%;
    padding: 1em .8em;
    margin-top: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline;
    content: "";
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(images/arrow.png);
}

.widget select ::-ms-expand {
 display:none;
}


.widget_calendar {
    font-family: 'rennerlight';
}

.widget_calendar caption {
    padding: 0 0 .5em 0;
    font-size: .7em;
    font-weight: 500;
    text-align: center;
}

.widget_calendar thead {
    background: #2d2e2f;
    color: #fff;
}

.widget_calendar thead th {
    border-bottom-width: 2px;
}

.widget_calendar td {
    padding: .2em;
    font-size: .8em;
    text-align: center;
    background: #f7f7f7;
    border: 3px solid white;
}

.widget_calendar th {
    border: none;
}

.widget_calendar .pad {
    background: #fff;
}

#wp-calendar {
    margin-bottom: 0;
}

.widget_rss li {
    margin-bottom: 1em;
}
.widget li a.rsswidget {
    padding-right: .5em;
    font-size: 1em;
    line-height: 1.4em;
}

.rss-date,
.widget_rss cite {
    color: #333;
    font-size: .8em;
}

.rssSummary {
    padding: .5em 0;
    font-family: 'rennerlight';
    font-size: .8em;
    line-height: 1.4em;
}

.textwidget {
    font-size: .8em;
    line-height: 1.6em;
}

.widget_search .search-submit,
.widget_search .search-form-submit  {
    display: none;
}

.widget_search .search-form input {
    float: inherit;
    margin-bottom: 0;
    width: 100%;
}

.widget_search .search-icon {
    display: none;
}

.widget_search input[type="search"] {
    width: 100%;
    font-size: .7em;
    box-sizing: border-box;
    padding: 1.06em 1em;
    margin-top: 5px;
    border-radius: 0;
}


#secondary .search-form .search-form-submit #searchsubmit {
    font-size: .85em;
    padding: 1.05em;
}

/* ## Custom Widget - About Author */ 

.about-author-image {
    margin-bottom: 1em;
}

footer .about-author-image {
    margin-bottom: 1.4em;
}

.about-author-widget-text {
	font-family: 'rennerbook';
    font-size: 15px;
    line-height: 25px;
    padding: 0 .7em;
    color: #434343;
    text-align: center;
}

.about-author-signature {
    text-align: center;
    margin-top: 1em;
}

.about-author-widget-2 .about-author-signature { 
	max-width: 175px;
}

@media screen and (min-width: 82em) {
	.about-author-widget-2 .about-author-signature { 
		max-width: inherit;
	}
}
/* ## Custom Widget - About Author 2 */ 

.about-author-widget-2 {
	min-height: 365px;
	padding: 40px;
	position: relative;
	background-repeat:no-repeat;
    background-size:cover;
}
@media only screen and (min-width:62em) and (max-width:80em){
	.about-author-widget-2 {
		min-height: 300px;
	}
}

.about-author-widget-2-content {
	position: absolute;
	bottom: 40px;
	left: 40px;
}

@media only screen and (min-width:62em) and (max-width:80em){ 
	.about-author-widget-2-content {
		bottom: 20px;
		left: 20px;
	}
}

.about-author-widget-2 .about-author-widget-text {
		font-family: 'rennerbook';
		font-size: 26px;
		line-height: 33px;
		color: #2d2e2f;
		padding: inherit;
		text-align: left;
}

.about-author-widget-2 .about-author-signature {
	text-align: inherit;
	margin: inherit;
	margin-top: 25px;
}

.about-author-widget-2 .about-author-widget-text a {
	color: #2d2e2f;
	padding: 0px 4px;
	background-color: #fff;
	line-height: 30px;
	display: inline-block;
}

.about-author-widget-text-2 {
	color: #fff;
	font-family: 'Roboto';
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-decoration: underline;
	margin-top: 20px;
}

.about-author-widget-text-2 a {
	color: #fff;
}

/* ## Custom Widget - Custom Post List */ 

.widget_laurie_blog_posts_list_widget a:hover,
.widget_laurie_blog_posts_list_widget a:focus,
.widget_laurie_blog_posts_list_widget a:active {
    text-decoration: none;
}


.widget_laurie_blog_posts_list_widget .entry-category {
    line-height: 1.9em;
    font-family: 'rennerlight';
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.15em;
    font-size: .65em;
}

.widget_laurie_blog_posts_list_widget .entry-category a {
    font-weight: 700;
}

.widget_laurie_blog_posts_list_widget .entry-title,
.single .widget_laurie_blog_posts_list_widget .entry-title {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    padding: 0 0 .3em;
    font-family: 'rennerbook';
}

.widget_laurie_blog_posts_list_widget .entry-title:hover,
.single .widget_laurie_blog_posts_list_widget .entry-title:hover { 
    text-decoration: none;
}

@media screen and (min-width: 62em) { 
    .widget_laurie_blog_posts_list_widget .entry-title,
    .single .widget_laurie_blog_posts_list_widget .entry-title,
    #slider-5 .widget_laurie_blog_posts_list_widget_2 .entry-title,
    .widget_laurie_blog_posts_list_widget_2 .entry-title,
    .single .widget_laurie_blog_posts_list_widget_2 .entry-title {
	    font-size: 15px;
	    font-family: 'rennerbook';
	    line-height: 23px;
    }
}

.widget_laurie_blog_posts_list_widget .post-thumb,
.single .widget_laurie_blog_posts_list_widget .post-thumb {
    margin-bottom: 1.5em;
}

@media screen and (min-width: 62em) {
    .widget_laurie_blog_posts_list_widget .post-thumb,
    .single .widget_laurie_blog_posts_list_widget .post-thumb {
        width: 25%;
        float: left;
        margin-right: 1.5em;
        margin-bottom: 0;
    }
}

.widget_laurie_blog_posts_list_widget .post-thumb img {
    width: 100%;
    display: block;
}

.widget_laurie_blog_posts_list_widget .posted-on a {
	margin-left: 0;
	font-size: 11px;
	color: #9399a1;
}

.widget_laurie_blog_posts_list_widget .entry-content {
    display: none;
}

.widget_laurie_blog_posts_list_widget .entry-content p {
    margin: .6em 0;
}

@media screen and (min-width: 62em) {
    .widget_laurie_blog_posts_list_widget .entry-content {
        text-align: left;
        font-size: .85em;
        line-height: 1.5em;
    }
}

@media screen and (min-width: 64em) {
    .widget_laurie_blog_posts_list_widget .entry-content,
    .single .widget_laurie_blog_posts_list_widget .entry-content, 
    .widget_laurie_blog_posts_list_widget .byline,
    .single .widget_laurie_blog_posts_list_widget .byline {
        display: none;
    }
}

.widget_laurie_blog_posts_list_widget .hentry,
.single .widget_laurie_blog_posts_list_widget .hentry {
    margin-bottom: 2em;
    padding-bottom: 0;
}

@media screen and (min-width: 62em) { 
    .widget_laurie_blog_posts_list_widget .hentry,
    .single .widget_laurie_blog_posts_list_widget .hentry {
        margin-bottom: 30px;
    }
}

.widget_laurie_blog_posts_list_widget .hentry:last-of-type,
.single .widget_laurie_blog_posts_list_widget .hentry:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget_laurie_blog_posts_list_widget .entry-meta,
.single .widget_laurie_blog_posts_list_widget .entry-meta {
    margin-bottom: 0;
    font-size: .8em;
}

@media screen and (min-width: 62em) {
    .widget_laurie_blog_posts_list_widget .entry-meta,
    .single .widget_laurie_blog_posts_list_widget .entry-meta {
        font-size: .75em;
    }
}

.widget_laurie_blog_posts_list_widget  .post-main {
    padding: 0 .7em;
    overflow: hidden;
}

@media screen and (min-width: 62em) {
    .widget_laurie_blog_posts_list_widget .post-main {
        padding: 0;
    }
}

.widget_laurie_blog_posts_list_widget_2 .post-number {
    font-size: 11px;
    background-color: #fff;
    font-family: 'Roboto';
    border-radius: 99px;
    text-align: center;
    width: 44px;
    position: absolute;
    padding: 15px;
    bottom: -14px;
left: 0;
right: 0;
margin: auto;
}

.widget_laurie_blog_posts_list_widget_2 .post-thumb,
#slider-5 .widget_laurie_blog_posts_list_widget_2 .post-thumb {
	position: relative;
	margin: 0;
	width: 100%;
}

.widget_laurie_blog_posts_list_widget_2 .post-main {
    padding: 5px;
}

.widget_laurie_blog_posts_list_widget_2 .entry-meta {
	display: none;
}

#slider-5 .widget_laurie_blog_posts_list_widget_2 .entry-title,
.widget_laurie_blog_posts_list_widget_2 .entry-title {
	text-align: center;
	margin: 12px 0 25px;
}

@media screen and (max-width: 62em) {
	#slider-5 .widget_laurie_blog_posts_list_widget_2 .entry-title,
	.widget_laurie_blog_posts_list_widget_2 .entry-title {
		font-size: 19px;
	    line-height: 31px;
	}
}

#slider-5 .widget_laurie_blog_posts_list_widget_2 .hentry:last-of-type .entry-title,
.widget_laurie_blog_posts_list_widget_2 .hentry:last-of-type .entry-title {
	text-align: center;
	margin: 12px 0 0;
}

#slider-5 .widget_laurie_blog_posts_list_widget .byline, .widget_laurie_blog_posts_list_widget .byline {
	display: none;
}

/* ## Custom Widget - Custom Ad Widget */ 

#secondary .widget_laurie_blog_ad_banner_widget {
    padding: .33em;
    background-color: #f1f2f3;
}

#secondary .widget_laurie_blog_ad_banner_widget img {
    display: block;
}

/* ## Custom Widget - Widget Categories */ 

.categories-widget-category {
    position: relative;
    margin-bottom: 30px;
    line-height: 47px;
    background-color: #262626;
    color: #fff;
    font-size: 13px;
    font-family: 'rennerbook';
    overflow: hidden;
    letter-spacing: 0.1em;
    transition: background-color .3s;
}

.categories-widget-category:hover {
background-color: #404040;
}

.categories-widget-category-has-image {
background: #454545;        
}

.categories-widget-category:last-child {
margin-bottom: 0;
}

.categories-widget-category-image {
    display: table;
    width: 100%;
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

@media screen and (min-width: 62em) { 
	.categories-widget-category-image {
		height: 170px;
	}
}

.categories-widget-category-title {
	height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.categories-widget-category-count {
    font-weight: 400;
    position: relative;
    display: none;
    float: right;
    font-style: italic;
    padding: 0 25px;
    letter-spacing: 0;
    background: #2d2e2f;
    transition: padding .3s;
}

.categories-widget-category:hover .categories-widget-category-count {
    padding: 0 30px;
    background-color: #999;
}

.categories-widget-category-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.categories-widget-category a {
    font-weight: 100;
}

/* ## Custom Widget - Subscribe */ 

#sidebar .widget.widget_laurie_blog_subscribe_widget, 
.sidebar .widget.widget_laurie_blog_subscribe_widget {
    padding: 0;
}

.subscribe-widget {
    min-height: 332px;
    padding: 40px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe-widget-overlay {
	background: rgba( 76, 76, 76, 0.3 );
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.subscribe-widget-inner {
	position: absolute;
	bottom: 40px;
	left: 40px;
}

@media only screen and (min-width:62em) and (max-width:80em){ 
	.subscribe-widget-inner {
		bottom: 20px;
		left: 20px;
	}
}
.subscribe-widget-title {
    color: #fff;
    font-family: 'rennerlight';
    font-size: 1.8em;
    font-weight: 700;
    line-height: .9em;
    margin-bottom: .4em;
}

.subscribe-widget-subtitle {
    font-family: 'rennerlight';
    color: #fff;
    font-size: .7em;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 2em;
}

.subscribe-widget-small-text {
	color: #fff;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-decoration: underline;
    margin-top: 20px;
}

.subscribe-widget .wysija-paragraph {
    margin-bottom: 0;
    float: left;
}

@media only screen and (min-width:62em) and (max-width:1387px){ 
	.subscribe-widget .wysija-paragraph {
	    width: 85%;
	}
}

@media only screen and (min-width:0em) and (max-width:365px){ 
	.subscribe-widget .wysija-paragraph {
	    width: 85%;
	}
}

.subscribe-widget .widget_wysija_cont {
    position: relative;
    margin-top: 35px;
}

.subscribe-widget .wysija-paragraph label {
    display: none;
}

.subscribe-widget input[type="text"].wysija-input,
.subscribe-widget input[type="email"].wysija-input,
.subscribe-widget .mc4wp-form-fields input[type="email"],
.subscribe-widget .mc4wp-form-fields input[type="text"]  {
    background: #fff;
    border: 0;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    padding: 0;
    width: 100%;
    border-radius: 0;
    padding: 0 20px;
    color: #8a8a8a;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.1em;
}

@media only screen and (min-width:62em) and (max-width:1387px){ 
	.subscribe-widget input[type="text"].wysija-input,
	.subscribe-widget input[type="email"].wysija-input,
	.subscribe-widget .mc4wp-form-fields input[type="email"],
	.subscribe-widget .mc4wp-form-fields input[type="text"]  {
	    text-align: center;
	}
}

@media only screen and (min-width:0em) and (max-width:365px){ 
			.subscribe-widget input[type="text"].wysija-input,
	.subscribe-widget input[type="email"].wysija-input,
	.subscribe-widget .mc4wp-form-fields input[type="email"],
	.subscribe-widget .mc4wp-form-fields input[type="text"]  {
	    text-align: center;
	}
}

.subscribe-widget input[type="submit"].wysija-submit,
.subscribe-widget .mc4wp-form-fields input[type="submit"] {
    border: none;
    line-height: 50px;
    height: 50px;
    color: #fff;
    font-family: 'Roboto';
    background: #54847b;
    padding: 0 20px;
    margin: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.1em;
}

@media only screen and (min-width:62em) and (max-width:1387px){  
		.subscribe-widget input[type="submit"].wysija-submit,
	.subscribe-widget .mc4wp-form-fields input[type="submit"] {
	    width: 85%;
	}
}

@media only screen and (min-width:0em) and (max-width:365px){ 
		.subscribe-widget input[type="submit"].wysija-submit,
	.subscribe-widget .mc4wp-form-fields input[type="submit"] {
	    width: 85%;
	}
}

.subscribe-widget input[type="text"].wysija-input:hover,
.subscribe-widget input[type="text"].wysija-input:focus,
.subscribe-widget input[type="text"].wysija-input:active,
.subscribe-widget .mc4wp-form-fields input[type="text"]:hover,
.subscribe-widget .mc4wp-form-fields input[type="text"]:focus,
.subscribe-widget .mc4wp-form-fields input[type="text"]:active,
.subscribe-widget .mc4wp-form-fields input[type="email"]:hover,
.subscribe-widget .mc4wp-form-fields input[type="email"]:focus,
.subscribe-widget .mc4wp-form-fields input[type="email"]active  {
    outline: none;
}

.subscribe-widget input[type="submit"].wysija-submit:hover,
.subscribe-widget input[type="submit"].wysija-submit:focus,
.subscribe-widget input[type="submit"].wysija-submit:active,
.subscribe-widget .mc4wp-form-fields input[type="submit"]:hover,
.subscribe-widget .mc4wp-form-fields input[type="submit"]:focus,
.subscribe-widget .mc4wp-form-fields input[type="submit"]:active {
    outline: none;
    background: #999;
}

.widget_wysija_cont .allmsgs .updated {
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    font-size: 15px;
    font-family: 'rennerlight';
}

.widget_wysija_cont .allmsgs {
    border: 0;
    margin-bottom: 10px;
    background: #2d2e2f;
    color: #fff;
    padding: 10px;
    font-family: 'rennerlight';
}

#secondary .widget_laurie_blog_subscribe_widget {
    padding: 0;
}

.subscribe-widget-text {
	font-family: 'rennerbook';
    font-size: 26px;
    line-height: 33px;
    color: #2d2e2f;
    padding: inherit;
    text-align: left;
}

.subscribe-widget-text a {
	color: #fff;
	background-color: #928979;
	padding: 0px 4px;
	line-height: 30px;
	display: inline-block;
}

/* ## Custom Widget - Footer Instagram Feed */ 

.wdi_photo_wrap_inner,
.wdi_feed_container {
	border: none !important;
}

.wdi_feed_container {
	margin-bottom: -8px !important;
}


#instagram-footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: -6px;
}

.instagram #sbi_load {
    display: none;
}

#instagram-footer .instagram-pics {
    margin: 0;
    padding: 0;
}

#instagram-footer .instagram-pics li {
    width:33.285714%;
    display:inline;
    float:left;
}

#instagram-footer .instagram-pics li:last-of-type {
    display: none;
}

@media screen and (min-width: 62em) {
    #instagram-footer .instagram-pics li {
        width:14.28571428571429%;
    }
    #instagram-footer .instagram-pics li:last-of-type {
        display: inline;
    }
}

#instagram-footer .instagram-pics li img {
    display: block;
}

#instagram-footer .instagram-pics li img:hover {
    opacity:.7;
}

#instagram-footer h2 {
   display: none;
}

#instagram-footer p.clear {
    display:none;
}

#secondary .instagram-pics {
    overflow:hidden;
}

#secondary .instagram-pics li{
    width: 27%;
    display: inline-block;
    border-bottom: none;
    padding: 0;
    margin: 0 0 15px 15px;
    float:left;
}

#secondary .instagram-pics li img {
    max-width:100%;
    vertical-align:middle;
    transition: all .3s;
}

#secondary .instagram-pics li img:hover{
    opacity:.7;
}

.widget_popper_recent_comments ul,
.widget_popper_recent_posts ul {
    margin-top: 2em;
    margin-bottom: 0;
    padding-bottom: 0;
}
.site-content .widget_popper_recent_comments li,
.site-content .widget_popper_recent_posts li {
    position: relative;
    padding: 0 0 1em 70px;
    margin-bottom: 2em;
    border-bottom: 1px solid #c3c3c3;
}

.widget_popper_recent_comments li:last-child,
.widget_popper_recent_posts li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.widget_popper_recent_comments a,
.widget_popper_recent_posts a {
    display: block;
    font-size: 1em;
}

.widget_popper_recent_comments a:hover,
.widget_popper_recent_comments a:focus,
.widget_popper_recent_posts a:hover,
.widget_popper_recent_posts a:focus {
    text-decoration: none;
    border-bottom: none;
}
.widget_popper_recent_comments .post-icon,
.widget_popper_recent_posts .post-icon {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
}

.widget_popper_recent_comments .post-icon img {
    border-radius: 50px;
}

.widget_popper_recent_comments .title,
.widget_popper_recent_comments .original-title{
    margin-top: 0;
    margin-bottom: .8em;
    font-size: .7em;
    line-height: 1.4em;
}

.widget_popper_recent_comments .excerpt {
    margin-top: 0;
    margin-bottom: .8em;
    font-family: 'rennerlight', serif;
    font-size: .8em;
    line-height: 1.4em;
}

.widget_popper_recent_comments .excerpt::before {
    content: "“";
}

.widget_popper_recent_comments .excerpt::after {
    content: "”";
}

.widget_popper_recent_comments .original-title {
    color: #808080;
    font-weight: 500;
}

.widget_popper_recent_comments .original-title span {
    font-weight: normal;
    font-style: italic;
}

.widget_popper_recent_comments a:hover .original-title,
.widget_popper_recent_comments a:focus .original-title {
    color: #2d2e2f;
    text-decoration: underline;
}

.widget_popper_recent_posts .post-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3em;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #333333;
}

.widget_popper_recent_posts .title {
    margin: 0;
    font-size: .9em;
    line-height: 1.4em;
}

.widget_popper_recent_posts .meta {
    margin: 0 0 .8em;
    font-size: .7em;
    text-transform: uppercase;
    color: #808080;
}

.widget_popper_recent_posts a:hover .title,
.widget_popper_recent_posts a:focus .title {
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Plugins 
--------------------------------------------------------------*/

#slider-1 .addtoany_content,
#slider-2 .addtoany_content,
#slider-3 .addtoany_content,
#slider-4 .addtoany_content,
#slider-5 .addtoany_content,
#slider-6 .addtoany_content,
.entry-content .addtoany_content {
	display: none;
}


.entry-meta-content .addtoany_content_top {
    margin: .7em 0;
}

@media screen and (min-width: 35em) {
    .entry-meta-content .addtoany_content_top {
        float: left;
        margin: 0 2em 0 0;
    }
}

.addtoany_list a > span {
    border-radius: 99px !important;
    background-color: #0a1628 !important;
    padding: 5px;
    box-sizing: content-box;
    transition: all .3s;
}

.addtoany_content {
	display: inline-block;
	margin-right: 30px !important;
}

#secondary .addtoany_content {
	display: none;
}

@media screen and (min-width: 40em) {
    .addtoany_list a > span {
        padding: 9px;
    }
}

.addtoany_list a > span:hover,
.addtoany_list a > span:focus,
.addtoany_list a > span:active {
    background-color: #999 !important;
}

.addtoany_list a {
    border: none !important;
    padding: 0 5px !important;
}

.woocommerce-tabs .addtoany_content_top {
    display: none;
}

.wpusb-icon-pinterest-default {
    padding: .8em .93em !important;
}

.wpusb .wpusb-item .wpusb-btn i {
    color: #fff !important;
    font-size: 15px;
    background-color: #2d2e2f;
    border-radius: 99px;
    padding: .8em;
    transition: all .3s;
}

.wpusb .wpusb-item:last-of-type {
    margin-right: 2em;
}

.wpusb .wpusb-item .wpusb-btn i:hover {
    color: #fff;
    font-size: 15px;
    background-color: #999;
}


div.wpcf7 {
    margin: 2em 0;
}

.wpcf7 label {
    font-family: 'rennerbook';
    font-size: .9em;
    line-height: 2.5em;
}

.wpcf7 textarea,
.wpcf7 input {
    border-radius: 0;
    border: 1px solid #d3d3d3;
    font-family: 'roboto';
    font-size: 85%;
    padding: .7em;
}

.wpcf7 input[type="submit"] {
    background-color: #0a1628;
    font-family: 'roboto';
    font-size: 14px;
    border: none;
    color: #fff;
    border-radius: 0;
    padding: 1em 1.5em;
}

span.wpcf7-not-valid-tip {
    margin-bottom: -25px;
}

.woocommerce #primary {
	margin-bottom: 0;
}

@media screen and (min-width: 62em) { 
	.woocommerce #primary {
		margin-bottom: 2em;
	}
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #b2e4ac;
    background: #b2e4ac;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    font-size: 15px;
    padding: 13px 15px;
}

.woocommerce {
	font-family: 'Roboto';
}

/* ## WooCommerce - Form */ 

.woocommerce ul.products.columns-2 li:nth-child(2n+0), .woocommerce-page ul.products.columns-2 li:nth-child(2n+0) {
   margin-right: 0;
}

.woocommerce ul.products.columns-3 li:nth-child(3n+0), .woocommerce-page ul.products.columns-3 li:nth-child(3n+0) {
   margin-right: 0;
}

.woocommerce ul.products.columns-4 li:nth-child(4n+0), .woocommerce-page ul.products.columns-4 li:nth-child(4n+0) {
   margin-right: 0;
}

.woocommerce ul.products.columns-5 li:nth-child(5n+0), .woocommerce-page ul.products.columns-5 li:nth-child(5n+0) {
   margin-right: 0;
}

.return-to-shop a:hover,
.wc-proceed-to-checkout a:hover {
	color: #fff !important;
	border-bottom: none !important;
}

.wc-proceed-to-checkout a,
.return-to-shop a {
	border-bottom: none !important;
}

@media screen and (min-width: 62em) { 
	.single-product #main {
		padding: 65px;
	    background-color: #fff;
	}
}


.woocomerce-form,
.woocommerce form.login {
	padding: 2em;
    background-color: #fbfbfb;
    border: 1px solid #ebebeb;
    margin: 2em 0;
    border-radius: 0;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #cccccc;
    border-radius: 0;
}

.woocommerce-LostPassword,
.lost-password {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	color: #302b16;
    background-color: #ffe574;
    border-radius: 99px;
    font-weight: 500;
    text-decoration: none;
    padding: 7px 23px;
    transition: all .6s;
    font-size: 10px;
    font-family: 'Roboto';
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1px;
}

@media screen and (min-width: 62em) { 
	.woocommerce #respond input#submit, 
	.woocommerce a.button, 
	.woocommerce button.button, 
	.woocommerce input.button {
	    font-size: 11px;
	}
}

.woocommerce #respond input#submit:hover, 
.woocommerce #respond input#submit:active, 
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:hover, 
.woocommerce a.button:active, 
.woocommerce a.button:focus, 
.woocommerce button.button:hover,
.woocommerce button.button:active, 
.woocommerce button.button:focus,  
.woocommerce input.button:hover,
.woocommerce input.button:active,
.woocommerce input.button:focus {
	background-color: #0a1628;
	color: #fff;
	outline: none;
	border: none;
}

.woocommerce-form__label-for-checkbox input {
	margin-left: 1em;
}

.woocommerce-form__label-for-checkbox span {
	font-size: .8em;
}

.woocommerce-EditAccountForm {
	padding: 1.5em 2.5em 0;
    background-color: #fbfbfb;
    border: 1px solid #ebebeb;
}

/* ## WooCommerce - My Account / Navigation + Content */ 

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
    font-size: .8em;
    font-weight: 500;
    font-family: 'rennerbook';
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
}

.woocommerce-account .addresses .title h3 {
    margin-top: 0;
    font-size: 23px;
}

.woocommerce-account #primary h2 {
	font-size: 26px;
}

.woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #f3f2f1;
    padding: .8em 0;
}

.woocommerce-MyAccount-navigation ul li:last-of-type {
	border: none !important;
}

.woocommerce-account .addresses .title .edit {
    float: right;
    font-size: 14px;
    line-height: 20px;
}

.woocommerce address {
	font-size: 13px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    color: #989898;
    border-bottom: none !important;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:active,
.woocommerce-MyAccount-navigation ul li a:focus {
	border-bottom: none;
}

.woocommerce-MyAccount-navigation ul .is-active {
    padding: 0;
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul .is-active a {
	background-color: #ffe574;
    color: #302b16;
    margin-top: -1px;
    padding: .5em .8em;
}

.woocommerce-account .addresses .title .edit, 
.woocommerce-account ul.digital-downloads li .count {
    margin-top: .35em;
}

.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
	padding: 1.2em 2.5em 1.9em 2.1em;
    background-color: #fbfbfb;
    border: 1px solid #ebebeb;
}

.woocommerce .woocommerce-Address {
	padding: 2em 2em .7em !important;
}

/* ## WooCommerce - Message */ 

.woocommerce .woocommerce-message,
.entry-content .woocommerce-message {
    border-top-color: #92ba9e !important;
    font-size: .9em !important;
}

.woocommerce .woocommerce-message::before,
.entry-content .woocommerce-message::before {
    content: '\e015'!important;
    color: #92ba9e!important;
}

.woocommerce .woocommerce-info {
    border-top-color: #0a1628 !important;
    font-size: .9em !important;
}

.woocommerce .woocommerce-info::before {
    color: #0a1628 !important;
}

.woocommerce .woocommerce-info a.button {
	background-color: #0a1628;
	color: #fff !important;
	font-weight: 300 !important;
	border: none !important;
}

.woocommerce-page .page-title {
	margin: 0 1em 1em 0;
	font-size: 1.8em;
	float: left;
}

.woocommerce .woocommerce-result-count {
	font-size: .8em;
	color: #999;
	margin: .6em 0 0 0;
	display: none;
}

@media screen and (min-width: 32em) {
	.woocommerce .woocommerce-result-count {
		font-size: .8em;
		color: #999;
		margin: .6em 0 0 0;
		display: block;
	}
}
.woocommerce .woocommerce-ordering select {
    padding: 8px;
    color: #222;
    background-color: #fff !important;
    margin: .3em 0 0;
    font-size: .7em;
    border: 1px solid #e5e5e5;
}

.woocommerce .woocommerce-ordering select:focus,
.woocommerce .woocommerce-ordering select:active {
    outline: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 0;
    font-family: 'rennerbook';
}

 
.woocommerce ul.products li.product h3 {
	font-family: 'rennerlight';
	font-weight: 600;
    text-align: center;
}

.woocommerce ul.products li.product .price {
    color: #999;
    text-align: center;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    margin: 0 3.8% 3em 0;
}

/* ## Woocommerce - Single Product */

.woocommerce div.product .product_title {
    text-align: left;
    font-family: 'rennerbook';
    color: #2d2e2f;
    text-align: inherit;
    font-style: normal;
    line-height: 39px;
   	font-size: 25px !important;
}

@media screen and (min-width: 62em) { 
	.woocommerce div.product .product_title {

	    padding-bottom: 25px !important;
	    margin-bottom: 20px !important;
	}
}

.woocommerce .woocommerce-product-rating .star-rating {
    width: 5.4em;
    color: #ffe574;;
    font-family: star;

}

.woocommerce .star-rating {
    width: 5.4em;
    color: #ffe574;
    font-family: star;
    margin: 0;
    font-size: 1em;
}

@media screen and (min-width: 62em) { 
	.woocommerce .star-rating,
	.woocommerce .woocommerce-product-rating .star-rating {
	    line-height: 1;
	    font-size: 13px;
	}

	.woocommerce .woocommerce-product-rating .star-rating {
	    margin: 1.1em 4px 0 0;
	}
}

.woocommerce-review-link {
	color: #9a9a9a;
}

#reviews #comments {
	padding: 0;
}

@media screen and (min-width: 62em) { 
	.woocommerce-review-link {
		font-size: .8em;
		line-height: 41px;
	}
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: .3em;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    width: 100%;
}

@media screen and (min-width: 48em) {
	.woocommerce #content div.product div.summary, 
	.woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.summary {
	    width: 46%;
	}
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #999;
    font-size: 1em;
    margin: 0;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #ffe574;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    color: #302b16;
    border-radius: 99px;
    font-weight: 500;
    text-decoration: none;
    padding: 7px 23px;
    transition: all .6s;
    font-size: 10px;
    font-family: 'Roboto';
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1px;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:active, 
.woocommerce a.button.alt:active, 
.woocommerce button.button.alt:active, 
.woocommerce input.button.alt:active,
.woocommerce #respond input#submit.alt:focus, 
.woocommerce a.button.alt:focus, 
.woocommerce button.button.alt:focus, 
.woocommerce input.button.alt:focus {
    background-color: #0a1628;
}

.woocommerce .entry-summary {
	font-family: 'rennerlight';
}

.woocommerce .entry-summary p {
    color: #222;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Roboto';
    line-height: 26px;
}

@media screen and (min-width: 62em) { 
	.woocommerce .entry-summary {
	    font-size: .85em;
	    line-height: 24px;
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-family: 'Roboto';
}

.posted_in,
.tagged_as {
	font-family: 'rennerlight';
    font-size: .85em;
    line-height: 24px;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 20px 0 0;
}

article.product-type-simple {
	margin: 0 0 2.35em;
    border-bottom: 2px solid #f3f2f1;
    padding-bottom: 2em;
}

article.product-type-simple p {
	text-align: center;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 0 2em;
    float: right;
}

@media screen and (min-width: 62em) {
	.woocommerce .woocommerce-ordering {
	    float: left;
	}
}

@media screen and (max-width: 62em) {
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product, 
	.woocommerce-page[class*=columns-] ul.products li.product, 
	.woocommerce[class*=columns-] ul.products li.product {
	    margin-bottom: 3em;
	}
}

.woocommerce-product-gallery__wrapper {
	margin-top: 0;
}

.woocommerce a.remove {
	color: #bbb !important;
}

.woocommerce a.remove:hover {
    color: #444!important;
    background: inherit;
    text-decoration: none;
}

.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a {
	font-size: .8em;
    font-weight: 500;
    line-height: 1.3em;
}

.woocommerce-cart table.cart td {
	font-size: .9em;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: -1px;
}

.woocommerce .widget_shopping_cart .cart_list li a:focus, 
.woocommerce.widget_shopping_cart .cart_list li a:focus {
	text-decoration: none;
}

.woocommerce .quantity,
.woocommerce .total,
.woocommerce .amount,
.woocommerce .reviewer {
	font-size: 15px;
    line-height: 16px;
    font-weight: 500;
}

.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total {
	padding: 20px 0 0 10px;
}

.woocommerce .buttons {
	margin-bottom: 0;
}

.woocommerce .buttons a.button {
	font-size: .5em;
    width: 47%;
    text-align: center;
}

.widget_product_categories ul {
	text-align: center;
	padding: 0 1em;
}

.widget_product_categories ul li ul {
	margin: 0 0 0 1em;
	padding: 0 1em;
}

.widget_product_categories li {
	color: #808080;
    border-bottom: 1px solid #e3e3e3;
    padding: .5em 0;
}

.widget_product_categories li:last-of-type,
.widget_product_categories li ul li {
	border-bottom: none;
	padding: .2em 0 !important;
}

.woocommerce .search-field {
	width: 100%;
    border: 1px solid #e5e5e5;
    font-size: .7em;
    box-sizing: border-box;
    padding: 1.5em;
    margin-top: 5px;
    border-radius: 0;
    font-family: 'rennerlight';
}

#secondary .woocommerce form input[type="submit"] {
	display: none;
}

.woocommerce .empty {
	font-size: .8em;
	padding: 0 !important;
	text-align: center;
	color: #999;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #999;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
   background-color: #d7d7d7 !important;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: .6em;
}

.woocommerce .widget_layered_nav ul li.chosen a::before, 
.woocommerce .widget_layered_nav_filters ul li a::before {
    color: #bbb;
}

.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li {
    padding: 4px 0 13px;
}

.woocommerce ul.cart_list li:last-of-type, 
.woocommerce ul.product_list_widget li:last-of-type {
    padding-bottom: 0;
}

.woocommerce .summary form {
    padding: 1.5em .8em;
    margin-bottom: 1.5em;
    border: 1px solid rgba(0,0,0,.1);
    border-left: 0;
    border-right: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #f4f4f4;
    border-color: #e2e2e2;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: .6em;
    font-size: .6em;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-color: #e2e2e2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce-tabs h2 {
	font-size: 20px;
}

.related h2 {
	font-size: 1.35em;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
}

.entry-content th {
    font-size: .8em;
    background: #f3f2f1;
}

.woocommerce .entry-content td, 
.woocommerce .entry-content th {
    padding: 12px;
    border: 1px solid red;
    border: none;
}

.woocommerce th,
.woocommerce td {
	border: none;
}

.woocommerce .product_meta {
	margin-bottom: 20px;
}

.woocommerce table.shop_table {
    border-radius: 0;
}

.woocommerce input.button[name=update_cart] {
	background-color: #ddd;
	transition: none;
}

.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: 9em;
}

.woocommerce .checkout-button {
	font-size: .9em !important;
	padding: 1.3em 0 !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 50%;
}

.woocommerce .cart_totals table {
	border: 1px solid rgba(0,0,0,.1) !important;
}

.woocommerce .cart_totals th {
	padding: 9px 12px !important;
	font-weight: bold;
}

.woocommerce .cart_totals td {
	padding: 6px 12px !important;
}

.cart_totals h2 {
	font-size: 1.5em;
	font-weight: 600;
}

.product-remove a:hover, 
.product-remove a:focus, 
.product-remove a:active {
    border-bottom: inherit!important;
}

#customer_details h3 {
	font-size: 1.5em;
}

.woocommerce .about_paypal:hover,
.woocommerce .about_paypal:focus,
.woocommerce .about_paypal:active {
	border-bottom: none;
}

.woocommerce .related ul li.product, 
.woocommerce .related ul.products li.product {
    width: 41.5%;
    margin-bottom: 30px;
}

#order_review_heading {
	font-size: 24px;
}

@media screen and (min-width: 62em) { 
	.woocommerce .related ul li.product, 
	.woocommerce .related ul.products li.product {
	    width: 29.5%;
	}
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #2d2e2f !important;
    color: #fff;
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    padding: 2em;
    background-color: #999;
    color: #fff;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 25px 12px 0 12px;
}


.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    text-align: center;
}

.archive.woocommerce .star-rating, 
.archive.woocommerce p.stars [class^="star-"], 
.archive.woocommerce p.stars [class*=" star-"] {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

#primary .archive.woocommerce .star-rating, 
#primary .archive.woocommerce p.stars [class^="star-"], 
#primary .archive.woocommerce p.stars [class*=" star-"] {
	font-size: 1em;
}

.archive.woocommerce .star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	width: 5em;
}
.archive.woocommerce .star-rating:before {
	content: "\e021\e021\e021\e021\e021";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	color: #999;
}
.archive.woocommerce .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}
.archive.woocommerce .star-rating span:before {
	content: "\e020\e020\e020\e020\e020";
	top: 0;
	position: absolute;
	left: 0;
	color: #0a1628;
}
/* rating block specific to single product summary area */
.archive.woocommerce .woocommerce-product-rating {
	display: block;
	width: 100%;
}
.archive.woocommerce .woocommerce-product-rating .star-rating {
	margin: 0 auto;
	float: left;
	font-size: 1em;
}
.archive.woocommerce .woocommerce-product-rating .woocommerce-review-link {
	font-size: 85%;
	width: 100%;
	margin: 0.5em 0;
	float: left;
}
/* rating block specific to review submit form */
.archive.woocommerce p.stars {
	position: relative;
	padding: 0.75em;
}
.archive.woocommerce p.stars a {
	display: inline-block;
	margin-right: 1em;
	text-indent: -9999px;
	position: relative;
	border-bottom: 0!important;
	outline: 0;
	color: #999;
}
.archive.woocommerce p.stars a:hover, 
.archive.woocommerce p.stars a.active {
	color: #999;
}
.archive.woocommerce p.stars a:last-child {
	border-right: 0
}
.archive.woocommerce p.stars [class^="star-"], 
.archive.woocommerce p.stars [class*=" star-"] {
	border-right: 1px solid #ccc
}
.archive.woocommerce p.stars [class^="star-"]:after, 
.archive.woocommerce p.stars [class*=" star-"]:after {
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0
}
.archive.woocommerce p.stars a.star-1 {
	width: 2em
}
.archive.woocommerce p.stars a.star-1:after {
	content: "\e021"
}
.archive.woocommerce p.stars a.star-1.active:after, 
.archive.woocommerce p.stars a.star-1:hover:after {
	content: "\e020"
}
.archive.woocommerce p.stars a.star-2 {
	width: 3em
}
.archive.woocommerce p.stars a.star-2:after {
	content: "\e021\e021"
}
.archive.woocommerce p.stars a.star-2.active:after, 
.archive.woocommerce p.stars a.star-2:hover:after {
	content: "\e020\e020"
}
.archive.woocommerce p.stars a.star-3 {
	width: 4em
}
.archive.woocommerce p.stars a.star-3:after {
	content: "\e021\e021\e021"
}
.archive.woocommerce p.stars a.star-3.active:after, 
.archive.woocommerce p.stars a.star-3:hover:after {
	content: "\e020\e020\e020"
}
.archive.woocommerce p.stars a.star-4 {
	width: 5em
}
.archive.woocommerce p.stars a.star-4:after {
	content: "\e021\e021\e021\e021"
}
.archive.woocommerce p.stars a.star-4.active:after, 
.archive.woocommerce p.stars a.star-4:hover:after {
	content: "\e020\e020\e020\e020"
}
.archive.woocommerce p.stars a.star-5 {
	width: 6em;
}
.archive.woocommerce p.stars a.star-5:after {
	content: "\e021\e021\e021\e021\e021"
}
.archive.woocommerce p.stars a.star-5.active:after, 
.archive.woocommerce p.stars a.star-5:hover:after {
	content: "\e020\e020\e020\e020\e020"
}
/* rating block specific to product listing */
.archive.woocommerce ul.products li.product .star-rating,
.related .products .star-rating {
	display: block;
	text-align: center;
	margin: .5em auto;
}
/* end of review stars */

.wpmenucartli i {
	font-size: 1.1em;
    margin-right: .5em;
}

.woocommerce .comment-form label {
    display: inline;
}

.woocommerce span.onsale {
    padding: .25em .75em;
    background-color: #999;
}

.woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 25px;
    width: 56px;
    height: auto;
    box-shadow: none;
}

.woocommerce .product_list_widget .star-rating {
	margin: .8em 0;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    padding: 0 1em 0;
}

.woocommerce-review__author {
    color: #999;
    font-size: 1.2em;
    font-weight: 400;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    font-size: .9em;
}