/*
Theme Name: Neotech
Theme URI: https://demo.deothemes.com/neotech/
Author: DeoThemes
Author URI: https://deothemes.com
Description: Neotech is modern WordPress theme for magazines.
Version: 1.7.6
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neotech
Tags: blog, translation-ready, theme-options, custom-logo, grid-layout, footer-widgets, featured-images

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 Content

1.General
  1.1.Typography
  1.2.Grid
2.Common Elements
3.Layout
4.Blog
5.About me
6.Contact
7.Navigation
8.Footer
9.Helper CLasses

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* Bootstrap Grid
/*-------------------------------------------------------*/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		order: -1;
	}
	.order-sm-last {
		order: 13;
	}
	.order-sm-0 {
		order: 0;
	}
	.order-sm-1 {
		order: 1;
	}
	.order-sm-2 {
		order: 2;
	}
	.order-sm-3 {
		order: 3;
	}
	.order-sm-4 {
		order: 4;
	}
	.order-sm-5 {
		order: 5;
	}
	.order-sm-6 {
		order: 6;
	}
	.order-sm-7 {
		order: 7;
	}
	.order-sm-8 {
		order: 8;
	}
	.order-sm-9 {
		order: 9;
	}
	.order-sm-10 {
		order: 10;
	}
	.order-sm-11 {
		order: 11;
	}
	.order-sm-12 {
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		order: -1;
	}
	.order-md-last {
		order: 13;
	}
	.order-md-0 {
		order: 0;
	}
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}
	.order-md-3 {
		order: 3;
	}
	.order-md-4 {
		order: 4;
	}
	.order-md-5 {
		order: 5;
	}
	.order-md-6 {
		order: 6;
	}
	.order-md-7 {
		order: 7;
	}
	.order-md-8 {
		order: 8;
	}
	.order-md-9 {
		order: 9;
	}
	.order-md-10 {
		order: 10;
	}
	.order-md-11 {
		order: 11;
	}
	.order-md-12 {
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		order: -1;
	}
	.order-lg-last {
		order: 13;
	}
	.order-lg-0 {
		order: 0;
	}
	.order-lg-1 {
		order: 1;
	}
	.order-lg-2 {
		order: 2;
	}
	.order-lg-3 {
		order: 3;
	}
	.order-lg-4 {
		order: 4;
	}
	.order-lg-5 {
		order: 5;
	}
	.order-lg-6 {
		order: 6;
	}
	.order-lg-7 {
		order: 7;
	}
	.order-lg-8 {
		order: 8;
	}
	.order-lg-9 {
		order: 9;
	}
	.order-lg-10 {
		order: 10;
	}
	.order-lg-11 {
		order: 11;
	}
	.order-lg-12 {
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		order: -1;
	}
	.order-xl-last {
		order: 13;
	}
	.order-xl-0 {
		order: 0;
	}
	.order-xl-1 {
		order: 1;
	}
	.order-xl-2 {
		order: 2;
	}
	.order-xl-3 {
		order: 3;
	}
	.order-xl-4 {
		order: 4;
	}
	.order-xl-5 {
		order: 5;
	}
	.order-xl-6 {
		order: 6;
	}
	.order-xl-7 {
		order: 7;
	}
	.order-xl-8 {
		order: 8;
	}
	.order-xl-9 {
		order: 9;
	}
	.order-xl-10 {
		order: 10;
	}
	.order-xl-11 {
		order: 11;
	}
	.order-xl-12 {
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

.fade {
	transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
	opacity: .75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

a.close.disabled {
	pointer-events: none;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	transform: none;
}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #e1e5e6;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e1e5e6;
	border-bottom-right-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
	margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
	}
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: flex !important;
	}
	.d-print-inline-flex {
		display: inline-flex !important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

.oh {
	overflow: hidden;
}

.relative {
	position: relative;
}

.white {
	color: #fff;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bg-light {
	background-color: #f4f6f6;
}

.bg-dark {
	background-color: #002B4D;
}

.bg-darker {
	background-color: #020105;
}

.last {
	margin-bottom: 0 !important;
}

.img-fullwidth {
	width: 100%;
}

.uppercase {
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.nocaps {
	text-transform: none;
	letter-spacing: 0;
}

::-moz-selection {
	color: #333;
	background: #fbedc4;
}

::-webkit-selection {
	color: #333;
	background: #fbedc4;
}

::selection {
	color: #333;
	background: #fbedc4;
}

html {
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #E12A21;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #3A444D;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
	color: #49545E;
	width: 100%;
	height: 100%;
}

body img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

video {
	height: 100%;
	width: 100%;
}

/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/
.loader-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99999;
}

.loader {
	display: block;
	position: absolute;
	font-size: 0;
	color: #E12A21;
	left: 50%;
	top: 50%;
	width: 42px;
	height: 42px;
	transform: translateY(-50%) translateX(-50%);
}

.loader > div {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	display: inline-block;
	float: none;
	width: 38px;
	height: 38px;
	background: transparent;
	border-style: solid;
	border-width: 2px;
	border-right-color: transparent;
	border-left-color: transparent;
	-webkit-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
	animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@-webkit-keyframes ball-clip-rotate-pulse-rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0);
	}
	50% {
		transform: translate(-50%, -50%) rotate(180deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes ball-clip-rotate-pulse-rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0);
	}
	50% {
		transform: translate(-50%, -50%) rotate(180deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@-webkit-keyframes ball-clip-rotate-pulse-scale {
	0%,
	100% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
	30% {
		opacity: 0.3;
		transform: translate(-50%, -50%) scale(0.15);
	}
}

@keyframes ball-clip-rotate-pulse-scale {
	0%,
	100% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
	30% {
		opacity: 0.3;
		transform: translate(-50%, -50%) scale(0.15);
	}
}

/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
ul {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
	color: #3A444D;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.025em;
}

h1 {
	font-size: 2.1875rem;
}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.125rem;
}

h6 {
	font-size: 0.9375rem;
}

@media only screen and (max-width: 575px) {
	h1, .entry__article > h1 {
		font-size: 1.625rem;
	}
	h2, .entry__article > h2 {
		font-size: 1.375rem;
	}
	h3, .entry__article > h3 {
		font-size: 1.125rem;
	}
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	color: inherit;
}

address {
	font-style: normal;
}

.lead {
	font-size: 1.125rem;
	line-height: 32px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

@media only screen and (max-width: 1199px) {
	.text-lg-center {
		text-align: center;
	}
}

@media only screen and (max-width: 991px) {
	.text-md-center {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.text-sm-center {
		text-align: center;
	}
}

@media only screen and (max-width: 575px) {
	.text-xs-center {
		text-align: center;
	}
}

/*-------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------*/
.section-wrap {
	padding: 70px 0;
	overflow: hidden;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.mobile .section-wrap {
	background-position: 50% 50% !important;
	background-attachment: scroll !important;
}

@media only screen and (max-width: 767px) {
	.section-wrap {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 575px) {
	.section-wrap {
		padding: 40px 0;
	}
}

.container {
	max-width: 1140px;
}

.container-semi-fluid {
	padding: 0 50px;
}

@media only screen and (max-width: 767px) {
	.container-semi-fluid {
		padding: 0 15px;
	}
}

/* Flexbox
-------------------------------------------------------*/
.flex-parent {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.flex-child {
	flex: 1 0 0;
}

/* Columns With No Gutters
-------------------------------------------------------*/
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

/* Row Gutters
-------------------------------------------------------*/
.row-8 {
	margin: 0 -4px;
}

.row-8 > div {
	padding: 0 4px;
}

.row-10 {
	margin: 0 -5px;
}

.row-10 > div {
	padding: 0 5px;
}

.row-16 {
	margin: 0 -8px;
}

.row-16 > div {
	padding: 0 8px;
}

.row-20 {
	margin: 0 -10px;
}

.row-20 > div {
	padding: 0 10px;
}

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.btn {
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border: 0;
	border-radius: 5px;
	line-height: 1.2;
	transition: all 0.2s ease-in-out;
	color: #fff;
	background-color: #3A444D;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	z-index: 1;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: #fff;
	border-color: transparent;
}

.btn:focus {
	outline: none;
	color: #fff;
}

.btn-lg, .btn-lg.btn-button {
	font-size: 18px;
	padding: 0 30px;
}

.btn-lg span, .btn-lg.btn-button span {
	line-height: 50px;
}

.btn-lg.btn-button {
	height: 50px;
}

.btn-md, .btn-md.btn-button {
	font-size: 14px;
	padding: 0 29px;
}

.btn-md span, .btn-md.btn-button span {
	line-height: 40px;
}

.btn-md.btn-button {
	height: 40px;
	line-height: 40px;
}

.btn-sm, .btn-sm.btn-button {
	font-size: 11px;
	padding: 0 20px;
	line-height: 28px;
}

.btn-sm.btn-button {
	height: 30px;
}

.btn-color {
	background: #fb4a64;
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(to right, #fb4a64 0%, #f8875f 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
	/* IE6-9 */
}

.btn-color:hover {
	opacity: 0.92;
}

.btn-dark {
	background-color: #002B4D;
}

.btn-white {
	background-color: #fff;
	color: #3A444D;
}

.btn-light {
	background-color: #ecf2f7;
	color: #3A444D;
}

.btn-white:focus, .btn-light:focus {
	color: #3A444D;
}

.rounded,
.rounded:before {
	border-radius: 70px;
}

.section-buttons {
	margin-bottom: 50px;
}

.section-buttons a {
	margin-bottom: 10px;
}

/* Input Buttons
-------------------------------------------------------*/
.btn-button {
	border: none;
	margin-bottom: 0;
	width: auto;
}

.btn-button.btn-color, .btn-button.btn-dark {
	color: #fff;
}

.btn-button.btn-wide {
	width: 100%;
}

.btn-button:focus {
	color: #fff;
	background-color: #E12A21;
}

/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/
input,
select,
textarea {
	height: 40px;
	border: 1px solid #e1e5e6;
	border-radius: 5px;
	background-color: #f4f6f6;
	width: 100%;
	margin-bottom: 24px;
	padding: 0 12px;
	transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
}

@media (prefers-reduced-motion: reduce) {
	input,
	select,
	textarea {
		transition: none;
	}
}

textarea {
	height: auto;
	display: block;
	padding: 8px 16px;
	margin-bottom: 24px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="search"] {
	box-sizing: border-box;
}

input:focus,
textarea:focus {
	border-color: #E12A21;
	background-color: #fff;
	outline: none;
	box-shadow: none;
}

/* Change Color of Placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #49545E;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #49545E;
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #49545E;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #49545E;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	padding-left: 12px;
	background-image: url(./assets/img/dropdown.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

select::-ms-expand {
	display: none;
}

label {
	color: #3A444D;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 6px;
}

.form-group {
	position: relative;
}

/* Checkboxes & Radio Buttons
-------------------------------------------------------*/
input[type="checkbox"],
input[type="radio"] {
	min-width: 20px;
	width: 20px;
	height: 20px;
	line-height: 16px;
	margin-bottom: 0;
	margin-right: 8px;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #e1e5e6;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
	border-color: #e1e5e6;
	background-color: #f4f6f6;
}

input[type="checkbox"] {
	border-radius: 3px;
}

input[type="checkbox"]:checked:after {
	content: "\f383";
	font-family: "ui-icons";
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	cursor: pointer;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	line-height: 20px;
}

.radio > li,
.checkbox > li {
	padding: 7px 0;
}

input[type="radio"] {
	border-radius: 50%;
}

input[type="radio"]:checked:after {
	content: "";
	width: 8px;
	height: 8px;
	position: relative;
	top: -1px;
	border-radius: 50%;
	display: inline-block;
	background-color: #002B4D;
}

/* GDPR Checkbox
-------------------------------------------------------*/
.deo-newsletter-gdpr-checkbox {
	margin-top: 4px;
	margin-bottom: 16px;
}

.deo-newsletter-gdpr-checkbox__label {
	display: flex;
	color: #49545E;
	line-height: 1.5;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Sliders
/*-------------------------------------------------------*/
/*! Flickity v2.1.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: 0;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-button {
	position: absolute;
	background: #fff;
	background: rgba(255, 255, 255, 0.75);
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: #fff;
	cursor: pointer;
}

.flickity-button:focus {
	outline: 0;
	box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
	opacity: 0.6;
}

.flickity-button:disabled {
	opacity: 0.3;
	cursor: auto;
	pointer-events: none;
}

.flickity-button-icon {
	fill: #333;
}

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

.carousel-cell {
	width: 100%;
}

.flickity-button:focus {
	box-shadow: none;
}

.flickity-prev-next-button.previous {
	left: 20px;
}

.flickity-prev-next-button.next {
	right: 20px;
}

.flickity-prev-next-button {
	background-color: transparent;
	padding: 0;
	width: 20px;
	height: 20px;
	font-size: 26px;
	line-height: 1;
}

.flickity-prev-next-button:hover {
	color: #E12A21;
	background-color: transparent;
}

.flickity-button-icon {
	display: none;
}

.flickity-prev-next-button.previous:before {
	content: "\f2ca";
	font-family: "ui-icons";
}

.flickity-prev-next-button.next:before {
	content: "\f30f";
	font-family: "ui-icons";
}

.arrows-outside .flickity-prev-next-button {
	top: -42px;
}

.arrows-outside .flickity-prev-next-button.previous {
	left: auto;
	right: 45px;
}

.arrows-outside .flickity-prev-next-button.next {
	right: 15px;
}

.arrows-white .flickity-prev-next-button {
	color: #fff;
}

.flickity-page-dots .dot {
	background-color: #fff;
	margin: 0 4px;
}

.dots-inside .flickity-page-dots {
	bottom: 14px;
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------------*/
/* Modals
/*-------------------------------------------------------*/
.modal-header {
	border-bottom: 0;
	padding: 20px 30px 0 30px;
}

.modal-body {
	padding: 20px 30px 30px;
}

.modal-header .close {
	padding: 5px 2px;
	position: relative;
	z-index: 1;
}

/*-------------------------------------------------------*/
/* Tabs
/*-------------------------------------------------------*/
.tabs__list {
	margin-bottom: -1px;
	overflow: hidden;
}

.tabs__item {
	position: relative;
	display: inline-block;
	float: left;
	font-size: 10px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	color: #3A444D;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.tabs__item:not(:first-child) {
	margin-left: -1px;
}

@media only screen and (max-width: 575px) {
	.tabs__item {
		display: block;
		margin-right: 0;
	}
}

.tabs__url {
	display: block;
	position: relative;
	padding: 12px 18px 11px;
	border: 1px solid #e1e5e6;
	color: #3A444D;
	transition: background-color 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.tabs__url {
		transition: none;
	}
}

.tabs__url:focus {
	color: inherit;
}

.tabs__url:hover {
	background-color: #fcfdfd;
}

.tabs__item--active:before {
	content: "";
	height: 2px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #E12A21;
}

.tabs__item--active .tabs__url {
	color: #3A444D;
	background-color: #fff;
	border-bottom: 1px solid transparent;
}

.tabs__content {
	padding: 20px;
	border: 1px solid #e1e5e6;
	overflow: hidden;
}

.tabs__content-pane {
	display: none;
}

.tabs__content-pane--active {
	display: block;
}

/*-------------------------------------------------------*/
/* Tables
/*-------------------------------------------------------*/
table th {
	font-weight: normal;
}

table caption {
	margin-bottom: 10px;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border: 1px solid #e1e5e6;
	padding: 10px;
}

table > thead > tr > th {
	border-bottom: none;
}

table thead tr th,
table tbody tr th {
	font-size: 1rem;
	color: #3A444D;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

/*-------------------------------------------------------*/
/* Social Icons
/*-------------------------------------------------------*/
.socials a {
	display: inline-block;
	line-height: 34px;
	width: 34px;
	height: 34px;
	color: #fff;
	text-align: center;
	margin-right: 7px;
	margin-bottom: 7px;
	font-size: 15px;
	border-radius: 50%;
	transition: all 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.socials a {
		transition: none;
	}
}

.socials a:hover {
	color: #fff;
}

.socials a:last-child {
	margin-right: 0;
}

.socials--nobase a {
	width: 13px;
	height: auto;
	border: 0;
	line-height: 32px;
	margin-right: 15px;
	color: #49545E;
	background-color: transparent;
}

.socials--white a {
	color: #fff;
}

.socials--small a {
	font-size: 20px;
	line-height: 24px;
}

.socials--text a {
	margin: 0 0 6px;
}

.social__text {
	display: inline-block;
	margin-left: 10px;
}

.social-facebook {
	background-color: #39599f;
}

.social-twitter {
	background-color: #55acee;
}

.social-youtube {
	background-color: #c61d23;
}

.social-snapchat {
	background-color: #fffb01;
}

.social-linkedin {
	background-color: #0e76a8;
}

.social-pinterest {
	background-color: #c8232c;
}

.social-instagram {
	background-color: #e1306c;
}

.social-rss {
	background-color: #ef822a;
}

.social-pocket {
	background-color: #ef4056;
}

.social-email {
	background-color: #333333;
}

.social-facebook-messenger {
	background-color: #0084ff;
}

.social-whatsapp {
	background-color: #075e54;
}

.social-viber {
	background-color: #8f5db7;
}

.social-telegram {
	background-color: #0088cc;
}

.social-line {
	background-color: #00c300;
}

.social-vkontakte {
	background-color: #45668e;
}

.social-reddit {
	background-color: #ff4500;
}

.social-dribbble {
	background-color: #ea4c89;
}

.social-tumblr {
	background-color: #35465c;
}

.social-behance {
	background-color: #1769ff;
}

.social-slack {
	background-color: #6ecadc;
}

.social-github {
	background-color: #333333;
}

.social-flickr {
	background-color: #ff0084;
}

.social-xing {
	background-color: #026466;
}

.social-vimeo {
	background-color: #1ab7ea;
}

.social-tiktok {
	background-color: #000000;
}

/*-------------------------------------------------------*/
/* Hero Slider
/*-------------------------------------------------------*/
.hero {
	position: relative;
	background-color: #000;
}

.hero .carousel-main {
	height: 65vh;
}

.hero__slide {
	width: 100%;
	height: 65vh;
}

@media only screen and (max-width: 767px) {
	.hero .carousel-main, .hero__slide {
		height: 400px;
	}
}

.hero__slide-entry {
	height: 100%;
	margin: 0 !important;
}

.hero__slide-thumb-bg-holder {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #000;
	position: relative;
	transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.hero__slide-thumb-bg-holder {
		transition: none;
	}
}

.hero__slide-thumb-bg-holder .bottom-gradient {
	background: #000;
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(to top, #000 0%, transparent 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
	/* IE6-9 */
}

.hero__slide-thumb-img.hero__slide-thumb-img--object-fit {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
}

.hero__slide-thumb-text-holder {
	bottom: 140px;
	position: absolute;
	width: 100%;
	z-index: 3;
}

@media only screen and (max-width: 767px) {
	.hero__slide-thumb-text-holder {
		bottom: 120px;
	}
}

@media (max-width: 340px) {
	.hero__slide-thumb-text-holder {
		bottom: 130px;
	}
}

/* Fade CSS */
.carousel-main .flickity-slider {
	transform: none !important;
}

.carousel-main .carousel-cell {
	left: 0 !important;
	opacity: 0;
	transition: opacity 0.7s ease-in-out;
	z-index: -1;
}

.carousel-main .carousel-cell.is-selected {
	opacity: 1;
	z-index: 0;
}

/*-------------------------------------------------------*/
/* Hero Slider Thumbs
/*-------------------------------------------------------*/
.carousel-thumbs {
	height: 85px;
}

@media only screen and (min-width: 768px) {
	.carousel-thumbs {
		height: 103px;
	}
}

@media only screen and (min-width: 992px) {
	.carousel-thumbs {
		height: 111px;
	}
}

.carousel-thumbs-holder {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.carousel-thumbs .carousel-cell {
	width: 25%;
}

.carousel-thumbs .carousel-cell.is-selected .carousel-thumbs__item {
	background-color: rgba(255, 255, 255, 0.1);
	border-top: 1px solid #E12A21;
}

@media only screen and (max-width: 767px) {
	.carousel-thumbs .carousel-cell {
		width: 50%;
	}
}

.carousel-thumbs__item {
	display: flex;
	align-items: center;
	padding: 24px 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.carousel-thumbs__item {
		padding: 15px 10px;
	}
}

.carousel-thumbs__img-holder {
	flex: 1 0 77px;
	float: left;
	position: relative;
	margin-right: 15px;
}

@media only screen and (max-width: 991px) {
	.carousel-thumbs__img-holder {
		display: none;
	}
}

.carousel-thumbs__title {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	max-height: 54px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}

/*-------------------------------------------------------*/
/* Thumbs
/*-------------------------------------------------------*/
.thumb-container {
	background-color: #f7f7f7;
	position: relative;
	overflow: hidden;
}

.thumb-text-holder {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 3;
	padding: 16px 24px;
	pointer-events: none;
}

.thumb-url {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.thumb-entry-title {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

.thumb-entry-title--sm {
	font-size: 18px;
}

.thumb-entry-title--lg {
	font-size: 36px;
}

.thumb-entry-title:hover a,
.thumb-entry-title a:focus {
	color: #fff;
}

.thumb-bg-holder {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.thumb-bg-holder {
		transition: none;
	}
}

/*-------------------------------------------------------*/
/* Featured Posts Slider
/*-------------------------------------------------------*/
.featured-posts-slider {
	margin-top: 40px;
}

.featured-posts-slider__slide {
	width: 20%;
	padding: 0 10px;
}

@media only screen and (max-width: 991px) {
	.featured-posts-slider__slide {
		width: 33.333%;
	}
}

@media only screen and (max-width: 575px) {
	.featured-posts-slider__slide {
		width: 100%;
	}
}

.featured-posts-slider__entry {
	margin-bottom: 0 !important;
}

.featured-posts-slider__text-holder {
	margin-top: 13px;
}

.featured-posts-slider__entry-title {
	font-size: 14px;
	line-height: 1.5;
}

.featured-posts-slider__entry-title:hover a {
	color: #E12A21;
}

/*-------------------------------------------------------*/
/* Featured Posts Masonry
/*-------------------------------------------------------*/
.featured-posts-masonry {
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.featured-posts-masonry__item {
	height: 360px;
	width: 100%;
	float: left;
}

.featured-posts-masonry .thumb-entry-title {
	font-size: 24px;
}

.featured-posts-masonry__item--lg {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.featured-posts-masonry__item--sm {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.featured-posts-masonry__item--sm .entry__title--lg {
	font-size: 1.5rem;
}

.featured-posts-masonry__entry {
	height: 100%;
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
	.featured-posts-masonry__item {
		max-width: 100%;
		height: 240px;
	}
}

/*-------------------------------------------------------*/
/* Content
/*-------------------------------------------------------*/
.content {
	background-color: #fff;
	padding: 40px 40px;
}

@media (min-width: 1200px) {
	.content {
		max-width: 1200px;
	}
}

.content-section {
	padding-bottom: 20px;
	margin-bottom: 32px;
	border-bottom: 1px solid #e1e5e6;
}

.section-title {
	color: #3A444D;
	margin-bottom: 0;
	font-weight: 700;
	display: inline-block;
}

.section-title-wrap {
	overflow: hidden;
	margin-bottom: 20px;
}

.entry {
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}

.entry__img-holder {
	position: relative;
	overflow: hidden;
	margin-bottom: 27px;
}

.entry__meta-category + .entry__img-holder {
	margin-top: 10px;
}

.entry__img {
	width: 100%;
}

.entry__bg-img-holder {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 230px;
}

.entry__bg-img-holder .entry__meta-category-holder {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 3;
}

.entry__header {
	margin-bottom: 14px;
}

.entry__title {
	font-size: 18px;
	line-height: 1.4;
	margin-top: 3px;
	margin-bottom: 5px;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.entry__title {
		font-size: 22px;
	}
}

.entry__title:hover a {
	color: #E12A21;
}

.entry__title--lg {
	font-size: 36px;
	margin-top: 10px;
	max-width: 404px;
}

@media only screen and (max-width: 767px) {
	.entry__title--lg {
		font-size: 24px;
	}
}

.entry__title--white {
	color: #fff;
}

.entry__title--white a:hover,
.entry__title--white a:focus {
	color: #fff;
	opacity: 0.95;
}

.entry__meta li {
	display: inline-block;
	font-size: 13px;
	font-family: "Poppins", sans-serif;
	color: #919BA3;
}

.entry__meta a {
	color: #919BA3;
}

.entry__meta a:hover {
	color: #E12A21;
}

.entry__meta li + li:before {
	content: "";
	width: 1px;
	background-color: #c5c5c5;
	height: 13px;
	margin-left: 7px;
	margin-right: 7px;
	display: inline-block;
	vertical-align: middle;
}

.entry__meta-category {
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-bottom: 3px;
	margin-right: 5px;
	font-weight: 700;
}

.entry__meta-category-holder .entry__meta-category {
	background-color: #E12A21;
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

.entry__meta-category-holder .entry__meta-category:hover {
	color: #fff;
	opacity: 0.9;
}

.entry__meta-category--label {
	background-color: #E12A21;
	padding: 5px 10px;
	color: #fff !important;
	border-radius: 5px;
	margin-bottom: 5px;
	display: inline-block;
	pointer-events: all;
}

.entry__meta-category--label:hover {
	color: #fff;
	opacity: 0.9;
}

.entry__meta-rating i {
	font-size: 12px;
	line-height: 1;
	color: #fcb419;
}

.entry__excerpt p {
	margin-bottom: 0;
}

.entry__read-more {
	margin-top: 18px;
}

.single-post__entry-meta-category {
	margin-bottom: 10px;
}

/* Tab Post
-------------------------------------------------------*/
.tab-post__tabs {
	float: right;
	line-height: 34px;
}

@media only screen and (max-width: 991px) {
	.tab-post__tabs {
		float: none;
		width: 100%;
	}
}

.tab-post__tabs .tabs__item {
	margin-right: 26px;
	font-size: 12px;
	font-weight: 600;
}

.tab-post__tabs .tabs__item a {
	color: #49545E;
	display: inline-block;
}

.tab-post__tabs .tabs__item a:hover, .tab-post__tabs .tabs__item a:focus {
	color: #E12A21;
}

.tab-post__tabs .tabs__item:last-child {
	margin-right: 0;
}

.tab-post__tabs .tabs__item .is-active,
.tab-post__tabs .tabs__item .tabs__item--active {
	color: #E12A21;
}

.tab-post__tabs .tabs__item--active:before {
	display: none;
}

.tab-post .tabs__content {
	padding: 0;
	border: 0;
}

.tab-post .entry {
	margin-bottom: 16px;
}

.block-inner-content {
	position: relative;
}

.ajax-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 3;
}

/* Post List Small
-------------------------------------------------------*/
.post-list-small {
	list-style: none;
}

.post-list-small__entry:hover .post-list-small__entry-title {
	color: #E12A21;
}

.post-list-small__item {
	padding: 16px 0;
}

.post-list-small__item:first-child {
	padding-top: 0;
}

.post-list-small__img-holder {
	width: 125px;
	float: left;
	margin-right: 15px;
}

@media only screen and (max-width: 1199px) {
	.post-list-small__img-holder {
		width: 80px;
	}
}

.post-list-small__body {
	overflow: hidden;
}

.post-list-small__entry-title {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
}

.post-list-small--dividers {
	margin-top: -10px;
}

.post-list-small--dividers > li {
	border-top: 1px solid #e1e5e6;
	padding: 20px 0 15px;
}

.post-list-small--dividers > li:first-child {
	padding-top: 20px;
}

/* List Post
-------------------------------------------------------*/
.post-list {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.post-list:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.post-list__img-holder {
	width: 255px;
	height: 100%;
	float: left;
	margin-right: 30px;
	margin-bottom: 0;
}

.post-list__img-holder a {
	display: block;
	height: 100%;
}

@media only screen and (max-width: 991px) {
	.post-list__img-holder {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
}

.post-list__body {
	overflow: hidden;
}

@media only screen and (max-width: 575px) {
	.post-list__img-holder, .post-list__body {
		width: 100%;
	}
	.post-list__img-holder {
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

/* Latest Videos
-------------------------------------------------------*/
.video-playlist {
	display: flex;
}

.video-playlist__content {
	width: 68%;
}

.video-playlist__content > div {
	height: 100%;
}

.video-playlist__list {
	width: 32%;
	border: 3px solid #f4f6f6;
}

.video-playlist__list-item {
	display: table;
	width: 100%;
	line-height: 1;
	padding: 15px 14px;
	border-bottom: 1px solid #e1e5e6;
}

.video-playlist__list-item:last-child {
	border-bottom: 0;
}

.video-playlist__list-item:hover .video-playlist__list-item-title {
	color: #E12A21;
}

.video-playlist__list-item--active {
	background-color: #f4f6f6;
}

.video-playlist__list-item-thumb {
	float: left;
	width: 100px;
	margin-right: 13px;
}

.video-playlist__list-item-description {
	overflow: hidden;
}

.video-playlist__list-item-title {
	font-size: 14px;
	margin-top: 3px;
	line-height: 1.3;
}

@media only screen and (max-width: 991px) {
	.video-playlist {
		display: block;
	}
	.video-playlist__list, .video-playlist__content {
		width: 100%;
	}
}

/* Posts carousel
-------------------------------------------------------*/
.carousel-posts {
	margin: 0 -15px;
}

.carousel-posts--1 {
	margin: 0 -10px;
}

.carousel-posts .carousel-cell {
	padding: 0 15px;
}

.carousel-posts .entry__bg-img-holder {
	height: 290px;
}

/* Featured Videos
-------------------------------------------------------*/
.play-btn {
	display: inline-block;
	position: absolute;
	width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.play-btn {
		transition: none;
	}
}

.play-btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin: -6px 0 0 -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #000;
}

/*-------------------------------------------------------*/
/* Single Post
/*-------------------------------------------------------*/
.single-post__entry {
	margin-bottom: 20px;
	overflow: visible;
}

.single-post__entry-header {
	margin-bottom: 24px;
}

.single-post__entry-title {
	margin-top: -5px;
	margin-bottom: 12px;
}

@media only screen and (max-width: 575px) {
	.single-post__entry-title {
		font-size: 1.7rem;
	}
}

.entry__article {
	font-size: 17px;
	line-height: 1.8;
}

.entry__article-holder {
	position: relative;
}

.entry__article iframe,
.entry__article object {
	max-width: 100%;
}

.entry__article > p,
.entry__article ul,
.entry__article ol {
	margin-bottom: 34px;
}

.entry__article > h1,
.entry__article > h2,
.entry__article > h3,
.entry__article > h4,
.entry__article > h5,
.entry__article > h6 {
	margin-top: 36px;
}

.entry__article a:not(.wp-block-button__link) {
	color: #4c86e7;
}

.entry__article a:not(.wp-block-button__link):hover {
	text-decoration: underline;
}

.entry__article figure {
	margin-bottom: 34px;
}

.entry__article ol {
	padding-left: 23px;
}

.entry__article ul {
	padding-left: 18px;
}

figure {
	margin: 0;
}

figcaption {
	font-size: 14px;
	margin-top: 10px;
	color: #919BA3;
}

/* Entry Share
/*-------------------------------------------------------*/
.entry__share {
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.entry__share-inner {
	border-radius: 0 4px 4px 0;
	overflow: hidden;
}

@media (min-width: 1060px) {
	.entry__share .socials .entry__share-social {
		display: block;
		margin: 0;
		border-radius: 0;
	}
	.entry__share .socials .entry__share-social:hover {
		width: 40px;
	}
}

@media (max-width: 1059px) {
	.entry__share {
		position: relative;
		margin-bottom: 20px;
		top: auto;
		transform: none;
	}
	.entry__share .socials .entry__share-social {
		border-radius: 3px;
	}
}

/* Entry Tags
/*-------------------------------------------------------*/
.entry__tags {
	margin-top: 24px;
	margin-bottom: 40px;
	padding: 24px 0 16px;
	border-bottom: 1px solid #e1e5e6;
	border-top: 1px solid #e1e5e6;
	font-family: "Poppins", sans-serif;
	overflow: hidden;
}

.entry__tags-label {
	float: left;
	margin-right: 8px;
}

/* Author
-------------------------------------------------------*/
.single-post__entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.single-post__entry-meta li {
	margin-right: 16px;
}

.single-post__entry-meta li + li:before {
	display: none;
}

.single-post__entry-meta .entry__meta-category {
	color: #49545E;
}

@media only screen and (max-width: 575px) {
	.single-post__entry-meta {
		display: block;
	}
	.single-post__entry-meta li {
		margin-bottom: 4px;
	}
}

.entry-author {
	position: relative;
}

.entry-author--box {
	padding: 44px 30px 26px;
	margin-top: 28px;
	margin-bottom: 58px;
	background-color: #f4f6f6;
	position: relative;
}

.entry-author--box img {
	display: block;
	float: left;
	margin-right: 30px;
	border-radius: 50%;
}

@media only screen and (max-width: 575px) {
	.entry-author--box img {
		width: 40px;
	}
}

.entry-author--box .entry-author__name {
	font-size: 1rem;
}

.entry-author__info {
	overflow: hidden;
}

.entry-author__website {
	display: inline-block;
	color: #919BA3;
	margin-bottom: 10px;
	font-size: 0.875rem;
}

.entry-author__url {
	display: flex;
	align-items: center;
}

.entry-author__url span:first-of-type {
	margin-right: 5px;
}

.entry-author .entry-author__url:hover {
	color: #919BA3;
}

.entry-author__img {
	display: block;
	float: left;
	margin-right: 10px;
	border-radius: 50%;
}

@media only screen and (max-width: 575px) {
	.entry-author__img {
		display: none;
	}
}

.entry-author__name {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #49545E;
}

.entry-author__name:hover {
	color: #E12A21;
}

.entry-author__socials {
	overflow: hidden;
	margin-top: 14px;
}

.entry-author__socials a {
	float: left;
}

/* Final Review
-------------------------------------------------------*/
.review-wrapper {
	margin-top: 36px;
}

.review-wrapper .review-heading .review-title {
	color: #3A444D;
	font-family: "Poppins", sans-serif;
}

/* Previous / Next Post Navigation
/*-------------------------------------------------------*/
.entry-navigation {
	margin-top: 36px;
	margin-bottom: 36px;
}

.entry-navigation__row {
	margin: 0 -20px;
	display: flex;
}

.entry-navigation__col {
	padding: 0 20px;
}

.entry-navigation__item {
	display: flex;
	overflow: hidden;
	height: 100%;
}

.entry-navigation--left {
	float: left;
	width: 50%;
	margin-bottom: 12px;
}

.entry-navigation--left i {
	margin-right: 7px;
}

.entry-navigation--right {
	margin-bottom: 12px;
	text-align: right;
	float: right;
	margin-left: auto;
	width: 50%;
}

.entry-navigation--right i {
	margin-left: 7px;
}

.entry-navigation__body {
	width: 100%;
}

.entry-navigation i {
	font-size: 12px;
	color: #49545E;
}

.entry-navigation__label {
	display: inline-block;
	margin-bottom: 5px;
	color: #919BA3;
	font-size: 13px;
}

.entry-navigation__title {
	font-size: 0.9375rem;
	margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
	.entry-navigation__row {
		display: block;
	}
	.entry-navigation__col {
		width: 100%;
		float: none;
	}
	.entry-navigation--right {
		text-align: left;
	}
}

/* Post Pagination
/*-------------------------------------------------------*/
.post-pagination {
	margin-top: 24px;
}

.post-pagination__number {
	font-size: 16px;
	padding: 0 5px;
}

/* Related Posts
-------------------------------------------------------*/
.related-posts {
	margin-top: 40px;
}

.related-posts__entry {
	margin-bottom: 20px;
}

.related-posts__title {
	font-size: 24px;
	margin-bottom: 24px;
}

.related-posts__text-holder {
	margin-top: 14px;
}

.related-posts__entry-title {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0;
}

.related-posts__entry-title:hover a {
	color: #E12A21;
}

/* Comments
/*-------------------------------------------------------*/
.entry-comments__title {
	font-size: 24px;
}

.comment-content > h1,
.comment-content > h2,
.comment-content > h3,
.comment-content > h4,
.comment-content > h5,
.comment-content > h6 {
	margin-top: 36px;
	margin-bottom: 20px;
}

.comment-content strong {
	color: #3A444D;
}

.comment-content figure {
	margin-bottom: 34px;
}

.comment-content ol,
.comment-content ul {
	line-height: 26px;
}

.comment-content ol {
	padding-left: 23px;
}

.comment-content ul {
	padding-left: 18px;
}

.comment {
	list-style: none;
}

.comment-list {
	margin-bottom: 56px;
	list-style: none;
}

.comment .children {
	padding-left: 8%;
}

.comment-list > li:first-child > .comment-body {
	border-top: 0;
}

.comment-body {
	margin-bottom: 24px;
	padding-top: 24px;
	border-top: 1px solid #e1e5e6;
}

.comment-text {
	overflow: hidden;
}

.comment-text p {
	margin-bottom: 10px;
}

.comment-avatar {
	float: left;
	margin-right: 20px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.comment-author {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	display: block;
	margin-bottom: 0;
}

.comment-date, .comment-edit-link {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 13px;
	font-family: "Poppins", sans-serif;
	color: #919BA3;
}

.comment-edit-link {
	margin-left: 5px;
	margin-bottom: 0;
	color: #E12A21;
}

.comment-reply {
	color: #3A444D;
	font-family: "Poppins", sans-serif;
}

.comment-reply:hover {
	color: #E12A21;
}

/* Comment Form
/*-------------------------------------------------------*/
.comment-form {
	margin-bottom: 36px;
	margin-top: 24px;
}

.comment-form p {
	margin: 0;
}

.comment-form__title {
	font-size: 20px;
}

.comment-form .logged-in-as {
	margin-bottom: 24px;
	margin-top: -16px;
}

.comment-form-cookies-consent {
	margin-bottom: 24px !important;
}

.comment-form-cookies-consent label {
	color: #49545E;
}

.comment-respond {
	margin-top: 12px;
}

.comment-respond__title {
	font-size: 24px;
	margin-bottom: 10px;
}

.comment-respond__subtitle {
	margin-bottom: 20px;
}

#cancel-comment-reply-link {
	font-size: 1rem;
	margin-left: 8px;
}

/*-------------------------------------------------------*/
/* Sidebar
/*-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
	.left-sidebar .sidebar:not(.elementor-column) {
		padding-right: 65px;
	}
	.left-sidebar .page-content,
	.left-sidebar .blog__content {
		order: 2;
	}
	.right-sidebar .sidebar:not(.elementor-column) {
		padding-left: 65px;
	}
}

.sticky-col {
	z-index: 1;
}

/*-------------------------------------------------------*/
/* Page title
/*-------------------------------------------------------*/
.page-title {
	margin-bottom: 24px;
}

/*-------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------*/
.pagination {
	padding: 16px 0;
}

.pagination ul {
	list-style: none;
	clear: both;
	display: flex;
	justify-content: center;
}

.pagination span,
.pagination a {
	font-size: 15px;
	display: inline-block;
	padding: 0 13px;
	height: 36px;
	line-height: 34px;
	margin-right: 2px;
	border-radius: 5px;
	text-align: center;
	color: #49545E;
	background-color: #fff;
	border: 1px solid #e1e5e6;
	vertical-align: middle;
	transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.pagination span,
	.pagination a {
		transition: none;
	}
}

.pagination span i,
.pagination a i {
	font-size: 0.75rem;
}

.page-numbers.current,
.page-numbers:not(span):hover {
	background-color: #E12A21;
	color: #fff;
	border-color: transparent;
}

.pagination .page-numbers {
	margin: 0;
}

/* Elementor Pagination / Load More Button
-------------------------------------------------------*/
.elementor-pagination {
	margin-top: 40px;
	padding: 0;
}

.deo-load-more {
	text-align: center;
}

.deo-load-more .loader div {
	width: 24px;
	height: 24px;
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.deo-loading span {
	opacity: 0;
}

/*-------------------------------------------------------*/
/* Contact Page
/*-------------------------------------------------------*/
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
	margin-bottom: 14px;
}

.wpcf7-list-item-label {
	font-weight: 400;
}

/*-------------------------------------------------------*/
/* 404
/*-------------------------------------------------------*/
.error404 .section-wrap {
	padding: 140px 0;
}

@media only screen and (max-width: 575px) {
	.error404 .section-wrap {
		padding: 70px 0;
	}
}

.error404__number {
	font-size: 240px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.03em;
	color: #e4e7e9;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.error404__number {
		font-size: 200px;
	}
}

@media only screen and (max-width: 575px) {
	.error404__number {
		font-size: 120px;
	}
}

/*-------------------------------------------------------*/
/* Breadcrumbs
/*-------------------------------------------------------*/
.breadcrumbs a {
	color: #3A444D;
}

.breadcrumbs a:hover {
	color: #E12A21;
}

.breadcrumbs__separator {
	font-size: 10px;
	margin: 0 8px;
	display: inline-block;
	position: relative;
	top: -1px;
	transform: rotate(90deg);
}

/* Cookies notication bar
-------------------------------------------------------*/
.cc-container {
	display: flex;
	justify-content: center;
	padding: 0;
}

.cc-window {
	background-color: #002B4D !important;
	padding: 5px 20px !important;
}

.cc-message {
	margin-right: 20px;
	flex: 0 1 auto !important;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
}

.cc-link {
	opacity: 1;
}

.cc-link:hover,
.cc-link:focus {
	color: #fff;
}

.cc-link,
.cc-link:active,
.cc-link:visited {
	color: #fff;
}

a.cc-btn.cc-dismiss {
	font-family: "Poppins", sans-serif;
	font-size: 0.8125rem !important;
	background-color: #E12A21;
	height: 28px;
	line-height: 28px;
	padding: 0 14px;
	border: 0;
	color: #fff;
	border-radius: 5px;
	min-width: auto !important;
}

a.cc-btn.cc-dismiss:hover,
a.cc-btn.cc-dismiss:focus {
	opacity: 0.9;
}

/* Read Meter
-------------------------------------------------------*/
body.admin-bar .progress-container-top {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .progress-container-top {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {
	body.admin-bar .progress-container-top {
		top: 0;
	}
}

body.admin-bar .progress-container-top,
body .progress-container-top {
	z-index: 121;
}

/* Breadcrumbs
-------------------------------------------------------*/
.breadcrumbs-wrap {
	padding: 10px 0;
	background-color: #f4f6f6;
	font-size: 0.875rem;
}

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
.nav {
	min-height: 50px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 120;
	position: relative;
	transition: height 0.3s ease-in-out;
	/* Dropdowns (large screen) */
}

@media (prefers-reduced-motion: reduce) {
	.nav {
		transition: none;
	}
}

.nav__holder {
	background-color: #002B4D;
}

@media only screen and (min-width: 992px) {
	.nav {
		height: 50px;
	}
	.nav .nav.sticky {
		height: 50px;
	}
}

.nav__menu, .nav__dropdown-menu {
	list-style: none;
}

.nav__menu {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.nav__menu > li {
	position: relative;
}

.nav__menu > li:hover a:after {
	width: 100%;
}

.nav__menu > li > a {
	font-family: "Poppins", sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	padding: 0 16px;
	display: block;
	position: relative;
	text-transform: uppercase;
	line-height: 50px;
	letter-spacing: .06em;
}

.nav__menu > li > a:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #E12A21;
	transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.nav__menu > li > a:after {
		transition: none;
	}
}

.nav__menu > li > a:hover {
	opacity: 0.95;
}

@media only screen and (min-width: 992px) {
	.nav__menu > li {
		display: inline-block;
		text-align: center;
	}
	.nav__dropdown-menu {
		position: absolute;
		padding: 15px 0;
		top: 100%;
		left: -6px;
		z-index: 1000;
		min-width: 230px;
		width: 100%;
		text-align: left;
		list-style: none;
		font-family: "Poppins", sans-serif;
		background-color: #041726;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		display: block;
		visibility: hidden;
		opacity: 0;
		transition: all 0.1s ease-in-out;
	}
}

@media only screen and (min-width: 992px) and (prefers-reduced-motion: reduce) {
	.nav__dropdown-menu {
		transition: none;
	}
}

@media only screen and (min-width: 992px) {
	.nav__dropdown-menu > li > a {
		color: #adb4ba;
		padding: 4px 23px;
		font-size: 13px;
		display: block;
	}
	.nav__dropdown-menu > li > a:hover {
		color: #fff;
	}
	.nav__dropdown-menu.hide-dropdown {
		visibility: hidden !important;
		opacity: 0 !important;
	}
	.nav__dropdown-menu--right {
		right: 0;
	}
	.nav__dropdown:hover > .nav__dropdown-menu {
		opacity: 1;
		visibility: visible;
	}
	.nav__dropdown-menu .nav__dropdown-menu {
		left: 100%;
		top: -15px;
	}
	.nav__dropdown .nav__dropdown {
		position: relative;
	}
	.nav__dropdown .nav__dropdown > a:after {
		content: '\f30f';
		font-family: 'ui-icons';
		font-size: 10px;
		position: absolute;
		right: 20px;
		top: 50%;
		width: auto !important;
		transform: translateY(-50%);
	}
	.nav__dropdown-trigger {
		display: none;
	}
}

.mobile body {
	cursor: pointer;
}

/* Logo
-------------------------------------------------------*/
.logo {
	line-height: 1;
}

/* Nav Flexbox
-------------------------------------------------------*/
.nav__flex-parent {
	align-items: center;
	height: 50px;
}

.nav__wrap {
	padding-left: 32px;
}

header .flex-child {
	flex: 1 0 0;
}

header .flex-child.flex-right {
	text-align: right;
}

.nav--align-right {
	margin-left: auto;
}

.nav--align-left {
	margin-right: auto;
}

@media only screen and (min-width: 768px) {
	.nav--align-left {
		margin-left: 60px;
	}
}

/* Nav Right
-------------------------------------------------------*/
.nav__right {
	line-height: 50px;
}

.nav__right-item {
	margin-right: 35px;
}

.nav__right-item:last-child {
	margin-right: 0;
}

.nav__right a:hover,
.nav__right a:focus {
	color: #fff;
}

/* Nav Subscribe
-------------------------------------------------------*/
.nav__subscribe {
	font-family: "Poppins", sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 1;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 400px;
	}
}

/* Nav Socials
-------------------------------------------------------*/
.nav__socials a {
	color: #fff;
}

.nav__socials a:hover {
	opacity: .9;
}

/* Nav Search
-------------------------------------------------------*/
.nav__search-box {
	width: 300px;
	position: absolute;
	right: 0;
	top: 100%;
	padding: 15px 20px;
	background-color: #fff;
	border-radius: 5px;
	display: none;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.nav__search-form {
	position: relative;
}

.nav__search-input {
	margin-bottom: 0;
	display: block;
	line-height: 40px;
}

.nav__search-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 !important;
	width: 40px;
	border-radius: 0 5px 5px 0;
}

.nav__search-trigger {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	width: 14px;
	line-height: 1;
}

.nav__search-trigger-icon {
	display: inline-block;
	width: 14px;
}

.nav__search .ui-close {
	font-size: 20px;
	position: relative;
	top: 2px;
	left: 2px;
}

/* Mobile Search */
.sidenav__search-mobile-form {
	position: relative;
}

.sidenav__search-mobile-input {
	height: 46px;
	border: none;
	background-color: transparent;
	margin-bottom: 0;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	color: #9AA3AB;
	border-radius: 0;
	border-bottom: 1px solid #182835;
}

.sidenav__search-mobile-input:focus {
	background-color: transparent;
	border-color: #fff;
}

.sidenav__search-mobile-submit {
	position: absolute;
	right: 0;
	top: 0;
	width: 46px;
	height: 46px;
	border: 0;
	padding: 0;
	font-size: 14px;
	cursor: pointer;
	color: #9AA3AB;
	background-color: transparent;
}

/* Change Color of Placeholders */
input.sidenav__search-mobile-input::-webkit-input-placeholder {
	color: #9AA3AB;
}

input.sidenav__search-mobile-input:-moz-placeholder {
	color: #9AA3AB;
	opacity: 1;
}

input.sidenav__search-mobile-input::-moz-placeholder {
	color: #9AA3AB;
	opacity: 1;
}

input.sidenav__search-mobile-input:-ms-input-placeholder {
	color: #9AA3AB;
}

/*-------------------------------------------------------*/
/* Nav Mobile Sidenav
/*-------------------------------------------------------*/
.sidenav {
	background-color: #041726;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 260px;
	z-index: 121;
	overflow-y: auto;
	transition: transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98);
	transform: translateX(-260px);
}

@media (prefers-reduced-motion: reduce) {
	.sidenav {
		transition: none;
	}
}

.sidenav--is-open {
	transform: translateX(0);
}

.main-container,
.nav__holder {
	transition: transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98);
}

@media (prefers-reduced-motion: reduce) {
	.main-container,
	.nav__holder {
		transition: none;
	}
}

.main-container--is-pushed,
.nav__holder--is-pushed {
	transform: translateX(260px);
}

.content-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 120;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
	background-color: rgba(0, 0, 0, 0.8);
}

@media (prefers-reduced-motion: reduce) {
	.content-overlay {
		transition: none;
	}
}

.content-overlay--is-visible {
	opacity: 1;
	visibility: visible;
}

/* Nav Icon Toggle (mobile nav)
-------------------------------------------------------*/
.nav-icon-toggle {
	padding: 0;
	display: inline-block;
	cursor: pointer;
	transition: 0.15s linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

@media (prefers-reduced-motion: reduce) {
	.nav-icon-toggle {
		transition: none;
	}
}

@media only screen and (min-width: 992px) {
	.nav-icon-toggle {
		display: none;
	}
}

.nav-icon-toggle:focus {
	outline: none;
}

.nav-icon-toggle__box {
	width: 18px;
	height: 20px;
	position: relative;
	display: block;
}

.nav-icon-toggle__inner {
	display: block;
	top: 50%;
	margin-top: -1px;
	transition: 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@media (prefers-reduced-motion: reduce) {
	.nav-icon-toggle__inner {
		transition: none;
	}
}

.nav-icon-toggle__inner, .nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
	width: 18px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	transition: transform 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
	.nav-icon-toggle__inner, .nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
		transition: none;
	}
}

.nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
	content: "";
	display: block;
}

.nav-icon-toggle__inner:before {
	top: -6px;
	transition: top 0.2s 0.2s ease-in, opacity 0.1s ease-in;
}

@media (prefers-reduced-motion: reduce) {
	.nav-icon-toggle__inner:before {
		transition: none;
	}
}

.nav-icon-toggle__inner:after {
	bottom: -6px;
	transition: bottom 0.2s 0.2s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@media (prefers-reduced-motion: reduce) {
	.nav-icon-toggle__inner:after {
		transition: none;
	}
}

.nav-icon-toggle--is-open .nav-icon-toggle__inner {
	transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(225deg);
}

@media (prefers-reduced-motion: reduce) {
	.nav-icon-toggle--is-open .nav-icon-toggle__inner {
		transition: none;
	}
}

.nav-icon-toggle--is-open .nav-icon-toggle__inner:before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

@media (prefers-reduced-motion: reduce) {
	.nav-icon-toggle--is-open .nav-icon-toggle__inner:before {
		transition: none;
	}
}

.nav-icon-toggle--is-open .nav-icon-toggle__inner:after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (prefers-reduced-motion: reduce) {
	.nav-icon-toggle--is-open .nav-icon-toggle__inner:after {
		transition: none;
	}
}

/* Sidenav Menu
-------------------------------------------------------*/
.sidenav__menu {
	list-style: none;
	padding: 0;
}

.sidenav__menu ul {
	list-style: none;
	padding: 0;
}

.sidenav__menu li {
	position: relative;
	border-bottom: 1px solid #182835;
	font-size: 14px;
}

.sidenav__menu li:last-child {
	border-bottom: 0;
}

.sidenav__menu-link {
	width: 100%;
	display: block;
	color: #fff;
	min-height: 46px;
	padding: 12px 16px;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	transition: background 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
	.sidenav__menu-link {
		transition: none;
	}
}

.sidenav__menu-link:hover {
	color: #fff;
}

.sidenav__menu-dropdown {
	overflow: hidden;
	display: none;
	background-color: #041726;
}

.sidenav__menu-dropdown a {
	padding-left: 24px;
	color: #919BA3;
}

.sidenav__menu-dropdown.sub-menu a {
	padding-left: 36px;
}

.sidenav__menu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 12px;
	padding: 0;
	width: 46px;
	height: 46px;
	text-align: center;
}

.sidenav__menu-toggle:focus {
	outline: none;
}

.sidenav__menu--is-open > a {
	background-color: #002B4D;
}

.sidenav__menu--is-open > .sidenav__menu-toggle {
	transform: rotate(180deg);
	color: #fff;
}

.sidenav__menu--is-open > .sidenav__menu-toggle:hover {
	color: #fff;
}

/* Sidenav Socials
-------------------------------------------------------*/
.sidenav__socials {
	padding: 0 15px;
	margin-top: 20px;
}

/* Sticky Nav
-------------------------------------------------------*/
.nav--sticky {
	position: fixed;
	height: 50px;
	left: 0;
	right: 0;
	top: 0;
}

.nav--sticky.sticky {
	z-index: 120;
	height: 50px;
}

.nav.sticky {
	height: 50px;
}

/* Go to Top
-------------------------------------------------------*/
#back-to-top {
	display: block;
	z-index: 100;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	position: fixed;
	bottom: -34px;
	right: 20px;
	line-height: 28px;
	background-color: #fff;
	border: 1px solid #e1e5e6;
	box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.03);
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
	#back-to-top {
		transition: none;
	}
}

#back-to-top i {
	transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	#back-to-top i {
		transition: none;
	}
}

#back-to-top a {
	display: block;
	color: #49545E;
}

#back-to-top.show {
	bottom: 20px;
}

#back-to-top:hover {
	background-color: #E12A21;
	border-color: transparent;
}

#back-to-top:hover i {
	color: #fff;
}

/* Top Bar
-------------------------------------------------------*/
.top-bar {
	height: 30px;
	border-bottom: 1px solid #353535;
	display: flex;
	align-items: center;
}

.top-bar a {
	color: #c1c1c1;
	font-size: 13px;
}

.top-bar a:hover {
	color: #fff;
}

.top-bar__currency-language, .top-bar__right {
	flex: 1 0 0;
}

.top-bar__promo {
	flex: 2 0 0;
	margin-bottom: 0;
}

.top-bar > ul, .top-bar__currency, .top-bar__language {
	display: inline-block;
	position: relative;
}

.top-bar__language {
	margin-right: 10px;
}

.top-bar__language:after {
	content: '';
	display: block;
	width: 1px;
	height: 13px;
	background-color: #353535;
	position: absolute;
	top: 5px;
	right: -7px;
}

.top-bar__currency-dropdown, .top-bar__language-dropdown {
	background-color: #0d0d0d;
	padding: 6px 16px;
	position: absolute;
	left: -16px;
	z-index: 150;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.top-bar__currency-dropdown, .top-bar__language-dropdown {
		transition: none;
	}
}

.top-bar__currency-dropdown ul li,
.top-bar__language-dropdown ul li {
	line-height: 26px;
	border-top: 1px solid #353535;
}

.top-bar__currency-dropdown ul li:first-child,
.top-bar__language-dropdown ul li:first-child {
	border-top: 0;
}

.top-bar__currency:hover .top-bar__currency-dropdown,
.top-bar__language:hover .top-bar__language-dropdown {
	visibility: visible;
	opacity: 1;
}

.top-bar__promo {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #fff;
}

.top-bar__right {
	text-align: right;
}

.top-bar__item {
	display: inline-block;
	margin-left: 16px;
}

.top-bar__item:nth-child(2) i {
	margin-right: 0;
}

.top-bar__item > i,
.top-bar__item > a > i {
	margin-right: 5px;
	color: #fff;
}

.top-bar__sign-in {
	text-transform: uppercase;
	letter-spacing: .06em;
}

.top-bar__sign-in i {
	font-size: 12px;
}

/* Nav Cart
-------------------------------------------------------*/
.nav-cart {
	position: relative;
}

.nav-cart__dropdown {
	opacity: 0;
	visibility: hidden;
	min-width: 270px;
	max-width: 300px;
	position: absolute;
	top: 100%;
	left: auto;
	right: -15px;
	background-color: #1a1a1a;
	padding: 20px;
	line-height: 1;
	text-align: left;
	transition: all 0.3s ease-in-out;
	z-index: 201;
}

@media (prefers-reduced-motion: reduce) {
	.nav-cart__dropdown {
		transition: none;
	}
}

.nav-cart__dropdown:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 13px;
	display: block;
	top: -10px;
	right: 17px;
}

.nav-cart__items {
	position: relative;
}

.nav-cart__item {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #353535;
	position: relative;
}

.nav-cart__item:first-child {
	margin-top: 0;
}

.nav-cart__img {
	float: left;
	margin-right: 20px;
}

.nav-cart__price {
	color: #c1c1c1;
	font-size: 13px;
	margin-top: 5px;
}

.nav-cart__title {
	position: relative;
	overflow: hidden;
	margin-right: 30px;
}

.nav-cart__title > a {
	position: relative;
	color: #fff;
	font-size: 14px;
	vertical-align: top;
	line-height: 1.5;
}

.nav-cart__title > a:hover {
	color: #fff;
}

.nav-cart__remove {
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #383838;
}

.nav-cart__remove a {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	color: #c1c1c1;
}

.nav-cart__remove i {
	font-size: 16px;
}

.nav-cart__remove:hover {
	background-color: #E12A21;
}

.nav-cart__remove:hover i {
	color: #fff;
}

.nav-cart__summary {
	margin-top: 10px;
	font-weight: 700;
	color: #fff;
	font-size: 14px;
}

.nav-cart__total-price {
	float: right;
}

.nav-cart__actions a {
	width: 100%;
	color: #fff;
}

.nav-cart__actions a:first-child {
	color: #3A444D;
}

.nav-cart__actions a:hover {
	color: #fff;
}

.nav-cart:hover .nav-cart__dropdown {
	opacity: 1;
	visibility: visible;
}

.nav__mobile-cart,
.nav__mobile-wishlist {
	color: #fff;
	font-size: 18px;
}

.nav__mobile-cart:hover,
.nav__mobile-wishlist:hover {
	color: #fff;
}

.nav__mobile-cart-amount {
	font-size: 16px;
}

.nav__mobile-wishlist {
	margin-right: 18px;
}

/*-------------------------------------------------------*/
/* Nav Mobile Styles
/*-------------------------------------------------------*/
@media only screen and (max-width: 991px) {
	.nav__header {
		height: 50px;
	}
	.nav__wrap {
		text-align: left;
	}
	.logo {
		line-height: 1;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
	}
}

/*-------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------*/
.widget {
	margin-bottom: 40px;
}

.widget li {
	list-style: none;
}

.widget-title {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-bottom: 18px;
	font-weight: 700;
}

.widget .sub-menu,
.widget .children {
	padding-left: 15px;
	padding-top: 10px;
}

.widget .sub-menu li:first-child,
.widget .children li:first-child {
	border-top: 1px solid #e1e5e6;
	padding-top: 10px;
}

.widget_recent_entries a,
.widget_recent_comments a,
.widget_nav_menu a,
.widget_archive a,
.widget_pages a,
.widget_categories a,
.widget_meta a {
	color: #49545E;
}

.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_nav_menu a:hover,
.widget_archive a:hover,
.widget_pages a:hover,
.widget_categories a:hover,
.widget_meta a:hover {
	color: #E12A21;
}

/* Widget RSS
-------------------------------------------------------*/
.widget_rss li {
	padding: 16px 0;
	border-bottom: 1px solid #e1e5e6;
}

.widget_rss li:first-child {
	padding-top: 0;
}

.widget_rss .rsswidget {
	color: #3A444D;
}

.widget_rss .rsswidget:hover {
	color: #E12A21;
}

.widget_rss .rss-date {
	display: block;
	color: #919BA3;
	font-size: 0.875rem;
	margin: 6px 0 12px;
}

/* Widgets select (Categories, Archives, Text Widget)
-------------------------------------------------------*/
.widget_categories select,
.widget_archive select,
.widget_text select {
	margin-bottom: 0;
}

/* Widget Recent Comments
-------------------------------------------------------*/
.widget_recent_comments .recentcomments a {
	color: #3A444D;
}

.widget_recent_comments .recentcomments a:hover {
	color: #E12A21;
}

/* Widget Calendar
-------------------------------------------------------*/
#wp-calendar {
	width: 100%;
}

#wp-calendar > thead > tr > th,
#wp-calendar > tbody > tr > th,
#wp-calendar > tfoot > tr > th,
#wp-calendar > thead > tr > td,
#wp-calendar > tbody > tr > td,
#wp-calendar > tfoot > tr > td {
	border: 0;
}

#wp-calendar caption {
	caption-side: top;
	text-align: right;
	color: #49545E;
	font-size: 12px;
	padding: 0;
	margin-bottom: 15px;
	padding-right: 10px;
}

#wp-calendar thead th {
	padding: 8px;
	text-align: center;
	font-size: 10px;
}

#wp-calendar thead th:first-child {
	padding-left: 0;
}

#wp-calendar thead th:last-child {
	padding-right: 0;
}

