

body {
	background: #FFFFFF;
}

.cover-1 .logo {
    max-height: 7em;
}

.cover-1 p.lead {
    position: relative;
    top: 0px;
}

.cover-1 p.lead {
    position: relative;
    top: 0px;
}

.nav-bar, .utility-bar {
    padding: 0 3.25em 0 3.25em;
}

.nav-bar .logo {
    margin-right: 0;
    max-height: 80%;
}

.menu > li a {
    letter-spacing: 2px;
}

.nav-bar, .utility-bar {
    padding: 0.5em 3.25em 0 3.25em;
}

.nav-bar.bg--white .menu > li > a {
    color: #000000;
}

.nav-bar.bg--white .menu > li > a:hover {
    font-weight: 300;
}

.h5, h5 {
    font-weight: 100;
    letter-spacing: 2px;
    font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    text-align: center;
    color: #000000;
    text-transform: uppercase; 
}

.h6, h6 {
    font-weight: 100 !important;
    letter-spacing: 2px;
    font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    color: #000000;
    text-transform: uppercase; 
    font-size: 0.65em;
    line-height: 1.8em;
}

p, .p {
    color: #000000;
    margin-bottom: 0.5em;
    font-size: 0.9em;
    line-height: 1.5em;
    font-weight: 100;
    font-stretch: normal;
    letter-spacing: 1.5px;
} 

.lead {
    line-height: 1.4em;
    font-weight: 100;
}

.bg--white p, .bg--white span, .bg--white ul, .bg--white a:not(.btn) {
    color: #000000;
}

.container {
    margin-bottom: 3em;
}

.btn.btn--primary {
    border-color: #3D522E;
}

.btn.btn--primary:hover {
    border-color: #8F9E6B;
    background: #8F9E6B;
}

.btn--primary, .btn--primary:visited {
    background: #3D522E;
    border-color: #3D522E;
}

.btn.welcome-button:hover {
    border-color: #f1b8b6;
    background: #f1b8b6;
    color: #000000 !important;
}

.btn.welcome-button {
    border-color: #FBCFCE;
    background: #FBCFCE;
    color: #000000 !important;
}

.boxed h5 {
	text-align: left;
}

.hover-element[data-title-position*=",center"] {
    text-align: left;
}

footer .container {
	width: 100%;
}

footer .copyright-info {
	margin-bottom: 0;
}

footer{
	border-top: solid 1px #f4f4f4;
	border-width: 80%;
}

footer .logo {
    max-height: 40px;
}

.footer-1 .footer__lower .type--fine-print {
    opacity: 0.6;
}

button:active, button:hover, button:focus {
    border-color: #3D522E !important;
    background: #3D522E;
}

button {
    background: #8F9E6B;
    border-color: #8F9E6B;
}

.btn {
	border-width: 0;
}

section{
    padding-top: 3.2em; 
    padding-bottom: 4em; 
}

.nav-bar.nav--fixed {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
}

body {
    -moz-osx-font-smoothing: auto;
}

p, span:not(.btn__text), ul, blockquote, figcaption, input[type], textarea {
    font-weight: 100;
}

.bg--primary {
    background: #dcc7b7;
}





/*--- POP UP ---*/

