/*!
Theme Name: ADPV
Theme URI: https://re-fresh.ro/
Author: RE
Author URI: https://re-fresh.ro/
Description: Description
Version: 1.0.0
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 with others.

underscore_re is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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 {
	font-size: 2em;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 900;
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

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

/* 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: black;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-optical-sizing: auto;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 150%;
	line-height: 1;
	color: black;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	color: white;
	background: #091618;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	padding: .85em 2em;
	outline: none;
	border-radius: 1.5em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

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 {

}

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: black;
	background: white;
	font-size: 1.2em;
	font-weight: 700;
	border: none;
	padding: .5em;
	margin-bottom: 1.5em;
	outline: none;
	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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 2em;
	padding: .5em;
	outline: none;
	max-width: 100%;
	min-width: 150px;
}

textarea {
	width: 100%;
}
label {
}

.wpcf7 p {
	margin: 0;
}
#mc_embed_signup {
	max-width: 100%!important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00a130;
	text-decoration: none;
}
a:visited {
}
a:hover, a:focus, a:active {
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}

a.btn-white {
	text-transform: uppercase;
	color: black!important;
	display: inline-block;
	padding: 1em 2em;
	margin-bottom: 1em;
	font-weight: 600;
	color: black;
	background: white;
	border-radius: 2em;
}
a.btn {
	text-transform: uppercase;
	color: black!important;
	display: inline-block;
	padding: 1em 2em;
	margin-bottom: 1em;
	font-weight: 600;
	color: white!important;
	background: #091618;
	border-radius: 2em;
}

.btn-list {
	margin-right: 1em;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
}
.main-navigation a {
	color: white;
	padding: 5px 10px;
	display: block;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.main-navigation li {
	position: relative;
	list-style: none;
	margin: 0 5px;
}
.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: .65em 0;
	list-style: none;
	line-height: 1;
}
.main-navigation .sub-menu a {
	text-transform: none;
}
.main-navigation .sub-menu {
	min-width: 280px;
	background: rgba(20, 20, 20, 1.0);
}
.main-navigation .menu > .menu-item > a {
	display: block;
}
.main-navigation .menu > .menu-item > a:hover {
	color: #00a130;
}
@media only screen and (max-width: 64em) {
	.main-navigation {
		padding-top: 0;
	}
	.main-navigation .menu > .menu-item > a:hover {
		border: none;
	}
}
.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: 35px;
		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 {
		margin: 0;
	}
	.main-navigation .expand-button {
		color: white;
		display: block;
		position: absolute;
		right: .5em;
		top: 0;
		padding: 5px;
	}
	.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: #00a130;
	}
}
.ico-menu {
	display: block;
	width: 20px;
	height: 20px;
	background: url('images/nav.svg') no-repeat center center;
}
.posts-navigation {
	width: 100%;
	display: block;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.nav-next:after {
	content: "\203A";
	margin-left: .5em;
    display: inline-block;
    font-size: 1.5em;
}
.nav-previous:before {
	content: "\2039";
	margin-right: .5em;
    display: inline-block;
    font-size: 1.5em;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
	clip-path: none;
	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;
	/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments colors and texts
--------------------------------------------------------------*/
.uppercase {
	text-transform: uppercase;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text-center {
	text-align: center;
}
.no-margin {
	margin: 0;
}
.space-v {
	margin: 3em 0;
}
.spaced {
	padding: 3em;
}
.spaced-v {
	padding: 3em 0;
}
.white {
	color: white;
}
.grey {
	color: #919191;
}
.black {
	color: black;
}
.red {
	color: #cf2e2e;
}
.green {
	color: #00a130;
}
.bordered {
	border: 1px #b1b1b1 dashed;
	padding: 2em;
}
.add-line::after {
  display: block;
  content: "";
  width: 50px;
  height: 3px;
  background: black;
  margin: .75em 0;
}
.bg-grey {
	background: #3a3a3a;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Containers */
.wrapper {
	display: block;
	position: relative;
	width: 100%;
	float: left;
}
.container {
	max-width: 1320px;
	margin: 0 auto;
}
.container-m {
	max-width: 960px;
	margin: 0 auto;
}
.container-s {
	max-width: 560px;
	margin: 0 auto;
}
@media screen and (max-width: 64em) {
	.container {
		padding: 0 15px;
	}
}

/* Grid  */
.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-2-1 {
	grid-template-columns: 2fr 1fr;
}
.columns-icon {
	grid-template-columns: 120px 1fr;
}
.grid-gap {
	grid-gap: 0 2.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-space {
	justify-content: space-between;
}
.flex-gap {
	gap: 1em;
}
@media only screen and (max-width:64em) {
	.flex-m {
		flex-direction: column;
		max-width: 100%;
	}
}
/* Header */
@media screen and (max-width: 64em) {
	.site-header {
		background: #0e272b;
	}
}
@media screen and (min-width: 64em) {
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}
}
.archive .site-header,
.single .site-header,
.page-template-default .site-header {
	background: #0e272b;
}
.archive .site-content,
.single .site-content,
.page-template-default .site-content {
	margin-top: 100px;
}
.header-container {
	max-width: 1320px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.header-sticky {
	background: #0e272b;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.header-sticky .header-container {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.site-logo {
	width: 100px;
	height: auto;
	display: block;
	margin: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.header-sticky .site-logo {
	width: 75px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.header-widget {
	padding-right: 1em;
	color: white;
}
.header-widget i {
	padding: 0 .5em;
}
.header-widget .widget {
	margin: 0;
}
.header-widget a {
	color: #00a130;
}

@media only screen and (max-width: 64em) {
	.site-logo {
		width: 50px;
	}
	.header-widget {
		display: none;
	}
	.header-container {
		display: block;
		padding: 0;
	}
	.site-branding {
		padding: 10px;
	}
}

/* Video background*/

.vidbg-container {
	position: absolute;
	top: 0px; 
	left: 0px; 
	bottom: 0px; 
	right: 0px; 
	overflow: hidden;
	z-index: -1;
}
.vidbg-container video {
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);	
	transition: 1s opacity;
	border: none;
}

/* Hero */

.hero-container {
	background: rgba(0, 0, 0, .5);
	min-height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
}
.hero-content {
	max-width: 1320px;
	margin: 0 auto;
	color: white;
	padding: 15px;
}
.hero-content h1,
.hero-content h3 {
	line-height: 1;
}
.hero-content h1 {
	font-size: 2.8em;
}

@media only screen and (max-width: 64em) {
	.hero-container {
		min-height: 520px;
	}
	.hero-content h1 {
		font-size: 2.2em;
	}
}
.home-content .entry-content {
	margin: 0;
}
.site-footer {
	padding: 1em 0;
	display: block;
	color: white;
	background: #091618;
	width: 100%;
	float: left;
}
.footer-navigation {
}
.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.footer-navigation li {
	margin-right: 1em;
}
.footer-navigation a {
	font-size: .9em;
	color: white;
}
.footer-navigation a:hover {
	color: #00a130;
}
.social a {
	color: white;
	padding: .5em;
}
.site-info {
	font-size: .8em;
}
.site-info a {
	color: white;
}

.site-footer .socials {
	justify-content: center;
}
@media only screen and (max-width: 64em) {
	.footer-navigation ul {
		justify-content: center;
	}
	.site-info {
		text-align: center;
	}
}

.ico-center-r {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 135px;
	height: 135px;
	margin: 0 auto;
	border: 1px solid #8b8b8b;
	border-radius: 50%;
}
.ico-center-r:hover {
	border: solid 3px black;
}
.testimonials {
	width: 100%;
}
.testimonials article {
	border-radius: 1.5em;
	padding: 1.5em;
	background: #ededed;
}

.testimonials .clip-circle img {
	width: 100px;
	height: 100px;
	clip-path: circle(50px at center);
	position: relative;
}

/* Logo widget  */
.logos .widget {
	margin: 2em 0;
}
.logos .widget img {
	height: 30px!important;
	width: auto;
	margin: 0 auto;
}

.feat-box {
	display: flex;
}
.feat-box-icon {
	width: 70px;
	height: 70px;
	border-radius: 200px;
	color: white;
	background: #00a130;
	text-align: center;
	display: block;
	position: relative;
	font-size: 24px;
	line-height: 73px;

}
.feat-box-icon:after {
	position: absolute;
	background: transparent;
	border-radius: 200px;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
	border: 2px solid #00a130;
	content: '';
}
.feat-box-content {
	width: calc(100% - 80px);
}

.feat-box-left,
.feat-box-right {
	margin-top: 100px;
}
.feat-box-left .feat-box  .feat-box-icon {
	order: 2;
}
.feat-box-left .feat-box .feat-box-content {
	text-align: right;
	margin-right: 15px;
}

.feat-box-right .feat-box .feat-box-content {
	margin-left: 15px;
}

@media only screen and (max-width: 64em) {
	.feat-box-center {
		display: none;
	}
	.feat-box-left .feat-box  .feat-box-icon {
		order: 0;
	}
	.feat-box-left,
	.feat-box-right {
		margin-top: 0;
	}
	.feat-box-left .feat-box .feat-box-content,
	.feat-box-right .feat-box .feat-box-content {
		text-align: left;
		margin-left: 15px;
		margin-right: 0;
	}
}
.socials {
	display: flex;
}
a.social-link {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Popup  */
.order-popup-extra {
  display: none;
  position: relative;
}
.order-popup-extra.show-popup {
  display: block;
  position: fixed;
  overflow-y:scroll;
  z-index: 99999;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
  background: rgba(0, 0, 0, .5);
}
.order-popup-extra .order-close-extra {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 10px;
}
.order-popup-extra .order-content {
  position: relative;
  margin: 5% auto 0 auto;
  width: 500px;
  max-width: 100%;


  display: block;
  padding: 20px;
  background: white;
  border-radius: 10px;
}


/* Home feat */
.home-feat {
	background: #ededed;
}
.home-feat .widget {
	display: block;
	float: left;
	width: 100%;
	margin:1.5em 0;
}
.home-feat .feat-content {
  max-width:50%;
  float:left;
  padding:0 2em;
  margin-top:2em
}
.home-feat .feat-image img {
	border-radius: 1.5em;
}
.home-feat section:nth-of-type(odd) .feat-image {
  max-width:45%;
  float:right
}
.home-feat section:nth-of-type(even) .feat-image {
  max-width:45%;
  float:left
}
@media only screen and (max-width:64em) {
  .home-feat .feat-content {
    max-width:100%;
    width:100%
  }
  .home-feat section:nth-of-type(odd) .feat-image,
  .home-feat section:nth-of-type(even) .feat-image {
    margin:0 auto;
    float:none;
    max-width:100%
  }
  .home-feat h1 {
    font-size:1.8em
  }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-hero {
	background: rgba(0,0,0,0.4);
	color: white;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 640px;
	text-align: center;
}
.page-hero .entry-header {
	max-width: 1100px;
}
.page-hero .page-title {
	font-size: 3em;
	text-transform: uppercase;
	line-height: 1;
}

@media only screen and (max-width: 64em) {
	.page-hero {
		min-height: 220px;
	}
	.page-hero .page-title {
		font-size: 1.8em;
	}
}

.page-title {
	font-size: 3em;
	text-align: center;
	text-transform: uppercase;
}
.page-title::after {
	content: '';
	display: block;
	width: 70px;
	height: 3px;
	background: #00a130;
	margin: 15px auto;
}
.page-description {
	text-align: center;
	max-width: 1000px;
	padding: 0 15px;
	margin: 0 auto;
}
.page-description a {
	color: #cf2e2e;
}
.post-thumbnail {
	width: 100%;
	text-align: center;
}
.single .entry-title {
	text-align: center;
}
.tag-list a {
	display: inline-block;
	font-size: .9em;
	padding: 5px 10px;
	border: solid 1px black;
	border-radius: 15px;
	margin: 5px;
}
.sticky {
	display: block;
}

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

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

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

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

/* Grid listing */
.grid-listing {
	display: flex;
    flex-wrap: wrap;
    align-items: top;
    grid-gap: 25px;
}
.grid-listing article {
	width: 31%;
	background: white;
	-webkit-box-shadow: 5px 5px 20px -8px rgba(0,0,0,.3);
	-moz-box-shadow: 5px 5px 20px -8px rgba(0,0,0,.3);
	box-shadow: 5px 5px 20px -8px rgba(0,0,0,.3);
}
.grid-listing .post {
	margin-bottom: 25px;
}

.grid-listing img {
	display: block;
	margin: 0;
}
.grid-listing .entry-header {
	padding-top: 1em;
	border-top: solid 3px #00a130;
}
.grid-listing .entry-title {
	padding: 0 2em;
	line-height: 1em;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.grid-listing .entry-content {
	padding: 0 2em;
}

@media only screen and (max-width: 64em) {
	.grid-listing article {
	  	width: 48%;
		border: solid 1px #f1f1f1;
		background: white;
	}
}
@media only screen and (max-width: 32em) {
	.grid-listing article {
	  	width: 100%;
	}
}
.read-more {
	color: white;
	background: #091618;
	padding: 5px 15px;
	display: inline-block;
	font-weight: bold;
}

/* Portfolio masonry grid */

.grid-item {
	width: 33.33%;
	padding: 0 10px;
}
@media only screen and (max-width:48em) {
	.grid-item {
		width: 100%;
	}
}
/* Portfolio listing */

figure.portfolio-item {
	display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}


figure.portfolio-item figcaption {
      position: absolute;
      bottom: 0;
      margin: 0;
      width: 100%;
      box-sizing: border-box;
      background: rgba(256, 256, 256, 0.9);
      transition: opacity .25s ease-in-out;
      text-align: center;
      opacity: 0;
}

figure.portfolio-item h2 {
      color: #000;
      display: block;
      width: 100%!important;
      line-height: inherit;
      opacity: 0;
      font-size: 1em;
      margin: 1em 0;
}
figure.portfolio-item figcaption::before,
figure.portfolio-item figcaption::after {
      pointer-events: none;
}

figure.portfolio-item:hover figcaption,
figure.portfolio-item:hover h2{
	  opacity: 1;
}

figure.portfolio-item  img {
	width: 100%;
    max-width: 100%;
    transition: all 0.5s;
    display: block;
    height: auto;
    transform: scale(1);
}
figure.portfolio-item:hover img {
    transform: scale(1.1);
}
figure.portfolio-item .post-thumbnail {
	max-width: 100%;
	overflow: hidden;
}
.single .post-thumbnail {
	text-align: center;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding: .5em;
}
.gallery-item img {
	display: block;
	margin: 0;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

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

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

.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-caption {
	display: block;
}
@media only screen and (max-width: 48em) {
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item{
		max-width: 50%!important;
	}
}

/*--------------------------------------------------------------
## FlexSlider
--------------------------------------------------------------*/

/* 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;}
.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;}
.carousel li {margin-right: 5px}

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

/* Control Nav */
.flex-control-nav {position: absolute; bottom: 2em; left: 0; right: 0; text-align: center; margin: 0; padding: 0;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 12px; height: 12px; display: block; border: solid 1px white; border-radius: 1em;  cursor: pointer; text-indent: -9999px;}
.flex-control-paging li a:hover { background: white;}
.flex-control-paging li a.flex-active { background: white; cursor: default;}



/* Slick Slider */

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #3f72a7;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 50px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 15px;
    height: 15px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{

    font-size: 30px;
    line-height: 15px;

    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 15px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@font-face {
    font-family: 'Conthrax';
    src: url('font/conthrax-sb.woff');
}