#wp-calendar tbody {
	color: #919BA3;
}

#wp-calendar tbody td {
	text-align: center;
	padding: 8px;
}

#wp-calendar tbody td:first-child {
	padding-left: 0;
}

#wp-calendar tbody td:last-child {
	padding-right: 0;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 4px;
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 4px;
}

/* Widget Popular Posts
-------------------------------------------------------*/
.widget-popular-posts__list > li {
	padding: 14px 0;
}

.widget-popular-posts__list > li:first-child {
	padding-top: 0;
}

.widget-popular-posts__list > li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.widget-popular-posts__img-holder {
	width: 65px;
	float: left;
	position: relative;
	margin-right: 15px;
}

@media only screen and (max-width: 575px) {
	.widget-popular-posts__img-holder {
		width: 50px;
	}
}

.widget-popular-posts__entry {
	min-height: 60px;
}

.widget-popular-posts__number {
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #fff;
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	line-height: 26px;
	border-radius: 50%;
	border: 2px solid #fff;
	text-align: center;
	background-color: #E12A21;
	z-index: 2;
}

@media only screen and (max-width: 767px) {
	.widget-popular-posts__number {
		display: none;
	}
}

.widget-popular-posts__entry-title {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 0;
	padding-left: 26px;
}

.widget-popular-posts__entry-title a {
	color: #3A444D;
}