.modal-container {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal-container.modal-active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.modal-container:before {
  background: none;
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.modal-container .modal-content {
  backface-visibility: hidden;
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  max-height: 100%;
  overflow-y: auto;
  border: none;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.modal-container .modal-content:not(.height--natural) {
  width: 50%;
  height: 50%;
}
.modal-container .modal-content .modal-close-cross {
  cursor: pointer;
  position: absolute;
  opacity: .5;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  top: 1em;
  right: 1em;
  z-index: 99;
}
.modal-container .modal-content .modal-close-cross:before {
  content: '\2715';
  font-size: 1.5em;
}
.modal-container .modal-content .modal-close-cross:hover {
  opacity: 1;
}
.modal-container .modal-content.imagebg:not(.image--light) .modal-close-cross:before {
  color: #fff;
}
.modal-container .modal-content iframe {
  width: 100%;
  outline: none;
  border: none;
  height: 100%;
  backface-visibility: hidden;
}
.modal-container .modal-content iframe:first-child + .modal-close-cross:last-child {
  top: -3.25em;
}

form[action*="list-manage.com"].form--active * {
    opacity: 1;
    width: 100%;
}

label {
	margin-left: 0;
}

.bg--white input[type="text"], .bg--white input[type="email"] {
	margin-bottom: 20px;
}

form input[type="text"], form input[type="email"] {
    margin-bottom: 20px !important;
}

.modal-container .modal-content:not(.height--natural) {
    width: 50%;
    height: 50%;
    min-height: 360px;
}





/*.modal-content input[type="email"] {
    height: 40px;
    margin-top: 20px; 
}

.modal-content button {
    height: 40px;
    margin-top: 20px !important; 
}*/





/*@media all and (max-width: 767px) {
  .modal-container .modal-content {
    width: 100% !important;
    height: auto !important;
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: rgba(235,223,214,1);
    text-align: center;
  }
}*/




/*--- MEDIA QUERIES ---*/


  @media all and (min-height: 600px) and (min-width: 767px) {
  .height-10 {
    height: 10vh;
  }
  .height-20 {
    height: 20vh;
  }
  .height-30 {
    height: 30vh;
  }
  .height-40 {
    height: 40vh;
  }
  .height-50 {
    height: 50vh;
  }
  .height-60 {
    height: 60vh;
  }
  .height-70 {
    height: 70vh;
  }
  .height-80 {
    height: 80vh;
  }
  .height-90 {
    height: 90vh;
  }
  .height-100 {
    height: 100vh;
  }
}

@media all and (min-width: 100px) {
	
	.footer-email {
		text-align: center;
	}
	
	.footer-address {
		text-align: center;
	}
	
	form input[type="email"] {
    	margin-bottom: 0.2em;
	}
	
	.nav-module.right {
    	float: none;
    	text-align: center; 
	}
	
	.height-100 {
    	height: 100vh;
    	padding-top: 30%;
  	}
  	
  	.modal-content {
	    padding-top: 8px !important; 
	    background-color: rgba(251,207,206,0.95);
	    width: 50% !important;
	}
}

@media all and (min-width: 600px) {

	.height-100 {
		padding-top: 10%;
  	}
  	
  	/*.modal-content {
	    padding-top: 8px !important; 
	    background: blue;
	    width: 30% !important;
	    height: 27% !important;
	    left: 86% !important;
	    top: 13% !important;
	}*/
}

@media all and (max-width: 990px){
	ul.menu{
    	padding-top: 65px;
  	}
  
  	.nav-bar {
    	box-shadow: none;
    	box-shadow: none;
  	}
  
  	.home-section {
  		padding-top: 0;
  	}
  
  	/*.modal-content {
	    padding-top: 8px !important; 
	    background: cyan;
	    width: 30% !important;
	    height: 27% !important;
	    left: 86% !important;
	    top: 13% !important;
	}*/
}

@media all and (min-width: 768px) {
		
	.footer-email {
		text-align: right;
	}
	
	.footer-address {
		text-align: left;
	}
	
	form input[type="email"] {
    	width: 73%;
	}
	
	.nav-module.right {
    	float: none;
    	text-align: center;
	}
	
	.nav-bar {
	    height: 78px;
	    max-height: 78px;
	    line-height: 80px;
	    box-shadow: none;
	    border: none;
	}
	
  	/*.modal-content {
	    padding-top: 8px !important; 
	    background: yellow;
	    width: 30% !important;
	    height: 27% !important;
	    left: 86% !important;
	    top: 13% !important;
	}*/
  }
  
@media all and (min-width: 1024px) {
	
	form input[type="email"] {
    	width: 68%;
	}
	
	.nav-module.right {
    	float: right;
    	text-align: right;
	}
	
  	/*.modal-content {
	    padding-top: 8px !important; 
	    background: green;
	    width: 30% !important;
	    height: 27% !important;
	    left: 86% !important;
	    top: 13% !important;
	}*/
}  

@media all and (min-width: 1280px) {
	/*.modal-content {
	    padding-top: 8px !important; 
	    background: peru;
	    width: 600px !important;
	    height: 27% !important;
	    left: 86% !important;
	    top: 13% !important;
	}*/
}


/*------------------- START EDIT BY JULIAN -------------------*/
.touch-device.page-workshops .workshop-event .hover-element__reveal {
  opacity: 1;
}
.touch-device.page-workshops .workshop-event .hover-element__reveal .boxed {
  opacity: 1;
}
@media all and (max-width: 500px) {
  .page-workshops .workshop-event {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*----- Flex layout -----*/
.flex {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-flow: row wrap;
}
.flex.flex-end {
  justify-content: flex-end;
}
.flex.flex-around {
  justify-content: space-around;
}
.flex.flex-between {
  justify-content: space-between;
}
.flex.flex-center {
  justify-content: center;
}

/*------------------- END EDIT BY JULIAN -------------------*/



/*--------- 29-03-2023 ----------*/

.bg--cream {
    background: #FAF4E8;
}

.bg--dark {
  background: #3D522E;
} 

.bg--sage {
  background: #8F9E6B;
}

.bg--olive {
  background: #3D522E;
}

p.pull-quote {
	font-family: 'OpulenceRegular', serif;
	font-size: 40px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1em;
	color: #3D522E;
}

.cover-1 .logo {
  max-height: 14em;
}




