/*!
Theme Name: Online Photography Pro
Author: Kantipur Themes
Description: Online Photography Pro is a clean and beautiful WordPress Theme designed specially for photography websites. This theme comes with lots of features such as color options, typography options, one click demo import, layout options, sticky menu and so on. It can be used for many sites like portrait photography, fashion photography, sports photography, architectural photography etc. This theme is fully responsive and compatible with cross browsers.
Version: 1.0.8
Requires at least: 5.1
Requires PHP: 5.6
Tested up to: 5.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: online-photography-pro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, custom-header, blog, entertainment, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Online Photography Pro is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

.boxed-layout,
.frame-layout {
	background-color: #eee;
}

.boxed-layout #page,
.frame-layout #page {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    background-color: #f4f4f4;
}

.frame-layout #page {
	margin: 50px auto;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1,
h1.entry-title {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #444;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 16px;
    line-height: 1.4;
	clear: both;
	color: #000;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

p {
	margin: 0 0 1.5em;
}

p:last-child {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
    padding: 15px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	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: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f4f4f4;
    overflow-x: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0;
    padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
	display: inline-block;
    vertical-align: middle;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
  	border-collapse: collapse;
}

table, td, th {  
  border: 1px solid #ddd;
  text-align: left;
}

th, td {
  padding: 15px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.reply a {
	position: relative;
    background-color: transparent;
    font-size: 11px;
    line-height: 42px;
    font-weight: 600;
    color: #C09F5A;
    border: 1px solid #C09F5A;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    display: inline-block;
    vertical-align: middle;
    padding: 11px 18px;
    line-height: 1.3;
    cursor: pointer;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover,
.btn:focus,
.reply a:hover,
.reply a:focus {
	background-color: #C09F5A;
    color: #fff;
}

button:active, 
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color: #C09F5A;
    color: #fff;
    outline: thin dotted;
}

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 #e7e7e7;
    padding: 8px 12px;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
}

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: thin dotted;
	border-color: #C09F5A;
}

select {
	border: 1px solid #ccc;
}

select:focus {
    outline: thin dotted;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #C09F5A;
}

a:hover, 
a:focus, 
a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

a:hover, 
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#top-bar {
    background-color: #C09F5A;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
}

#top-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#top-bar ul li,
#top-bar ul li a {
	color: #fff;
}

#top-bar ul li a:hover,
#top-bar ul li a:focus {
	color: #fff;
	opacity: 0.9;
}

#top-bar ul li i {
    margin-right: 7px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
    background-color: #f4f4f4;
    position: relative;
    z-index: 10;
}

.site-branding {
    padding: 30px 0;
    text-align: center;
}

.site-branding-logo img {
    max-height: 120px;
    width: auto;
}

.site-title {
    font-size: 24px;
    margin: 0 0 2px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.site-title a {
	color: #000;
}

.site-title a:hover,
.site-title a:focus {
	color: #C09F5A; 
}

.site-description {
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 32px;
}

.navigation-menu {
	display: block;
	width: 100%;
	background-color: #fff;
}

.navigation-menu ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

ul.nav-menu {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.navigation-menu .nav-menu ul {
	display: none;
}

.navigation-menu ul ul {
    padding-left: 20px;
}

.navigation-menu li {
	position: relative;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.navigation-menu a {
	font-size: 14px;
	display: block;
    padding: 10px 0;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.navigation-menu .nav-menu > li > a {
	text-transform: uppercase;
}

.navigation-menu .nav-menu > li:last-child > a {
    border-bottom: none;
}

#site-navigation.navigation-menu .nav-menu > a {
    text-transform: uppercase;
}

.navigation-menu li.current-menu-item > a,
.navigation-menu .nav-menu > li:hover > a,
.navigation-menu .nav-menu > li.focus > a,
.navigation-menu .nav-menu > li > a:hover,
.navigation-menu .nav-menu > li > a:focus {
    color: #C09F5A;
}

.navigation-menu li a svg {
    display: none;
    fill: #949393;
    margin-left: 5px;
}

.navigation-menu a:hover,
.navigation-menu a:focus,
.navigation-menu li:hover > a {
	color: #C09F5A;
}

.navigation-menu .nav-menu > li > a:hover svg,
.navigation-menu .nav-menu > li > a:focus svg,
.navigation-menu .nav-menu > li:hover > a svg {
	fill: #C09F5A;
}

.menu-toggle,
.navigation-menu.toggled ul {
	display: block;
}

.menu-toggle {
    margin: 0 auto;
    padding: 12px 15px;
    background-color: #fff;
    border-color: #fff;
    line-height: 28px;
    color: #C09F5A;
    width: 100%;
    font-size: 14px;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: #fff;
    border-color: #fff;
    color: #C09F5A;
}

.menu-toggle svg {
	fill: #C09F5A;
	width: 20px;
	height: 20px;
}

.menu-toggle .icon-close,
.menu-toggle.active .icon-bars {
    display: none;
}

.menu-toggle.active .icon-close {
    display: inline-block;
}

.primary-menu-label {
    display: none;
}

.dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 48px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
}

svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.site-main .comment-navigation, 
.site-main .posts-navigation, 
.site-main .post-navigation {
	margin: 1.5em 0;
    background-color: #fff;
    padding: 15px 25px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.site-main .comment-navigation a, 
.site-main .posts-navigation a, 
.site-main .post-navigation a {
	color: #000;
}

.site-main .comment-navigation a:hover, 
.site-main .posts-navigation a:hover, 
.site-main .post-navigation a:hover,
.site-main .comment-navigation a:focus, 
.site-main .posts-navigation a:focus, 
.site-main .post-navigation a:focus {
	color: #C09F5A;
}

.nav-subtitle {
    display: block;
}

.nav-previous .nav-title-icon-wrapper {
    margin-right: 10px;
}

.nav-next .nav-title-icon-wrapper {
    margin-left: 10px;
}

.navigation.pagination .page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    color: #000;
}

.navigation.pagination .page-numbers.prev svg,
.navigation.pagination .page-numbers.next svg {
	position: relative;
	top: -2px;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers:focus {
    background-color: #C09F5A;
    border-color: #C09F5A;
    color: #fff;
}

.navigation.pagination .page-numbers.prev:hover svg,
.navigation.pagination .page-numbers.next:hover svg,
.navigation.pagination .page-numbers.prev:focus svg,
.navigation.pagination .page-numbers.next:focus svg {
	fill: #fff;
}

.post-navigation .nav-previous a:hover svg,
.post-navigation .nav-previous a:focus svg,
.post-navigation .nav-next a:hover svg,
.post-navigation .nav-next a:focus svg {
    fill: #C09F5A;
}

.navigation.pagination {
    margin-top: 50px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content: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,
.container:before,
.container:after,
.site-main .comment-navigation:before, 
.site-main .posts-navigation:before, 
.site-main .post-navigation:before,
.site-main .comment-navigation:after, 
.site-main .posts-navigation:after, 
.site-main .post-navigation:after,
.blog-archive:before,
.blog-archive:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.container:before,
.container:after,
.site-main .comment-navigation:before, 
.site-main .posts-navigation:before, 
.site-main .post-navigation:before,
.site-main .comment-navigation:after, 
.site-main .posts-navigation:after, 
.site-main .post-navigation:after,
.blog-archive:before,
.blog-archive:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	position: relative;
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget:last-child {
	margin-bottom: 0;
}

.widget select {
	max-width: 100%;
	width: 100%;
	padding: 10px;
}

.widget_search form.search-form {
    position: relative;
}

.widget_search input[type="search"] {
	width: 100%;
	padding-right: 105px;
}

.widget_search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px 15px;
    background-color: #C09F5A;
    color: #fff;
    line-height: 28px;
    font-size: 12px;
}

.widget_search input[type="submit"]:hover,
.widget_search input[type="submit"]:focus {
    border-color: #444;
    background-color: #444;
	color: #fff;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul ul {
    padding-left: 1em;
}

#secondary .widget {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
    box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
}

#secondary .widget:not(:last-child),
#footer-widgets .widget:not(:last-child) {
    margin-bottom: 35px;
}

#secondary ul li,
#footer-widgets ul li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    padding: 10px 0;
}

#secondary ul li:last-child,
#footer-widgets ul li:last-child {
	border-bottom: none;
}

#secondary ul li a,
#footer-widgets ul li a {
    display: inline-block;
    text-transform: capitalize;
}

#footer-widgets ul li {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

#secondary a {
	color: #232323;
}

#secondary a:hover,
#secondary a:focus {
	color: #C09F5A;
}

.tagcloud a {
    font-size: 16px !important;
    color: #717e81 !important;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 5px 10px;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.tagcloud a:hover,
.tagcloud a:focus {
    background-color: #C09F5A;
    border-color: #C09F5A;
    color: #fff !important;
}

.widget_recent_entries span {
    display: block;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.error404 #primary,
.has-sidebar.error404 #primary {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
}

.error-404.not-found .title {
    font-size: 150px;
    font-weight: bold;
    line-height: 1;
    color: #C09F5A;
}

.error-404.not-found input.search-field {
    min-width: 300px;
    display: block;
    margin: 0 auto 20px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
}

.comment-form input[type="checkbox"] {
	margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.comments-title,
.comment-reply-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.comments-title {
    margin-bottom: 25px;
}

.comment-author.vcard img {
    width: 60px;
    height: auto;
    margin-right: 15px;
    float: left;
}

#comments > ol.comment-list {
    margin-left: 0;
    padding-left: 0;
}

#comments ol.comment-list {
	list-style: none;
}

.comment-content {
    display: table-cell;
}

.reply {
    margin: 20px 0 25px;
    text-align: right;    
}

.form-submit {
    margin-bottom: 0;
}

.has-sidebar #primary {
    margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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 .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin: -5px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 5px;
	margin: 0;
}

.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;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5 {
	margin: 0 -15px;
}

.col-1 {
	max-width: 500px;
	margin: 0 auto;
}

.col-1 article,
.col-2 article,
.col-3 article,
.col-4 article,
.col-5 article {
	padding: 0 15px;
	margin-bottom: 30px;
}

.col-1 article:last-child,
.col-2 article:last-child,
.col-3 article:last-child,
.col-4 article:last-child,
.col-5 article:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Container
--------------------------------------------------------------*/
.container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

