/*
Theme Name: Furosa
Theme URI: https://demo.deothemes.com/furosa/
Author: DeoThemes
Author URI: https://deothemes.com
Description: Furosa is a modern WordPress theme for Blogs and Magazines.
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: furosa
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.Navigation
6.Footer
7.Helper CLasses
8.WordPress styles
9.Widgets
10.Shop

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* 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: #FBFBFB;
}

.bg-dark {
	background-color: #242424;
}

.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;
}

a {
	text-decoration: none;
	color: #39B54A;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #242424;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
	color: #777777;
	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: #39B54A;
	left: 50%;
	top: 50%;
	width: 42px;
	height: 42px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	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% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0);
	}
	50% {
		-webkit-transform: translate(-50%, -50%) rotate(180deg);
		transform: translate(-50%, -50%) rotate(180deg);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes ball-clip-rotate-pulse-rotate {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0);
	}
	50% {
		-webkit-transform: translate(-50%, -50%) rotate(180deg);
		transform: translate(-50%, -50%) rotate(180deg);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@-webkit-keyframes ball-clip-rotate-pulse-scale {
	0%, 100% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	30% {
		opacity: .3;
		-webkit-transform: translate(-50%, -50%) scale(0.15);
		transform: translate(-50%, -50%) scale(0.15);
	}
}

@keyframes ball-clip-rotate-pulse-scale {
	0%, 100% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	30% {
		opacity: .3;
		-webkit-transform: translate(-50%, -50%) scale(0.15);
		transform: translate(-50%, -50%) scale(0.15);
	}
}

/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
ul {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
	color: #242424;
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-weight: 600;
}

h1, .h1 {
	font-size: 2.8125rem;
}

h2, .h2 {
	font-size: 2.125rem;
}

h3, .h3 {
	font-size: 1.75rem;
}

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 !important;
	}
	h2, .h2 {
		font-size: 1.7rem !important;
	}
	h3, .h3 {
		font-size: 1.5rem !important;
	}
	h4, .h4 {
		font-size: 1.35rem !important;
	}
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	color: inherit;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus,
.h1 a:hover,
.h1 a:focus,
.h2 a:hover,
.h2 a:focus,
.h3 a:hover,
.h3 a:focus,
.h4 a:hover,
.h4 a:focus,
.h5 a:hover,
.h5 a:focus,
.h6 a:hover,
.h6 a:focus {
	color: #777777;
}

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: 1200px;
	}
	.container--left {
		margin-left: 0;
	}
}

.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;
}

.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-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: "Roboto", sans-serif;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border: 0;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
	color: #fff;
	background-color: #39B54A;
	-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;
}

.btn:hover {
	color: #fff;
	background-color: #39B54A;
	border-color: transparent;
}

.btn:focus {
	outline: none;
	color: #fff;
}

.btn--lg, .btn--lg.btn--button {
	font-size: 1.125rem !important;
	padding: 14px 30px;
}

.btn--lg.btn--button {
	height: 56px;
}

.btn--md, .btn--md.btn--button {
	font-size: 1rem !important;
	padding: 8px 27px;
}

.btn--color {
	background-color: #39B54A;
}

.btn--color:hover {
	opacity: .92;
}

.btn--dark {
	background-color: #242424;
}

.btn--white {
	background-color: #fff;
	color: #242424;
}

.btn--light {
	background-color: #FBFBFB;
	color: #242424;
}

.btn--white:focus, .btn--light:focus {
	color: #242424;
}

.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: #39B54A;
}

.btn--button.btn--color, .btn--button.btn--dark {
	color: #fff;
}

/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/
input,
select,
textarea,
.select2-container--default .select2-selection--single {
	height: 40px;
	border: 2px solid #F1F1F1;
	border-radius: 5px;
	background-color: #FBFBFB;
	width: 100%;
	margin-bottom: 16px;
	padding: 0 16px;
	transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	font-size: 0.9375rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
	padding-left: 0;
}

.select2-container--default .select2-selection--single,
.select2-search--dropdown .select2-search__field {
	margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
	top: 2px;
	right: 10px;
}

textarea {
	height: auto;
	display: block;
	padding: 8px 16px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	cursor: pointer;
	white-space: nowrap;
}

input[type=search] {
	box-sizing: border-box;
}

input:focus,
textarea:focus {
	border-color: #39B54A;
	background-color: #fff;
	outline: none;
	box-shadow: none;
}

/* Change Color of Placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #777777;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #777777;
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #777777;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #777777;
}

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: #242424;
	font-size: 0.9375rem;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 6px;
}

label input {
	float: left;
}

.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;
	background-color: #fff;
	border: 2px solid #e4e4e4;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
	border-color: #e4e4e4;
	background-color: #FBFBFB;
}

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: -2px;
	border-radius: 50%;
	display: inline-block;
	background-color: #242424;
}

/*-------------------------------------------------------*/
/* Sliders
/*-------------------------------------------------------*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	        animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	        transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-prev, .owl-next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	line-height: 40px;
	z-index: 10;
	width: 40px;
	height: 40px;
	font-size: 12px;
	border-radius: 5px;
	background-color: #fff;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.owl-prev {
	left: 10px;
}

.owl-next {
	right: 10px;
}

.owl-carousel:hover .owl-prev {
	opacity: 1;
}

.owl-carousel:hover .owl-next {
	opacity: 1;
}

.owl-next:hover i,
.owl-prev:hover i {
	color: #242424;
}

.owl-carousel--dark-arrows .owl-prev, .owl-carousel--dark-arrows .owl-next {
	color: #777777;
}

.owl-carousel--visible-arrows .owl-prev, .owl-carousel--visible-arrows .owl-next {
	opacity: 1;
}

.owl-carousel--visible-arrows .owl-prev,
.owl-carousel--visible-arrows:hover .owl-prev {
	left: -60px;
}

.owl-carousel--visible-arrows .owl-next,
.owl-carousel--visible-arrows:hover .owl-next {
	right: -60px;
}

.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 30px;
}

.owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 5px;
	background: #fff;
	opacity: 0.6;
	display: block;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	transition: all 200ms ease;
}

.owl-dot.active span,
.owl-dot:hover span {
	opacity: 1;
	background-color: #fff;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.owl-carousel--dots-inside .owl-dots {
	position: absolute;
	bottom: 20px;
	margin-top: 0;
	width: 100%;
}

.carousel-nav {
	position: absolute;
	top: 0;
	right: 0;
}

.carousel-nav__btn {
	background-color: transparent;
	padding: 0;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	color: #777777;
	border: 1px solid #F1F1F1;
}

.carousel-nav__btn:focus {
	outline: none;
}

.carousel-nav__btn:hover {
	background-color: #39B54A;
	color: #fff;
	border-color: transparent;
}

/*-------------------------------------------------------*/
/* 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: .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: -.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: .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: .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: .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 {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		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 #F1F1F1;
	padding: 10px;
}

table > thead > tr > th {
	border-bottom: none;
}

table thead tr th,
table tbody tr th {
	font-size: 1rem;
	color: #242424;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}

/*-------------------------------------------------------*/
/* Alerts
/*-------------------------------------------------------*/
.alert {
	border-radius: 5px;
}

.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;
}

.close {
	font-weight: 400;
}

/*-------------------------------------------------------*/
/* Social Icons
/*-------------------------------------------------------*/
.socials {
	overflow: hidden;
}

.socials .social-facebook {
	color: #39599f;
}

.socials .social-twitter {
	color: #55ACEE;
}

.socials .social-google-plus {
	color: #DE4B39;
}

.socials .social-youtube {
	color: #c61d23;
}

.socials .social-snapchat {
	color: #fffb01;
}

.socials .social-linkedin {
	color: #0e76a8;
}

.socials .social-pinterest {
	color: #c8232c;
}

.socials .social-instagram {
	color: #e1306c;
}

.socials .social-rss {
	color: #ef822a;
}

.socials .social-pocket {
	color: #ef4056;
}

.socials .social-email {
	color: #333333;
}

.socials .social-vkontakte {
	color: #45668e;
}

.socials .social-reddit {
	color: #ff4500;
}

.socials .social-dribbble {
	color: #ea4c89;
}

.socials .social-tumblr {
	color: #35465c;
}

.socials .social-behance {
	color: #1769ff;
}

.socials .social-slack {
	color: #6ecadc;
}

.socials .social-github {
	color: #333333;
}

.socials .social-flickr {
	color: #ff0084;
}

.socials .social-xing {
	color: #026466;
}

.socials .social-vimeo {
	color: #1ab7ea;
}

.socials--medium .social {
	line-height: 36px;
	height: 36px;
	width: 36px;
	margin-right: 4px;
}

.socials--light-base .social {
	background-color: #f7f7f7;
}

.socials--nobase .social {
	width: auto;
	height: auto;
	border: 0;
	line-height: 32px;
	margin-right: 15px;
	margin-bottom: 0;
	background-color: transparent;
}

.socials--nobase .social:hover, .socials--nobase .social:focus {
	background-color: transparent;
	color: #242424;
}

.socials--colored-base .social {
	color: #fff;
}

.social {
	display: inline-block;
	line-height: 45px;
	width: 45px;
	height: 45px;
	color: #fff;
	text-align: center;
	margin-right: 8px;
	margin-bottom: 3px;
	font-size: 16px;
	border-radius: 50%;
	transition: all 0.1s ease-in-out;
}

.social:hover {
	color: #fff;
	border-color: transparent;
}

.social:last-child {
	margin-right: 0;
}

.social-facebook {
	background-color: #39599f;
}

.social-facebook:hover {
	background-color: #324e8c;
}

.social-twitter {
	background-color: #55ACEE;
}

.social-twitter:hover {
	background-color: #3ea1ec;
}

.social-google-plus {
	background-color: #DE4B39;
}

.social-google-plus:hover {
	background-color: #d93824;
}

