/* ---
Theme Name: Natura
Theme URI: https://wpvita.com/wordpress/themes/natura/
Author: WPvita
Author URI: https://wpvita.com/
Description: Natura is a responsive WordPress blog theme with a timeless design built exclusively for bloggers.
Version: 1.2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: natura

/* =TABLE OF CONTENTS
------------------------------------------------------------

0. Reset
1. Global Styles
    1.0. Base
    1.1. Heading
    1.2. Link
    1.3. Text
    1.4. List
    1.5. Table
    1.6. Elements
    1.7. Media
2. Clearfix
3. Utilities
4. Structure
    4.0. Main Layout
    4.1. Header
    4.2. Menu
    4.3. Content
    4.4. Footer
5. Layouts
6. Post Formats
7. Widgets
8. Comments
9. Contact Form
10. 404 Page
11. WordPress Defaults

/* =Reset
------------------------------------------------------------ */

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

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, code, em, img, small, strike, strong, center, ol, ul, li, button, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, embed, figure, figcaption, footer, header, menu, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

*:focus {
	outline: 0;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
	visibility: hidden;
}

img {
	text-align: center;
	-ms-interpolation-mode: bicubic;
}

a:focus,
button:focus {
	outline: thin dotted;
	outline: 0.3125em auto -webkit-focus-ring-color;
	outline-offset: -0.15625em;
}

a:hover,
a:active {
	outline: 0;
}

/* =Global Styles
------------------------------------------------------------ */

/*  --- Base --- */
body {
	font-family: "Merriweather", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #405068;
	background: #f6f7f8;
}

::selection {
	color: white;
	background: #0088cc;
}

::-moz-selection {
	color: white;
	background: #0088cc;
}

*::-webkit-input-placeholder {
	color: #3f5473;
}

/* --- Heading ---  */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	padding-top: 30px;
	color: #3f5473;
}

h1 {
	font-size: 40px;
	line-height: 36px;
}

h2 {
	font-size: 35px;
	line-height: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 20px;
}

h6 {
	padding-top: 5px;
	font-size: 15px;
}

/* --- Link ---  */
a {
	text-decoration: none;
	color: #5FC4B6;
	-webkit-transition: background-color .1s linear, color .1s linear;
	-moz-transition: background-color .1s linear, color .1s linear;
	-ms-transition: background-color .1s, color .1s linear;
	-o-transition: background-color .1s linear, color .1s linear;
	transition: background-color .1s linear, color .1s linear;
	word-wrap: break-word;
}

a:hover {
	text-decoration: none;
	color: #5FC4B6;
}

a img {
	display: block;
	border: none;
	background: none;
}

a:hover img {
	border: none;
	background: none;
}

/* --- Text ---  */
p {
	margin-bottom: 25px;
}

b, strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