#content-wrap {
    padding: 50px 0;
}

#home-sections {
    padding: 50px 0;
}

#home-sections > .widget {
    margin-bottom: 50px;
}

#home-sections > .widget.wdi_instagram_widget {
    margin-bottom: 0;
}

#home-sections .wdi_instagram_widget .widget-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

/*--------------------------------------------------------------
# Custom Header
--------------------------------------------------------------*/
#wp-custom-header {
    text-align: center;
}

.custom-header-media {
    position: relative;
}

#wp-custom-header img {
	width: 100%;
}

.page-header {
    margin-bottom: 25px;
    text-align: center;
}

.page-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 32px;
}

.home .page-header, 
.blog .page-header {
    display: none;
}

.page-title-regular .page-header .page-title {
	font-weight: 400;
}

.page-title-medium .page-header .page-title {
	font-weight: 600;
}

.page-title-bold .page-header .page-title {
	font-weight: bold;
}

.page-title-size-1 .page-header .page-title {
	font-size: 16px;
}

.page-title-size-2 .page-header .page-title {
	font-size: 18px;
}

.page-title-size-3 .page-header .page-title {
	font-size: 20px;
}

.page-title-size-4 .page-header .page-title {
	font-size: 22px;
}

.page-title-size-5 .page-header .page-title {
	font-size: 24px;
}

.page-title-size-6 .page-header .page-title {
	font-size: 26px;
}

.page-title-size-7 .page-header .page-title {
	font-size: 28px;
}

.page-title-size-8 .page-header .page-title {
	font-size: 30px;
}

.page-title-size-9 .page-header .page-title {
	font-size: 32px;
}

.page-title-size-10 .page-header .page-title {
	font-size: 34px;
}

.page-title-size-11 .page-header .page-title {
	font-size: 36px;
}

