/*
Theme Name: Cripton
Theme URI: https://cripton.deothemes.com
Author: DeoThemes
Author URI: https://deothemes.com
Description: Cripton is a modern WordPress theme for Crypto currency magazines.
Version: 1.3.30
Tested up to: 6.7
Requires PHP: 7.0
Requires at least: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cripton
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

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* 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: #F3F2F5;
}

.bg-dark {
	background-color: #232329;
}

.last {
	margin-bottom: 0 !important;
}

.img-fullwidth {
	width: 100%;
}

.uppercase {
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.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: #FF7070;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #49484F;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
	color: #908E99;
	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: #FF7070;
	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;
	animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
@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-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: "Rubik", sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
	color: #49484F;
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-weight: 500;
}

h1,
.h1 {
	font-size: 2.8125rem;
	font-weight: 300;
}

h2,
.h2 {
	font-size: 2.125rem;
	font-weight: 300;
}

h3,
.h3 {
	font-size: 1.75rem;
	font-weight: 300;
}

h4,
.h4 {
	font-size: 1.5rem;
}

h5,
.h5 {
	font-size: 1.25rem;
}

h6,
.h6 {
	font-size: 1rem;
}

@media only screen and (max-width: 575px) {
	h1,
.h1 {
		font-size: 2rem;
	}

	h2,
.h2 {
		font-size: 1.7rem;
	}

	h3,
.h3 {
		font-size: 1.5rem;
	}

	h4,
.h4 {
		font-size: 1.35rem;
	}
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
	color: inherit;
}

address {
	font-style: normal;
}

.lead {
	font-size: 18px;
	line-height: 30px;
}

.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;
	}
}
.section-title {
	margin-bottom: 36px;
}

/*-------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------*/
.section-wrap {
	padding: 70px 0 45px;
}

.section {
	margin-top: 70px;
	margin-bottom: 40px;
	overflow: hidden;
}
@media only screen and (max-width: 575px) {
	.section {
		margin-top: 40px;
	}
}

@media (min-width: 1280px) {
	.container {
		max-width: 1248px;
	}
}
.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;
}

/* 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-20 {
	margin: 0 -10px;
}
.row-20 > div {
	padding: 0 10px;
}

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.btn {
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	color: #fff;
	background-color: #FF7070;
	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;
}
.btn:hover {
	color: #fff;
	background-color: #FF7070;
	border-color: transparent;
}
.btn:focus {
	outline: none;
	color: #fff;
}
.btn--lg, .btn--lg.btn--button {
	font-size: 0.875rem !important;
	font-weight: 700;
	padding: 12px 36px;
}
.btn--lg.btn--button {
	height: 54px;
}
.btn--md, .btn--md.btn--button {
	font-size: 0.8125rem !important;
	padding: 10px 36px;
}
.btn--color {
	background: #FF7070;
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(to right, #FF7070 0%, #FAA987 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: #232329;
}
.btn--white {
	background-color: #fff;
	color: #49484F;
}
.btn--light {
	background-color: #F3F2F5;
	color: #49484F;
}
.btn--white:focus, .btn--light:focus {
	color: #49484F;
}
.btn--wide {
	width: 100% !important;
}

.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:hover, .btn--button:focus {
	background-color: #FF7070;
}
.btn--button.btn--color, .btn--button.btn--dark {
	color: #fff;
}

/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/
input,
select,
textarea {
	height: 45px;
	border: 1px solid #E2E1E8;
	border-radius: 0;
	background-color: #F3F2F5;
	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: 0.9375rem;
	font-family: "Rubik", sans-serif;
}

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: #FF7070;
	background-color: #fff;
	outline: none;
	box-shadow: none;
}

/* Change Color of Placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #908E99;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #908E99;
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #908E99;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #908E99;
}

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: #49484F;
	font-family: "Rubik", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	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;
	margin-bottom: 0;
	margin-right: 8px;
	text-align: center;
	line-height: 18px;
	vertical-align: middle;
	border: 1px solid #E2E1E8;
	-moz-appearance: none;
	-webkit-appearance: none;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
	border-color: #E2E1E8;
	background-color: #F3F2F5;
}

input[type=checkbox]:checked:after {
	content: "\f383";
	font-family: "ui-icons";
}

input[type=checkbox] + label,
input[type=radio] + label {
	cursor: pointer;
	margin-bottom: 0;
	position: relative;
	line-height: 22px;
}

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: #232329;
}

/*-------------------------------------------------------*/
/* 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: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	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: #FF7070;
	background-color: transparent;
}

.flickity-button-icon {
	display: none;
}

.flickity-prev-next-button.previous:before {
	content: "\f124";
	font-family: "ui-icons";
}

.flickity-prev-next-button.next:before {
	content: "\e804";
	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;
}

/*-------------------------------------------------------*/
/* Magnific Popup
/*-------------------------------------------------------*/
.mfp-bg, .mfp-wrap {
	position: fixed;
	left: 0;
	top: 0;
}

.mfp-bg, .mfp-container, .mfp-wrap {
	height: 100%;
	width: 100%;
}

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
	content: "";
}

.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	z-index: 1043;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-close, .mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
	display: none;
}

button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

