/*   
Theme Name: Greenbean
Theme URI: http://www.blank.com
Author: El Blanko
Author URI: http://www.blank.com
Version: 1.00
*/


html {
	overflow-y: scroll;
	scroll-behavior: smooth;
	font-size:18px;
	line-height:1.4;
	color: #000;
}
@media(max-width: 850px) {
	html {
		font-size:16px;
	}
}
.szd img,
.szd svg {
	width:100%;
	height:auto;
}

a {
	color:#a52a2e;
	text-decoration: none;
	transition:all .3s;
}
a:hover {
	color:#e6232b;
}
strong {
	font-weight:700;
	font-variation-settings: 'wght' 700;
}

body {
    padding: 0;
    margin: 0;
	color:#2A2A2A;
	font-family: "Comfortaa", sans-serif;
}

header {
	position:fixed;
	width:100%;
	top:0;
	left:0;
	background:#fff;
	z-index:100;
}
.logged-in  header {
	top:32px;
}
@media(max-width: 782px) {
	.logged-in  header {
		top:46px;
	}
}
header .logo {
	position:relative;
	width:200px;
	height:auto;
	margin:0 50px;
	padding: 15px 0;
}
@media(max-width: 800px) {
	header .logo {
		width:170px;
		margin:0 20px;
	}
}
header .navbar {
	position:absolute;
	top:40px;
	right:25px;
}
@media(max-width: 1150px) {
	header .navbar {
		top:35px;
		right:5px;
	}
}
header .navbar .nav {
	position:relative;
	margin:0;
}
@media(max-width: 1150px) {
	header .navbar .nav {
		 position:absolute;
		 display:none;
		 top:70px;
		 left:auto;
		 right:0;
		 width:400px;
		 z-index:1000;
		 background-color:#fff;
	}
}
@media(max-width: 650px) {
	header .navbar .nav {
		 width:250px;
	}
}
header .navbar .nav ul {
	position:relative;
	margin:0;
	padding:0;
	list-style: none;
	text-align: center;
}
@media(max-width: 1150px) {
	header .navbar .nav ul {
		margin:20px 40px;
		text-align: left;
	}
}
header .navbar .nav ul li {
	position:relative;
	display:inline-block;
}
@media(max-width: 1150px) {
	header .navbar .nav ul li {
		position:relative;
		display:block;

	}
}
header .navbar .nav ul li a {
	display:block;
	font-family: "DM Sans", sans-serif;
	color:#000;
	font-size:20px;
	text-decoration: none;
	padding:5px 15px;
	transition:all .3s;
}
@media(max-width: 1150px) {
	header .navbar .nav ul li a {
		font-size:24px;
		padding:10px 0;
	}
}
@media(max-width: 650px) {
	header .navbar .nav ul li a {
		font-size:20px;
	}
}
header .navbar .nav ul li a:hover {
	color:#e6232b;
}
header .navbar .nav ul li.current-menu-item a {
	color:#e6232b;
}
header .navbar .nav ul li.block a {
	display:block;
	padding:8px 18px 6px;
	background-color:#a52a2e;
	color:#f9f2e2;
	margin:0 0 0 15px;
}
@media(max-width: 1150px) {
	header .navbar .nav ul li.block a {
		margin: 10px 0 0 -20px;
    text-align: center;
	}
}
header .navbar .nav ul li.block a:hover {
	background-color:#e6232b;
}



#hamburger {
	display:none;
}
@media(max-width: 1150px) {
	 #hamburger {
		 display: block;
		 position:absolute;
		 top:0;
		 right:15px;
		 width:40px;
		 height:40px;
		 transition:all .4s;
	}
	
	.shrink  #hamburger {
		 top:17px;
	}
}
#hamburger:hover {
	cursor:pointer;
}
#hamburger .bar {
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:8px;
	fill:#000;
	transition:all .4s;
}
#hamburger.on .bar {
	fill:#a52a2e;
}
#hamburger:hover .bar {
	fill:#a52a2e;
}
#hamburger.on:hover .bar {
	fill:#a52a2e;
}
#hamburger #bar1 {
	top:0;
}
#hamburger.on #bar1 {
	opacity:0;
}
#hamburger #bar2 {
	top:14px;
}
#hamburger.on #bar2 {
	transform: rotate(-45deg);
}
#hamburger #bar3 {
	top:14px;
}
#hamburger.on #bar3 {
	transform: rotate(45deg);
}
#hamburger #bar4 {
	top:27px;
}
#hamburger.on #bar4 {
	opacity:0;
}