.page-title-size-12 .page-header .page-title {
	font-size: 38px;
}

.page-title-size-13 .page-header .page-title {
	font-size: 40px;
}

.page-title-size-14 .page-header .page-title {
	font-size: 42px;
}

.page-title-top-gap-1 .page-header {
	margin-top: -55px;
}

.page-title-top-gap-2 .page-header {
	margin-top: -50px;
}

.page-title-top-gap-3 .page-header {
	margin-top: -45px;
}

.page-title-top-gap-4 .page-header {
	margin-top: -40px;
}

.page-title-top-gap-5 .page-header {
	margin-top: -35px;
}

.page-title-top-gap-6 .page-header {
	margin-top: -30px;
}

.page-title-top-gap-7 .page-header {
	margin-top: -25px;
}

.page-title-top-gap-8 .page-header {
	margin-top: -20px;
}

.page-title-top-gap-9 .page-header {
	margin-top: -15px;
}

.page-title-top-gap-10 .page-header {
	margin-top: -10px;
}

.page-title-top-gap-11 .page-header {
	margin-top: -5px;
}

.page-title-top-gap-12 .page-header {
	margin-top: 0;
}

body.page-title-bottom-gap-1.category .page-header, 
body.page-title-bottom-gap-1.archive .page-header, 
body.page-title-bottom-gap-1.blog:not(.home) .page-header,
.page-title-bottom-gap-1 .page-header {
	margin-bottom: 0;
}

body.page-title-bottom-gap-2.category .page-header, 
body.page-title-bottom-gap-2.archive .page-header, 
body.page-title-bottom-gap-2.blog:not(.home) .page-header,
.page-title-bottom-gap-2 .page-header {
	margin-bottom: 5px;
}

body.page-title-bottom-gap-3.category .page-header, 
body.page-title-bottom-gap-3.archive .page-header, 
body.page-title-bottom-gap-3.blog:not(.home) .page-header,
.page-title-bottom-gap-3 .page-header {
	margin-bottom: 10px;
}

body.page-title-bottom-gap-4.category .page-header, 
body.page-title-bottom-gap-4.archive .page-header, 
body.page-title-bottom-gap-4.blog:not(.home) .page-header,
.page-title-bottom-gap-4 .page-header {
	margin-bottom: 15px;
}

body.page-title-bottom-gap-5.category .page-header, 
body.page-title-bottom-gap-5.archive .page-header, 
body.page-title-bottom-gap-5.blog:not(.home) .page-header,
.page-title-bottom-gap-5 .page-header {
	margin-bottom: 20px;
}

body.page-title-bottom-gap-6.category .page-header, 
body.page-title-bottom-gap-6.archive .page-header, 
body.page-title-bottom-gap-6.blog:not(.home) .page-header,
.page-title-bottom-gap-6 .page-header {
	margin-bottom: 25px;
}

body.page-title-bottom-gap-7.category .page-header, 
body.page-title-bottom-gap-7.archive .page-header, 
body.page-title-bottom-gap-7.blog:not(.home) .page-header,
.page-title-bottom-gap-7 .page-header {
	margin-bottom: 30px;
}

body.page-title-bottom-gap-8.category .page-header, 
body.page-title-bottom-gap-8.archive .page-header, 
body.page-title-bottom-gap-8.blog:not(.home) .page-header,
.page-title-bottom-gap-8 .page-header {
	margin-bottom: 35px;
}

body.page-title-bottom-gap-9.category .page-header, 
body.page-title-bottom-gap-9.archive .page-header, 
body.page-title-bottom-gap-9.blog:not(.home) .page-header,
.page-title-bottom-gap-9 .page-header {
	margin-bottom: 40px;
}

body.page-title-bottom-gap-10.category .page-header, 
body.page-title-bottom-gap-10.archive .page-header, 
body.page-title-bottom-gap-10.blog:not(.home) .page-header,
.page-title-bottom-gap-10 .page-header {
	margin-bottom: 45px;
}

body.page-title-bottom-gap-11.category .page-header, 
body.page-title-bottom-gap-11.archive .page-header, 
body.page-title-bottom-gap-11.blog:not(.home) .page-header,
.page-title-bottom-gap-11 .page-header {
	margin-bottom: 50px;
}

body.page-title-bottom-gap-12.category .page-header, 
body.page-title-bottom-gap-12.archive .page-header, 
body.page-title-bottom-gap-12.blog:not(.home) .page-header,
.page-title-bottom-gap-12 .page-header {
	margin-bottom: 55px;
}

body.page-title-bottom-gap-13.category .page-header, 
body.page-title-bottom-gap-13.archive .page-header, 
body.page-title-bottom-gap-13.blog:not(.home) .page-header,
.page-title-bottom-gap-13 .page-header {
	margin-bottom: 60px;
}

body.page-title-bottom-gap-14.category .page-header, 
body.page-title-bottom-gap-14.archive .page-header, 
body.page-title-bottom-gap-14.blog:not(.home) .page-header,
.page-title-bottom-gap-14 .page-header {
	margin-bottom: 65px;
}

body.page-title-bottom-gap-15.category .page-header, 
body.page-title-bottom-gap-15.archive .page-header, 
body.page-title-bottom-gap-15.blog:not(.home) .page-header,
.page-title-bottom-gap-15 .page-header {
	margin-bottom: 70px;
}

body.page-title-bottom-gap-16.category .page-header, 
body.page-title-bottom-gap-16.archive .page-header, 
body.page-title-bottom-gap-16.blog:not(.home) .page-header,
.page-title-bottom-gap-16 .page-header {
	margin-bottom: 75px;
}

body.page-title-bottom-gap-17.category .page-header, 
body.page-title-bottom-gap-17.archive .page-header, 
body.page-title-bottom-gap-17.blog:not(.home) .page-header,
.page-title-bottom-gap-17 .page-header {
	margin-bottom: 80px;
}
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.section-overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.widget_slider .featured-image img {
	width: 100%;
    max-height: 600px;
    object-fit: cover;
}

.widget_slider .slider-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget_slider .entry-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.widget_slider .entry-title a {
	color: #fff;
}

