:root {
	--ff-sans-serif: 'Lato',Helvetica, Arial, sans-serif;
	--ff-serif: 'Quattrocento', Georgia, Times, serif;
	--max-w: 1300px;
	--c-brown: #a9886c;
	--c-brown-dark: #856347;
	--c-blue: #4c80bb;
	--c-blue-dimmed: #557692;
	--c-blue-dark: #324657;
	--c-salmon: #ffb89e;
	--c-purple: #8ea5e0;
}

/* HTML5 DOCTOR RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,sub,sup,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video
{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;box-sizing:border-box;}
body{line-height:1}
article,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul,ul{list-style:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0}
input,select{vertical-align:middle}
textarea:focus, input:focus{ outline: 0; }
body {
	font-family: var(--ff-sans-serif);
	font-weight: normal;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing:  0.025em;
	color: var(--c-brown-dark);
	padding: 0 0;
	min-height: 100vh;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}
.site-wrapper {	
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
pre {
	clear: both;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	text-align: left;
	font-size: 13px;
	line-height: 1.4;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
a img { border: none; }
a {
	color: var(--c-blue);
	cursor: pointer;
	text-decoration: none;
}
a:hover { text-decoration: none; }
strong { font-weight: 600; }
hr.clear, hr.clear_content_cols {
	visibility: hidden;
	height: 0px;
	border: none;
	clear: both;
	float: none;
	margin: 0;
	font-size: 0px;
	line-height: 0px;
}
p { margin-bottom: 20px;}
textarea,
input[type=text], input[type=email],
input[type=password],
select {
	/*border: none;*/
	/*border-bottom: 1px solid #000;*/
	border: 1px solid rgba(0,0,0,0.2);
	font-family: var(--ff-sans-serif);
	padding: 7px 12px;
	font-size: 16px;
	background-color: #fff;
	width: 100%;
	letter-spacing:  0.025em;
	margin-bottom: 5px;
	-webkit-appearance: none;
	box-sizing: border-box;
	margin: 4px auto;
}
input[type=submit] {
	-webkit-appearance: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
	letter-spacing:  0.025em;
	padding-left: 0;
	font-size: 15px;
	min-width: 200px;
	margin-top: 10px !important;
}
select {
	border: 1px solid #a3a3a3;
	border-radius: 0;	
}
textarea {
	min-height: 100px;
}
.form-wrapper {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

/*.form-wrapper input[type=submit] { float: right;}*/
@media screen and (-webkit-min-device-pixel-ratio:0) {  
	select {
		padding-right: 30px;
		background-image: url(../_img/webkit-select-chevron.svg);
		background-position:  97% 0px;
		background-repeat:  no-repeat;
	}
}
.hidden {
	display: none;
}
/* Grid */
.row-inner,
.row {
	margin: 0 auto;
	text-align: left;
	clear: both;
	padding: 0 0 0 0;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	position: relative;
}
.row.no-pad {
	padding-left: 0;
	padding-right: 0;
}
main.row {
	/*max-width: 1600px;*/
}
.row-inner { 
	padding: 0; 
	/*padding-left: 80px;*/
	/*padding-right: 80px;*/
	max-width: var(--max-w);
	/*background-color: #efefef;*/
}
[class*="grid-col-"] {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 20px 10px; 
	text-align: left;
	position: relative;
}
[class*="grid-col-"].no-pad { padding: 0; }

[class*="grid-col-"] video,
[class*="grid-col-"] img {
	max-width: 100%;
	height: auto;
} 
[class*="grid-col-"].no-pad { padding-right: 0; padding-left: 0px; }
[class*="grid-col-"] { width: 10%; }
/* 12 cols */
.grid-col-1 { width:8.3333%; }
.grid-col-2 { width:16.6666%; }
.grid-col-3 { width:25%; }
.grid-col-4 { width:33.3333%; }
.grid-col-5 { width:41.6666%; }
.grid-col-6 { width:50%; }
.grid-col-7 { width:58.3333%; }
.grid-col-8 { width:66.6666%; }
.grid-col-9 { width:75%; }
.grid-col-10 { width:83.3333%; }
.grid-col-11 { width:91.6666%; }
.grid-col-12 { width:100%; }
.grid-col-perc-20 {
	width: 20%;
}
.mar-l-1 { margin-left: 8.3333%; }
.mar-l-2 { margin-left: 16.6666%; }
.mar-l-3 { margin-left: 25%; }
.mar-l-4 { margin-left: 33.3333%; }
.mar-r-1 { margin-right: 8.3333%; }
.mar-r-2 { margin-right: 16.6666%; }

ul.buttons-list:after,
.clearfix:after,
.row:after,
.row-inner:after,
.form-row:after {
	content: '';
	display: table;
	clear: both;
}
.video-container, .image-wrapper, .iw  {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	background-color: #fff;
}
.fb-iframe {
	padding-bottom: 90%;
}
.video-container iframe,  
.video-container object,  
.video-container embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../_img/loading-content.svg) no-repeat center center #efefef;
	background-size: 125px 11px;
}
.image-wrapper, .iw { 
	background-color: #fff;
}
.image-wrapper img, .iw img {
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
/* Type */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 { 
    font-family: var(--ff-serif);
    /*letter-spacing: 0.1em;*/
	line-height: 1.2;
	margin: 0;
	font-weight: 700 !important;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 36px;
}
.text-large .text-block-title,
.highlight-block h3.text-block-title,
.highlight-block h3.content-title,
h2 { 
	font-size: 29px;
	line-height: 1.2;
}
h3 { 
	font-size: 18px;
	line-height: 1.25;
}
h4 { 
	font-size: 16px;
}
dl:after {
	content: '';
	display: table;
	clear: both;
}
.smaller {
	font-size: 14px;
	font-weight: 700;
}
/* Header */
header.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 110;
	background-color: #fff;
	padding-top: 10px;
	height: 75px;
	box-sizing: border-box;
	transition: height 0.3s ease;
}
header.site-header:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 9px;
	background: url(../_img/gfx-header-top.svg) bottom left repeat-x;
	position: absolute;
	bottom: -8px;
	left: 0;
}
body { padding-top: 75px;}
.site-title a {
	display: block;
	font-family: var(--ff-serif);
	font-size: 36px;
	font-weight: bold;
	color: #4c80bb;
	text-decoration: none;
}
header .nav-wrapper nav {
	margin-top: 13px;
	float: right;
	padding-right: 40px; /* make room for search icon */
}
header .nav-wrapper nav > ul > li {
	display: inline-block;
	margin-left: 23px;
}
nav > ul > li a {
	font-family: var(--ff-sans);
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	text-transform: lowercase;
	color: var(--c-brown);
	transition: color 0.3s ease;
}
nav > ul > li a:hover, 
nav > ul > li a.active {
	color: var(--c-blue);
}
.toggle-menu {
	display: none;
	width: 40px;
	height: 30px;
	text-indent: -9999px;
	background: url(../_img/sprite.svg) 0 -100px no-repeat;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 110;
}

