/*
	Theme Name: Natured
	Theme URI: https://www.roughpixels.com/wordpress-themes/natured/
	Author: Rough Pixels
	Author URI: https://www.roughpixels.com
	Description: Natured is a sleek and elegant theme designed and built for personal bloggers and writers who also love to create a visual impact to their readers with amazing  photographs. With a highly customizable sidebar, unlimited colours, and a ton of theme options, you can personalize Natured to fit your needs and those of your readers. Natured is guaranteed to bring a pleasant reading experience to your visitors.
	Version: 1.0.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: natured
	Tags: blog, grid-layout, two-columns, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
	
	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.
*/

/**
	* Table of Contents
	*
	* 1.0 Normalize
	* 2.0 Html, Body
	* 3.0 Preloader
	* 4.0 Typography
	*   	4.1 Editor Styles
	* 5.0 Elements
	* 	5.1 List Styles
	*		5.2 Tables
	*   	5.3 Icons
	*		5.4 Code
	* 6.0 Forms
	* 7.0 Links
	* 8.0 Animations
	* 9.0 Alignments
	* 10.0 Clearings
	* 11.0 Sidebar
	*   	11.1 Toggle Buttons
	*   	11.2 Sidebar Navigation
	*   	11.3 Identity
	*   	11.4 Social Profiles
	* 12.0 Footer Navigation
	* 13.0 Site Content
	*   	13.1 Posts and pages
	*   	13.2 Author Bio
	*   	13.3 Related Posts
	*   	13.4 Blog Layouts
	*   	13.5 Pagination
	*   	13.6 Post Formats
	*   	13.7 Comments
	* 		13.8 Splash page
	* 		13.9 Error page
	* 14.0 Media
	*   	14.1 Captions
	*   	14.2 Galleries
	* 15.0 Widgets
	* 16.0 Accessibility
	* 17.0 Portfolio
	* 18.0 Media Queries
*/

/* 1.0 normalize.css 
normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css  */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2rem;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1rem
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

pre,
code,
kbd,
samp {
    font-family: consolas, "Liberation Mono", courier, monospace;
    font-size: 0.938rem;
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25rem
}

sup {
    top: -.5rem
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: Raleway, sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35rem .75rem .625rem
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 14px;
}

/**
	* 2.0 Html, Body
*/
body {
    color: #4a4a4a;
    background: #fff;
    line-height: 1.8;
    font-size: 100%;
    font-family: Merriweather, Georgia, serif;
    height: 100%;
    overflow: hidden;
}


.loaded {
    height: auto;
    overflow: visible;
}

/**
	* 3.0 Preloader
*/

/**
	* 4.0 Typography
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
	font-style:italic;
}

h1 {
	font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin: 1.25rem 0 0.938rem;
}

h2 {
    font-size: 1.75rem;
    line-height: 1.3;
    margin: 1.5rem 0 0.875rem;
}

h3 {
    font-size: 1.438rem;
    line-height: 1.5;
    margin: 2.125rem 0 0.75rem;
}

h4 {
    font-size: 1.25rem;
    margin: 2.5rem 0 0.75rem;
}

h5 {
    font-size: 1.125rem;
    margin: 2.5rem 0 0.938rem;
}

h6 {
    font-size: 1.125rem;
    margin: 2.5rem 0 0.938rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

p {
    margin: 0 0 1.8rem;
}

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

pre,
code,
kbd,
samp {
    font-family: consolas, "Liberation Mono", courier, monospace;
    font-size: 0.938rem;
}
kbd {
    background-color: #3a3a3a;
    border-radius: 3px;
    border: 1px solid #868686;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(0, 0, 0, .27) inset;
    color: #ffffff;
    display: inline-block;
    font-size: 0.813;
    font-weight: 700;
    line-height: 1;
    padding: 2px 5px;
    white-space: nowrap;
}

blockquote {
    font-size: 1.125rem;
    line-height: 1.7;
    font-style: italic;
    margin: 0 3rem 2rem;
}

blockquote p {
    margin: 0 0 0.5rem;
}

blockquote:before {
    display: block;
    font-family: Georgia, serif;
    font-size: 4.75rem;
    font-style: normal;
    line-height: 0;
    color: #adadad;
}

blockquote:before {
	content: '\201C';
    top: 2rem;
    position: relative;
    left: -2.75rem;
}

blockquote cite,
blockquote small {
    color: #9a9a9a;
    display: block;
    font-size: 0.875rem;
    line-height: 1.75;
}
blockquote cite {
    margin: 0.5rem 0 0;
}
blockquote cite::before {
    content: "\2014";
    margin-right: 10px;
}
blockquote > :last-child {
    margin: 0;
}


/**
	* 4.1 Editor Styles
*/
.lead {
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .875rem;
}

.grey-text {
    color: #9a9a9a;
}

.small-text {
    font-size: 0.875rem;
}

.large-text {
    font-size: 1.25rem;
}

.xlarge-text {
    font-size: 1.625rem;
    line-height: 1.7;
}

.text-box {
	background: #f8f8f8;
    position: relative;
    padding: 2.25rem;
    border: 4px double #e1e1e1;
    margin: 0 0 2.25rem;
}

.text-box > :first-child {
    margin-top: 0;
}

.text-box > :last-child {
    margin-bottom: 0;
}

.text-box > * {
    position: relative;
    z-index: 1;
}
.text-box p:last-child {
    margin-bottom: 0;
}

/**
	* 5.0 Elements
*/
hr {
    margin: 2.688rem;
    border: 0;
    border-top: 1px solid #eee;
}


/**
	* 5.1 List Styles
*/
ol,
ul,
dl {
    margin-top: 3px;
    margin-bottom: 1.5rem;
}

ul {
    list-style: disc;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
    padding: 0 0 0 1.5rem;
}

ol li,
ul li {
    margin-bottom: 3px;
    position: relative;
}