.widget_slider .entry-meta span, 
.widget_slider .entry-meta a {
    color: #fff;
    font-style: italic;
}

.widget_slider .entry-meta a:hover,
.widget_slider .entry-meta a:focus {
    color: #C09F5A;
}

.widget_slider .entry-meta > span:not(:last-child) {
    margin-right: 15px;
}

.widget_slider .posted-on:before {
	opacity: 1;
	-webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.widget_slider .entry-meta span:not(:last-child):after {
    content: "/";
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
}

.swiper-button-prev, 
.swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
}

.swiper-button-prev:hover, 
.swiper-button-next:hover,
.swiper-button-prev:focus, 
.swiper-button-next:focus {
	background-color: #C09F5A;
}

.swiper-button-prev:after, 
.swiper-button-next:after {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

/*--------------------------------------------------------------
# Featured Posts
--------------------------------------------------------------*/
.widget_featured_posts .container {
    text-align: center;
    background-color: #212121;
    padding: 40px 30px;
}

.widget_featured_posts .widget-header {
    margin-bottom: 35px;
    display: inline-block;
    text-align: center;
    padding: 5px;
    background-color: #C09F5A;
    -webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
    box-shadow: 0 0 6px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
}

.widget_featured_posts .widget-header .widget-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 0;
    display: block;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, 0.30);
}

.widget_featured_posts .featured-post-item {
    position: relative;
}

.widget_featured_posts .entry-header {
    text-align: center;
    padding: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
    box-shadow: 0 0 6px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 315px;
    margin: 0 auto;
}

.widget_featured_posts article.no-post-thumbnail .entry-header {
    position: relative;
    bottom: 0;
}

.widget_featured_posts .entry-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0;
    display: block;
    padding: 5px 15px;
    border: 1px solid #C09F5A;
}

/*--------------------------------------------------------------
# Latest Posts
--------------------------------------------------------------*/
.widget_latest_posts .widget-header {
    margin-bottom: 35px;
    display: block;
    text-align: center;
    padding: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
    box-shadow: 0 0 6px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
}

.widget_latest_posts .widget-header .widget-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #444;
    margin-bottom: 0;
    display: block;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
# Blog / Archive Posts
--------------------------------------------------------------*/
.blog-post-item {
	text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
    box-shadow: 0 0 6px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
}

.entry-title {
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 20px;
}

.posted-on a {
    color: #717e81;
}

.entry-title a,
.comments-link a {
    color: #000;
}

.category-meta {
    display: block;
    margin-bottom: 20px;
}

.cat-links {
	visibility: hidden;
}

.cat-links a {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #C09F5A;
    color: #fff;
    visibility: visible;
    display: inline-block;
    line-height: 1.3;
    padding: 5px 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.cat-links a:hover,
.cat-links a:focus {
	background-color: #444;
	color: #fff;
}

.cat-links a:before, 
.cat-links a:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
    vertical-align: middle;
    margin: 0 7px;
    position: absolute;
    top: 11px;
    left: 2px;
}

.cat-links a:after {
    left: auto;
    right: 2px;
}

.entry-title a:hover,
.entry-title a:focus,
.posted-on a:hover,
.posted-on a:focus,
.comments-link a:hover,
.comments-link a:focus {
    color: #C09F5A;
}

.blog-archive article {
    margin-bottom: 35px;
}

.blog-archive article:last-child {
    margin-bottom: 0;
}

body:not(.single) .blog-archive article:not(.has-post-thumbnail) .featured-image,
body:not(.single) .blog-archive article:not(.has-post-thumbnail) .entry-container,
body:not(.single) .blog-archive article:not(.has-post-thumbnail):nth-child(even) .entry-container {
	width: 100%;
	display: block;
	padding: 30px;
	text-align: center;
}

body:not(.single) .blog-archive article:not(.has-post-thumbnail) .featured-image {
	display: none;
}

.blog-archive .entry-container {
    padding: 30px;
}

.blog-post-item .entry-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-page-wrapper .entry-content {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
    box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
}

.single-post-wrap .blog-post-item .entry-title {
    font-size: 28px;
    margin: 0;
}

.blog-post-item .entry-content {
    margin-bottom: 20px;
}

.blog-post-item .entry-meta {
    margin-bottom: 20px;
    font-style: italic;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.blog-post-item .entry-meta span:not(:last-child):after {
    content: "/";
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
}

.blog-post-item .entry-meta a {
    color: #717e81;
}

.blog-post-item .entry-meta a:hover,
.blog-post-item .entry-meta a:focus {
	color: #000;
}

.blog-post-item .entry-meta > span:not(:last-child) {
	margin-right: 15px;
}

.posted-on:before {
    content: "";
    background-image: url('assets/images/man-user.svg');
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    opacity: 0.5;
    visibility: visible;
}

.posted-on:before {
    background-image: url('assets/images/clock-circular-outline.svg');
}

.posted-on {
    color: #666;
    visibility: hidden;
}

.posted-on a {
	visibility: visible;
}

.posted-on a {
    margin-left: -70px;
}

.byline a:focus:before {
	opacity: 1;
}

.read-more a {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.read-more a:after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #C09F5A;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

/*--------------------------------------------------------------
# Single Posts
--------------------------------------------------------------*/
.single-post-wrap .entry-footer .tags-links,
.single-post-wrap .entry-footer .tags-links a {
    color: #717e81;
}

.logged-in-as a {
    color: #000;
}

.single-post-wrap .entry-footer .tags-links a:hover,
.single-post-wrap .entry-footer .tags-links a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus {
	color: #C09F5A;
}

.single .entry-footer > span {
	display: block;
}

.single .entry-footer span.cat-links {
    margin-bottom: 10px;
}

.single .blog-post-item {
    padding: 20px 0;
}

.single .blog-post-item .entry-meta,
.single .blog-post-item .entry-header,
.single .blog-post-item .entry-content,
.single .blog-post-item .entry-footer {
	padding: 0 40px;
    margin-bottom: 20px;
}

.single .blog-post-item .entry-meta {
    display: block;
    margin-bottom: 10px;
}

.single .blog-post-item .entry-content {
    margin-bottom: 0;
    padding: 30px 40px 25px;
}

.single .blog-post-item .entry-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    margin-bottom: 0;
    padding-top: 15px;
}

/*--------------------------------------------------------------
# Footer Widgets
--------------------------------------------------------------*/
#colophon {
    background-color: #1d2024;
}

