/* トップ　認証
- - - - - - - - - - - - - */
.modal{
	display: none;
	background-image: url("http://www.eina.co.jp/wp-content/uploads/2020/05/pop-up_img.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000 !important;
}
.modal_btn{
	display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}
.modal_btn p{
	text-align: center;
	color: #717171;
	font-size: 22px;
	font-family: serif;
}
.modal_btn span{
	background: rgba(255,255,255,0.9);
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	padding: 15px 50px;
	text-align: center;
	transition: all 0.2s;
}
.modal_btn span:hover{
	opacity: .7;
}
/*
body > .wrapper{
	display: none;
}
.navbar > .container{
	display: none;
}

#main-navigation{
	display: none !important;
}
*/
/* Show room ポップアップ
- - - - - - - - - - - - - */
.showroom a{
	display: block;
	position: relative;
}
.showroom a span{
	animation-duration: 0.3s;
	animation-name: show-balloon;
	background: #fff;
	box-shadow: 0 0 5px rgba(255,255,255,0.2);
	color: #000;
	position: absolute;
	top: -30px;
	left: 0;
	display: none;
	opacity: 0;
	padding: 15px;
}
.showroom a:hover span{
	display: inline-block;
	opacity: 1;
	top: -40px;
}
.showroom a:hover span img{
	width: 100%;
}
.showroom a:hover span::before {
  /*吹き出し部分の三角形*/
  content: "";
  position: absolute;
  top: 97%;
  left: 20px;
  border: 6px solid transparent;
  border-top: 6px solid #fff;
}
@keyframes show-balloon {
  /*アニメーション*/
  0% {
    display: none;
    opacity: 0;
    top: -30px;
  }
  1% {
    display: inline-block;
    opacity: 0;
    top: -30px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: -40px;
  }
}

.show-rooms{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.show-rooms > div{
	width: 23%;
}
.show-rooms ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.show-rooms li{
	width: 24%;
	margin-bottom: 2%;
}
.show-rooms dl{
	color: #fff;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin-top: 10px;
}
.show-rooms dt{
	font-size: 20px !important;
}
.show-rooms dd{
	font-size: 14px !important;
	margin-top: 2px;
	color: #cacaca;
}

/* 全体
- - - - - - - - - - - - - */
body{
	font-size: 16px;
}
.container{
	width: 100%;
}
.section{
	padding: 0;
}
.col-md-12{
	padding: 0;
}
h2{
	font-size: 46px;
	font-weight: bold;
	text-align: center;
	line-height: 0.8em;
	margin: 7% 0 6% 0 !important;
	color: #21adc4;
}
.section-title h3{
	margin: 5% 0 !important;
}
h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px !important;
	text-align: center;
}
.section-title h2 span{
	display: block;
	font-size: 16px;
}
.section-title h3{
	font-size: 24px;
}
.section-title h3 span{
	display: block;
	font-size: 12px;
}
.inner{
	padding: 3%;
}
.inner p{
	width: 94%;
	margin: 0 auto !important;
	font-size: 16px !important;
}
a:not(.btn):not(.button):not(.added_to_cart):hover {
	opacity: .9;
}
.center{
	text-align: center;
}
/* Sub page
- - - - - - - - - - - - - */
.page-header.header-small .hestia-title{
	font-size: 2.1em;
}

/* Sub page BG
- - - - - - - - - - - - - */
.category-17 .header-filter{
	background-image: url("http://210.253.218.113/wp-content/uploads/2020/09/post-archive_kv001.jpg") !important;
	background-repeat: no-repeat;
	background-size: cover;
}
.category-18 .header-filter{
	background-image: url("http://210.253.218.113/wp-content/uploads/2020/09/post-archive_kv002.jpg") !important;
	background-repeat: no-repeat;
	background-size: cover;
}
.category-1 .header-filter{
	background-image: url("http://210.253.218.113/wp-content/uploads/2020/09/post-archive_kv003.jpg") !important;
	background-repeat: no-repeat;
	background-size: cover;
}
.category-19 .header-filter{
	background-image: url("http://210.253.218.113/wp-content/uploads/2020/09/post-archive_kv004.jpg") !important;
	background-repeat: no-repeat;
	background-size: cover;
}
.category-23 .header-filter{
	background-image: url("http://210.253.218.113/wp-content/uploads/2020/09/post-archive_kv005.jpg") !important;
	background-repeat: no-repeat;
	background-size: cover;
}
.category-20 .header-filter{
	background-image: url("http://210.253.218.113/wp-content/uploads/2020/09/post-archive_kv006.jpg") !important;
	background-repeat: no-repeat;
	background-size: cover;
}
.category-21 .header-filter{
	background-image: url("http://210.253.218.113/wp-content/uploads/2020/09/post-archive_kv007.jpg") !important;
	background-repeat: no-repeat;
	background-size: cover;
}
.category-22 .header-filter{
	background-image: url("http://210.253.218.113/wp-content/uploads/2020/09/post-archive_kv008.jpg") !important;
	background-repeat: no-repeat;
	background-size: cover;
}
.category-24 .header-filter{
	background-image: url("http://210.253.218.113/wp-content/uploads/2020/09/post-archive_kv009.jpg") !important;
	background-repeat: no-repeat;
	background-size: cover;
}
.category-25 .header-filter{
	background-image: url("http://210.253.218.113/wp-content/uploads/2020/09/post-archive_kv010.jpg") !important;
	background-repeat: no-repeat;
	background-size: cover;
}
.category-26 .header-filter{
	background-image: url("http://210.253.218.113/wp-content/uploads/2020/09/post-archive_kv011.jpg") !important;
	background-repeat: no-repeat;
	background-size: cover;
}
.category-27 .header-filter{
	background-image: url("http://210.253.218.113/wp-content/uploads/2020/09/post-archive_kv012.jpg") !important;
	background-repeat: no-repeat;
	background-size: cover;
}
/* hover effect
- - - - - - - - - - - - - */
.imgbox{
	display: flex;
}
.imgbox > div{
	margin: auto;
}
.category-link{
	padding: 0;
}
.category-link h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px !important;
	text-align: left;
	color: #fff;
}
.category-link p{
	font-size: 14px !important;
	text-align: left;
	color: #fff;
	margin: 0 !important;
	width: 80%;
}
figure {
  position: relative;
  overflow: hidden;
  width: 100%;
}
figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}
figcaption h3,
figcaption p {
  position: absolute;
  left: -100%;
  width: 260px;
  -webkit-transition: .3s;
  transition: .3s;
}
figcaption h3 {
  top: 30px;
}
figcaption p {
  top: 75px;
}
figure:hover figcaption {
  opacity: 1;
}
figure:hover figcaption h3,
figure:hover figcaption p {
  left: 20px;
}
figure:hover figcaption h3 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
figure:hover figcaption p {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
/* hover effect2
- - - - - - - - - - - - - */
.sample12 {
	width:			280px;
	height:			188px;
	overflow:		hidden;
	margin:			10px 8px 10px 16px;
	position:		relative;
}
.sample12 .caption {
	width:			100%;
	height:			100%;
	visibility:		hidden;	/* 文字を表示しない */
	font-size:		130%;
	color:			#fff;
	top:			0;
	left:			0;
	position:		absolute;
	text-align:		center;
	-webkit-transition:	all 0.4s step-end;
	transition:		all 0.4s step-end;
}
.sample12:hover .caption {
	visibility:		visible;	/* 文字を表示する */
}
.sample12 .caption p {
	font-size: 0.9em;
	padding-top: 25%;
	color: #fff;
	opacity:		0;	/* ホバーが解除された時すぐ消えるように、文字を表示しない */
}
.sample12:hover .caption p {
	opacity:		1;	/* 文字を表示する */
}
.sample12 .mask1, .sample12 .mask2 {
	width:			100%;
	height:			50%;	/* 高さは半部のサイズ */
	position:		absolute;
	left:			0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
}
.sample12 .mask1 {
	top:			-50%;	/* 枠の上に置いて表示させない */
}
.sample12:hover .mask1 {
	top:			0;	/* 下にずらして表示する */
}
.sample12 .mask2 {
	bottom:			-50%;	/* 枠の下に置いて表示させない */
}
.sample12:hover .mask2 {
	bottom:			0;	/* 上にずらして表示する */
}
span.top-post-cat{
	font-size: 0.9em;
	display: block;
}
span.top-post-cat2{
	font-size: 11px;
	display: block;
	margin-top: 10px;
}
/* Menu
- - - - - - - - - - - - - */
.navbar{
	background: none;
	box-shadow: none;
	color: #fff;
}
.scroll_bg{
	background: rgba(0,0,0,0.3);
	transition: all 0.5s;
}
.navbar .navbar-nav > li > a{
	font-weight: bold;
	font-size: 14px;
}
.header-filter{
	filter: brightness(85%) !important;
}
.header-filter::before{
	background-color: unset;
}
.home .page-header .container{
	padding-top: 40vh !important;
	padding-bottom: 40vh !important;
}
.home .page-header.header-small .container .hestia-title{
	display: none;
}
/* Menu
- - - - - - - - - - - - - */
.clr_coc {
	color: #e7eaff;
	background: -webkit-linear-gradient(0deg, #e7eaff, #dbf7fc);
	background-clip: border-box;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	font-size: 550%;
	line-height: 1;
	right: 0;
	text-align: right;
}
.ttl_bg {
	font-weight: bold;
	z-index: 0;
}
/* TOP
- - - - - - - - - - - - - */
#pgc-2-0-0{
	background: linear-gradient(120deg, #e2fdfd, #fffbd9);
}
#pg-2-4 > .panel-row-style{
	background: linear-gradient(120deg, #e2fdf7, #fdedff);
}
.grid_double{
	align-items: unset !important;
	flex-wrap: wrap;
}
.grid_double > div:first-child{
	background: url("http://210.253.218.113/wp-content/uploads/2019/12/eina_bg_sample004.png");
	background-size: cover;
	background-position: center top;
}
.grid_double > div:last-child{
	background: url("http://210.253.218.113/wp-content/uploads/2019/12/eina_bg_sample003.png");
	background-size: cover;
	background-position: center top;
}
.top_2box{
	display: flex;
	align-items: center !important;
}
.top_2box p{
	font-size: 16px !important;
	padding: 0 5%;
}

/* Post Slider
- - - - - - - - - - - - - */
.wppsac-slick-carousel-wrp{
	margin-bottom: 50px;
}
.slick-slide img{
	width: 100%;
}
.slick-dots{
	display: none !important;
}
.recent-post-carousel h2.wp-post-title{
	text-align: left;
}
.recent-post-carousel .wp-post-content a.readmorebtn{
	font-size: 12px;
}
.wp-sub-content{
	font-size: 12px;
}
.wp-post-date{
	margin-bottom: 0 !important;
}
/* Recent Post With Thumbnail
- - - - - - - - - - - - - */
.rpwwt-widget ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rpwwt-widget ul li{
	position: relative;
}
.rpwwt-widget ul li img{
	display: block;
	float: none !important;
	margin: 0;
	width: 100%;
}
.rpwwt-widget ul li a{
	display: block;
}
.rpwwt-widget ul li a span.rpwwt-post-title{
	display: block;
	background: rgba(0,0,0,0.8);
	color:#fff;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2%;
	line-height: 1.6em;
}
.rpwwt-post-categories{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	position: absolute;
	top: 15px;
	left: 10px;
	background:	rgba(0, 0, 0, 0.8);
	padding: 1% 4%;
	border-radius: 4px;
}
.rpwwt-widget ul li:last-child{
	margin: auto;
}
@media screen and (min-width: 769px){
	.rpwwt-widget ul li{
		margin: 0.5%;
		width: 24%;
	}
}
@media screen and (max-width: 768px){
	.rpwwt-widget ul li{
		margin: 0.5%;
		width: 49%;
	}
}
/* domain
- - - - - - - - - - - - - */
.domain-box{
	padding: 65px 30px 30px;
	color: #fff;
}
.domain-box li{
	margin-bottom: 10px;
	list-style-type: square;
}
.domain-box dt{
	font-size: 14px;
	margin: 0;
}
.domain-box dd{
	font-size: 12px;
	padding-left: 10px;
}
.domain_lineup{
	margin: 0 3%;
	text-align: center;
}
.domain_lineup h4{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 14px !important;
}
.domain_lineup ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.domain_lineup li{
	width:15%;
}
.domain_lineup p{
	padding: 0 2%;
	font-size: 12px !important;
	margin-top: auto;
}
.domain_lineup span{
	display: block;
	font-size: 11px;
	margin-bottom: 5px;
}
/* Company
- - - - - - - - - - - - - */
.company-box{
	padding: 65px 30px 30px;
	color: #fff;
}
.company{
	width: 70%;
	margin: 0 15%;
}
.company td{
	text-align: center;
}
.company tbody{
	font-size: 12px;
}
/* Contact
- - - - - - - - - - - - - */
.contact-area{
	padding: 2% 0 3% 0;
	text-align: center;
}
.contact-btn a{
	background: rgba(0, 0, 0, 0.9);
	width: 20% !important;
	text-align: center;
	display: block;
	border-radius: 50px;
	color: #fff;
	padding: 0.5% 0;
	margin: 3% 40%;
}
.contact-btn a:hover{
	box-shadow: 0px 1px 2px #000;
	color: #fff;
}
.here-from{
	padding-top: 50px !important;
	display: inline-block;
	font-weight: bold;
	text-shadow: 0px 0px 5px #fff;
}
textarea.form-control, input[type="checkbox"], input[type="file"], select{
	border: 1px solid #e3e3e3 !important;
	padding: 2% !important;
}
textarea.form-control:focus-within{
	border: 1px solid #dee827 !important;
	padding: 2% !important;
}
input[type="submit"], input[type="submit"]:hover{
	background: linear-gradient(120deg,#008c79,#016a8a) !important;
}
p.contact-info{
	text-shadow: 1px 1px 0px #d7d7d7;
	font-size: 12px !important;
}
/* archives
- - - - - - - - - - - - - */
.card-blog .card-title a{
	line-height: 1.4;
	font-size: 0.4em !important;
}
/* blog
- - - - - - - - - - - - - */
.single .page-header.header-small{
	min-height: auto !important;
}
.single .page-header .container{
	padding: 5vh 0 !important;
}
.single .header-filter{
	background-image: linear-gradient(90deg, #aeaeae,#686868) !important;
}
.single .main{
	padding-top: 0 !important;
}
.single img{
	text-align: center;
	margin: 0 auto !important;
	width: 90% !important;
}
.single tbody{
	font-size: 14px;
}
.single .tablepress{
	margin-top: 0%;
	width: 50%;
	margin-left: 50%;
}
.single .tablepress .column-1{
	width: 25%;
}
.single .tablepress .column-2{
	width: 75%;
}
.single .col-md-offset-2{
	margin-left: 0;
}
.single .col-md-8{
	margin-top: 5%;
	width: 100%;
}
.sample2 .tablepress{
	width: 100%;
	margin-left: 0%;
}
.show-room-post{
	align-items: flex-start !important;
}
.show-room-post .tablepress{
	width: 100%;
}
.pic_map ul{
	display: flex;
	justify-content: space-around;
	width: 70%;
	margin: auto;
	flex-wrap: wrap;
}
.pic_map li:first-child, .pic_map li:nth-child(2){
	width: 30%;
}
.pic_map li:last-child{
	width: 30%;
	background: #fff;
}
.pic_map li{
	margin: 1% auto;
}
.pic_map p{
	font-size: 14px !important;
	text-align: left;
	padding: 20px 0;
}
.pic_map p > a{
	color: #a26d08;
	text-decoration: underline;
}
.card .card-image{
	height: auto !important;
}
.card .card-image img, .card-no-width .card-image img{
	width: auto;
	height: 150px;
	object-fit: cover;
}
/* Contact
- - - - - - - - - - - - - */
#form_area {
	margin: 10% 0 5% 0;
}
input[type="text"], input[type="email"]{
	width: 100%;
	height: 40px;
	padding: 2% !important;
}
span.required{
	background: #e13da1;
	padding: 3px 10px;
	font-size: 12px;
	display: inline-block;
	color: #fff;
	position: absolute;
	right: 20px !important;
	top: 18px;
}
.contact td{
	font-size: 14px;
}
.contact td:first-child{
	width: 30%;
}
.contact td:first-child{
	position: relative;
}
.contact td:first-child span{
	position: absolute;
	right: 0;
}
.contact tr{
	display: block;
	margin-bottom: 30px;
}
input[type="submit"] {
	width: 70%;
	margin: 0 15%;
	padding: 2% 0;
	background: #006254;
	font-size: 16px;
	border-radius: 6px;
	margin-bottom: 60px;
}
textarea{
	padding: 2% !important;
}
/* Footer
- - - - - - - - - - - - - */
.pull-left,
.pull-right{
	float: none !important;
}
/* Media Queries

- - - - - - - - - - - - - */
@media screen and (min-width: 1500px){
	.card .card-image img, .card-no-width .card-image img{
		height: 220px;
	}
}
@media screen and (max-width: 1920px) and (min-width: 1201px){
	.col-md-10.col-md-offset-1 p {
    font-size: 1.5vw !important;
	}
}
@media screen and (max-width: 1200px){
	.col-md-10.col-md-offset-1 p {
    font-size: 1.2vw !important;
	}
}
@media screen and (max-width: 780px){
	.home #primary .col-md-10.col-md-offset-1 p{
	margin: auto !important;
	}
	#pg-315-2.panel-has-style > .panel-row-style{
		flex-direction: column-reverse !important;
	}
	.home #primary .col-md-10.col-md-offset-1 p{
		width: 94%;
	}
	.domain_lineup li{
		width: 30%;
	}
	.domain_lineup h4{
		font-size: 18px !important;
	}
	.page-template-template-fullwidth article h3{
		font-size: 18px;
		margin: 3% !important;
	}
	.company {
	width: 90%;
	margin: 0 5%;
	}
	.contact-btn a{
		width: 70% !important;
		margin: 3% 15%;
	}
	.card{
		width: 31% !important;
		margin-top: 30px !important;
	}
	.card-blog .card-title a{
		font-size: 0.6em !important;
		line-height: 1.2;
		letter-spacing: 0.7px;
	}
	.single .tablepress{
		margin: 5% auto;
		width: 90%;
	}
	.show-rooms li{
		width: 48%;
	}
	.page .section.section-text{
		padding-top: 0;
		padding-bottom: 0;
	}
	.domain_lineup ul{
		width: 85%;
		margin: auto;
	}
	.domain_lineup li{
		width: 48%;
	}
	.widget ul{
		padding: 0;
	}
	.navbar button.navbar-toggle{
		display: none;
	}
	.modal_btn{
		width: 100%;
	}
	.pic_map li:first-child, .pic_map li:nth-child(2){
		width: 47%;
	}
	.pic_map li:last-child{
		width: 97%;
	}
}
@media screen and (max-width: 640px){
	.card{
		width: 48% !important;
		margin-top: 20px !important;
	}
	.card-blog .card-title a{
		font-size: 0.6em !important;
		line-height: 1.2;
	}
	.contact td:first-child{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px){
	.home .page-header .container{
		padding-top: 20vh !important;
		padding-bottom: 20vh !important;
	}
	.home #primary .col-md-10.col-md-offset-1 p{
		position: relative !important;
		top: unset !important;
		left: unset !important;
		transform: unset !important;
	}
	.btn_scroll ul{
		flex-wrap: wrap;
	}
	.btn_scroll ul li{
		width: 50% !important;
	}
	.domain_lineup li{
		width: 48%;
		margin: 0 1%;
	}
	.domain_lineup h4{
		font-size: 14px !important;
	}
	.pic_map ul{
		flex-wrap: wrap;
		width: 90%;
	}
	.pic_map li:first-child, .pic_map li:nth-child(2){
		width: 45%;
	}
	.pic_map li:last-child{
		width: 90%;
	}
	.section-title img{
		margin: 16px 0;
	}
	.page-header.header-small .hestia-title{
		font-size: 1.6em;
	}
	#domain{
		padding: 2% 0 10% 0;
	}
	.show-rooms dt{
		font-size: 18px !important;
	}
	.show-rooms dd{
		font-size: 12px !important;
	}
	.modal_btn p{
		font-size: 18px;
	}
	p.contact-info{
		font-size: 13px !important;
		margin: 20px auto !important;
	}
	.domain_lineup ul{
		width: 100%;
	}
}
/* 記事一覧サンプル */
.pattern1 ul{
	display: flex;
	flex-wrap: wrap;
}
.pattern1 ul li{
	margin: 1%;
	width: 23%;
}
.pattern1 ul li a{
	display: block;
}
.pattern1 ul li a p{
	margin: 15px 0 !important;
}
.pattern2 ul{
	display: flex;
	flex-wrap: wrap;
}
.pattern2 ul li{
	margin: 1%;
	width: 23%;
}
.pattern2 ul li a{
	display: block;
}
.pattern2 ul li a img{
	display: block;
	margin: 0;
	vertical-align: bottom;
}
.pattern2 ul li a div{
	background: linear-gradient(45deg, rgb(172, 203, 238) 0%, rgb(231, 240, 253) 100%);
	padding: 15px 15px 30px;
	border-radius: 0 0px 20px 0px;
	height: 120px;
}
.pattern3 ul{
	display: flex;
	flex-wrap: wrap;
}
.pattern3 ul li{
	margin: 1%;
	width: 48%;
	box-shadow: 2px 2px 2px #c8c8c8;
	padding: 0;
}
.pattern3 ul li a{
	display: flex;
}
.pattern3 ul li a > div:first-child{
	width: 30%;
}
.pattern3 ul li a > div:first-child img{
	width: 100%;
}
.pattern3 ul li a > div:last-child{
	background: #000;
	padding: 15px;
	width: 70%;
}
.col-md-10.col-md-offset-1 p{
	font-size: 15px !important;
}
.col-md-10.col-md-offset-1 a {
    color: #000;
	font-weight: bold;
}
.pt01 .col-md-10.col-md-offset-1 img, .pt02 .col-md-10.col-md-offset-1 img{
	border-radius: 20px 0px 0px 0;
}
.pattern3 ul li a > div:last-child{
	background: linear-gradient(45deg, rgb(172, 203, 238) 0%, rgb(231, 240, 253) 100%);
}
/*
.single .page-header .container{
	padding-top: 19vh !important;
}
*/
.author{
	display: none;
}
.home #primary .col-md-10.col-md-offset-1 p{
	font-weight: bold;
	text-shadow: 2px 2px 4px #202020;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;	
}
.btn_scroll{
	margin: 0;
}
.btn_scroll ul{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: flex;
	list-style: inside none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.btn_scroll ul li{
	background: #e1e1e1;
	width: 25%;
}
.btn_scroll ul li+li{
	border-left: 1px solid #eee;
}
.btn_scroll ul li a{
	color: #818803;
	display: block;
	padding: 15px 0;
	transition: all 0.3s;
}
.btn_scroll ul li a:hover{
	background: rgba(0,0,0,0.1);
}
.archive .blog-posts-wrap,
.category .blog-posts-wrap{
	display: flex;
	flex-wrap: wrap;
}
.archive .blog-posts-wrap article,
.category .blog-posts-wrap atrticle{
	margin: 2%;
	width: 21%;
}
.archive .blog-posts-wrap article > .row,
.category .blog-posts-wrap atrticle > .row{
	margin: 0;
}
.archive .blog-posts-wrap article > .row > div:first-child,
.category .blog-posts-wrap atrticle > .row > div:first-child{
	border-radius: 20px 0 0 0;
}
.archive .blog-posts-wrap article > .row > div:last-child,
.category .blog-posts-wrap atrticle > .row > div:last-child{
	/*background: linear-gradient(45deg, rgb(212, 233, 255) 0%, rgb(179, 210, 255) 100%);*/
	background: #fff;
	/*padding: 15px;*/
	/*border-radius: 0 0px 20px 0px;*/
}
.blog .hestia-blogs .card-blog .card-image,
.archive .hestia-blogs .card-blog .card-image{
	margin-bottom: 0 !important;
}
.archive #primary .col-md-10,
.category #primary .col-md-10{
	text-align: left !important;
}
.card-blog .card-image{
	box-shadow: none !important;
}
.card-plain .card-image{
	border-radius: 0 0 0 0;
}
.card-plain .card-image img{
	border-radius: 0 0 0 0;
}
.card-blog .row .category{
	margin-top: 0;
}
h2.card-title{
	text-align: left;
	margin: 0 !important;
}
h2.card-title a{
	display: block;
	font-size: 16px !important;
	margin: 10px 0 !important;
}
.card-blog .row .category,
.card-description{
	display: none;
}
.single .main{
	padding: 5% 0;
}
.single .hestia-title {
	font-size: 20px !important;
	text-align: left !important;
	padding-left: 8.5vw;
}