sub,
sup {
	position: relative;
	margin-left: 0.25em;
	font-size: 85%;
	font-weight: bold;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

code,
pre {
	font-family: Menlo, Monaco, "Courier New", monospace;
	font-size: 14px;
	color: #3f5473;
}

code {
	padding: 0.25em;
	color: #dd1144;
	background-color: #f7f7f7;
}

pre {
	display: block;
	margin: 45px 0;
	padding: 30px;
	line-height: 1.5;
	tab-size: 4;
	white-space: pre-wrap;
	word-break: break-all;
	background-color: #f6f7f8;
	-moz-tab-size: 4;
	-o-tab-size: 4;
}

pre code {
	padding: 0;
	border: 0;
	font-size: 1em;
	color: inherit;
	background-color: transparent;
}

/* --- List --- */
ul,
ol,
dl {
	margin: 0 0 1.5625em 45px;
	padding: 0;
	margin-left: 2em;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dl {
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dl,
dd {
	margin: 0;
	padding: 0;
}

dd {
	margin-bottom: 1.5625em;
}

dt {
	font-weight: bold;
}

/* --- Table --- */
table {
	width: 100%;
	margin-bottom: 1.5625em;
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	padding: 0.5em;
	text-align: left;
}

th {
	border-bottom: 0.125em solid #e5e5e5;
	font-weight: bold;
	vertical-align: bottom;
}

td {
	border-top: 1px solid #e5e5e5;
	vertical-align: top;
}

/* --- Elements --- */
hr {
	margin: 2em auto;
	border: 0;
	border-top: 0.0725em solid #e5e5e5;
	border-bottom: 0 solid white;
}

blockquote {
	margin: 30px 0 15px;
	padding-right: 1.5625em;
	padding-left: 1.5625em;
	border-left: 0.25em solid #5FC4B6;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

form,
fieldset {
	margin-bottom: 0;
}

fieldset {
	padding: 0;
	border: 0;
}

legend,
label {
	display: block;
	margin: 0 0 0.3125em;
	padding: 0;
	font-weight: normal;
}

label {
	margin: 0 .4em 0 0;
	font-weight: 300;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	padding: 0.3125em;
	font: inherit;
	color: #555555;
	border-radius: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

input,
textarea,
select {
	display: block;
	width: 100%;
	margin-bottom: 1.1875em;
	border: 1px solid #b8b8b8;
	line-height: 1.5625;
}

optgroup {
	font-weight: bold;
}

form button,
form .button {
	margin-bottom: 1.1875em;
}

textarea {
	height: 12em;
	overflow: auto;
}

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
	display: inline-block;
	width: auto;
	height: auto;
	margin-bottom: 0.3125em;
	padding: 0;
	cursor: pointer;
}

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

input:focus,
textarea:focus {
	outline: 0;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
select:focus {
	outline: thin dotted;
	outline: 0.3125em auto -webkit-focus-ring-color;
	outline-offset: -0.125em;
}

/* --- Media --- */
img,
video {
	height: auto;
	max-width: 100%;
}

iframe,
object,
embed {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

figure {
	margin: 0;
}

/* =Clearfix
-------------------------------------------------------------- */

.clearfix:before,
.container:before,
.row:before,
#respond:before,
.post-inner:before,
.comment-navigation:before,
.clearfix:after,
.container:after,
.row:after,
#respond:after,
.post-inner:after,
.comment-navigation:after {
	content: " ";
	display: table;
}

.clearfix:after,
.container:after,
.row:after,
#respond:after,
.post-inner:after,
.comment-navigation:after {
	clear: both;
}

/* =Utilities
-------------------------------------------------------------- */

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

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

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

.float-left {
	float: left;
}

.float-center {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.float-right {
	float: right;
}

.btn,
.post-password-required input[type="submit"] {
	display: inline-block;
	margin-right: 0.3125em;
	padding: 0.5em 0.6875em;
	border: 1px solid #0088cc;
	border-radius: 1px;
	font-size: 0.9375em;
	font-weight: normal;
	color: #ffffff;
	background-color: #0088cc;
}

.btn:hover,
a .btn:hover,
.btn:focus,
a .btn:focus,
.btn:active,
a .btn:active,
.btn.active {
	border-color: #5fc4b6;
	text-decoration: none;
	color: #ffffff;
	background-color: #5fc4b6;
}

.btn:active,
.btn.active {
	outline: 0;
}

.btn.disabled,
.btn[disabled] {
	opacity: 0.5;
	box-shadow: none;
	cursor: not-allowed;
	pointer-events: none;
}

.btn-block,
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	display: block;
	width: 100%;
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
}

.btn,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.btn:last-child,
input.btn {
	margin-right: 0;
}

.btn-cat-widget {
	text-transform: uppercase;
	line-height: 30px;
}

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

.input-search {
	width: 65%;
	padding-right: 2.5em;
	padding-left: 0.9375em;
	border-radius: 1.3125em;
	-webkit-transition: width 300ms ease-in;
	transition: width 300ms ease-in;
}

.btn-search {
	display: inline;
	margin-bottom: 0;
	margin-left: -2.5em;
	border: none;
	color: #808080;
	background: none;
}

.btn-search .icon {
	fill: #808080;
}

.btn-search:hover {
	color: #5a5a5a;
}

.btn-search:hover .icon {
	fill: #5a5a5a;
}

.btn-green,
.post-password-required input[type="submit"] {
	display: block;
	width: 100%;
	min-height: 45px;
	border: 0;
	border-radius: 0;
	background: #5fc4b6;
}

.post-password-required label {
	margin: 0;
}

.post-password-required input[type="password"] {
	margin-top: 15px;
	border-color: #f6f7f8;
}

.post-password-required input[type="submit"] {
	min-height: 35px;
}

/* =Structure
-------------------------------------------------------------- */

/*  --- Main Layout --- */
.row {
	margin-right: -1%;
	margin-left: -1%;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 30px;
	max-width: 1230px;
}

.primary,
.secondary {
	float: left;
	width: 100%;
}

.secondary {
	width: 270px;
}

.sticky-header.home.page .primary,
.sticky-header.home.page .secondary {
	margin-top: 0;
}

.sticky-header.home .primary,
.sticky-header.home .secondary {
	margin-top: 60px;
}



.primary {
	margin-right: -270px;
}

.primary-inner {
	margin-right: 300px;
}

.home .main {
	padding-top: 30px;
}

.home.page-template-default .main {
	padding-top: 0 !important;
	margin-top: 0;
}


.single.sticky-header .main, 
.page.sticky-header .main, 
.search-results.sticky-header .main, 
.archive.sticky-header .main, 
.blog.sticky-header .header-hero, 
.home.sticky-header .header-hero {
	padding-top: 60px;
}

.grid-fourth,
#respond .grid-half,
.grid-half,
.grid-third,
.grid-three-fourths {
	float: left;
	padding-right: 1%;
	padding-left: 1%;
}

.grid-third {
	width: 33.33333%;
}

.grid-fourth {
	width: 25%;
}

.grid-three-fourths {
	width: 75%;
}

.grid-full {
	width: 100%;
}

.overlay {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.2);
}

/*  --- Header --- */
.sticky-header .header {
	position: fixed;
}

.sticky-header .st {
	top: 0;
	bottom: 0;
	position: fixed;
	overflow-y: scroll;
	overflow-x: hidden;
}

.header {
	z-index: 1050;
	position: relative;
	width: 100%;
	background: #fff;
}

.header-right {
	position: relative;
	padding: 17px 0 0;
}

.header-search {
	position: absolute;
	right: 33px;
	bottom: 0;
	width: 230px;
	width: 0;
	overflow: hidden;
	-webkit-transition: width .4s ease;
	-moz-transition: width .4s ease;
	-o-transition: width .4s ease;
	transition: width .4s ease;
}

.headroom {
	transition: transform 200ms linear;
	will-change: transform;
}

.headroom--pinned {
	transform: translateY(0%);
}

.headroom--unpinned {
	transform: translateY(-100%);
}

.site-logo {
	display: table;
	margin-right: 15px;
	vertical-align: middle;
}

.site-logo a {
	display: table-cell;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
}

.site-logo h1,
.site-logo div {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #000;
}

.social-icons {
	display: inline-block;
	margin: 0 !important;
}

.social-icons li {
	display: inline-block;
}

.search-btn {
	float: right;
	margin-left: 15px;
	padding-right: 0;
	font-size: 16px;
	color: #71879d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.social-icons li a,
.header-search i {
	padding: 0 15px;
	font-size: 16px;
	color: #71879d;
}

.header-search i {
	position: absolute;
	top: 5px;
	left: -15.5px;
	padding: 0;
}

.header-search .searchbox {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	border: 0;
	font-size: 14px !important;
	font-style: italic;
	line-height: 26px;
	color: #889db1;
	background: #F6F7F8;
}

.search-box {
	position: relative;
}

.search-box::before {
	content: "\f21f";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 16px;
	color: #71879d;
}

.no-results .ion-search {
	display: none;
}

.header-search .searchbox::-webkit-input-placeholder,
.error-search .searchbox::-webkit-input-placeholder {
	font-size: 14px !important;
	font-style: italic;
	color: #889db1;
}

#searchsubmit {
	width: 25px;
}

.header.logo-center .container {
	position: relative;
}

.header.logo-center .site-logo {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.show-me {
	width: 230px;
}

.updated:not(.published) {
	display: none;
}

.header-mobile.show-me {
	display: block;
	width: auto;
}

.hamburger-menu {
	display: none;
	position: absolute;
	top: 15px;
	right: 30px;
	cursor: pointer;
}

.hamburger-menu i {
	font-size: 26px;
	color: #71879d;
}

.hamburger-menu {
	display: none;
}

.post-inner,
#comments {
	padding: 45px 14.942528735632186%;
}

.page .post-inner {
	padding-bottom: 20px;
}

.header-search.show-me i {
	display: none;
}

.custom-logo,
.logo-center {
	margin: 0 auto;
	text-align: center;
}

/* --- Menu --- */
.navbar,
.navbar * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navbar li {
	position: relative;
}

.navbar > li {
	float: left;
}

.navbar a {
	display: block;
	position: relative;
	padding: 12px 15px 13px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 35px;
	color: #71879D;
}

.navbar a:hover {
	color: #5FC4B6;
}

.navbar {
	display: inline-block;
}

.navbar ul {
	min-width: 12em;
}

.navbar li {
	white-space: nowrap;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.navbar .sub-menu a {
	padding: 0 15px;
	font-weight: 300;
	color: #fff !important;
	background: rgba(139, 160, 180, 0.86);
}

.navbar .sub-menu {
	position: absolute;
	top: auto;
	left: -9999px;
}

.navbar .sub-menu li {
	position: absolute;
	max-height: 0;
	-webkit-transition: max-height 0.4s ease-out;
	-moz-transition: max-height 0.4s ease-out;
	-ms-transition: max-height 0.4s ease-out;
	-o-transition: max-height 0.4s ease-out;
	transition: max-height 0.4s ease-out;
}

.navbar > li:hover > ul {
	left: 0;
}

.navbar > ul > li > ul {
	display: block;
	width: 200px;
}

.navbar > li:hover > ul > li,
.navbar .sub-menu > li:hover > ul > li {
	position: relative;
	max-height: 72px;
	text-align: left;
}

.navbar > li:hover > ul li:hover > ul {
	top: 0;
	left: 100%;
}

.navbar .menu-item-has-children {
	padding-right: 8px;
}

.navbar .sub-menu .menu-item-has-children {
	padding-right: 0;
}

.navbar .menu-item-has-children > a:after {
	content: "\f35f";
	position: absolute;
	top: 21px;
	right: 0;
	font-size: 16px;
	color: rgba(113, 135, 157, 0.7);
}

.sub-menu .menu-item-has-children > a:after {
	content: "\f363";
	top: 10px;
	right: 15px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
}

/*  --- Content ---  */
.header-hero {
	width: 100%;
	margin-bottom: 30px;
	min-height: 250px;
	text-align: center;
	color: #FFF;
	background: transparent;
}

.header-hero .overlay {
	min-height: 250px;
	height: 1vh;
}

.header-hero .container {
	display: table-cell;
	position: relative;
	padding: 30px 23.7%;
	vertical-align: middle;
}

.header-hero h1 {
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	line-height: 55px;
	color: #fff;
}

.header-hero p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 24px;
}

.hentry {
	margin-bottom: 30px;
	background: #FFF;
}

.post-thumb {
	overflow: hidden;
	background: #d9dce1;
}

.post-thumb img {
	width: 100%;
}

.post-thumb.compat-object-fit {
	background-size: cover;
	background-position: center center;
}

.post-thumb.compat-object-fit img {
	opacity: 0;
}

.content-advert {
	height: 120px;
	margin-bottom: 30px;
	background: #d9dce1;
}

.post-meta span {
	margin-right: 5.655737704918032%;
}

.post-meta i {
	padding-right: 5px;
}

.post-meta a, .post-date a, .post-meta span {
	text-transform: uppercase;
	font-size: 12px;
	color: #889DB1;
}

.post-date {
	text-transform: none;
}

.post-title a {
	display: block;
	font-size: 20px;
	line-height: 32px;
	color: #3F5473;
}

.continue-reading {
	font-size: 13px;
	text-transform: uppercase;
}

.sticky {
	background: #71879d;
	color: #fff;
}

.sticky h1, .sticky h2, .sticky h3, .sticky h4, .sticky h5, .sticky h6 {
	color: #fff;
}

.sticky .post-title a {
	color: #fff;
}

.sticky .post-meta a,
.sticky .post-date a,
.sticky .post-meta span {
	color: #f6f7f8;
}

.posts-navigation .btn-green {
	border: 2px solid #5fc4b6;
	line-height: 35px;
	color: #5fc4b6;
	background: transparent;
}

.posts-navigation .btn-green:hover {
	color: #fff;
	background: #5fc4b6;
}

.header-hero .post-date {
	display: inline-block;
	padding: 0 0 15px;
	font-size: 14px;
	font-style: normal;
	color: #fff;
}

.header-hero .post-date a {
	color: #fff;
}

.natura-related {
	margin-bottom: 30px;
}

.natura-fp ul {
	margin: 0;
	padding: 0;
}

.natura-related .natura-fp ul li {
	width: 48.25555%;
	margin-right: 3.4%;
	background: #d9dce1;
}

.natura-fp ul li:last-child {
	margin-right: 0;
}

.natura-fp ul li {
	width: 25%;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	height: 49vw;
	max-height: 375px;
	list-style-type: none;
	background: #d9dce1;
}

.natura-fp ul li:nth-of-type(even) {
	background: #e6e9ed;
}

.natura-fp a {
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: 20px;
	padding: 20px 30px;
	border: 3px solid rgba(222, 226, 228, 0.8);
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}

.natura-fp a:hover > .footer-rgb {
	background: rgb(95, 196, 182);
}

.natura-fp a:hover {
	text-decoration: none;
	color: #fff;
}

.footer .natura-fp {
	margin-top: 30px;
}

.error404 .natura-fp {
    margin-top: 0;
}

.footer-rgb {
	display: block;
	padding: 20px;
	font-size: 16px;
	background: rgba(95, 196, 182, 0.8);
	-webkit-transition: background-color .1s linear, color .1s linear;
	-moz-transition: background-color .1s linear, color .1s linear;
	-ms-transition: background-color .1s, color .1s linear;
	-o-transition: background-color .1s linear, color .1s linear;
	transition: background-color .1s linear, color .1s linear;
}

.natura-fp .footer-date {
	display: block;
	padding: 0 0 15px;
	font-size: 14px;
}

.single .header-hero .container {
	max-width: 835px;
}

.single .post-meta {
	margin-bottom: 40px;
	text-align: center;
}

.single-advert,
.related-advert {
	float: right;
	width: 100%;
	height: 250px;
	margin: 0 0 30px 20px;
	max-width: 300px;
}

.related-advert {
	float: none;
	height: auto;
	display: block;
	margin-left: 0;
	max-width: 870px;
}

.related-advert img {
	display: block;
}

.single .post-content a:hover {
	text-decoration: underline;
}

.post-content {
	font-size: 14px;
	color: #3F5473;
}

.post-content .btn {
	width: auto;
	padding: 10px 25px;
	min-height: inherit;
	min-width: inherit;
}

.post-content img {
	max-width: 100%;
	margin-bottom: 1.5625em;
	text-align: center;
}

.post-tags {
	clear: both;
	padding: 20px 52px;
	border-top: 1px solid #f6f7f8;
	font-size: 13px;
	color: #889db1;
}

.tagbox {
	display: inline-block;
	max-width: 92%;
}

.post-tags span {
	text-transform: uppercase;
	display: block;
	float: left;
}

.post-tags a {
	margin-left: 20px;
	text-transform: Capitalize;
	color: #5fc4b6;
}

.post-navigation,
.author-bio,
.nopassword {
	margin-bottom: 30px;
	padding: 30px 60px;
	color: #889db1;
	background: #fff;
}

.post-navigation .nav-links span {
	display: block;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	color: #889db1;
}

.nav-links div {
	max-width: 240px;
}

.nav-previous {
	float: left;
	text-align: left;
}

.nav-next {
	float: right;
	text-align: right;
}

.nav-links {
	overflow: hidden;
	text-align: center;
}

.nav-links .post-title {
	text-transform: none !important;
	font-size: 14px !important;
	line-height: 24px;
	color: #3f5473 !important;
}

.nav-links a:hover {
	text-decoration: none;
}

.post-pagination {
	margin: 20px 0 0;
	font-size: 13px;
}

.posts-navigation {
	padding-left: 1%;
	padding-right: 1%;
}

.author-img {
	width: 100px;
	height: 100px;
}

.author-details {
	font-size: 16px;
}

.author-desc,
.cat-desc {
	padding: 10px 0 0;
	font-size: 14px;
	line-height: 24px;
	color: #3f5473;
}

.cat-desc {
	color: #fff;
}

.home-alt .header-hero {
	height: 750px;
	padding: 180px 0;
}

.hero-inner {
	padding: 125px;
	border: 4px solid #dee2e4;
}

.controls {
	padding: 20px 0 45px;
	color: #eee;
}

.post-media iframe {
	height: 415px;
}

.page-numbers {
	display: inline-block;
	width: 20px;
	margin: 0 15px;
	font-size: 16px;
	line-height: 45px;
	color: #5fc4b6;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.page-numbers.current {
	width: 50px;
	border: 2px solid #5fc4b6;
}

.nav-links .prev:before {
	content: "\f107";
	position: relative;
	top: 5px;
	font-size: 25px;
	color: #889db1;
}

.nav-links .next:before {
	content: "\f10a";
	position: relative;
	top: 5px;
	font-size: 25px;
	color: #889db1;
}

.nav-links {
	margin: 0 auto;
	text-align: center;
}

nav.navigation.pagination {
	clear: both;
	overflow: hidden;
	text-align: center;
}

.page-numbers:hover {
	border-bottom: 2px solid #5FC4B6;
}

.next.page-numbers:hover,
.prev.page-numbers:hover {
	border: none;
}

.post-thumb a {
	display: block;
	position: relative;
}

.post-thumb a .overlay {
	display: block;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.2);
}

.post-thumb i {
	z-index: 999;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 85px;
	height: 85px;
	border: 2px solid #fff;
	border-radius: 100px;
	text-align: center;
	font-size: 60px;
	line-height: 85px;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	-webkit-transition: background-color .1s linear, color .1s linear;
	-moz-transition: background-color .1s linear, color .1s linear;
	-ms-transition: background-color .1s, color .1s linear;
	-o-transition: background-color .1s linear, color .1s linear;
	transition: background-color .1s linear, color .1s linear;
	transform: translate(-50%, -50%);
}

.post-thumb a:hover > i {
	background: rgba(255, 255, 255, 0);
}

.author .author-desc {
	padding-top: 15px;
	line-height: 26px;
	color: #fff;
}

.author h1 {
	text-transform: Capitalize;
	font-size: 26px;
	line-height: 26px;
}

.author .author-social {
	margin-top: 25px;
}

.author .author-social .social-icons li a {
	color: #fff;
}

.author .colophon-text {
	margin-bottom: 15px;
}

.single .author-meta a {
	text-transform: capitalize;
}

.site-logo a, .navbar a, .colophon, .rsswidget, .rss-date, .owl-nav, .slider-cat, .post-meta a, .post-date a, .post-meta span, .header-hero .post-date, .natura-share-button, .wpcf7-not-valid-tip, .wpcf7-response-output, .continue-reading {
	font-family: "Merriweather Sans", sans-serif;
}

.natura-share {
	clear: both;
}

.natura-share:before,
.natura-share:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

.natura-share ul {
	width: 100%;
	margin: 0;
	padding: 0 !important;
	overflow: hidden;
	list-style: none !important;
}

.natura-share ul li {
	display: inline-block;
	width: 100%;
	margin-right: 10px;
	max-width: 110px;
	margin-top: 10px;
}

.natura-share ul li:last-child {
	margin-right: 0;
}

.natura-share-button {
	display: block;
	text-align: center;
	text-decoration: none !important;
	text-shadow: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	color: #777 !important;
	background: #f3f6f8;
}

.natura-share-button i {
	padding-right: 5px;
}

.natura-share-button:hover,
.natura-share-button:focus,
.natura-share-button:active {
	color: #fff !important;
	background: #5fc4b6;
}

.natura-share-button:active {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, .16);
}

/*  --- Footer ---  */
.colophon {
	margin-top: 50px;
	padding: 20px 0;
}

.colophon,
.footer {
	font-size: 13px;
	line-height: 24px;
	color: #71879D;
}

.colophon p {
	margin: 0
}

.footer-menu {
	margin-bottom: 0;
}

.footer .container {
	padding: 0 45px;
}

.footer-menu ul li {
	display: inline-block;
	padding-left: 0;
}

.footer-menu ul {
	margin: 0;
}

.footer-menu a {
	margin-left: 45px;
	color: #71879d;
}

.footer .row {
	margin-right: -2% !important;
	margin-left: -2% !important;
}

.footer .grid-fourth {
	padding-right: 2%;
	padding-left: 2%;
}

.secondary .widget-title,
.comments-title,
.comment-reply-title,
#wp-calendar caption {
	position: relative;
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
	color: #889db1;
}

.secondary .widget-title > span,
.comments-title > span,
.comment-reply-title > span {
	z-index: 1010;
	position: relative;
	padding: 0 15px;
	background: #fff;
}

.secondary .widget-title:before,
.secondary .widget-title:after,
.comments-title:before,
.comments-title:after,
.comment-reply-title:before,
.comment-reply-title:after {
	content: "";
	position: absolute;
	top: 8px;
	right: 0;
	left: 0;
	width: 100%;
	height: 8px;
	margin: 0 auto;
	background-image: repeating-linear-gradient(-45deg, #889db1, #FFFFFF 25%, transparent 25%, transparent 50%, #889db1 50%);
	background-image: -webkit-repeating-linear-gradient(-45deg, #889db1, #FFFFFF 25%, transparent 25%, transparent 50%, #889db1 50%);
	background-image: -moz-repeating-linear-gradient(-45deg, #c2d2e1, #FFFFFF 25%, transparent 25%, transparent 50%, #fff 50%);
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	-o-background-size: 4px 4px;
}

.natura-btt {
	display: none;
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 55px;
	height: 55px;
	border-radius: 99px;
	text-align: center;
	font-size: 28px;
	line-height: 55px;
	color: #fff;
	background: rgba(139, 160, 180, 0.6);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	cursor: pointer;
}

.natura-btt:hover {
	color: #fff;
}

/* =Layouts
-------------------------------------------------------------- */

/* --- Post Layouts --- */
.single-content-center .primary {
	float: none;
	margin: 0 auto;
	max-width: 870px;
}

.single-content-center .primary-inner {
	margin-right: 0;
}

.single-content-center .secondary {
	float: none;
	margin: 0 auto;
}

.content-right .primary {
	margin-right: 0;
	margin-left: -270px;
}

.content-right .primary-inner {
	margin-right: 0;
	margin-left: 300px;
}

.content-right .primary,
.content-right .secondary {
	float: right;
}

.main.content-left .primary,
.main.content-left .secondary {
	float: left;
}

.main.content-right .primary,
.main.content-right .secondary {
	float: right;
}

.main.single-content-center .primary {
	float: none;
	margin: 0 auto;
}

.main.single-content-center .secondary {
	float: none;
	margin: 0 auto;
}

.main.content-right .primary {
	margin-right: 0;
	margin-left: -270px;
}

.main.content-right .primary-inner {
	margin-right: 0;
}

.main.content-left .primary {
	margin-right: -270px;
	margin-left: 0;
}

.main.content-left .primary-inner {
	margin-right: 300px;
	margin-left: 0;
}

.main.single-content-center .primary {
	margin: 0 auto;
	max-width: 870px;
}

.main.single-content-center .primary-inner {
	margin-right: 0;
	margin-left: 0;
}

.single-full-width .primary {
	width: 100%;
	margin-right: 0;
}

.single-full-width .primary-inner {
	margin-right: 0;
}

.full-width .primary,
.full-width .primary-inner {
	width: 100%;
	margin-right: 0;
}

/* --- Blog Grid Layouts (2/3/4) --- */
.blog-grid .row {
	margin-right: -1.7%;
	margin-left: -1.7%;
}

.blog-grid .grid-half {
	padding-right: 1.7%;
	padding-left: 1.7%;
}

.blog-grid.full-width .row {
	margin-right: -1.2393162393162394%;
	margin-left: -1.2393162393162394%;
}

.blog-grid.full-width .grid-half {
	padding: 0 1.2393162393162394%;
}

.blog-grid aside.post-meta span {
	margin-right: 20px !important;
}

.blog-grid .grid-half,
#respond .grid-half {
	width: 50%;
}

.blog-grid .post-thumb img {
	object-fit: cover;
	width: 100%;
	height: 270px;
}

.blog-grid .post-meta span {
	margin-right: 8.655737704918032%;
}

.blog-grid .post-date {
	bottom: 11px;
	position: absolute;
}

.blog-grid.archive .post-date, .blog-grid.home .post-date {
	display: block;
	padding-top: 10px;
}

.blog-grid .post-inner {
	padding: 15px;
}

.blog-grid .hentry {
	text-align: left;
	position: relative;
}

.blog-grid .post-title a {
	margin-top: 4px;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 37px;
}

.blog-grid .post-title {
	padding: 0;
	margin-bottom: 0;
}

.blog-grid-2 .post-inner {
	min-height: 180px;
}

.blog-grid-2 .grid-half:first-child {
	width: 66.7%;
}

.blog-grid-2 .grid-half,
.blog-grid-2 .grid-half:nth-child(2) {
	width: 33.3%;
}

.blog-grid-3 .grid-half {
	width: 33.3%;
}

.blog-grid-4 .grid-half {
	width: 25%;
}

.blog-grid-4 .post-thumb {
	background: #d9dce1;
}

.blog-grid-4 .post-media iframe {
	height: 270px;
}

.blog-grid-4 .mini-post-inner blockquote,
.blog-grid-4 .mini-post-inner .post-title a {
	font-size: 15px;
	line-height: 30px;
	margin-top: 0;
}

/* =Post Formats
------------------------------------------------------------ */

.format-gallery .ion-image {
	font-size: 36px;
	line-height: 85px;
}

.format-video .post-thumb i:before {
	padding-left: 10px;
}

.format-audio .post-thumb i:before {
	padding-left: 0;
}

.lt1 .grid-half,
.lt2 .grid-half,
.lt1 .alt-post,
.lt2 .alt-post {
	float: none;
}

.lt1 .format-quote,
.lt2 .format-quote,
.lt1 .format-link,
.lt2 .format-link {
	height: 330px;
	min-height: 330px;
}

.lt3 .format-quote,
.lt4 .format-quote,
.lt3 .format-link,
.lt4 .format-link {
	height: 412px;
	min-height: 412px;
}

.lt5 .format-quote,
.lt5 .format-link {
	height: 390px;
	min-height: 390px;
}

.lt6 .format-quote,
.lt6 .format-link {
	height: 380px;
	min-height: 380px;
}

.lt7 .format-quote,
.lt7 .format-link {
	height: 415px;
	min-height: 415px;
}

.archive .format-quote p,
.home .format-quote p,
.archive .format-link p,
.home .format-link p {
	margin-bottom: 0;
	padding-top: 10px;
}

.format-quote,
.format-link {
	display: table;
	width: 100%;
}

.mini-post {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

.mini-post-inner {
	padding: 30px;
	text-align: center;
	padding-bottom: 0;
}

.mini-post a {
	color: #3F5473;
}

.mini-post cite {
	display: block;
	color: #889db1;
	text-transform: uppercase;
	margin-top: 10px;
	font-family: Merriweather Sans, sans-serif;
	font-size: 14px;
}

.lt1 .mini-post-inner {
	padding-right: 60px;
	padding-left: 60px;
}

.mini-post-wrap {
	display: table;
	width: 100%;
	height: 330px;
	min-height: 330px;
	background: #fff;
	border-bottom: 1px solid #f6f7f8;
}

.single .format-quote,
.single .format-link {
	height: initial;
	min-height: initial;
}

.single .mini-post-inner .mini-icon {
	margin: 0 0 20px 0;
	position: relative;
}

.mini-post-inner .mini-icon {
	display: block;
	text-align: center;
	font-size: 35px;
	color: #5fc4b6;
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
}

.mini-post-inner .ion-link {
	font-size: 40px;
}

.mini-post-inner blockquote {
	padding: 0;
	border-left: 0;
	text-align: center;
	margin: 0;
	font-size: 20px;
	line-height: 35px;
}

.mini-post-inner .post-title a {
	font-size: 20px;
	line-height: 35px;
}

.single .mini-post-inner blockquote {
	font-size: 25px;
	line-height: 40px;
}

/* =Widgets
------------------------------------------------------------ */

.secondary .widget {
	margin: 0 auto 30px;
	padding: 20px;
	background: #FFF;
}

.secondary .textwidget {
	padding: 20px 0 0;
	font-size: 14px;
	line-height: 24px;
	color: #889db1;
}

.home .secondary .widget:last-child {
	margin-bottom: 0;
}

.widget ul {
	margin: 0;
}

.widget ul ul {
	margin-left: 14px;
	margin-top: 14px;
}

.widget ul ul li:last-child {
	padding-bottom: 0;
}

.widget ul li {
	list-style-type: none;
	line-height: 1.3;
	padding-bottom: 15px;
}

.widget {
	color: #3f5473;
}

.widget .sub-menu {
	margin-left: 15px;
}

.widget .rss-widget-icon {
	display: none;
}

.widget .natura-newsletter .btn {
	margin-bottom: 0;
	min-height: 40px;
}

.newsletter-form {
	max-width: 90%;
}

.rssSummary {
	margin: 10px 0;
	padding: 10px;
	background: rgb(246, 247, 248);
}

.widget a {
	color: #3f5473;
}

.widget a:hover {
	color: #5fc4b6;
}

.widget_categories #cat {
	margin-bottom: 0;
}

.widget_recent_comments li a {
	text-decoration: underline;
}

.rss-date {
	margin-left: 5px;
	padding-left: 10px;
	border-left: 1px solid #ddd;
}

.widget .rssSummary:last-child,
.widget .recentcomments:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.widget-title,
.comments-title,
.comment-reply-title {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 26px;
	color: #3f5473;
}

.widget p {
	line-height: 22px;
	color: #3f5473;
}

.natura-social-icons .social-icons a {
	padding: 0;
	text-align: center;
	font-size: 18px;
	color: #71879e;
}

.natura-social-icons .social-icons li {
	width: 46px;
	height: 46px;
	padding: 0;
	line-height: inherit;
}

.natura-profile i {
	padding-right: 15px;
	font-size: 18px;
	color: #71879d;
}

.natura-profile div {
	margin-bottom: 5px;
	font-size: 14px;
}

.natura-profile div:last-child {
	margin-bottom: 0;
}

.instagram-posts li {
	display: block;
	float: left;
	width: 100%;
	height: 74px;
	margin: 6px 12px 6px 0;
	max-width: 74px;
	background: #d9dce1;
}

.instagram-posts li:nth-child(3n) {
	margin-right: 0;
}

.instagram-posts {
	margin: 0;
}

.btn-newsletter {
	text-transform: uppercase;
}

.natura-newsletter input[type=text] {
	box-sizing: border-box;
	margin-bottom: 15px;
	padding: 8px 16px;
	border: 2px solid #71879d;
	border-radius: 0;
	font-style: italic;
	color: #889DB1;
	background: transparent;
}

.natura-posts li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 0;
	list-style-type: none;
}

.popular-thumb {
	height: 150px;
	background: #e6e9ed;
}

.popular-thumb img {
	height: 150px;
	width: 100%;
	object-fit: cover;
}

.natura-posts li:last-child {
	margin-bottom: 0;
}

.natura-posts ul {
	margin: 0;
}

.natura-posts a {
	display: block;
	padding: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #3f5473;
	background: rgba(241, 243, 245, 0.7);
}

.natura-posts a:hover {
	text-decoration: none;
	color: inherit !important;
	background: rgb(241, 243, 245);
}

.natura-posts .popular-thumb > a {
	display: -webkit-box;
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 10px;
	overflow: hidden;
	max-height: 73px;
	text-overflow: ellipsis;
	line-height: 28px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.btn-cat-widget {
	margin-top: 20px;
}

.secondary .social-icons li {
	text-align: center;
}

.secondary .social-icons li a {
	display: block;
	width: 42px;
	padding: 5px 0;
	text-align: center;
}

.tagcloud a {
	display: inline-block;
	margin: 0 2px 8px;
	padding: 0 8px;
	font-size: 12px !important;
	font-weight: 300;
	letter-spacing: 2px;
	color: #fff;
	background: #71879d;
}

.tagcloud a:hover {
	color: #fff !important;
	background: #5fc4b6;
}

.side-advert {
	width: 270px;
	height: 270px;
	background: #D9DCE1;
	margin: 0 auto 30px;
}

.secondary .newsletter-form {
	max-width: 100%;
}

.natura-newsletter input::-webkit-input-placeholder {
	font-style: italic;
	color: #889DB1;
}

.searchform {
	position: relative;
}

.widget_search i {
	position: absolute;
	top: 13px;
	left: 15px;
	font-size: 18px;
	color: #889DB1;
}

.widget_search input[type="text"] {
	padding: 10px 35px;
	border: 2px solid #889db1;
	margin-bottom: 0;
}

.widget_search input::-webkit-input-placeholder {
	margin: 0;
	font-style: italic;
	color: #889db1;
	opacity: 1;
}

.widget_search input::-moz-placeholder {
	margin: 0;
	font-style: italic;
	color: #889db1;
	opacity: 1;
}

.widget_calendar table {
	margin-bottom: 0;
}

.instagram-pics {
	overflow: hidden;
}

.instagram-pics li {
	display: block;
	float: left;
	width: 30.645161%;
	margin-right: 4.032258064516129%;
	margin-bottom: 10px;
}

.secondary .instagram-pics li {
	width: 70px;
	height: 70px;
}

.instagram-pics li:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.instagram-pics li:nth-child(3n) {
	margin-right: 0;
}

.natura-profile {
	margin-top: -5px;
}

.widget_natura_about img {
	display: block;
	margin-bottom: 20px;
}

.widget_natura_about p {
	margin-bottom: 20px;
}

/* =Comments
------------------------------------------------------------ */

#comments {
	padding: 100px 100px 50px;
	background: #fff;
}

article.comment {
	display: block;
	position: relative;
	padding: 1em;
	border: 1px solid #ddd;
	line-height: 24px;
}

.comment #respond {
	padding-bottom: 30px;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	padding: 15px 20px;
	border-color: #dee2e4;
}

#respond textarea {
	display: block;
	height: 295px;
	margin: 0;
	padding: 15px 20px;
	border-color: #dee2e4;
	resize: none;
}

.logged-in #respond textarea {
	max-width: 100%;
}

