/*!
Theme Name: BIO TRIO
Theme URI: https://re-fresh.ro/
Author: RE
Author URI: https://re-fresh.ro/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _re
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_re is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalizemain
--------------------------------------------- */

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

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2.5em;
	margin: 0.67em 0;
}
h2,
h3 {
	margin: 0.67em 0;
}

@media only screen and (max-width: 64em) {
	h1 {
		font-size: 1.8em;
	}
}
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
	display: block;
	margin: 0;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}

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

blockquote {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: black;
	text-decoration: none;
}
.entry-content a {
	font-weight: bold;
}
a:visited {
}

a:hover,
a:focus,
a:active {
	outline: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}
/* Buttons */
a.btn-more {font-weight: bold;}
a.btn-more:before {
	content: '>';
	display: inline-block;
	margin-right: 10px;
	color: #68ab36;
}
a.btn {
	display: inline-block;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background: #68ab36;
	padding: 10px 25px;
	margin: 1.5em 0;
	border-radius: 25px;
}
a.btn-white {
	display: inline-block;
	padding: 15px 25px;
	border-radius: 25px;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	color: #f9a901;
	background: white;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #68ab36;
	color: white;
	line-height: 1;
	padding: .83em 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: .5em 1em;
	width: 100%;
  max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: none;
	padding: 5px;
	background: none;
}

textarea {
	width: 100%;
  max-width: 100%;
}

