/*!
Theme Name: Hervitas
Theme URI: http://underscores.me/
Author: Whello
Author URI: http://whello.id
Description: Whello Indonesia Theme Wordpress for Hervitas
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hervitas
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.

Zero Waste 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.

/** RESET CSS DEFAULT
*	
*	AUTHOR	: Whello Developer
*	DATE	: Oktober 2019
*/
* {
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-shadow: rgb(0, 0, 0, .01) 0 0 1px;
	vertical-align: baseline;
	background-clip: border-box;
	word-break: break-word;
}

body, html {
	width: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden }

body {
	margin: 0;
	font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	color: #000;
	-moz-block-height: normal;
	line-height: 1.35;
	font-size: 17px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #fff }

mark {
	background-color: rgb(253, 203, 110);
	color: inherit;
	padding: 2px 5px }

article, aside, details, figcaption, figure, label,
footer, header, hgroup, menu, nav, section {
	display: block }

ol, ul {
	margin: 0;
	padding: 0;
	list-style: none }

.site-content p ~ ol {
	list-style: decimal;
	padding-left: 20px;
	line-height: 1.75;
}

.site-content p ~ ul {
	list-style: disc;
	padding-left: 20px;
	line-height: 1.75;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	cursor: hand;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: -moz-inline-box;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	     align-items: flex-start }

a * {
	cursor: pointer;
	cursor: hand }

h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: 700 }

h1 {
	font-size: 48px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 27.5px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.title-red h1,
.title-red h2,
.title-red h3,
.title-red h4,
.title-red h5,
.title-red h6 {
	color: #f31239;
}

.title-blue h1,
.title-blue h2,
.title-blue h3,
.title-blue h4,
.title-blue h5,
.title-blue h6 {
	color: #2c288d;
}

.title-white h1,
.title-white h2,
.title-white h3,
.title-white h4,
.title-white h5,
.title-white h6 {
	color: #fff;
}

.title-thin-weight h2 {
	font-weight: 500;
}

img {
	-o-object-fit: cover;
	object-fit: cover;
	pointer-events: none }

p img {
	width: 100%;
	margin-top: 16px;
}

input:not([type="checkbox"]), textarea, select {
	font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
	"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
	sans-serif;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

input:not([type="checkbox"]):not([type=submit]):not([type=reset]):not([type=button]), textarea, select {
	border: 1px solid #eaeaea;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	padding: 10px 25px 14px;
	caret-color: #000;
	font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: -0.72px;
    color: #000;
}

input:not([type="checkbox"]):not([type="radio"]) {
	min-height: 45px;
}

select {
	word-wrap: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	min-height: 35px;
	background: #fff url(/wp-content/uploads/2019/11/smlarrow-bottom-blue.png) -webkit-calc(100% - 20px) 50%/18px no-repeat;
	background: #fff url(/wp-content/uploads/2019/11/smlarrow-bottom-blue.png) -moz-calc(100% - 20px) 50%/18px no-repeat;
	background: #fff url(/wp-content/uploads/2019/11/smlarrow-bottom-blue.png) calc(100% - 20px) 50%/18px no-repeat;
}

select option {
	background-color: #eaeaea;
	color: #000
}

textarea {
	height: 150px;
	resize: none;
	overflow: auto;
}

textarea::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	background-color: #a0a1b5;
}

textarea::-webkit-scrollbar
{
	width: 7px;
	background-color: #a0a1b5;
}

textarea::-webkit-scrollbar-thumb
{
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #a0a1b5;
}

input:not([type="checkbox"]):not([type=submit]):not([type=reset]):not([type=button]):active,
input:not([type="checkbox"]):not([type=submit]):not([type=reset]):not([type=button]):focus,
input:not([type="checkbox"]):not([type=submit]):not([type=reset]):not([type=button]):hover,
textarea:active, textarea:focus, textarea:hover,
select:active, select:focus, select:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	     box-shadow: none;
	border-color: #000 }

input[type=search]::-ms-clear {
	display: none;
	width : 0;
	height: 0 }

input[type=search]::-ms-reveal {
	display: none;
	width : 0;
	height: 0 }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none }


/* STYLE CTA */
p a,
label a {
	color: #2c288d;
	font-weight: 600;
}

.link-underline a:before {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 3px;
	background-color: #51b741;
}

.link-underline a {
	position: relative;
	color: inherit;
}

button, input[type=submit], input[type=reset], input[type=button] {
	border: 0;
	-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	     border-radius: 2px;
	overflow: visible;
	-webkit-box-shadow: none;
		-moz-box-shadow: none;
	     box-shadow: none;
	-webkit-appearance: button }