.social-youtube {
	background-color: #c61d23;
}

.social-youtube:hover {
	background-color: #b01a1f;
}

.social-snapchat {
	background-color: #fffb01;
}

.social-snapchat:hover {
	background-color: #e7e300;
}

.social-linkedin {
	background-color: #0e76a8;
}

.social-linkedin:hover {
	background-color: #0c6590;
}

.social-pinterest {
	background-color: #c8232c;
}

.social-pinterest:hover {
	background-color: #b21f27;
}

.social-instagram {
	background-color: #e1306c;
}

.social-instagram:hover {
	background-color: #d81f5e;
}

.social-rss {
	background-color: #ef822a;
}

.social-rss:hover {
	background-color: #ed7412;
}

.social-pocket {
	background-color: #ef4056;
}

.social-pocket:hover {
	background-color: #ed2841;
}

.social-email {
	background-color: #333333;
}

.social-email:hover {
	background-color: #262626;
}

.social-vkontakte {
	background-color: #45668e;
}

.social-vkontakte:hover {
	background-color: #3d5a7d;
}

.social-reddit {
	background-color: #ff4500;
}

.social-reddit:hover {
	background-color: #e63e00;
}

.social-dribbble {
	background-color: #ea4c89;
}

.social-dribbble:hover {
	background-color: #e7357a;
}

.social-tumblr {
	background-color: #35465c;
}

.social-tumblr:hover {
	background-color: #2c3a4c;
}

.social-behance {
	background-color: #1769ff;
}

.social-behance:hover {
	background-color: #0059fd;
}

.social-slack {
	background-color: #6ecadc;
}

.social-slack:hover {
	background-color: #59c2d7;
}

.social-github {
	background-color: #333333;
}

.social-github:hover {
	background-color: #262626;
}

.social-flickr {
	background-color: #ff0084;
}

.social-flickr:hover {
	background-color: #e60077;
}

.social-xing {
	background-color: #026466;
}

.social-xing:hover {
	background-color: #024b4d;
}

.social-vimeo {
	background-color: #1ab7ea;
}

.social-vimeo:hover {
	background-color: #14a7d7;
}

.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-google-plus:hover, .elementor-social-icon-google-plus:focus {
	background-color: #DE4B39 !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;
}

/*-------------------------------------------------------*/
/* Main Wrapper Offset
/*-------------------------------------------------------*/
.main-wrapper {
	overflow: hidden;
	position: relative;
}

/*-------------------------------------------------------*/
/* Post Thumbs
/*-------------------------------------------------------*/
.thumb-text-holder {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 3;
	pointer-events: none;
	padding: 0 32px 32px;
}

.col-lg-3 .thumb-text-holder,
.col-lg-4 .thumb-text-holder {
	padding: 0 30px 30px;
}

.thumb-text-holder .entry__meta-item-category {
	margin-right: 4px;
}

.thumb-text-holder .entry__meta-category {
	color: #fff;
	margin-bottom: 10px;
	pointer-events: all;
	background-color: #39B54A;
	padding: 6px 10px 4px;
	border-radius: 5px;
}

.thumb-text-holder .entry__meta-item,
.thumb-text-holder .entry__meta-item a,
.thumb-text-holder .entry__meta-item a:hover,
.thumb-text-holder .entry__meta-item a:focus {
	color: #fff;
	pointer-events: all;
}

@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.125rem;
}

.entry__grid--large .thumb-entry-title {
	font-size: 2.25rem;
}

.thumb-entry-title:hover a,
.thumb-entry-title a:focus {
	color: #fff;
}

.thumb-entry-title--large {
	font-size: 2.25rem;
}

.thumb-entry-title--medium {
	font-size: 1.375rem;
}

@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;
	border-radius: 10px;
	overflow: hidden;
}

.thumb-bg-holder img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.thumb--size-1 {
	height: 342px;
}

.thumb--size-2 {
	height: 480px;
}

@media only screen and (max-width: 767px) {
	.thumb--size-2 {
		height: 300px;
	}
}

.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: 30px;
}

.blog__content--full {
	flex: 0 0 100%;
	max-width: 100%;
}

.entry {
	overflow: hidden;
	position: relative;
	margin-bottom: 48px;
}

.entry__img-holder {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 10px;
}

.entry__img {
	width: 100%;
}

.entry__title {
	font-size: 1.375rem;
	margin-bottom: 0;
}

.entry__title--small {
	font-size: 1rem;
}

.entry__title--large {
	font-size: 1.75rem;
}

@media only screen and (max-width: 767px) {
	.entry__title--large {
		font-size: 1.5rem;
	}
}

.entry__title:hover a {
	color: #777777;
}

.entry__meta {
	margin-top: 12px;
}

.entry__meta-item {
	display: inline-block;
	font-size: 0.875rem;
	color: #969696;
	margin-right: 15px;
}

.entry__meta-item:last-child {
	margin-right: 0;
}

.entry__meta a:hover {
	color: #777777;
}

.entry__meta-category {
	font-family: "Roboto", sans-serif;
	font-size: 0.6875rem;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #969696;
	display: inline-block;
	font-weight: 600;
}

.entry__excerpt {
	margin-top: 20px;
}

.entry__excerpt p {
	margin-bottom: 0;
}

.entry__read-more {
	margin-top: 18px;
}