label textarea.wpcf7-form-control {
	outline: none;
	border: solid 2px #68ab36;
}
label input.wpcf7-form-control {
	outline: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 2px #68ab36;
	background: transparent;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.wrapper {
	display: block;
	width: 100%;
	float: left;
}
.container {
  max-width: 1370px;
  width: 96%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-m {
	max-width: 960px;
	margin: auto;
}
.container-s {
	max-width: 680px;
	margin: auto;
}
@media screen and (max-width: 64em) {
	.container {
		width: 100%;
	}
}
/* Flex/Grid rows */
.row-grid {
	display: grid;
}
.columns-2 {
	grid-template-columns: 1fr 1fr;
}
.columns-3 {
	grid-template-columns: 1fr 1fr 1fr;
}
.columns-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.columns-5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.columns-1-2 {
	grid-template-columns: 1fr 2fr;
}
.columns-1-3 {
	grid-template-columns: 1fr 3fr;
}
.columns-2-1 {
	grid-template-columns: 2fr 1fr;
}
.columns-2-1-3 {
	grid-template-columns: 2fr 1fr 3fr;
}
.columns-2-1-1 {
	grid-template-columns: 2fr 1fr 1fr;
}
.grid-gap {
	gap: 2.5em;
}
.grid-gap-sm {
	gap: .5em;
}
.grid-center {
	align-items: center;
}
@media only screen and (max-width:64em) {
	.grid-m {
		grid-template-columns: 1fr;
	}
}
.row-flex {
	display: flex;
}
.flex-center {
	align-items: center;
}
.flex-center-m {
	align-items: center;
}
.flex-space {
	justify-content: space-between;
}
.flex-around {
	justify-content: space-around;
}
.flex-end {
	justify-content: flex-end;
}
.flex-gap {
	gap: 2.5em;
}
@media only screen and (max-width:64em) {
	.flex-m {
		flex-direction: column;
		max-width: 100%;
	}
	.flex-center-m {
		align-items: start;
	}
}


/* Home */
.intro {
	position: relative;
	background: #F9A900;
	background: linear-gradient(90deg, rgba(249, 169, 0, 1) 0%, rgba(253, 182, 32, 1) 64%);
}

.intro-content {
	color: white;
}
.intro-content h2 {
	font-size: 2.5em;
}


@media only screen and (max-width: 64em) {
	.intro-content h2 {
		font-size: 1.8em;
	}
}

.feat {
	padding: 5em 0;
	background: #f9f9f9;
}
.feat-card {
	text-align: center;
	background: white;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;
	border-bottom-left-radius: 25px 25px;
	border-bottom-right-radius: 25px 25px;
}
.feat-card h2 {
	padding: 0 15px;
}
.feat-card p {
	padding: 0 15px;
}

.feat-card-full {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	background: white;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;
	border-radius: 25px 25px;
	border-radius: 25px 25px;
}

.page-template-page-home .page {
	margin: 0;
}
/* Content - Sidebar */
.content-area {
	float: right;
	margin: 0 0 0 -320px;
	width: 100%;
}
.site-main {
	margin: 0 0 0 320px;
}
.single .site-main,
.tax-portfolio-category .site-main,
.single-product .site-main{
	margin: 0;
}
.site-content .widget-area {
	float: left;
	overflow: hidden;
	width: 300px;
}
@media screen and (max-width: 64em) {
	.content-area {
		float: left;
		margin: 0;
		width: 100%;
	}
	.site-main {
		margin: 0;
	}
	.site-content .widget-area {
		width: 100%;
		position: relative;
		top: 0;
	}
}
/* Header */
.site-header {
	background: white;
}
@media only screen and (min-width: 64em) {
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
	}
}
.header-container {
	display: flex;
	align-items: center;
	max-width: 1370px;
  width: 96%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  margin-right: auto;
  margin-left: auto;
}
.header-right {
	margin-right: 2em;
}
.header-sticky {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.header-sticky .site-branding {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.site-logo {
}
.site-logo img {
	display: inline-block;
	margin: 0;
	width: 150px;
	height: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.header-sticky .site-logo img {
	width: 120px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.header-right {
	display: flex;
	margin-left: auto;
}

.header-contact {
	margin-right: 15px;
	display: flex;
	align-items: center;
}
.header-user {
	padding-top: .5em;
	margin-right: .5em;
}
.header-cart {
	position: relative;
	line-height: 1;
	padding: 8px;
	width: 35px;
	height: 35px;
	margin-right: .5em;
}
.cart-customlocation {
	position: absolute;
	right: -8px;
	top: -5px;
	font-size: .8em;
	font-weight: bold;
	width: 20px;
	height: 20px;
	color: white;
	background: #68ab36;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 64em) {
	.header-container {
    	display: block;
	}
	.site-logo img {
		width: 120px;
	}
	.header-right {
		position: absolute;
		top: 15px;
		right: 60px;
		margin: 0;
		padding: 0;
	}
	.header-contact span {
		display: none;
	}
}
/* Header search */

button.btn-search {
	background: transparent;
	border: none;
	position: absolute;
	right: 10px;
	top: 0;
}

.search-button button {
	background: none;
	color: #111;
	cursor: pointer;
	padding: 10px;
}

.search-popup {
	position: fixed;
	top: 0;
	right: 0;
	display: none;
	width: 100%;
	padding: 30px 0;
	z-index: 100001;
	background: white;
}
.search-popup.show-popup {
	display: block;
}

.search-popup .popup-close {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: white;
	cursor: pointer;
}

.search-popup .popup-content {
	max-width: 1235px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.search-popup .search-popup-form {
	width: 100%;
	position: relative;
}

.search-popup .search-popup-form input {
	font-size: 1em;
	text-align: center;
	color: black;
	background: white;
	width: calc(100% - 10px);
	line-height: 2.5em;
	border: solid 1px black;
	outline: none;
}

@media only screen and (max-width: 64em) {
	.search-popup,
	.header-sticky .search-popup {
		top: 0;
		background: white;
		padding: 15px;
	}
}
/* Icons */
.ico-menu {
	display: block;
	width: 20px;
	height: 20px;
	background: url('images/icons/menu_icon.svg') no-repeat center center;
}
.ico-phone {
	display: block;
	width: 40px;
	height: 40px;
	background: url('images/icons/phone_icon.svg') no-repeat center center;
}
.ico-user {
	display: block;
	width: 30px;
	height: 30px;
	background: url('images/icons/user_icon.svg') no-repeat center center;
}
.ico-cart {
	display: block;
	width: 30px;
	height: 30px;
	background: url('images/icons/cart_icon.svg') no-repeat center center;
}
.ico-search {
	display: block;
	width: 30px;
	height: 30px;
	background: url('images/icons/search_icon.svg') no-repeat center center;
}
/* Site content */
.page-header {
	text-align: center;
	padding: 1em 0;
}
.page-header .entry-title {
	margin: 0;
}
.site-content {
	margin: 120px 0 0;
}
@media only screen and (max-width: 64em) {
	.site-content {
		margin: 0;
	}
}

/* Footer */

.site-footer {
	width: 100%;
	float: left;
	clear: both;
	color: white;
	background: #68ab36;
	padding-top: 2em;
}

.footer-widgets {
	display: flex;
}
.footer-widgets .widget {
	margin-right: 2em;
}
@media only screen and (max-width: 64em) {
	.footer-widgets {
		flex-direction: column;
	}
}
.footer-widgets .widget {
	min-width: 20%;
}
.site-footer .widget-title {
	color: white;
	font-size: 1.5em;
}
.site-footer a {
	color: white;
}
.site-footer a:hover {
}
.site-footer .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-footer .menu li {
	font-size: .9em;
	padding: 0;
	margin: 0;
}
.footer-logo img {
	width: 140px;
	height: auto;
}
.site-info {
	background: #589b26;
	text-align: center;
	font-size: .9em;
	padding: 15px;
	margin-top: 2em;
}

/* News listing */

.news-listing {
	display: grid;
	--columns: 4;
	grid-template-columns: repeat(auto-fit, minmax(calc(100% / var(--columns) - 20px), 1fr));
	grid-gap: 20px;
	overflow-wrap: break-word;
}
.news-listing article {
	margin-bottom: 1.5em;
}
.news-listing .entry-title {
	text-align: center;
	font-size: 1.2em;
	line-height: 1;
}

@media only screen and (max-width: 64em) {
	.news-listing {
		--columns: 2;
	}
}
@media only screen and (max-width: 30em) {
	.news-listing {
		--columns: 1;
	}
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.posts-navigation .nav-links a {
	color: white;
	background: black;
	padding: .5em 1em;
	margin-top: 1.5em;
	display: inline-block;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0;
}

.widget select {
	max-width: 100%;
}
.widget-title {
	color: #f9aa03;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text-center {
	text-align: center;
}
.uppercase {
	text-transform: uppercase;
}
.line-h {
	line-height: 1;
}
p.no-margin,
h1.no-margin,
h2.no-margin,
h3.no-margin {
	margin: 0;
}
.add-line-leaf {
	font-size: 2.5em;
	text-align: center;
}
.add-line-leaf:after {
    display: block;
    content: '';
    width: 100px;
    height: 40px;
    background: url(images/icons/leaf_icon.svg);
    background-size: 100px 40px;
    margin: .75em auto 2em auto;
}
.add-line:after {
	display: block;
	content: "";
	width: 100px;
	height: 2px;
	background: black;
	margin: .75em 0;
}
@media only screen and (max-width: 64em) {
	.add-line-leaf {
		font-size: 1.8em;
	}
}
.white {
	color: white;
}
.green {
	color: #68ab36;
}
.bg-grey {
	background: #f9f9f9;
}
.bg-dark {
	background: #262626;
}
.bg-white {
	background: white;
}
.spaced {
	padding: 2em;
}
.spaced-xl {
	padding: 2em 4em;
}
.spaced-v {
	padding: 2.5em 0;
}
.space-v {
	margin: 2.5em 0;
}
.space-sm {
	margin: .5em;
}
@media only screen and (max-width: 64em) {
	.hide-m {
		display: none;
	}
}
/* Main navigation */
@media only screen and (min-width: 64em) {
	.main-navigation {
		margin-left: 1.5em;
	}
}

.main-navigation a {
	text-transform: uppercase;
	color: black;
	padding: 10px;
	display: block;
	font-weight: 500;
}
.main-navigation li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation .menu-toggle {
	display: none;
	cursor: pointer;
}
.main-navigation .menu {
	display: flex;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-navigation .sub-menu {
	display: none;
	margin: 0;
	padding: 15px 0;
	list-style: none;
	line-height: 1;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.main-navigation .sub-menu a {
	text-transform: none;
}
.main-navigation .sub-menu {
	min-width: 280px;
	background: white;
}
.main-navigation .menu > .menu-item > a {
	display: block;
}
.main-navigation .menu > .menu-item > a:hover {
	color: #68ab36;
}
@media only screen and (max-width: 64em) {
	.main-navigation {
		padding-top: 0;
	}
}
.main-navigation .expand-button {
	display: none;
	cursor: pointer;
}

@media only screen and (min-width: 64em) {
	.main-navigation .menu > .menu-item:hover .sub-menu {
		display: flex;
		flex-direction: column;
		position: absolute;
		left: 0;
		top: 40px;
		z-index: 9999;
		padding: 1em 0;
	}
}

@media only screen and (max-width: 64em) {
	.main-navigation .menu {
		display: none;
	}
	.main-navigation.show .menu {
		display: block;
		width: 100%;
	}
	.main-navigation .menu .menu-item {
		display: block;
		width: 100%;
	}
	.main-navigation .menu > .menu-item {
		position: relative;
	}
	.main-navigation .menu li {
		border-bottom: solid 1px #ccc;
		margin: 0;
	}
	.main-navigation .menu .sub-menu li {
		border: none;
	}
	.main-navigation .expand-button {
		font-weight: bold;
		color: black;
		display: block;
		position: absolute;
		right: 5px;
		top: 5px;
		padding: 0 10px;
		z-index: 9999;
		border-left: solid 1px #ccc;
	}
	.main-navigation .sub-menu.show {
		display: block;
	}
	.main-navigation .menu-toggle {
		display: block;
		position: absolute;
		top: .7em;
		right: .7em;
		background: transparent;
		padding: 10px;
		border: 0;
	}
}
@media screen and (min-width: 64em) {
	.main-navigation .current_page_item > a, 
	.main-navigation .current-menu-item > a, 
	.main-navigation .current_page_ancestor > a {
	  color: #68ab36;
	}
}
.ico-menu {
	display: block;
	width: 20px;
	height: 20px;
	background: url('images/nav.svg') no-repeat center center;
}
.main-navigation .lang-item {
	background: #f1f1f1;
	margin-right: 0!important;
}
.main-navigation .current-lang > a {
	color: #68ab36;
}

/* Pagination */

.page-navigation {
	width: 100%;
	display: block;
	text-align: center;
}
.page-navigation ul {
	margin: 2em;
}
.page-navigation li a,
.page-navigation li a:hover,
.page-navigation li.active a,
.page-navigation li.disabled {
    text-decoration: none;
}
 
.page-navigation li {
    display: inline;
}
 
.page-navigation li a,
.page-navigation li a:hover,
.page-navigation li.active a,
.page-navigation li.disabled {
    color: black;
    cursor: pointer;
    padding: .5em;
}
 
.page-navigation li a:hover,
.page-navigation li.active a {
    color: #8a7e88;
}


/*--------------------------------------------------------------
## FlexSlider
--------------------------------------------------------------*/
.flexslider {
}
.flexslider .widget {
	margin: 0;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider ul.slides{margin: 0; padding: 0;}
.flexslider li {list-style: none;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block; margin: 0}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}

.flexslider .slides {zoom: 1;}
.flexslider .carousel li {margin-right: 5px}


/* Direction Nav */
.flexslider .flex-direction-nav {display: none;}

/* Control Nav */
.flexslider .flex-control-nav {position: absolute; bottom: .5em; width: 100%; text-align: center; margin: 0; padding: 0; z-index: 99;}
.flexslider .flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flexslider .flex-control-paging li a {width: 12px; height: 12px; border-radius: 1em; border: solid 1px white; display: block; cursor: pointer; text-indent: -999999px;}
.flexslider .flex-control-paging li a:hover { background: white;}
.flexslider .flex-control-paging li a.flex-active { background: white; cursor: default;}


@media only screen and (max-width:64em) {
	.flexslider .flex-direction-nav {
		display: none;
	}
}


.grecaptcha-badge {
	display: none;
}