dt {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.938rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

dd {
    font-style: italic;
    margin: .25rem 0.75rem 0.75rem;
}


/**
	* 5.2 Tables
*/
table {
    border-collapse: collapse;
    margin: 40px 0;
    padding: 0;
    width: 100%;
}

table caption {
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
}

table thead {
    background-color: #171717;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 1px;
}

tbody th {
    font-size: initial;
}

table thead th {
    font-weight: 600;
}

table th,
table td {
    padding: 6px 10px;
    border: 1px solid transparent;
    border-color: rgba(0, 0, 0, 0.075);
    text-align: left;
}

table td {
    border-color: rgba(0, 0, 0, 0.075);
}

table tr:nth-child(even) {
    background: #f2f2f2;
}


.gist table {
    width: inherit;
}


/**
	* 5.3 Icons
*/

.sub-menu-icon .icon,
.close-canvas-nav .icon,
.search-toggle .icon {
    height: 16px;
    width: 16px;
    fill: #fff;
    opacity: 0.7;
}

.search-toggle .icon,
.close-canvas-nav .icon {
    width: 20px;
    height: 20px;
    opacity: 1;
}

.sub-menu-icon .icon:hover {
    opacity: 1;
}

.sub-menu-icon {
    margin-left: 5px;
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
    margin-bottom: 8px;
}

.menu-icon,
.menu-icon:before,
.menu-icon:after {
    display: inline-block;
    height: 2px;
    width: 20px;
    background: #333;
}

.menu-icon:before,
.menu-icon:after {
    content: '';
    left: 0;
    position: absolute;
}

.menu-icon:before {
    top: -7px;
}

.menu-icon:after {
    bottom: -7px;
}

/**
	* 5.4 Code
*/
:not(pre) > * > code,
:not(pre) > code {
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
    border-radius: 3px;
	color: #d14;
    margin: 0 5px;
    padding: 2px 8px;
    word-wrap: break-word;
    white-space: nowrap;
}  

pre {
    background: #f1f1f1;
    border: 1px solid #dedede;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 2rem 0;
    max-width: 100%;
    overflow: auto;
    padding: 1.75rem;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

pre code {
    background: none;
    margin: 0;
    padding: 0;
}


/**
	* 6.0 Forms
*/
button,
input,
select,
textarea {
    background-color: #fafafa;
    border-radius: 0;
    font-size: 1rem;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

textarea {
    line-height: 1.8;
}

button,
input {
    line-height: normal;
}

input,
textarea,
select {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    /* Removing the inner shadow on iOS inputs */
    border: 1px solid rgba(51, 51, 51, 0.08);
    color: #333;
}

input:focus,
textarea:focus,
select:focus {
    background-color: #fff;
    border: 1px solid rgba(51, 51, 51, 0.3);
}

input:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
    opacity: .5;
}

a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #a4a71e;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    font-size: 0.75rem;
    line-height: 1;
    padding: 1.313rem 1.625rem 1.25rem 1.75rem;
    vertical-align: top;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    background-color: #171717;
    outline: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
    padding: 1rem;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    outline: 0;
}

select {
    padding: 1rem;
}

label {
    cursor: pointer;
    font-size: 1rem;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    margin-right: 0.5rem;
}

fieldset {
    border-color: rgba(51, 51, 51, 0.08);
    border-style: solid;
    border-width: 1px;
}

legend {
    font-size: 1rem;
    font-weight: bold;
    padding: 0 10px;
}

.post-password-form label {
    color: #9a9a9a;
}

.post-password-form input[type="password"] {
    width: 14rem;
    margin-bottom: 0.688rem;
}

.search-wrap label {
    margin-bottom: 0;
}

.search-form .search-wrap {
    position: relative;
}

.search-form .search-field {
    display: block;
    width: 100%;
    -webkit-appearance: none;
}

.search-form .search-submit {
    position: absolute;
    top: 50%;
    right: 0.688em;
    margin-top: calc(1px - 0.5rem);
    padding: 0;
    background: transparent;
    color: #b1b1b1;
    font-size: 1.125rem;
    line-height: 1;
}

.search-form .search-submit:hover {
    color: #555;
}
.search-form .icon {
    width: 2rem;
    height: 2rem;
    position: relative;
    bottom: 3px;
}
.required {
    color: #ff5a3a;
}

/**
	* 7.0 Links
*/
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover > img {
    opacity: 0.7
}

.entry-meta a,
.taxonomy-description a,
.page-content a,
.entry-content a,
.author-info a,
.comment-content a,
.textwidget a,
.comment-navigation a,
.image-navigation a,
.pingback .comment-body > a,
.comment-meta a,
.logged-in-as a,
.widget_calendar a {
    color: #a4a71e;
}

.taxonomy-description a:hover,
.page-content a:hover,
.entry-content a:hover,
.comment-content a:hover,
.author-info a:hover,
.textwidget a:hover,
.cat-links a:hover,
.entry-meta a:hover,
.comment-navigation a:hover,
.image-navigation a:hover,
.pingback .comment-body > a:hover,
.comment-meta a:hover,
.logged-in-as a:hover,
.widget_calendar a:hover,
.portfolio-grid .portfolio-cats a:hover {
    color: #4a4a4a;
}

/**
	* 8.0 Animations
*/
.site-title,
a,
a:after,
a:before,
input,
textarea,
button,
select {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a > img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a .icon {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;	
}
.menu-icon,
.menu-icon:before,
.menu-icon:after {
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

/**
	* 9.0 Alignments
*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 2rem;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 2rem;
}
.alignnone,
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.alignone {
	margin: 2.5rem 0;
}

.wp-caption.alignleft,
.wp-caption.alignright {
    margin-bottom: 1.25rem;
}
.wp-caption.aligncenter,
.wp-caption.alignnone {
    margin-bottom: 2.5rem;
}

/**
	* 10.0 Clearings
*/
.list-item-row:after,
.entry-content:after,
.comment-content:after,
.page-content:after,
.comment-navigation:after,
.nav-links:after,
.sidebar-areas:after,
.textwidget:after,
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

/**
	* 11.0 Sidebar
*/
.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    background-color: #171717;
    background-size: cover;
    color: #ccc;
}

.admin-bar .sidebar {
    top: 2rem;
}

.sidebar-right .sidebar {
    left: auto;
    right: 0;
}

.sidebar:before {
    display: none;
    content: '';
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

.sidebar a {
    color: #fff;
}

.sidebar a:hover {
    color: #adb110;
}

.sidebar-inner {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 6% 9%;
}

.site-header,
.visible-nav {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.site-header {
    text-align: center;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.site-info {
	font-family: Raleway, sans-serif;
    font-size: 0.75rem;
	padding: 2rem 0;
    text-align: center;
}

.nav-open .toggle-buttons {
    position: relative;
    z-index: 20;
}



.sidebar-layout-3 .site-header {
    display: block;
    flex-grow: 0;
}

.sidebar-layout-3 .site-header + .site-info {
    margin-top: auto;
}

.sidebar-layout-3 .site-identity {
    margin-top: 2rem;
}

/**
	* 11.1 Toggle Buttons
*/
.toggle-buttons {
    align-self: center;
    line-height: 1;
    font-size: 18px;
    text-align: center;
}

.sidebar-right .toggle-buttons {
    align-self: center;
}

.nav-toggle,
.search-toggle,
.toggle-buttons .search-form {
    display: inline-block;
    vertical-align: middle;
}

.nav-toggle {
    font-size: 0;
}

.nav-toggle .menu-icon,
.nav-toggle .menu-icon:before,
.nav-toggle .menu-icon:after {
    background: #fff;
}

.nav-toggle:hover .menu-icon,
.nav-toggle:hover .menu-icon:before,
.nav-toggle:hover .menu-icon:after {
    background: #a4a71e;
}

.toggle-buttons .search-toggle {
    color: #fff;
}

.toggle-buttons .search-toggle:hover {
    color: #a4a71e;
}

.toggle-buttons .search-form {
    position: relative;
    width: 0;
    -webkit-transition: width 0.4s ease-out;
    transition: width 0.4s ease-out;
}

.search-open .toggle-buttons .search-form {
    width: 220px;
}

.toggle-buttons .search-form:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(204, 204, 204, 0.4);
}

.toggle-buttons .search-field {
    background: transparent;
    padding: 0;
    color: inherit;
    border: none;
}

.toggle-buttons .search-submit {
    display: none;
}

.toggle-buttons .search-field::-webkit-input-placeholder {
    color: inherit;
}

.toggle-buttons .search-field::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

.toggle-buttons .search-field:-ms-input-placeholder {
    color: inherit;
}

.toggle-buttons .search-field:-moz-placeholder {
    color: inherit;
}

/**
	* 11.2 Sidebar Navigation
*/
.sidebar-nav {
    text-align: center;
}

.hidden-nav.sidebar-nav {
    display: flex;
    position: absolute;
    z-index: 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.nav-open .hidden-nav.sidebar-nav {
    visibility: visible;
    opacity: 1;
    z-index: 15;
}

.sidebar-nav .nav-container {
    margin: auto;
}

.sidebar-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav .nav-menu li:last-child {
    margin: 0;
}

.sidebar-nav .nav-menu > li {
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0 0 0.438rem;
}

.sidebar-nav .nav-menu > li > a {
    color: #fff;
}

.sidebar-nav .nav-menu > li > a:hover,
.sidebar-nav .nav-menu > .current-menu-item > a {
    color: #adb110;
}

.sidebar-nav .menu-item-has-children > a {
    position: relative;
}

.sidebar-nav .nav-menu li > a:hover {
    text-decoration: none;
}

.sidebar-nav .sub-menu {
    display: none;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 0.688rem;
}

.sidebar-nav ul.sub-menu ul {
    font-size: 1rem;
}
.sidebar-nav .sub-menu a {
    color: #ccc;
}

.sidebar-nav .sub-menu a:hover {
    color: #fff;
}

.sidebar-nav .sub-menu li {
    margin-bottom: 0.5rem;
}

.sidebar-nav .close-canvas-nav {
    position: relative;
    padding: 10px;
    line-height: 1;
    width: 40px;
    height: 40px;
	
    border-radius: 8px;
}
.sidebar-nav .close-canvas-nav:hover {
	
}
.sidebar-nav .close-button {
    position: absolute;
    top: 33px;
    right: 20px;
    padding: 20px;
    line-height: 1;
    left: 0;
    right: 0;
    text-align: center;
}

.close-canvas-nav .menu-icon, 
.close-canvas-nav .menu-icon:before, 
.close-canvas-nav .menu-icon:after {
	background: #fff;
}
.close-canvas-nav:hover .menu-icon,
.close-canvas-nav:hover .menu-icon:before,
.close-canvas-nav:hover .menu-icon:after {
    background: #a4a71e;
}


/**
	* 11.3 Identity
*/
.site-identity {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.site-identity > :last-child {
    margin: 0;
}

.site-title {
	
    font-size: 3.375rem;
    line-height: 1.35;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    margin: 0;
    color: #fff;
}

.site-description {
	font-style: italic;
    margin-bottom: 1.188rem;
}

.site-title + .social-profiles {
    margin: 1.375rem 0 0;
}

.header-image {
    margin: 0 0 1rem;
	margin: 0 0 0.5rem;
    overflow: hidden;
}

.header-image img {
	max-width: 12.5rem;
	height: auto;
	width: 100%;
	transform: translateZ(0);
}

.rounded img {
    border-radius: 20%;
}

/**
	* 11.4 - Social Profiles
*/
.social-profiles {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-profiles li {
    margin: 0;
    display: inline;
}

#footer-social {
    margin-bottom: 16px;
    text-align: center;
}

.sidebar .social-profiles a {
    background: #171717;
    border-radius: 20%;
    display: inline-block;
    height: 50px;
    line-height: 36px !important;
    margin: 0 5px;
    padding: 8px;
    text-align: center;
    width: 50px;
}

.social-profiles .icon {
    fill: #fff;
    height: 16px;
    width: 16px;
    position: relative;
	top: 3px;
}

.sidebar .social-profiles a:hover {
    background: #a4a71e;
}
#footer-social .social-profiles a {
    padding: 8px;
    text-align: center;
}
#footer-social .social-profiles .icon {
    fill: #171717;
}
#footer-social .social-profiles a:hover .icon {
    fill: #a4a71e;
}


/**
	* 11.4 Additional Sections 
*/
.site-header > * {
    margin-bottom: 1.75rem;
}

.site-info > :last-child,
.site-header > :last-child,
.custom-sidebar-section > :last-child {
    margin-bottom: 0;
}


/**
	* 12.0 Footer Navigation
*/
#footer-menu {
	font-weight: 600;
    list-style: none;
    letter-spacing: 0.063rem;
    padding: 0;
    margin: 10px 10px 5px;
    text-transform: uppercase;
}

#footer-menu li {
    display: inline;
    margin: 0 5px;
}

/**
	* 13.0 - Content
*/
::-moz-selection { /* Code for Firefox */
	background: #a4a71e;  
	color: #fff; 
}

::selection {
	background: #a4a71e;  
	color: #fff; 
}

.site-content {
    background-color: #fff;
    margin-left: 40%;
    overflow: hidden;
    word-wrap: break-word;
}

.page-template-full-width-page .site-content {
    margin: 0;
}

.sidebar-right .site-content {
    margin-right: 40%;
    margin-left: 0;
}

.page-template-full-width-page.sidebar-right .site-content {
    margin: 0;
}

.page-header {
    text-align: center;
}

.page-header .author-avatar {
    margin: 0 0 1.8rem;
}
.page-title {
	font-size: 1.5rem;
	letter-spacing: 1px;
    margin: 0 0 1rem;
	text-transform: capitalize;
}
.page .page-title {
	font-size: 2.5rem;
    margin: 0 0 1rem;
}


.widget-title {
    font-size: 1.125rem;
    letter-spacing: 0;
    margin: 0 0 1.5rem;
}

.section-title:only-child,
.page-title:only-child,
.widget-title:only-child {
    margin: 0;
}


.taxonomy-description {
    color: #9a9a9a;
	font-size: 1.063rem;
}
.taxonomy-description > :last-child {
    margin-bottom: 0;
}

.navigation,
.inner-wrapper {
    padding: 4rem 5.25rem;
}

.navigation,
.inner-wrapper,
.content-area {
    border-bottom: 1px solid #f2f2f2;
	border-image: linear-gradient(to left, rgb(255, 255, 255) 1%, rgb(243, 243, 243) 50%, rgb(255, 255, 255) 100%) 100% 0 100% 0/1px 0 1px 0 stretch;
}

.site-content > :last-child,
.site-main > :last-child {
    border: none;
}

.content-container,
.nav-links {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.content-container.large-container {
    max-width: 900px;
}

.flex-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.flex-3col {
    margin-left: -10px;
    margin-right: -10px;
}

.flex-row .flex-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.flex-3col .flex-item {
    max-width: 33.333333%;
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    padding-left: 10px;
    padding-right: 10px;
}

/**
	* 13.1 - Posts and pages
*/
.entry-header {
    text-align: center;
    margin-bottom: 2.125rem;
}

.sticky-badge,
.post-format,
.cat-links {
    color: #333;
    position: relative;
    letter-spacing: 0.063rem;
    padding: 0 1.5rem 0 0;
}

.sticky-badge:after,
.post-format:after,
.cat-links:after {
    content: '';
    position: absolute;
    right: 0.625rem;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    background: #adb110;
    border-radius: 20%;
}

.sticky-badge {
	font-weight: 700;
	text-transform: uppercase;
}
.entry-title {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: normal;
    margin: 0 0 0.375rem;
    letter-spacing: -0.063rem;
}

.entry-title a:hover {
    opacity: 0.75;
}

.post-thumbnail,
.entry-attachment {
    display: block;
    margin-bottom: 2.5rem;
	position: relative;
    text-align: center;
}

.post-thumbnail-caption {
    text-align: center;
    position: absolute;
    bottom: 1rem;
    background: #000;
    padding: 0.5rem 1.5rem 0.438rem;
    border-radius: 8px;
    color: #cdcdcd;
    line-height: 1.2;
    font-size: 0.875rem;
	font-style: italic;
    letter-spacing: 1px;
    text-transform: capitalize;
    left: 1rem;
}

.post-thumbnail img,
.entry-attachment img {
    display: block;
    margin: 0 auto;
}

.entry-content p img {
    border: 1px solid #e7e7e7;
}

.entry-meta {
    font-family: Raleway,sans-serif;
	font-size: 0.875rem;
}

.entry-meta,
.entry-meta a,
.entry-meta a:visited {
    color: #9a9a9a;	
}
.post-format,]
.post-meta,
.post-date,
.comment-meta,
.portfolio-grid .portfolio-cats a {
	font-size: 0.813rem;
}

.post-meta + .post-meta:before {
    color: #9a9a9a;    
	content: '\2022';
    font-size: 0.875rem;
    line-height: 1;    
	margin: 0 0.25rem;
    vertical-align: middle;
}

.page-content,
.entry-content,
.section-content {
	
}


.entry-summary > :last-child,
.section-content > :last-child {
    margin: 0;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child,
.section-content > h1:first-child,
.section-content > h2:first-child,
.section-content > h3:first-child,
.section-content > h4:first-child,
.section-content > h5:first-child,
.section-content > h6:first-child {
    margin-top: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
    display: block;
}

.page-links {
    text-align: center;
    margin-bottom: 1.8rem;
    font-style: italic;
}

.entry-footer {
	padding-top: 1.125rem;
    text-align: center;
}

.tags-list {
	font-size: 0.813rem;
	margin-bottom: 0;
}

.tags-list a,
.tagcloud a {
    display: inline-block;
    padding: 4px 16px;
    border: 1px solid #e7e7e7;
    color: #b1b1b1;
	margin: 0 5px 5px 0;
    border-radius: 3px;
}

.tagcloud a {
    font-size: 1rem !important;
    margin-right: 0;
}

.tags-list a:hover,
.tagcloud a:hover {
    border-color: #ccc;
    color: #414141;
}

.entry-more {
    display: table;
    width: 100%;
    margin-top: -0.313rem;
}

.entry-more .more-wrap {
    display: table-cell;
    vertical-align: middle;
}

.entry-content .more-link,
.entry-content .more-link:visited {
    display: inline-block;
    background: #171717;
    color: #fff; 
	font-style: italic;
    font-size: 0.813rem;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 6px;
}

.entry-content .more-link:hover {
    background: #a4a71e;
    color: #fff;
}

/**
	* 13.2 Author Bio
*/
.author-info {
    text-align: center;
}
.author-heading.section-title {
	font-size: 1.125rem;
    margin-bottom: 10px;
}

.author-avatar img {
    max-width: 7.25rem;
	margin-bottom: 1.25rem;
}

.author-bio {
	margin: 0 0 10px;
}

.author-link {
	font-size: 0.875rem;
    font-style: italic;
}

/**
	* 13.3 Related Posts
*/
.entry-related-posts {
    text-align: center;
}
.related-post-content {
    line-height: 1.2;
}
.related-post-thumbnail {
	display: block;
    margin-bottom: 1rem;
}
.related-posts-title {
	font-size: 1.125rem;
    margin-top: 0;
}
.related-post-content a {
    font-size: 0.875rem;
	font-weight: 600;
    line-height: 1.6;
}
.related-post-content .post-meta {
    font-size: 0.813rem;
    font-style: italic;
	margin-top: 0.5rem;
}

/**
	* 13.4 Blog Layouts
*/
.masonry-layout .hentry,
.posts-grid .hentry {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.posts-grid .post-thumbnail {
    margin-bottom: 2rem;
}

.posts-grid .entry-header,
.masonry-brick .entry-header {
    margin-bottom: 1.25rem;
}

.posts-grid .entry-title,
.masonry-brick .entry-title {
    font-size: 1.5rem;
    line-height: 1.4;
}

/* Masonry layout */
.masonry-container {
    margin-left: -25px;
    margin-right: -25px;
}
.posts-masonry {
    display: flex;
}
.masonry-brick {
    flex-basis: 50%;
    max-width: 50%;
	padding-left: 25px;
    padding-right: 25px;
}

/* List Layout */
.list-item-row {
    margin-left: -15px;
    margin-right: -15px;
}

.list-item .post-thumbnail,
.list-item-content {
    padding-left: 15px;
    padding-right: 15px;
}

.list-item .post-thumbnail {
    float: left;
    width: 33.333333%;
}

.has-post-thumbnail .list-item-content {
    float: right;
    width: 66.666666%;
}

.list-item-content .entry-title {
	font-size: 1.688rem;
    line-height: 1.2;
    margin: 0 0 0.25rem;
}

.list-item-content .entry-summary {
    margin-top: 1.5rem;
}

/**
	* 13.5 - Pagination
*/
.pagination {
    text-align: center;
}

.page-numbers {
    display: inline-block;
	font-size: 0.875rem;
    vertical-align: middle;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    background: #f5f5f5;
    color: #333;
    border-radius: 20%;
}

.page-numbers .icon {
    width: 0.75rem;
    height: 0.75rem;
    fill: #333;
	position: relative;
    top: 2px;
}
.page-numbers:hover .icon {
    fill: #fff;
}


.page-numbers:hover,
.page-numbers.current {
    color: #fff;
    background: #d3c4a6;
}

.page-numbers.dots {
    background: none;
}

.page-numbers.dots:hover {
    color: inherit;
}

.page-numbers.current {
    font-weight: bold;
}

.post-navigation .nav-previous,
.post-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.image-navigation .nav-previous,
.image-navigation .nav-next {
    width: 50%;
}

.post-navigation .nav-previous,
.comment-navigation .nav-previous,
.image-navigation .nav-previous {
    float: left;
}

.post-navigation .nav-next,
.comment-navigation .nav-next,
.image-navigation .nav-next {
    float: right;
    text-align: right;
}

.post-navigation .nav-meta {
    display: block;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.188rem;
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
    color: #b1b1b1;
}

.post-navigation .post-title {
    font-size: 1rem;
}

.comment-navigation {
    margin-bottom: 1.375rem;
}

.comment-navigation,
.image-navigation,
.nav-link {
    font-style: italic;
}

.entry-footer + .image-navigation {
    margin-top: 1.75rem;
}

.not-found .search-form {
    margin-bottom: 1.75rem;
}

/**
	* 13.6 Post Formats
*/
.format-image .post-thumbnail,
.format-video .post-thumbnail,
.format-audio .post-thumbnail {
    position: relative;
}


/**
	* 13.7 Comments
*/
.comments-title {
    font-size: 1.25rem;
	margin-top: 0;
}
.comment-reply-title {
	font-size: 1.125rem;
    margin-top: 0;
}
.comment-content {
    font-size: 0.938rem;
}
.comment-list,
.comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list .children {
    margin-top: 1.75rem;
    margin-left: 5rem;
}

.comment-list li {
    margin-bottom: 1.75rem;
}

.comment-author {
    font-family: Raleway, sans-serif;
    font-size: 1rem;
    margin: 0 0 0.5rem;
    letter-spacing: 0;
    text-transform: none;
}

.comment-list .bypostauthor .fn:after {
    content: 'Author';
    margin-left: 5px;
    font-family: Merriweather, Georgia, serif;
    font-weight: normal;
    font-style: italic;
    color: #9a9a9a;
}

.comment-avatar {
    width: 3.563rem;
    float: left;
    margin-top: 0.313rem;
}

.entry-comment {
    margin-left: 5rem;
}

.avatars-disabled .entry-comment {
    margin-left: 0;
}

.comment-awaiting-moderation {
    margin-bottom: 0.5rem;
    font-style: italic;
    color: #54ab16;
}

.comment-notes,
.logged-in-as {
    font-style: italic;
}

.comment-respond {
    margin-top: 2.125rem;
}

.comment-respond:only-child {
    margin-top: 0;
}

.comment-footer {
    display: table;
    width: 100%;
    margin-top: -1rem;
}

.comment-footer .comment-metadata,
.comment-footer .reply {
    display: table-cell;
    vertical-align: middle;
}

.comment-footer .comment-metadata {
    font-size: 0.813rem;
}

.comment-footer .reply {
    text-align: right;
}

.comment-reply-link {
    display: inline-block;
    font-family: Raleway, sans-serif;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.063rem;
    padding: 0.5rem 1.188rem 0.5rem 1.313rem;
    color: #414141;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
}

.comment-reply-link:hover {
    border-color: #ccc;
}

.no-comments {
    background: #f5f5f5;
    padding: 1rem 1.375rem;
    font-style: italic;
    border-radius: 3px;
}

.comment-reply-title small i {
    font-size: 1.125rem;
}

.comment-reply-title small a {
    color: #b1b1b1;
}

.comment-reply-title small a:hover {
    color: #333;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    max-width: 22rem;
}

.comment-form .form-submit {
    margin-bottom: 0;
}

/**
	* 13.8 Splash page
*/
#splash {
	height: 100vh;
    background-size: cover;
    margin: 0;
}


#splash {
    background-position: center;
}
#splash:before,
#splash .site-branding {
	width: 100%;
}
#splash:before {
    content: '';
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}
#splash .site-branding {
    text-align: center;
    color: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto 0 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.splash-right #splash:before {
	left: auto;
}