.logged-in .comment-form-comment {
	float: none;
	margin-bottom: 25px;
	max-width: 100%;
	width: 100%;
}

#respond .form-allowed-tags {
	clear: both;
	width: 98%;
}

#respond .form-allowed-tags code {
	display: block;
}

.logged-in #respond .grid-half {
	width: 100%;
	float: none;
}

.form-allowed-tags {
	display: none;
}

#reply-title {
	margin-top: 0;
	padding-top: 0;
}

.comment-reply-link {
	float: right;
	height: 24px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
	color: #afb5bd;
}

.comment {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

.comment cite {
	font-style: normal;
	font-weight: normal;
}

.comment img.avatar {
	float: left;
	margin-right: 50px;
	min-height: 45px;
	min-width: 45px;
	border-radius: 100px;
	background: #ddd;
	margin-bottom: 30px;
}

.comment-meta,
.comment-notes,
.logged-in-as {
	display: block;
	font-size: 13px;
}

.comment-meta a,
.comment-reply-link {
	text-decoration: none;
}

.comment-meta a:hover,
.comment-reply-link:hover {
}

.comment-reply-link i {
	font-size: 16px;
	line-height: 28px;
}

.reply {
	float: right;
}

.comment-form-comment {
	float: left;
	margin-bottom: 0;
	max-width: 308px;
	width: 46%;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	max-width: 336px;
	float: right;
	margin-bottom: 0;
	width: 50%;
}

#cancel-comment-reply-link {
	position: absolute;
	left: 0;
	top: -40px;
	font-size: 13px;
}