.topspace {
	position:relative;
	width:100%;
	height:112px;
}
@media(max-width: 800px) {
	.topspace {
		height:100px;
	}
}

main {
	margin:0 auto;
}

section .boxed {
	position:relative;
	max-width:1100px;
	margin:0 auto;
	padding:0 50px;
}
@media(max-width: 650px) {
	section .boxed {
		padding:0 25px;
	}
}

h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 60px;
	color:#a52a2e;
	font-weight:500;
	line-height: 1.1;
	font-variation-settings: 'wght' 500;
	margin:0;
}
@media(max-width: 850px) {
	h2 {
		font-size: 40px;
	}
}
h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	color:#a52a2e;
	font-weight:500;
	line-height: 1.1;
	font-variation-settings: 'wght' 500;
	margin:0;
}
@media(max-width: 850px) {
	h3 {
		font-size: 28px;
	}
}
.btn {
	margin:25px 0;
}
.btn.cntr {
	text-align:center;
}
.btn a {
	font-family: "Montserrat", sans-serif;
	display:inline-block;
	margin:0 0 2px 0;
	padding:8px 18px 6px;
	font-size:18px;
	font-weight:600;
	font-variation-settings: 'wght' 600;
	background-color:#a52a2e;
	color:#f9f2e2;
	transition:all .3s;
}
.btn a:hover {
	background-color:#e6232b;
}


#hero {
	width:100%;
	height:calc(100vh - 96px);
	background-image:url("images/homepage-hero.jpg");
	background-size:cover;
	background-position:left bottom;
	border-bottom:6px solid #fff;
}
#hero .boxed {
	height:100%;
}
#hero .boxed .headline {
	position:absolute;
	bottom:50px;
	left:0;
	margin:0;
	padding: 0 25px;
}
@media(max-width: 450px) {
	#hero .boxed .headline {
		padding: 0 5px;
	}
}