div.vc_btn3-container {
	margin-bottom: 0;
}

[class*="btn-"], [class*="btn-"] button, [class*="btn-"] a,
.vc_btn3-container a.vc_btn3 {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

a[class*="white"], .vc_btn3-container[class*="white"] a.vc_btn3,
button[class*="white"], [class*="white"] button,
input[type=submit][class*="white"], [class*="white"] input[type=submit],
input[type=reset][class*="white"], [class*="white"] input[type=reset],
input[type=button][class*="white"], [class*="white"] input[type=button] {
	color: #fff;
}

a[class*="red"], .vc_btn3-container[class*="red"] a.vc_btn3,
button[class*="red"], [class*="red"] button,
input[type=submit][class*="red"], [class*="red"] input[type=submit],
input[type=reset][class*="red"], [class*="red"] input[type=reset],
input[type=button][class*="red"], [class*="red"] input[type=button] {
	color: #f31239;
}

a[class*="blue"], .vc_btn3-container[class*="blue"] a.vc_btn3,
button[class*="blue"], [class*="blue"] button,
input[type=submit][class*="blue"], [class*="blue"] input[type=submit],
input[type=reset][class*="blue"], [class*="blue"] input[type=reset],
input[type=button][class*="blue"], [class*="blue"] input[type=button] {
	color: #2c288d;
}


a[class*="orange"], .vc_btn3-container[class*="orange"] a.vc_btn3,
button[class*="orange"], [class*="orange"] button,
input[type=submit][class*="orange"], [class*="orange"] input[type=submit],
input[type=reset][class*="orange"], [class*="orange"] input[type=reset],
input[type=button][class*="orange"], [class*="orange"] input[type=button] {
	color: #f07a5e;
}

a[class*="btn-arrow"], .vc_btn3-container[class*="btn-arrow"] a.vc_btn3,
button[class*="btn-arrow"], [class*="btn-arrow"] button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

a[class*="btn-arrow"]:after, .vc_btn3-container[class*="btn-arrow"] a.vc_btn3:after,
button[class*="btn-arrow"]:after, [class*="btn-arrow"] button:after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	background-position: center right;
	-webkit-background-size: contain;
	   -moz-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

a[class*="btn-arrow"]:hover:after, .vc_btn3-container[class*="btn-arrow"] a.vc_btn3:hover:after,
button[class*="btn-arrow"]:hover:after, [class*="btn-arrow"] button:hover:after {
	-webkit-transform: translateX(5px);
	   -moz-transform: translateX(5px);
	    -ms-transform: translateX(5px);
	     -o-transform: translateX(5px);
	        transform: translateX(5px);
}

a.btn-flat-green:hover, .vc_btn3-container.btn-flat-green a.vc_btn3:hover,
button.btn-flat-green:hover, .btn-flat-green button:hover,
input[type=submit].btn-flat-green:hover, .btn-flat-green input[type=submit]:hover,
input[type=reset].btn-flat-green:hover, .btn-flat-green input[type=reset]:hover,
input[type=button].btn-flat-green:hover, .btn-flat-green input[type=button]:hover {
	background-color: #7ce06c;
}

a.btn-flat-orange:hover, .vc_btn3-container.btn-flat-orange a.vc_btn3:hover,
button.btn-flat-orange:hover, .btn-flat-orange button:hover
input[type=submit].btn-flat-orange:hover, .btn-flat-orange input[type=submit]:hover,
input[type=reset].btn-flat-orange:hover, .btn-flat-orange input[type=reset]:hover,
input[type=button].btn-flat-orange:hover, .btn-flat-orange input[type=button]:hover {
	background-color: #f07a5e;
}

a.btn-arrow-smlwhite:after, .vc_btn3-container.btn-arrow-smlwhite a.vc_btn3:after,
button.btn-arrow-smlwhite:after, .btn-arrow-smlwhite button:after {
	width: 10px;
	height: 16px;
	background-image: url(/wp-content/uploads/2019/10/smlarrow-right-white.png);
}

input[type=submit].btn-arrow-smlwhite, .btn-arrow-smlwhite input[type=submit],
input[type=reset].btn-arrow-smlwhite, .btn-arrow-smlwhite input[type=reset],
input[type=button].btn-arrow-smlwhite, .btn-arrow-smlwhite input[type=button] {
	background: url(/wp-content/uploads/2019/10/smlarrow-right-white.png) -webkit-calc(100% - 25px) center/10px 16px no-repeat;
	background: url(/wp-content/uploads/2019/10/smlarrow-right-white.png) -moz-calc(100% - 25px) center/10px 16px no-repeat;
	background: url(/wp-content/uploads/2019/10/smlarrow-right-white.png) calc(100% - 25px) center/10px 16px no-repeat;
}

a.btn-arrow-lgwhite:after, .vc_btn3-container.btn-arrow-lgwhite a.vc_btn3:after,
button.btn-arrow-lgwhite:after, .btn-arrow-lgwhite button:after {
	width: 18px;
	height: 14px;
	background-image: url(/wp-content/uploads/2019/10/lgarrow-right-white.png);
}

input[type=submit].btn-arrow-lgwhite:after, .btn-arrow-lgwhite input[type=submit]:after,
input[type=reset].btn-arrow-lgwhite:after, .btn-arrow-lgwhite input[type=reset]:after,
input[type=button].btn-arrow-lgwhite:after, .btn-arrow-lgwhite input[type=button]:after {
	background: url(/wp-content/uploads/2019/10/lgarrow-right-white.png) -webkit-calc(100% - 25px) center/18px 14px no-repeat;
	background: url(/wp-content/uploads/2019/10/lgarrow-right-white.png) -moz-calc(100% - 25px) center/18px 14px no-repeat;
	background: url(/wp-content/uploads/2019/10/lgarrow-right-white.png) calc(100% - 25px) center/18px 14px no-repeat;
}

a.btn-arrow-smlred:after, .vc_btn3-container.btn-arrow-smlred a.vc_btn3:after,
button.btn-arrow-smlred:after, .btn-arrow-smlred button:after {
	width: 12px;
	height: 20px;
	background-image: url(/wp-content/uploads/2019/10/smlarrow-right-red.png);
}

input[type=submit].btn-arrow-smlred, .btn-arrow-smlred input[type=submit],
input[type=reset].btn-arrow-smlred, .btn-arrow-smlred input[type=reset],
input[type=button].btn-arrow-smlred, .btn-arrow-smlred input[type=button] {
	background: url(/wp-content/uploads/2019/10/smlarrow-right-red.png) -webkit-calc(100% - 25px) center/12px 20px no-repeat;
	background: url(/wp-content/uploads/2019/10/smlarrow-right-red.png) -moz-calc(100% - 25px) center/12px 20px no-repeat;
	background: url(/wp-content/uploads/2019/10/smlarrow-right-red.png) calc(100% - 25px) center/12px 20px no-repeat;
}

a.btn-arrow-smlblue:after, .vc_btn3-container.btn-arrow-smlblue a.vc_btn3:after,
button.btn-arrow-smlblue:after, .btn-arrow-smlblue button:after {
	width: 12px;
	height: 20px;
	background-image: url(/wp-content/uploads/2019/10/smlarrow-right-blue.png);
}

input[type=submit].btn-arrow-smlblue:after, .btn-arrow-smlblue input[type=submit]:after,
input[type=reset].btn-arrow-smlblue:after, .btn-arrow-smlblue input[type=reset]:after,
input[type=button].btn-arrow-smlblue:after, .btn-arrow-smlblue input[type=button]:after {
	background: url(/wp-content/uploads/2019/10/smlarrow-right-blue.png) -webkit-calc(100% - 25px) center/12px 20px no-repeat;
	background: url(/wp-content/uploads/2019/10/smlarrow-right-blue.png) -moz-calc(100% - 25px) center/12px 20px no-repeat;
	background: url(/wp-content/uploads/2019/10/smlarrow-right-blue.png) calc(100% - 25px) center/12px 20px no-repeat;
}

a.btn-arrow-smlorange:after, .vc_btn3-container.btn-arrow-smlorange a.vc_btn3:after,
button.btn-arrow-smlorange:after, .btn-arrow-smlorange button:after {
	width: 12px;
	height: 20px;
	background-image: url(/wp-content/uploads/2019/10/smlarrow-right-orange.png);
}

input[type=submit].btn-arrow-smlorange, .btn-arrow-smlorange input[type=submit],
input[type=reset].btn-arrow-smlorange, .btn-arrow-smlorange input[type=reset],
input[type=button].btn-arrow-smlorange, .btn-arrow-smlorange input[type=button] {
	background: url(/wp-content/uploads/2019/10/smlarrow-right-orange.png) -webkit-calc(100% - 25px) center/12px 20px no-repeat;
	background: url(/wp-content/uploads/2019/10/smlarrow-right-orange.png) -moz-calc(100% - 25px) center/12px 20px no-repeat;
	background: url(/wp-content/uploads/2019/10/smlarrow-right-orange.png) calc(100% - 25px) center/12px 20px no-repeat;
}

a.btn-flat-green, .vc_btn3-container.btn-flat-green a.vc_btn3,
button.btn-flat-green, .btn-flat-green button,
input[type=submit].btn-flat-green, .btn-flat-green input[type=submit],
input[type=reset].btn-flat-green, .btn-flat-green input[type=reset],
input[type=button].btn-flat-green, .btn-flat-green input[type=button] {
	background-color: #51b741;
	color: #fff;
	font-weight: 700;
}

a.btn-flat-orange, .vc_btn3-container.btn-flat-orange a.vc_btn3,
button.btn-flat-orange, .btn-flat-orange button,
input[type=submit].btn-flat-orange, .btn-flat-orange input[type=submit],
input[type=reset].btn-flat-orange, .btn-flat-orange input[type=reset],
input[type=button].btn-flat-orange, .btn-flat-orange input[type=button] {
	background-color: #f67252;
	color: #fff;
	font-weight: 700;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
	background-position: -webkit-calc(100% - 20px) center;
	background-position: -moz-calc(100% - 20px) center;
	background-position: calc(100% - 20px) center;
}

button:not(:disabled), input[type=submit]:not(:disabled),
input[type=reset]:not(:disabled), input[type=button]:not(:disabled), select {
	cursor: pointer;
	cursor: hand }

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none }