.commentlist {
	margin: 0;
	padding: 0;
}

.pingback .comment-content {
	margin-left: 0;
}

.comment-content {
	margin-left: 96px;
	padding-top: 15px;
	font-size: 14px;
	line-height: 24px;
	color: #3f5473;
}

.bypostauthor {
	color: inherit;
}

#comments {
	padding-top: 40px;
	margin-bottom: 30px;
}

.comment-author .fn {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: bold;
	color: #5fc4b6;
}

.comment-body {
	margin-bottom: 20px;
	overflow: hidden;
}

.comment-metadata time,
.comment-notes {
	font-size: 13px;
	line-height: 28px;
	color: #afb5bd;
}

.form-submit {
	float: right;
	width: 100%;
	margin-bottom: 0;
	text-align: right;
	max-width: 50%;
}

.form-submit .btn {
	margin-bottom: 0;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}

.logged-in .form-submit .btn {
	text-align: center;
	min-width: 100%;
}

.comment-navigation {
	text-transform: uppercase;
	margin-bottom: 30px;
}

.comment-navigation .nav-previous {
	float: left;
	width: 48%;
}

.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}

.comment-navigation a {
	color: #afb5bd;
}

/* =Contact Form
------------------------------------------------------------ */

.contact-form .grid-third, .contact-form .grid-full {
	padding-right: 1.5%;
	padding-left: 1.5%;
}