.social-linkage,
.social-linkage li {
	display: inline-block;
}
.share-options a,
.social-linkage li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0;
	margin-left: 20px;
	background-image: url(../_img/sprite.svg);
	background-position: 0 -200px;
	background-repeat: no-repeat;
	border: 1px solid var(--c-red);
	text-indent: -9999px;	
}
.social-linkage li a:hover {
	background-color: var(--c-red);
	background-position-y: -100px; 
}
a.social-share.facebook,
.share-options a[href*="facebook"],
.social-linkage li a.facebook { background-position-x: -350px; }
.share-options a[href*="instagram"],
.social-linkage li a.instagram { background-position-x: -250px; }
.share-options a[href*="linkedin"],
.social-linkage li a.linkedin { background-position-x: -300px; }
.share-options a[href*="twitter"],
.social-linkage li a.twitter { background-position-x: -400px; }

.share-options {
	/*float: right;*/
	/*padding-right: 15px;*/
	padding-bottom: 50px;
}
.share-options > span {
	display: inline-block;
	padding-top: 4px;
	transform: translateY(10px);
}
.share-options a {
	background-position-y: -300px;
	background-color: var(--c-blue);
	border-radius: 50%;
}
.share-options a:hover { background-color: var(--c-blue-dark);}

.google-map {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 100%;
	padding-bottom: 36%;
}
.grid-col-8 h3.text-block-title {
	/*transform: translateX(-50px);*/
	/*margin-bottom: 20px;*/
}
.text-field p {
	line-height: 1.4;
}
.text-large .text-field {
	font-size: 18px;
	line-height: 1.6;
}
/* Page builder */
.page-builder-wrap > .row {
	padding-top: 20px;
	padding-bottom: 20px;
}
.page-builder-wrap > .row.no-pad-t { padding-top: 0;}
.page-builder-wrap > .row.no-pad-b { padding-bottom: 0;}
.page-builder-wrap > .row.img-thumbs .cnt-type-image .image-wrap {
	padding: 20px;
}
.row.img-thumbs > .row-inner {
	max-width: 1000px;
}
.al-h-center { text-align: center; }
.al-h-right { text-align: right;}