.mfp-figure:after, .mfp-iframe-scaler iframe {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-figure, img.mfp-img {
	line-height: 0;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-image-holder .mfp-content, img.mfp-img {
	max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

.mfp-figure:after, img.mfp-img {
	width: auto;
	height: auto;
	display: block;
}

img.mfp-img {
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto;
}

.mfp-figure:after {
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		transform-origin: 0;
	}

	.mfp-arrow-right {
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
.modal-header,
.modal-body {
	padding: 3rem;
}

.modal-body {
	padding-top: 2rem;
}

.modal-header {
	border-bottom: 0;
	padding-bottom: 0;
	padding-top: 2.5rem;
}

.modal-title {
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
}

.close {
	position: absolute;
	right: 16px;
	top: 16px;
}

/*-------------------------------------------------------*/
/* Tables
/*-------------------------------------------------------*/
.table-wrap {
	margin-bottom: 34px;
}

/*-------------------------------------------------------*/
/* 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 #E2E1E8;
	padding: 10px;
}

table > thead > tr > th {
	border-bottom: none;
}

table thead tr th {
	font-size: 12px;
	color: #49484F;
	font-family: "Rubik", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.05em;
}

/*-------------------------------------------------------*/
/* Alerts
/*-------------------------------------------------------*/
.alert {
	border-radius: 0;
}
.alert-info {
	background-color: #d9edf7;
	border-color: transparent;
	border-left: 5px solid #bcdff1;
}
.alert-success {
	background-color: #dff0d8;
	border-color: transparent;
	border-left: 5px solid #cae6be;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: transparent;
	border-left: 5px solid #f9f0c3;
}
.alert-danger {
	background-color: #f2dede;
	border-color: transparent;
	border-left: 5px solid #e8c4c4;
}

/*-------------------------------------------------------*/
/* Social Icons
/*-------------------------------------------------------*/
.socials {
	overflow: hidden;
}
.socials--nobase a {
	width: 18px;
	height: auto;
	border: 0;
	line-height: 32px;
	margin-right: 15px;
	margin-bottom: 0;
	color: #49484F;
	background-color: transparent;
}
.socials--nobase a:hover, .socials--nobase a:focus {
	background-color: transparent;
	color: #FF7070;
}

.social {
	display: inline-block;
	line-height: 43px;
	width: 45px;
	height: 45px;
	color: #49484F;
	text-align: center;
	margin-right: 8px;
	margin-bottom: 3px;
	font-size: 16px;
	border-radius: 50%;
	border: 1px solid #E2E1E8;
	transition: all 0.1s ease-in-out;
}
.social:hover, .social:focus {
	color: #fff;
	border-color: transparent;
}
.social:last-child {
	margin-right: 0;
}
.social-facebook:hover, .social-facebook:focus {
	background-color: #39599f;
}
.social-twitter:hover, .social-twitter:focus {
	background-color: #55ACEE;
}
.social-youtube:hover, .social-youtube:focus {
	background-color: #c61d23;
}
.social-snapchat:hover, .social-snapchat:focus {
	background-color: #fffb01;
}
.social-linkedin:hover, .social-linkedin:focus {
	background-color: #0e76a8;
}
.social-pinterest:hover, .social-pinterest:focus {
	background-color: #c8232c;
}
.social-instagram:hover, .social-instagram:focus {
	background-color: #e1306c;
}
.social-rss:hover, .social-rss:focus {
	background-color: #ef822a;
}
.social--colored {
	border-color: transparent;
	color: #fff;
}
.social--colored-facebook {
	background-color: #39599f;
}
.social--colored-twitter {
	background-color: #55ACEE;
}
.social--colored-linkedin {
	background-color: #0e76a8;
}
.social--colored-pinterest {
	background-color: #c8232c;
}
.social--colored-whatsapp {
	background-color: #25d366;
}
.social--colored-reddit {
	background-color: #ff4500;
}
.social--colored-pocket {
	background-color: #ef4056;
}
.social--colored-email {
	background-color: #333333;
}

.elementor-social-icon {
	transition: all 0.1s ease-in-out !important;
}
.elementor-social-icon:hover, .elementor-social-icon:focus {
	border-color: transparent !important;
}
.elementor-social-icon:hover i, .elementor-social-icon:focus i {
	color: #fff !important;
}
.elementor-social-icon-facebook:hover, .elementor-social-icon-facebook:focus {
	background-color: #39599f !important;
}
.elementor-social-icon-twitter:hover, .elementor-social-icon-twitter:focus {
	background-color: #55ACEE !important;
}
.elementor-social-icon-youtube:hover, .elementor-social-icon-youtube:focus {
	background-color: #c61d23 !important;
}
.elementor-social-icon-snapchat:hover, .elementor-social-icon-snapchat:focus {
	background-color: #fffb01 !important;
}
.elementor-social-icon-linkedin:hover, .elementor-social-icon-linkedin:focus {
	background-color: #0e76a8 !important;
}
.elementor-social-icon-pinterest:hover, .elementor-social-icon-pinterest:focus {
	background-color: #c8232c !important;
}
.elementor-social-icon-instagram:hover, .elementor-social-icon-instagram:focus {
	background-color: #e1306c !important;
}
.elementor-social-icon-rss:hover, .elementor-social-icon-rss:focus {
	background-color: #ef822a !important;
}

/*-------------------------------------------------------*/
/* Breadcrumbs
/*-------------------------------------------------------*/
.breadcrumbs-wrap {
	padding: 14px 0;
	font-size: 0.8125rem;
}

.breadcrumbs.breadcrumb-trail {
	font-weight: normal;
}

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	text-indent: 0;
}

.breadcrumbs .trail-browse {
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
}

.breadcrumbs .trail-items {
	list-style: none;
}

.trail-items li::after,
.trail-items li::before {
	font-family: "ui-icons";
	font-size: 0.625rem;
	padding: 0 0.7em;
	vertical-align: middle;
}

.trail-items li::after {
	content: "\e804";
}

.trail-items a {
	color: #49484F;
}
.trail-items a:hover {
	color: #FF7070;
}

.trail-items li:last-of-type::after,
.trail-items li:last-of-type::before {
	display: none;
}

/*-------------------------------------------------------*/
/* Post Thumbs
/*-------------------------------------------------------*/
.thumb-text-holder {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 3;
	pointer-events: none;
	padding: 0 45px 60px;
}
.col-lg-3 .thumb-text-holder, .col-lg-4 .thumb-text-holder {
	padding: 0 30px 30px;
}
.thumb-text-holder .entry__meta-category {
	display: inline-block;
	color: #fff;
	margin-bottom: 10px;
	pointer-events: all;
}
.thumb-text-holder .entry__meta a:hover,
.thumb-text-holder .entry__meta a:focus {
	color: #fff;
}
@media only screen and (max-width: 575px) {
	.thumb-text-holder {
		padding: 0 20px 20px;
	}
}

.thumb-url {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.thumb-entry-title {
	color: #fff;
	margin-bottom: 0;
	max-width: 524px;
	font-size: 1.75rem;
}
.thumb-entry-title:hover a,
.thumb-entry-title a:focus {
	color: #fff;
}
.thumb-entry-title--large {
	font-size: 2.25rem;
}
@media only screen and (max-width: 767px) {
	.thumb-entry-title {
		font-size: 1.8rem;
	}
}
@media only screen and (max-width: 575px) {
	.thumb-entry-title {
		font-size: 1.5rem;
	}
}

.thumb-bg-holder {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	transition: all 0.3s !important;
}
.thumb-bg-holder img {
	transition: all 0.2s !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	backface-visibility: hidden;
}

.thumb-50 {
	padding-bottom: 50%;
}

.thumb-60 {
	padding-bottom: 60%;
}

.thumb-65 {
	padding-bottom: 65%;
}

.thumb-70 {
	padding-bottom: 70%;
}

.thumb-75 {
	padding-bottom: 75%;
}

.thumb-100 {
	padding-bottom: 100%;
}

/*-------------------------------------------------------*/
/* Content
/*-------------------------------------------------------*/
.main-content {
	padding-top: 36px;
}
.elementor-page .main-content {
	padding-top: 21px;
}
@media only screen and (max-width: 575px) {
	.main-content {
		padding-top: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.blog__content.elementor-column {
		padding-right: 22px;
	}
}
.entry {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.entry__img-holder {
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
}
.entry__img {
	width: 100%;
}
.entry__body {
	padding-bottom: 30px;
	border-bottom: 1px solid #E2E1E8;
}
.entry__title {
	font-size: 1.3rem;
	line-height: 1.5;
	margin-bottom: 0;
	font-weight: 500;
}
.col-lg-6 .entry__title, .col-lg-12 .entry__title {
	font-size: 1.25rem;
	font-weight: 400;
}
.entry__title--small {
	font-size: 1rem;
}
.entry__title--large {
	font-size: 1.75rem;
	font-weight: 300;
}
@media only screen and (max-width: 767px) {
	.entry__title--large {
		font-size: 1.5rem;
	}
}
.entry__title:hover a {
	color: #908E99;
}
.entry__meta {
	margin-top: 7px;
	text-transform: uppercase;
}
.entry__meta li {
	display: inline-block;
	font-size: 0.6875rem;
	color: #908E99;
	margin-right: 15px;
}
.entry__meta li:last-child {
	margin-right: 0;
}
.entry__meta a {
	color: #908E99;
}
.entry__meta a:hover {
	color: #49484F;
}
.entry__meta-category {
	font-family: "Rubik", sans-serif;
	font-size: 0.75rem;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #908E99;
	display: inline-block;
	font-weight: 500;
}
.entry__excerpt {
	margin-top: 20px;
}
.entry__excerpt p {
	margin-bottom: 0;
}
.entry__read-more {
	margin-top: 18px;
}
.entry__read-more-url {
	font-family: "Rubik", sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.elementor-widget-deo-posts-by-categories .entry:last-child .entry__body {
	border-bottom: 0;
	padding-bottom: 0;
}

.elementor-widget-deo-posts-by-categories .entry + .entry .entry__title {
	font-weight: 400;
}

/* Video Section
-------------------------------------------------------*/
.bg-dark .entry__body {
	border-bottom: 0;
	padding-bottom: 0;
}
.bg-dark .entry__title {
	color: #fff;
}

@media only screen and (min-width: 992px) {
	.video-col--small {
		padding-left: 106px;
	}
}
.play-btn {
	display: inline-block;
	position: absolute;
	width: 54px;
	height: 54px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
}
.play-btn:hover {
	opacity: 0.9;
}

.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 #fff;
}

/*-------------------------------------------------------*/
/* Sidebar
/*-------------------------------------------------------*/
.sidebar .widget {
	margin-bottom: 40px;
	padding: 34px 30px;
	border: 1px solid #E2E1E8;
}
.sidebar .widget:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
	.sidebar .widget {
		padding: 24px;
	}
}

@media only screen and (min-width: 1200px) {
	.left-sidebar .page-content,
.left-sidebar .blog__content {
		order: 2;
		padding-left: 37px;
	}

	.right-sidebar .page-content,
.right-sidebar .blog__content {
		padding-right: 37px;
	}
}
/* Ticker
-------------------------------------------------------*/
.ticker {
	border-bottom: 1px solid #E2E1E8;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.ticker .js-marquee-wrapper {
	padding: 0;
}
.ticker .js-marquee > div {
	float: left;
	position: relative;
	padding: 0 10px;
	border-bottom: 0;
	font-family: "Rubik", sans-serif;
}
.ticker span {
	width: auto;
}
.ticker .crypto-rates__name {
	margin-left: 9px;
	font-size: 0.9375rem;
}
.ticker .crypto-rates__price {
	margin-left: 11px;
	font-size: 0.9375rem;
}
.ticker .crypto-rates__percent {
	font-size: 0.8em;
	margin-left: 8px;
	letter-spacing: normal;
	font-weight: 400;
}
.ticker .loader {
	transform: none;
}

/* GDPR Checkbox
-------------------------------------------------------*/
.deo-newsletter-gdpr-checkbox {
	margin-top: 4px;
	margin-bottom: 16px;
}
.deo-newsletter-gdpr-checkbox__label {
	display: flex;
	font-family: "Roboto", sans-serif;
	color: #908E99;
	line-height: 1.5;
	font-size: 14px;
	text-align: left;
	margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Single Post
/*-------------------------------------------------------*/
.single-post__entry {
	margin-bottom: 20px;
	overflow: visible;
}
.single-post__entry-header {
	margin-bottom: 21px;
}
.single-post__entry-title {
	margin-bottom: 24px;
}
.single-post .entry__img-holder {
	margin-bottom: 32px;
}

.entry__article {
	font-size: 18px;
	line-height: 1.8;
}
.entry__article > h1, .entry__article > h2, .entry__article > h3, .entry__article > h4, .entry__article > h5, .entry__article > h6 {
	margin-top: 36px;
	margin-bottom: 20px;
}
.entry__article > h1:first-child, .entry__article > h2:first-child, .entry__article > h3:first-child, .entry__article > h4:first-child, .entry__article > h5:first-child, .entry__article > h6:first-child {
	margin-top: 0;
}
.entry__article > p, .entry__article > ul, .entry__article > ol {
	margin-bottom: 34px;
}
.entry__article > p:first-child, .entry__article > ul:first-child, .entry__article > ol:first-child {
	margin-top: 0;
}
.entry__article > a {
	color: #4c86e7;
}
.entry__article > a:hover {
	text-decoration: underline;
}
.entry__article figure {
	margin-bottom: 2em;
}
.entry__article ol {
	padding-left: 23px;
}
.entry__article ul {
	padding-left: 18px;
}

figure {
	margin: 0;
}

figcaption {
	font-family: "Rubik", sans-serif;
	font-size: 14px;
	margin-top: 10px;
	color: #908E99;
}

/* Entry Share
/*-------------------------------------------------------*/
.entry__article-wrap {
	position: relative;
}

.entry__share {
	margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
	.entry__share {
		position: absolute;
		height: 100%;
		margin-left: -100px;
	}
	.entry__share-socials {
		width: 45px;
	}
}
.entry__share-social {
	margin-bottom: 13px;
}

@media only screen and (min-width: 992px) {
	.left-sidebar .entry__share,
.right-sidebar .entry__share {
		position: relative;
		width: auto;
		height: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.left-sidebar .entry__share-socials,
.right-sidebar .entry__share-socials {
		width: auto;
	}
}
/* Entry Tags
/*-------------------------------------------------------*/
.entry__tags {
	margin-top: 40px;
	overflow: hidden;
}
.entry__tags a {
	float: none !important;
}
.entry__tags-label {
	font-family: "Rubik", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 0.9375rem;
	display: inline-block;
	margin-right: 5px;
}

/* Author
/*-------------------------------------------------------*/
.entry__meta-author-img {
	margin-right: 10px;
	border-radius: 50%;
}

/* Entry Navigation
/*-------------------------------------------------------*/
.entry-navigation {
	padding: 24px 0;
	border-top: 1px solid #E2E1E8;
	border-bottom: 1px solid #E2E1E8;
}
.entry-navigation--left {
	float: left;
	width: 50%;
}
.entry-navigation--left i {
	margin-right: 7px;
}
.entry-navigation--right {
	text-align: right;
	float: right;
	width: 50%;
}
.entry-navigation--right i {
	margin-left: 7px;
}
.entry-navigation i {
	font-size: 12px;
}
.entry-navigation__label {
	display: inline-block;
	margin-bottom: 5px;
	color: #adb6b9;
	font-size: 13px;
	font-style: italic;
}
.entry-navigation a {
	display: block;
	color: #49484F;
	font-family: "Rubik", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.4;
}
.entry-navigation a:hover {
	text-decoration: underline;
}

/* Post Pagination
/*-------------------------------------------------------*/
.post-pagination {
	margin-top: 24px;
}
.post-pagination__number {
	font-size: 16px;
	padding: 0 5px;
}

/* Related Posts
/*-------------------------------------------------------*/
.related-posts__title,
.entry-comments__title,
.comment-respond__title {
	font-weight: 300;
	margin-bottom: 36px;
	font-size: 1.5rem;
}

.related-posts {
	margin-top: 70px;
}
.related-posts .entry__body {
	padding-bottom: 0;
	border-bottom: 0;
}

/* Comments
/*-------------------------------------------------------*/
.entry__comments {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #E2E1E8;
}

.comment {
	list-style: none;
}
@media only screen and (min-width: 576px) {
	.comment .children {
		padding-left: 8%;
	}
}
.comment-list > li:first-child > .comment-body {
	border-top: 0;
	padding-top: 0;
}
.comment-body {
	margin-bottom: 40px;
	padding-top: 40px;
	border-top: 1px solid #E2E1E8;
}
.comment-text {
	overflow: hidden;
}
.comment-text p {
	margin-bottom: 10px;
}
.comment-avatar {
	float: left;
	margin-right: 24px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
.comment-author {
	font-family: "Rubik", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
}
.comment-date, .comment-edit-link {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 0.8125rem;
	color: #908E99;
}
.comment-edit-link {
	margin-left: 5px;
	margin-bottom: 0;
	color: #FF7070;
}
.comment-reply {
	color: #FF7070;
	font-family: "Rubik", sans-serif;
}
.comment-reply:hover {
	color: #FF7070;
}

.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 p > a {
	color: #4c86e7;
}
.comment-content p > a:hover {
	text-decoration: underline;
}
.comment-content strong {
	color: #49484F;
}
.comment-content figure {
	margin-bottom: 34px;
}
.comment-content ol,
.comment-content ul {
	padding-left: 40px;
}

/* Comment Form
/*-------------------------------------------------------*/
.comment-form {
	margin-bottom: 40px;
}
.comment-form p {
	margin: 0;
}
.comment-form .logged-in-as {
	margin-bottom: 28px;
}
.comment-form-cookies-consent {
	margin-bottom: 24px !important;
}
.comment-form-cookies-consent label {
	color: #908E99;
}

.comment-list + .comment-respond {
	padding-top: 40px;
	border-top: 1px solid #E2E1E8;
}

.comment-respond__title {
	margin-bottom: 15px;
}
.comment-respond__title small {
	margin-left: 15px;
}
.comment-respond__notice {
	margin-bottom: 36px;
	display: inline-block;
}

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

.page-numbers {
	font-size: 15px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	margin-right: 2px;
	text-align: center;
	color: #908E99;
	background-color: #fff;
	border: 1px solid #E2E1E8;
	vertical-align: middle;
	transition: all 0.3s ease-in-out;
}
.page-numbers:not(span):hover {
	background-color: #FF7070;
	border-color: transparent;
	color: #fff;
}
.page-numbers.current {
	background-color: #FF7070;
	color: #fff;
	border-color: transparent;
}
.page-numbers i {
	font-size: 12px;
}

/* Elementor Pagination / Load More Button
-------------------------------------------------------*/
.elementor-pagination {
	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;
}

/*-------------------------------------------------------*/
/* Page Title
/*-------------------------------------------------------*/
.page-title {
	margin-bottom: 30px;
}

.page-subtitle {
	font-size: 1.125rem;
	line-height: 1.7;
	max-width: 800px;
	margin-bottom: 60px;
}

/*-------------------------------------------------------*/
/* Contact Page
/*-------------------------------------------------------*/
.contact__img {
	margin-bottom: 34px;
}

.contact-name,
.contact-email,
.contact-subject {
	max-width: 266px;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
	margin-bottom: 14px;
}

/*-------------------------------------------------------*/
/* 404
/*-------------------------------------------------------*/
.page-404 {
	text-align: center;
	padding: 130px 0;
}
@media only screen and (max-width: 575px) {
	.page-404 {
		padding: 70px 0;
	}
}
.page-404__title {
	font-size: 334px;
	letter-spacing: 0.03em;
	color: #b2b2b2;
	line-height: 0.75;
}
@media only screen and (max-width: 767px) {
	.page-404__title {
		font-size: 200px;
	}
}
@media only screen and (max-width: 575px) {
	.page-404__title {
		font-size: 120px;
	}
}
.page-404__subtitle {
	font-size: 50px;
}
@media only screen and (max-width: 767px) {
	.page-404__subtitle {
		font-size: 36px;
	}
}
.page-404__text {
	font-size: 18px;
	line-height: 32px;
	max-width: 636px;
	margin: 0 auto 25px auto;
}

/* Cookies banner
-------------------------------------------------------*/
.cc-container {
	display: flex;
	justify-content: center;
	padding: 0;
}

.cc-window {
	background-color: #232329 !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;
	font-weight: 700;
}
.cc-link:hover, .cc-link:focus {
	color: #fff;
}

.cc-link:active,
.cc-link:visited {
	color: #fff;
}

a.cc-btn.cc-dismiss {
	font-family: "Roboto", sans-serif;
	font-size: 0.8125rem !important;
	background-color: #ff7070;
	height: 28px;
	line-height: 28px;
	padding: 0 14px;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	min-width: auto !important;
}
a.cc-btn.cc-dismiss:hover, a.cc-btn.cc-dismiss:focus {
	opacity: 0.9;
}

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
.nav {
	min-height: 55px;
	backface-visibility: hidden;
	z-index: 120;
	position: relative;
	font-weight: 400;
	transition: height 0.3s ease-in-out;
	/* Dropdowns (large screen) */
}
@media only screen and (min-width: 992px) {
	.nav {
		height: 55px;
	}
	.nav .nav.sticky {
		height: 55px;
	}
}
.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, .nav__menu > li.active a:after {
	width: calc(100% - 22px);
}
.nav__menu > li:first-child:hover a:after, .nav__menu > li.active:first-child a:after {
	width: calc(100% - 11px);
	left: 0;
}
.nav__menu > li:first-child a:after {
	left: 0;
}
.nav__menu > li:first-child > a {
	padding-left: 0;
}
.nav__menu > li > a {
	font-family: "Rubik", sans-serif;
	color: #49484F;
	font-size: 14px;
	padding: 0 11px;
	display: block;
	position: relative;
	line-height: 55px;
}
.nav__menu > li > a:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 11px;
	right: 0;
	background-color: #FF7070;
	transition: all 0.3s ease-in-out;
}
.nav__menu > li > a:hover {
	color: #FF7070;
}
@media only screen and (min-width: 992px) {
	.nav__menu > li {
		display: inline-block;
		text-align: center;
	}
	.nav__dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		padding: 10px 0;
		z-index: 1000;
		min-width: 230px;
		width: 100%;
		text-align: left;
		list-style: none;
		background-color: #fff;
		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;
	}
	.nav__dropdown-menu > li > a {
		color: #908E99;
		padding: 5px 23px;
		font-size: 13px;
		display: block;
	}
	.nav__dropdown-menu > li > a:hover, .nav__dropdown-menu > li > a:focus {
		color: #FF7070;
	}
	.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: -10px;
	}
	.nav__dropdown .nav__dropdown {
		position: relative;
	}
	.nav__dropdown .nav__dropdown > a:before {
		content: "\e804";
		font-family: "ui-icons";
		font-size: 10px;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}
}

.mobile body {
	cursor: pointer;
}

/* Header
-------------------------------------------------------*/
.header {
	padding: 21px 0;
	position: relative;
}
@media only screen and (max-width: 1199px) {
	.header__ad {
		width: 75%;
	}
}
@media only screen and (max-width: 991px) {
	.header {
		padding: 5px 0;
	}
}

/* Logo
-------------------------------------------------------*/
.logo {
	line-height: 1;
	margin-right: 10px;
}

/* Nav Flexbox
-------------------------------------------------------*/
header .flex-parent {
	align-items: center;
	height: 55px;
	border-top: 1px solid #E2E1E8;
	border-bottom: 1px solid #E2E1E8;
}

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-item {
	margin-right: 24px;
	font-family: "Rubik", sans-serif;
	font-size: 13px;
	line-height: 55px !important;
}
.nav__right-item:last-child {
	margin-right: 0;
}
.nav__right a:hover,
.nav__right a:focus {
	color: #FF7070;
}

/* Nav Socials
-------------------------------------------------------*/
.nav__socials {
	margin-right: 30px;
}

/* Nav Subscribe
-------------------------------------------------------*/
.nav__subscribe-url {
	font-size: 0.875rem;
	color: #49484F;
	letter-spacing: -0.02em;
}

/* Nav Search
-------------------------------------------------------*/
.nav__search-trigger {
	color: #49484F;
	font-size: 22px;
	display: block;
	width: 30px;
	height: 55px;
	line-height: 55px;
	text-align: center;
}
@media only screen and (max-width: 991px) {
	.nav__search-trigger {
		font-size: 26px;
	}
}
.nav__search-form {
	height: 100%;
	overflow: hidden;
	display: none;
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	z-index: 23;
}
.nav__search-form .search-form {
	height: 100%;
}
.nav__search-form .search-input {
	height: 100%;
	margin-bottom: 0;
	border: none;
	font-size: 20px;
	background-color: #fff;
	border-bottom: 1px solid #E2E1E8;
	border-top: 1px solid #E2E1E8;
}
.nav__search-form .search-button {
	display: none;
}
.nav__search-input {
	font-family: "Roboto", sans-serif;
	height: 100%;
	border: none;
	font-size: 20px;
	margin-bottom: 0;
	background-color: #fff;
}
.nav__search-close {
	position: absolute;
	width: 30px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	top: -1px;
	right: 0;
	font-size: 21px;
	color: #908E99;
	cursor: pointer;
}
@media only screen and (max-width: 991px) {
	.nav__search-close {
		line-height: 65px;
		height: 65px;
	}
}

.ui-search:before {
	position: relative;
	top: 1px;
}

/* Mobile Search */
.nav__search-mobile-form {
	position: relative;
}
.nav__search-mobile-input {
	height: 46px;
	border: none;
	background-color: transparent;
	margin-bottom: 0;
	font-family: "Rubik", sans-serif;
	font-size: 13px;
	color: #49484F;
	border-radius: 0;
	border-bottom: 1px solid #182835;
}
.nav__search-mobile-input:focus {
	background-color: transparent;
	border-color: #fff;
}
.nav__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.nav__search-mobile-input::-webkit-input-placeholder {
	color: #9AA3AB;
}

input.nav__search-mobile-input:-moz-placeholder {
	color: #9AA3AB;
	opacity: 1;
}

input.nav__search-mobile-input::-moz-placeholder {
	color: #9AA3AB;
	opacity: 1;
}

input.nav__search-mobile-input:-ms-input-placeholder {
	color: #9AA3AB;
}

/*-------------------------------------------------------*/
/* Nav Mobile Sidenav
/*-------------------------------------------------------*/
.sidenav {
	background-color: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 320px;
	z-index: 121;
	overflow-y: auto;
	transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
	transform: translateX(-320px);
}
.sidenav--is-open {
	transform: translateX(0);
}

.content-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 121;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
	background-color: rgba(0, 0, 0, 0.5);
}
.content-overlay--is-visible {
	opacity: 1;
	visibility: visible;
}

/* Nav Icon Toggle
-------------------------------------------------------*/
.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;
	margin-right: 28px;
	overflow: visible;
}
.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;
}
.nav-icon-toggle__inner, .nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
	width: 18px;
	height: 2px;
	background-color: #49484F;
	position: absolute;
	transition: 0.2s all;
}
.nav-icon-toggle:hover .nav-icon-toggle__inner, .nav-icon-toggle:hover .nav-icon-toggle__inner:before, .nav-icon-toggle:hover .nav-icon-toggle__inner:after {
	background-color: #FF7070;
}
.nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
	content: "";
	display: block;
}
.nav-icon-toggle__inner:before {
	top: -6px;
}
.nav-icon-toggle__inner:after {
	bottom: -6px;
}