.contact-form .row {
	margin-right: -1.5%;
	margin-left: -1.5%;
}

.contact-form form {
	margin-top: 36px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form textarea {
	margin-bottom: 30px;
	padding: 14px;
	border: 1px solid #dee2e4;
	border-radius: 0;
}

.contact-form textarea {
	min-height: 230px;
	resize: vertical;
}

.page-template-contact .primary-inner {
	margin-right: 0;
	margin-bottom: 30px;
	padding: 45px 100px 24px;
	background: #fff;
}

.page-template-contact .main,
.page-template-contact .footer {
	margin-top: 0;
	margin-bottom: 0;
}

.contact-map {
	background: #D9DCE1;
}

.contact-map iframe {
	width: 100%;
	max-height: 320px;
	max-width: 1170px;
}

.map-full iframe {
	width: 100%;
	max-width: 100%;
}

.wpcf7-submit {
	margin-bottom: 0;
	max-width: 217px;
}

.wpcf7-not-valid-tip {
	margin-top: -25px;
	padding-bottom: 20px;
	font-size: 12px;
}

.wpcf7-response-output {
	margin: 0;
	font-size: 12px;
}

/* =404 Page
------------------------------------------------------------ */

.error404 .main {
	margin-bottom: 0;
}

.error-404 {
	height: 100vh;
	color: #fff;
	background: #a9bacc;
}

.error404-box {
	margin-top: 13vh;
}

.error-404 h1 {
	margin-bottom: 0;
	padding-top: 0;
	font-family: Georgia, serif;
	font-size: 180px;
	font-style: Italic;
	font-weight: bold;
	line-height: 190px;
	color: #fff;
}

.error-404 p {
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 300;
}

.error-text {
	padding: 50px 15px;
	max-width: 480px;
}

.error-search .searchbox {
	padding: 14px 15px;
	border: 0;
	border-radius: 0;
}

.error-search i {
	display: none;
}

.error-search .searchbox::-webkit-input-placeholder {
	color: #b1b5b8;
}

/* =WordPress Defaults
-------------------------------------------------------------- */

.gallery-caption {
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption {
	max-width: 96%;
	text-align: center;
	background: #fff;
	margin-bottom: 20px;
	font-size: 12px;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	max-width: 98.5%;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

/* --- Gallery --- */
.gallery {
	margin-bottom: 30px;
	margin-left: -1em;
	margin-right: -1em;
}

.gallery-item {
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 1em;
}

.gallery-item img {
	display: inline-block;
}

.gallery .gallery-caption {
	display: none;
}

.gallery-columns-2 .gallery-item {
	max-width: 45%;
}

.gallery-columns-3 .gallery-item {
	max-width: 28.33%;
}

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

.gallery-columns-5 .gallery-item {
	max-width: 15%;
}

.gallery-columns-6 .gallery-item {
	max-width: 11.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 9.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 7.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 6.11%;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:focus {
	display: block;
	z-index: 100000;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	border-radius: 3px;
	clip: auto !important;
	text-decoration: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: normal;
	color: #21759b;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}