button, select {
	text-transform: none }

input[type="radio"], input[type="checkbox"] {
	-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding: 0;
	cursor: pointer }

input[type="date"], input[type="time"], input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: none 
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
    display: none;
    -webkit-appearance: none;
}

div#ui-datepicker-div {
	z-index:1000!important;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto }

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none }

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none }

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button }

.input-field {
	margin-bottom: 25px;
	position: relative;
}

.input-field label.error {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    font-size: 14px;
    padding-left: 0;
}

.input-field.lghalf-field {
	width: -webkit-calc(65% - 10px);
	width: -moz-calc(65% - 10px);
	width: calc(65% - 10px);
}

.input-field.smlhalf-field {
	width: -webkit-calc(35% - 10px);
	width: -moz-calc(35% - 10px);
	width: calc(35% - 10px);
}

.wpcf7-form > *:not([class*="half-field"]) {
	width: 100%;
}

.input-field input:not([type="checkbox"]), textarea, select {
	width: 100%;
}

.input-field label {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.64px;
	color: #000;
}

.input-field label span {
	color: #ecbcc5;
}

.submit-field {
	margin-top: 10px;
}

fieldset {
	min-width: 0;
	border: 0 }

progress {
	vertical-align: baseline }

table {
	border-collapse: collapse;
	border-spacing: 0 }