.text-field a {
}
.text-field a:hover { color: #000; }

.slide-text-block {
	text-shadow: 1px 1px 0 #000;
}
.text-field.typo-block,
.boxed-text-block {
	position: static;
	transform: none;
	border-color: #e64446;
	color: #e64446;
	margin: 0 auto;
	margin-bottom: 40px;
}
.row.clouds-line-bottom {
	padding-bottom: 30px;
	background: url(../_img/gfx-curves-brown.svg) bottom left repeat-x;
	margin-bottom: 40px;
}
/*     .__  .__    .___            
  _____|  | |__| __| _/___________ 
 /  ___/  | |  |/ __ |/ __ \_  __ \
 \___ \|  |_|  / /_/ \  ___/|  | \/
/____  >____/__\____ |\___  >__|   
     \/             \/    \/       
*/
.item-media.type-gallery {
	max-width: 1210px;
	margin: 0;
}
@media (min-width: 1400px) {
	.item-media.type-gallery {
		-webkit-transform: translateX(-80px);
			-ms-transform: translateX(-80px);
		transform: translateX(-80px);
	}
}
.page-header-image,
.item-gallery-wrap {
	position: relative;
	z-index: 0;
	width: 100%;
	padding-bottom: 52.81%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.page-header-image:before,
.clouds-bg:before,
.clouds-bg:after,
.no-header-image:after,
.no-header-image:before,
.item-gallery-wrap:after,
.page-header-image:after,
.item-gallery-wrap:before {
	content: ' ';
	display: block;
	position: absolute;
	top: -6px;
	left: 0;
	width: 100%;
	padding-bottom: 25%;
	background: url(../_img/gfx-header.svg) top left no-repeat;
	background-size: cover;
	z-index: 11;
}
.clouds-bg:before,
.clouds-bg:after,
.no-header-image:after,
.page-header-image:after,
.item-gallery-wrap:after {
	padding-bottom: 0;
	height: 14px;
	top: auto;
	bottom: 0;
	background: url(../_img/gfx-cloud-curves-bot.svg) bottom left repeat-x;
	background-size: auto;
}
.item-gallery-wrap ul {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	transition: transform 0.9s ease !important;
}
.item-gallery-wrap ul li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0 0px 0 0;
	display: block;
	opacity: 1;
	background-size: cover;
	background-position: center;
	transition: opacity 1s ease;
}
.item-gallery-wrap ul li:nth-child(n+2) {
	position: absolute;
}
.item-gallery-wrap ul li.pre-fade { opacity: 0;}
.item-gallery-wrap ul li {
	/*height: 100%;*/
	overflow: hidden;
}
.item-gallery-wrap ul li .slide-inner {
	/*max-width: 1400px;*/
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.item-gallery-wrap ul {

}
.item-gallery-wrap ul li img,
.item-gallery-wrap ul li video {
	display: block;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.item-gallery-wrap ul.light-slider {
	margin: 0 auto;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.slide-text-wrap,
.slide-text-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	z-index: 11;
}
.slide-text-wrap .row-inner {
	background-color: transparent;
	height: 100%;
	max-width: none;
	margin-left: 20px;
	margin-right: 20px;
}
.slide-text-inner {
	padding-top: 0;
	padding-left: 0;
	margin: 0 auto;
	height: 100%;
	display: table;
}
.slide-text {
	display: block;
	position: absolute;
	width: 100%;
	color: #fff;
	opacity: 0;
	box-sizing: border-box;
	padding: 20px 40px;
	padding-bottom: 50px;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	transition: all 1.4s ease;
}
/* Search */
a.toggle-search {
	box-sizing: border-box;
	display: inline-block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 17px;
	right: 10px;
	background: url(../_img/sprite.svg) -100px -100px no-repeat;
	transform: scale(0.9);
}
#search-bar {
	width: 100%;
	height: 50px;
	margin-top: -10px;
	display: none;
	background-color: var(--c-brown);
	position: relative;
	z-index: 1050;
	padding-left: 30px;
}
#search-bar:before {
	content: ' ';
	display: block;
	width: 22px;
	height: 22px;
	background: url(../_img/sprite.svg?v=2) -100px -300px no-repeat;
	/*background-color: lime;*/
	position: absolute;
	top: 15px;
	left: 15px
}
#search-bar input[type="text"] {
	border: none;
	/*border-bottom: 1px solid #000;*/
	width: 100%;
	height: 50px;
	background-color: transparent;
	box-sizing: border-box;
	color: #fff;
	text-align: left;
	padding-left: 20px;
	font-size: 22px;
}
#search-bar ::-webkit-input-placeholder { color: #fff; } /* Chrome/Opera/Safari */
#search-bar ::-moz-placeholder { color: #fff; } /* Firefox 19+ */
#search-bar :-ms-input-placeholder { color: #fff; } /* IE 10+ */
#search-bar :-moz-placeholder { color: #fff; } /* Firefox 18- */