.widget-popular-posts__entry-title a:hover {
	color: #E12A21;
}

/* Widget Search
-------------------------------------------------------*/
.widget-search-input {
	background-color: #fff;
}

.widget-search-button,
.search-form__button {
	position: absolute;
	top: 0;
	height: 100%;
	width: 45px;
	padding: 0 !important;
	background-color: transparent;
	border: 0;
	right: 0;
	font-size: 17px;
	vertical-align: middle;
	border-radius: 0 4px 4px 0;
}

.search-form {
	position: relative;
}

/* Widget Categories, Recent Entries, Comments, Archives, Meta
-------------------------------------------------------*/
.widget_categories li,
.widget_recent_entries li,
.widget_nav_menu li,
.widget_archive li,
.widget_pages li,
.widget_meta li {
	padding: 10px 0;
	border-bottom: 1px solid #e1e5e6;
}

.widget_categories li:first-child,
.widget_recent_entries li:first-child,
.widget_nav_menu li:first-child,
.widget_archive li:first-child,
.widget_pages li:first-child,
.widget_meta li:first-child {
	padding-top: 0;
}

.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_nav_menu li:last-child,
.widget_archive li:last-child,
.widget_pages li:last-child,
.widget_meta li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.recentcomments {
	padding: 10px 0;
	border-bottom: 1px solid #e1e5e6;
}