#footer-widgets {
    padding: 60px 0;
}

#footer-widgets .widget-area {
	margin: 0 -30px;
}

#footer-widgets .widget-column {
    text-align: center;
    padding: 0 30px;
    margin-bottom: 30px;
}

#footer-widgets .widget-column:last-child {
	margin-bottom: 0;
}

#footer-widgets .widget-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

#secondary .widget-title {
	text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

#footer-widgets .widget-title:after {
    content: "";
    position: absolute;
    background-color: #C09F5A;
    width: 50px;
    height: 3px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#colophon, 
#colophon a {
    color: #ccc;
}

#colophon a:hover,
#colophon a:focus {
	color: #C09F5A;
}

#colophon .tagcloud a {
    border-color: rgba(255, 255, 255, 0.10);
    color: #ccc !important;
}

#colophon .tagcloud a:hover,
#colophon .tagcloud a:focus {
	color: #fff !important;
}

.site-info {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 0;
    text-align: center;
}

.to-top {
    width: 40px;
    height: 40px;
    background-color: #C09F5A;
    position: fixed;
    bottom: -100px;
    right: 15px;
    z-index: 1;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.to-top:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    top: 17px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}


/*--------------------------------------------------------------
# Typography Options
--------------------------------------------------------------*/
.header-font-1 h1,
.header-font-1 h2,
.header-font-1 h3,
.header-font-1 h4,
.header-font-1 h5,
.header-font-1 h6,
.header-font-1 button,
.header-font-1 input[type="button"],
.header-font-1 input[type="reset"],
.header-font-1 input[type="submit"],
.header-font-1 .btn,
.header-font-1 .reply a,
.header-font-1 .site-title,
.header-font-1 .navigation-menu a,
.header-font-1 .post-item .cat-links a,
.header-font-1 .blog-post-item .entry-meta,
.header-font-1 .read-more a {
    font-family: 'Raleway', sans-serif;
}

.header-font-2 h1,
.header-font-2 h2,
.header-font-2 h3,
.header-font-2 h4,
.header-font-2 h5,
.header-font-2 h6,
.header-font-2 button,
.header-font-2 input[type="button"],
.header-font-2 input[type="reset"],
.header-font-2 input[type="submit"],
.header-font-2 .btn,
.header-font-2 .reply a,
.header-font-2 .site-title,
.header-font-2 .navigation-menu a,
.header-font-2 .post-item .cat-links a,
.header-font-2 .blog-post-item .entry-meta,
.header-font-2 .read-more a {
    font-family: 'Poppins', sans-serif;
}

.header-font-3 h1,
.header-font-3 h2,
.header-font-3 h3,
.header-font-3 h4,
.header-font-3 h5,
.header-font-3 h6,
.header-font-3 button,
.header-font-3 input[type="button"],
.header-font-3 input[type="reset"],
.header-font-3 input[type="submit"],
.header-font-3 .btn,
.header-font-3 .reply a,
.header-font-3 .site-title,
.header-font-3 .navigation-menu a,
.header-font-3 .post-item .cat-links a,
.header-font-3 .blog-post-item .entry-meta,
.header-font-3 .read-more a {
    font-family: 'Roboto', sans-serif;
}

.header-font-4 h1,
.header-font-4 h2,
.header-font-4 h3,
.header-font-4 h4,
.header-font-4 h5,
.header-font-4 h6,
.header-font-4 button,
.header-font-4 input[type="button"],
.header-font-4 input[type="reset"],
.header-font-4 input[type="submit"],
.header-font-4 .btn,
.header-font-4 .reply a,
.header-font-4 .site-title,
.header-font-4 .navigation-menu a,
.header-font-4 .post-item .cat-links a,
.header-font-4 .blog-post-item .entry-meta,
.header-font-4 .read-more a {
    font-family: 'Open Sans', sans-serif;
}

.header-font-5 h1,
.header-font-5 h2,
.header-font-5 h3,
.header-font-5 h4,
.header-font-5 h5,
.header-font-5 h6,
.header-font-5 button,
.header-font-5 input[type="button"],
.header-font-5 input[type="reset"],
.header-font-5 input[type="submit"],
.header-font-5 .btn,
.header-font-5 .reply a,
.header-font-5 .site-title,
.header-font-5 .navigation-menu a,
.header-font-5 .post-item .cat-links a,
.header-font-5 .blog-post-item .entry-meta,
.header-font-5 .read-more a {
    font-family: 'Lato', sans-serif;
}

.header-font-6 h1,
.header-font-6 h2,
.header-font-6 h3,
.header-font-6 h4,
.header-font-6 h5,
.header-font-6 h6,
.header-font-6 button,
.header-font-6 input[type="button"],
.header-font-6 input[type="reset"],
.header-font-6 input[type="submit"],
.header-font-6 .btn,
.header-font-6 .reply a,
.header-font-6 .site-title,
.header-font-6 .navigation-menu a,
.header-font-6 .post-item .cat-links a,
.header-font-6 .blog-post-item .entry-meta,
.header-font-6 .read-more a {
    font-family: 'Ubuntu', sans-serif;
}

.header-font-7 h1,
.header-font-7 h2,
.header-font-7 h3,
.header-font-7 h4,
.header-font-7 h5,
.header-font-7 h6,
.header-font-7 button,
.header-font-7 input[type="button"],
.header-font-7 input[type="reset"],
.header-font-7 input[type="submit"],
.header-font-7 .btn,
.header-font-7 .reply a,
.header-font-7 .site-title,
.header-font-7 .navigation-menu a,
.header-font-7 .post-item .cat-links a,
.header-font-7 .blog-post-item .entry-meta,
.header-font-7 .read-more a {
    font-family: 'Playfair Display', serif;
}

