/*----------------
@main
----------------*/
.container{
	width: 70%;
	max-width: 1280px;
	margin: 0 auto;
}
.flexgrid{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.flex1{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.flex2{
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}
.flex4{
	-webkit-box-flex: 4;
	    -ms-flex: 4;
	        flex: 4;
}
.n_btn{
	padding: 40px 0;
	text-align: center;
}
.n_btn a{
	display: inline-block;
	background: #fff;
}
.n_btn span{
	display: inline-block;
	font-size: 20px;
	padding: 10px 25px;
	border: 1px solid #000;
}

/*----------------
@header
----------------*/
header{
	padding: 40px 40px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 990;
	width: 100%;
}
.logo{
	display: inline-block;
}
.logo img{
    width: 220px;
    height: 47px;
}
.nav{
	float: right;
	z-index: 999;
}
.nav li{
	display: inline-block;
}
.nav a{
	padding-left: 30px;
	display: block;
    line-height: 47px;
    cursor: pointer;
}
header.stick{
	background: #fff;
	padding: 15px 40px;
	border-bottom: 1px solid #efefef;
}
header.stick .logo img{
	width: 170px;
	height: 35px;
}
header.stick a{
	line-height: 35px;
}

.social_icon a{
	line-height: 1.7;
}
.fbicon{
	width: 15px;
	height: 31px;
}
.lineicon,
.woocommerce img.lineicon, .woocommerce-page img.lineicon{
	width: 41px;
	height: 30px;
}

.nav a:hover{
	opacity: 0.5
}
.menuopen{
    display: none;
    float: right;
    position: relative;
    top: 10px;
}
.menuopen div{
    position: relative;
    display: block;
    width: 45px;
    height: 25px;
    right: 0;
    cursor: pointer;
}
.menuopen i{
    width: 25px;
    height: 2px;
    background: #282828;
    position: absolute;
    right: 0;
}
.mline1{
    top: 0px;
}
.mline2, .mline4{
    top: 11px;
}
.mline3{
    top: 21px;
}
.menuopen.open i.mline1,
.menuopen.open i.mline3{
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
}
.menuopen.open i.mline2{
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}
.menuopen.open i.mline4{
    -webkit-transform: rotate(45deg) scaleX(1);
        -ms-transform: rotate(45deg) scaleX(1);
            transform: rotate(45deg) scaleX(1);
}
.loader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999;
}
.loader_icon{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.loader_icon p{
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
    margin: 0 auto 30px;
    font-size: 24px;
}
.loader_icon div{
	position: relative;
	width: 150px;
	height: 1px;
	overflow: hidden;
	background: #ccc;
}
.loader_icon div:before{
	content: '';
	position: absolute;
	top: 0;
	left: -150px;
	width: 150px;
	background: #000;
	height: 1px;
	-webkit-animation: loader 1s infinite;
	        animation: loader 1s infinite;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}
/*----------------
@homesell
----------------*/
.main_visual{
	position: relative;
	width: 100%;
	height: 100vh;
	max-height: 1000px;
}
.mv_slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000;
	pointer-events: none;
}
.mv_slide figure{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100vw;
	height: 100vh;
	-webkit-transition: all 10s linear;
	-o-transition: all 10s linear;
	transition: all 10s linear;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.slick-active figure{
	-webkit-transform: translateX(-100px);
	    -ms-transform: translateX(-100px);
	        transform: translateX(-100px);
}
.mv_cover_R{
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	width: 20%;
	height: 100vh;
	max-height: 1000px;
	z-index: 1;
	-webkit-animation: coverR 2s cubic-bezier(0.165, 0.84, 0.44, 1);
	        animation: coverR 2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 100% 100%;
	    -ms-transform-origin: 100% 100%;
	        transform-origin: 100% 100%;
}
.mv_cover_T{
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 120px;
	z-index: 1;
	-webkit-animation: coverT 2s cubic-bezier(0.165, 0.84, 0.44, 1);
	        animation: coverT 2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transform-origin: 0% 0%;
	    -ms-transform-origin: 0% 0%;
	        transform-origin: 0% 0%;
}

.mv_slogan{
	position: absolute;
	right:8%;
	top: 22%;
	z-index: 2;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}
.mv_slogan h1{
	font-size: 24px;
	line-height: 2.2;
}
.mv_scroll{
	position: fixed;
	left: 50px;
	z-index: 2;
	bottom: 0;
	z-index: 980;
}
.mvs_font{
	-webkit-writing-mode: vertical-lr;
	    -ms-writing-mode: tb-lr;
	        writing-mode: vertical-lr;
	font-size: 20px;
	position: absolute;
	top: 0;
}
.mvs_line{
	height: 150px;
	width: 1px;
	overflow: hidden;
	position: relative;
	background: #000;
}
.mvs_line i{
	position: absolute;
	width: 1px;
	height: 150px;
	top: -150px;
	left: 0;
	background: #ccc;
	-webkit-animation: mvsLine 2s infinite;
	        animation: mvsLine 2s infinite;
}
.mv_bigfont{
	position: absolute;
	top: 25%;
	left: 13%;
	z-index: 2;
	width: 60%;
	height: 60%;
}
.mv_bigfont img{
	width: 250px;
	height: auto;
	-webkit-animation: comeUP 1.5s ;
	        animation: comeUP 1.5s ;
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}
.mv_bigf_2 img{
	-webkit-animation-delay: 2.5s;
	        animation-delay: 2.5s;
}
.mv_bigf_1{
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform-origin: 0% 0%;
	    -ms-transform-origin: 0% 0%;
	        transform-origin: 0% 0%;
	-webkit-animation: mvBigf 1s;
	        animation: mvBigf 1s;
	-webkit-animation-delay: 1.5s;
	        animation-delay: 1.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.mv_bigf_2{
	position: absolute;
	right: 30%;
	top: 30%;
	-webkit-transform-origin: 0% 0%;
	    -ms-transform-origin: 0% 0%;
	        transform-origin: 0% 0%;
	-webkit-animation: mvBigf 1s;
	        animation: mvBigf 1s;
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}
.mvb_cover{
	overflow: hidden;
	border-bottom: 1px solid #fff;
}


/* section1 */
.sec_1{
	padding:150px 0 ;
}
.sec_1 p{
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	font-size: 20px;
	line-height: 3;
	letter-spacing: 3px;
	margin: 0 auto;
}
.float_img{
	overflow: hidden;
	height: 400px;
}
.float_img img{
	margin-top: 50px;
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

/*video */
.sec_video{
	position: relative;
	z-index: 1;
}
.video_cover{
	width: 100%;
	height: 400px;
	overflow: hidden;
}


/* secdes */
.sec_description{
	padding: 20vh 0;
	position: relative;
	z-index: 0;
}
.secd_bg{
	position: absolute;
	background: #f3f1e4;
	top: 0;
	right: 0;
	z-index: 0;
	width: 50%;
	height: 100%;
}
.secd_content{
	position: relative;
	z-index: 1;
}
.secd_des1 p{
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	font-size: 20px;
	line-height: 2;
	letter-spacing: 3px;
	margin: 0 auto;
}
.video_show2{
    -webkit-box-shadow: 15px 15px 60px rgba(196,171,161,1);
            box-shadow: 15px 15px 60px rgba(196,171,161,1);
}


.sec_juciy .float_img{
	height: 350px;
}
.sec_juciy{
	padding: 10vh 0;
}
.sec_juciy h2,
.secd_title h2{
	font-size: 60px;
	text-align: center;
	color: #c1a774;
}

.fl4_post{
	padding: 0 30px;
}
.fl4_post > div{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.fl4row{
	margin-right: -30px;
	margin-left: -30px;
	padding-top: 10vh;
}
.fl4_thumb{
	width: 80%;
}
.fl4_des{
	width: 15%;
}
.fl4_des h2{
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 3px;
	font-weight: bolder;
}
.fl4_cta .n_btn{
	padding: 0;
	display: inline-block;
}
.video_show3{
	position: relative;
    padding: 10vh 0 200px;
}

.video_show3 .float_img{
	float: right;
	width: 70%;
}
.video_show3 video{
    width: 37%;
    left: 0;
    bottom: 90px;
    position: absolute;
}


/* sec_detail */
.secd_cover{
	background: #f3f1e4;
}
.secd_cover .container{
	background: #020403;
	height: 40vw;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.secd_img{
	position: relative;
	z-index: 0;
	width: 70%;
	margin: 0 auto;
}
.secd_img img{
	margin-left: -10%;
}
.sec_detail{
    margin-top: -250px;
    z-index: 1;
    position: relative;
}
.secd_title{
	padding: 100px 0 30px;
}
.secd_title h2{
	line-height: 1;
}
.secd_title p{
	text-align: center;
	font-size: 24px;
}
.secd_des{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
}
.secd_point{
	display: inline-block;
	cursor: pointer;
	position: absolute;
}
.secd_point > div{
	width: 12vw;
	height: 12vw;
	border-radius: 50%;
	border: 1px solid #6B6B6C;
	position: relative;
}
.secd_point h3{
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
    margin-top: 4.5vw;
}
.secd_point figure{
	position: absolute;
	top: 1vw;
	left: 1vw;
	width: 10vw;
	height: 10vw;
	overflow: hidden;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-filter: blur(5px);
	        filter: blur(5px);
}
.secd_point:hover figure{
	opacity: 1;
	-webkit-transform: scale(1.4);
	    -ms-transform: scale(1.4);
	        transform: scale(1.4);
	-webkit-filter: blur(0);
	        filter: blur(0);
}
.secd_point:hover h3{
	opacity: 0;
}

.secd_point:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #6B6B6C;
	-webkit-animation: secdPoinBall 2s infinite;
	        animation: secdPoinBall 2s infinite;
}
.secd_point:nth-child(1){
    right: 18%;
    top: 15%;
}
.secd_point:nth-child(2){
    right: 10%;
    bottom: 15%;
}
.secd_point:nth-child(2):before{
	-webkit-animation-delay: 0.8s;
	        animation-delay: 0.8s;
}
.secd_point:nth-child(3){
    left: 15%;
    top: 25%;
}
.secd_point:nth-child(3):before{
	-webkit-animation-delay: 1.5s;
	        animation-delay: 1.5s;
}
/* sec_how */
.sec_how{
	padding: 20vh 0;
}
.sec_how .float_img{
	height: 500px;
}
.sech_text{
	padding-left: 50px;
}
.sech_text h2{
	margin-bottom: 5vh;
	text-align: center;
}
.sml_deco_text{
	color: #A8A7AA;
	display: block;
	text-align: center;
}
.sech_text li{
	font-size: 20px;
	margin-bottom: 40px;
	margin-left: 35px;
}
.sech_text ol{
	margin-left: 30px;    
	list-style-type: none;
    counter-reset: es_count_ol;
}
.sech_text ol li:before{
    content: counter(es_count_ol);
    counter-increment: es_count_ol;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    border: 1px solid #ccc;
    margin-left: -55px;
    position: absolute;
}

/*sec_purchase */
.secp_des,
.secp_note{
	text-align: center;
	margin-bottom: 40px;
}
.secp_des h4{
	font-size: 20px;
}
.secp_note h3{
	display: inline-block;
	color: #B30000;
	font-weight: bolder;
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #B30000;
	border-bottom: 1px solid #B30000;
}
.secpp_cover{
	border: 1px solid #ccc;
	padding: 30px;
	margin: 0 auto;
	max-width: 800px;
}
.secpp_cover > div{
	float: left;
}
.secpp_img{
	width: 30%;
}
.secpp_des{
	width: 70%;
	padding: 0 0 0 30px;
}
.secpp_des > h3{
	margin-bottom: 30px;
}
.pro_des{
	color: #7c7c7c;
	padding-bottom: 40px;
}
.pro_des h4{
	color: #282828;
	font-weight: bolder;
	margin-bottom: 20px;
}
.pro_price p{
	display: inline-block;
	vertical-align: middle;
}
.pro_price p:first-child{
	text-decoration: line-through;
	opacity: 0.5;
	font-size: 20px;
}
.nowprice{
	line-height: 1;
	font-size: 50px;
	color: #B30000;
}
.secpp_des .flexgrid{
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
.secpp_stitle{
	margin-bottom: 20px;
	display: block;
}
.quan div{
	float: left;
	width: 25%;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 20px;
	padding: 10px;
    line-height: 1.6;
    margin-left: -1px;
    cursor: pointer;
}
.quan input{
	float: left;
	width: 50%;
	margin: 0 0 0 -1px;
    text-align: center;
}
/*----------------
@page
----------------*/
.nml_head{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 40vh;
	width: 100%;
}
.normal_title{
	margin: 0 auto;
	text-align: center;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	letter-spacing: 3px;
	padding: 10vh 0;
	font-size: 36px;
}
/*----------------
@Woo
----------------*/
#billing_country_field{
	display: none !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background: none;
	border-radius: 0;
	color: #B30000;
    display: inline-block;
    font-size: 20px;
    padding: 10px 25px;
    border: 1px solid #B30000;
	line-height: 1.6;
	font-weight: normal;
font-family:  'Noto Serif TC', serif, STSong, SimSun, FangSong;
}
p.product.woocommerce.add_to_cart_inline{
	border: 0 !important;
	padding: 0 !important;
    text-align: right;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background: #B30000;
	color: #fff;
}
.normal_container{
	max-width: 750px;
	margin: 0 auto;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	width: 100%;
}
.woocommerce h3{
	font-size: 24px;
	padding: 50px 0 30px;
	font-weight: bolder;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 30px 60px;
}
.woocommerce-info,
.woocommerce-message{
	border-top-color: #282828;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
	color: #282828;
	top: 30px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{

line-height: 1.6;
outline: 0;
padding: 10px 0;
}
.select2-container--default .select2-selection--single,
.select2-container .select2-selection--single{
line-height: 1.6;
outline: 0;
padding: 0 25px;
font-size: 20px;
height: auto;
border-radius: 0;
border: 0;
border: 1px solid #ccc;
width: 100%;
}
.select2-selection__arrow{
	margin-top: 15px;
}
.woocommerce form .form-row,
.woocommerce form .form-row label{
	margin-bottom: 10px;
}
.woocommerce table.shop_table th{
    padding: 10px 25px;
    color: #7c7c7c;
    font-size: 16px;
}
.woocommerce table.shop_table td{
    padding: 10px 25px;
    font-size: 20px;
    font-weight: bolder;
}
.woocommerce table.shop_table{
	margin-bottom: 30px;
	border-radius: 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	border-radius: 0;
	background: #efefef;
    padding: 20px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	background: #fff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{

    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.clear_cart{
    text-align: center;
}
.clear_cart a{
    display: inline-block;
    border-bottom: 1px solid #000;
    margin: 0 auto 20px;
}
.woocommerce-shipping-fields{
	margin-bottom: 30px;
}
.woocommerce-privacy-policy-text a{
	color: #B30000;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background: #fff;
	color: #B30000;
	float: initial !important;
	margin: 40px auto 0;
    display: block;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{
	    padding: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #cccccc;
    margin-top: -1px;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
	border-bottom: 0;
}
/*----------------
@footer
----------------*/
.footer{
	padding: 10vh 0 0;
}
.foot_cta > div{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.foot_cta > div:first-child{
	border-right: 1px solid #ccc;
}
.foot_cta a{
	display: block;
	text-align: center;
	font-size: 30px;
	padding: 50px 0;
}

.foot_des{
	padding: 10vh 0 5vh;
}
.foot_des > div:last-child{
	text-align: right;
}
.foot_des p{
	font-size: 14px;
	margin-bottom: 30px;
}
.foot_nav li{
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 20px;
}
.foot_nav a{
	font-size: 20px;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}
.foot_logo,
.foot_nav{
	display: inline-block;
	vertical-align: top;
}
.foot_logo img{
	width: 120px;
	height: auto;
	margin-left: 30px;
}
.footer .flexgrid{
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
.footer a:hover{
	opacity: 0.5
}

/*----------------
@edit_style
----------------*/


/*edit */

.edit_style p{
	margin-bottom: 1.5em;
	font-size: 18px;
}
.edit_style h2,
.edit_style h3,
.edit_style h4,
.edit_style h5,
.edit_style h6{
	margin: 35px 0 25px;
}
.edit_style img{
	margin: 20px 0;
	position: relative;
}
.edit_style p.wp-caption-text{
	background: #e00000;
    display: inline-block;
    color: #fff;
    padding: 3px 10px;
    position: relative;
}
.edit_style p.wp-caption-text:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 20px;
    top: -10px;
    border-style: solid;
    border-width: 0 6px 10.4px 6px;
    border-color: transparent transparent #e00000 transparent;
}
.edit_style ul, .edit_style ol{
    margin-left: 20px;
    margin-bottom: 15px;
    line-height: 30px;
}
.edit_style ol, .pc_content ol{
	margin-left: 1.5em;    
	list-style-type: none;
    counter-reset: es_count_ol;
}
.edit_style ul li:before{
    content: "•";
    font-size: 18px;
    color: #e00000;
    display: inline-block;
    width: 30px;
    margin-left: -1em;
    position: absolute;
}

.edit_style li{
	font-size: 18px;
	margin-bottom: 40px;
	margin-left: 20px;
}
.edit_style ol,
.edit_style ul{
	margin-left: 30px;    
	list-style-type: none;
    counter-reset: es_count_ol;
}
.edit_style ol li:before{
    content: counter(es_count_ol);
    counter-increment: es_count_ol;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    border: 1px solid #ccc;
    margin-left: -55px;
    position: absolute;
}
.edit_style hr{
    border: 0.5px solid #d4d4d4;
    margin: 30px 0 30px;
}
.edit_style blockquote{
    background: #fff;
    padding: 20px 20px 1px;
    margin-bottom: 20px;
    border-left: 5px solid #efefef;
}
.edit_style a{
	color: #e00000;
    padding-bottom: 3px;
    border-bottom: 1px solid #e00000;
}
.edit_style a:hover{
	background: #e00000;
	color: #fff;
}
.edit_style img.image2{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.edit_style img.image2:nth-child(1){
	padding-right: 10px;
}
.edit_style img.image2:nth-child(2){
	padding-left: 10px;
}
.edit_style img.full{
	width: 100%;
}
.fullimage{
	max-width: 100% !important;
	width: 100% !important;
}
.wp-block-image figcaption{
	margin-bottom: 3em;
}






