/*
Theme Name: Analytics Support Theme
Version: 1.0
Author: Fanatiek media
Author URI: https://fanatiekmedia.nl/
*/

/***************************
          FONTS
***************************/

@font-face {
	font-family: 'Gotham-Font';
	src: url('./assets/fonts/Gotham-Light.woff2') format('woff2'),
		 url('./assets/fonts/Gotham-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: 'Gotham-Font';
	src: url('./assets/fonts/Gotham-Bold.woff2') format('woff2'),
		 url('./assets/fonts/Gotham-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
}

/***************************
          GENERAL
***************************/

body {
	width: 100%;
	font-family: 'Gotham-Font';
	font-weight: 300;
	color: #000;
}

html {
	font-size: 100%;
	width: 100%;
}

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

a {
	color: #ED8734;
	text-decoration: underline;
	transition: all 0.3s ease;
}

a:hover {
	color: #c46619;
	text-decoration: none;
}

.togglecookies {
	color: #ED8734;
	text-decoration: underline;
	transition: all 0.3s ease;
	cursor: pointer;
}

.togglecookies:hover {
	color: #c46619;
	text-decoration: none;
}


p {
	margin: 0 0 15px;
	line-height: 150%;
	font-size: 17px;
}

strong, b {
	font-weight: bold;
	color: #000;
}

ul {
	margin: 0 0 15px;
}

li {
	font-size: 17px;
	line-height: 150%;
}

.btn, 
.button, 
.inline-btn a,
.facetwp-load-more {
	border: 0px solid;
	background-color: #ED8734;
	color: #fff;
	display: inline-block;
	padding: 10px 30px;
	position: relative;
	cursor: pointer;
	font-weight: 400;
	line-height: 100%;
	margin: 0;
	width: auto;
	max-width: 100%;
	text-align: center;
	border-radius: 20px 0px 30px 20px;
	font-size: 20px;
	transition: all .4s ease-in-out;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 300;
}

.btn:hover, 
.btn:focus, 
.button:hover, 
.button:focus, 
.inline-btn a:hover, 
.inline-btn a:focus,
.facetwp-load-more:hover,
.facetwp-load-more:focus {
	transition: all .4s ease-in-out;
	transform: scale(1.05);
	color: #fff;
	text-decoration: none;
	outline: none;
}

#gdprc_bar .container .gdprc_actions .gdprc_button {
	padding: 9px 20px 8px;	
}

.secondary {
	border: 2px solid #fff;
	background-image: url('./assets/images/arrow-right.svg');
	background-color: transparent;
	padding: 9px 45px 8px 25px;
}

.secondary:hover,
.secondary:focus {
	background-color: #fff;
	color: #00cb47;
	background-image: url('./assets/images/arrow-right.svg');
}

input, textarea {
    padding: 15px 25px;	
	font-family: 'Gotham-Font';
    border: 1px solid #d1d1d1;
    color: #4e4e4e;
    border-radius: 25px;
    width: 100%;
   	outline: none;
}

input[type="text"],
input[type="email"],
textarea {
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

textarea {
	height: 150px;
}

select {
	-webkit-appearance: none;
	background-image: url('./assets/images/updown.svg');
	background-repeat: no-repeat;
	background-size: 12px 16px;
	background-position: right 20px center;
	background-color: #606060;
	font-family: 'Gotham-Font';
	border: 0px solid;
	border-radius: 25px 0 35px 25px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
	max-width: 100%;
	padding: 15px 45px 15px 25px;	
	color: #fff;
	outline: none;
}

[type="checkbox"], [type="radio"] {
	width: auto;
}

::placeholder {
  color: #B5B5B5;
  opacity: 1; 
}

:-ms-input-placeholder {
  color: #B5B5B5;
}

::-ms-input-placeholder { 
  color: #B5B5B5;
}

table {
	width: 100%;
}

table td {
	padding: 5px 20px 5px 0;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
    padding: 0 20px;	
}

.container.small {
	max-width: 670px;
}

.container.large {
	max-width: 1560px;
}

@media only screen and (min-width:768px) {
	
	.container {
		padding: 0 30px;
	}
	
	p {
		font-size: 18px;
	}
	
	li {
		font-size: 18px;
	}
	
}

/* stop stacking issues */
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

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

/***************************
		   HEADINGS
***************************/

h1, h2, h3, h4, h5 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #000;
}

h1 {
	font-size: 30px;
	margin: 0 0 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

@media only screen and (min-width:768px) {
	
	
	h1 {
		font-size: 40px;
	}
	
	h2 {
		font-size: 30px;
	}
	
	h3 {
		font-size: 22px;
	}
	
	h4 {
		font-size: 20px;
	} 
	
	
}

@media only screen and (min-width:1024px) {
	
	
	h1 {
		font-size: 44px;
	}
	
	h2 {
		font-size: 36px;
	}
	
	h3 {
		font-size: 24px;
	}
	
	h4 {
		font-size: 22px;
	} 
	
	
}

/***************************
		   COLUMNS
***************************/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.column {
	display: block;
	width: 100%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.small-1-2 {
	width: 50%;
}

@media only screen and (min-width:768px) { 
	
	.medium-1-5 {
		width: 20%;
	}
	
	.medium-1-4 {
		width: 25%;
	}
	
	.medium-3-10 {
		width: 30%;
	}

	.medium-1-3 {
		width: 33.33334%;
	}
	
	.medium-35 {
		width: 35%;
	}
	
	.medium-2-5 {
		width: 40%;
	}
	
	.medium-45 {
		width: 45%;
	}

	.medium-1-2 {
		width: 50%;
	}
	
	.medium-55 {
		width: 55%;
	}
	
	.medium-3-5 {
		width: 60%;
	}
	
	.medium-2-3 {
		width: 66.66666%;
	}

}

@media only screen and (min-width:1024px) { 
	
	.large-1-5 {
		width: 20%;
	}
	
	.large-1-4 {
		width: 25%;
	}
	
	.large-3-10 {
		width: 30%;
	}
	
	.large-1-3 {
		width: 33.33334%; 
	}
	
	.large-2-5 {
		width: 40%;
	}

	.large-1-2 {
		width: 50%;
	}
	
	.large-2-3 {
		width: 66.66666%;
	}
	
	.large-3-4 {
		width: 75%;
	}

}

@media only screen and (min-width:1440px) {
	
	.xlarge-1-5 {
		width: 20%;
	}
	
	.xlarge-1-4 {
		width: 25%;
	}
	
	.xlarge-3-10 {
		width: 30%;
	}
	
	.xlarge-1-2 {
		width: 50%;
	}
	
	.xlarge-3-5 {
		width: 60%;
	}
	
	.xlarge-4-5 {
		width: 80%;
	}
	
}


/***************************
    HEADER & NAVIGATION
***************************/

.header {
	position: relative;
	padding: 10px 0;
	height: 85px;
	background-color: #fff;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	text-align: center;
	z-index: 999;
}

.header-logo {
	width: 190px;
	margin: 0 0 0 20px;
	display: inline-block;
	position: relative;
	z-index: 9;
}

.toggle-nav {
	background-image: url('./assets/images/menuicon.svg');
	background-size: 36px 27px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 80px;
	border: 0px;
	font-size: 12px;
	text-align: center;
    padding: 30px 0 0;
    margin: 5px 3px 0 0;
	color: #000; 
	text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 0;
}

.toggle-nav:focus {
	outline: none;
}

.header-nav {
	float: left;
}

.header-nav .site-menu {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ed8735;
	padding: 60px 15px 60px;
	box-sizing: border-box;
	z-index: 999;
	text-align: left;
	transition: all 0.5s ease;
	transform: scale(1,1) translate(0, -105%);
}

.show-nav .site-menu {
	right: 0;
	transform: scale(1,1) translate(0,0);
}

.header-nav .site-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.header-nav .site-menu ul li {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 40px 0 0;
}

.header-nav .site-menu ul li .submenu-button {
	position: absolute;
	top: 8px;
	right: 5px;
	background-image: url('./assets/images/arrow-right.svg');
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	text-align: center;
	transform: rotate(90deg);
}

.header-nav .site-menu ul li .submenu-button.active {
	transform: rotate(-90deg);
}

.header-nav .site-menu ul li a {
	padding: 10px 30px;
	font-size: 26px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.header-nav .site-menu .off-canvas-close {
	position: absolute;
	top: 30px;
	right: 30px;
	background-image: url('./assets/images/close.svg');
	background-size: 100% 100%;
	width: 32px;
	height: 32px;
	z-index: 99;
}

.header-nav .site-menu .cta {
	padding: 30px 30px 0;
}

.header-nav .site-menu .cta a {
	display: inline-block;
	padding: 10px 25px;
	text-decoration: none;
	border-radius: 20px 0px 30px 20px;
	font-size: 22px;
	color: #ED8734;
	background-color: #fff;
}

.header-nav .site-menu .cta a:hover {
	transform: scale(1.05);
}

@media only screen and (min-width:1024px) { 

	.header {
		padding: 10px 0;
		height: 105px;
	}
	
	.header .container {
		position: relative;
	}
	
	.header-logo {
		z-index: 999;
		width: 240px;
	}
	
	.header:before {
		background-size: 360px 302px;
		width: 360px;
		height: 302px;
	}
	
	.toggle-nav {
		display: none;
	}
	
	.header-nav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	
	.header-nav .site-menu,
	.show-nav .header-nav .site-menu { 
		background: transparent;
		position: relative;
		width: 100%;
		height: auto;
		display: inline-block;
		right: auto;
		left: auto;
		top: auto;
		z-index: 9;
		padding: 23px 0 0;
		transform: none;
	}

	.header-nav .site-menu ul {
		list-style: none;
		margin: 0;
		padding: 0 0 0 35px;
		font-size: 0px;
		display: inline-block;
	}

	.header-nav .site-menu ul li {
		display: inline-block;
		position: relative;
		padding: 0 0 10px;
		margin: 0;
		width: auto;
	}

	.header-nav .site-menu ul li a {
		color: #000;
		padding: 10px 0;
		margin: 0 0 0 18px;
		display: inline-block;
		position: relative;
		line-height: 100%;
		font-size: 18px;
	}
	
	.header-nav .site-menu ul li:first-child a {
		margin: 0;
	}
	
	.header-nav .site-menu ul li a:before {
		content: '';
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 4px;
		background: #ED8734;
		border-radius: 2px;
		transform: translate(0,500%);
		transition: all 0.3s ease;
		opacity: 0;	
	}
	
	.header-nav .site-menu ul li.current-menu-item a:before,
	.header-nav .site-menu ul li.current-menu-parent a:before,
	.header-nav .site-menu ul .current-page-ancestor a:before,
	.header-nav .site-menu ul li > a:hover:before,
	.header-nav .site-menu ul li > a:focus:before {
		height: 4px;
		transform: translate(0,0);
		opacity: 1;
	}
	
	.header-nav .site-menu ul li.current-menu-item a,
	.header-nav .site-menu ul .current-menu-parent a,
	.header-nav .site-menu ul .current-menu-ancestor a,
	.header-nav .site-menu ul li > a:hover,
	.header-nav .site-menu ul li > a:focus {
		color: #ED8734;
	}
	
	.header-nav .site-menu .off-canvas-close {
		display: none;
	}
	
	.header-nav .site-menu .cta {
		position: absolute;
		top: 25px;
		right: 30px;
		padding: 0;
	}
	
	.header-nav .site-menu .cta a {
		padding: 8px 25px;
		font-size: 19px;
		color: #fff;
		background-color: #ED8734;
	}

}

@media only screen and (min-width:1280px) { 

	.header:before {
		background-size: 460px 386px;
		width: 460px;
		height: 386px;
	}	
	
	.header-nav .site-menu ul li a {
		font-size: 20px;
		margin: 0 0 0 35px;
	}
	
	.header-nav .site-menu ul li:first-child a {
		margin: 0;
	}
	
}


/***************************
       HOME CONTENT
***************************/

.home-content {
	text-align: center;
	padding: 50px 0 20px;
}

.home-content .search-block {
	margin: 0 0 30px;
}

.home-content .category-block p {
	margin: 0 0 30px;
}

.home-content .search-block .search-form {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.home-content .search-block .search-form input {
	width: 100%;
	border: 1px solid #707070;
	background-image: url('./assets/images/search.svg');
	background-repeat: no-repeat;
	background-size: 28px 28px;
	background-position: left 25px center;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 3px 4px 6px rgb(0 0 0 / 16%);
	padding: 18px 70px;
	font-size: 20px;
	transition: all 0.3s ease;
}

.home-content .search-block .search-form input:focus {
	box-shadow: 3px 4px 6px rgb(0 0 0 / 26%);
}

.home-content .search-block .search-form .search-btn {
	position: absolute;
	right: 30px;
	top: 0;
	background-image: url('./assets/images/arrow-right.svg');
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: center center;
	width: 35px;
	height: 60px;
	border-radius: 0px;
	background-color: transparent;
	border: 0px;
}

.home-content .category-block .column {
	padding-bottom: 30px;
}

.home-content .category-block .item {
	text-decoration: none;
	display: block;
	height: 100%;
	text-align: center;
	border-radius: 20px;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	padding: 20px;
	color: #000;
}

.home-content .category-block .item img {
	display: inline-block;
	width: 75px;
	margin: 0 0 15px;
}

.home-content .category-block .item h2 {
	font-size: 18px;
}

.home-content .category-block .item p {
	margin: 0;
}

.home-content .category-block .item:hover {
	box-shadow: 0px 3px 12px rgb(0 0 0 / 26%);	
}

@media only screen and (min-width:768px) {
	
	.home-content {
		padding: 70px 0 40px;
	}
	
	.home-content .search-block {
		margin: 0 0 45px;
	}
	
	.home-content .category-block .item h2 {
		font-size: 20px;
	}
	
}

@media only screen and (min-width:1024px) {
	
	.home-content {
		padding: 110px 0 80px;
	}
	
	.home-content h1 {
		font-size: 60px;
		margin: 0 0 30px;
	}
	
	.home-content .category-block .item {
		padding: 35px;
		border-radius: 35px;
	}

}

@media only screen and (min-width:1024px) {
	
	.home-content {
		padding: 130px 0 100px;
	}

}

/***************************
       PAGE CONTENT
***************************/

.main {
	min-height: 800px;
	min-height: calc(100vh - 250px);
}

.page-top {
	margin: 20px 20px 0;
	position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    border-radius: 20px 20px 60px 20px;
}

.page-top .block {
	padding: 30px 20px 15px;
    background-color: #ED8734;	
}

.page-top h1 {
	margin: 0 0 5px;
	font-size: 34px;
	color: #fff;
}

.page-top h2 {
	font-size: 20px;
}

.page-top h2:after {
	content: '';
    display: block;
    width: 150px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    opacity: 0.5;
    margin: 15px auto 0;
}

.page-top p {
	color: #000000;
}

.page-top .block .inner {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

.page-top-blocks {
	margin: 20px 20px 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    border-radius: 20px 20px 60px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-top-blocks .block {
    background-color: #fff;
    padding: 30px 20px 15px;
    display: block;
    float: left;
    width: 100%;
    position: relative;	
}

.page-top-blocks .block-content {
	background-color: #ED8734;
}

.page-top-blocks .block .inner {
    max-width: 500px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.page-top-blocks h1 {
	margin: 0 0 15px;
	font-size: 34px;
}

.page-top-blocks h1 span {
	display: block;
	color: #f08a35;
	font-size: 0.5em;
	padding: 5px 0 0;
}

.page-top-blocks h1:after {
    content: '';
    display: block;
    width: 75px;
    height: 3px;
    background-color: #EF8834;
    margin: 10px 0 0;
}

.page-top-blocks .tagline {
	color: #EF8834;
	font-size: 22px;
}

.page-top-blocks .block-content p {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;	
}

.page-top-blocks .block-content p a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;	
}

.page-top-blocks .block-content p a:hover {
	text-decoration: underline;
}

.page-top-blocks .contact p a {
	color: #fff;
	text-decoration: none;
	font-size: 28px;
}

.page-top-blocks .contact .sub {
	color: #fff;
	opacity: 0.5;
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
	display: block;
}

.page-top-blocks .info {
	line-height: 120%;
}


.page-top-blocks .price .amount {
    font-size: 70px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding: 0;	
    color: #fff;
}

.page-top-blocks .price .amount .prefix {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 36px;
    line-height: 100%;
    display: block;	
    color: #000000;
    display: none;
}

.page-top-blocks .price .sub {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	display: block;
}

.page-top-blocks .info span {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: normal;
}

.page-content {
	padding: 30px 0 15px;
	position: relative;
}

.page-content ul {
	list-style-type: none;
	padding: 0;
}

.page-content ul li {
	position: relative;
	padding: 0 0 5px 35px;
}

.page-content ul li:before {
	content: '';
	position: absolute;
	background-image: url('./assets/images/check.svg');
	background-repeat: no-repeat;
	background-size: 24px 18px;
	background-position: center center;
	display: block;
	width: 24px;
	height: 18px;
	top: 5px;
	left: 0;
}

.page-content ul li h3 {
	color: #EF8834;
	font-size: 20px;
	display: block;
	padding: 0 0 5px;
	margin: 0;
}

.page-content .inline-btn {
	margin: 0 0 5px;
}

.page-content .inline-btn a {
	margin: 0 10px 10px 0;
}

.page-content .block {
	margin: 0 0 30px;
}

.page-content .block h2 + h3 {
	color: #EF8834;
	margin-top: -10px;
	line-height: 150%;
}

.page-content .block-image-text .text {
	position: relative;
}

.page-content .block-image-text img {
	width: 100%;
	display: block;
	margin: 0 0 25px;
	border-radius: 30px;
}

.page-content .block-background {
	margin: 0 0 50px;
}
	
.page-content .block-background .text {
	padding-left: 30px;
	padding-right: 30px;
}

.page-content .block-background .text:before {
	content: '';
	display: block;
	width: 100%;
	width: calc(100% - 20px);
	height: 100%;
	height: calc(100% + 60px);
	position: absolute;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.15);
	border-radius: 30px 0px 60px 30px;
	top: -50px;
	right: 10px;
	z-index: -1;
}

.page-content .block-background.block-orange {
	color: #fff;
}

.page-content .block-background.block-orange h2,
.page-content .block-background.block-orange h3,
.page-content .block-background.block-orange p,
.page-content .block-background.block-orange li,
.page-content .block-background.block-orange a {
	color: #fff;
}

.page-content .block-background.block-orange .inline-btn a,
.page-content .block-background.block-orange .btn,
.page-content .block-background.block-orange .button {
	background-color: #000;
}

.page-content .block-background.block-orange .validation_error, 
.page-content .block-background.block-orange .validation_message {
	color: #000;	
}

.page-content .block-background.block-orange .text:before {
	background-color: #EF8834;		
}

.page-content .block-icons {
    background-color: #EF8834;
    margin: 0;
    padding: 30px 0 15px;
    text-align: center;
}

.page-content .block-icons .icon {
	display: block;
	height: 60px;
}

.page-content .block-icons .icon svg {
	width: 60px;
	height: 60px;
	fill: #fff;
}

.page-content .block-icons p {
	color: #fff;
}

.page-content .block-icons + .block {
	margin: 30px 0;
}

.page-content .block-references .column {
	position: relative;
}

.page-content .block-references img {
	position: absolute;
	top: 0;
	left: 15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.page-content .block-references h3.photo {
	padding-left: 60px;
	min-height: 50px;
}

.page-content .block-references h3 span {
	display: block;
	padding: 5px 0 0;
	color: #EF8834;
    font-size: 0.9em;
}

.page-content .block-references p {
	margin: 0 0 30px;
}

.page-content .block-prices {
	overflow: hidden;
	padding: 50px 0 50px;
	position: relative;
}

.page-content .block-prices:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 75%;
	background-color: #ED8734;
}

.page-content .block-prices .container {
	padding: 0;
}

.page-content .block-prices .prices-slider .slick-track {
    display: flex;
}

.page-content .block-prices .prices-slider .slick-list {
	overflow: initial;
}

.page-content .block-prices .prices-slider .slick-slide {
	padding: 0;
	outline: none;
	height: inherit;
}

.page-content .block-prices .prices-slider .slick-slide:hover {
	cursor: pointer;
}

.page-content .block-prices .prices-slider .inner {
	background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    text-align: center;
    padding: 30px 20px 5px;
    filter: blur(1px);
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
}

.page-content .block-prices .prices-slider .inner:hover {
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.6);
}

.page-content .block-prices .prices-slider .inner:hover .btn {
	transform: scale(1.1);
}

.page-content .block-prices .prices-slider .slick-center .inner {
	transform: scale(1.1);
	opacity: 1;
	filter: inherit;
	z-index: 999;
}

.page-content .block-prices .prices-slider .inner h2 {
	color: #000;
	font-size: 32px;
}

.page-content .block-prices .prices-slider .inner h2:after {
	content: '';
    display: block;
    width: 75px;
    height: 4px;
    border-radius: 2px;
    background-color: #ED8734;
    margin: 15px auto 0;	
}

.page-content .block-prices .prices-slider .inner p {
	color: #000;
	margin: 0 0 25px;
}

.page-content .block-prices .prices-slider .inner .price {
	margin: 0 0 5px;
}

.page-content .block-prices .prices-slider .inner .price .amount {
	font-size: 70px;
	line-height: 100%;
	position: relative;
	display: inline-block;
	padding: 0;
}

.page-content .block-prices .prices-slider .inner .price .amount .prefix {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 36px;
	line-height: 100%;
	display: none;
}

.page-content .block-prices .prices-slider .inner .sub {
	color: #888888;
	font-size: 14px;
}

.page-content .block-prices .prices-slider .inner li {
	text-align: center;
	padding: 0 35px 5px 35px;
}

.page-content .block-prices .prices-slider .inner li.unchecked:before {
	content: '';
	background-image: url('./assets/images/uncheck.svg');
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}

.page-content .block-cta {
	text-align: center;
}

.page-content .block-cta h2 {
	color: #000;
	font-size: 28px;
}

.page-content .block-cta p {
	color: #f08a35;
	font-size: 20px;
}

.page-content .block-cta .email,
.page-content .block-cta .phone {
	background-color: #e5f4f7;
	background-image: url('./assets/images/mail.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left 20px center;
	text-decoration: none;
	padding: 10px 30px 10px 50px;
	display: inline-block;
	margin: 0 5px 10px;
	border-radius: 25px;
	color: #008faf;
	font-size: 17px;
}

.page-content .block-cta .phone {
	background-color: #e5faec;
	background-image: url('./assets/images/phone.svg');
	color: #00cb48;
}

.page-content .block-cta .email:hover,
.page-content .block-cta .phone:hover {
	transform: scale(1.05);
}

.page-content .block-logos {
	text-align: center;
}

.page-content .block-logos h2 {
	color: #000;
	font-size: 28px;
}

.page-content .block-logos p {
	color: #ED8734;
	font-size: 20px;
}

.page-content .block-logos .logo-slider {
	margin: 0 0 15px;
	padding: 0;
}


.page-content .block-logos .logo-slider li {
	outline: none;
	padding: 20px 20px 30px;
}

.page-content .block-logos .logo-slider li:before {
	display: none;
}

.page-content .block-logos .logo-slider li img {
	padding: 0 20px;
	border-radius: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
	width: 100%;
}

@media only screen and (min-width:768px) {
	
	.page-top {
		margin: 35px 0 0 35px;
		border-radius: 30px 0 100px 30px;
	}
	
	.page-top .block {
	    padding: 40px 75px 25px 40px;	
	}
	
	.page-top h1 {
		margin: 0 0 15px;
		font-size: 40px;
	}
	
	.page-top h2 {
		font-size: 24px;
	}
	
	.page-top h2:after {
	    width: 220px;
	}
	
	.page-top-blocks {
		margin: 35px 0 0 35px;
		border-radius: 30px 0 100px 30px;
	}
	
	.page-top-blocks .block {
	    width: 50%;
	    width: calc(50% - 16px);
	    float: left;
	    padding: 40px 40px 25px;		
	}
	
	.page-top-blocks .block-content {
		 width: 50%;
		 width: calc(50% + 16px);
	}
	
	.page-top-blocks .block .inner {
		margin: 0 0 0 auto;
	}
	
	.page-top-blocks .block-content .inner {
		margin: 0;
	}
	
	.page-top-blocks h1 {
		font-size: 40px;
	}
	
	.page-content {
		padding: 50px 0 30px;
	}

	.page-content .block {
		margin: 0 0 50px;
	}
	
	.page-content .block-image-right .image {
		order: 2;
	}
	
	.page-content .block-image-right .text {
		order: 1;
	}
	
	.page-content .block-image-text .text {
		padding-top: 20px;
		position: relative;
	}
	
	.page-content .block-background {
		margin: 0 0 100px;
	}
	
	.page-content .block-background .text {
		padding-left: 10px;
		padding-right: 80px;
	}

	.page-content .block-background .text:before {
		width: 100%;
		width: calc(100% + 80px);
		height: 100%;
		height: calc(100% + 60px);
		border-radius: 40px 0px 150px 40px;
		top: -30px;
		right: 30px;
	}
	
	.page-content .block-background.block-image-right .text {
		padding-left: 80px;
		padding-right: 10px;
	}
	
	.page-content .block-background.block-image-right .text:before {
		right: auto;
		left: 30px;
	}
	
	.page-content .block-icons {
		margin: 0;
		padding: 50px 0 35px;
	}
	
	.page-content .block-icons + .block {
		margin: 50px 0;
	}
	
	.page-content .block-prices {
		padding: 70px 0 70px;
	}
	
	.page-content .block-prices .container {
		padding: 0 25px;
	}
	
	.page-content .block-prices .prices-slider .inner {
	    padding: 50px 30px 5px;
	    filter: inherit;
	}
	
	.page-content .block-cta h2 {
		font-size: 36px;
		margin: 0 0 25px;
	}
	
	.page-content .block-cta p {
		margin: 0 0 30px;
	}
	
	.page-content .block-logos h2 {
		font-size: 36px;
		margin: 0 0 25px;
	}
}

@media only screen and (min-width:1024px) {
	
	.page-top .block {
	    padding: 60px 115px 35px 80px;	
	}
	
	.page-top h1 {
		font-size: 50px;
	}
	
	.page-top h2 {
		margin: 0 0 30px;
	}
	
	.page-top h2:after {
		margin: 30px auto 0;
	}
	
	.page-top p {
		font-size: 20px;
		margin: 0 0 30px;
	}
	
	.page-top-blocks .block {
		padding: 60px 80px 45px;
	}
	
	.page-top-blocks h1 {
		font-size: 50px;
	}
		
	.page-top-blocks .tagline {
		font-size: 26px;
	}
	
	.page-top-blocks .block-content p {
		font-size: 24px;
	}
	
	.page-top-blocks .contact p a {
		color: #fff;
		font-size: 36px;
	}
	
	.page-top-blocks .contact .sub {
		font-size: 18px;
	}
	
	.page-content {
		padding: 70px 0 55px;
	}

	.page-content .row {
		margin-left: -30px;
		margin-right: -30px;
	}
	
	.page-content .column {
		padding-left: 30px;
		padding-right: 30px;
	}

	.page-content .block {
		margin: 0 0 70px;
	}
	
	.page-content .block-background {
		margin: 0 0 100px;
	}
	
	.page-content .block-background .text:before {
		border-radius: 60px 0 250px 60px;
	}
	
	.page-content .block-icons {
		margin: 0;
		padding: 70px 0 55px;
	}
	
	.page-content .block-icons + .block {
		margin: 70px 0;
	}
	
	.page-content .block-references img {
		left: 30px;
		width: 70px;
		height: 70px;
	}
	
	.page-content .block-references h3 {
		padding-top: 10px;
		margin: 0 0 25px;
	}
	
	.page-content .block-references h3.photo {
		padding-left: 90px;
		min-height: 70px;
	}
	
	.page-content .block-references h3 span {
		display: block;
		padding: 5px 0 0;
	    font-size: 0.9em;
	}
	
	.page-content .block-references p {
		margin: 0 0 30px;
	}
	
	.page-content .block-prices .prices-slider {
		margin: 0 -20px;
	}
	
	.page-content .block-prices .prices-slider .slick-track {
		transform: translate(-33.33334%,0) !important;
	}	
	
	.page-content .block-prices .prices-slider .slick-slide {
		padding: 0 20px;
	}
	
	.page-content .block-prices .prices-slider .inner {
	    padding: 50px 30px 25px;		
	}
	
	.page-content .block-prices .prices-slider .inner h2 {
		font-size: 40px;
	}
			
}

@media only screen and (min-width:1220px) {
	
	.page-top {
		margin: 70px 0 0 70px;
		border-radius: 60px 0 250px 60px;
	}
	
	.page-top .block {
	    padding: 60px 150px 35px 80px;	
	    min-height: 300px;
	}
	
	.page-top-blocks {
		margin: 70px 0 0 70px;
		border-radius: 60px 0 250px 60px;
	}
	
	.page-top-blocks .block {
	    width: 50%;
	    width: calc(50% - 35px);	
	}
	
	.page-top-blocks .block-content {
		 width: 50%;
		 width: calc(50% + 35px);
	}
	
	.page-content .block-prices .prices-slider .inner {
	    padding: 50px 50px 25px;		
	}
	
}

@media only screen and (min-width:1500px) {

	.page-top .block {
		padding: 60px 150px 25px 80px;	
	}
	
	.page-top-blocks .block {
		padding: 100px 80px 85px;
	}
	
}

/***************************
       BLOG ARCHIVE
***************************/

.archive-post .facetwp-template.row {
	margin-left: -15px;
	margin-right: -15px;
}

.archive-post .facetwp-template .column {
	padding-left: 15px;
	padding-right: 15px;
}

.archive-post h1 .sub {
	display: block;
	color: #ED8734;
	font-size: 24px;
}

.archive-post .article-list {
	margin: 0 0 30px;
}

.archive-post .article-list h3 {
	color: #ED8734;
}

.archive-post .article-list h3 span {
	font-weight: 300;
	font-size: 18px;
}

.archive-post .article-list h3 span a {
	font-weight: 700;
}

.archive-post .facetwp-type-search .facetwp-input-wrap {
	display: block;
}

.archive-post .facetwp-type-search input.facetwp-search {
	border: 1px solid #707070;
	min-width: 100%;
	width: 100%;
	padding: 18px 70px;
	font-size: 20px;
	border-radius: 30px;
	background-image: url('./assets/images/search.svg');
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: left 25px center;
}

.archive-post .facetwp-type-search .facetwp-icon {
    position: absolute;
    right: 30px;
    top: 0;
    background-image: url('./assets/images/arrow-right.svg');
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-position: center center;
    width: 35px;
    height: 60px;
    border-radius: 0px;
    background-color: transparent;
    border: 0px;	
    opacity: 1;
}

.archive-post .facetwp-type-search .facetwp-icon:before {
	display: none;
}

.archive-post .item {
	display: block;
	text-decoration: none;
	color: #000;
	margin: 0 0 30px;
}

.archive-post .item .image {
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	margin: 0 0 15px;
	transition: all 0.3s ease;
}

.archive-post .item .image img {
	width: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.archive-post .item .meta {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	color: #808080;	
}

.archive-post .item h2 {
	font-size: 18px;
	margin: 0 0 5px;
}

.archive-post .item:hover .image {
	box-shadow: 0px 3px 6px rgb(0 0 0 / 26%);	
}

.archive-post .facetwp-type-pager {
	text-align: center;
	margin: 0;
}

.archive-post .facetwp-type-pager .facetwp-load-more {
	margin: 0 0 30px;
}

.archive-post .sidebar-suggestions {
	position: -webkit-sticky;
    position: sticky;
    top: 15px;
    margin: 0 0 15px;
    text-align: left;
}

.admin-bar .archive-post .sidebar-suggestions {
	top: 47px;
}

.archive-post .sidebar-suggestions h3 {
	font-size: 18px;
	margin: 0 0 5px;
}

.archive-post .sidebar-suggestions ul {
	margin: 0 0 15px;
}

.archive-post .sidebar-suggestions ul li {
	padding: 0;
}

.archive-post .sidebar-suggestions ul li:before {
	display: none;
}

.archive-post .sidebar-suggestions a {
	text-decoration: none;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 0 0 0 10px;
}

.archive-post .sidebar-suggestions a:before {
	content: '-';
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (min-width:768px) {

	.archive-post .item h2 {
		font-size: 20px;
	}		
	
	.archive-post h1 .sub {
		font-size: 28px;
	}
	
	.archive-post .article-list .row .column:last-child {
		display: none;
	}
	
	.archive-post .article-list h3 span {
		font-size: 20px;
	}
	
}

@media only screen and (min-width:1024px) {
		
	.archive-post .facetwp-template.row {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.archive-post .facetwp-template .column {
		padding-left: 15px;
		padding-right: 15px;
	}

	.archive-post .item .image {
		border-radius: 35px;
	}
	
	.archive-post .sidebar-suggestions h3 {
		font-size: 20px;
	}
	
	.archive-post .article-list .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.archive-post .article-list .row .column {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.archive-post .article-list .row .column:last-child {
		display: block;
	}
	
}

@media only screen and (min-width:1440px) {
	
	.archive-post .xlarge-4-5 {
		padding-left: 150px;
	}
	
}

/***************************
       BLOG SINGLE
***************************/

.single-post h2 {
	font-size: 22px;
	margin: 0 0 5px;
}

.single-post h3 {
	font-size: 18px;
	margin: 0 0 5px;
}

.single-post .alignnone {
	border-radius: 20px;
	margin: 20px 0 0;
}

.single-post .inner {
	max-width: 780px;
}

.single-post .table-of-content-inline {
	display: block;
	background-color: #FBFCFD;
	padding: 20px 20px 5px;
	margin: 0 0 30px;
}

.single-post .table-of-content-inline ul li {
	padding: 0;
}

.single-post .table-of-content-inline ul li:before {
	display: none;
}

.single-post .table-of-content-inline a {
	text-decoration: none;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 0 0 0 10px;
}

.single-post .table-of-content-inline a:before {
	content: '-';
	position: absolute;
	top: 0;
	left: 0;
}

.single-post .sidebar-post {
	position: -webkit-sticky;
    position: sticky;
    top: 15px;
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
}

.admin-bar .single-post .sidebar-post {
	top: 47px;
}

.single-post .sidebar-post h3 {
	font-size: 18px;
	margin: 0 0 5px;
}

.single-post .sidebar-post ul {
	margin: 0 0 15px;
}

.single-post .sidebar-post ul li {
	padding: 0;
	display: block;
	width: 100%;
}

.single-post .sidebar-post ul li:before {
	display: none;
}

.single-post .sidebar-post a {
	text-decoration: none;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 0 0 0 10px;
}

.single-post .sidebar-post a:before {
	content: '-';
	position: absolute;
	top: 0;
	left: 0;
}

.single-post .sidebar-post .table-of-content {
	display: none;
}

.single-post .author-info {
	border-top: 1px solid #707070;
	padding: 30px 0 0 100px;
	position: relative;
	min-height: 120px;
	margin: 30px 0;
}

.single-post .author-info .image {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	left: 0;
}

.single-post .author-info .image img {
	width: 100%;
	display: block;
}

.single-post .author-info p {
	margin: 0 0 10px;
}

.single-post .author-info a {
	color: #000;
	text-decoration: none;
}

.single-post .author-info a:hover {
	text-decoration: underline;
}

.single-post .author-info .socials a {
	display: inline-block;
	margin: 0 10px 0 0;
}

.single-post .author-info .socials a svg {
	width: 32px;
	height: 32px;
}

.single-post .comments {
	margin: 0 0 30px;
}

.single-post .respond {
	margin: 0 0 30px;
}

.single-post .comments .comment {
	padding: 0;
}

.single-post .comments .comment:before {
	display: none;
}

.single-post .comments .comment .children {
	padding: 0 0 0 20px;
}

.single-post .comments .comment .comment-inner {
	border: 1px solid #707070;
	padding: 20px;
	margin: 0 0 15px;	
}

.single-post .comments .comment .comment-inner .image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 20px;
}

.single-post .comments .comment .comment-inner h3 {
	padding: 0 0 0 60px;
	color: #000;
	font-size: 20px;
}

.single-post .comments .comment .comment-inner .meta {
	padding: 0 0 0 60px;
}

.single-post .comments .comment .comment-inner p {
	margin: 0;
}

.single-post .comments .comment .comment-inner .reply {
	text-align: right;
}

.single-post .comments .comment .comment-inner .reply a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding: 0 30px 0 0;
	background-image: url('./assets/images/reply.svg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 25px 21px;
}

.single-post .comments .comment .comment-inner .reply a:hover {
	text-decoration: underline;
}

@media only screen and (min-width:768px) {
	
	.single-post h2 {
		font-size: 26px;
	}
	
	.single-post h3 {
		font-size: 22px;
	}
	
	.single-post .alignnone {
		border-radius: 35px;
	}
	
	.single-post .sidebar-post .table-of-content {
		display: block;
	}
	
}

@media only screen and (min-width:1024px) {
	
	.single-post h2 {
		font-size: 28px;
	}
	
	.single-post h3 {
		font-size: 24px;
	}
	
	.single-post .table-of-content-inline {
		display: none;
	}
	
	.single-post .author-info {
		padding: 40px 200px 0 140px;
		min-height: 160px;
	}
	
	.single-post .author-info .image {
		width: 120px;
		height: 120px;
		overflow: hidden;
	}
	
	.single-post .author-info .socials {
		position: absolute;
		right: 0;
		top: 60px;
	}
	
	.single-post .sidebar-post h3 {
		font-size: 20px;
	}
	
}

@media only screen and (min-width:1440px) {
	
	.single-post .medium-2-3 {
		padding-left: 150px;
	}
	
}

/***************************
       BREADCRUMBS
***************************/

 #breadcrumbs {
	font-size: 16px;
}

#breadcrumbs a {
	text-decoration: none;
	color: #000;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

/***************************
       CONTACT CONTENT
***************************/

.page-contact .orange {
	background-color: #ED8734;
	position: relative;
	padding: 0 0 200px;
	margin: 0 0 200px;
}

.page-contact .orange .profile {
	position: absolute;
	bottom: -200px;
	left: 0;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.page-contact .orange .profile img {
	display: block;
	width: 400px;
	max-width: 400px;
	border-radius: 50%;
	background-color: #ED8734;
	left: 50%;
	top: 0;
	position: absolute;
	transform: translate(-50%,0);
}

.page-contact .contact {
	background-color: #ED8734;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 20px;
}


.page-contact .contact p {
	position: relative;
}

.page-contact .contact a {
	color: #fff;
	text-decoration: none;
}

.page-contact .contact a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 5px 0 5px 32px;
	margin: 0;
	position: relative;
}

.page-contact .contact a span {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 7px;
	width: 23px;
	height: 23px;
}

.page-contact .contact a span svg {
	fill: #fff;
	width: 24px;
	height: 24px;
	transition: all 0.3s ease;
}

.page-contact .contact a:hover {
	color: #000;
}

.page-contact .contact a:hover span svg {
	fill: #000;
}

@media only screen and (min-width:400px) {
	
	.page-contact .orange {
		padding: 0 0 270px;
		margin: 0 0 270px;
	}
	
	.page-contact .orange .profile {
		bottom: -270px;
		height: 540px;
	}

	.page-contact .orange .profile img {
		width: 540px;
		max-width: 540px;
	}
	
}

@media only screen and (min-width:540px) {
	
	.page-contact .orange {
		padding: 0 0 390px;
		margin: 0 0 390px;
	}
	
	.page-contact .orange .profile {
		bottom: -390px;
		height: 780px;
	}

	.page-contact .orange .profile img {
		width: 780px;
		max-width: 780px;
	}
	
}

@media only screen and (min-width:768px) {
	
	.page-contact {
		font-size: 18px;
		overflow: hidden;
	}
	
	.page-contact .orange {
		width: 100%;
		height: 500px;
		padding: 0;
		margin: 0;
		overflow: hidden;
		background-color: transparent;
	}
	
	.page-contact .orange:before {
	    content: '';
	    display: block;
	    right: 35px;
	    width: 700px;
	    height: 700px;
	    background-color: #ED8734;
	    position: absolute;
	    top: 50%;
	    border-radius: 50%;
	    transform: translate(0,-50%);
	    z-index: -1;
	}
	
	.page-contact .orange .profile {
		display: block;
		bottom: 0;
		height: 500px;
	}
	
	.page-contact .orange .profile img {
		width: 500px;
		height: 500px;
		background-color: transparent;
		transform: translate(0,0);
		border-radius: 0%;
		left: -25%;
	}
	
	.page-contact .contact {
		width: 80%;
		height: 100%;
		display: flex;
		align-items: center;
		padding: 20px 0 20px 280px;
	}
	
	.page-contact .contact p {
		max-width: 350px;
	}
	
}

@media only screen and (min-width:1024px) {
	
	.page-contact {
		position: relative;
		padding: 70px 0 55px;
	}
	
	.page-contact .orange {
	    width: 50%;
	    position: absolute;
	    background-color: transparent;
	    top: 0;
	    height: 800px;
	}
	
	.page-contact .orange:before {
		display: none;
	}
	
	.page-contact .contact {
		background-color: transparent;
	    width: 100%;
	    height: 550px;
	    display: flex;
	    align-items: center;
	    padding: 20px 40px 20px 160px;
	}
	
	.page-contact .orange .profile {
	    background-color: #ED8734;
	    width: 800px;
	    height: 800px;
	    overflow: hidden;
	    border-radius: 50%;
	    top: -200px;
	    left: -300px;
	}
	
	.page-contact .orange .profile img {
		top: auto;
		bottom: 0;	
		left: 5%;	
	}


}


@media only screen and (min-width:1280px) {
	
	
	.page-contact .orange {
	    height: 800px;
	}
	
	.page-contact .contact {
	    height: 650px;
	    padding: 20px 50px 20px 250px;
	}
	
	.page-contact .orange .profile {
	    width: 1000px;
	    height: 1000px;
	    top: -200px;
	    left: -400px;
	}
	
	.page-contact .orange .profile img {	
		left: 5%;	
		width: 700px;
		height: 700px;
	}	
	
}

@media only screen and (min-width:1280px) {
	
	
	.page-contact .orange {
	    height: 1000px;
	}
	
	.page-contact .contact {
	    height: 800px;
	    padding: 20px 80px 20px 280px;
	    text-align: right;
	}
	
	.page-contact .contact p {
		text-align: left;
		margin: 0 0 15px auto;
	}
	
	.page-contact .orange .profile {
	    width: 1200px;
	    height: 1200px;
	    top: -200px;
	    left: auto;
	    right: 30px;
	}
	
	.page-contact .orange .profile img {	
	    right: 300px;
	    bottom: 150px;
	    width: 800px;
	    height: 800px;
	    left: auto;
	}	
	
}


/***************************
		   FORMS
***************************/

.gform_wrapper {
	margin: 30px 0 25px 0;
}

.gform_title {
	margin: 20px 0 0;
	font-size: 22px;
}

.gfield_label {
	padding: 0 0 5px;
	display: block;
}

.hide-labels .gfield_label {
	display: none;
}

.hide-label .gfield_label {
	display: none;
}

.gform_fields {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}

.gfield,
.gform_body .gform_fields .gfield {
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
	width: 100%;
	border: 0px;
}

.gform_body .gform_fields .gfield_checkbox .gchoice,
.gfield_checkbox .gchoice, 
.gfield_radio .gchoice {
	position: relative;
    padding: 5px 0 5px 22px;
	line-height: 120%;
}


.gfield_checkbox .gchoice [type="checkbox"], 
.gfield_radio .gchoice [type="radio"] {
	position: absolute;
	left: 0;
	top: 7px;
}

.gfield_checkbox label {
	text-align: left;
	display: block;
}

.gform_body .gfield:before, .gform_body .gfield_checkbox li:before {
	display: none;
}

.gfield_checkbox, .gfield_radio {
	margin: 0;
	list-style-type: none;
	padding: 0;
}


.gform_required_legend {
	display: none;
}

.validation_error,
.validation_message {
	font-size: 14px;
	font-weight: bold;
	color: #e03333;
	padding: 0;
	margin: 0px 0 -10px;
    display: block;
    width: 100%;
    text-align: left;
}

.validation_error {
	font-size: 18px;
	margin: 0 0 30px;
}

h2.gform_submission_error {
	font-size: 18px;
	margin: 0 0 30px;	
	font-weight: bold;
	color: #e03333;
}

.gform_confirmation_message {
    background: #38da0f;
    color: #fff;
    padding: 10px;
    margin: 0.5em 0 25px;
}

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}

.gfield:after {
	content: " ";
	display: table;
	clear: both;	
}
@media only screen and (min-width:768px) {
	
	#gform_wrapper_1 {
		margin: 50px 0 25px 0;
	}
	
}

/***************************
          COOKIES
***************************/

.cookie-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(2, 4, 13, 0.75);
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

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

.cookie-popup .inner {
	background-color: #fff;
	padding: 15px 15px 5px;
	width: 100%;
	max-height: calc(100% - 100px);
    max-width: calc(100% - 20px);
    overflow: auto;
    border-radius: 20px;
}

.cookie-popup .inner .tab {
	display: block;
}

.cookie-popup .inner .tab.hidden {
	display: none;
}

.cookie-popup .inner h2 {
	margin: 0 0 5px;
	font-size: 20px;
}

.cookie-popup .inner p {
	font-size: 14px;
	line-height: 150%;
	margin: 0 0 10px;
}

.cookie-popup .inner .btn {
	width: auto;
	margin: 0 5px 0 0;
}

.cookie-popup .inner #acceptcookies {
	float: right;
}

.cookie-popup .inner .settings-btn {
	color: #ED8734;
	text-decoration: none;
	border: 0px;
	margin: 0;
	padding: 5px 0;
	background-position: right 0 center;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
}

.cookie-popup .inner .settings-btn:hover,
.cookie-popup .inner .settings-btn:focus {
	color: #ED8734;
	text-decoration: underline;
}

.cookie-popup .inner .settings {
	margin: 0 0 20px;
}

.cookie-popup .inner .settings .item {
	position: relative;
	padding: 0 0 0 20px;
}

.cookie-popup .inner .settings .item input[type="radio"] {
	position: absolute;
	top: 6px;
	left: 0;
}

.cookie-popup .inner .settings .item label {
	font-size: 20px;
	display: block;
	margin: 0 0 3px;
}

.cookie-popup .inner .settings .item ul {
	padding: 0 0 0 20px;
	margin: 0 0 10px;
}

.cookie-popup .inner .settings .item ul li {
	line-height: 130%;
	font-size: 15px;
}

.cookie-popup .inner .settings .remark p {
	font-size: 15px;
}

@media only screen and (min-width:360px) {

	.cookie-popup .inner {
		padding: 20px 20px 10px;
	}
	
}

@media only screen and (min-width:768px) {
	
	.cookie-popup .inner {
		padding: 40px 40px 30px;
		max-height: calc(100% - 40px);
		width: 700px;
	}
	
	.cookie-popup .inner h2 {
		font-size: 24px;
	}
	
	.cookie-popup .inner p {
		font-size: 15px;
	}
	
	.cookie-popup .inner .btn {
		min-width: 200px;
	}
	
}

@media only screen and (min-width:1024px) {
	
	.cookie-popup .inner {
		width: 800px;
	}
	
}

/***************************
          FOOTER
***************************/

.footer {
	background-color: #FBFCFD;
	padding: 30px 0 5px;
	text-align: center;
}

.footer .row {
	margin-left: -10px;
	margin-right: -10px;
}

.footer .column {
	padding-left: 10px;
	padding-right: 10px;
}

.footer a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover {
	color: #ED8734;
}

.footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 30px;
}

.footer ul ul li a {
	font-weight: 300;
}

.footer .logo {
	width: 190px;
	display: inline-block;
	margin: 0 0 15px;
}

.footer .contact a {
	display: inline-block;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	padding: 5px 0 5px 32px;
	margin: 0;
	position: relative;
}

.footer .contact a span {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 7px;
	width: 23px;
	height: 23px;
}

.footer .contact a span svg {
	fill: #000;
	width: 24px;
	height: 24px;
	transition: all 0.3s ease;
}

.footer .contact a:hover {
	color: #ED8734;
}

.footer .contact a:hover span svg {
	fill: #ED8734;
}

.footer .privacy {
	font-size: 15px;
	text-align: right;
}

.footer .privacy a,
.footer .privacy .togglecookies {
	color: #888888;
	font-weight: normal;
	text-decoration: none;
}

.footer .privacy a:hover,
.footer .privacy .togglecookies:hover {
	text-decoration: underline;
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; transform: scale(0,0); } to { opacity:1; transform: scale(1,1); } }
@-moz-keyframes fadeIn { from { opacity:0; transform: scale(0,0); } to { opacity:1; transform: scale(1,1); } }
@keyframes fadeIn { from { opacity:0; transform: scale(0,0); } to { opacity:1; transform: scale(1,1); } }

.footer-whatsapp {
	opacity: 0;
	transform: scale(0,0);
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.footer-whatsapp,
.footer-whatsapp:focus {
	position: fixed;
	z-index: 999;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-image: url('./assets/images/whatsapp.svg');
	background-size: 100%;
    -webkit-box-shadow: 0 0px 7px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
    border-radius: 100%;	
}

.footer-whatsapp span,
.footer-whatsapp:focus span {
	position: absolute;
	bottom: 50%;
	right: 70px;
	transform: translate(0,50%) scale(0,0);
	font-size: 12px;
	transition: all 0.3s ease;
	background: #ED8734;
	color: #fff;
	width: 105px;
	padding: 4px 5px;
	text-align: center;
	border-radius: 4px;
	line-height: 100%;
	display: block;
	opacity: 0;
}

.footer-whatsapp span:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid #ED8734;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;	
}

.footer-whatsapp:hover {
    -webkit-box-shadow: 0 0px 7px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
}

.footer-whatsapp:hover span {
	display: block;
	transform: translate(0,50%) scale(1,1);
	opacity: 1;
}

@media only screen and (min-width:768px) {
	
	.footer {
		text-align: left;
	}
	
	.footer .contact a {
		font-size: 18px;
	}
	
}

@media only screen and (min-width:1024px) {
	
	.footer .logo {
		width: 240px;
	}
	
	.footer-whatsapp span {
		font-size: 14px;
		padding: 7px;
		width: 140px;
	}

}