.header-font-8 h1,
.header-font-8 h2,
.header-font-8 h3,
.header-font-8 h4,
.header-font-8 h5,
.header-font-8 h6,
.header-font-8 button,
.header-font-8 input[type="button"],
.header-font-8 input[type="reset"],
.header-font-8 input[type="submit"],
.header-font-8 .btn,
.header-font-8 .reply a,
.header-font-8 .site-title,
.header-font-8 .navigation-menu a,
.header-font-8 .post-item .cat-links a,
.header-font-8 .blog-post-item .entry-meta,
.header-font-8 .read-more a {
    font-family: 'Lora', serif;
}

.header-font-9 h1,
.header-font-9 h2,
.header-font-9 h3,
.header-font-9 h4,
.header-font-9 h5,
.header-font-9 h6,
.header-font-9 button,
.header-font-9 input[type="button"],
.header-font-9 input[type="reset"],
.header-font-9 input[type="submit"],
.header-font-9 .btn,
.header-font-9 .reply a,
.header-font-9 .site-title,
.header-font-9 .navigation-menu a,
.header-font-9 .post-item .cat-links a,
.header-font-9 .blog-post-item .entry-meta,
.header-font-9 .read-more a {
    font-family: 'Titillium Web', sans-serif;
}

.header-font-10 h1,
.header-font-10 h2,
.header-font-10 h3,
.header-font-10 h4,
.header-font-10 h5,
.header-font-10 h6,
.header-font-10 button,
.header-font-10 input[type="button"],
.header-font-10 input[type="reset"],
.header-font-10 input[type="submit"],
.header-font-10 .btn,
.header-font-10 .reply a,
.header-font-10 .site-title,
.header-font-10 .navigation-menu a,
.header-font-10 .post-item .cat-links a,
.header-font-10 .blog-post-item .entry-meta,
.header-font-10 .read-more a {
    font-family: 'Muli', sans-serif;
}

.header-font-11 h1,
.header-font-11 h2,
.header-font-11 h3,
.header-font-11 h4,
.header-font-11 h5,
.header-font-11 h6,
.header-font-11 button,
.header-font-11 input[type="button"],
.header-font-11 input[type="reset"],
.header-font-11 input[type="submit"],
.header-font-11 .btn,
.header-font-11 .reply a,
.header-font-11 .site-title,
.header-font-11 .navigation-menu a,
.header-font-11 .post-item .cat-links a,
.header-font-11 .blog-post-item .entry-meta,
.header-font-11 .read-more a {
    font-family: 'Oxygen', sans-serif;
}

.header-font-12 h1,
.header-font-12 h2,
.header-font-12 h3,
.header-font-12 h4,
.header-font-12 h5,
.header-font-12 h6,
.header-font-12 button,
.header-font-12 input[type="button"],
.header-font-12 input[type="reset"],
.header-font-12 input[type="submit"],
.header-font-12 .btn,
.header-font-12 .reply a,
.header-font-12 .site-title,
.header-font-12 .navigation-menu a,
.header-font-12 .post-item .cat-links a,
.header-font-12 .blog-post-item .entry-meta,
.header-font-12 .read-more a {
    font-family: 'Nunito Sans', sans-serif;
}

.header-font-13 h1,
.header-font-13 h2,
.header-font-13 h3,
.header-font-13 h4,
.header-font-13 h5,
.header-font-13 h6,
.header-font-13 button,
.header-font-13 input[type="button"],
.header-font-13 input[type="reset"],
.header-font-13 input[type="submit"],
.header-font-13 .btn,
.header-font-13 .reply a,
.header-font-13 .site-title,
.header-font-13 .navigation-menu a,
.header-font-13 .post-item .cat-links a,
.header-font-13 .blog-post-item .entry-meta,
.header-font-13 .read-more a {
    font-family: 'Maven Pro', sans-serif;
}

.header-font-14 h1,
.header-font-14 h2,
.header-font-14 h3,
.header-font-14 h4,
.header-font-14 h5,
.header-font-14 h6,
.header-font-14 button,
.header-font-14 input[type="button"],
.header-font-14 input[type="reset"],
.header-font-14 input[type="submit"],
.header-font-14 .btn,
.header-font-14 .reply a,
.header-font-14 .site-title,
.header-font-14 .navigation-menu a,
.header-font-14 .post-item .cat-links a,
.header-font-14 .blog-post-item .entry-meta,
.header-font-14 .read-more a {
    font-family: 'Cairo', serif;
}

.header-font-15 h1,
.header-font-15 h2,
.header-font-15 h3,
.header-font-15 h4,
.header-font-15 h5,
.header-font-15 h6,
.header-font-15 button,
.header-font-15 input[type="button"],
.header-font-15 input[type="reset"],
.header-font-15 input[type="submit"],
.header-font-15 .btn,
.header-font-15 .reply a,
.header-font-15 .site-title,
.header-font-15 .navigation-menu a,
.header-font-15 .post-item .cat-links a,
.header-font-15 .blog-post-item .entry-meta,
.header-font-15 .read-more a {
    font-family: 'Philosopher', sans-serif;
}

.header-font-16 h1,
.header-font-16 h2,
.header-font-16 h3,
.header-font-16 h4,
.header-font-16 h5,
.header-font-16 h6,
.header-font-16 button,
.header-font-16 input[type="button"],
.header-font-16 input[type="reset"],
.header-font-16 input[type="submit"],
.header-font-16 .btn,
.header-font-16 .reply a,
.header-font-16 .site-title,
.header-font-16 .navigation-menu a,
.header-font-16 .post-item .cat-links a,
.header-font-16 .blog-post-item .entry-meta,
.header-font-16 .read-more a {
    font-family: 'Dosis', sans-serif;
}

.body-font-1,
.body-font-1 button,
.body-font-1 input,
.body-font-1 select,
.body-font-1 optgroup,
.body-font-1 textarea {
    font-family: 'Raleway', sans-serif;
}

.body-font-2,
.body-font-2 button,
.body-font-2 input,
.body-font-2 select,
.body-font-2 optgroup,
.body-font-2 textarea {
    font-family: 'Poppins', sans-serif;
}