.entry__read-more-url {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.entry__grid--large {
	height: 482px;
}

.entry__grid--small {
	height: 225px;
}

@media only screen and (max-width: 991px) {
	.entry__grid--large, .entry__grid--small {
		height: 300px;
	}
}

/* Post List
-------------------------------------------------------*/
.post-list {
	position: relative;
	margin-bottom: 32px;
	display: flex;
	flex-direction: row;
}

.post-list__img-holder {
	flex: 0 0 67%;
	min-height: 324px;
	height: auto;
	margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
	.post-list__img-holder {
		width: 170px;
	}
}

.post-list__body {
	overflow: hidden;
	padding-left: 24px;
	padding-top: 24px;
	flex: 0 0 33%;
}

.post-list--1 .post-list__img-holder {
	flex: 0 0 32%;
	min-height: 270px;
}

.post-list--1 .post-list__body {
	flex: 0 0 68%;
}

.post-list--2 .post-list__img-holder {
	flex: 0 0 50%;
	min-height: 184px;
}

.post-list--2 .post-list__body {
	flex: 0 0 50%;
}

.post-list--3 {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #F1F1F1;
}

.post-list--3:last-of-type {
	border-bottom: 0;
}

.post-list--3 .post-list__header,
.post-list--3 .post-list__body,
.post-list--3 .post-list__img-holder {
	flex: 1;
}

.post-list--3 .post-list__header {
	padding-right: 24px;
}

.post-list--3 .post-list__body {
	padding-top: 0;
	padding-right: 24px;
	padding-left: 0;
}

.post-list--3 .entry__excerpt {
	margin-top: 0;
}

@media only screen and (max-width: 1199px) {
	.post-list--3 .entry__excerpt {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.post-list--3 .post-list__img-holder {
	min-height: 222px;
}

@media only screen and (max-width: 1199px) {
	.post-list {
		display: block;
	}
	.post-list__img-holder, .post-list__body {
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.post-list__img-holder {
		margin-right: 0;
		height: 240px;
	}
}

/*-------------------------------------------------------*/
/* Featured Slider
/*-------------------------------------------------------*/
.featured-slider {
	margin-bottom: 0;
}

.featured-slider__text-holder {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 60%;
	padding: 0 15px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
}

.featured-slider__text-holder > .entry__meta-item {
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.featured-slider__text-holder {
		max-width: 100%;
	}
}

.featured-slider .entry__meta-item,
.featured-slider .entry__meta-item a {
	color: #fff;
}

.featured-slider__entry-title {
	color: #fff;
	font-size: 2.25rem;
	margin-bottom: 0;
}

.featured-slider__entry-title:hover a,
.featured-slider__entry-title a:focus {
	color: #fff;
}

/*-------------------------------------------------------*/
/* Hero Post
/*-------------------------------------------------------*/
.hero-post {
	position: relative;
	margin-bottom: 24px;
	display: flex;
	flex-direction: row;
}

.hero-post__img-holder {
	flex: 0 0 66%;
	margin-bottom: 0;
	min-height: 480px;
}

@media only screen and (max-width: 991px) {
	.hero-post__img-holder {
		width: 170px;
	}
}

.hero-post__body {
	overflow: hidden;
	padding-left: 48px;
	padding-top: 40px;
}

.hero-post .entry__title {
	font-size: 2.25rem;
}

@media only screen and (max-width: 1199px) {
	.hero-post .entry__title {
		font-size: 1.8rem;
	}
}

.hero-post .entry__meta {
	padding-top: 16px;
	margin-top: 38px;
	border-top: 2px solid #F1F1F1;
}

@media only screen and (max-width: 991px) {
	.hero-post {
		display: block;
	}
	.hero-post__img-holder, .hero-post__body {
		width: 100%;
	}
	.hero-post__img-holder {
		margin-right: 0;
		min-height: 320px;
	}
	.hero-post__body {
		padding-left: 0;
		padding-top: 24px;
	}
	.hero-post .entry__meta {
		margin-top: 24px;
	}
}

/*-------------------------------------------------------*/
/* Sidebar
/*-------------------------------------------------------*/
.sidebar .widget {
	margin-bottom: 48px;
}

.sidebar .widget-title {
	padding-bottom: 16px;
	border-bottom: 2px solid #F1F1F1;
}

@media only screen and (min-width: 992px) {
	.left-sidebar .sidebar:not(.elementor-column) {
		padding-right: 45px;
	}
	.left-sidebar .page-content,
	.left-sidebar .shop-content,
	.left-sidebar .blog__content {
		order: 2;
	}
	.right-sidebar .sidebar:not(.elementor-column) {
		padding-left: 45px;
	}
}

/* GDPR Checkbox
-------------------------------------------------------*/
.deo-newsletter-gdpr-checkbox {
	margin-top: 16px;
}

.deo-newsletter-gdpr-checkbox__label {
	display: flex;
	font-family: "Roboto", sans-serif;
	color: #777777;
	font-size: 0.875rem !important;
	text-align: left;
	margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
	.deo-newsletter-gdpr-checkbox__label {
		justify-content: center;
	}
}

/*-------------------------------------------------------*/
/* Single Post
/*-------------------------------------------------------*/
.single-post__entry {
	overflow: visible;
}

.single-post__entry-img-holder {
	margin-bottom: 72px;
	padding: 58px 10px;
	border-radius: 0;
	background-color: #4a4a4a;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (min-width: 992px) {
	.single-post__entry-img-holder {
		min-height: 570px;
	}
}

.single-post__entry-header {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 650px;
}

.single-post__entry-meta {
	margin-top: 0;
	margin-bottom: 19px;
}

.single-post__entry-meta .entry__meta-item,
.single-post__entry-meta .entry__meta-item span,
.single-post__entry-meta .entry__meta-item a {
	color: #fff;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 0.75rem;
	font-weight: 600;
}

.single-post__entry-meta .entry__meta-item a:hover,
.single-post__entry-meta .entry__meta-item a:focus {
	color: #fff;
	text-decoration: underline;
}

.single-post .entry__meta-author-name {
	color: #fff;
}

.single-post .entry__meta-author-name:hover, .single-post .entry__meta-author-name:focus {
	text-decoration: underline;
}

.single-post__entry-title {
	margin-bottom: 24px;
	color: #fff;
}

.entry__article {
	font-size: 1.125rem;
	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 a:not(.wp-block-button__link) {
	color: #55ACEE;
}

.entry__article a:not(.wp-block-button__link):hover {
	text-decoration: underline;
}

.entry__article figure {
	margin-bottom: 34px;
}

.entry__article ul {
	padding-left: 20px;
}

.entry__article ol {
	padding-left: 28px;
}

figure {
	margin: 0;
}

figcaption {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	margin-top: 10px;
	color: #969696;
}

/* Responsive Embeds
/*-------------------------------------------------------*/
.embed-youtube,
.embed-vimeo {
	position: relative;
}

.embed-youtube:before,
.embed-vimeo:before {
	padding-top: 56.25%;
	content: "";
	display: block;
}

.embed-youtube iframe,
.embed-vimeo iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

/* Entry Share
/*-------------------------------------------------------*/
.entry__article-wrap {
	display: flex;
}

@media only screen and (max-width: 991px) {
	.entry__article-wrap {
		flex-direction: column;
	}
}

.entry__share {
	margin-bottom: 14px;
}

@media only screen and (min-width: 992px) {
	.entry__share {
		position: absolute;
		height: 100%;
		margin-left: -100px;
		margin-bottom: 0;
	}
	.entry__share-socials {
		width: 45px;
	}
}

.entry__share-social {
	margin-right: 0;
	margin-bottom: 13px;
}

@media only screen and (max-width: 991px) {
	.entry__share-social {
		margin-right: 13px;
	}
}

@media only screen and (min-width: 992px) {
	.left-sidebar .entry__share {
		margin-left: 0;
		right: 0;
	}
	.left-sidebar .entry__article-content {
		padding-right: 100px;
	}
	.right-sidebar .entry__share {
		margin-left: 0;
	}
	.right-sidebar .entry__article-content {
		padding-left: 100px;
	}
}

/* Entry Tags
/*-------------------------------------------------------*/
.entry__tags {
	margin-top: 40px;
	clear: both;
}

.entry__tags a {
	float: none !important;
}

.entry__tags-label {
	font-family: "Roboto", sans-serif;
	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-top: 36px;
}

.entry-navigation__row {
	margin: 0 -10px;
	display: flex;
}

.entry-navigation__col {
	padding: 0 10px;
}

.entry-navigation__item {
	display: flex;
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
}

.entry-navigation__item-img {
	min-width: 125px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media only screen and (max-width: 1199px) {
	.entry-navigation__item-img {
		min-width: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.entry-navigation__item-img {
		display: none;
	}
}

.entry-navigation__item-img a {
	display: block;
	width: 100%;
	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 {
	padding: 16px 24px;
	background-color: #FBFBFB;
	width: 100%;
}

.entry-navigation i {
	font-size: 12px;
	color: #777777;
}

.entry-navigation__label {
	display: inline-block;
	margin-bottom: 5px;
	color: #969696;
	font-size: 13px;
}

.entry-navigation__title {
	font-size: 1rem;
	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;
}

/* Final Review
/*-------------------------------------------------------*/
.review-wrapper {
	margin-top: 40px;
}

.review-wrapper,
.review-title,
.review-list li,
.review-list li:last-child {
	border-color: #F1F1F1;
}

.review-wrapper .review-heading .review-title {
	font-family: "Roboto", sans-serif;
	color: #242424;
	font-weight: 600;
}

.review-total-box {
	color: #242424;
}

.review-summary-title {
	font-family: "Roboto", sans-serif;
}

/* Related Posts
/*-------------------------------------------------------*/
.related-posts__title,
.entry-comments__title,
.comment-respond__title {
	margin-bottom: 36px;
	font-size: 1.5rem;
}

.related-posts {
	margin-top: 48px;
}

.related-posts .entry {
	margin-bottom: 24px;
}

.related-posts .entry__body {
	padding-bottom: 0;
	border-bottom: 0;
}

/* Comments
/*-------------------------------------------------------*/
.entry__comments {
	margin-top: 32px;
}

.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 #F1F1F1;
}

.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: "Roboto", sans-serif;
	font-size: 0.9375rem;
	display: block;
	margin-bottom: 5px;
}

.comment-date, .comment-edit-link {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 0.8125rem;
	color: #969696;
}

.comment-edit-link {
	margin-left: 5px;
	margin-bottom: 0;
	color: #39B54A;
}

.comment-reply {
	color: #39B54A;
	font-family: "Roboto", sans-serif;
}

.comment-reply:hover {
	color: #39B54A;
}

.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: #6B78F2;
}

.comment-content p > a:hover {
	text-decoration: underline;
}

.comment-content strong {
	color: #242424;
}

.comment-content figure {
	margin-bottom: 34px;
}

.comment-content ol, .comment-content ul {
	padding-left: 40px;
}

/* Comment Form
/*-------------------------------------------------------*/
.comment-form {
	margin-top: 36px;
	margin-bottom: 36px;
}

.comment-form p {
	margin: 0;
}

.comment-form .logged-in-as {
	margin-top: -20px;
	margin-bottom: 28px;
}

.comment-form-cookies-consent {
	margin-bottom: 24px !important;
}

.comment-form-cookies-consent label {
	color: #777777;
}

.comment-list + .comment-respond {
	padding-top: 40px;
	border-top: 1px solid #F1F1F1;
}

.comment-respond__title {
	margin-bottom: 15px;
}

.comment-respond__title small {
	margin-left: 15px;
}

.comment-respond__notice {
	margin-bottom: 36px;
	display: inline-block;
}

/*-------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------*/
.pagination,
.woocommerce-pagination {
	text-align: center;
	margin-bottom: 24px;
}

.pagination ul,
.woocommerce-pagination ul {
	list-style: none;
	clear: both;
	display: flex;
	justify-content: center;
}

.pagination span, .pagination a,
.woocommerce-pagination span,
.woocommerce-pagination a {
	font-size: 1rem;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 0 2px;
	text-align: center;
	color: #777777;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 50%;
	list-style: none;
	transition: all 0.3s ease-in-out;
}

.pagination a:hover,
.woocommerce-pagination a:hover {
	background-color: #39B54A;
	border-color: transparent;
	color: #fff;
}

.pagination .current,
.woocommerce-pagination .current {
	background-color: #39B54A;
	color: #fff;
	border-color: transparent;
}

.pagination i,
.woocommerce-pagination i {
	font-size: 0.9375rem;
}

.pagination .page-numbers {
	margin: 0;
}

/*-------------------------------------------------------*/
/* Page Title
/*-------------------------------------------------------*/
.page-title-holder {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 120px 0;
	margin-bottom: 56px;
	background-color: #242424;
}

.page-title-holder__title {
	margin-bottom: 24px;
}

.page-title-holder .page-title-holder__title {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	color: #fff;
}

.page-title-holder__subtitle {
	max-width: 600px;
	margin: 0 auto;
}

@media only screen and (max-width: 991px) {
	.page-title-holder {
		padding: 60px 0;
	}
}

.page-title {
	margin-bottom: 32px;
}

/*-------------------------------------------------------*/
/* Contact Page
/*-------------------------------------------------------*/
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
	margin-bottom: 14px;
}

/* Cookies notication bar
-------------------------------------------------------*/
.cc-container {
	display: flex;
	justify-content: center;
	padding: 0;
}

.cc-window {
	background-color: #242424 !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: "Roboto", sans-serif;
	font-size: 0.8125rem !important;
	background-color: #39B54A;
	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;
}

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
.nav {
	min-height: 70px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 120;
	position: relative;
	min-height: 70px;
	transition: height 0.3s ease-in-out;
	/* Dropdowns (large screen) */
}

@media only screen and (min-width: 992px) {
	.nav .nav.sticky {
		height: 70px;
	}
}

.nav__wrap {
	padding-left: 40px;
}

.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 > a {
	font-family: "Roboto", sans-serif;
	color: #242424;
	font-size: 0.875rem !important;
	font-weight: 700;
	padding: 0px 11px;
	display: block;
	position: relative;
	line-height: 70px;
}

.nav__menu > li > a:hover {
	color: #39B54A;
}

@media only screen and (min-width: 992px) {
	.nav__wrap {
		display: block !important;
		height: auto !important;
	}
	.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: 220px;
		width: 100%;
		text-align: left;
		list-style: none;
		background-color: #fff;
		border-radius: 5px;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
		display: block;
		visibility: hidden;
		opacity: 0;
		transition: all 0.1s ease-in-out;
	}
	.nav__dropdown-menu > li > a {
		color: #777777;
		padding: 5px 23px;
		font-size: 15px;
		display: block;
	}
	.nav__dropdown-menu > li > a:hover, .nav__dropdown-menu > li > a:focus {
		color: #39B54A;
	}
	.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:after {
		content: '\e804';
		font-family: 'ui-icons';
		font-size: 10px;
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.nav__dropdown-trigger {
		display: none;
	}
	.nav__dropdown-url:after {
		display: inline-block;
		content: '\f123';
		font-family: 'ui-icons';
		background-color: transparent;
		font-size: 11px;
		margin-left: 5px;
		line-height: 1;
		color: #969696;
	}
}

.mobile body {
	cursor: pointer;
}

/* Nav Cart
/*-------------------------------------------------------*/
.nav__cart {
	margin-left: 32px;
}

.nav__cart-icon-holder {
	position: relative;
	margin-right: 12px;
}

.nav__cart-icon {
	color: #242424;
	font-size: 1.25rem;
}

.nav__cart-count {
	position: absolute;
	top: -8px;
	right: -10px;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	line-height: 18px;
	text-align: center;
	font-family: "Roboto", sans-serif;
	background-color: #39B54A;
	color: #fff;
	font-size: 10px;
}

.nav__cart-total {
	color: #777777;
	font-size: 14px;
}

.nav__cart-holder--mobile {
	margin-left: auto;
	margin-right: 5px;
}

.nav__cart-holder--mobile .nav__cart {
	margin-top: 0;
}

.nav__cart-holder--mobile .nav__cart-total {
	display: none;
}

.nav__cart-holder--mobile + .nav__icon-toggle {
	margin-left: 0;
}

/* Nav Right
-------------------------------------------------------*/
.nav__right {
	margin-left: auto;
	height: 70px;
	display: flex;
	align-items: center;
}

/* Logo
-------------------------------------------------------*/
.logo,
.logo-container {
	line-height: 1;
}

.logo-container {
	display: block;
}

/* Nav Flexbox
-------------------------------------------------------*/
header .flex-parent {
	align-items: center;
}

@media only screen and (max-width: 991px) {
	header .flex-parent {
		display: block;
	}
}

.nav--align-right {
	margin-left: auto;
}

.nav--align-left {
	margin-right: auto;
}

/* Nav Search
-------------------------------------------------------*/
.nav__search {
	margin-left: 10px;
	font-size: 1.5625rem;
}

.nav__search-trigger {
	color: #242424;
	display: block;
}

.nav__search-trigger:hover, .nav__search-trigger:focus {
	color: #39B54A;
	outline: none;
}

.nav__search-trigger-label {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 14px;
	margin-right: 6px;
}

.nav__socials + .nav__search {
	margin-left: 18px;
}

.overflow--disabled {
	overflow: hidden;
}

.search-modal__dialog {
	max-width: 100%;
	margin: 0;
}

.search-modal__content {
	background-color: transparent;
	border: 0;
}

.search-modal__header .search-modal__close {
	text-shadow: none;
	opacity: 1;
	padding: 1rem 1.3rem;
}

.search-modal__label {
	color: #242424;
}

.search-modal .search-input {
	margin-bottom: 0;
	padding: 0;
	border: 0;
	height: 100px;
	font-size: 2.5rem !important;
	background-color: transparent;
}

.search-modal .search-button {
	display: none;
}

.search-modal--open .modal-backdrop {
	background-color: #fff;
	opacity: 1;
}

/* Mobile Search */
.nav__search-mobile {
	margin-top: 20px;
}

.nav__search-mobile-form {
	position: relative;
}

.nav__search-mobile-input {
	height: 46px;
	border: none;
	background-color: transparent;
	margin-bottom: 0;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	color: #242424;
	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 Icon Toggle (mobile nav)
-------------------------------------------------------*/
.nav__icon-toggle {
	margin-left: auto;
	position: relative;
	padding: 9px 0 9px 10px;
	background-color: transparent;
	border: none;
	z-index: 50;
}

@media only screen and (min-width: 992px) {
	.nav__icon-toggle {
		display: none;
	}
}

.nav__icon-toggle-bar {
	background-color: #242424;
	width: 18px;
	display: block;
	height: 2px;
	border-radius: 1px;
	margin-bottom: 4px;
}

.nav__icon-toggle-bar:last-child {
	margin-bottom: 0;
}

.nav__icon-toggle:focus .nav__icon-toggle-bar,
.nav__icon-toggle:hover .nav__icon-toggle-bar {
	background-color: #39B54A;
}

.nav__icon-toggle:focus {
	outline: none;
}

/* Sticky Nav
-------------------------------------------------------*/
.nav__holder.offset {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	transition: all 0.3s ease-in-out;
}

.nav__holder.scrolling {
	-webkit-transform: translate3d(0, 0px, 0);
	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: 1000;
	width: 34px;
	height: 34px;
	text-align: center;
	font-size: 12px;
	position: fixed;
	bottom: -34px;
	right: 20px;
	line-height: 32px;
	background-color: rgba(36, 36, 36, 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: #39B54A;
	border-color: transparent;
}

#back-to-top:hover i {
	color: #fff;
}

/* Subscribe
-------------------------------------------------------*/
.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 {
		min-height: 70px;
		margin-top: 0;
		background-color: #fff;
	}
	.nav__wrap {
		text-align: left;
		padding-left: 0;
	}
	.nav__header {
		height: 70px;
		display: flex;
		align-items: center;
	}
	.nav__menu {
		display: block;
	}
	.nav__menu li a {
		padding: 0;
		line-height: 46px;
		height: 46px;
		display: block;
		border-bottom: 1px solid #F1F1F1;
	}
	.nav__dropdown-menu a {
		color: #777777;
	}
	.nav__dropdown-menu > li > a {
		padding-left: 10px;
	}
	.nav__dropdown-menu > li > ul > li > a {
		padding-left: 20px;
	}
	.nav__dropdown-trigger {
		display: block;
		width: 20px;
		height: 46px;
		line-height: 46px;
		font-size: 12px;
		text-align: center;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 50;
		cursor: pointer;
	}
	.nav__dropdown-trigger.active {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.nav .logo {
		max-height: 70px;
	}
	.nav__dropdown-menu {
		padding: 0;
		display: none;
		width: 100% !important;
	}
	.nav__dropdown-menu--is-open {
		display: block;
	}
	.nav__dropdown-trigger.active + .nav__dropdown-menu {
		display: block;
	}
}

/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer {
	border-top: 1px solid #F1F1F1;
}

.footer ul {
	list-style: none;
}

.footer .widget-title {
	margin-bottom: 28px;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.footer__widgets {
	padding: 70px 0 30px;
}

.footer__widgets .widget {
	margin-bottom: 48px;
}

.footer .widget.widget_calendar a {
	color: #39B54A;
}

.footer .widget.widget_tag_cloud a:hover {
	color: #fff;
}

/* Bottom Footer
-------------------------------------------------------*/
.footer__bottom {
	padding: 21px 0;
}

.copyright {
	display: inline-block;
	font-size: 0.75rem;
}

/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/
.m-0 {
	margin: 0 !important;
}

.p-0 {
	padding: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-8 {
	margin-top: 8px;
}

.mt-16 {
	margin-top: 16px;
}

.mt-24 {
	margin-top: 24px;
}

.mt-32 {
	margin-top: 32px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-48 {
	margin-top: 48px;
}

.mt-56 {
	margin-top: 56px;
}

.mt-64 {
	margin-top: 64px;
}

.mt-72 {
	margin-top: 72px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-8 {
	margin-bottom: 8px;
}

.mb-16 {
	margin-bottom: 16px;
}

.mb-24 {
	margin-bottom: 24px;
}

.mb-32 {
	margin-bottom: 32px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-48 {
	margin-bottom: 48px;
}

.mb-56 {
	margin-bottom: 56px;
}

.mb-64 {
	margin-bottom: 64px;
}

.mb-72 {
	margin-bottom: 72px;
}

.mb-80 {
	margin-bottom: 80px;
}

.pt-0 {
	padding-top: 0;
}

.pt-8 {
	padding-top: 8px;
}

.pt-16 {
	padding-top: 16px;
}

.pt-24 {
	padding-top: 24px;
}

.pt-32 {
	padding-top: 32px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-48 {
	padding-top: 48px;
}

.pt-56 {
	padding-top: 56px;
}

.pt-64 {
	padding-top: 64px;
}

.pt-72 {
	padding-top: 72px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-0 {
	padding-bottom: 0;
}

.pb-8 {
	padding-bottom: 8px;
}

.pb-16 {
	padding-bottom: 16px;
}

.pb-24 {
	padding-bottom: 24px;
}

.pb-32 {
	padding-bottom: 32px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-48 {
	padding-bottom: 48px;
}

.pb-56 {
	padding-bottom: 56px;
}

.pb-64 {
	padding-bottom: 64px;
}

.pb-72 {
	padding-bottom: 72px;
}

.pb-80 {
	padding-bottom: 80px;
}

@media only screen and (max-width: 1199px) {
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mt-lg-8 {
		margin-top: 8px;
	}
	.mt-lg-16 {
		margin-top: 16px;
	}
	.mt-lg-24 {
		margin-top: 24px;
	}
	.mt-lg-32 {
		margin-top: 32px;
	}
	.mt-lg-40 {
		margin-top: 40px;
	}
	.mt-lg-48 {
		margin-top: 48px;
	}
	.mt-lg-56 {
		margin-top: 56px;
	}
	.mt-lg-64 {
		margin-top: 64px;
	}
	.mt-lg-72 {
		margin-top: 72px;
	}
	.mt-lg-80 {
		margin-top: 80px;
	}
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	.mb-lg-8 {
		margin-bottom: 8px;
	}
	.mb-lg-16 {
		margin-bottom: 16px;
	}
	.mb-lg-24 {
		margin-bottom: 24px;
	}
	.mb-lg-32 {
		margin-bottom: 32px;
	}
	.mb-lg-40 {
		margin-bottom: 40px;
	}
	.mb-lg-48 {
		margin-bottom: 48px;
	}
	.mb-lg-56 {
		margin-bottom: 56px;
	}
	.mb-lg-64 {
		margin-bottom: 64px;
	}
	.mb-lg-72 {
		margin-bottom: 72px;
	}
	.mb-lg-80 {
		margin-bottom: 80px;
	}
	.pt-lg-0 {
		padding-top: 0;
	}
	.pt-lg-8 {
		padding-top: 8px;
	}
	.pt-lg-16 {
		padding-top: 16px;
	}
	.pt-lg-24 {
		padding-top: 24px;
	}
	.pt-lg-32 {
		padding-top: 32px;
	}
	.pt-lg-40 {
		padding-top: 40px;
	}
	.pt-lg-48 {
		padding-top: 48px;
	}
	.pt-lg-56 {
		padding-top: 56px;
	}
	.pt-lg-64 {
		padding-top: 64px;
	}
	.pt-lg-72 {
		padding-top: 72px;
	}
	.pt-lg-80 {
		padding-top: 80px;
	}
	.pb-lg-0 {
		padding-bottom: 0;
	}
	.pb-lg-8 {
		padding-bottom: 8px;
	}
	.pb-lg-16 {
		padding-bottom: 16px;
	}
	.pb-lg-24 {
		padding-bottom: 24px;
	}
	.pb-lg-32 {
		padding-bottom: 32px;
	}
	.pb-lg-40 {
		padding-bottom: 40px;
	}
	.pb-lg-48 {
		padding-bottom: 48px;
	}
	.pb-lg-56 {
		padding-bottom: 56px;
	}
	.pb-lg-64 {
		padding-bottom: 64px;
	}
	.pb-lg-72 {
		padding-bottom: 72px;
	}
	.pb-lg-80 {
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 991px) {
	.mt-md-0 {
		margin-top: 0 !important;
	}
	.mt-md-8 {
		margin-top: 8px;
	}
	.mt-md-16 {
		margin-top: 16px;
	}
	.mt-md-24 {
		margin-top: 24px;
	}
	.mt-md-32 {
		margin-top: 32px;
	}
	.mt-md-40 {
		margin-top: 40px;
	}
	.mt-md-48 {
		margin-top: 48px;
	}
	.mt-md-56 {
		margin-top: 56px;
	}
	.mt-md-64 {
		margin-top: 64px;
	}
	.mt-md-72 {
		margin-top: 72px;
	}
	.mt-md-80 {
		margin-top: 80px;
	}
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	.mb-md-8 {
		margin-bottom: 8px;
	}
	.mb-md-16 {
		margin-bottom: 16px;
	}
	.mb-md-24 {
		margin-bottom: 24px;
	}
	.mb-md-32 {
		margin-bottom: 32px;
	}
	.mb-md-40 {
		margin-bottom: 40px;
	}
	.mb-md-48 {
		margin-bottom: 48px;
	}
	.mb-md-56 {
		margin-bottom: 56px;
	}
	.mb-md-64 {
		margin-bottom: 64px;
	}
	.mb-md-72 {
		margin-bottom: 72px;
	}
	.mb-md-80 {
		margin-bottom: 80px;
	}
	.pt-md-0 {
		padding-top: 0;
	}
	.pt-md-8 {
		padding-top: 8px;
	}
	.pt-md-16 {
		padding-top: 16px;
	}
	.pt-md-24 {
		padding-top: 24px;
	}
	.pt-md-32 {
		padding-top: 32px;
	}
	.pt-md-40 {
		padding-top: 40px;
	}
	.pt-md-48 {
		padding-top: 48px;
	}
	.pt-md-56 {
		padding-top: 56px;
	}
	.pt-md-64 {
		padding-top: 64px;
	}
	.pt-md-72 {
		padding-top: 72px;
	}
	.pt-md-80 {
		padding-top: 80px;
	}
	.pb-md-0 {
		padding-bottom: 0;
	}
	.pb-md-8 {
		padding-bottom: 8px;
	}
	.pb-md-16 {
		padding-bottom: 16px;
	}
	.pb-md-24 {
		padding-bottom: 24px;
	}
	.pb-md-32 {
		padding-bottom: 32px;
	}
	.pb-md-40 {
		padding-bottom: 40px;
	}
	.pb-md-48 {
		padding-bottom: 48px;
	}
	.pb-md-56 {
		padding-bottom: 56px;
	}
	.pb-md-64 {
		padding-bottom: 64px;
	}
	.pb-md-72 {
		padding-bottom: 72px;
	}
	.pb-md-80 {
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mt-sm-8 {
		margin-top: 8px;
	}
	.mt-sm-16 {
		margin-top: 16px;
	}
	.mt-sm-24 {
		margin-top: 24px;
	}
	.mt-sm-32 {
		margin-top: 32px;
	}
	.mt-sm-40 {
		margin-top: 40px;
	}
	.mt-sm-48 {
		margin-top: 48px;
	}
	.mt-sm-56 {
		margin-top: 56px;
	}
	.mt-sm-64 {
		margin-top: 64px;
	}
	.mt-sm-72 {
		margin-top: 72px;
	}
	.mt-sm-80 {
		margin-top: 80px;
	}
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.mb-sm-8 {
		margin-bottom: 8px;
	}
	.mb-sm-16 {
		margin-bottom: 16px;
	}
	.mb-sm-24 {
		margin-bottom: 24px;
	}
	.mb-sm-32 {
		margin-bottom: 32px;
	}
	.mb-sm-40 {
		margin-bottom: 40px;
	}
	.mb-sm-48 {
		margin-bottom: 48px;
	}
	.mb-sm-56 {
		margin-bottom: 56px;
	}
	.mb-sm-64 {
		margin-bottom: 64px;
	}
	.mb-sm-72 {
		margin-bottom: 72px;
	}
	.mb-sm-80 {
		margin-bottom: 80px;
	}
	.pt-sm-0 {
		padding-top: 0;
	}
	.pt-sm-8 {
		padding-top: 8px;
	}
	.pt-sm-16 {
		padding-top: 16px;
	}
	.pt-sm-24 {
		padding-top: 24px;
	}
	.pt-sm-32 {
		padding-top: 32px;
	}
	.pt-sm-40 {
		padding-top: 40px;
	}
	.pt-sm-48 {
		padding-top: 48px;
	}
	.pt-sm-56 {
		padding-top: 56px;
	}
	.pt-sm-64 {
		padding-top: 64px;
	}
	.pt-sm-72 {
		padding-top: 72px;
	}
	.pt-sm-80 {
		padding-top: 80px;
	}
	.pb-sm-0 {
		padding-bottom: 0;
	}
	.pb-sm-8 {
		padding-bottom: 8px;
	}
	.pb-sm-16 {
		padding-bottom: 16px;
	}
	.pb-sm-24 {
		padding-bottom: 24px;
	}
	.pb-sm-32 {
		padding-bottom: 32px;
	}
	.pb-sm-40 {
		padding-bottom: 40px;
	}
	.pb-sm-48 {
		padding-bottom: 48px;
	}
	.pb-sm-56 {
		padding-bottom: 56px;
	}
	.pb-sm-64 {
		padding-bottom: 64px;
	}
	.pb-sm-72 {
		padding-bottom: 72px;
	}
	.pb-sm-80 {
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 575px) {
	.mt-xs-0 {
		margin-top: 0 !important;
	}
	.mt-xs-8 {
		margin-top: 8px;
	}
	.mt-xs-16 {
		margin-top: 16px;
	}
	.mt-xs-24 {
		margin-top: 24px;
	}
	.mt-xs-32 {
		margin-top: 32px;
	}
	.mt-xs-40 {
		margin-top: 40px;
	}
	.mt-xs-48 {
		margin-top: 48px;
	}
	.mt-xs-56 {
		margin-top: 56px;
	}
	.mt-xs-64 {
		margin-top: 64px;
	}
	.mt-xs-72 {
		margin-top: 72px;
	}
	.mt-xs-80 {
		margin-top: 80px;
	}
	.mb-xs-0 {
		margin-bottom: 0 !important;
	}
	.mb-xs-8 {
		margin-bottom: 8px;
	}
	.mb-xs-16 {
		margin-bottom: 16px;
	}
	.mb-xs-24 {
		margin-bottom: 24px;
	}
	.mb-xs-32 {
		margin-bottom: 32px;
	}
	.mb-xs-40 {
		margin-bottom: 40px;
	}
	.mb-xs-48 {
		margin-bottom: 48px;
	}
	.mb-xs-56 {
		margin-bottom: 56px;
	}
	.mb-xs-64 {
		margin-bottom: 64px;
	}
	.mb-xs-72 {
		margin-bottom: 72px;
	}
	.mb-xs-80 {
		margin-bottom: 80px;
	}
	.pt-xs-0 {
		padding-top: 0;
	}
	.pt-xs-8 {
		padding-top: 8px;
	}
	.pt-xs-16 {
		padding-top: 16px;
	}
	.pt-xs-24 {
		padding-top: 24px;
	}
	.pt-xs-32 {
		padding-top: 32px;
	}
	.pt-xs-40 {
		padding-top: 40px;
	}
	.pt-xs-48 {
		padding-top: 48px;
	}
	.pt-xs-56 {
		padding-top: 56px;
	}
	.pt-xs-64 {
		padding-top: 64px;
	}
	.pt-xs-72 {
		padding-top: 72px;
	}
	.pt-xs-80 {
		padding-top: 80px;
	}
	.pb-xs-0 {
		padding-bottom: 0;
	}
	.pb-xs-8 {
		padding-bottom: 8px;
	}
	.pb-xs-16 {
		padding-bottom: 16px;
	}
	.pb-xs-24 {
		padding-bottom: 24px;
	}
	.pb-xs-32 {
		padding-bottom: 32px;
	}
	.pb-xs-40 {
		padding-bottom: 40px;
	}
	.pb-xs-48 {
		padding-bottom: 48px;
	}
	.pb-xs-56 {
		padding-bottom: 56px;
	}
	.pb-xs-64 {
		padding-bottom: 64px;
	}
	.pb-xs-72 {
		padding-bottom: 72px;
	}
	.pb-xs-80 {
		padding-bottom: 80px;
	}
}

/*-------------------------------------------------------*/
/* Helper Classes
/*-------------------------------------------------------*/
/* Gradients / Overlays
-------------------------------------------------------*/
.full-overlay {
	position: relative;
}

.full-overlay:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.36);
}

.full-overlay--50:before {
	background-color: rgba(0, 0, 0, 0.5);
}

.full-overlay--70:before {
	background-color: rgba(0, 0, 0, 0.7);
}

.bottom-gradient {
	position: relative;
}

.bottom-gradient:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 70%;
	bottom: 0;
	left: 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 #F1F1F1;
}

.bottom-divider {
	border-bottom: 1px solid #F1F1F1;
}

/* Title Underline
-------------------------------------------------------*/
.title-underline {
	padding-bottom: 16px;
	border-bottom: 2px solid #F1F1F1;
}

/*-------------------------------------------------------*/
/* 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.sticky {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .nav--sticky.sticky {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {
	body.admin-bar .nav--sticky.sticky {
		top: 0;
	}
}

@media only screen and (min-width: 1200px) {
	body.admin-bar .nav--side {
		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: .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;
}

.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 #F1F1F1;
	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;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.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: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

/* 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: "Roboto", sans-serif;
	border: none;
	background-color: #39B54A;
	color: #fff;
	position: relative;
	top: -3px;
	width: auto;
}

/*-------------------------------------------------------*/
/* Sticky Post
/*-------------------------------------------------------*/
.post.sticky .entry__title:before {
	content: '\e802';
	font-family: "ui-icons";
	display: inline-block;
	margin-right: 12px;
	position: relative;
	top: -2px;
	font-size: 18px;
	color: #aaaaaa;
	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
/*-------------------------------------------------------*/
.has-green-background-color {
	background-color: #39B54A;
}

.has-blue-background-color {
	background-color: #3d92ff;
}

.has-pink-background-color {
	background-color: #f32855;
}

.has-violet-background-color {
	background-color: #8c47e4;
}

.has-light-grey-background-color {
	background-color: #f6f6f6;
}

.has-dark-grey-background-color {
	background-color: #1b1b1b;
}

.has-green-color {
	color: #39B54A;
}

.has-blue-color {
	color: #3d92ff;
}

.has-pink-color {
	color: #f32855;
}

.has-violet-color {
	color: #8c47e4;
}

.has-light-grey-color {
	color: #f6f6f6;
}

.has-dark-grey-color {
	color: #1b1b1b;
}

/* Buttons
-------------------------------------------------------*/
.wp-block-button .wp-block-button__link {
	padding: 11px 27px;
	font-size: 1rem;
	border-radius: 5px;
	font-weight: 700;
	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 {
	background-color: #39B54A;
}

/* 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;
	}
}

/* Tables
-------------------------------------------------------*/
.wp-block-table {
	width: 100%;
	margin-bottom: 2rem;
}

/* Latest Comments
-------------------------------------------------------*/
ol.wp-block-latest-comments {
	padding-left: 0;
}

/* Galleries
-------------------------------------------------------*/
ul.wp-block-gallery {
	list-style: none;
	padding-left: 0;
}

.wp-block-image figcaption {
	color: #969696;
}

/* Separators
-------------------------------------------------------*/
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #F1F1F1;
}

.wp-block-separator.is-style-default {
	max-width: 100px;
}

.wp-block-separator.is-style-dots:before {
	font-weight: 700;
}

/* Blockquote / Pullquote
-------------------------------------------------------*/
blockquote {
	margin: 0;
	line-height: 1.6;
}

blockquote p {
	margin-bottom: 0;
}

blockquote cite {
	color: #969696;
	font-size: 0.9375rem;
	margin-top: 1em;
	line-height: 1.8;
	display: inline-block;
}

.wp-block-quote {
	padding: 40px;
	background-color: #FBFBFB;
	margin-bottom: 40px;
	margin-top: 40px;
}

.wp-block-quote p {
	color: #242424;
	font-family: "Roboto", sans-serif;
	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 1em;
	border-top: 4px solid #F1F1F1;
	border-bottom: 4px solid #F1F1F1;
	color: #242424;
}

.wp-block-pullquote p {
	font-family: "Roboto", sans-serif;
	font-size: 1.25rem;
}

.wp-block-pullquote cite {
	opacity: .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: 1.25rem;
}

/*-------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------*/
.widget li {
	list-style: none;
}

.widget-title {
	font-size: 1.125rem;
	margin-bottom: 18px;
}

.sidebar .widget .sub-menu,
.sidebar .widget .children {
	padding-left: 15px;
	padding-top: 10px;
}

.sidebar .widget .sub-menu li:first-child,
.sidebar .widget .children li:first-child {
	border-top: 1px solid #F1F1F1;
	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: #777777;
}

.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: #39B54A;
}

/* Widget RSS
-------------------------------------------------------*/
.widget_rss li {
	padding: 16px 0;
	border-bottom: 1px solid #F1F1F1;
}

.widget_rss li:first-child {
	padding-top: 0;
}

.widget_rss .rsswidget {
	color: #242424;
}

.widget_rss .rsswidget:hover {
	color: #39B54A;
}

.widget_rss .rss-date {
	display: block;
	color: #969696;
	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: #242424;
}

.widget_recent_comments .recentcomments a:hover {
	color: #39B54A;
}

/* 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: #777777;
	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 Profile
-------------------------------------------------------*/
.widget-profile__base {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	padding: 32px;
}

.widget-profile__img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.widget-profile__body {
	position: relative;
	z-index: 1;
	padding-top: 182px;
}

.widget-profile .widget-title {
	border-bottom: 0;
	padding-bottom: 0;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.widget-profile__text {
	color: #fff;
}

/* Widget Popular Posts
-------------------------------------------------------*/
.widget-popular-posts__list {
	list-style: none;
}

.widget-popular-posts__item {
	padding: 40px 0;
	border-bottom: 1px solid #F1F1F1;
}

.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: #777777;
}

/* Widget Top Reviews
-------------------------------------------------------*/
.widget-top-reviews__item {
	position: relative;
	padding-bottom: 24px;
}

.widget-top-reviews__item:last-child {
	padding-bottom: 0;
}

.widget-top-reviews__count {
	font-size: 2.25rem;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	color: #242424;
	position: absolute;
	left: 0;
	line-height: 1;
}

@media (max-width: 1400px) {
	.widget-top-reviews__count {
		font-size: 1.5rem;
	}
}

.widget-top-reviews__entry {
	display: flex;
	align-items: start;
}

.widget-top-reviews__entry-body {
	padding-left: 40px;
	padding-right: 24px;
	flex: 0 0 65%;
	max-width: 65%;
}

@media (max-width: 1400px) {
	.widget-top-reviews__entry-body {
		padding-left: 24px;
		padding-right: 16px;
	}
}

.widget-top-reviews__entry-title {
	font-size: 0.875rem !important;
}

.widget-top-reviews__entry-img-url {
	margin-left: auto;
	border-radius: 10px;
	overflow: hidden;
}

.review-result {
	color: #FABF2D !important;
}

.review-result-wrapper i {
	font-size: 15px;
}

/* Widget Search
-------------------------------------------------------*/
.widget_search .search-input {
	margin-bottom: 0;
}

.widget-search-button,
.search-button,
.woocommerce-product-search button[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 !important;
	background-color: transparent;
	color: #777777;
	border: 0;
	font-size: 1.25rem;
	vertical-align: middle;
	border-radius: 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 {
	line-height: 2;
}

.sidebar .widget_categories li,
.sidebar .widget_recent_entries li,
.sidebar .widget_nav_menu li,
.sidebar .widget_archive li,
.sidebar .widget_pages li,
.sidebar .widget_meta li {
	padding: 10px 0;
	border-bottom: 1px solid #F1F1F1;
}

.sidebar .widget_categories li:first-child,
.sidebar .widget_recent_entries li:first-child,
.sidebar .widget_nav_menu li:first-child,
.sidebar .widget_archive li:first-child,
.sidebar .widget_pages li:first-child,
.sidebar .widget_meta li:first-child {
	padding-top: 0;
}

.sidebar .widget_categories li:last-child,
.sidebar .widget_recent_entries li:last-child,
.sidebar .widget_nav_menu li:last-child,
.sidebar .widget_archive li:last-child,
.sidebar .widget_pages li:last-child,
.sidebar .widget_meta li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.recentcomments {
	padding: 10px 0;
	border-bottom: 1px solid #F1F1F1;
}

.recentcomments:first-child {
	padding-top: 0;
}

.recentcomments:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

/* Widget Newsletter 
-------------------------------------------------------*/
.sidebar .widget_mc4wp_form_widget {
	background-color: #f7f7f7;
	padding: 32px;
	border-radius: 10px;
}

.sidebar .widget_mc4wp_form_widget .widget-title {
	border-bottom: 0;
	padding-bottom: 0;
}

.sidebar .widget_mc4wp_form_widget .mc4wp-form-fields input[type=email],
.sidebar .widget_mc4wp_form_widget .mc4wp-form-fields input[type=text] {
	border: 0;
	background-color: #fff;
}

.sidebar .widget_mc4wp_form_widget .deo-newsletter-gdpr-checkbox__label {
	line-height: 1.2;
}

.mc4wp-form-fields {
	position: relative;
}

.mc4wp-form-fields input[type=email],
.mc4wp-form-fields input[type=text] {
	margin-bottom: 8px;
}

.mc4wp-form-fields input[type=submit] {
	margin-bottom: 0;
	width: auto;
}

.mc4wp-form-fields input[type=submit]:focus {
	background-color: #39B54A;
}

/* Newsletter wide
-------------------------------------------------------*/
.newsletter-wide {
	text-align: center;
	padding: 72px 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.newsletter-wide__container {
	max-width: 460px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.newsletter-wide__title {
	margin-bottom: 16px;
	font-size: 1.75rem;
	color: #fff;
}

.newsletter-wide__text {
	color: #fff;
	font-size: 1.125rem;
	margin-bottom: 28px;
}

.newsletter-wide input[type=email],
.newsletter-wide input[type=text],
.newsletter-wide .newsletter__btn {
	height: 56px;
}

.newsletter-wide .mc4wp-form-fields i {
	line-height: 56px;
}

.newsletter-wide .deo-newsletter-gdpr-checkbox {
	margin-top: 20px;
}

.newsletter-wide .deo-newsletter-gdpr-checkbox__text,
.newsletter-wide .deo-newsletter-gdpr-checkbox__text a {
	color: #fff;
}

.newsletter-wide .deo-newsletter-gdpr-checkbox__text a {
	text-decoration: underline;
}

@media only screen and (max-width: 991px) {
	.newsletter-wide {
		flex-direction: column;
	}
	.newsletter-wide .newsletter__btn {
		position: relative;
		top: auto;
		right: auto;
	}
	.newsletter-wide__text {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
}

@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 Instagram
-------------------------------------------------------*/
.instagram-pics {
	display: block;
	overflow: hidden;
	margin-left: -8px;
}

.instagram-pics li {
	border: 0;
	padding: 0 0 8px 8px;
	float: left;
	width: 33.3333%;
}

.instagram-pics img {
	width: 100%;
}

.instagram-pics + .clear {
	text-align: center;
	margin: 0;
}

.sidebar .instagram-pics + .clear > a {
	width: 100%;
	margin-top: 12px;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border: 0;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
	color: #fff;
	background-color: #39B54A;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 0.875rem;
	padding: 8px 27px;
}

.sidebar .instagram-pics + .clear > a:hover {
	opacity: 0.92;
}

/* Widget Instagram Wide
-------------------------------------------------------*/
.instagram-feed {
	position: relative;
}

.instagram-feed__title {
	font-size: 1.125rem;
	margin-bottom: 28px;
}

.instagram-feed .clear > a {
	font-size: 0.875rem;
	font-weight: 600;
	color: #242424;
	font-family: "Roboto", sans-serif;
}

.instagram-feed--wide .instagram-pics {
	display: flex;
	overflow: hidden;
	margin: 0;
}

.instagram-feed--wide .instagram-pics li {
	padding: 0;
	width: auto;
	flex: 1 0 0;
	float: none;
}

.instagram-feed--wide .clear > a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	background-color: #fff;
	padding: 12px 18px;
	border-radius: 5px;
	box-shadow: 0px 0px 18px 12px rgba(0, 0, 0, 0.12);
}

/* Widget Socials
-------------------------------------------------------*/
.widget-socials {
	padding: 0 !important;
	border: 0 !important;
}

/* Widget Logo
-------------------------------------------------------*/
.widget-logo__url {
	display: block;
	margin-bottom: 20px;
}

/* Widget Tags / Entry Tags
-------------------------------------------------------*/
.widget_tag_cloud a,
.widget_product_tag_cloud a,
.entry__tags a {
	padding: 6px 9px;
	line-height: 1;
	margin: 0 8px 8px 0;
	font-size: 0.8125rem;
	border-radius: 50px;
	border: 2px solid #F1F1F1;
	color: #777777;
	display: inline-block;
	float: left;
}

.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover,
.entry__tags a:hover {
	background-color: #39B54A;
	border-color: transparent;
	color: #fff;
}

.tagcloud {
	overflow: hidden;
}

/* Widget Elementor Category Box
-------------------------------------------------------*/
.category-box {
	border-radius: 10px;
	overflow: hidden;
}

.category-box__url {
	display: block;
}

.category-box__title-holder {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 80%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.category-box__title {
	color: #fff;
	padding: 15px;
	text-align: center;
	margin-bottom: 0;
}

.category-box__img {
	width: 100%;
}

/*-------------------------------------------------------*/
/* Shop
/*-------------------------------------------------------*/
.woocommerce .col-1, .woocommerce .col-2 {
	max-width: none;
	padding: 0;
}

.woocommerce .product {
	position: relative;
}

/* Breadcrumbs
/*-------------------------------------------------------*/
.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 24px;
	font-size: 0.875rem;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #242424;
}

.woocommerce .woocommerce-breadcrumb a:hover, .woocommerce .woocommerce-breadcrumb a:focus {
	color: #39B54A;
}

.woocommerce .woocommerce-breadcrumb__separator {
	margin: 0 10px;
	font-size: 11px;
}

/*-------------------------------------------------------*/
/* Archives
/*-------------------------------------------------------*/
.woocommerce ul.products {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	margin-right: -15px;
	margin-left: -15px;
}

.woocommerce ul.products:before, .woocommerce ul.products:after {
	display: none;
}

.woocommerce ul.products li.product {
	display: inline-block;
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	width: 100%;
	float: none;
	clear: none;
	min-height: 1px;
	margin-right: 0;
	margin-bottom: 48px;
	padding-right: 15px;
	padding-left: 15px;
}

.woocommerce ul.products.columns-1 li.product {
	flex: 0 0 100%;
	max-width: 100%;
}

@media only screen and (min-width: 768px) {
	.woocommerce ul.products.columns-2 li.product {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.woocommerce ul.products.columns-3 li.product {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.woocommerce ul.products.columns-4 li.product {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.woocommerce ul.products.columns-5 li.product {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.woocommerce ul.products.columns-6 li.product {
		flex: 0 0 16.66667%;
		max-width: 16.666667%;
	}
	.woocommerce ul.products.columns-7 li.product {
		flex: 0 0 14.28571%;
		max-width: 14.28571%;
	}
	.woocommerce ul.products.columns-8 li.product {
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

.woocommerce .woocommerce-result-count {
	margin-top: 10px;
}

.woocommerce-loop-product__link {
	text-align: center;
}

.woocommerce-loop-product__link img {
	border-radius: 10px;
}

.woocommerce-loop-product__link .price {
	display: block;
	font-size: 0.875rem;
}

.woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
	color: #777777;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-size: 1.125rem;
}

@media only screen and (max-width: 575px) {
	.woocommerce ul.products li.product .woocommerce-loop-category__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product h3 {
		font-size: 1rem !important;
	}
}

@media only screen and (min-width: 768px) {
	.woocommerce-result-count {
		float: left;
	}
	.woocommerce-ordering {
		float: right;
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.woocommerce .woocommerce-ordering {
		float: none;
	}
}

/* Product Price
/*-------------------------------------------------------*/
.woocommerce ul.products li.product .price {
	color: #777777;
	font-size: 0.875rem;
}

.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce .product_list_widget ins {
	font-weight: 400;
	color: #242424;
}

.woocommerce ul.products li.product .price del {
	opacity: 1;
}

.price del {
	color: #777777;
	margin-right: 10px;
}

.price ins {
	color: #242424;
	text-decoration: none;
}

/* Sale Label
/*-------------------------------------------------------*/
.woocommerce span.onsale {
	left: 0;
	top: -15px;
	right: auto;
	min-height: 40px;
	min-width: 40px;
	text-align: center;
	line-height: 40px;
	padding: 0;
	font-weight: 400;
	background-color: #39B54A;
	font-size: 0.75rem;
}

.woocommerce ul.products li.product .onsale {
	left: 0;
	top: -15px;
	right: auto;
}

/* Paginaton
/*-------------------------------------------------------*/
.woocommerce-pagination .page-numbers a.prev,
.woocommerce-pagination .page-numbers a.next {
	font-size: 0;
}

.woocommerce-pagination .page-numbers a.prev:after,
.woocommerce-pagination .page-numbers a.next:after {
	font-family: 'ui-icons';
	font-size: 0.9375rem;
}

.woocommerce-pagination .page-numbers a.prev:after {
	content: '\f124';
}

.woocommerce-pagination .page-numbers a.next:after {
	content: '\e804';
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
	overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	margin: 0 2px;
	padding: 0;
	line-height: 32px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #39B54A;
	color: #fff;
}

/*-------------------------------------------------------*/
/* Single Product
/*-------------------------------------------------------*/
.single-product .main-content {
	padding-bottom: 0;
}

@media only screen and (min-width: 992px) {
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 50%;
		float: left;
	}
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: 50%;
		float: right;
		padding-left: 48px;
	}
	.woocommerce .product .woocommerce-tabs {
		clear: both;
	}
}

/* Slider
/*-------------------------------------------------------*/
.woocommerce div.product div.images {
	margin-bottom: 64px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin: 16px -8px 0 -8px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 0 8px;
	margin-bottom: 16px;
}

/* Summary
/*-------------------------------------------------------*/
.woocommerce div.product .product_title {
	font-size: 2.25rem;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #777777;
	font-size: 1.375rem;
}

.woocommerce .quantity .qty {
	line-height: 40px;
	padding-right: 0;
	width: 4rem;
}

.woocommerce div.product form.cart div.quantity {
	margin-right: 10px;
}

.woocommerce .product_meta > span {
	display: block;
	font-size: .875rem;
	padding-bottom: 4px;
}

.woocommerce div.product form.cart {
	margin-top: 34px;
}

.woocommerce div.product form.cart .variations {
	position: relative;
}

.woocommerce div.product form.cart .variations td.value {
	padding-right: 0;
}

.woocommerce div.product form.cart .reset_variations {
	position: absolute;
	right: 0;
	top: -30px;
	color: #777777;
	opacity: 0.9;
}

.woocommerce div.product form.cart .reset_variations:hover {
	color: #39B54A;
}

/* Description Tabs
/*-------------------------------------------------------*/
.woocommerce div.product .woocommerce-tabs .panel {
	margin-bottom: 60px;
}

.woocommerce .woocommerce-tabs .panel h2 {
	font-size: 1rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #FBFBFB;
	border: 2px solid #F1F1F1;
	margin: 0;
	padding: 0 20px;
	float: left;
	border-radius: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:first-child) {
	margin-left: -2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	font-size: 0.9375rem;
	padding: 16px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #39B54A;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-bottom: 2px solid #F1F1F1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}

.woocommerce table.shop_attributes td {
	font-style: normal;
	padding: 8px;
}

.woocommerce table.shop_attributes td p {
	padding: 0;
}

/* Rating
/*-------------------------------------------------------*/
.woocommerce p.stars a,
.woocommerce .star-rating {
	color: #FABF2D;
}

.woocommerce #review_form #respond .form-submit input {
	width: auto;
}

.woocommerce #reviews #comments ol.commentlist {
	padding-left: 0;
}

.woocommerce #reviews #comments h2 {
	margin-bottom: 16px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border-color: #F1F1F1;
}

.woocommerce-product-rating a {
	color: #777777;
	font-size: .75rem;
}

.woocommerce-product-rating a:hover {
	color: #39B54A;
}

.woocommerce .star-rating::before {
	color: #c5c5c5;
}

/* Buttons
/*-------------------------------------------------------*/
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	font-family: "Roboto", sans-serif;
	background-color: #39B54A;
	padding: 0 27px;
	line-height: 40px;
	min-height: 40px;
	border-radius: 5px;
	color: #fff;
}

.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt.disabled:hover:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt.disabled:hover:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled:hover:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce a.button.alt:disabled[disabled]:hover:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled:hover:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled:hover:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt:disabled[disabled]:hover:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt.disabled:hover:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled:hover:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt:disabled[disabled]:hover:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
	opacity: .95;
	color: #fff;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover {
	background-color: #39B54A;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
	.woocommerce #content table.cart td.actions .coupon .button.alt,
	.woocommerce #content table.cart td.actions .coupon .input-text + .button,
	.woocommerce table.cart td.actions .coupon .button.alt,
	.woocommerce table.cart td.actions .coupon .input-text + .button,
	.woocommerce-page #content table.cart td.actions .coupon .button.alt,
	.woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
	.woocommerce-page table.cart td.actions .coupon .button.alt,
	.woocommerce-page table.cart td.actions .coupon .input-text + .button {
		float: none;
		width: 100%;
	}
}

/* Notifications
/*-------------------------------------------------------*/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-radius: 5px;
	border-top: 0;
	padding-left: 3.5em !important;
}

/* Related Products
/*-------------------------------------------------------*/
.related.products > h2 {
	font-size: 1.375rem;
	margin-bottom: 40px;
}

/*-------------------------------------------------------*/
/* Cart Page
/*-------------------------------------------------------*/
.woocommerce-cart-form {
	margin-bottom: 64px;
}

.woocommerce table.shop_table {
	border: 2px solid #F1F1F1;
	border-collapse: collapse;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border: 0;
	border-bottom: 2px solid #F1F1F1;
}

.woocommerce table.shop_table th {
	background-color: #FBFBFB;
}

.woocommerce table.shop_table td {
	padding: 16px 12px;
}

.woocommerce table.shop_table .product-name a {
	color: #777777;
	font-size: 0.875rem;
}

.woocommerce table.shop_table .product-name a:hover {
	color: #39B54A;
}

.woocommerce table.shop_table tbody tr:last-child td,
.woocommerce table.shop_table tbody tr:last-child th {
	border-bottom: 0;
	background-color: #fff;
}

.woocommerce table.shop_table td.actions {
	padding: 32px 24px;
}

.woocommerce .coupon button.button,
.woocommerce table.shop_table .actions > button.button:disabled {
	background-color: #F0F9F1;
	box-shadow: none;
	color: #39B54A;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 48px;
}

.woocommerce a.remove {
	font-weight: 400 !important;
	color: #bfbfbf !important;
	font-size: 1.3rem;
}

.woocommerce a.remove:hover {
	color: #242424 !important;
	background-color: transparent;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 6px 12px 5px;
	border: 2px solid #F1F1F1;
	width: 160px;
}

#add_payment_method table.cart td.actions .coupon .input-text:focus,
.woocommerce-cart table.cart td.actions .coupon .input-text:focus,
.woocommerce-checkout table.cart td.actions .coupon .input-text:focus {
	border-color: #39B54A;
}

@media only screen and (max-width: 767px) {
	#add_payment_method table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-checkout table.cart td.actions .coupon .input-text {
		width: 100%;
		margin-bottom: 8px;
	}
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
}

.cart_totals > h2 {
	margin-bottom: 24px;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-top: 0;
}

.woocommerce .cart_totals table.shop_table td {
	padding: 12px;
}

.woocommerce .cart_totals table.shop_table tr th {
	font-weight: 400;
}

.woocommerce form .form-row {
	padding: 6px 0;
}

/*-------------------------------------------------------*/
/* Checkout Page
/*-------------------------------------------------------*/
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid #F1F1F1;
}

.woocommerce form .form-row label {
	line-height: 1;
}

.woocommerce-checkout h3 {
	margin-bottom: 28px;
	margin-top: 28px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background-color: #FBFBFB;
	border: 2px solid #F1F1F1;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: #F1F1F1;
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
	border-bottom-color: #F1F1F1;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom-color: #F1F1F1;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	border-top-color: #F1F1F1;
	font-weight: 400;
}

.woocommerce-checkout table.shop_table .product-quantity {
	font-weight: 400;
	color: #777777;
}

/*-------------------------------------------------------*/
/* Orders / Login / Lost Password Pages
/*-------------------------------------------------------*/
.woocommerce .login .button {
	margin-right: 14px;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-left: 0;
}

.woocommerce-MyAccount-navigation li {
	padding-bottom: 6px;
}

/*-------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------*/
.widget_product_categories li,
.widget_layered_nav li {
	line-height: 2;
}

.widget_product_categories a,
.widget_layered_nav a {
	color: #777777;
}

.widget_product_categories a:hover,
.widget_layered_nav a:hover {
	color: #39B54A;
}

.sidebar .widget_product_categories li,
.sidebar .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	padding: 10px 0;
	border-bottom: 1px solid #F1F1F1;
}

.sidebar .widget_product_categories li:first-child,
.sidebar .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-child {
	padding-top: 0;
}

.sidebar .widget_product_categories li:last-child,
.sidebar .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

/* Products / Top Rated Products / Recent Reviews / Shopping Cart
/*-------------------------------------------------------*/
.widget_products .product_list_widget a,
.widget_top_rated_products .product_list_widget a,
.widget_recent_reviews .product_list_widget a,
.widget_shopping_cart .product_list_widget a,
.widget_recently_viewed_products .product_list_widget a {
	color: #242424;
}

.widget_products .product_list_widget a:hover,
.widget_top_rated_products .product_list_widget a:hover,
.widget_recent_reviews .product_list_widget a:hover,
.widget_shopping_cart .product_list_widget a:hover,
.widget_recently_viewed_products .product_list_widget a:hover {
	color: #39B54A;
}

.widget_products .product-title,
.widget_top_rated_products .product-title,
.widget_recent_reviews .product-title,
.widget_shopping_cart .product-title,
.widget_recently_viewed_products .product-title {
	display: inline-block;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 10px 0 10px 75px;
	min-height: 86px;
	vertical-align: top;
	line-height: 1.3;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float: none;
	margin-left: 0;
	margin-right: 8px;
	position: absolute;
	left: 0;
	width: 60px;
	margin-bottom: 10px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 10px;
	right: 0px;
	left: auto;
	z-index: 9;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	padding: 10px 0 10px 75px;
}

ul.product_list_widget li a:not(.remove) {
	margin-bottom: 8px;
	display: block;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.3;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border-top: 1px solid #F1F1F1;
	padding: 8px 0;
}

ul.product_list_widget li + li {
	border-top: 1px solid #F1F1F1;
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
	margin: .5em 0;
}

.product_list_widget .reviewer,
.product_list_widget .amount {
	font-size: 0.875rem;
}

.product_list_widget del {
	margin-right: 5px;
}

.product_list_widget ins {
	text-decoration: none;
}

/* Widget Rating Filter
/*-------------------------------------------------------*/
.woocommerce .widget_rating_filter ul li {
	padding: 0 0 4px;
}

.woocommerce .widget_rating_filter ul li a {
	color: #777777;
}

/* Widget Product Search 
/*-------------------------------------------------------*/
.woocommerce-product-search {
	position: relative;
}

.woocommerce-product-search .search-field {
	margin-bottom: 0;
}

.woocommerce-product-search button[type=submit] {
	font-size: 0;
}

.woocommerce-product-search button[type=submit]:after {
	font-size: 1.25rem;
	content: '\f1f5';
	font-family: 'ui-icons';
}

/* Widget Price Filter 
/*-------------------------------------------------------*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #F1F1F1;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #39B54A;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	box-shadow: 0 0 5px rgba(36, 36, 36, 0.2);
}

.woocommerce .widget_price_filter .price_slider_amount {
	line-height: 2.8;
}

/*# sourceMappingURL=style.css.map */