body.search-active header {
	height: 125px;
}

i.icon.search:before {
	width: 30px;
	height: 34px;
	background-position: -200px 0;
}
#search-bar .toggler {
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 33px;
	color: #fff;
	line-height: 0.8;
	display: none;
	text-decoration: none;
}
#search-bar.visible .toggler { display: block; }
#search-results {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}
.search-results-holder > .row {
	padding-top: 10px;
}
.noverflow {
	overflow: hidden;
}
.search-result-item {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.search-result-item div.image {
	max-width: 200px;
	box-sizing: border-box;
	padding-right: 20px;
	float: left;
}
.search-result-item div.image img {
	max-width: 100%;
	height: auto;
	float: left;
}
.search-result-item .text-field {
	float: left;
	font-size: 16px;
	max-width: calc(100% - 200px);
}
.search-result-item .text-field h4 {
	font-weight: 400;
	font-size: 17px;
	text-decoration: none;
}
.search-result-item .text-field h4 a { text-decoration: none; }
.highlight {
	display: inline-block;
	padding: 0 4px;
	border-radius: 3px;
	background-color: #efefef;
}

/* Footer */
footer {
	padding-top: 20px;
	padding-bottom: 30px;
	background: #eff4ff;
	position: relative;
	color: var(--c-blue-dark);
	font-family: var(--ff-sans);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}
header > .row > .row-inner,
footer > .row-inner {
	padding-left: 20px;
	padding-right: 20px;
}
footer nav > ul > li a,
footer a { color: var(--c-blue-dark);}

footer nav > ul > li a {
	font-weight: normal !important;
	font-size: 16px;
}
#footer-gfx {
	width: 100%;
	padding-bottom: 15%;
	height: 0;
	background: url(../_img/gfx-footer.svg) top left no-repeat;
	background-size: cover;
	margin-bottom: -1px;
}
.text-field nav ul > li {
	padding-left: 0;
}
.text-field nav ul > li:before { content: none; }
a.to-top {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
footer .logo-links {
	padding-top: 20px;
}
footer .logo-links > a {
	display: block;
	float: left;
	width: 50%;
	padding-right: 20px;
	box-sizing: border-box;
}
/* Modal  */
.overlay,
.focus-modal {
	position: absolute;
	max-width: 600px;
	z-index: 100001;
	opacity: 1;
	transition: opacity 1s ease;
}
.overlay {
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	max-width: none;
	width: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
	z-index: 290;
}
.overlay.invisible,
.focus-modal.invisible {
	opacity: 0;
}
.focus-modal .modal-content {
	padding-top: 30px;
}

.modal-news_item { z-index: 49; }
.overlay.overlay-news_item { z-index: 40; }

.modal-header.row {
	max-width: 900px;
}
a.closer {
	text-decoration: none;
	font-size: 18px;
	line-height: 1;	
}
.focus-modal a.closer {
	position: absolute;
	top: 8px;
	right: 16px;
	line-height: 1;
	z-index: 100;
	font-size: 30px;
	color: #000;
}
.focus-modal.modal-lightbox {
	width: 100%;
	height: 100vh;
	max-width: none;
}
.focus-modal.modal-lightbox .modal-body {
	width: 100%;
	height: 100%;
	position: relative;
}
.focus-modal.modal-lightbox .modal-body img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

a.lightbox-nav,
a.gal-control {
	display: block;
	position: absolute;
	width: 50px ;
	height: 60px ;
	top: calc(50% - 8px);
	background-image: url('../_img/sprite.svg?v=2')  ;
	background-position: -150px 0;
	background-repeat:  no-repeat;
	/*margin-top: -30px ;*/
	/*background-color: lime;*/
}
a.lightbox-nav.prev {
	left: 20px;
}
a.lightbox-nav.next {
	background-position-x: -200px !important;
	right: 0;
}
/* Page intro */
.page-intro-wrap {
	padding: 50px 0;
}
.page-intro-wrap.blog-item-intro .text-field .post-body > p:nth-child(1),
.page-intro-wrap .text-field {
	max-width: 770px;
	margin: 0px auto;
	text-align: center;
	font-size: 24px;
	/*font-family: var(--ff-serif);*/
}
.page-intro-wrap .text-field h1 {
	font-size: 36px;
}
.page-intro-wrap > .row-inner {
	position: relative;
	z-index: 12;
}
.page-intro-wrap .blog-item-meta { margin-bottom: 10px;}

.page-intro-wrap .blog-item-meta > a + .blog-item-date {
	/*margin-left: 20px;*/
}
.page-intro-wrap .blog-item-meta > a + .blog-item-date:before {
	content: ' - ';
}
/* Page builder stylings */
.clouds-bg {
	background: linear-gradient(0deg, #eff9ff, #d8e3ff );
	position: relative;
	padding-top: 50px !important;
	padding-bottom: 40px;
	margin-bottom: 60px;
	color: var(--c-blue-dark);
}
.clouds-bg:after {
	background: url(../_img/gfx-cloud-bg-bot.svg) bottom left repeat-x;
	bottom: -14px;
}
.clouds-bg:before {
	background: url(../_img/gfx-cloud-bg-top.svg) bottom left repeat-x;
	bottom: auto;
	top: -14px;
}
.clouds-bg .row-inner {
	position: relative;
	z-index: 14;
}
/* Clouds */
i.gfx-chakra,
.clouds-bg i[class*="cloud-"] {
	display: block;
	position: absolute;
	width: 130px;
	height: 145px;
	background: url(../_img/gfx-cloud-01.svg) bottom right no-repeat;
	background-size: cover;
	top: -30px;
	left: -20px;
	z-index: 12;
} 
.clouds-bg i.cloud-02 {
	background: url(../_img/gfx-cloud-02.svg) bottom left no-repeat;
	top: auto;
	left: auto;
	bottom: -40px;
	right: 0px;
	width: 145px;
	height: 180px;
}
i.gfx-chakra {
	top: 20px;
	left: 10px;
	width: 200px;
	height: 200px;
	background-image: url(../_img/gfx-chakras.svg);
	background-position-y: 0; 
	background-size: auto;
	z-index: -1;
}
i.gfx-chakra.type-crown { background-position-x: 0px; }
i.gfx-chakra.type-sacral { background-position-x: -200px; }
i.gfx-chakra.type-heart { background-position-x: -400px; }
i.gfx-chakra.type-solar { background-position-x: -600px; }
i.gfx-chakra.type-root { background-position-x: -800px; }
i.gfx-chakra.type-throat { background-position-x: -1000px; }
i.gfx-chakra.type-third-eye { background-position-x: -1200px; }

div > i.gfx-chakra:nth-of-type(2) {
	top: auto;
	left: auto;
	bottom: 20px;
	right: 5px;
}
.blog-items-wrap,
.other-page-links-wrap {
	max-width: 100%;
	/*overflow-x: hidden;*/
}
/* Blog Items */
.other-page-block > a,
.highlight-block .cnt-node-inner,
.blog-item .item-inner {
	display: block;
	background: linear-gradient(#ffe5d8, #fffbef );
	padding: 10px;
	max-width: 400px;
	text-align: center;
	margin: 0 auto;
	border-radius: 4px;
	box-shadow: -3px 3px 0px #dbd8ff;
}
.grid-col-8 .cnt-node-inner {
	max-width: 100%;
}
.blog-item .item-inner,
.blog-item .item-inner a {
	color: var(--c-brown-dark);	
}
.row-inner > .highlight-block:nth-child(2n+1) .cnt-node-inner,
.blog-items-wrap > .row-inner > .blog-item:nth-child(2n+1) .item-inner,
.cnt-type-placeholder > .blog-item:nth-child(2n+1) .item-inner {
	box-shadow: 3px 3px 0px #dbd8ff;	
}
.other-page-block img,
.blog-item .item-inner img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.blog-item-meta {
	font-family: var(--ff-sans);
	text-transform: uppercase;
	font-size: 16px;
}
.blog-item-meta a { text-decoration: none; }
.other-page-block h4,
.blog-item .item-inner h3 {
	margin-top: 3px;
	font-size: 32px;
	margin-bottom: 0;
	transition: color 0.3s ease;
}
.blog-item a:hover > h3 {
	color: var(--c-blue-dark);
}
.blog-item a img {
	transition: transform 0.3s ease;
}
.blog-item a:hover img {
	transform: translateY(-2px);
}
.item-text-wrap {
	padding-left: 5px;
	padding-right: 5px;
}
/* Blocks in .clouds-bg */
.clouds-bg .blog-item .item-inner {
	background: #fff;
}
.clouds-bg .blog-item .item-inner,
.clouds-bg .blog-item .item-inner a {
	color: var(--c-blue);	
}
.blog-item .item-inner .bottom-btn a,
.clouds-bg .blog-item .item-inner .bottom-btn a {
	color: #fff !important;
}
.text-field h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: var(--ff-sans);
	font-size: 19px;
}
.text-field ul {
	margin-bottom: 10px;
}
.text-field ul > li {
	padding-left: 15px;	
	position: relative;
	margin-bottom: 10px;
}
.text-field ul > li:before {
	content:"\00bb"; 
	position: absolute;
	top: 0;
	left: 0;
}
span.fl-r { float: right; margin-right: 15px;}

/* Blog text-blocks */
.blog-items-wrap.text-items .row-inner {
	max-width: 600px;
}
.blog-items-wrap.text-items .blog-item {
	padding: 0 !important;
	margin-bottom: 10px;
}
.blog-items-wrap.text-items .blog-item h3 {
	margin: 5px 20px;
	margin-top: 0px;
	margin-right: 110px;
	font-size: 24px;
}
.blog-items-wrap.text-items .blog-item .item-inner {
	text-align: left;
	padding: 0 !important;
	box-shadow: none !important;
	transition: background-color 0.3s ease;
}
.blog-items-wrap.text-items .blog-item .item-inner > a {
	display: block;
	padding-top: 10px;
	color: var(--c-blue-dimmed);
}
.blog-items-wrap.text-items .blog-item .item-inner:hover {
	background-color: transparent;
}
.blog-items-wrap.text-items .blog-item .item-inner .bottom-btn {
	width: auto;
	left: auto;
	right: 10px;
	top: -5px;
	bottom: auto;
	height: 100%;
	padding-top: 5px;
	box-sizing: border-box;
	background-color: transparent;
	border-left: 1px solid #d8e3ff;
}
.blog-items-wrap.text-items .blog-item .item-inner .bottom-btn a {
	color: var(--c-blue-dimmed) !important;
}
.blog-items-wrap.text-items .blog-item .item-inner > a:hover h3,
.blog-items-wrap.text-items .blog-item .item-inner .bottom-btn a:hover {
	color: var(--c-blue) !important;		
}
h3.section-title {
	text-align: center !important;
	font-size: 29px;
	margin: 0 auto;
	margin-bottom: 30px;
}
input[type=submit],
a.btn {
	display: inline-block;
	background-color: var(--c-purple);
	color: #fff;
	padding: 4px 15px;
	border-radius: 4px;
	margin: 10px auto;
	margin-top: 30px;
	transition: background-color 0.3s ease;
}
input[type=submit]:hover,
a.btn:hover {
	background-color: var(--c-blue-dark);
}
h4.blog-year {
	margin: 20px 0 10px;
}
/* Other page blocks */
.other-page-block {
	padding-left: 30px;
	padding-right: 30px;
}
.other-page-block > a {
	box-shadow: none;
	color: var(--c-brown-dark);
	text-align: left;
}
.other-page-block h4 {
	font-size: 29px;
}
.highlight-block ul.buttons-list,
.bottom-btn {
	margin: 5px -10px -10px -10px;
	background-color: var(--c-salmon);
	border-radius: 0 0 4px 4px;
	color: #fff;
	font-weight: bold;
}
.blog-item  .bottom-btn a,
.other-page-block .bottom-btn {
	display: block;
	padding: 10px 15px;	
}
.highlight-block ul.buttons-list,
.highlight-block ul.buttons-list a,
.bottom-btn {
	transition: background-color 0.3s ease;	
}

.other-page-block > a:hover .bottom-btn,
.highlight-block ul.buttons-list a:hover,
.bottom-btn:hover {
	background-color: var(--c-purple);
}
/* Flex die blokken */
.blog-items-wrap > .row-inner,
.cnt-type-placeholder.blog-list,
.other-page-links-wrap > .row-inner {
	display: flex;
	align-items: stretch;
	align-content: flex-start;
	/*justify-content: center;*/
	flex-wrap: wrap;
}
.blog-items-wrap > .row-inner .blog-item > .item-inner,
.cnt-type-placeholder.blog-list .blog-item > .item-inner,
.other-page-block > a {
	height: 100%;
	position: relative;
	padding-bottom: 40px;
	box-sizing: border-box;
}
.other-page-block > a {
}

.cnt-type-placeholder.blog-list.posts-selection-home .blog-item > .item-inner {
	padding-bottom: 10px;
}
.cnt-type-placeholder.blog-list .blog-item .bottom-btn,
.blog-items-wrap > .row-inner .blog-item .bottom-btn,
.other-page-block > a .bottom-btn {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 100%;
}

/* Page header w no image */
.no-header-image {
	padding-top: 15%;
	background: linear-gradient(#d8e3ff, #fff);
	padding-bottom: 60px !important;
	margin-bottom: 40px;
	color: var(--c-blue-dark);
}
.no-header-image:after {
	background: url(../_img/gfx-curves-brown.svg) top left repeat-x;
	height: 20px;
}

/* Highlight blokken */
.highlight-block.w-btn-l .cnt-node-inner {
	padding-bottom: 0;
}
.highlight-block ul.buttons-list {
	padding: 0;
}
.highlight-block ul.buttons-list > li {
	display: block;
	width: 50%;
	float: left;
	padding-left: 0;
}
.highlight-block ul.buttons-list > li:before { content: none; }
.highlight-block ul.buttons-list > li:nth-child(1) {
	border-right: 1px solid #fff;
}
.highlight-block ul.buttons-list > li a {
	color: #fff;
	display: block;
	padding: 7px 15px;
}
.row.full-w {
	padding-left: 0;
	padding-right: 0;
}
.row.full-w > .row-inner {
	max-width: none;
}
.row.full-w.no-pad-b.clouds-top + .clouds-bg {
	margin-top: -30px;
	clear: none;
}
.full-w.clouds-top > .row-inner > .grid-col-6.cnt-type-image {
	padding-left: 1px;
	padding-right: 1px;
}
.full-w.clouds-top > .row-inner > .grid-col-6.cnt-type-image:nth-child(1) {
	text-align: right;
}
/* Highlight block w image */
.cnt-type-image.highlight-block {
	text-align: left;
}
.cnt-type-image.highlight-block img {
	float: left;
	max-width: 30%;
	margin-right: 15px;
}
.highlight-block.current-affairs .cnt-node-inner {
	text-align: left;
}
.highlight-block.current-affairs .text-field {
	float: left;
	box-sizing: border-box;
	max-width: calc(70% - 15px);
	padding-right: 60px;
}

/* Blog items overview */
.blog-items-wrap > .row-inner {
	max-width: 900px;
}
.blog-items-wrap .blog-item {
	margin-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
}
.blog-items-wrap .blog-item .item-inner {
	max-width: none;	
}

/* Blog focus */
.content-basic .page-intro-wrap  .text-field,
.page-intro-wrap.blog-item-intro .text-field .post-body,
.page-intro-wrap.blog-item-intro .text-field .post-body > p {
	font-size: 18px;
	line-height: 1.6;
	text-align: left;
}
.content-basic .page-intro-wrap  .text-field > p:nth-child(1),
.page-intro-wrap.blog-item-intro .text-field .post-body > p:nth-child(1) {
	margin-bottom: 30px;
	line-height: 1.4 !important;
}
.page-intro-wrap.blog-item-intro .text-field .post-body > p:nth-child(n+2) {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.post-body img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}
/* Image styles */
.rounded-image img,
img.rounded-image {
	border-radius: 50%;
	overflow: hidden;
	/*max-width: 125px;*/
	display: block;
}

@media (max-width: 1360px) {
}
@media (max-width: 1000px) and (min-width: 801px) {
	.site-title a {
		  white-space: nowrap;
	}
	header .nav-wrapper nav > ul > li {
		margin-left: 10px;
	}
}
@media (max-width: 850px) and (min-width: 801px) {
	.nav-wrapper {
		margin-top: -10px;
	}
}
@media (max-width: 800px) {
	div[class*="grid-col"] {
		width: 100%;
		float: none;
		clear: both;
	}
	.toggle-menu {
		display: block;
		top: 15px;
		transform-origin: top right;
		transform: scale(0.8);
	}
	.blog-item,
	header > .row > .row-inner, 
	.blog-items-wrap .blog-item,
	.other-page-block {
		padding-left: 0;
		padding-right: 0;
	}
	.title-wrap	{
		background-color: #fff;
		position: relative;
		z-index: 0;
		padding-top: 10px;
		padding-bottom: 15px;
	}
	header.site-header {
		padding-top: 0;
		height: 60px;
	}
	body { padding-top: 60px;}
	.nav-wrapper {
		position: absolute;
		z-index: -1;
		width: 100%;
		background-color: #fff;
		top: 50px;
		left: 0;
		min-height: calc(100vh - 50px);
		padding-top: 10px;
		transform: translateY(-100vh);
		transition: transform 0.4s ease;
	}
	body.menu-active .nav-wrapper {
		transform: translateY(0);
	}
	header .nav-wrapper nav {
		float: none;
		text-align: left;
		padding-right: 0;
	}
	header .nav-wrapper nav > ul > li {
		display: block;
		float: none;
		margin-left: 10px;
	}
	header nav > ul > li a {
		font-size: 28px;
		font-weight: normal;
		display: block;
		padding: 5px 0;
	}
	body.menu-active .toggle-menu { background-position-x: -50px; }

	a.toggle-search {
		top: 35px;
		right: 20px;
	}
	body.search-active header { height: 100px; }
	
	/* Page header image */
	.page-header-image, .item-gallery-wrap {
		padding-bottom: 90%;
	}
	.page-intro-wrap {
		padding-top: 20px;
	}
	.page-intro-wrap .text-field {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 19px;
	}
	.page-intro-wrap.no-header-image {
		padding-top: 40px;
	}
	h1,
	h2,
	h3,
	.text-large .text-block-title,
	.highlight-block h3.text-block-title,
	.highlight-block h3.content-title,	
	.page-intro-wrap .text-field h1,
	.other-page-block h4, 
	.blog-item .item-inner h3 {
		font-size: 24px;
	}
	.site-title a { font-size: 28px;}
	
	footer > .row-inner {
		padding-left: 10px;
	}
	.page-builder-wrap .grid-col-2,
	.page-builder-wrap  .grid-col-3.cnt-type-image,
	footer > .row-inner > div:nth-child(2), 
	footer > .row-inner > div:nth-child(3) {
		width: 50%;
		float: left;
		clear: none;
	}

	.page-builder-wrap > .row {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0;
	}
	.page-builder-wrap > .row > .row-inner > div[class*="grid-col-"] {
		width: 100%;
	}
	.grid-col-2.cnt-type-empty + .grid-col-8.cnt-type-text {
		padding-right: 10px;
	}
	.cnt-type-empty { display: none;}

	.full-w.clouds-top > .row-inner > .grid-col-6.cnt-type-image:nth-child(1) {
		padding-bottom: 0;
	}
	.page-builder-wrap .row-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	.page-builder-wrap > .row.img-thumbs .cnt-type-image .image-wrap {
		padding: 0;
	}
	.google-map {
		padding-bottom: 0;
		height: 300px;
	}
	.socials-wrap {
		padding-bottom: 20px !important;
	}
	.socials-wrap > a {
		margin-top: -2px;
		font-size: 12px;
	}
	#newsletter-signup-wrap {
	}
	.blog-item-meta { font-size: 13px;}

	.blog-items-wrap.text-items .blog-item h3 {
		font-size: 18px;
		margin-right: 0;
		margin-left: 10px;
	}	
	.blog-items-wrap.text-items .blog-item .item-inner .bottom-btn {
		position: relative;
		top: auto;
		height: auto;
		right: auto;
		width: 100%;
		border-top: 1px solid #d8e3ff;
		border-left: none;
		font-size: 13px;
		padding-top: 3px;
		margin: 0;
	}
	.blog-items-wrap.text-items .blog-item .item-inner .bottom-btn a {
		padding: 5px 10px;
		padding-top: 3px;
	}
	.page-intro-wrap.blog-item-intro .text-field {
		text-align: left;
	}
	.page-intro-wrap.blog-item-intro .text-field .post-body > p:nth-child(1) {
		font-size: 18px !important;
		text-align: left;
	}
	.page-intro-wrap.blog-item-intro .text-field .post-body > p {
		font-size: 16px;
	}
	.page-builder-wrap .grid-col-2.cnt-type-image {
		width: 33% !important;
	}
	.page-builder-wrap  .grid-col-3.cnt-type-image { width: 50% !important;}
	
	.highlight-block.current-affairs .text-field,
	.cnt-type-image.highlight-block img {
		max-width: 100%;
	}
	.highlight-block.current-affairs .text-field {
		padding-top: 10px;
		padding-right: 0;
	}

}
@media (max-width: 380px) {

}
@media (max-width: 340px) {
}