#intro {
	width:100%;
	background-image:url("images/homepage-intro-bg1.jpg");
	background-size:30%;
	background-position:right bottom;
	background-repeat: no-repeat;
	border-top:10px solid #a52a2e;
	border-bottom:10px solid #a52a2e;
	padding:80px 0;
	min-height:22vw;
}
@media(max-width: 650px) {
	#intro  {
		padding:50px 0;
	}
}
#intro .boxed .columns {
	width:calc(600px + 15vw);
}
@media(max-width: 1100px) {
	#intro .boxed .columns {
		width:70%;
	}
}
@media(max-width: 550px) {
	#intro .boxed .columns {
		width:auto;
	}
}
#readings {
	width:100%;
	background-color:#b6b2a9;
	background-image:url("images/");
	background-position:right bottom;
	background-repeat: no-repeat;
	border-top:6px solid #fff;
	border-bottom:6px solid #fff;
	padding:80px 0;
	text-align:center;
}
@media(max-width: 750px) {
	#readings {
		padding:50px 0;
	}
}
#readings h2 {
	text-align:center;
}
#readings h3 {
	text-align:center;
}
#readings .inner {
	max-width:900px;
	margin:25px auto;
}
#readings .session-type {
	position:relative;
	display:flex;
	justify-content: space-between;
}
#readings .session-type .item {
	position:relative;
	width:46%;
	background-color:#a52a2e;
	transition:all .3s;
}
#readings .session-type .item:hover {
	background-color:#e6232b;
	cursor:pointer;
}
#readings .session-type .star {
	position:absolute;
	width:16%;
	top:22%;
	left:42%;
}
#readings .services {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	color:#ffffff;
	font-size:18px;
	text-align: center;
	line-height:1.1;
	margin:50px 30px 30px;
}
#readings .services > div {
	margin:0 0 15px;
}
@media(max-width: 1100px) {
	#readings .services {
		font-size:16px;
	}
}
@media(max-width: 850px) {
	#readings .services {
		width:500px;
		margin:50px auto 30px;
	}
}
@media(max-width: 650px) {
	#readings .services {
		width:350px;
		margin:30px auto 30px;
	}
}
@media(max-width: 450px) {
	#readings .services {
		display:block;
		width:auto;
	}
}
#readings .services span {
	font-size:26px;
}
@media(max-width: 1100px) {
	#readings .services span {
		font-size:22px;
	}
}
#readings .services .star {
	width:80px;
	background-image:url("images/star-gray.png");
	background-size:50px 50px;
	background-repeat: no-repeat;
	background-position:center;
	opacity: .5;
}
@media(max-width: 1100px) {
	#readings .services .star {
		width:45px;
		background-size:25px 25px;
	}
}
@media(max-width: 850px) {
	#readings .services .star.n3 {
		display:none;
	}
}
@media(max-width: 650px) {
	#readings .services .star.n2 {
		display:none;
	}
	#readings .services .star.n4 {
		display:none;
	}
	#readings .services .star.n3 {
		display:block;
	}
}
@media(max-width: 450px) {
	#readings .services .star {
		width:auto;
		height:25px;
	}
	#readings .services .star.n2 {
		display:block;
	}
	#readings .services .star.n4 {
		display:block;
	}
}
#readings .pub-event {
	display:flex;
	justify-content: space-between;
	margin:15px 0 0 0;
	padding:0 0 15px;
	border-bottom:1px solid #999;
	text-align: left;
}
@media(max-width: 550px) {
	#readings .pub-event {
		flex-wrap:wrap;
	}
}
#readings .pub-event .event {
	width:23%;
	margin:0 2% 0 0;
	font-weight:500;
	font-variation-settings: 'wght' 500;
}
@media(max-width: 550px) {
	#readings .pub-event .event {
		width:100%;
	}
}
#readings .pub-event .place {
	width:33%;
	margin:0 2% 0 0;	
}
@media(max-width: 550px) {
	#readings .pub-event .place {
		width:100%;
	}
}
#readings .pub-event .date {
	width:23%;
	margin:0 2% 0 0;	
}
@media(max-width: 550px) {
	#readings .pub-event .date {
		width:100%;
	}
}
#readings .pub-event .more {
	width:15%;
	text-align:right;
}
@media(max-width: 550px) {
	#readings .pub-event .more {
		width:100%;
		text-align:left;
	}
}

/* ====================================== gallery ============================= */

#gallery  {
	position:relative;
	width:100%;
	padding:25px 0;
	border-top:10px solid #a52a2e;
}

#gallery .galnav  {
	width:100%;
	text-align:center;
}
#gallery .galnav .galselect  {
	color:#a52a2e;
	display:inline-block;
	padding:5px 10px;transition:all .3s;
}
#gallery .galnav .galselect.on  {
	text-decoration:underline;
}
#gallery .galnav .galselect:hover  {
	color: #000;
	cursor:pointer;
}

#gallery .fixed  {
	overflow:hidden;
	position:relative;
	width:100vw;
	height:45vw;
}
@media(max-width: 650px) {
	#gallery .fixed  {
		width:100vw;
		height:200vw;
	}
}

#gallery .fixed .one  {
	position:absolute;
	top:2vw;
	left:3vw;
	width:45vw;
	height:23vw;
	overflow:hidden;
}
@media(max-width: 650px) {
	#gallery .fixed .one  {
		top:2vw;
		left:3vw;
		width:94vw;
		height:46vw;
	}
}
#gallery .fixed .two  {
	position:absolute;
	top:26vw;
	left:3vw;
	width:22vw;
	height:22vw;
	overflow:hidden;
}
@media(max-width: 650px) {
	#gallery .fixed .two  {
		top:50vw;
		left:3vw;
		width:46vw;
		height:48vw;
	}
}
#gallery .fixed .three  {
	position:absolute;
	top:26vw;
	left:26vw;
	width:22vw;
	height:22vw;
	overflow:hidden;
}
@media(max-width: 650px) {
	#gallery .fixed .three  {
		top:50vw;
		left:51vw;
		width:46vw;
		height:48vw;
	}
}
#gallery .fixed .four  {
	position:absolute;
	top:2vw;
	left:49vw;
	width:26vw;
	height:46vw;
	overflow:hidden;
}
@media(max-width: 650px) {
	#gallery .fixed .four  {
		top:100vw;
		left:3vw;
		width:46vw;
		height:100vw;
	}
}
#gallery .fixed .five  {
	position:absolute;
	top:2vw;
	left:76vw;
	width:20vw;
	height:23vw;
	overflow:hidden;
}
@media(max-width: 650px) {
	#gallery .fixed .five  {
		top:100vw;
		left:51vw;
		width:46vw;
		height:48vw;
	}
}
#gallery .fixed .six  {
	position:absolute;
	top:26vw;
	left:76vw;
	width:20vw;
	height:22vw;
	overflow:hidden;
}
@media(max-width: 650px) {
	#gallery .fixed .six  {
		top:150vw;
		left:51vw;
		width:46vw;
		height:50vw;
	}
}

