/*
Theme Name: Anique Theme
Version: 1.1
Author: Fanatiek media
Author URI: https://fanatiekmedia.nl/
*/

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

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&family=Qwitcher+Grypen:wght@700&display=swap');

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

body {
	width: 100%;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	font-size: 17px;
	background-color: #fff;
	color: #2C2C2C;
}

body.show-nav {
	overflow: hidden;
}

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

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

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

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

p {
	margin: 0 0 20px;
	line-height: 150%;
}

ul, ol {
	line-height: 150%;
	margin: 0 0 20px;
}

.btn,
.button,
.inline-btn a,
.inline-btn-alt a,
.menu-btn a {
	background-color: #E7C046;
	background-position: 100% 0;
	background-size: 300% 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(to right, #E7C046, #AC7D28, #AC7D28, #E7C046);
	color: #fff;
	display: inline-block;
	padding: 14px 20px 12px;
	min-width: 200px;
	position: relative;
	border: 0px solid;
	cursor: pointer;
	line-height: 120%;
	font-size: 18px;
	margin: 0 5px 5px 0;
	text-align: center;
	font-family: 'Jost', sans-serif;
	text-decoration: none;
	font-weight: 500;
	border-radius: 20px 0 20px 0;
	transition: all .4s ease-in-out;
	width: auto;
}

.menu-btn a {
	min-width: auto;
}

.btn:hover,
.btn:focus,
.button:hover,
.button:focus,
.inline-btn a:hover,
.inline-btn a:focus,
.inline-btn-alt a:hover,
.inline-btn-alt a:focus,
.menu-btn a:hover,
.menu-btn a:focus {
	background-position: 0 0;
	background-color: #AC7D28;
	transition: all .4s ease-in-out;
	color: #fff;
	border: 0px solid;
}

input, textarea {
    padding: 10px 20px;	
    width: 100%;
	font-family: 'Jost', sans-serif;
    font-weight: 300;
	border: 2px solid #C2C2C2;
	background-color: #fff;
	color: #525666;
	line-height: 100%;
	border-radius: 8px;
	font-size: 17px;
	outline: none;
	margin: 0 0 10px;
	box-shadow: none;
}

input:focus,
textarea:focus {
	border-color: #878787;
}

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

input[readonly],
input[readonly]:focus {
	border: 0px;
	padding: 5px 0;
	margin: 0;
	box-shadow: none;
	background-color: transparent;	
}

select {
    -webkit-appearance: none;
	background-color: #fff;
	width: 100%;
	padding: 10px 20px;
	border-radius: 8px;
	color: #525666;
	font-family: 'Jost', sans-serif;
    font-weight: 300;
	font-size: 17px;
	height: 45px;
	margin: 0 0 10px;	
	box-shadow: none;
	border: 2px solid #C2C2C2;
	background-image: url('./assets/images/dropdown.svg');
	background-size: 18px 8px;
	background-position: right 15px center;
	background-repeat: no-repeat;
}

select:focus {
	border-color: #878787;
	outline: none;	
}

textarea {
	height: 150px;
}

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

input[type="radio"],
input[type="checkbox"] {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #C2C2C2;
	background-color: #fff;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: none;
}

input[type="checkbox"]:focus {
	border-color: #878787;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
	background-color: #fff;
    background-image: url('./assets/images/checkmark.svg');
    background-size: 12px 11px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #C2C2C2;
}

input[type="radio"] {
	border-radius: 10px;
}

.aligncenter {
	margin: 0 auto;
	display: block;
}

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

.container.medium {
	max-width: 1240px;
}

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

.container.xsmall {
	max-width: 900px;
}

@media only screen and (min-width:768px) {
	
	body {
		font-size: 18px;
	}

	.container {
		padding: 0 30px;
	}

}

@media only screen and (min-width:1024px) {
	
	.container {
		padding: 0 50px;
	}
	
}

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

	body.show-nav {
		overflow: auto;
	}

}

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

	body.show-nav {
		overflow: auto;
	}

}


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

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

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

.row.align-center {
	align-items: center;
}

.small-padding.row {
	margin-left: -5px;
	margin-right: -5px;
}

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

.small-padding.row .column {
	padding-left: 5px;
	padding-right: 5px;
}

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

.row.align-middle {
	align-items: center;
}

.row.align-bottom {
	align-items: flex-end;
}

.row.justify-center {
	justify-content: center;
}

.row.small-reverse {
	flex-direction: column-reverse;
}