/* Sidenav Menu
-------------------------------------------------------*/
.sidenav__menu-container {
	margin-top: 52px;
}
.sidenav__menu ul {
	list-style: none;
	padding: 0;
}
.sidenav__menu li {
	position: relative;
	border-bottom: 1px solid #E2E1E8;
	font-size: 14px;
}
.sidenav__menu li:last-child {
	border-bottom: 0;
}
.sidenav__menu-dropdown {
	overflow: hidden;
	display: none;
	background-color: #F3F2F5;
}
.sidenav__menu-dropdown li {
	border-color: #dad8e1;
}
.sidenav__menu-dropdown a, .sidenav__menu-dropdown:hover,
.sidenav__menu-dropdown .sidenav__menu-toggle {
	color: #49484F;
}
.sidenav__menu-toggle {
	position: absolute;
	top: 0;
	right: 5px;
	background-color: transparent;
	border: none;
	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: #ebe9ee;
	color: #49484F;
}
.sidenav__menu--is-open > .sidenav__menu-toggle {
	transform: rotate(180deg);
}
.sidenav__menu-link {
	width: 100%;
	display: block;
	color: #908E99;
	padding: 12px 22px;
	font-family: "Rubik", sans-serif;
	font-size: 15px !important;
	line-height: 1.5 !important;
	transition: background 0.3s ease;
}
.sidenav__menu-link:hover, .sidenav__menu-link:focus {
	background-color: #F3F2F5;
}