#gallery .fixed .gal-img {
	background-color:#000;
	background-size:cover;
	background-position:center;
	width: 100%;
    height: 100%;
	transition: all .3s;
}
#gallery .fixed .gal-img:hover {
	/*transform: scale(1.005);*/
}


/* ------------ quote ---------------- */


#testi {
	width:100%;
	background-image:url("images/homepage-testi-bg.png");
	background-position:right bottom;
	background-repeat: no-repeat;
	border-bottom:10px solid #a52a2e;
	padding:0 0 80px 0;
}
@media(max-width: 1100px) {
	#testi {
		background-size:22%;
	}
}
#testi .boxed .quote {
	font-size:45px;
	color:#a52a2e;
	font-weight:600;
	text-align: center;
	max-width:1000px;
	margin:0 auto;
}
@media(max-width: 1100px) {
	#testi .boxed .quote {
		font-size:35px;
	}
}
@media(max-width: 750px) {
	#testi .boxed .quote {
		font-size:27px;
	}
}
#testi .boxed .quote .cite {
	font-size:25px;
	color:#a52a2e;
	margin:35px 0 0 0;
}
@media(max-width: 750px) {
	#testi .boxed .quote .cite {
		font-size:18px;
		margin:22px 0 0 0;
	}
}
/* ------------ social ---------------- */
#socials {
	width:100%;
	background-color:#d6d3ce;
	background-image:url("images/");
	background-position:right bottom;
	background-repeat: no-repeat;
	border-top:6px solid #fff;
	border-bottom:6px solid #fff;
	padding:50px 0;
	text-align:center;
	overflow:hidden;
}



#socials .instas {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	margin:35px 0;
}
#socials .instas .item {
	position:relative;
	width:330px;
	margin: 0 15px 20px;
}

#socials .icons {
	position:relative;
	display:flex;
	justify-content:center;
	margin:25px 0;
}
#socials .icons .item {
	position:relative;
	width:50px;
	margin:0 5px
}
#socials .icons .item svg {
	fill:#a52a2e;
	transition:all .3s;
}
#socials .icons .item:hover svg {
	fill:#2A2A2A;
}

#socials .more {
	font-size:135%;
	font-weight:600;
}

/* ------------ clients ---------------- */
#clients {
	width:100%;
	border-top:10px solid #a52a2e;
	border-bottom:10px solid #a52a2e;
	padding:80px 0;
	text-align:center;
}
@media(max-width: 750px) {
	#clients {
		padding:50px 0;
	}
}
#clients .logos {
	position:relative;
	display:flex;
	justify-content:center;
	margin:0 -100px;
}
@media(max-width: 1300px) {
	#clients .logos {
		margin:0;
		flex-wrap:wrap;
	}
}


#clients .logos .item {
	position:relative;
	width:250px;
	border-right:1px dashed #cccccc;
	margin:0 0 25px 0;
}
@media(max-width: 550px) {
	#clients .logos .item {
		width:200px;
	}
}
#clients .logos .item:last-child {
	border-right:none;
}
@media(max-width: 1300px) {
	#clients .logos .item:nth-child(4) {
		border-right:none;
	}
}
@media(max-width: 1103px) {
	#clients .logos .item:nth-child(3) {
		border-right:none;
	}
	#clients .logos .item:nth-child(4) {
		border-right:1px dashed #cccccc;
	}
}
@media(max-width: 850px) {
	#clients .logos .item:nth-child(2) {
		border-right:none;
	}
	#clients .logos .item:nth-child(3) {
		border-right:1px dashed #cccccc;
	}
	#clients .logos .item:nth-child(4) {
		border-right:none;
	}
}
@media(max-width: 600px) {
	#clients .logos .item {
		border-right:none;
	}
	#clients .logos .item:nth-child(2) {
		border-right:none;
	}
	#clients .logos .item:nth-child(3) {
		border-right:none;
	}
	#clients .logos .item:nth-child(4) {
		border-right:none;
	}
}
#clients .more {
	font-size:135%;
	font-weight:600;
}