.splash-left #splash .site-branding {
	margin: 0 auto 0 0;
}
.splash-right #splash .site-branding {
	margin: 0 0 0 auto;
}

#splash .splash-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.5rem;
}

#splash .splash-title a {
    color: #fff;
}

#splash p {
    font-size: 1.063rem;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.5px;
    margin: 0 auto 1.5rem;
}

#splash-menu {
    font-size: 1.125rem;
    letter-spacing: 1px;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
    z-index: 2;
}

#splash-menu a {
    color: #fff; 
	font-family: Raleway, sans-serif;
    font-weight: 300;
}

/* Use class splash-button for a button style */
#splash-menu .splash-button a,
#splash-menu .splash-button a:visited {
	background-color: #1b998b;
	border-radius: 8px;
    color: #fff;
    font-size: 1rem;
    padding: 0.688rem 1.75rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#splash-menu .splash-button a:hover {
    opacity: 0.8;
}	

/**
	* 13.9 Error page
*/
.error404 .page-content {
    text-align: center;
}
#error-title {
    font-size: 9.375rem;
    font-weight: 900;
    color: #161616;
    letter-spacing: -1px;
}
.error404 .page-content p {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

/**
	* 14.0 Media
*/
img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.avatar {
    border-radius: 12%;
}

figure {
    margin: 0;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

embed,
iframe,
object,
video {
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 1.75rem;
}

.wp-playlist.wp-playlist {
    padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 0.625rem 0;
}

.wp-playlist-item .wp-playlist-item-length {
    top: 0.625rem;
}

/**
	* 14.1 Captions
*/
.wp-caption {
    margin-bottom: 1.75rem;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption-text,
.entry-caption {
    background: #171717;
    color: #fff;
    font-size: 0.813rem;
	font-style: italic;
    line-height: 1.7;
    letter-spacing: 0.5px;
    padding: 0.5rem 1rem;
    text-align: center;
}

.wp-caption.aligncenter .wp-caption-text {
    text-align: center;
}

/**
	* 14.2 Galleries
*/
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.gallery .gallery-item {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.gallery.natured-custom-gallery {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.gallery.natured-custom-gallery .gallery-item {
    padding-left: 0;
    padding-right: 0;
}

.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4 {
    margin-left: -15px;
    margin-right: -15px;
}

.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.gallery-columns-2 .gallery-item {
    flex-basis: 50%;
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
}

.gallery-columns-4 .gallery-item {
    flex-basis: 25%;
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    flex-basis: 20%;
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    flex-basis: 16.66666666%;
    max-width: 16.6666666%;
}

.gallery-columns-7 .gallery-item {
    flex-basis: 14.2857142%;
    max-width: 14.2857142%;
}

.gallery-columns-8 .gallery-item {
    flex-basis: 12.5%;
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    flex-basis: 11.111111%;
    max-width: 11.111111%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-columns-5 > .gallery-item,
.gallery-columns-6 > .gallery-item,
.gallery-columns-7 > .gallery-item,
.gallery-columns-8 > .gallery-item,
.gallery-columns-9 > .gallery-item {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 15px;
}

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.gallery-caption {
    font-size: 0.813rem;
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
}

.masonry-gallery {
    flex-basis: 100%;
    margin-left: -5px;
    margin-right: -5px;
}

.gallery-columns-2 .masonry-gallery,
.gallery-columns-3 .masonry-gallery,
.gallery-columns-4 .masonry-gallery {
    margin-left: -10px;
    margin-right: -10px;
}

.masonry-gallery .gallery-item {
    display: block;
    padding: 0 5px;
    margin-bottom: 10px;
}

.gallery-columns-2 .masonry-gallery .gallery-item,
.gallery-columns-3 .masonry-gallery .gallery-item,
.gallery-columns-4 .masonry-gallery .gallery-item {
    padding: 0 10px;
    margin-bottom: 20px;
}

.carousel-gallery .gallery-item {
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: block;
    margin-bottom: 0;
}

.carousel-gallery .gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}

.gallery-columns-3 .carousel-gallery .gallery-caption,
.gallery-columns-4 .carousel-gallery .gallery-caption {
    padding: 10px;
}


.tiled-gallery {
    margin-bottom: 1.75rem !important;
}

/**
	* 15.0 - Widgets
*/
#bottom-sidebar-group {}
#bottom-sidebar1 {}
#bottom-sidebar2 {}

#footer-sidebar.inner-wrapper {
    border: none;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.sidebar-areas {
    margin-left: -15px;
    margin-right: -15px;
}

#bottom-sidebar-group .widget-area {
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.widget {
    margin: 0 0 2.5rem;
    line-height: 1.7;
}

.widget:last-child,
.widget:only-child {
    margin: 0;
}

.widget-title {
    margin-bottom: 1rem;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_about_me ul,
.widget_advanced_recent_posts ul,
.natured-widget-recent-posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    margin-bottom: 0.688em;
}

.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_links ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_advanced_recent_posts ul li:last-child {
    margin-bottom: 0;
}

.widget .post-date,
.natured-widget-recent-posts .post-date {
    display: block;
    font-size: 0.813rem;
}

.widget_calendar .calendar_wrap {
    max-width: 450px;
}

.widget_calendar caption {
    font-style: italic;
}

.widget_calendar table th,
.widget_calendar table td {
    text-align: center;
}

.widget_archive ul,
.widget_categories ul,
.widget_recent_comments ul {
    color: #9a9a9a;
    font-style: italic;
}

.widget_archive a,
.widget_categories a,
.widget_recent_comments a,
.widget_recent_comments .comment-author-link {
    font-style: normal;
}

.widget_categories .children,
.widget_nav_menu .sub-menu {
    margin: 0.688em 0 0 1.063rem;
}

.widget_categories .children a:before,
.widget_nav_menu .sub-menu a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 20%;
    margin-right: 10px;
    margin-top: -2px;
}

.textwidget > :only-child,
.textwidget > :last-child {
    margin-bottom: 0;
}

/* About me widget */
.natured-widget-about > * {
    margin: 0 0 1.5rem;
}
.natured-widget-about .social-profiles {
    margin-bottom: 0;
}
.natured-widget-about .portrait {
    padding-top: 5px;
}
.natured-widget-about .about-me-name {
    margin-bottom: 1rem;
}
.natured-widget-about .about-me-link {
    font-size: 0.875rem;
	font-style: italic;
}
.natured-widget-about .social-profiles .icon {
    fill: #a4a71e;
    position: relative;
    top: 4px;
}
.natured-widget-about .social-profiles a {
	display: inline-block;
    margin-right: 8px;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.13);
    width: 2rem;
    height: 2rem;
    border-radius: 20%;
    text-align: center;
}

.natured-widget-about .social-profiles a:hover .icon {
    fill: #333;
}

/* Instagram widget */
.natured-instagram-feed .instagram-pics {
    list-style: none;
    margin: 0 -3px 1rem -3px;
    padding: 0;
}

.natured-instagram-feed .instagram-pics li {
    float: left;
    width: 33.333333%;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
}

.natured-instagram-feed p {
    font-style: italic;
}

/* Recent Posts widget */
.natured-widget-recent-posts ul li {
    margin-bottom: 1.5rem;
}

.natured-widget-recent-posts .post-thumbnail {
    float: left;
    margin: 0;
    width: 5rem;
}

.natured-widget-recent-posts .has-post-thumbnail .widget-post-content {
    margin-left: 6.375rem;
}

.natured-widget-recent-posts .format-video .post-thumbnail:after,
.natured-widget-recent-posts .format-audio .post-thumbnail:after {
    font-size: 1rem;
}

/**
	* 16.0 Accessibility
*/

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

/**
	* 17.0 Portfolio
*/
.hentry .portfolio-grid {
    margin-top: 20px;
}

.portfolio-grid .portfolio-post {
    margin-bottom: 30px;
}

.portfolio-grid .portfolio-post > :last-child {
    margin-bottom: 0;
}

.portfolio-grid .post-thumbnail {
    margin-bottom: 1.125rem;
    text-align: center;
}

.portfolio-grid .entry-header {
    margin-bottom: 1rem;
}

.portfolio-grid .entry-title {
    font-size: 1.125rem;
    margin: 0;
}

.portfolio-grid .entry-summary {
    text-align: center;
}

/**
	* MailChimp
*/
.natured-newsletter-form {
    text-align: center;
}

.natured-newsletter-form-wrap {
    display: inline-block;
}
.mc4wp-form h3 {
	margin-top: 0;
}
.mc4wp-alert {
    font-style: italic;
    margin-top: 1.75rem;
}

.mc4wp-notice {
    color: #3d78d6;
}

.mc4wp-success {
    color: #619e22;
}

.mc4wp-error {
    color: #e85c5c;
}

/**
	* 18.0 Gutenberg
*/
.entry-content .wp-block-gallery,
.entry-content .wp-block-audio,
.entry-content .wp-block-video,
.entry-content .wp-block-code,
.entry-content .wp-block-verse,
.entry-content .wp-block-button,
.entry-content .wp-block-preformatted,
.entry-content .wp-block-media-text {
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.entry-content .wp-block-image {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.entry-content > * > *:first-child,
.entry-summary > * > *:first-child {
    margin-top: 0;
}

.entry-content > * > *:last-child,
.entry-summary > * > *:last-child {
    margin-bottom: 0;
}


.entry-content > *.alignleft,
.entry-summary > *.alignleft {
    float: left;
    max-width: 45%;
    margin: 0.5rem 2.5rem 1rem 0;
}

.entry-content > *.alignright,
.entry-summary > *.alignright {
    float: right;
    max-width: 45%;
    margin: 0.5rem  0 1rem 2.5rem;
}

.entry-content > *.aligncenter,
.entry-summary > *.aligncenter,
.entry-content img.aligncenter,
.entry-summary img.aligncenter {
	margin: 2rem auto;
}
.entry-content > *.alignnone,
.entry-summary > *.alignnone,
.entry-content img.alignnone,
.entry-summary img.alignnone{
	margin: 2.5rem 0;
}

.entry-content .has-drop-cap:not(:focus):first-letter {
    color: #333;
    float: left;
    font-family: Merriweather, Georgia, serif;
    font-size: 5.5rem;
    line-height: 0.68;
    font-weight: 700;
    margin: 0.875rem 0.5rem 0 0;
    text-transform: uppercase;
    font-style: normal;
}

.entry-content .has-green-background-color {
    background-color: #a4a71e;
}

.entry-content .has-dark-background-color {
    background-color: #4a4a4a;
}

.entry-content .has-light-grey-background-color {
    background-color: #f5f5f5;
}

.entry-content .has-white-background-color {
    background-color: #fff;
}

.entry-content .has-green-color {
    color: #adb110;
}

.entry-content .has-dark-color {
    color: #4a4a4a;
}

.entry-content .has-light-grey-color {
    color: #f5f5f5;
}

.entry-content .has-white-color {
    color: #fff;
}

.entry-content p.has-background {
    padding: 1.375rem 1.75rem;
}

.entry-content .has-medium-font-size {
    font-size: 1.25rem;
}

.entry-content .has-large-font-size {
    font-size: 1.625rem;
    line-height: 1.6;
    margin: 1rem 0;
}

.entry-content .has-huge-font-size {
    font-size: 2rem;
    line-height: 1.5;
    margin: 1.25rem 0;
}

.entry-content .wp-block-audio {
    width: 100%;
}

.entry-content .wp-block-audio audio {
    width: 100%;
}

.entry-content .wp-block-video video {
    width: 100%;
}

.entry-content .wp-block-button .wp-block-button__link {
    transition: background 150ms ease-in-out;
    border: none;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    font-size: 0.75rem;
    line-height: 1.45;
    padding: 1.313rem 1.625rem 1.313rem 1.75rem;
    text-decoration: none;
}

.entry-content .wp-block-button .wp-block-button__link:not(.has-background) {
    background-color: #32373c;
}

.entry-content .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: white;
}

.entry-content .wp-block-button .wp-block-button__link:hover {
    color: white;
    background: #32373c;
    cursor: pointer;
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:active {
    transition: all 150ms ease-in-out;
    border-width: 2px;
    border-style: solid;
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
    background: transparent;
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
    color: #32373c;
    border-color: currentColor;
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: white;
    background-color: #32373c;
}

.entry-content .wp-block-cover,
.entry-content .wp-block-cover-image {
    margin: 2.688rem 0;
}

.entry-content .wp-block-cover .wp-block-cover-image-text,
.entry-content .wp-block-cover .wp-block-cover-image-text,
.entry-content .wp-block-cover .wp-block-cover-text,
.entry-content .wp-block-cover h2,
.entry-content .wp-block-cover-image .wp-block-cover-image-text,
.entry-content .wp-block-cover-image .wp-block-cover-text,
.entry-content .wp-block-cover-image h2 {
    color: #fff;
    font-size: 1.625rem;
    line-height: 1.45;
}

.entry-content .wp-block-quote {
	margin: 0 3rem 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: left;
}

.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
    margin: 0 0 1.75rem;
    padding: 0 1rem;
}

.entry-content .wp-block-quote.is-large p,
.entry-content .wp-block-quote.is-style-large p {
    font-size: 1.125rem;
    line-height: 1.7;
}

.entry-content .wp-block-quote:before,
.entry-content .wp-block-quote:after {
    display: none;
}

.entry-content .wp-block-quote:before {
    display: block;
    font-family: Georgia, serif;
    font-size: 4.75rem;
    font-style: normal;
    line-height: 0;
    color: #adadad;
}

.entry-content .wp-block-quote:before {
	content: '\201C';
    top: 2rem;
    position: relative;
    left: -2.75rem;
}

.entry-content .wp-block-quote cite {
	color: #9a9a9a;
    display: block;
    font-style: italic;    
	font-size: 0.875rem;
    line-height: 1.75;	
}

.entry-content .wp-block-quote.is-large cite,
.entry-content .wp-block-quote.is-large footer,
.entry-content .wp-block-quote.is-style-large cite,
.entry-content .wp-block-quote.is-style-large footer {
    text-align: right;
}

.entry-content .wp-block-quote:not(.is-large):not(.is-style-large) {
    border: none;
    padding-left: 1.75rem;
}

.entry-content .wp-block-pullquote {
    border-top: none;
    border-bottom: none;
    padding: 0;
}
.wp-block-pullquote.alignleft {
    text-align: left;
}
.wp-block-pullquote.alignright {
    text-align: right;
}
.entry-content .wp-block-pullquote blockquote {
    margin: 1rem;
}

.entry-content .wp-block-pullquote p,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 1rem;
    line-height: inherit;
}

.entry-content .wp-block-pullquote cite {
    color: #9a9a9a;
    display: block;
    font-style: italic;
    font-size: 0.875rem;
    line-height: 1.75;
	text-transform: capitalize;
}

.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 3rem;
    margin-right: 3rem;
}

.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 80%;
    padding: 1.75rem 0;
}

.entry-content .wp-block-pullquote.is-style-solid-color blockquote p {
    margin-bottom: 1.5rem;
}

.entry-content .wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: uppercase;
}