.sidenav__close {
	position: absolute;
	right: 15px;
	top: 15px;
}
.sidenav__close-button {
	padding: 0;
	background: transparent;
	border: 0;
	color: #49484F;
	width: 24px;
	height: 24px;
}
.sidenav__close-button:hover {
	color: #FF7070;
}
.sidenav__close-icon {
	font-size: 22px;
	line-height: 24px;
}

/* Sidenav Socials
-------------------------------------------------------*/
.sidenav__socials {
	padding: 0 22px;
	margin-top: 20px;
}

/* Sticky Nav
-------------------------------------------------------*/
.nav__holder.offset {
	transform: translate3d(0, -100%, 0);
	transition: all 0.3s ease-in-out;
}
.nav__holder.scrolling {
	transform: translate3d(0, 0px, 0);
}
.nav__holder.sticky {
	position: fixed;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	left: 0;
	right: 0;
	top: 0;
}
.nav__holder.sticky.scrolling {
	opacity: 1;
	visibility: visible;
}

/* Go to Top
-------------------------------------------------------*/
#back-to-top {
	display: block;
	z-index: 9999;
	width: 34px;
	height: 34px;
	text-align: center;
	font-size: 12px;
	position: fixed;
	bottom: -34px;
	right: 20px;
	line-height: 32px;
	background-color: rgba(35, 35, 41, 0.5);
	box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.03);
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
#back-to-top i {
	transition: all 0.3s ease-in-out;
}
#back-to-top a {
	display: block;
	color: #fff;
}
#back-to-top.show {
	bottom: 20px;
}
#back-to-top:hover {
	background-color: #FF7070;
	border-color: transparent;
}
#back-to-top:hover i {
	color: #fff;
}