.body-font-3,
.body-font-3 button,
.body-font-3 input,
.body-font-3 select,
.body-font-3 optgroup,
.body-font-3 textarea {
    font-family: 'Roboto', sans-serif;
}

.body-font-4,
.body-font-4 button,
.body-font-4 input,
.body-font-4 select,
.body-font-4 optgroup,
.body-font-4 textarea {
    font-family: 'Open Sans', sans-serif;
}

.body-font-5,
.body-font-5 button,
.body-font-5 input,
.body-font-5 select,
.body-font-5 optgroup,
.body-font-5 textarea {
    font-family: 'Montserrat', sans-serif;
}

.body-font-6,
.body-font-6 button,
.body-font-6 input,
.body-font-6 select,
.body-font-6 optgroup,
.body-font-6 textarea {
    font-family: 'Ubuntu', sans-serif;
}

.body-font-7,
.body-font-7 button,
.body-font-7 input,
.body-font-7 select,
.body-font-7 optgroup,
.body-font-7 textarea {
    font-family: 'Playfair Display', serif;
}

.body-font-8,
.body-font-8 button,
.body-font-8 input,
.body-font-8 select,
.body-font-8 optgroup,
.body-font-8 textarea {
    font-family: 'Lora', serif;
}

.body-font-9,
.body-font-9 button,
.body-font-9 input,
.body-font-9 select,
.body-font-9 optgroup,
.body-font-9 textarea {
    font-family: 'Titillium Web', sans-serif;
}

.body-font-10,
.body-font-10 button,
.body-font-10 input,
.body-font-10 select,
.body-font-10 optgroup,
.body-font-10 textarea {
    font-family: 'Muli', sans-serif;
}

.body-font-11,
.body-font-11 button,
.body-font-11 input,
.body-font-11 select,
.body-font-11 optgroup,
.body-font-11 textarea {
    font-family: 'Oxygen', sans-serif;
}

.body-font-12,
.body-font-12 button,
.body-font-12 input,
.body-font-12 select,
.body-font-12 optgroup,
.body-font-12 textarea {
    font-family: 'Nunito Sans', sans-serif;
}

.body-font-13,
.body-font-13 button,
.body-font-13 input,
.body-font-13 select,
.body-font-13 optgroup,
.body-font-13 textarea {
    font-family: 'Maven Pro', sans-serif;
}

.body-font-14,
.body-font-14 button,
.body-font-14 input,
.body-font-14 select,
.body-font-14 optgroup,
.body-font-14 textarea {
    font-family: 'Cairo', serif;
}

.body-font-15,
.body-font-15 button,
.body-font-15 input,
.body-font-15 select,
.body-font-15 optgroup,
.body-font-15 textarea {
    font-family: 'Philosopher', sans-serif;
}

.body-font-16,
.body-font-16 button,
.body-font-16 input,
.body-font-16 select,
.body-font-16 optgroup,
.body-font-16 textarea {
    font-family: 'Dosis', sans-serif;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
	.col-2 article,
	.col-3 article,
	.col-4 article,
	.col-5 article {
		width: 50%;
		float: left;
	}

	.col-2 article:nth-child(2n+1),
	.col-3 article:nth-child(2n+1),
	.col-4 article:nth-child(2n+1),
	.col-5 article:nth-child(2n+1) {
		clear: left;
	}

	.col-2 article:nth-last-child(-n+2),
	.col-3 article:nth-last-child(-n+2),
	.col-4 article:nth-last-child(-n+2),
	.col-5 article:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

	.primary-menu-label {
	    display: inline-block;
	    vertical-align: middle;
	}

	.error-404.not-found input.search-field {
	    min-width: 450px;
	}
}

@media screen and (min-width: 767px) {
	.col-3 article,
	.col-5 article {
		width: 33.33%;
	}

	.col-3 article:nth-child(2n+1),
	.col-5 article:nth-child(2n+1) {
		clear: none;
	}

	.col-3 article:nth-child(3n+1),
	.col-5 article:nth-child(3n+1) {
		clear: left;
	}

	.col-3 article:nth-last-child(-n+3),
	.col-5 article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}

	.widget_latest_posts .widget-header {
		margin-bottom: 70px;
	}

	body.category .page-header,
	body.archive .page-header,
	body.blog:not(.home) .page-header {
	    margin-bottom: 70px;
	}

	.blog-archive {
	    margin-top: 30px;
	}

	.blog-archive article {
	    margin-bottom: 70px;
	}

	.blog-archive article:last-child {
	    margin-bottom: 0;
	}
	body:not(.single) .blog-post-item {
		display: table;
		width: 100%;
		position: relative;
	}

	body:not(.single) .blog-post-item .featured-image {
		width: 45%;
		display: table-cell;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
	}

	body:not(.single) .blog-post-item .entry-container {
		width: 55%;
		display: table-cell;
		float: right;
		text-align: left;
	    padding: 30px 30px 30px 60px;
	}

	body:not(.single) .blog-post-item .featured-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		margin: -30px 0 0 30px;
	}

	body:not(.single) .blog-archive article:nth-child(even) .featured-image {
	    left: auto;
	    right: 0;
	}

	body:not(.single) .blog-archive article:nth-child(even) .blog-post-item .featured-image img {
	    margin: -30px 0 0 -60px;
	}

	body:not(.single) .blog-archive article:nth-child(even) .entry-container {
	    float: left;
	    text-align: right;
	    padding: 30px 60px 30px 30px;
	}

	body:not(.single) .blog-archive article:nth-child(even) .read-more a:after {
		display: none;
	}

	body:not(.single) .blog-archive article:nth-child(even) .read-more a:before {
	    content: "";
	    width: 30px;
	    height: 1px;
	    background-color: #C09F5A;
	    display: inline-block;
	    vertical-align: middle;
	    margin-right: 10px;
	}

	.single .blog-post-item .entry-footer {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}

	.single .entry-footer span.cat-links {
	    margin-bottom: 0;
	}

	#footer-widgets .widget-column {
	    text-align: left;
	    margin-bottom: 0;
	    width: 33.33%;
	    float: left;
	}

	#footer-widgets .widget-title:after {
	    left: 0;
	    transform: none;
	}
}