@media only screen and (min-width:768px) { 
	
	.row.small-reverse {
		flex-direction: row-reverse;
	}
	
	.row.medium-reverse {
		flex-direction: row-reverse;
	}
	
	.row.medium-noreverse {
		flex-direction: row;
	}
	
	.row.medium-padding {
		margin-left: -20px;
		margin-right: -20px;
	}
		
	.row.medium-padding .column {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.row.large-padding {
		margin-left: -20px;
		margin-right: -20px;
	}
		
	.row.large-padding .column {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.row.xlarge-padding {
		margin-left: -30px;
		margin-right: -30px;
	}
		
	.row.xlarge-padding .column {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.medium-1-5 {
		width: 20%;
	}

	.medium-1-4 {
		width: 25%;
	}
	
	.medium-3-10 {
		width: 30%;
	}
	
	.medium-1-3 {
		width: 33.33334%;
	}
	
	.medium-2-5 {
		width: 40%;
	}
	
	.medium-1-2 {
		width: 50%;
	}
	
	.medium-3-5 {
		width: 60%;
	}
	
	.medium-2-3 {
		width: 66.66666%;
	}
	
	.medium-3-4 {
		width: 75%;
	}

}

@media only screen and (min-width:1024px) {
	
	.row.large-padding {
		margin-left: -30px;
		margin-right: -30px;
	}
		
	.row.large-padding .column {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.row.l-large-padding {
		margin-left: -30px;
		margin-right: -30px;
	}
		
	.row.l-large-padding .column {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	
	.row.l-xlarge-padding {
		margin-left: -45px;
		margin-right: -45px;
	}
		
	.row.l-xlarge-padding .column {
		padding-left: 45px;
		padding-right: 45px;
	}
	
	.row.large-reverse {
		flex-direction: row-reverse;
	}
	
	.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-45 {
		width: 45%;
	}
	
	.large-1-2 {
		width: 50%;
	}
	
	.large-55 {
		width: 55%;
	}
	
	.large-3-5 {
		width: 60%;
	}
	
	.large-2-3 {
		width: 66.66666%;
	}
	
	.large-3-4 {
		width: 75%;
	}
	
	.large-100 {
		width: 100%;
	}
	
}

@media only screen and (min-width:1280px) {
	
	.row.xl-large-padding {
		margin-left: -30px;
		margin-right: -30px;
	}
		
	.row.xl-large-padding .column {
		padding-left: 30px;
		padding-right: 30px;
	}	
	
	.row.xl-xlarge-padding {
		margin-left: -50px;
		margin-right: -50px;
	}
		
	.row.xl-xlarge-padding .column {
		padding-left: 50px;
		padding-right: 50px;
	}	
	
	.xlarge-1-5 {
		width: 20%;
	}
	
	.xlarge-1-4 {
		width: 25%;
	}
	
	.xlarge-35 {
		width: 35%;
	}
	
	.xlarge-2-5 {
		width: 40%;
	}
	
	.xlarge-1-2 {
		width: 50%;
	}
	
	.xlarge-3-5 {
		width: 60%;
	}
	
}

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

h1, h2, h3, h4, h5 {
	margin: 0 0 20px 0;
	font-weight: bold;
	padding: 0;
	color: #878787;
}

h1, h2 {
	text-transform: uppercase;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
	font-weight: 400;
}

h2 + h3 {
	margin-top: -10px;
}

h4 {
	font-size: 50px;
	font-family: 'Qwitcher Grypen', cursive;
	color: #2C2C2C;
	line-height: 50px;
	margin-top: -10px;
}

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

	h4 {
		font-size: 60px;
		line-height: 60px;
	}

}

@media only screen and (min-width:1024px) {
	
	h1 {
		font-size: 32px;
	}
	
	h2 {
		font-size: 28px;
	}
	
	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 70px;
		line-height: 70px;
	}

}

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

.header {
	background-color: #fff;
	height: 80px;
}

.header-main {
    position: fixed;
    z-index: 9;
	width: 100%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	transition: all 0.3s ease;
}

.header-top {
	display: none;
}

.header-nav {
	height: 80px;
    width: 100%;
    position: relative;
    z-index: 9;
}

.header-nav .container {
	padding: 0;
	width: 100%;
}

.header-nav .inner {
	background-color: #fff;
	height: 80px;
	position: relative;
	z-index: 999;
}

.show-nav .header-nav .inner {
	background-color: #E8DBBF;
}

.header-nav .logo {
	width: 200px;
	display: block;
	padding: 15px 0px 13px 20px;
	transition: all 0.3s ease;
}

.header-nav .logo img {
	width: 100%;
}

.header-nav .site-menu {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #E8DBBF;
	padding: 81px 0 15px 0;
	box-sizing: border-box;
	z-index: 999;
	text-align: center;
	transition: all 0.3s ease;
	transform: translate(0,-100%);
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	display: flex;
	align-items: center;
    align-content: center;
}

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

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

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

.header-nav .site-menu ul li .submenu-button {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('./assets/images/dropdown.svg');
	background-position: right 15px center;
	background-repeat: no-repeat;
	width: 100%;
	height: 54px;
	text-align: center;
	transform: rotate(0deg);
	cursor: pointer;
}

.header-nav .site-menu ul li .submenu-button.active {
	width: 54px;
	background-image: url('./assets/images/dropdown-up.svg');
}

.header-nav .site-menu ul li a {
	padding: 10px 20px;
	font-size: 24px;
	color: #2c2c2c;
	text-decoration: none;
	font-weight: 300;
	display: block;
}

.header-nav .site-menu ul li.menu-btn a {
	color: #fff;
	font-size: 22px;
	margin: 15px 0 0;
	display: inline-block;
	padding: 10px 50px;
}

.header-nav .site-menu ul li.menu-btn a:after {
	display: none;
}

.header-nav .site-menu ul li .sub-menu {
    margin: 0;
    padding: 0 0 20px;
    display: none;
    border-top: 0px;
} 

.header-nav .site-menu ul li .sub-menu li {
	line-height: 100%;
	border-bottom: 0px;
}

.header-nav .site-menu ul li .sub-menu li a {
    font-size: 20px;
    font-weight: 300;
    padding: 7px 20px;
    text-transform: none;
    color: #2c2c2c;
}

.header-nav .site-menu .secondary-menu {
	margin: 30px 0 0;
}

.header-nav .site-menu .secondary-menu li a {
	font-size: 20px;	
}

.header-nav .toggle-nav {
	background-image: url('./assets/images/menuicon.svg');
	background-size: 29px 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: auto;
	border: 0px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 13px 0px 12px 35px;
	color: #878787; 
	text-transform: uppercase;
	position: absolute;
	top: 19px;
	right: 15px;
	z-index: 99;
	border: 0px solid #000;
}

.show-nav .header-nav .toggle-nav {
	background-image: url('./assets/images/menuclose.svg');
	color: #878787;
}

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

@media only screen and (min-width:600px) {
	
	.admin-bar .header-nav .site-menu {
		padding-top: 126px;
	}

}


@media only screen and (min-width:768px) {
	
	.header {
		height: 90px;
	}
	
	.header-nav {
		height: 90px;
	}
	
	.header-nav .logo {
		padding: 16px 0;
		width: 200px;
		margin: 0 0 0 30px;
	}
	
	.header-nav .inner {
		height: 90px;
	}
	
	.header-nav .toggle-nav {
		top: 25px;
		right: 40px;
	}
	
	.header-nav .site-menu {
		padding: 111px 0 15px 0;
	}

	.header-nav .site-menu .container {
		padding: 0;
	}

}

@media only screen and (min-width:783px) {
	
	.admin-bar .header-nav .site-menu {
		padding-top: 142px;
	}

}

@media only screen and (min-width:1100px) { 
	
	.header {
		height: 152px;
	} 
	
	.header-main {
    	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);		
		top: 0;
	}
	
    .admin-bar .header-main {
        top: 32px;
    }
	
	.scroll .header-main {
		top: -42px;
	}
	
    .admin-bar.scroll .header-main {
        top: -10px;
    }

	.header-top {
		width: 100%;
		height: 42px;
		background-color: #E8DBBF;
		display: block;
	}
	
	.header-nav {
		background-color: #fff;
		height: 110px;
		transition: all 0.3s ease;
	}
	
	
	.header-nav .container {
		padding: 0 50px;
		position: relative;
	}
	
	
	.scroll .header-nav {
		height: 90px;
	}
	
	.show-nav .header-nav .inner,
	.header-nav .inner {
		background-color: #fff;
		height: 110px;
		z-index: 9;
		transition: all 0.3s ease;
	}
	
	.header-nav .logo {
		padding: 17px 0;
		width: 270px;
		display: inline-block;
		margin: 0;
	}
	
	.scroll	.header-nav .logo {
    	width: 200px;
    	padding: 18px 0;
	}
		
	.scroll .header-nav .inner {
		height: 85px;
	}
	
	.admin-bar .header-nav .site-menu,
	.header-nav .site-menu,
	.show-nav .header-nav .site-menu {
		padding: 0;
		background-image: none;
		background-color: transparent;
		transform: translate(0,0);
		position: absolute;
		top: 25px;
		left: auto;
		right: 0;
		width: auto;
		height: auto;
		overflow-y: inherit;
		display: block;
	}
	
	.scroll .header-nav .site-menu {
		top: 15px;
	}
	
	.header-nav .site-menu .container {
		padding: 0 50px;
	}
	
	.header-nav .site-menu ul {
		border-top: 0px;
		padding: 0;
		text-align: right;
	}
	
	.header-nav .site-menu ul li {
		display: inline-block;
		width: auto;
		border-bottom: 0px;
		position: relative;
	}
	
	.header-nav .site-menu ul li a {
		text-align: center;
		font-size: 20px;
		padding: 18px 15px;
		color: #2C2C2C;
	}
	
	.header-nav .site-menu .menu li a:hover, 
	.header-nav .site-menu .menu li a:focus {
	    color: #AC7D28;
	}
	
	.header-nav .site-menu ul li a:after {
		width: 4px;
		height: 4px;
	}
	
	.header-nav .site-menu .menu .current-menu-item > a, 
	.header-nav .site-menu .menu .current-page-parent > a, 
	.header-nav .site-menu .menu li.menu-active > a {
	    color: #AC7D28;
	}
	
	.header-nav .site-menu .menu li.menu-btn a {
		margin: 0 0 0 15px;
		padding: 10px 30px;
		font-size: 18px;
		font-weight: 500;
		color: #fff;
	}
	
	.header-nav .site-menu .menu .menu-item-has-children > a {
		padding: 18px 40px 18px 15px;
		background-image: url('./assets/images/dropdown.svg');
		background-size: 18px 8px;
		background-position: right 15px center;
		background-repeat: no-repeat;
	}
	
	.header-nav .site-menu .menu .menu-item-has-children.current-menu-item > a,
	.header-nav .site-menu .menu .menu-item-has-children.current-page-parent > a,
	.header-nav .site-menu .menu .menu-item-has-children.menu-active > a {
		background-image: url('./assets/images/dropdown-gold.svg');
	}
	
	.header-nav .site-menu .menu .menu-item-has-children > a:hover,
	.header-nav .site-menu .menu .menu-item-has-children > a:focus {
		background-image: url('./assets/images/dropdown-gold.svg');
	}
	
	.header-nav .site-menu ul li .submenu-button {
		display: none;
	}
	
	.header-nav .site-menu ul li .sub-menu {
	    display: none;
	    position: absolute;
	    background: #E8DBBF;
	    -webkit-transition: 500ms ease all;
	    transition: 500ms ease all;
	    left: 50%;
	    transform: translate(-50%,0);
	    z-index: 999;
	    padding: 25px 15px;
		border-radius: 40px 0 40px 0;
	    width: 300px;
	    margin: 0;
	    text-align: left;
	    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
	}
	
	.header-nav .site-menu ul li .sub-menu li {
		display: block;
		width: 100%;
	}
	
	.header-nav .site-menu ul li .sub-menu li a {
		font-size: 18px;
		color: #2C2C2C;
	}
	
	.header-nav .site-menu ul li:hover .sub-menu {
		display: block !important;
	}
	
	.header-nav .site-menu .secondary-menu {
		position: absolute;
		top: -68px;
		right: 50px;
		width: auto;
		margin: 0;
		padding: 0;
		border: 0px;
	}
	
	.header-nav .site-menu .secondary-menu li {
		margin: 0 0 0 20px;
	}
	
	.header-nav .site-menu .secondary-menu li a {
		font-size: 18px;
		padding: 8px 0;
	}
	
	.header-nav .toggle-nav {
		display: none;
	}

}

/***************************
       Block
***************************/

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

.block-item {
	margin: 0 0 30px;
}

.block-item.text-center {
	text-align: center;
}

.block-item .written {
	font-family: 'Qwitcher Grypen', cursive;
	font-size: 2em;
}

.bg-lightbrown {
	background-color: #E8DBBF;
}

.bg-brown {
	background-color: #C39D80;
	color: #fff;
}

.bg-brown h2,
.bg-brown h3,
.bg-brown h4 {
	color: #fff;
}

.bg-brown .inline-btn a {
	color: #fff;
}

.bg-brown a {
	color: #e3bb44;
}

.bg-darkbrown {
	background-color: #9B7869;
	color: #fff;
}

.bg-darkbrown h2,
.bg-darkbrown h3,
.bg-darkbrown h4 {
	color: #fff;
}

.bg-darkbrown a {
	color: #e3bb44;
}

.bg-darkbrown .inline-btn a {
	color: #fff;
}

.block-item .contact-iconen a {
	display: inline-block;
	position: relative;
	padding: 10px 0 10px 60px;
	margin: 0 0 15px;
	font-size: 22px;
	min-height: 46px;
}

.block-item .contact-iconen a .icon {
	background-color: #E7C046;
	background-position: 100% 0;
	background-size: 300% 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(to right, #E7C046, #AC7D28, #AC7D28, #E7C046);
	width: 46px;
	height: 46px;
	position: absolute;
	left: 0;
	top: 0;	
	border-radius: 20px 0 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

.block-item .contact-iconen a svg {
	width: 22px;
	height: 22px;
	fill: #fff;
}

.block-item .contact-iconen a:hover .icon {
	background-position: 0 0;
	background-color: #AC7D28;	
}

.block-item .inline-menu a {
	color: #2C2C2C;
	text-decoration: none;
}

.block-item .inline-menu a:hover {
	color: #AC7D28;
	text-decoration: underline;
}

.block-item ul {
	list-style-type: none;
	padding: 0;
}

.block-item ul li {
	position: relative;
	padding: 2px 0 2px 20px;
    background-image: url('./assets/images/arrow-right.svg');
    background-size: 9px 15px;
    background-position: left top 7px;
    background-repeat: no-repeat;
}

.block-item .bg-brown ul li,
.block-item.bg-brown ul li {
    background-image: url('./assets/images/arrow-list.svg');	
}

.block-frame .column {
	padding-bottom: 30px;
}

.block-frame .frame {
	padding: 30px 20px 10px;
	border-radius: 30px 0 30px 0;	
}

.block-frame .frame.bg-white {
	padding: 0;
	border-radius: 0px;
}

.block-image-text .image {
	border-radius: 30px 0 30px 0;
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin: 0 0 30px;
}

.block-image-text .image.square {
	height: 400px;
}

.block-image-text .image.vertical {
	height: 500px;
}

.block-image-text .image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.block-image-text .inner {
	padding: 30px 20px 10px;
	border-radius: 30px 0 30px 0;
}

.block-image-text .inner.bg-white {
	padding: 0;
	border-radius: 0px;
}

.block-linkblocks .column {
	padding-bottom: 30px;
}

.block-linkblocks .item {
	border-radius: 30px 0 30px 0;
	overflow: hidden;
	display: block;
	height: 100%;
	text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	text-align: center;
	color: #2c2c2c;
}

.block-linkblocks .item.bg-brown,
.block-linkblocks .item.bg-darkbrown {
	color: #fff;
}

.block-linkblocks .item .image {
	width: 100%;
	display: block;
	margin: 0;
	overflow: hidden;
}

.block-linkblocks .item .image img {
	width: 100%;
	display: block;
	transition: all 0.3s ease;
}

.block-linkblocks .item .content {
	flex: 1 1 auto;	
	padding: 20px 15px 0;	
}

.block-linkblocks .item h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.block-linkblocks .item h3 span {
	display: block;
	text-transform: none;
	margin: 5px 0 0;
}

.block-linkblocks .item .more {
	padding: 0 15px 1px;
}

.block-linkblocks .item:hover .image img {
	transform: scale(1.1);
	opacity: 0.5;
}

.block-frameblocks .column {
	padding-bottom: 30px;
}

.block-frameblocks .item {
	border-radius: 30px 0 30px 0;
	overflow: hidden;
	display: block;
	height: 100%;
	text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	text-align: center;
	color: #2c2c2c;
}

.block-frameblocks .item.bg-brown,
.block-frameblocks .item.bg-darkbrown {
	color: #fff;
}

.block-frameblocks .item .content {
	flex: 1 1 auto;	
	padding: 20px 15px 1px;	
}

.block-frameblocks .item .content .icon {
	background-image: url('./assets/images/anique-checkmark.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	width: 36px;
	height: 26px;
	display: block;
	margin: 0 auto 20px;
}

.block-frameblocks .item h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.block-frameblocks .item h3 span {
	display: block;
	text-transform: none;
	margin: 5px 0 0;
}

.block-frameblocks .item .more {
	padding: 0 15px 1px;
}

.block-frameblocks .item:hover .image img {
	transform: scale(1.1);
	opacity: 0.5;
}

.block-text-cta .ctas {
	list-style-type: none;
	padding: 0;
}

.block-text-cta .ctas li {
	background-image: none;
}

.block-text-cta .ctas .btn {
	width: 100%;
	margin: 0 0 10px;
	padding: 22px 25px 20px;
}

.block-reviews {
	text-align: center;
}

.block-reviews .reviews-slider {
	margin: 0 -20px 40px;
	padding: 0;
	width: 100%;
	width: calc(100% + 40px);
}

.block-reviews .reviews-slider .slick-list {
	margin: 0;
}

.block-reviews .reviews-slider .slick-track {
	display: flex;
	flex-wrap: wrap;
}

.block-reviews .reviews-slider .slick-prev,
.block-reviews .reviews-slider .slick-next {
	display: block;
	position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 30px;
    font-size: 0;
    opacity: 1;
    line-height: 0;
    margin: -30px 10px 0;
    cursor: pointer;
    border: none;
    color: transparent;
    outline: none;
	background-color: transparent;
    background-image: url('./assets/images/arrow-right.svg');
    background-size: 19px 30px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    z-index: 5;
    transform: rotate(-180deg);
	border-radius: 50%;
}

.block-reviews .reviews-slider .slick-next {
	left: auto;
	right: 0;
    background-image: url('./assets/images/arrow-left.svg');
}

.block-reviews .reviews-slider li {
	padding: 0 35px;
	background-image: none;
}

.block-reviews .reviews-slider .item .name {
	font-weight: 500;
}

.block-reviews .reviews-slider .slick-dots {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
	position:absolute;
	bottom: -10px;
	width:100%;
}

.block-reviews .reviews-slider .slick-dots li {
	display:inline-block;
	padding: 0;
}

.block-reviews .reviews-slider .slick-dots li button{
	width: 16px;
	height: 16px;
	border: 0px;
	display:inline-block;
	margin:0 4px;
	padding:0px;
	border-radius:10px;
	opacity:.5;
	font-size:0px;
	line-height:0;
	background-color: #DCCFAF;
	outline:none;
}

.block-reviews .reviews-slider .slick-dots  li.slick-active button{
	background-color: #E3BA44;
	opacity:1;
}

.block-reviews .image {
	border-radius: 30px 0 30px 0;
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin: 0 0 30px;
}

.block-reviews .image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.block-quote {
	text-align: center;
	padding: 50px 0 30px;
	position: relative;
}

.block-quote .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-size: cover;
	opacity: .1;
}

.block-quote .quote {
	font-size: 24px;
	line-height: 30px;
	position: relative;
	z-index: 2;
}

.block-quote .quote span {
	font-size: 50px;
	font-family: 'Qwitcher Grypen', cursive;
	color: #2C2C2C;	
	line-height: 30px;
}

.block-giveaway {
	padding: 50px 0 30px;
	position: relative;
}

.block-giveaway .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-size: cover;
	opacity: .1;
}

.block-giveaway .container {
	position: relative;
}

.block-giveaway .inner {
	padding: 30px 20px 10px;
	border-radius: 30px 0 30px 0;
	background-color: #fff;
	margin: 0 0 20px;
}

.block-giveaway .inner input[type="submit"] {
	width: 100%;
}

@media only screen and (min-width:768px) {
	
	.block-item {
		margin: 0 0 50px;
	}
	
	.block-frame .frame {
		display: flex;
		height: 100%;
		flex-direction: column;
		justify-content: center;
		padding: 40px 30px 20px;
		border-radius: 50px 0 50px 0;		
	}
		
	.block-image-text .image {
		height: 400px;
		margin: 0 0 30px;
		border-radius: 50px 0 50px 0;
	}
	
	.block-image-text .image.square {
		height: 500px;
	}
	
	.block-image-text .image.vertical {
		height: 600px;
	}
	
	.block-image-text .inner {
		display: flex;
		height: 100%;
		flex-direction: column;
		justify-content: center;
		padding: 40px 30px 20px;
		border-radius: 50px 0 50px 0;
	}
	
	.block-linkblocks .item {
		border-radius: 50px 0 50px 0;
	}
	
	.block-linkblocks .item h3 {
		font-size: 20px;
	}
	
	.block-linkblocks .item .content {
		flex: 1 1 auto;	
		padding: 35px 20px 0;	
	}
	
	.block-linkblocks .item .more {
		padding: 0 20px 15px;
	}
	
	.block-frameblocks .item {
		border-radius: 50px 0 50px 0;
	}
	
	.block-frameblocks .item h3 {
		font-size: 20px;
	}
	
	.block-frameblocks .item .content {
		flex: 1 1 auto;	
		padding: 35px 20px 15px;	
	}
	
	.block-frameblocks .item .more {
		padding: 0 20px 15px;
	}
	
	.block-reviews .column {
		padding-bottom: 30px;
	}
	
	.block-reviews .reviews-slider {
		margin: 0 -30px 40px;
		width: calc(100% + 60px);
	}
	
	.block-reviews .reviews-slider li {
		padding: 0 45px;
	}
	
	.block-reviews .reviews-slider .slick-prev, .block-reviews .reviews-slider .slick-next {
	    width: 25px;
   	 	height: 40px;
		background-size: 25px 40px;
		left: 10px;
	}
	
	 .block-reviews .reviews-slider .slick-next {
		 left: auto;
		 right: 10px;
	 }
		
	.block-reviews .image {
		height: 100%;
		min-height: 400px;
		margin: 0;
	    border-radius: 50px 0 50px 0;
	}

	.block-quote {
		padding: 70px 0 50px;
	}
	
	.block-quote .quote {
		font-size: 28px;
		line-height: 38px;
	}
	
	.block-quote .quote span {
		font-size: 65px;
		line-height: 38px;
	}
	
	.block-giveaway {
		padding: 50px 0 30px;
	}
	
	.block-giveaway .inner {
		border-radius: 50px 0 50px 0;
		padding: 40px 30px 20px;
	}
	
}

@media only screen and (min-width:1024px) {
	
	.block-item {
		margin: 0 0 70px;
	}
	
	.block-image-text.image-right .row {
		flex-direction: row-reverse;
	}
	
	.block-image-text .column {
		padding-bottom: 20px;
	}
	
	.block-image-text .image {
		height: 400px;
		min-height: 100%;
		margin: 0;
	}
	
	.block-image-text .image.square {
		height: 500px;
	}
	
	.block-image-text .image.vertical {
		height: 600px;
	}
	
	.block-image-text .inner {
		display: flex;
		height: 100%;
		flex-direction: column;
		justify-content: center;
		padding: 40px 40px 20px;
	}
		
	.block-linkblocks .column {
		padding-bottom: 30px;
	}
		
	.block-frameblocks .column {
		padding-bottom: 30px;
	}
	
	.block-reviews .inner {
		display: flex;
		height: 100%;
		flex-direction: column;
		justify-content: center;
		padding: 0 20px 0 0;
	}
	
	.block-reviews .reviews-slider {
		margin: 0 0 5px;
	}
	
	.block-reviews .reviews-slider li {
		padding: 0 100px;
	}
	
	.block-reviews .reviews-slider .slick-track {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;
	}
	
	.block-reviews .reviews-slider .slick-prev, .block-reviews .reviews-slider .slick-next {
	    width: 25px;
   	 	height: 40px;
		background-size: 25px 40px;
		left: 30px;
	}
	
	 .block-reviews .reviews-slider .slick-next {
		 left: auto;
		 right: 30px;
	 }
	
	.block-quote {
		padding: 90px 0 70px;
	}
	
	.block-giveaway {
		padding: 70px 0 50px;
	}
	
}

@media only screen and (min-width:1280px) {
	
	.block-item {
		margin: 0 0 70px;
	}
	
	.block-frame .frame {
		padding: 60px 60px 40px;	
	}
	
	.block-image-text .image {
		border-radius: 50px 0 50px 0;
	}
	
	.block-image-text .inner {
		padding: 60px 55px 40px;
	}
	
	.block-image-text .image {
		height: 450px;
	}
	
	.block-image-text .image.square {
		height: 550px;
	}
	
	.block-image-text .image.vertical {
		height: 650px;
	}
	
	.block-giveaway .inner {
		padding: 50px 50px 30px;
	}
	
}

/***************************
       Block
***************************/

.page-top {
	margin: 0 0 30px;
}

.page-top .image {
	position: relative;
	width: 100%;
	height: 300px;
}

.page-top .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media only screen and (min-width:768px) {
	
	.page-top {
		margin: 0 0 50px;
	}
	
	.page-top .image {
		height: 400px;
	}
}

@media only screen and (min-width:1024px) {
	
	.page-top {
		margin: 0 0 70px;
	}
	
	.page-top .image {
		height: 450px;
	}
	
}


@media only screen and (min-width:1280px) {
	
	.page-top .image {
		height: 500px;
	}
	
}

@media only screen and (min-width:1600px) {
	
	.page-top .image {
		height: 550px;
	}
	
}

@media only screen and (min-width:2000px) {
	
	.page-top .image {
		height: 600px;
	}
	
}

/***************************
       HOME
***************************/

.home-top {
	position: relative;
	margin: 0 0 30px;
}

.home-top .image {
	position: relative;
	width: 100%;
	height: 70vh;
	min-height: 350px;
}

.home-top .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.home-top .inner {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.home-top .inner .content {
	width: 100%;
	max-width: 700px;
	background: rgb(255,245,223);
	background: linear-gradient(270deg, rgba(255,245,223,1) 0%, rgba(232,219,191,1) 100%);
	border-radius: 30px 0 30px 0;	
	padding: 20px;
	height: 250px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	justify-items: center;
	align-items: center;
	align-content: center;
}

.home-top .inner .content h1 {
	margin: 0 0 10px;
}

.home-top .inner .content h2 {
	margin: 0;
	text-transform: none;
	background: linear-gradient(to left, #AC7D28, #E7C046);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


@media only screen and (min-width:768px) {
	
	.home-top {
		margin: 0 0 50px;
	}
	
	.home-top .image {
		height: 70vh;
		min-height: 450px;
	}
	
	.home-top .inner {
		bottom: 40px;
	}
	
	.home-top .inner .content {
		padding: 30px 50px;
		height: 200px;
		border-radius: 50px 0 50px 0;
	}
	
}

@media only screen and (min-width:1024px) {
	
	.home-top {
		margin: 0 0 70px;
	}
	
	.home-top .image {
		height: 67vh;
		min-height: 500px;
	}
	
	.home-top .inner {
		bottom: 70px;
	}
	
	
}


@media only screen and (min-width:1280px) {
	
	.home-top .image {
		min-height: 550px;
	}
	
}

@media only screen and (min-width:1600px) {
	
	.home-top .image {
		min-height: 600px;
	}
	
}

@media only screen and (min-width:2000px) {
	
	.home-top .image {
		min-height: 650px;
	}
	
}


/***************************
          AGENDA
***************************/

.agenda-loop .agenda-month {
	margin: 0 0 50px;
}

.agenda-loop .agenda-month h2 {
	margin: 0 0 30px;
}

.agenda-loop .item {
	border-radius: 30px 0 30px 0;
	overflow: hidden;
	text-decoration: none;
    display: flex;
    flex-wrap: wrap;
	color: #2c2c2c;
	background-color: #E8DBBF;
	position: relative;	
	padding: 20px 20px 1px;
	margin: 0 0 30px;
}

.agenda-loop .item .day {
	width: 30px;
	margin: 0 15px 0 0;
	text-align: center;
	font-weight: bold;
	color: #AC7D28;
}

.agenda-loop .item .day .number {
	font-size: 24px;
}

.agenda-loop .item .day .month {
	font-size: 16px;
	text-transform: uppercase;
}

.agenda-loop .item .info {
	width: calc(100% - 45px);
}

.agenda-loop .item .info h3 {
	margin: 0 0 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.agenda-loop .item .info .location {
	background-image: url('./assets/images/pin.svg');
	background-size: 12px 18px;
	background-repeat: no-repeat;
	background-position: top 4px left;
	padding: 0 0 0 20px;
}

.agenda-loop .item .info .btn {
    padding: 7px 30px;
    min-width: auto;	
}

.agenda-loop .item .info p {
	margin: 0 0 15px;
}

.agenda-loop .item .support {
	margin: 0 0 20px;
}

.agenda-loop .item .trainers {
	margin: 0 0 20px;
}

.agenda-loop .item .trainers .image {
	width: 60px;
	height: 60px;
	border-radius: 20px 0 20px 0;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

.agenda-loop .item .trainers .image img {
	width: 100%;
}

.agenda-loop .item .logos .logo {
	width: 120px;
	height: 50px;
	display: inline-block;
	margin: 0 10px 10px 0;
	background-color: #fff;
	border: 15px solid #fff;
	border-top-width: 5px;
	border-block-width: 5px;
	border-radius: 15px 0 15px 0;
}

.agenda-loop .item .logos .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media only screen and (min-width:768px) {
	
	.agenda-loop .item {
		padding: 30px 30px 10px;
		border-radius: 50px 0 50px 0;
	}
	
	.agenda-loop .item .day {
		width: 50px;
		margin: 0 30px 0 0;
	}
	
	.agenda-loop .item .day .number {
		font-size: 38px;
	}
	
	.agenda-loop .item .day .month {
		font-size: 24px;
	}
	
	.agenda-loop .item .info {
		width: calc(100% - 80px);
		display: flex;
		flex-wrap: wrap;
	}
	
	.agenda-loop .item .content {
		flex: 1;
	}
	
	.agenda-loop .item .support {
		width: 130px;
		margin: 0 0 20px 30px;
		text-align: right;		
	}
	
	.agenda-loop .item .trainers {
		width: 100%;
		margin: 0;
	}
	
	.agenda-loop .item .trainers .image {
		width: 120px;
		height: 120px;
		margin: 0 0 10px;
		display: inline-block;
	}
	
	.agenda-loop .item .logos {
		width: 100%;
	}
	
	.agenda-loop .item .logos .logo {
		margin: 0 0 10px 10px;
	}
		
}

@media only screen and (min-width:1024px) {
	
	.agenda-loop .item {
		padding: 40px 40px 20px;
	}
	
}

/***************************
		   POST
***************************/

.post-archive .column {
	padding-bottom: 30px;
}

.post-archive h1 {
	margin: 0 0 40px;
	text-align: center;
}

.post-loop .item {
	border-radius: 30px 0 30px 0;
	overflow: hidden;
	display: block;
	height: 100%;
	text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	color: #2c2c2c;
	background-color: #E8DBBF;
	position: relative;
}

.post-loop .column:nth-child(9n + 1) .item,
.post-loop .column:nth-child(9n + 6) .item,
.post-loop .column:nth-child(9n + 8) .item {
	background-color: #C39D80;
	color: #fff;
}

.post-loop .column:nth-child(9n + 1) .item .date,
.post-loop .column:nth-child(9n + 6) .item .date,
.post-loop .column:nth-child(9n + 8) .item .date {
	background-color: #C39D80;
	color: #fff;
}

.post-loop .column:nth-child(9n + 1) .item h3,
.post-loop .column:nth-child(9n + 6) .item h3,
.post-loop .column:nth-child(9n + 8) .item h3 {
	color: #fff;
}

.post-loop .column:nth-child(9n + 3) .item,
.post-loop .column:nth-child(9n + 5) .item,
.post-loop .column:nth-child(9n + 7) .item {
	background-color: #9B7869;
	color: #fff;
}

.post-loop .column:nth-child(9n + 3) .item .date,
.post-loop .column:nth-child(9n + 5) .item .date,
.post-loop .column:nth-child(9n + 7) .item .date {
	background-color: #9B7869;
	color: #fff;
}

.post-loop .column:nth-child(9n + 3) .item h3,
.post-loop .column:nth-child(9n + 5) .item h3,
.post-loop .column:nth-child(9n + 7) .item h3 {
	color: #fff;
}

.post-loop .date {
	width: 50px;
    height: 50px;
    background-color: #E8DBBF;
    border-radius: 20px 0 20px 0;
    text-align: center;
    color: #2c2c2c;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 80%;
    position: absolute;
	z-index: 2;
    top: 10px;
    right: 10px;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;	
}

.post-loop .date span {
	display: block;
    font-size: 13px;
}

.post-loop .item .image {
	width: 100%;
	display: block;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.post-loop .item .image img {
	width: 100%;
	display: block;
	transition: all 0.3s ease;
}

.post-loop .item .content {
	flex: 1 1 auto;	
	padding: 10px 15px 0;	
}

.post-loop .item h3 {
	font-size: 20px;
	margin: 0;
	padding: 10px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.post-loop .item .more {
	padding: 0 15px 1px;
}

.post-loop .item:hover .image img {
	transform: scale(1.1);
	opacity: 0.5;
}

.post-content .inner {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.post-content .image {
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 30px 0 30px 0;
	margin: 0 0 20px;
}

.post-content .image img {
	width: 100%;
	display: block;
}

.post-content .date {
    font-size: 18px;
    color: #878787;
	text-transform: uppercase;
	font-weight: bold;
}

.post-content .widget {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.post-content .share {
	padding: 10px 0;
}

.post-content .share p {
	display: flex;
	flex-wrap: wrap;	
}

.post-content .share a {
	background-color: #E7C046;
	background-position: 100% 0;
	background-size: 300% 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(to right, #E7C046, #AC7D28, #AC7D28, #E7C046);
	width: 46px;
	height: 46px;
	position: relative;
	border-radius: 20px 0 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
	margin: 0 10px 0 0;
}

.post-content .share a svg {
    width: 22px;
    height: 22px;
    fill: #fff;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.post-content .share a:hover {
	background-position: 0 0;
	background-color: #AC7D28;	
}

.post-content .share svg {
	width: 20px;
	height: 20px;
	display: inline-block;
	fill: #fff;
}

.post-content .recent {
	list-style-type: none;
	padding: 0;
}

.post-content .recent li {
	line-height: 120%;
	margin: 5px 0;
}

.post-content .recent li a {
	color: #2C2C2C;
	text-decoration: none;
}

.post-content .recent li a:hover {
	color: #AC7D28;
	text-decoration: underline;
}

@media only screen and (min-width:768px) {
	
	.post-loop .item {
		border-radius: 50px 0 50px 0;
	}
	
	.post-loop .date {
		top: 20px;
		right: 20px;
	}
	
	.post-loop .item h3 {
		font-size: 24px;
	}
	
	.post-loop .item .content {
		flex: 1 1 auto;	
		padding: 10px 30px 0;	
	}
	
	.post-loop .item h3 {
		padding: 0 30px 20px;
	}
	
	.post-loop .item .more {
		padding: 0 30px 15px;
	}	
	
	.post-content .image {
		border-radius: 50px 0 50px 0;
	}
	
}

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

	.post-archive .column {
		padding-bottom: 60px;
	}

}

/***************************
      Video Container
***************************/

.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	margin: 0 0 20px;
	z-index: 1;
	background-position: center center;
	background-size: cover;
    border-radius: 30px 0 30px 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
}

.video-container .playbutton {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	cursor: pointer;
	transition: all 0.3s ease;
}

.video-container .playbutton:hover {
	background-color: rgba(0,0,0,.2);
}

.video-container .playbutton .playicon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	background-image: url('./assets/images/playbutton.svg');
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: center center; 
	margin: -30px 0 0 -30px;
	transition: all 0.3s ease;
	outline: none;
}

.video-container .playbutton .playicon:hover {
	transform: scale(1.05);
}

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

	.video-container .playbutton .playicon {
		width: 90px;
		height: 90px;
		background-size: 90px 90px;
		border-radius: 50px 0 50px 0;
		margin: -45px 0 0 -45px;
	}
	
}

/***************************
          NAVIGATION
***************************/

.navigation {
	text-align: center;
}

.navigation ul {
	list-style: none;
	margin: 20px 0 30px 0;
	padding: 0;
	text-align: center;
}

.navigation ul li {
    display: inline-block;
    font-size: 14px;
    width: 36px;
    height: 36px;
    text-align: center;
	padding: 0;
	background-image: none;
}

.navigation ul li a {
	background-color: #E8DBBF;
	border-radius: 18px 0 18px 0;
	color: #2c2c2c;
    padding: 8px 0;
    width: 36px;
    height: 36px;
    text-align: center;
    display: inline-block;
    font-weight: 300;
    text-decoration: none;
    font-size: 18px;
    line-height: 100%;
}

.navigation ul li a:hover {
    background-color: #E7C046;
    background-position: 100% 0;
    background-size: 300% 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #E7C046, #AC7D28, #AC7D28, #E7C046);
	color: #fff;
}

.navigation ul li.active a {
    background-color: #E7C046;
    background-position: 0 0;
    background-size: 300% 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #E7C046, #AC7D28, #AC7D28, #E7C046);
	background-color: #238BD2;
	color: #fff;
}

.navigation ul li:hover a {
	color: #fff;
	text-decoration: none;
}

@media only screen and (min-width:1024px) {
	
	.navigation ul {
		margin: 30px 0;
	}
	
	.navigation ul li {
    	width: 46px;
    	height: 46px;
	}
	
	.navigation ul li a {
    	padding: 12px 0;
		border-radius: 23px 0 23px 0;
    	width: 46px;
    	height: 46px;
    	font-size: 22px;
	}

	
}


/***************************
          CALENDLY
***************************/

.calendly-container {
	margin: 0 0 30px;
}

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

.gform_wrapper {
	margin: 0 0 15px 0;
}

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

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

.gfield {
	margin: 0 0 10px 0;
	display: block;
	width: 100%;
	padding: 0px;
	border: 0px;
}

.gfield_label {
	padding: 0 0 5px;
	line-height: 150%;
	display: block;
}

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

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

.gfield_checkbox .gchoice,
.gfield_radio .gchoice,
.ginput_container_consent{
	line-height: 120%;
	position: relative;
	padding: 0px 0 10px 28px;
}

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

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

.gfield_radio .gchoice label {
	display: flex;
}

.gfield_radio .places {
	display: inline-block;
	background-color: #CDA95B;
	color: #fff;
	padding: 1px 10px;
	font-size: 14px;
	border-radius: 20px;
	margin: 0 0 0 10px;
}

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

h2.gform_submission_error {
	font-size: 16px;
	color: #e03333;
}

h2.gform_submission_error:after {
	display: none;
}

.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;	
}

.gfield .instruction {
	display: none;
}

.gform_required_legend {
	display: none;
}

.gsection_title {
	font-size: 18px;
	margin: 20px 0 0;
}

.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gf_invisible {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.gfield_price .gfield_label {
	font-weight: bold;
	color: #28367B;
}

.ginput_product_price_wrapper {
	padding: 0 0 5px 0;
}

.ginput_product_price_label {
	display: none;
}

.ginput_quantity_label {
	display: inline-block;
	padding: 5px 10px 5px 0;
}

.ginput_quantity {
	width: 90px;
	text-align: center;
}

.gfield_total {
    color: #28367B;
	font-weight: bold;
	font-size: 20px;
}

.gfield_total .gfield_label {
	display: inline-block;
	width: auto;
	padding: 0 10px 0 0;
}

.gfield_total .ginput_container_total {
	display: inline-block;
}

.gfield_total .ginput_container_total input {
    color: #28367B;
	font-weight: bold;
	font-size: 20px;
	paddin: 0;	
}


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

.footer {
	background-color: #878787;
	padding: 50px 0 30px;
	color: #fff;
	text-align: center;
	margin: 30px 0 0;
}

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

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

.footer .logo {
	display: block;
	margin:  0 auto 20px;
	max-width: 200px;
}

.footer .content {
	margin: 0 0 30px;
}

.footer .content h3 {
	color: #fff;
}

.footer h3 {
	color: #fff;
}

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

.footer .footer-menu li {
	line-height: 150%;
	padding: 5px 0;
}

.footer .address {
	text-align: center;
}

.footer .contact  {
	list-style-type: none;
	padding: 0;
}

.footer .contact a {
	display: inline-block;
	position: relative;
	padding: 8px 0 8px 50px;
	margin: 0 0 15px;
	font-size: 22px;
	min-height: 46px;
	text-align: left;
	width: 260px;
}

.footer .contact a .icon {
	background-color: #fff;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;	
	border-radius: 16px 0 16px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

.footer .contact a svg {
	width: 20px;
	height: 20px;
	fill: #878787;
}

.footer .contact a.mail svg {
	width: 22px;
	height: 15px;
}

.footer .contact a.linkedin svg {
	width: 22px;
	height: 21px;
}

.footer .contact a:hover {
	text-decoration: none;
}

.footer .contact a:hover .icon {
	transform: scale(1.1);
}

.footer .menu {
	text-align: center;
	padding: 0;
	list-style-type: none;
	margin: 30px 0 5px;
	font-size: 16px;
}

.footer .menu a {
	text-decoration: none;
}

.footer .menu a:hover {
	text-decoration: underline;
}

.footer .loc {
	text-align: center;
	font-size: 14px;
	margin: 0 0 5px;
}

.footer .copy {
	text-align: center;
	font-size: 14px;
}

@media only screen and (min-width:768px) {
	
	.footer {
		padding: 60px 0 10px;
		text-align: left;
		margin: 50px 0 0;
	}
	
	.footer .copy {
		font-size: 15px;
	}
	
	.footer .menu {
		margin: 10px 0 5px;
	}
	
	.footer .menu li {
		display: inline-block;
	}
	
	.footer .menu li:before {
		content: '|';
		margin: 0 10px 0 5px;
	}
	
	.footer .menu li:first-child:before {
		display: none;
	}
	
}


@media only screen and (min-width:1024px) {
	
	.footer {
		margin: 70px 0 0;
	}

	
}

@media only screen and (min-width:1280px) {
	
	.footer {
		margin: 70px 0 0;
	}
	
	.footer .column:nth-child(1) {
		order: 2;
	}
	
	.footer .column:nth-child(2) {
		order: 3;
	}
	
	.footer .column:nth-child(3) {
		order: 4;
	}
	
	.footer .column:nth-child(4) {
		order: 1;
	}
	
}
