
/* Single event */

.e-single__info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 730px;
	margin: 0 auto;
	padding-top: 20px;
}

.e-single__infocol {
	width: 48%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.e-single__redfr {
	width: 128px;
	line-height: 36px;
	text-align: center;
	background-color: #7C2223;
	border: 1px solid #DDD;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-right: 15px;
}

.e-single__time {
	font-size: 14px;
	color: #333;
}

.e-single__main {
	padding: 20px 0 60px;
	position: relative;
}

.e-single__slide {
	width: 100%;
	/* max-height: 860px; */
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.e-single__slide2 {
	width: 100% !important;
	max-height: initial;
}

.e-single__slide img {
	display: inline-block;
	max-width: 100%;
}

.e-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.nextArrow {
	right: 0;
}
.prevArrow {
	left: 0;
}

@media only screen and (max-width: 769px) {
	.e-single__info {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		padding: 20px 10px 0;
	}

	.e-single__infocol {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		padding-top: 10px;
	}
  	.e-single__main {
		padding: 20px 10px 40px;
	}
	.e-single__main img {
		max-width: 100%;
		height: auto;
	}
}

.archive {
	padding-bottom: 80px;
}
.archive__box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 50px 0 20px;
}
.archive__post {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
}
.archive__post:nth-of-type(3n) {
	margin-right: 0;
}
.archive__post--main {
	position: relative;
}
.archive__post--title {
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	background-color: rgba(0,0,0,0.33);
}
.archive--img {
	overflow: hidden;
	height: 206px;
}
.archive--img img {
	width: 100%;
	height: auto;
}
.archive--ttl {
	font-size: 16px;
	color: #fff;
	line-height: 120%;;
}

.pagination {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.pagination a, .pagination .current {
	font-size: 16px;
	color: #000;
	padding: 0 10px;
}
.pagination .sym {
	font-size: 30px;
}
.pagination .current {
	text-decoration: underline;
}


/* tBlog */
.tblog{
  padding: 60px 0;
}

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

.tblog__inner {
  width: 100%;
  max-width: 1000px;
  padding: 0 10px 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 40px;
}

.tblog__postbox {
  width: 75%;
  max-width: 1300px;
}

.tblog__post {
  margin-bottom: 35px;
}

.tblog__post-title {
  padding: 10px 20px;
  background: var(--color-blue);
  color: #FFF;
  font-size: 16px;
}

.tblog__post-title a {
  color: #fff;
}

.tblog__post-image {
  max-width: 250px;
  overflow: hidden;
  margin-right: 20px;
}

.tblog__post a:hover + .tblog__post a h3{
  background: rgba(116, 20, 21, 0.7);
}

.tblog__post-image.no-image {
  min-width: 250px;
  min-height: 100px;
}
.tblog__post-image iframe, .tblog__post-image video{
  height: 200px !important;
  width: 100% !important;
} 
.tblog__post-image video{
  width: 350px !important;
}
.tblog__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  max-height: 250px;
  overflow: hidden;
}

.tblog__post-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.tblog__post-text img {
  display: none;
}

.sidebar {
  width: 20%;
  max-width: 200px;
}

.sidebar__widget {
  margin-bottom: 20px;
}

.sidebar #wp-calendar {
  width: 100%;
}

.sidebar #wp-calendar caption{
  padding: 3px 5px;
  color: #FFF;
  background: var(--color-blue);
  margin-bottom: 10px;  
}

.sidebar #wp-calendar thead th {
  font-weight: bold;
  text-align: center;
}

.sidebar #wp-calendar tbody td {
  text-align: center;
}

.sidebar #wp-calendar #next{
  text-align: right
}

.lastest__post {
  padding: 20px 10px;
  border: 1px solid #ddd;
}

.lastest__post-title{
  font-size: 13px;
  font-weight: bold;
  color: #000;
  margin-bottom: 7px;
}
.lastest__post-title a {
  color: #333;
}

.post{
  padding: 60px 0;
  border-bottom: 1px solid #DDD;
}

.post__inner{
  width: 100%;
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}

.post__title {
  font-size: 18px;
  font-weight: bold;
  color: #0059B2;
  text-align: center;
}

.post__content{
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.env {
  padding: 15px;
  border-bottom: 1px dotted #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.env-title {
  font-size: 18px;
  line-height: 1.2;
  margin-right: 20px;
  word-break: break-all;
}

.env-button {
  min-width: 200px;
  width: 200px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#010677), to(#01069A));
  background: linear-gradient(180deg, #010677, #01069A);
}

.page-protect .post-password-form {
  padding: 100px 0 40px;
}

.page-protect .post-password-form p:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.c-videos-detail{
  width: 100%;
  max-width: 1000px;
  margin: 60px auto 0;
}
.c-videos-detail .c-area-video{
  height: 600px;
	background-color: #000;
}
.c-videos-detail .c-area-video iframe, .c-videos-detail .c-area-video video{
  width: 100% !important;
  height: 100% !important;
}
.c-videos-detail .c-area-content{
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}

@media screen and ( max-width: 1024px ) {
  .c-videos-detail{
    padding: 0 20px;
  }
  .sidebar{
    width: 22%;
  }
  .tblog__postbox {
    width: 73%;
    /* max-width: 500px; */
  }
  .tblog__post-image {
    max-width: 200px;
  }
  .tblog__post-image.no-image {
    min-width: 200px;
    min-height: 100px;
  }
  .env {
    padding: 12px;
  }  
  .env-title {
    font-size: 16px;
    margin-right: 15px;
  }  
  .env-button {
    min-width: 180px;
    width: 180px;
    font-size: 13px;
  }  
  .c-videos-detail .c-area-video{
    height: 550px;
  }
}

@media screen and ( max-width: 768px ) {
  .c-videos-detail .c-area-video{
    height: 400px;
  }
  .sidebar{
    display: none;
  }
  .tblog__postbox {
    width: 100%;
    /* max-width: 500px; */
  }
  .tblog__post-title{
    padding: 5px 10px;
    font-size: 12px;
  }
  .tblog__post-text {
    font-size: 10px;
  }
  .tblog__post-image {
    min-width: 100px;
    max-width: 100px;
    margin-right: 10px;
  }
  .c-videos{
    flex-wrap: wrap;
  }
  .c-videos .tblog__post-image{
    max-width: 250px;
  }
  .tblog__post-image.no-image {
    min-width: 100px;
    min-height: 50px;
  }
  .post{
    padding: 30px 0;
  }
  .post__title {
    font-size: 14px;
  }  
  .post__content{
    margin-top: 20px;
    font-size: 11px;
    line-height: 1.4;
  }
  .env {
    padding: 10px;
    display: block;
  }  
  .env-title {
    font-size: 14px;
    margin-right: 0;
    text-align: center;
  }  
  .env-button {
    min-width: 150px;
    width: 150px;
    height: 30px;
    margin: 10px auto 0;
    font-size: 12px;
  }
}
@media screen and ( max-width: 500px ) {
  .c-videos .tblog__post-image{
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .c-videos-detail .c-area-video{
    height: 300px;
  }
  .c-videos-detail{
    margin-top: 20px;
  }
}