@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');
body {
	margin: 0;
	padding: 0;
	font-family: 'Nunito', sans-serif;
}
h1, h2, h3, h4, h5 { font-family: 'Alice', serif }
a:hover { color: #c8a165 }
.mt15 { margin-top: 15px }
.mt25 { margin-top: 25px }
.mr15 { margin-right: 15px }
.mr25 { margin-right: 25px }
.flex_box { display: flex }

.module_title {
	font-size: 28px;
	margin-bottom: 25px;
}
.module_title span { border-bottom: 3px solid #fec007 }

.slider {
	background-image: url(/static/images/slider_bg.jpg);
	background-color: #d2beb3;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.slider_box {
	display: flex;
	justify-content: center;
}
.slider_logo {
    display: flex;
    align-items: center;
}
.slider_logo img { max-width: 100% }
.slider_author { padding-top: 35px }
.slider_author img { max-height: 250px }
.slider_author .ver2 { display: none }
.slider_author.v2 .ver1 { display: none }
.slider_author.v2 .ver2 { display: inline }

.main_menu {
	border-top: 2px solid #fec007;
	border-bottom: 1px solid #eee;
}
.main_menu_box {
    display: flex;
    justify-content: center;
	padding: 15px 0;
	overflow-x: scroll;
    -ms-overflow-style: none;
	scrollbar-width: none;
}
.main_menu_box::-webkit-scrollbar { display: none }
.main_menu_box a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin: 0 15px;
	opacity: .7;
	position: relative;
	white-space: nowrap;
}
.main_menu_box a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	text-align: center;
	margin: 0 auto;
	width: 0;
	border-bottom: 2px solid #fec007;
	transition: all 500ms ease 0s;
}
.main_menu_box a:hover::before { width: 100% }
.main_menu_box a.current,
.main_menu_box a:hover { opacity: 1 }