/* Go to Top
-------------------------------------------------------*/
.subscribe-modal .modal-header {
	padding-top: 0;
}
.subscribe-modal .close {
	z-index: 2;
}
.subscribe-modal .widget-title {
	text-align: center;
	margin-bottom: 32px;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 500;
}
.subscribe-modal .mc4wp-form-fields input[type=submit] {
	width: 100%;
}

/*-------------------------------------------------------*/
/* Nav Mobile Styles
/*-------------------------------------------------------*/
@media only screen and (max-width: 991px) {
	.nav__header {
		height: 55px;
	}
	.nav__wrap {
		text-align: left;
	}

	.logo {
		line-height: 1;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		margin-right: 0;
	}
}
/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer ul {
	list-style: none;
}
.footer .widget-title {
	margin-bottom: 34px;
}
.footer a:not(.social) {
	color: #908E99;
}
.footer a:not(.social):hover {
	color: #49484F;
}
.footer__widgets {
	padding: 46px 0 14px;
	border-bottom: 1px solid #E2E1E8;
	border-top: 1px solid #E2E1E8;
}
.footer__widgets .widget {
	margin-bottom: 48px;
}
.footer .widget.widget_calendar a {
	color: #FF7070;
}
.footer .widget.widget_tag_cloud a:hover {
	color: #fff;
}