/* ------------ blog ---------------- */
#blog {
	width:100%;
	background-color:#d6d3ce;
	border-top:6px solid #fff;
	border-bottom:6px solid #fff;
	padding:50px 0;
	background-image:url("images/homepage-blog-bg.png");
	background-position:right bottom;
	background-repeat: no-repeat;
}
@media(max-width: 1000px) {
	#blog {
		background-size:22%;
	}
}
#blog .blog-entry {
	width:100%;
	display:flex;
	align-items: center;
}
@media(max-width: 1000px) {
	#blog .blog-entry {
		align-items:flex-start;
	}
}
@media(max-width: 750px) {
	#blog .blog-entry {
		flex-wrap:wrap;
	}
}
#blog .blog-entry .image {
	width:35%;
	margin:0 5% 0 0;
	mask-image: url(images/homepage-blog-image-mask.png);
}
@media(max-width: 750px) {
	#blog .blog-entry .image {
		width:100%;
		margin:0 0 25px 0;
	}
}
#blog .blog-entry .text {
	width:60%;
	margin:0;
}
@media(max-width: 750px) {
	#blog .blog-entry .text {
		width:100%;
	}
}
#blog .blog-entry .text h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 34px;
	color:#a52a2e;
	font-weight:500;
	line-height: 1.1;
	font-variation-settings: 'wght' 500;
	margin:0 0 20px 0;
}




/* ------------ footer ---------------- */
.footer {
	border-top:1px solid #fff;
	width:100%;
	background-color:#2A2A2A;
	color:#fff;
}

.footer-in {
	max-width:1200px;
	margin:0 auto;
	padding:80px 20px 35px;
	text-align:center;
}
@media(max-width: 650px) {
	.footer-in {
		padding:40px 20px 25px;
	}
}
.footer-in .logo {
	max-width:270px;
	margin:0 auto;
	padding:0 0 25px;
}
@media(max-width: 650px) {
	.footer-in .logo {
		max-width:220px;
		margin:0 auto;
		padding:0 0 25px;
	}
}
.footer-in .nav2 {
	position:relative;
	margin:0;
}

.footer-in .nav2 ul {
	position:relative;
	margin:0 auto;
	padding:0;
	list-style: none;
	text-align: center;
	display:flex;
	justify-content: center;
}
@media(max-width: 950px) {
	.footer-in .nav2 ul {
		display:block;
	}
}
.footer-in .nav2 ul li {
	position:relative;
	display:inline-block;
}
@media(max-width: 950px) {
	.footer-in .nav2 ul li {
		position:relative;
		display:block;

	}
}
.footer-in .nav2 ul li a {
	display:block;
	font-family: "DM Sans", sans-serif;
	color:#fff;
	font-size:18px;
	font-weight:400;
	text-decoration: none;
	padding:5px 10px;
	transition:all .3s;
}
@media(max-width: 650px) {
	.footer-in .nav2 ul li a {
		font-size:16px;
		padding:10px 0;
	}
}
.footer-in .nav2 ul li a:hover {
	color:#e6232b;
}
.footer-in  .nav2 ul li.current-menu-item a {
	color:#e6232b;
}
.footer-in .icons {
	position:relative;
	display:flex;
	justify-content:center;
	margin:25px 0;
}
.footer-in .icons .item {
	position:relative;
	width:30px;
	margin:0 5px
}
.footer-in .icons .item svg {
	fill:#fff;
	transition:all .3s;
}
.footer-in .icons .item:hover svg {
	fill:#a52a2e;
}

.footer .copyright {
	font-size:14px;
	margin:0;
}

#return-to-top {
	position: fixed;
	bottom: 0;
	right: 50%;
	margin:0 -44px 0 0;
	width: 88px;
	height: 32px;
	display: block;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index:800;
}