.posts { padding: 35px 0 45px }
.post_box {
	margin: 10px;
	box-shadow: 0px 0px 30px 1px rgb(0 0 0 / 6%);
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
}
.post_box h4 { transition: all 500ms ease 0s }
.post_box:hover h4 { color: #c87065}
.post_box a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.post_box pre { display: none }
.post_thumb img { max-width: 100% }
.post_thumb { position: relative }
.post_thumb .post_icon {
	position: absolute;
	top: 15px;
	right: 15px;
	background-color: #fec007;
	opacity: .8;
	display: flex;
	align-items: center;
	width: 40px;
	height: 28px;
	border-radius: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.post_thumb .post_icon.ic_creation {
	background-color: #2ecc71;
	background-image: url('/static/images/icons/ic_creation.png');
}
.post_thumb .post_icon.ic_interview {
	background-color: #daf7a6;
	background-image: url('/static/images/icons/ic_interview.png');
}
.post_thumb .post_icon.ic_video {
	background-color: #ff5733;
	background-image: url('/static/images/icons/ic_video.png');
}
.post_thumb .post_icon.ic_photo {
	background-color: #3498db;
	background-image: url('/static/images/icons/ic_photo.png');
}
.post_thumb .post_icon.ic_audio {
	background-color: #f4d03f;
	background-image: url('/static/images/icons/ic_audio.png');
}

.youtube_play {
	background: black;
	border-radius: 50% / 10%;
	color: #fff;
	font-size: 2em;
	height: 2em;
	padding: 0;
	text-align: center;
	text-indent: 0.1em;
	transition: all 150ms ease-out;
	width: 3em;
	opacity: .6;
}
.post_box:hover .youtube_play {
	background: #dd2c28;
	opacity:.99;
}
.youtube_play::before {
	background: inherit;
	border-radius: 5% / 50%;
	bottom: 9%;
	content: "";
	left: -5%;
	position: absolute;
	right: -5%;
	top: 9%;
}
.youtube_play::after {
	border-style: solid;
	border-width: 1em 0 1em 1.732em;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
	content: ' ';
	font-size: 0.45em;
	height: 0;
	margin: -1em 0 0 -0.75em;
	top: 50%;
	position: absolute;
	width: 0;
}
.post_thumb .youtube_play {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.swal_video { min-width: 50em }
.post_info {
	padding: 15px 15px 25px;
	height: 175px;
}
.post_created {
	font-size: 14px;
	color: #999;
}

.books {
	background-color: #f6f6f6;
	padding: 65px 0 35px;
}
.book_item {
	text-decoration: none;
	text-align: center;
	color: #222;
}
.book_item img {
    -webkit-transform-origin: left;
    transform-origin: left;
    box-shadow: 0 1px 2px rgb(0 0 0 / 22%);
    display: inline-block;
    -webkit-transform-style: flat;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    -moz-perspective: 1200px;
    perspective: 1200px;
	width: 100%;
}
.book_item:hover img{
	-webkit-transform: rotateY(-20deg) rotateZ(0deg);
	-moz-transform: rotateY(-20deg) rotateZ(0deg);
	-ms-transform: rotateY(-20deg) rotateZ(0deg);	
}
.book_box { position: relative }
.book_item:hover span { color: #333 }
.post_box strong,
.book_box span {
	position: absolute;
	background-color: rgb(254, 192, 7, .7);
	border-radius: 5px;
	z-index: 1;
	padding: 2px 5px;
	font-weight: 600;
	font-size: 14px;
	right: 5px;
	top: 5px;
}
.videos {
	padding: 45px 0;
	background-color: #373737;
}
.videos .module_title span { color: #dcd0c0 }
.video_box {
	overflow: hidden;
	height: 415px;
}
.video_box .video_item {
	display: flex;
	cursor: pointer;
	align-items: center;
	color: #dcd0c0;
	margin-bottom: 20px;
	position: relative;
	border-radius: 5px;
}
.video_box .video_item:after {
    content: '';
    position: absolute;
    bottom: -10px;
    display: block;
    width: 100%;
    border-bottom: 1px dashed rgb(255, 255, 2555, .2);
}
.video_box .video_item:hover { background-color: rgb(0, 0, 0, .2) }
.video_box .video_item:last-child:after { border-bottom: none }
.video_box .video_item:last-child { margin-bottom: 0 }
.video_box .video_item img {
	height: 88px;
	margin-right: 15px;
	border-radius: 5px;
}
.video_box .video_item div {
	height: 100%;
	width: 100%;
}
.video_box .video_item div span {
	font-size: 14px;
	opacity: .7;
}
.video_box .video_item div p { margin-bottom: 0 }

.modal_show { overflow: hidden }
.modal_show .modal_wrap { display: flex }
.modal_show section {
	filter: blur(10px);
	transition: all 500ms ease 0s;
}
.modal_show .modal_overlay { opacity: 1 }
.modal_wrap {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(0,0,0,.6);
	transition: all 500ms ease 0s;
}
.modal_wrap .modal_content {
	min-width: 900px;
	min-height: 550px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	z-index: 3;
}
.modal_wrap .modal_content pre {
    max-width: 900px;
    max-height: 200px;
    background-color: #fff;
    padding: 10px;
    font-size: 18px;
    font-family: 'Alice', serif;
    overflow-y: scroll;
    white-space: pre-wrap;
	border-bottom: 2px solid #fec007;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.modal_wrap .modal_content video {
	min-width: 550px;
	max-width: 900px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.modal_wrap .modal_content iframe {
	width: 100%;
	height: 550px;
}
.modal_wrap .modal_content img { transition: all 500ms ease 0s }
.modal_wrap .modal_overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all 500ms ease 0s;
}

.photo_box {
	display: block;
	position: relative;
	cursor: pointer;
	margin-bottom: 45px;
	opacity: .9;
	transition: all 500ms ease 0s;
}
.photo_box:hover { opacity: 1 }
.photo_box i {
	display: block;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    background-color: #e6e6e6;
	box-shadow: 0 2px 3px rgb(0 0 0 / 24%);
	transition: all 300ms ease 0s;
}
.photo_box:hover .shadow1 { bottom: -8px }
.photo_box:hover .shadow2 { bottom: -16px }
.photo_box .shadow1 {
    z-index: -2;
	bottom: -6px;
    width: 96%;
    height: 82%;
}
.photo_box .shadow2 {
    z-index: -3;
	bottom: -14px;
    width: 91%;
    height: 84%;
}
.photo_box img {
	max-width: 100%;
	box-shadow: 0 2px 3px rgba(0,0,0,.24);
}
.photo_box span {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(0, 0, 0, .6);
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	left: 0;
}

.events { padding: 65px 0 45px }
.event_item {
	flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
	float: left;
}
.event_item img {
    flex: 0 0 auto;
    width: 41.6666666667%;
}
.event_item .event_info {
    flex: 0 0 auto;
    width: 58.3333333333%;
	padding-left: 15px;
}
.event_item .event_info h2 {
	margin-bottom: 15px;
    font-family: 'Nunito', sans-serif;
    font-size: 1.6em;
}
.event_item .event_info p span {
    display: block;
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
    font-weight: 700;
}
a.biography,
.book_info a,
.event_item .event_info a {
	cursor: pointer;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #333;
    padding: 5px 15px;
    display: block;
    width: max-content;
    margin-top: 25px;
}
a.biography:hover,
.book_info a:hover,
.event_item .event_info a:hover {
	background-color: #c87065;
	border: 1px solid #c87065;
	color: #fff;
}

.footer {
	padding: 35px 0;
	background-color: #f6f6f6;
	border-top: 2px solid #eee;
}
.footer_menu_box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_menu_box a {
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	margin: 0 10px;
}
.footer_menu_box a:hover { color: #c87065 }
.footer_social_box {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}
.footer_social_box a {
	margin: 0 5px;
	text-decoration: none;
	color: #fff;
	background-color: #c0b283;
	display: flex;
	padding: 4px 6px;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
}
.footer_social_box a:hover { background-color: #c87065 }
.footer p {
	text-align: center;
	color: #555;
}
.breadcrumb_wrapper { padding: 25px 0 }
.breadcrumb_wrapper ul {
	display: flex;
	margin: 0;
	padding: 0;
}
.breadcrumb_wrapper ul li {
	display: flex;
	align-items: center;
	list-style: none;
	margin-right: 5px;
	color: #c87065;
}
.breadcrumb_wrapper ul li a {
	color: #333;
	text-decoration: none;
}
.breadcrumb_wrapper ul li a:hover { color: #c87065 }
.breadcrumb_wrapper ul li i { color: #333 }

.single_post { margin: 0 }
.single_post .post_container {
	max-width: 700px;
	margin: 35px auto;
}
.single_post .post_container .post_image { margin-bottom: 25px }
.single_post .post_container img { width: 100% }

.post_iframe iframe {
	width: 100%;
	height: 365px;
	margin-bottom: 25px;
}
.post_share {
    justify-content: center;
    align-items: center;
    display: flex;
	margin: 0 auto 25px;
}
.post_share span {
    font-weight: 600;
    margin-right: 10px;
}
.post_share a {
    background-color: #eee;
    color: #333;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    width: 24px;
    height: 24px;
    text-decoration: none;
}
.post_share a:hover {
	background-color: #c87065;
	color: #fff;
}

.photo_wrap {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
.photo_wrap .photo_item {
	margin: 25px 10px;
	flex: 1 0 21%;
	max-width: 21%;
	position: relative;
	overflow: hidden;
	max-height: 200px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.photo_wrap .photo_item i {
    position: absolute;
    color: #fff;
    font-size: 4em;
    opacity: 0;
}
.photo_wrap .photo_item:hover i { opacity: .5 }
.photo_wrap .photo_item:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
	box-shadow: 0px 0px 30px 1px rgb(0 0 0 / 6%);
}
.photo_wrap .photo_item img { max-width: 100% }

h1.title { text-align: center }
.modal_wrap.photo .modal_content { display: flex }
.modal_wrap.photo .modal_content img {
	display: block;
	opacity: 1;
	transition: all 500ms ease 0s;
}
.modal_wrap.photo .modal_content img.hide {
	display: none;
	opacity: 0;
}
.modal_wrap.photo .modal_content a {
	cursor: pointer;
	font-family: icomoon!important;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
	height: 100%;
	font-size: 5em;
    background-color: rgb(0, 0, 0, .6);
    z-index: 3;
	opacity: .8;
}
.modal_wrap.photo .modal_content a:hover { opacity: 1 }
.modal_wrap.photo .modal_content a.prev:before { content: '\e314' }
.modal_wrap.photo .modal_content a.next:before { content: '\e315' }

.error_shape {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 404px;
    height: 404px;
    margin: 35px auto;
    border-radius: 50%;
    background-color: #f3f3f1;
    font-size: 102px;
    color: #555;
}
.error_content {
	font-size: 16px;
	text-align: center
}
.post_wrap { margin-bottom: 35px }

.sidebar_overlay,
.sidebar_menu,
.burger_button { display: none }

.audio_wrap {
	position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 30px 1px rgb(0 0 0 / 6%);
	margin-bottom: 25px;
}
.audio_wrap .audio_thumb img { max-width: 100% }
.audio_wrap .audio_player {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.audio_wrap .audio_player span {
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    overflow: hidden;
    padding: 5px;
    top: 0;
    left: 60px;
}
@media only screen and (max-width: 768px) {
	.photo_wrap .photo_item:hover i { opacity: 0 }
	.photo_wrap .photo_item:hover {
	    -webkit-filter: none;
	    filter: none;
		box-shadow: none;
	}
	.modal_show.photo_modal { overflow: auto }
	.modal_show.photo_modal section { filter: none }
	.photo_wrap .photo_item {
	    flex: 100%;
	    max-width: 100%;
	    max-height: max-content;
	    margin: 10px 5px;
	}
	.modal_wrap.photo { display: none }
	.modal_wrap .modal_content { min-width: 100% }
	.modal_wrap .modal_content iframe { height: 300px }
	.single_post .post_container { width: 100% }
	.slider_box { align-items: center }
	.slider_logo { padding: 25px 15px }

	.post_info { height: auto }
	.book_col {
	    flex: 0 0 auto;
	    width: 50%;
	}
	.post_wrap { margin: 25px 0 }

	/* HIDE */
	.main_menu_box,
	.slider_author,
	.breadcrumb_wrapper,
	.footer_menu_box  {
		display: none;
	}

	.burger_button {
	    display: block;
	    border: none;
	    background: none;
	    outline: none;
	    height: max-content;
		font-size: 32px;
		color: #3a3a3a;
	}
	.burger_button:focus { outline: none }
	.sidebar_overlay {
		position: fixed;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
		transition: 0.5s;
		display: none;
		background-color: rgb(0, 0, 0, .7);
	}
	.sidebar_menu {
		position: fixed;
		z-index: 100000;
		height: 100%;
		width: 0;
		top: 0;
		left: 0;
		background-color: #f8f9fb;
		overflow-x: hidden;
		transition: .2s;
	    flex-direction: column;
		display: flex;
		padding-top: 25px;
	}
	.sidebar_menu a {
	    white-space: nowrap;
	    padding: 10px 20px;
	    text-decoration: none;
	    color: #333;
	    font-weight: 700;
	    display: flex;
	    align-items: center;
	    text-transform: uppercase;
	    font-size: .9em;
	}
	.sidebar_menu a.current { background-color: #eee }
	.sidebar_menu a i {
	    font-size: 1.5em;
	    width: 54px;
	    text-align: center;
	    margin-right: 10px;
	}
	.menu_open { overflow: hidden }
	.menu_open .sidebar_menu {
		display: flex;
		opacity: 1;
		width: 80%
	}
	.menu_open .sidebar_overlay {
		display: block;
		opacity: 1;
	}
	.modal_wrap .modal_content video {
		max-width: 100%;
		min-width: 100%;
	}
}
.video_player {
	min-width: 100%;
	max-width: 100%;
}
.book_viewer,
.book_info { margin-bottom: 35px }
.book_info pre {
	font-family: ;
	font-size: 16px;
	font-weight: 400;
}