.recentcomments:first-child {
	padding-top: 0;
}

.recentcomments:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

/* Widget Newsletter 
-------------------------------------------------------*/
.sidebar .widget_mc4wp_form_widget {
	border: 5px solid #f4f6f6;
	padding: 28px 24px;
}

.sidebar .widget_mc4wp_form_widget .widget-title {
	text-transform: none;
	letter-spacing: normal;
	color: #3A444D;
	font-size: 15px;
}

.mc4wp-form-fields {
	position: relative;
}

.mc4wp-form-fields p {
	margin-bottom: 0;
	position: relative;
}

.mc4wp-form-fields input[type=email]:before {
	content: '';
	display: block;
}

.mc4wp-form-fields input[type=email],
.mc4wp-form-fields input[type=text] {
	margin-bottom: 8px;
	padding-left: 40px;
}

.mc4wp-form-fields input[type=submit] {
	margin-bottom: 0;
	width: auto;
}

.mc4wp-form-icon {
	position: absolute;
	line-height: 40px;
	left: 16px;
	font-size: 12px;
	color: #919BA3;
}

.subscribe-popup-modal .widget_mc4wp_form_widget {
	margin-bottom: 0;
}

.subscribe-popup-modal .modal-body {
	padding-bottom: 40px;
}

/* Newsletter wide
-------------------------------------------------------*/
.newsletter-wide {
	overflow: hidden;
	border: 5px solid #f4f6f6;
	padding: 28px 24px 16px;
}