th, td {
	vertical-align: middle; }

audio, video {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top }

hr {
	-webkit-box-sizing: content-box;
			-moz-box-sizing: content-box;
	     box-sizing: content-box;
	height: 0;
	overflow: visible }

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit }

dd {
	margin-left: 0 }

pre, code, kbd, samp {
	font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace }

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto }

svg {
	overflow: hidden;
	vertical-align: middle }

.container {
	max-width: 1170px;
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
	margin: 0 auto }

[hidden] {
	display: none !important }

abbr[title] {
	border-bottom: none;
	text-decoration: none;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none }

/* Wordpress Reset & Plugin Standard Whello */

#content.site-content input[type="checkbox"] {
	display: inline-block;
	min-width: 20px;
	height: 20px;
	min-height: 20px;
	margin: 0 0 5px;
	padding: 0;
	line-height: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
	border: 2px solid #e2e2e2;
	cursor: pointer;
	background: center/13px no-repeat;
	background-color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-appearance: none;
}

#content.site-content input[type="checkbox"]:hover {
	background-image: url(/wp-content/uploads/2019/10/zerowaste-tick.svg);
}

body > .site {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;
}

body > .site > .site-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	   -moz-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}

.vc_btn3-container .vc_btn3.vc_general,
.vc_btn3-container .vc_btn3.vc_general:hover {
	background-image: none;
	background-color: rgba(0,0,0,0);
}

.wpb_text_column p:not(:first-of-type) {
	margin-top: 16px;
}

/* Contact Form */
.wpcf7 .wpcf7-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.wpcf7-form .wpcf7-not-valid-tip {
	color: #ecbcc5;
	position: absolute;
	top: 100%;
	left: 0;
	white-space: nowrap;
	font-size: 14px;
}

.wpcf7-form .wpcf7-form-control-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng {
	border-color: #ecbcc5;
	background-color: #a0a1b5;
	color: #ecbcc5;
}