/* Donate
-------------------------------------------------------*/
.donate__list {
	line-height: 1.9;
}
.donate__item {
	word-break: break-word;
}
.donate__label {
	color: #49484F;
}

/* Bottom Footer
-------------------------------------------------------*/
.footer__bottom {
	padding: 21px 0;
}

.copyright {
	font-size: 0.8125rem;
}

/*-------------------------------------------------------*/
/* 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
/*-------------------------------------------------------*/
/* Gradients / Overlays
-------------------------------------------------------*/
.full-overlay {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
}

.bottom-gradient {
	position: absolute;
	width: 100%;
	height: 50%;
	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 #E2E1E8;
}

.bottom-divider {
	border-bottom: 1px solid #E2E1E8;
}

/*-------------------------------------------------------*/
/* WordPress Styles
/*-------------------------------------------------------*/
body.admin-bar .sidenav,
body.admin-bar .nav--sticky {
	top: 46px;
}
@media only screen and (min-width: 768px) {
	body.admin-bar .sidenav,
body.admin-bar .nav--sticky {
		top: 32px;
	}
}

.site-title {
	font-size: 30px;
	margin-bottom: 0;
}

img {
	height: auto;
}

/* Alignment
-------------------------------------------------------*/
.alignleft,
.alignright {
	max-width: 100% !important;
	float: none;
}