.newsletter-wide__text {
	margin-bottom: 16px;
}

.newsletter-wide .widget-title {
	margin-bottom: 0;
	text-transform: none;
	letter-spacing: normal;
	color: #3A444D;
	font-size: 15px;
}

@media only screen and (min-width: 576px) {
	.newsletter-wide__form input[type=submit] {
		position: absolute;
		top: 0;
		right: 0;
	}
}

/* Widget Facebook
-------------------------------------------------------*/
.widget_sfp_page_plugin_widget {
	overflow: hidden;
}

/* Widget Latest reviews
-------------------------------------------------------*/
.widget-latest-reviews .entry {
	margin-bottom: 16px;
}

.widget-top-reviews__rating {
	display: inline-block;
}

/* Widget Twitter
-------------------------------------------------------*/
.widget-twitter__tweet {
	position: relative;
	margin-bottom: 24px;
}

.widget-twitter__tweet-text-holder {
	padding-left: 24px;
}

.widget-twitter__tweet-text {
	word-wrap: break-word;
	margin-bottom: 8px;
}

.widget-twitter__tweet-text a {
	text-decoration: underline;
}

.widget-twitter__tweet-time {
	font-size: 13px;
}

.widget-twitter__tweet-icon {
	color: #55ACEE;
	position: absolute;
	left: 0;
	top: 0;
}