.wpcf7-form .wpcf7-response-output {
	margin: 25px 0 0 0;
	padding: 7px 12px;
	font-weight: 600;
}

.wpcf7-form input.wpcf7-submit {
	padding: 20px 50px 20px 25px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-left: auto;
	white-space: normal;
}

.wpcf7-form input[type="checkbox"] ~ .wpcf7-list-item-label {
	display: none;
}

.wpcf7-form br {
	display: none;
}

.wpcf7-form .check-field {
	position: relative;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.wpcf7-form .check-field .wpcf7-list-item {
	margin: 0;
}

.wpcf7-form input[type="checkbox"] ~ *:last-child {
	font-size: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 2px solid #a0a1b5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .mc4wp-checkbox {
	position: relative;
	width: 18px;
	height: 18px;
	display: block;
}

.wpcf7-form input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
}

.wpcf7-form input[type="checkbox"]:hover ~ *:last-child, .wpcf7-form input[type="checkbox"]:checked ~ *:last-child {
	border-color: #000
}

.wpcf7-form input[type="checkbox"]:checked ~ *:last-child:before {
	content: '';
	width: 8px;
	height: 5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(135deg) translate(-1px, 1px);
	   -moz-transform: rotate(135deg) translate(-1px, 1px);
	    -ms-transform: rotate(135deg) translate(-1px, 1px);
	     -o-transform: rotate(135deg) translate(-1px, 1px);
	        transform: rotate(135deg) translate(-1px, 1px);
}

.wpcf7-form .check-field label {
	margin-top: -2px;
	margin-left: 10px;
}

.wpcf7-form-control:not([type="submit"]):not(select) {
	background: #fff -webkit-calc(100% - 20px) 50%/18px no-repeat;
	background: #fff -moz-calc(100% - 20px) 50%/18px no-repeat;
	background: #fff calc(100% - 20px) 50%/18px no-repeat;
}

.wpcf7-form-control:not([type="submit"]):not(select).valid {
    background-image: url(/wp-content/uploads/2019/10/hervitas-check-green.png);
}


*:focus, *:active, *:visited, *:hover {
	outline: 0 }

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	     box-sizing: border-box }

::-moz-selection {
	color: #fff;
    background-color: #a0a1b5;
    text-shadow: none }

::selection {
    color: #fff;
    background-color: #a0a1b5;
    text-shadow: none }

.cat-list::-webkit-scrollbar { width: 0 !important; height: 0; }

.cat-list { overflow: -moz-scrollbars-none; }

.cat-list { -ms-overflow-style: none; }

.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	margin-top: 80px;
}

.pagination .page-numbers:not(:first-child) {
    margin-left: 10px;
}

.pagination .page-numbers:not(.current) {
    font-weight: 600;
    color: #2c288d;
}

.pagination .page-numbers.current {
    background-color: #2c288d;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    color: #fff;
    font-weight: 700;
}

.pagination .page-numbers {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.popup.popup-active {
	visibility: visible;
	opacity: 1;
}

.popup:not(.popup-active) {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.popup .overlay-popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
}

.popup > *:not(.overlay-popup) {
	z-index: 2;
	max-width: -webkit-calc(100% - 40px);
	max-width: -moz-calc(100% - 40px);
	max-width: calc(100% - 40px);
}

.popup .form-search {
	width: -webkit-calc(1170px / 2);
	width: -moz-calc(1170px / 2);
	width: calc(1170px / 2);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.popup .form-search input:not([type="checkbox"]):not([type=submit]):not([type=reset]):not([type=button]) {
	width: 100%;
	background-color: rgba(0,0,0,0);
	font-size: 20px;
	padding: 20px 50px 20px 10px;
	color: #fff;
	border-color: rgba(0,0,0,0);
	border-bottom-color: #fff;
	position: relative;
	left: 20px;
	caret-color: #fff;
}

.popup .form-search .searchsubmit {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: rgba(0,0,0,0) url(/wp-content/uploads/2019/10/search-white-outline.svg) center/25px no-repeat;
	position: relative;
	left: -28px;
	top: 10px;
}

.popup .form-search .close-popup {
	position: absolute;
	font-size: 50px;
	color: #f31239;
	width: 65px;
	height: 65px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 0;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.popup .form-search .close-popup:hover {
	-webkit-transform: rotate(90deg) translate(5px, -5px);
	   -moz-transform: rotate(90deg) translate(5px, -5px);
	    -ms-transform: rotate(90deg) translate(5px, -5px);
	     -o-transform: rotate(90deg) translate(5px, -5px);
	        transform: rotate(90deg) translate(5px, -5px);
}

div#ui-datepicker-div {z-index:99999!important;}