.entry-content .wp-block-pullquote blockquote:before,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote:before,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote:after {
    display: none;
}


.entry-content .wp-block-separator {
    border: none;
    border-bottom: 2px solid #e5e5e5;
    margin: 1.75rem auto;
}

.entry-content .wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
}

.entry-content .wp-block-separator.is-style-dots {
    border: none;
}

.entry-content .wp-block-image .alignleft {
    float: left;
    margin-right: 1.75rem;
}

.entry-content .wp-block-image .alignright {
    float: right;
    margin-left: 1.75rem;
}

.entry-content .wp-block-image figcaption {
	background: #171717;
    color: #fff;
    font-size: 0.813rem;
	font-style: italic;
    line-height: 1.7;
    letter-spacing: 0.5px;
	margin-top: 0;	
    padding: 0.5rem 1rem;
    text-align: center;
}

.wp-block-media-text .wp-block-media-text__content p {
    margin-bottom: 1rem;
}


/**
	* 19.0 Media Queries
*/

@media (min-width: 768px) {
	#splash:before,
	#splash .site-branding {
		width: 60%;
	}
	#splash .site-branding {
		padding: 0 30px;
	}	
    .list-item .post-thumbnail {
        margin: 0;
	}
	
    .last-item > :nth-last-child(2),
    .last-item > :nth-last-child(1) {
        margin-bottom: 0;
	}
	
    .flex-3col.last-item > :nth-last-child(3) {
        margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	
	#splash:before,
	#splash .site-branding {
		width:50%;
	}	
	#splash .site-branding {
		padding: 0 40px;
	}	
	.sidebar-layout-1 .site-identity {
		margin-top: -6%;
	}
    .page-template-full-width-page .sidebar {
        display: none;
	}
	
    .off-canvas-nav {
        display: none;
	}
	
    .nav-open.custom-background .sidebar:before {
        opacity: 0.7;
	}
	
    .sidebar-layout-4 .toggle-buttons {
        display: none;
	}
	
    .nav-open .site-header {
        opacity: 0;
        visibility: hidden;
	}
	
    .sticky-nav .site-content {
        padding-top: 5.875rem;
	}
	
    .sidebar-layout-2.nav-open .sidebar .site-info {
        opacity: 0;
        visibility: hidden;
	}
	.has-post-thumbnail .list-item-content {
		padding-top: 15px;
	}	
}
@media (min-width: 1600px) {
    html {
        font-size: 16px;
	}
	#splash .site-branding {
		padding: 0 80px;
	}	
	.social-profiles .icon {
		top: 1px;
	}
	#footer-social .social-profiles .icon {
		top: 3px;
	}	
    .navigation,
    .inner-wrapper {
        padding-top: 4.25rem;
        padding-bottom: 4.25rem;
	}
    .flex-row {
        margin-left: -20px;
        margin-right: -20px;
	}
	
	.masonry-brick,
    .flex-row .flex-item {
        padding-left: 20px;
        padding-right: 20px;
	}
	
    .flex-3col {
        margin-left: -15px;
        margin-right: -15px;
	}
	
    .flex-3col .flex-item {
        padding-left: 15px;
        padding-right: 15px;
	}
	
	.masonry-layout .hentry,
    .posts-grid .hentry {
        margin-bottom: 50px;
	}
	
    .portfolio-grid .portfolio-post {
        margin-bottom: 40px;
	}
	
    .sidebar-areas {
        margin-left: -25px;
        margin-right: -25px;
	}
	
    #bottom-sidebar-group .widget-area {
        padding-right: 25px;
        padding-left: 25px;
	}
}