@media only screen and (min-width: 576px) {
	.alignleft {
		float: left;
		margin: 0.5em 2em 2em 0;
	}

	.alignright {
		float: right;
		margin: 0.5em 0 2em 2em;
	}

	.alignleft,
.alignright {
		max-width: 40% !important;
	}
}
@media only screen and (max-width: 575px) {
	.alignleft,
.alignright {
		margin-left: 0;
		margin-right: 0;
		float: none;
	}
}
.alignnone {
	margin: 0.5em 2em;
}

.aligncenter {
	display: block;
	text-align: center;
	margin: 0.5em auto;
}

.wp-caption, .gallery-caption {
	font-style: italic;
	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 #E2E1E8;
	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;
	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;
}

/*-------------------------------------------------------*/
/* Search
/*-------------------------------------------------------*/
.search-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	border: 0;
	width: 46px;
	height: 46px;
	line-height: 46px;
	background-color: transparent;
	font-size: 20px;
	color: #908E99;
}

/*-------------------------------------------------------*/
/* 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: "Rubik", sans-serif;
	border: none;
	background-color: #FF7070;
	color: #fff;
	position: relative;
	top: -1px;
	width: auto;
}

/*-------------------------------------------------------*/
/* Sticky Post
/*-------------------------------------------------------*/
.post.sticky .entry__title:before {
	content: "\e802";
	font-family: "ui-icons";
	display: inline-block;
	margin-right: 12px;
	position: relative;
	font-size: 18px;
	color: #908E99;
	max-height: 20px;
}

/*-------------------------------------------------------*/
/* Article styles
/*-------------------------------------------------------*/
dt,
dd {
	padding: 10px 0;
	border-bottom: 1px solid #E2E1E8;
}

/*-------------------------------------------------------*/
/* Comments Multipages Pagination
/*-------------------------------------------------------*/
.comment-navigation {
	margin: 20px 0;
}
.comment-navigation .nav-previous {
	float: left;
}
.comment-navigation .nav-next {
	float: right;
}

/*-------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------*/
.widget li {
	list-style: none;
}
.widget.widget_block > h2,
.widget .wp-block-group__inner-container > h2, .widget-title {
	font-size: 1rem;
	margin-bottom: 18px;
	font-weight: 400;
}
.widget .sub-menu {
	padding-left: 15px;
	padding-top: 10px;
}
.widget .sub-menu li:first-child {
	border-top: 1px solid #E2E1E8;
	padding-top: 10px;
}
.widget .children {
	padding-top: 10px;
	padding-left: 15px;
	margin-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: #908E99;
}
.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: #FF7070;
}

/* Widget Crypto Rates
-------------------------------------------------------*/
.crypto-rates,
.crypto-rates-list {
	position: relative;
}
.crypto-rates > div,
.crypto-rates-list > div {
	padding: 11px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E2E1E8;
}
.crypto-rates > div:last-child,
.crypto-rates-list > div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.crypto-rates span,
.crypto-rates-list span {
	display: inline-block;
	letter-spacing: -0.02em;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.3 !important;
}
@media only screen and (max-width: 1199px) {
	.crypto-rates span,
.crypto-rates-list span {
		font-size: 0.9375rem;
	}
}
.crypto-rates__img,
.crypto-rates-list__img {
	position: relative;
	top: -1px;
	width: 16px;
	height: 16px;
}
.crypto-rates__name,
.crypto-rates-list__name {
	width: 40%;
	margin-left: 7px;
	margin-right: 5px;
	line-height: 1.3;
	color: #49484F;
}
.crypto-rates__price,
.crypto-rates-list__price {
	width: 26%;
	text-align: right;
	color: #49484F;
}
.crypto-rates__percent,
.crypto-rates-list__percent {
	width: 24%;
	text-align: right;
}
.crypto-rates__percent--up,
.crypto-rates-list__percent--up {
	color: #26ad34;
}
.crypto-rates__percent--down,
.crypto-rates-list__percent--down {
	color: #e55e4c;
}

.ajax-loader > div {
	width: 24px;
	height: 24px;
}

/* Widget RSS
-------------------------------------------------------*/
.widget_rss li {
	padding: 10px 0;
}
.widget_rss li:first-child {
	padding-top: 0;
}
.widget_rss li:last-child {
	padding-bottom: 0;
}

/* Widgets select (Categories, Archives, Text Widget)
-------------------------------------------------------*/
.widget_categories select,
.widget_archive select,
.widget_text select {
	margin-bottom: 0;
}

/* 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: #908E99;
	font-size: 12px;
	padding: 0;
	margin-bottom: 15px;
	padding-right: 10px;
}
#wp-calendar thead {
	font-size: 10px;
}
#wp-calendar thead th {
	padding: 8px;
	text-align: center;
}
#wp-calendar thead th:first-child {
	padding-left: 0;
}
#wp-calendar thead th:last-child {
	padding-right: 0;
}
#wp-calendar tbody {
	color: #aaa;
}
#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 td:hover {
	background: #fff;
}
#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 {
	list-style: none;
}
.widget-popular-posts__item {
	padding: 40px 0;
	border-bottom: 1px solid #E2E1E8;
}
.widget-popular-posts__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.widget-popular-posts__item:first-child {
	padding-top: 10px;
}
.widget-popular-posts__entry-title {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 0;
}
.widget-popular-posts__entry-title:hover a {
	color: #908E99;
}

/* Widget Search
-------------------------------------------------------*/
.widget_search .search-input {
	margin-bottom: 0;
}

.widget-search-button,
.search-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	line-height: 42px;
	padding: 0 !important;
	background-color: transparent;
	border: 0;
	font-size: 20px;
	vertical-align: middle;
	border-radius: 0;
}

.search-form {
	position: relative;
}

.wp-block-search__inside-wrapper {
	position: relative;
}
.wp-block-search .wp-block-search__input {
	border-color: #E2E1E8;
	margin-bottom: 0;
	background-color: #fff;
}
.wp-block-search .wp-block-search__input:focus {
	border-color: #FF7070;
}