@media screen and (min-width: 992px) {
	.col-4 article {
		width: 25%;
	}

	.col-4 article:nth-child(2n+1) {
		clear: none;
	}

	.col-4 article:nth-child(4n+1) {
		clear: left;
	}

	.col-4 article:nth-last-child(-n+4) {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1024px) {
	.menu-sticky #masthead {
	    position: sticky;
	    top: 0;
	}

	.customize-support.menu-sticky #masthead {
		top: 32px;
	}

	.navigation-menu ul,
	.navigation-menu .nav-menu ul {
		display: block;
	}

	.navigation-menu li a svg,
	.nav-menu > li {
		display: inline-block;
	}

	.nav-menu ul.sub-menu {
	    background-color: #fff;
	}

	.navigation-menu ul ul {
	    padding-left: 0;
	}

	.navigation-menu ul ul ul {
		-webkit-transform: translateX(-20px) translateZ(0);
	    -moz-transform: translateX(-20px) translateZ(0);
	    transform: translateX(-20px) translateZ(0);
	    -webkit-transition: -webkit-transform .05s .3s,opacity .3s ease-out;
	    transition: transform .05s .3s,opacity .3s ease-out;
	    visibility: hidden;
	}

	.navigation-menu ul ul li:hover > ul,
	.navigation-menu ul ul li.focus > ul {
		opacity: 1;
	    -webkit-transform: translateX(0) translateZ(0);
	    -moz-transform: translateX(0) translateZ(0);
	    transform: translateX(0) translateZ(0);
	    -webkit-transition: -webkit-transform .3s ease-out,opacity .3s ease;
	    transition: transform .3s ease-out,opacity .3s ease;
	    visibility: visible;
	}	

	.navigation-menu ul ul svg {
	    position: absolute;
	    top: 50%;
	    right: 10px;
	    -webkit-transform: translateY(-50%) rotate(-90deg);
	    -moz-transform: translateY(-50%) rotate(-90deg);
	    -ms-transform: translateY(-50%) rotate(-90deg);
	    -o-transform: translateY(-50%) rotate(-90deg);
	    transform: translateY(-50%) rotate(-90deg);
	}

	.navigation-menu ul ul li:last-child > a {
		border-bottom: none;
	}

	.navigation-menu .nav-menu > li > a {
	    padding: 8px 16px;
	    line-height: 40px;
        border-bottom: none;
	}

	.navigation-menu a {
		border-bottom: none;
	}

	.navigation-menu .nav-menu > li > a {
		color: #000;
	}

	.navigation-menu li.current-menu-item > a {
	    color: #C09F5A;
	}

	.navigation-menu ul ul a {
	    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	}

	.navigation-menu .nav-menu > li:hover > a:after,
	.navigation-menu .nav-menu > li.focus > a:after {
		opacity: 1;
	}

	.navigation-menu li.current-menu-item > a,
	.navigation-menu .nav-menu > li:hover > a,
	.navigation-menu .nav-menu > li.focus > a,
	.navigation-menu .nav-menu > li > a:hover,
	.navigation-menu .nav-menu > li > a:focus {
	    color: #C09F5A;
	}

	.navigation-menu .nav-menu > li:hover {
		border-right-color: #C09F5A;
	}

	.navigation-menu .nav-menu > li.current-menu-item {
	    border-right-color: #C09F5A;
	}

	.navigation-menu ul ul {
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 10;
		-webkit-transition: opacity 0.2s ease-out;
	    -moz-transition: opacity 0.2s ease-out;
	    -ms-transition: opacity 0.2s ease-out;
	    -o-transition: opacity 0.2s ease-out;
	    transition: opacity 0.2s ease-out;
	}

	.navigation-menu .nav-menu ul.sub-menu {
	    visibility: hidden;
	    opacity: 0;
	    box-shadow: 0 0 1px rgba(255, 255, 255, 0.10);
	}

	.navigation-menu .nav-menu li:hover ul,
	.navigation-menu .nav-menu li.focus ul {
		opacity: 1;
		visibility: visible;
		display: block !important;
	}

	.navigation-menu ul ul ul {
		left: -999em;
		top: 0;
	}

	.navigation-menu ul ul li:hover > ul,
	.navigation-menu ul ul li.focus > ul {
		left: 100%;
	}

	.navigation-menu ul ul a {
		width: 256px;
	    padding: 8px 30px 8px 15px;
	}

	.navigation-menu ul li:hover > ul,
	.navigation-menu ul li.focus > ul {
		left: auto;
	}

	.nav-menu button.dropdown-toggle,
	.menu-toggle {
	    display: none;
	}

	#masthead .nav-menu {
	    border-top: none;
        display: block !important;
        text-align: center;
	}

	#masthead ul.nav-menu ul {
		text-align: left;
		-webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
    	box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
	}

	.site-title {
		font-size: 32px;
	}

	.custom-header .page-title {
		font-size: 32px;
	}

	.has-sidebar #primary {
	    width: 70%;
	    float: left;
	    padding-right: 50px;
	    margin-bottom: 0;
	}

	.has-sidebar #secondary {
	    width: 30%;
	    float: left;
	}

	.has-sidebar.right-sidebar #primary {
		float: left;
	    padding-right: 35px;
	}

	.has-sidebar.right-sidebar #secondary {
		float: right;
	}

	.has-sidebar.left-sidebar #primary {
		float: right;
	    padding-right: 0;
	    padding-left: 35px;
	}

	.has-sidebar.left-sidebar #secondary {
		float: left;
	}

	.has-sidebar.no-sidebar #primary {
	    width: 100%;
	    float: none;
	    padding-left: 0;
	    padding-right: 0;
	}

	.has-sidebar.no-sidebar #secondary {
	    display: none;
	}
}

@media screen and (min-width: 1200px) {
	.col-5 article {
		width: 20%;
	}

	.col-5 article:nth-child(3n+1) {
		clear: none;
	}

	.col-5 article:nth-child(5n+1) {
		clear: left;
	}

	.col-5 article:nth-last-child(-n+5) {
		margin-bottom: 0;
	}

	#footer-widgets {
	    padding: 60px 0;
	}
}