@media (min-width: 1920px) {
    html {
        font-size: 16px;
	}
	#splash .site-branding {
		padding: 0 120px;
	}	
    .content-container,
    .nav-links {
        max-width: 800px;
	}
	
    .flex-row {
        margin-left: -25px;
        margin-right: -25px;
	}
	
	.masonry-brick,
    .flex-row .flex-item {
        padding-left: 25px;
        padding-right: 25px;
	}
	
    .flex-3col {
        margin-left: -20px;
        margin-right: -20px;
	}
	
    .flex-3col .flex-item {
        padding-left: 20px;
        padding-right: 20px;
	}
	
	.masonry-layout .hentry,
    .posts-grid .hentry {
        margin-bottom: 60px;
	}
	
    .portfolio-grid .portfolio-post {
        margin-bottom: 50px;
	}
}

@media (min-width: 2500px) {
    html {
        font-size: 22px;
	}
	
    .site-identity {
        max-width: 800px;
	}
	
    .content-container,
    .nav-links {
        max-width: 950px;
	}
	
    .content-container.large-container {
        max-width: 1050px;
	}
	
}

@media (max-width: 1199px) {
    .search-open .toggle-buttons .search-form {
        width: 150px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
    html {
        font-size: 12px;
	}
}


@media (max-width: 991px) {
    .site {
        overflow: hidden;
	}
	
    .wrapper {
        position: relative;
        z-index: 10;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
	}
	
    .nav-open .wrapper {
        -webkit-transform: translateX(400px);
        transform: translateX(400px);
	}
	
    .off-canvas-nav {
        display: flex;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 400px;
        background: #171717;
        z-index: 0;
        overflow-y: auto;
        visibility: hidden;
        -webkit-transition: visibility 0s linear 0.3s;
        transition: visibility 0s linear 0.3s;
	}
	
    .nav-open .off-canvas-nav {
        visibility: visible;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
	}
	
    .off-canvas-nav .nav-menu {
        padding: 60px;
	}
	
    .sidebar-right .site-content {
        margin-right: 0;
	}
	
    .sidebar .sidebar-nav,
    .visible-nav {
        display: none;
	}
	
    .sidebar {
        position: relative;
        top: 0;
        width: 100%;
	}
	
    .sidebar-inner {
        display: block;
        height: auto;
        padding: 5% 7%;
	}
	
    .admin-bar .sidebar {
        top: 0;
	}
	
    .site-header {
        display: block;
        margin: 3rem 0;
	}
	
    .sticky-nav .site-content {
        padding-top: 0 !important;
	}
	
    .site-content {
        margin-left: 0;
	}
	
    .flex-row {
        margin-left: -20px;
        margin-right: -20px;
	}
	
	.masonry-brick,
    .flex-row .flex-item {
        padding-left: 20px;
        padding-right: 20px;
	}
	
    .flex-3col {
        margin-left: -15px;
        margin-right: -15px;
	}
	
    .flex-3col .flex-item {
        padding-left: 15px;
        padding-right: 15px;
	}
	
	.masonry-layout .hentry,
    .posts-grid .hentry {
        margin-bottom: 50px;
	}
	
    .portfolio-grid .portfolio-post {
        margin-bottom: 40px;
	}
	
}

@media (max-width: 767px) {
    html {
        font-size: 12px;
	}
	
    .admin-bar .off-canvas-nav {
        top: 46px;
	}
	
    .flex-row {
        display: block;
        margin-left: 0;
        margin-right: 0;
	}
	
	.masonry-brick,
    .flex-row .flex-item {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
	}
	
    .entry-more,
    .entry-more .more-wrap {
        display: block;
	}
		
    .entry-content .wp-block-image .alignleft,
    .entry-content .wp-block-image .alignright {
        max-width: 40%;
	}
	
    .related-post:after {
        content: '';
        display: table;
        clear: both;
	}
	
    .related-post + .related-post {
        margin-top: 1.688rem;
	}
	
    .related-post .post-thumbnail {
        width: 8rem;
        float: left;
        margin: 0;
	}
	
    .has-post-thumbnail .related-post-content {
        margin-left: 9.5rem;
	}
	
    .list-item-row {
        margin: 0;
	}
	
    .list-item .post-thumbnail,
    .list-item-content {
        padding: 0;
        float: none;
        width: 100%;
	}
	
    .has-post-thumbnail .list-item-content {
        width: 100%;
	}
	
    .post-navigation .nav-previous,
    .post-navigation .nav-next,
    .comment-navigation .nav-previous,
    .comment-navigation .nav-next,
    .image-navigation .nav-previous,
    .image-navigation .nav-next {
        float: none;
        text-align: left;
        width: 100%;
	}
	
    .post-navigation .nav-previous + .nav-next {
        margin-top: 1.75rem;
	}
	
    .comment-list .children {
        margin-left: 2rem;
	}
	
    .comment-footer,
    .comment-footer .comment-metadata,
    .comment-footer .reply {
        display: block;
	}
	
    .comment-footer .comment-metadata,
    .comment-footer .reply {
        text-align: right;
	}
	
    .comment-footer .reply {
        margin-top: 5px;
	}
	
    .sidebar-areas {
        margin-left: 0;
        margin-right: 0;
	}
	
    #bottom-sidebar-group .widget-area {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
	}
	
    #bottom-sidebar-group .widget-area + #bottom-sidebar-group .widget-area {
        margin-top: 2.5rem;
	}
	
	.masonry-layout .hentry,
    .posts-grid .hentry {
        margin-bottom: 40px;
	}
	
    .portfolio-grid .portfolio-post {
        margin-bottom: 30px;
	}
	
    .last-item > :last-child {
        margin-bottom: 0;
	}
	
    .gallery .gallery-item {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 15px;
	}
	
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        flex-basis: 33.333333%;
        max-width: 33.333333%;
	}
	
    .gallery .masonry-gallery {
        margin-left: -5px;
        margin-right: -5px;
	}
	
    .gallery .masonry-gallery .gallery-item {
        padding-left: 5px;
        padding-right: 5px;
	}
	
    .gallery-columns-4 .masonry-gallery .gallery-item,
    .gallery-columns-5 .masonry-gallery .gallery-item,
    .gallery-columns-6 .masonry-gallery .gallery-item,
    .gallery-columns-7 .masonry-gallery .gallery-item,
    .gallery-columns-8 .masonry-gallery .gallery-item,
    .gallery-columns-9 .masonry-gallery .gallery-item {
        max-width: 33.333333%;
	}
	
    .natured-newsletter-form input {
        width: 100%;
	}
	
    .natured-newsletter-form input + input {
        margin-top: 1rem;
	}
}


@media (max-width: 480px) {
    .nav-open .wrapper {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
	}
	
    .off-canvas-nav {
        width: 100%;
	}
	
	blockquote {
		max-width: 90%;
		margin-left: auto;
		margin-right: 0;
	}
	
    .navigation,
    .inner-wrapper {
        padding-left: 3rem;
        padding-right: 3rem;
	}
	
    .author-info .author-avatar {
        margin-bottom: 2rem;
	}
	
	
}