/* Widget Socials
-------------------------------------------------------*/
.widget-socials li {
	padding: 0 0 6px;
}

.widget-socials .socials a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 5px;
	text-align: left;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	height: 40px;
	padding: 0 15px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.widget-socials .socials a:hover {
	color: #fff;
}

.widget-socials .socials a:before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	position: absolute;
	left: 0;
	transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.widget-socials .socials a:before {
		transition: none;
	}
}

.widget-socials .socials a:hover:before {
	width: 100%;
}

.widget-socials .socials i {
	font-size: 15px;
	width: 20px;
	display: inline-block;
}

/* Widget Tags / Entry Tags
-------------------------------------------------------*/
.widget_tag_cloud a,
.widget_product_tag_cloud a,
.entry__tags a {
	padding: 4px 6px;
	line-height: 1;
	margin: 0 8px 8px 0;
	border-radius: 3px;
	font-size: 12px !important;
	border: 1px solid #e1e5e6;
	color: #49545E;
	display: inline-block;
	float: left;
}

.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover,
.entry__tags a:hover {
	background-color: #E12A21;
	border-color: transparent;
	color: #fff;
}

.tagcloud {
	overflow: hidden;
}

/* Sticky Sidebar
-------------------------------------------------------*/
.elementor-widget-sidebar.sticky-col {
	margin: 0 !important;
}

/*-------------------------------------------------------*/
/* Footer Widgets
/*-------------------------------------------------------*/
.footer__widgets p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.footer__widgets a:not(.social),
.footer__widgets li,
.footer__widgets .widget-title,
.footer__widgets #wp-calendar caption,
.footer__widgets #wp-calendar a,
.footer__widgets .widget_rss .rsswidget,
.footer__widgets .widget_recent_comments .recentcomments a,
.footer__widgets .deo-newsletter-gdpr-checkbox__label,
.footer__widgets ul li a:hover {
	color: #fff;
}

.footer__widgets #wp-calendar thead th {
	color: #919BA3;
}

.footer__widgets ul li a:hover {
	text-decoration: underline;
}

.footer__widgets .widget_categories li,
.footer__widgets .widget_recent_entries li,
.footer__widgets .widget_nav_menu li,
.footer__widgets .widget_archive li,
.footer__widgets .widget_pages li,
.footer__widgets .widget_meta li,
.footer__widgets .widget .sub-menu li:first-child,
.footer__widgets .widget .children li:first-child,
.footer__widgets .widget_rss li,
.footer__widgets .widget_tag_cloud a,
.footer__widgets .widget_product_tag_cloud a,
.footer__widgets .recentcomments {
	border-color: #254054;
}

/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer {
	background-color: #002B4D;
	color: #6a7a89;
}

.footer__widgets {
	padding: 65px 0 25px;
}

/* Bottom Footer
-------------------------------------------------------*/
.footer__bottom {
	padding: 32px 0;
	background-color: #041726;
}

.copyright {
	font-size: 13px;
	color: #9AA3AB;
	font-family: "Poppins", sans-serif;
}

.copyright a {
	color: inherit;
}

.copyright a:hover {
	color: #fff;
}