/* 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,
.recentcomments {
	padding: 10px 0;
	border-bottom: 1px solid #E2E1E8;
}
.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,
.recentcomments: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,
.recentcomments:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

/* Widget Newsletter 
-------------------------------------------------------*/
.mc4wp-form-fields {
	position: relative;
}
.mc4wp-form-fields i {
	font-size: 18px;
	position: absolute;
	left: 16px;
	line-height: 45px;
}

.mc4wp-form-fields input[type=email],
.mc4wp-form-fields input[type=text] {
	margin-bottom: 8px;
	padding: 0 12px 0 42px;
}

.mc4wp-form-fields input[type=submit] {
	margin-bottom: 0;
	width: auto;
}
.mc4wp-form-fields input[type=submit]:focus {
	background-color: #FF7070;
}

/* Newsletter wide
-------------------------------------------------------*/
.newsletter-wide {
	text-align: center;
	padding: 70px 10% 45px;
	border-top: 1px solid #E2E1E8;
}
.newsletter-wide__container .newsletter-wide {
	margin-top: 60px;
	padding: 70px 0 60px;
	border-bottom: 1px solid #E2E1E8;
}
.newsletter-wide__form {
	width: 65%;
	display: inline-block;
}
.newsletter-wide__title {
	margin-bottom: 10px;
	font-size: 1.25rem;
}
.newsletter-wide .newsletter__btn {
	position: absolute;
	top: 0;
	right: 0;
}
@media only screen and (max-width: 1199px) {
	.newsletter-wide {
		padding: 70px 30px 60px;
	}
	.newsletter-wide .newsletter__btn {
		position: relative;
		top: auto;
		right: auto;
	}
}
@media only screen and (max-width: 991px) {
	.newsletter-wide {
		flex-direction: column;
		padding: 50px 0 40px;
	}
	.newsletter-wide__text {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.newsletter-wide__title {
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.newsletter-wide .mc4wp-form-fields {
		display: block;
	}
	.newsletter-wide__form {
		width: 70%;
	}
	.newsletter-wide .form-group {
		margin-right: 0;
	}
	.newsletter-wide input[type=email],
.newsletter-wide input[type=text] {
		width: 100%;
	}
}
@media only screen and (max-width: 575px) {
	.newsletter-wide {
		text-align: left;
	}
	.newsletter-wide__form {
		width: 100%;
	}
	.newsletter-wide__text {
		text-align: left;
	}
}

/* Widget Socials
-------------------------------------------------------*/
.widget-socials {
	padding: 0 !important;
	border: 0 !important;
}

/* Widget Tags / Entry Tags
-------------------------------------------------------*/
.widget_tag_cloud a,
.entry__tags a {
	display: inline-block;
	padding: 6px 9px;
	line-height: 1;
	margin: 0 10px 10px 0;
	font-size: 0.8125rem;
	border: 1px solid #E2E1E8;
	color: #908E99;
}
.widget_tag_cloud a:hover,
.entry__tags a:hover {
	background-color: #FF7070;
	border-color: transparent;
	color: #fff;
}

.tagcloud {
	overflow: hidden;
}

/*-------------------------------------------------------*/
/* Gutenberg Front-end Styles
/*-------------------------------------------------------*/
:root .has-salmon-background-color {
	background-color: #FF7070;
}

:root .has-blue-background-color {
	background-color: #2d7bfd;
}

:root .has-violet-background-color {
	background-color: #ad3df3;
}

:root .has-turquoise-background-color {
	background-color: #30dca5;
}

:root .has-light-blue-background-color {
	background-color: #F3F2F5;
}

:root .has-dark-background-color {
	background-color: #232329;
}

:root .has-salmon-color {
	color: #E12A21;
}

:root .has-blue-color {
	color: #2d7bfd;
}

:root .has-violet-color {
	color: #ad3df3;
}

:root .has-turquoise-color {
	color: #30dca5;
}

:root .has-light-blue-color {
	color: #F3F2F5;
}

:root .has-dark-color {
	color: #232329;
}

/* Buttons
-------------------------------------------------------*/
.wp-block-button .wp-block-button__link {
	padding: 14px 32px;
	font-size: 0.8125rem;
	border-radius: 0;
	font-weight: 700;
	text-transform: uppercase;
	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: #FF7070;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent;
}

/* 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
-------------------------------------------------------*/
.wp-block-cover {
	margin: 0 0 1.5em;
	font-size: 1rem;
	line-height: 1.3;
	color: #fff;
}
.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;
}

.blocks-gallery-grid,
.wp-block-gallery {
	width: 100%;
}

/* Captions
-------------------------------------------------------*/
.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-audio figcaption {
	color: #908E99;
}

.wp-block-image figcaption {
	margin-top: 1em;
	text-align: center;
}

/* Separators
-------------------------------------------------------*/
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	opacity: 1;
	border-top: 1px solid #E2E1E8;
}

.wp-block-separator {
	border-color: #E2E1E8;
	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: 500;
}

/* Blockquote / Pullquote
-------------------------------------------------------*/
blockquote {
	margin: 0;
	line-height: 1.6;
}
blockquote p {
	margin-bottom: 5px;
}
blockquote cite {
	color: #908E99;
	font-size: 0.9375rem;
	margin-top: 1em;
	display: inline-block;
}

.wp-block-quote {
	padding: 40px;
	background-color: #F3F2F5;
	margin-bottom: 40px;
	margin-top: 40px;
}
.wp-block-quote p {
	color: #49484F;
	font-size: 1.2rem;
}
.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: 15px;
}

.wp-block-pullquote {
	padding: 0;
	text-align: left;
	line-height: 1.5;
	padding: 3em 0;
	border-top: 4px solid #E2E1E8;
	border-bottom: 4px solid #E2E1E8;
	color: #49484F;
}
.wp-block-pullquote p {
	margin-bottom: 5px;
}
.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 blockquote p {
	margin-bottom: 5px;
}
.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.wp-block-latest-posts__list li {
	margin-bottom: 24px;
}
.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 */





.header {
    background: #101820;
}

.header .logo__img {
    height: 35px;
}
.reklama1 {
	display:flex;
	justify-content:center;
	margin: 20px 0;
}
@media only screen and (max-width: 768px) {
	.single-post__entry-title {
		font-size: 35px;
	}
	.reklama1 {
		padding: 0 16px;
	}
}


.social-pinterest:hover, .social-pinterest:focus {
    background-color: #000000;
}

.social-snapchat:hover, .social-snapchat:focus {
    background-color: #03A9F4;
}

.footer__widgets .widget {
    margin-bottom: 0px;
    clear: both;
}