/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/
.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-110 {
	margin-top: 110px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-130 {
	margin-top: 130px;
}

.mt-140 {
	margin-top: 140px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-110 {
	margin-bottom: 110px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-130 {
	margin-bottom: 130px;
}

.mb-140 {
	margin-bottom: 140px;
}

.pt-0 {
	padding-top: 0;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-110 {
	padding-top: 110px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-130 {
	padding-top: 130px;
}

.pt-140 {
	padding-top: 140px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-160 {
	padding-top: 160px;
}

.pt-170 {
	padding-top: 170px;
}

.pt-180 {
	padding-top: 180px;
}

.pt-190 {
	padding-top: 190px;
}

.pt-200 {
	padding-top: 200px;
}

.pb-0 {
	padding-bottom: 0;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-110 {
	padding-bottom: 110px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-130 {
	padding-bottom: 130px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pb-170 {
	padding-bottom: 170px;
}

.pb-180 {
	padding-bottom: 180px;
}

.pb-190 {
	padding-bottom: 190px;
}

.pb-200 {
	padding-bottom: 200px;
}

@media only screen and (max-width: 1199px) {
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mt-lg-10 {
		margin-top: 10px;
	}
	.mt-lg-20 {
		margin-top: 20px;
	}
	.mt-lg-30 {
		margin-top: 30px;
	}
	.mt-lg-40 {
		margin-top: 40px;
	}
	.mt-lg-50 {
		margin-top: 50px;
	}
	.mt-lg-60 {
		margin-top: 60px;
	}
	.mt-lg-70 {
		margin-top: 70px;
	}
	.mt-lg-80 {
		margin-top: 80px;
	}
	.mt-lg-90 {
		margin-top: 90px;
	}
	.mt-lg-100 {
		margin-top: 100px;
	}
	.mt-lg-110 {
		margin-top: 110px;
	}
	.mt-lg-120 {
		margin-top: 120px;
	}
	.mt-lg-130 {
		margin-top: 130px;
	}
	.mt-lg-140 {
		margin-top: 140px;
	}
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	.mb-lg-10 {
		margin-bottom: 10px;
	}
	.mb-lg-20 {
		margin-bottom: 20px;
	}
	.mb-lg-30 {
		margin-bottom: 30px;
	}
	.mb-lg-40 {
		margin-bottom: 40px;
	}
	.mb-lg-50 {
		margin-bottom: 50px;
	}
	.mb-lg-60 {
		margin-bottom: 60px;
	}
	.mb-lg-70 {
		margin-bottom: 70px;
	}
	.mb-lg-80 {
		margin-bottom: 80px;
	}
	.mb-lg-90 {
		margin-bottom: 90px;
	}
	.mb-lg-100 {
		margin-bottom: 100px;
	}
	.mb-lg-110 {
		margin-bottom: 110px;
	}
	.mb-lg-120 {
		margin-bottom: 120px;
	}
	.mb-lg-130 {
		margin-bottom: 130px;
	}
	.mb-lg-140 {
		margin-bottom: 140px;
	}
	.pt-lg-0 {
		padding-top: 0;
	}
	.pt-lg-10 {
		padding-top: 10px;
	}
	.pt-lg-20 {
		padding-top: 20px;
	}
	.pt-lg-30 {
		padding-top: 30px;
	}
	.pt-lg-40 {
		padding-top: 40px;
	}
	.pt-lg-50 {
		padding-top: 50px;
	}
	.pt-lg-60 {
		padding-top: 60px;
	}
	.pt-lg-70 {
		padding-top: 70px;
	}
	.pt-lg-80 {
		padding-top: 80px;
	}
	.pt-lg-90 {
		padding-top: 90px;
	}
	.pt-lg-100 {
		padding-top: 100px;
	}
	.pt-lg-110 {
		padding-top: 110px;
	}
	.pt-lg-120 {
		padding-top: 120px;
	}
	.pt-lg-130 {
		padding-top: 130px;
	}
	.pt-lg-140 {
		padding-top: 140px;
	}
	.pb-lg-0 {
		padding-bottom: 0;
	}
	.pb-lg-10 {
		padding-bottom: 10px;
	}
	.pb-lg-20 {
		padding-bottom: 20px;
	}
	.pb-lg-30 {
		padding-bottom: 30px;
	}
	.pb-lg-40 {
		padding-bottom: 40px;
	}
	.pb-lg-50 {
		padding-bottom: 50px;
	}
	.pb-lg-60 {
		padding-bottom: 60px;
	}
	.pb-lg-70 {
		padding-bottom: 70px;
	}
	.pb-lg-80 {
		padding-bottom: 80px;
	}
	.pb-lg-90 {
		padding-bottom: 90px;
	}
	.pb-lg-100 {
		padding-bottom: 100px;
	}
	.pb-lg-110 {
		padding-bottom: 110px;
	}
	.pb-lg-120 {
		padding-bottom: 120px;
	}
	.pb-lg-130 {
		padding-bottom: 130px;
	}
	.pb-lg-140 {
		padding-bottom: 140px;
	}
}

@media only screen and (max-width: 991px) {
	.mt-md-0 {
		margin-top: 0 !important;
	}
	.mt-md-10 {
		margin-top: 10px;
	}
	.mt-md-20 {
		margin-top: 20px;
	}
	.mt-md-30 {
		margin-top: 30px;
	}
	.mt-md-40 {
		margin-top: 40px;
	}
	.mt-md-50 {
		margin-top: 50px;
	}
	.mt-md-60 {
		margin-top: 60px;
	}
	.mt-md-70 {
		margin-top: 70px;
	}
	.mt-md-80 {
		margin-top: 80px;
	}
	.mt-md-90 {
		margin-top: 90px;
	}
	.mt-md-100 {
		margin-top: 100px;
	}
	.mt-md-110 {
		margin-top: 110px;
	}
	.mt-md-120 {
		margin-top: 120px;
	}
	.mt-md-130 {
		margin-top: 130px;
	}
	.mt-md-140 {
		margin-top: 140px;
	}
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	.mb-md-10 {
		margin-bottom: 10px;
	}
	.mb-md-20 {
		margin-bottom: 20px;
	}
	.mb-md-30 {
		margin-bottom: 30px;
	}
	.mb-md-40 {
		margin-bottom: 40px;
	}
	.mb-md-50 {
		margin-bottom: 50px;
	}
	.mb-md-60 {
		margin-bottom: 60px;
	}
	.mb-md-70 {
		margin-bottom: 70px;
	}
	.mb-md-80 {
		margin-bottom: 80px;
	}
	.mb-md-90 {
		margin-bottom: 90px;
	}
	.mb-md-100 {
		margin-bottom: 100px;
	}
	.mb-md-110 {
		margin-bottom: 110px;
	}
	.mb-md-120 {
		margin-bottom: 120px;
	}
	.mb-md-130 {
		margin-bottom: 130px;
	}
	.mb-md-140 {
		margin-bottom: 140px;
	}
	.pt-md-0 {
		padding-top: 0;
	}
	.pt-md-10 {
		padding-top: 10px;
	}
	.pt-md-20 {
		padding-top: 20px;
	}
	.pt-md-30 {
		padding-top: 30px;
	}
	.pt-md-40 {
		padding-top: 40px;
	}
	.pt-md-50 {
		padding-top: 50px;
	}
	.pt-md-60 {
		padding-top: 60px;
	}
	.pt-md-70 {
		padding-top: 70px;
	}
	.pt-md-80 {
		padding-top: 80px;
	}
	.pt-md-90 {
		padding-top: 90px;
	}
	.pt-md-100 {
		padding-top: 100px;
	}
	.pt-md-110 {
		padding-top: 110px;
	}
	.pt-md-120 {
		padding-top: 120px;
	}
	.pt-md-130 {
		padding-top: 130px;
	}
	.pt-md-140 {
		padding-top: 140px;
	}
	.pt-md-150 {
		padding-top: 150px;
	}
	.pb-md-0 {
		padding-bottom: 0;
	}
	.pb-md-10 {
		padding-bottom: 10px;
	}
	.pb-md-20 {
		padding-bottom: 20px;
	}
	.pb-md-30 {
		padding-bottom: 30px;
	}
	.pb-md-40 {
		padding-bottom: 40px;
	}
	.pb-md-50 {
		padding-bottom: 50px;
	}
	.pb-md-60 {
		padding-bottom: 60px;
	}
	.pb-md-70 {
		padding-bottom: 70px;
	}
	.pb-md-80 {
		padding-bottom: 80px;
	}
	.pb-md-90 {
		padding-bottom: 90px;
	}
	.pb-md-100 {
		padding-bottom: 100px;
	}
	.pb-md-110 {
		padding-bottom: 110px;
	}
	.pb-md-120 {
		padding-bottom: 120px;
	}
	.pb-md-130 {
		padding-bottom: 130px;
	}
	.pb-md-140 {
		padding-bottom: 140px;
	}
	.pb-md-150 {
		padding-bottom: 150px;
	}
}

@media only screen and (max-width: 767px) {
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mt-sm-10 {
		margin-top: 10px;
	}
	.mt-sm-20 {
		margin-top: 20px;
	}
	.mt-sm-30 {
		margin-top: 30px;
	}
	.mt-sm-40 {
		margin-top: 40px;
	}
	.mt-sm-50 {
		margin-top: 50px;
	}
	.mt-sm-60 {
		margin-top: 60px;
	}
	.mt-sm-70 {
		margin-top: 70px;
	}
	.mt-sm-80 {
		margin-top: 80px;
	}
	.mt-sm-90 {
		margin-top: 90px;
	}
	.mt-sm-100 {
		margin-top: 100px;
	}
	.mt-sm-110 {
		margin-top: 110px;
	}
	.mt-sm-120 {
		margin-top: 120px;
	}
	.mt-sm-130 {
		margin-top: 130px;
	}
	.mt-sm-140 {
		margin-top: 140px;
	}
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.mb-sm-10 {
		margin-bottom: 10px;
	}
	.mb-sm-20 {
		margin-bottom: 20px;
	}
	.mb-sm-30 {
		margin-bottom: 30px;
	}
	.mb-sm-40 {
		margin-bottom: 40px;
	}
	.mb-sm-50 {
		margin-bottom: 50px;
	}
	.mb-sm-60 {
		margin-bottom: 60px;
	}
	.mb-sm-70 {
		margin-bottom: 70px;
	}
	.mb-sm-80 {
		margin-bottom: 80px;
	}
	.mb-sm-90 {
		margin-bottom: 90px;
	}
	.mb-sm-100 {
		margin-bottom: 100px;
	}
	.mb-sm-110 {
		margin-bottom: 110px;
	}
	.mb-sm-120 {
		margin-bottom: 120px;
	}
	.mb-sm-130 {
		margin-bottom: 130px;
	}
	.mb-sm-140 {
		margin-bottom: 140px;
	}
	.pt-sm-0 {
		padding-top: 0;
	}
	.pt-sm-10 {
		padding-top: 10px;
	}
	.pt-sm-20 {
		padding-top: 20px;
	}
	.pt-sm-30 {
		padding-top: 30px;
	}
	.pt-sm-40 {
		padding-top: 40px;
	}
	.pt-sm-50 {
		padding-top: 50px;
	}
	.pt-sm-60 {
		padding-top: 60px;
	}
	.pt-sm-70 {
		padding-top: 70px;
	}
	.pt-sm-80 {
		padding-top: 80px;
	}
	.pt-sm-90 {
		padding-top: 90px;
	}
	.pt-sm-100 {
		padding-top: 100px;
	}
	.pt-sm-110 {
		padding-top: 110px;
	}
	.pt-sm-120 {
		padding-top: 120px;
	}
	.pt-sm-130 {
		padding-top: 130px;
	}
	.pt-sm-140 {
		padding-top: 140px;
	}
	.pb-sm-0 {
		padding-bottom: 0;
	}
	.pb-sm-10 {
		padding-bottom: 10px;
	}
	.pb-sm-20 {
		padding-bottom: 20px;
	}
	.pb-sm-30 {
		padding-bottom: 30px;
	}
	.pb-sm-40 {
		padding-bottom: 40px;
	}
	.pb-sm-50 {
		padding-bottom: 50px;
	}
	.pb-sm-60 {
		padding-bottom: 60px;
	}
	.pb-sm-70 {
		padding-bottom: 70px;
	}
	.pb-sm-80 {
		padding-bottom: 80px;
	}
	.pb-sm-90 {
		padding-bottom: 90px;
	}
	.pb-sm-100 {
		padding-bottom: 100px;
	}
	.pb-sm-110 {
		padding-bottom: 110px;
	}
	.pb-sm-120 {
		padding-bottom: 120px;
	}
	.pb-sm-130 {
		padding-bottom: 130px;
	}
	.pb-sm-140 {
		padding-bottom: 140px;
	}
}

@media only screen and (max-width: 480px) {
	.mt-xs-0 {
		margin-top: 0 !important;
	}
	.mt-xs-10 {
		margin-top: 10px;
	}
	.mt-xs-20 {
		margin-top: 20px;
	}
	.mt-xs-30 {
		margin-top: 30px;
	}
	.mt-xs-40 {
		margin-top: 40px;
	}
	.mt-xs-50 {
		margin-top: 50px;
	}
	.mt-xs-60 {
		margin-top: 60px;
	}
	.mt-xs-70 {
		margin-top: 70px;
	}
	.mt-xs-80 {
		margin-top: 80px;
	}
	.mt-xs-90 {
		margin-top: 90px;
	}
	.mt-xs-100 {
		margin-top: 100px;
	}
	.mt-xs-110 {
		margin-top: 110px;
	}
	.mt-xs-120 {
		margin-top: 120px;
	}
	.mt-xs-130 {
		margin-top: 130px;
	}
	.mt-xs-140 {
		margin-top: 140px;
	}
	.mb-xs-0 {
		margin-bottom: 0 !important;
	}
	.mb-xs-10 {
		margin-bottom: 10px;
	}
	.mb-xs-20 {
		margin-bottom: 20px;
	}
	.mb-xs-30 {
		margin-bottom: 30px;
	}
	.mb-xs-40 {
		margin-bottom: 40px;
	}
	.mb-xs-50 {
		margin-bottom: 50px;
	}
	.mb-xs-60 {
		margin-bottom: 60px;
	}
	.mb-xs-70 {
		margin-bottom: 70px;
	}
	.mb-xs-80 {
		margin-bottom: 80px;
	}
	.mb-xs-90 {
		margin-bottom: 90px;
	}
	.mb-xs-100 {
		margin-bottom: 100px;
	}
	.mb-xs-110 {
		margin-bottom: 110px;
	}
	.mb-xs-120 {
		margin-bottom: 120px;
	}
	.mb-xs-130 {
		margin-bottom: 130px;
	}
	.mb-xs-140 {
		margin-bottom: 140px;
	}
	.pt-xs-0 {
		padding-top: 0;
	}
	.pt-xs-10 {
		padding-top: 10px;
	}
	.pt-xs-20 {
		padding-top: 20px;
	}
	.pt-xs-30 {
		padding-top: 30px;
	}
	.pt-xs-40 {
		padding-top: 40px;
	}
	.pt-xs-50 {
		padding-top: 50px;
	}
	.pt-xs-60 {
		padding-top: 60px;
	}
	.pt-xs-70 {
		padding-top: 70px;
	}
	.pt-xs-80 {
		padding-top: 80px;
	}
	.pt-xs-90 {
		padding-top: 90px;
	}
	.pt-xs-100 {
		padding-top: 100px;
	}
	.pt-xs-110 {
		padding-top: 110px;
	}
	.pt-xs-120 {
		padding-top: 120px;
	}
	.pt-xs-130 {
		padding-top: 130px;
	}
	.pt-xs-140 {
		padding-top: 140px;
	}
	.pb-xs-0 {
		padding-bottom: 0;
	}
	.pb-xs-10 {
		padding-bottom: 10px;
	}
	.pb-xs-20 {
		padding-bottom: 20px;
	}
	.pb-xs-30 {
		padding-bottom: 30px;
	}
	.pb-xs-40 {
		padding-bottom: 40px;
	}
	.pb-xs-50 {
		padding-bottom: 50px;
	}
	.pb-xs-60 {
		padding-bottom: 60px;
	}
	.pb-xs-70 {
		padding-bottom: 70px;
	}
	.pb-xs-80 {
		padding-bottom: 80px;
	}
	.pb-xs-90 {
		padding-bottom: 90px;
	}
	.pb-xs-100 {
		padding-bottom: 100px;
	}
	.pb-xs-110 {
		padding-bottom: 110px;
	}
	.pb-xs-120 {
		padding-bottom: 120px;
	}
	.pb-xs-130 {
		padding-bottom: 130px;
	}
	.pb-xs-140 {
		padding-bottom: 140px;
	}
}

/*-------------------------------------------------------*/
/* Helper Classes
/*-------------------------------------------------------*/
/* Bottom Gradient
-------------------------------------------------------*/
.bottom-gradient {
	position: absolute;
	width: 100%;
	height: 70%;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
	/* IE6-9 */
}

/* Section Dividers
-------------------------------------------------------*/
.top-divider {
	border-top: 1px solid #e1e5e6;
}

.bottom-divider {
	border-bottom: 1px solid #e1e5e6;
}

.justify-content-center {
	justify-content: center;
}

/*-------------------------------------------------------*/
/* WordPress Styles
/*-------------------------------------------------------*/
body.admin-bar .modal {
	top: 46px;
}

@media only screen and (min-width: 768px) {
	body.admin-bar .modal {
		top: 32px;
	}
}

body.admin-bar .nav--sticky,
body.admin-bar .sidenav {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .nav--sticky,
	body.admin-bar .sidenav {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {
	body.admin-bar .nav--sticky,
	body.admin-bar .sidenav {
		top: 46px;
	}
	body.admin-bar .nav--sticky.sticky,
	body.admin-bar .sidenav.sticky {
		top: 0;
	}
}

.site-title {
	font-size: 30px;
	margin-bottom: 0;
	color: #fff;
}

img {
	height: auto;
}

/* Alignment
-------------------------------------------------------*/
.alignleft,
.alignright {
	max-width: 100% !important;
	float: none;
}

@media only screen and (min-width: 576px) {
	.alignleft {
		float: left;
		margin: .5em 2em 2em 0;
	}
	.alignright {
		float: right;
		margin: .5em 0 2em 2em;
	}
	.alignleft,
	.alignright {
		max-width: 40% !important;
	}
}

@media only screen and (max-width: 575px) {
	margin-left: 0;
	margin-right: 0;
	float: none;
}

.alignnone {
	margin: .5em 2em;
}

.aligncenter {
	display: block;
	margin: .5em auto;
	text-align: center;
}

.wp-caption,
.gallery-caption {
	max-width: 100%;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text,
.says {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #e1e5e6;
	padding: 2px;
}

/*-------------------------------------------------------*/
/* Galleries
/*-------------------------------------------------------*/
ul.wp-block-gallery {
	padding-left: 0;
}

@media only screen and (min-width: 576px) {
	div[class^='gallery-columns-'],
	div[class*=' gallery-columns-'] {
		display: flex;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
	}
}

.gallery-caption {
	display: block;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 100%;
}

.gallery-item img {
	width: 100%;
}

@media only screen and (max-width: 575px) {
	.gallery-item {
		max-width: 100%;
		padding: 0;
	}
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	transition: filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* Gallery Columns
/*-------------------------------------------------------*/
.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

@media only screen and (min-width: 576px) {
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media only screen and (min-width: 768px) {
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

.gallery-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;
}

/*-------------------------------------------------------*/
/* Password
/*-------------------------------------------------------*/
.post-password-form label > input {
	margin-bottom: 24px;
}

.post-password-form label + input {
	line-height: 41px;
	font-size: 15px;
	font-weight: 700;
	padding: 0 24px;
	font-family: "Poppins", sans-serif;
	border: none;
	background-color: #E12A21;
	color: #fff;
	position: relative;
	top: -2px;
	width: auto;
}

/*-------------------------------------------------------*/
/* Sticky Post
/*-------------------------------------------------------*/
.post.sticky .entry__title:before {
	content: '\e801';
	font-family: "ui-icons";
	display: inline-block;
	margin-right: 12px;
	position: relative;
	font-size: 17px;
	color: #adb4ba;
	max-height: 20px;
}

/*-------------------------------------------------------*/
/* Comments Multipages Pagination
/*-------------------------------------------------------*/
.comment-navigation {
	margin: 20px 0;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

/*-------------------------------------------------------*/
/* Gutenberg Front-end Styles
/*-------------------------------------------------------*/
:root .has-vivid-red-background-color {
	background-color: #e12a21;
}

:root .has-light-orange-background-color {
	background-color: #f8875f;
}

:root .has-vivid-blue-background-color {
	background-color: #4c86e7;
}

:root .has-turquoise-background-color {
	background-color: #30dca5;
}

:root .has-light-blue-background-color {
	background-color: #f4f6f6;
}

:root .has-dark-blue-background-color {
	background-color: #041726;
}

:root .has-vivid-red-color {
	color: #e12a21;
}

:root .has-light-orange-color {
	color: #f8875f;
}

:root .has-vivid-blue-color {
	color: #4c86e7;
}

:root .has-turquoise-color {
	color: #30dca5;
}

:root .has-light-blue-color {
	color: #f4f6f6;
}

:root .has-dark-blue-color {
	color: #041726;
}

/* Buttons
-------------------------------------------------------*/
.wp-block-button .wp-block-button__link {
	padding: 12px 29px;
	font-size: 0.875rem;
	border-radius: 5px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	line-height: 1.1 !important;
}

.wp-block-button__link:not(.has-background),
.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus,
.wp-block-button__link:not(.has-background):hover,
.wp-block-button__link:not(.has-background):visited {
	background-color: #E12A21;
}

/* Full-width Images
-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
	.fullwidth .entry__article .alignwide {
		margin-left: -120px;
		margin-right: -120px;
		width: auto;
	}
	.fullwidth .entry__article .alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		max-width: 100vw;
		position: relative;
		z-index: 1;
	}
	.fullwidth .entry__article .alignfull img {
		width: 100vw;
	}
}

/* Images
-------------------------------------------------------*/
.wp-block-image .alignleft {
	margin-right: 2em;
	max-width: 40%;
}

@media only screen and (max-width: 575px) {
	.wp-block-image .alignleft {
		float: none;
		margin-right: 0;
	}
}

.wp-block-image .alignright {
	margin-left: 2em;
	max-width: 40%;
}

@media only screen and (max-width: 575px) {
	.wp-block-image .alignright {
		float: none;
		margin-left: 0;
	}
}

/* Cover Images
-------------------------------------------------------*/
.wp-block-cover {
	margin: 0 0 1.5em;
	font-size: 1rem;
	line-height: 1.3;
}

.wp-block-cover.alignleft {
	margin: 0.5em 2em 1.5em 0;
}

.wp-block-cover.alignright {
	margin: 0.5em 0 1.5em 2em;
}

/* Tables
-------------------------------------------------------*/
.wp-block-table {
	width: 100%;
	margin-bottom: 2rem;
}

/* Latest Comments
-------------------------------------------------------*/
ol.wp-block-latest-comments {
	padding-left: 0;
}

/* Galleries
-------------------------------------------------------*/
ul.wp-block-gallery,
.wp-block-gallery ul {
	list-style: none;
	padding-left: 0;
}

/* Captions
-------------------------------------------------------*/
.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-audio figcaption {
	color: #919BA3;
}

.wp-block-image figcaption {
	margin-top: 1em;
}

/* Separators
-------------------------------------------------------*/
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	overflow: hidden;
	border-top: 1px solid #e1e5e6;
}

.wp-block-separator {
	border-color: #e1e5e6;
	border-top: none;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.wp-block-separator.is-style-default {
	max-width: 100px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-separator.is-style-dots:before {
	font-weight: 700;
}

/* Blockquote / Pullquote
-------------------------------------------------------*/
blockquote {
	margin: 0;
	line-height: 1.6;
	overflow: hidden;
}

blockquote p {
	margin-bottom: 0;
	font-style: italic;
}

blockquote cite {
	color: #919BA3;
	font-size: 0.9375rem;
	margin-top: 1em;
	line-height: 1.8;
	display: inline-block;
}

.wp-block-quote {
	padding: 40px;
	background-color: #f4f6f6;
	margin-bottom: 40px;
	margin-top: 40px;
}

.wp-block-quote p {
	color: #3A444D;
	font-size: 1.125rem;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	padding: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-style: normal;
	position: relative;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 0.9375rem;
}

.wp-block-pullquote {
	padding: 0;
	text-align: left;
	line-height: 1.5;
	padding: 3em 0;
	border-top: 4px solid #e1e5e6;
	border-bottom: 4px solid #e1e5e6;
	color: #3A444D;
}

.wp-block-pullquote cite {
	opacity: 0.7;
	font-size: 0.9375rem;
}

@media only screen and (min-width: 576px) {
	.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
		max-width: 40%;
	}
	.wp-block-pullquote.alignleft {
		margin-right: 2em;
	}
	.wp-block-pullquote.alignright {
		margin-left: 2em;
	}
}

@media only screen and (max-width: 575px) {
	.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
		max-width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}

.wp-block-pullquote.is-style-solid-color.alignleft blockquote p,
.wp-block-pullquote.is-style-solid-color.alignright blockquote p {
	font-size: 20px;
}

/* Social Icons
-------------------------------------------------------*/
ul.wp-block-social-links {
	padding: 0;
}

ul.wp-block-social-links .wp-social-link a:focus {
	color: currentColor;
	fill: currentColor;
}

/* Latest Posts
-------------------------------------------------------*/
.wp-block-latest-posts.wp-block-latest-posts__list {
	padding: 0;
}

.wp-block-latest-posts__featured-image {
	margin-bottom: 10px;
}

.wp-block-latest-posts a {
	display: inline-block;
	line-height: 1.3;
}

/*# sourceMappingURL=style.css.map */
