iframe.webform-frame {
   /* Styles */
}
.take-action .contianer-content{
	padding: 0 10%;
}
/* Global */
.no-edit .block-top .title-page {
    left: 10%;
}
.wp-content {
	margin: 0 0 100px;
    float: left;
    width: 100%;
	position: relative;
    /* overflow: hidden; */
}
.wp-content .block-content,.wp-content .block-content > div{
	float: left;
}
.wp-content .block-content{
	padding-top: 80px;
}
.wp-content .block-content > div{
	width: 50%;
}
.wp-content .block-content .left-side{
	width: 70%;
	padding-right: 100px;
}
.wp-content .block-content .right-side{
	width: 30%;
}


.left-side .wp-content-left .wp-block {
    margin-bottom: 40px;
}
.left-side .wp-content-left .wp-block:last-child {
	margin-bottom: 0;
}
.left-side .wp-content-left .wp-block h3{
    /*font-family: 'TannakoneMediumcondensed';*/
    margin: 0 0 20px;
    font-size: 48px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	color: #000000;
}
.left-side .wp-content-left .wp-block h3:after{
    content: '';
    width: 100%;
    height: 20px;
    background: #ff0;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
	transform: translateY(-44%);
	-webkit-transform: translateY(-44%);
	-moz-transform: translateY(-44%);
	-o-transform: translateY(-44%);
	-ms-transform: translateY(-44%);
}
.right-side .title-block h1,.right-side .title-block h2{
	text-transform: uppercase;	
	margin: 0;
}
.page_th .right-side .title-block h1,
.page_th .right-side .title-block h2{
	/*font-family: 'TannakoneMediumcondensed'; */
}
.page_en .right-side .title-block h1,
.page_en .right-side .title-block h2{
	/*font-family: 'TannakoneMediumcondensed'; */
}

.right-side .title-block h1{ 
    color: #ffff00;
    font-size: 36px;
}
.right-side .title-block h2{ 
    color: #FFF;
    font-size: 42px;
	letter-spacing: 3px;
	margin: 0 0 20px;
}
.right-side .title-block h1:after {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #FFF;
    display: block;
    margin: 20px auto;
}
.padding-both{
	padding: 0 20px;
}
.text-align-left{
	text-align: left;
}
.text-align-center{
	text-align: center;
}
.text-align-right{
	text-align: right;
}
.margin-top{
	margin-top: 30px;
}
.yellow{
	color: #ffff00;
}
.yellow-bg{
	background: #ffff00 !important;
	color: #000 !important;
}
.big{
	font-size: 36px !important;
}

/* Global */
.wp-action {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.form-group{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}
.form-group label {
    color: #FFF;
    /*font-family: 'TannakoneMediumcondensed';*/
    font-size: 16px;
	display: block;
	margin: 0;
}
.form-group input.amount_input{
    width: 100%;
    height: 100px;
    padding: 0 20px;
    font-size: 28px;
    color: #ccc;
	background-color: #FFF;
}
.form-group input,.form-group select{
    width: 100%;
    height: 40px;
    background-color: transparent;
    padding: 0 20px;
    border: 1px solid #FFF;
	color: #FFF;
}
.form-group input:focus{
	outline: none;
}
.form-group span {
    display: block;
    padding: 10px 0;
    font-size: 11px;
    text-align: center;
}
.form-group span.amount{
	width: 100%;
    float: left;
    padding: 10px;
    background-color: #cc0000;
    text-align: center;
    color: #FFF;
}
.form-group input.amount_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #cccccc;
  	font-size: 28px;
  	/*font-family: 'TannakoneMediumcondensed';*/
  	font-family:'AmnestyTradeGothic','DindanmaiRegular',Helvetica,Arial,sans-serif;
}
.form-group input.amount_input::-moz-placeholder { /* Firefox 19+ */
	color: #cccccc;
  	font-size: 28px;
  	/*font-family: 'TannakoneMediumcondensed';*/
  	font-family:'AmnestyTradeGothic','DindanmaiRegular',Helvetica,Arial,sans-serif;
}
.form-group input.amount_input:-ms-input-placeholder { /* IE 10+ */
  	color: #cccccc;
  	font-size: 28px;
  	/*font-family: 'TannakoneMediumcondensed';*/
  	font-family:'AmnestyTradeGothic','DindanmaiRegular',Helvetica,Arial,sans-serif;
}
.form-group input.amount_input:-moz-placeholder { /* Firefox 18- */
 	color: #cccccc;
  	font-size: 28px;
  	/*font-family: 'TannakoneMediumcondensed';*/
  	font-family:'AmnestyTradeGothic','DindanmaiRegular',Helvetica,Arial,sans-serif;
}
.form-group .btn:hover{color: #ff0;}
.form-group button,.form-group a.btn-bl{
	width: 100%;
    padding: 10px 0;
    border: 0;
    background-color: #000;
    color: #ff0;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 16px;
    /* font-family: 'TannakoneMediumcondensed','PromptBold'; */
}
.form-group h1,.form-group p{
	/* font-family: 'TannakoneMediumcondensed','PromptBold'; */
}
.form-group h1{
	color: #ffff00;
	font-size: 48px;
	margin: 0 0 30px;
}
.form-group p{
	color: #FFF;
	font-size: 14px;
}
.two-clum{
	width: 48%;
	float: left;
    margin-right: 4%;
}  
.two-clum.last-child{
	margin-right: 0;
} 
.checkbox {
    padding: 0;
    position: relative;
}
.form-group.checkbox {
    padding: 0;
	display: table
}
.form-group.checkbox > div {
    display: table-cell;
    vertical-align: top;
}
.checkbox .checkbox-wp{
	/* width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    border: 1px solid #FFF;
    display: inline-block; */
	width: 6%;
}
.checkbox .checkbox-wp > div{
	width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    border: 1px solid #FFF;
}
.checkbox input{
    width: 15px;
    height: 15px;
    opacity: 0;
    padding: 0;
    margin: 0 !important;
    position: relative;
    z-index: 1;
	cursor: pointer;
}
.checkbox .checkbox-wp label{
	width: 9px;
    height: 9px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
}
.checkbox label:after{
	content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: -2px;
    left: -2px;
    background: #fbf300;
    opacity: 0;
}
.checkbox .checkbox-wp input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.checkbox span{
	display: inline-block;
	color: #FFF;
	/*font-family: 'TannakoneMediumcondensed';*/
	font-family:'AmnestyTradeGothic','DindanmaiRegular',Helvetica,Arial,sans-serif;
    font-size: 16px;
	    padding-top: 0;
}
.page_th .checkbox span{
	font-family: 'DindanmaiRegular'; 
}
.page_en .checkbox span{
	/*font-family: 'TannakoneMediumcondensed'; */
	font-family:'AmnestyTradeGothic','DindanmaiRegular',Helvetica,Arial,sans-serif;
}
#takeAction .checkbox span{
	padding: 0 0 0 10px;
	font-size: 14px;
}
.checkbox span a{
    color: #ffff00;
    text-decoration: underline;
}
.birth-date {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 40px;
    text-align: center;
    background-color: #feed01;
    border-left: 1px solid #FFF;
    /* display: table; */
}
.birth-date span {
    display: block;
    font-size: 18px;
    color: #000;
	text-align: center;
}

/* --------------------- Donate ---------------------- */
.wp-form-block{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;	
}
.wp-form-block.donate{
	background-image: url(/themes/kos/images/Donate_bg.jpg);
	width: 100%;
	height: 100%;
	float: left;
}
.wp-form-block .title-block {
    padding: 20px 20px 0;
	margin-top: 0;
}
.wp-form-block .wp-type {
    float: left;
    width: 100%;
	padding-bottom: 40px;
}
.wp-form-block .wp-type form,
.wp-form-block .wp-type .wp-form,
.wp-form-block .wp-type .wp-action{
	padding: 0 20px;
    float: left;
    width: 100%;
}
.wp-form h3 {
    font-size: 30px;
}
.section-wp{
	float: left;
	width: 100%;
	display: none;
}
.section-wp.active {
    display: block;
}
.type-block {
	float: left;
	width: 100%;
}
.type-block .tt-type {
	width: 50%;
	float: left;
	text-align: center;
	padding: 20px 0;
	cursor: pointer;
	position: relative;
}
.type-block .tt-type input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
	z-index: 1;
    cursor: pointer;
}
.type-block .tt-type h3{
	color: #FFF;
	margin: 0;
    font-size: 30px;
    position: relative;
    z-index: 0;
    display: inline-block;
}
.type-block .tt-type h3:after{
	content: '';
    width: 70%;
    height: 100%;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    opacity: 0;
}
.type-block .tt-type.active h3{
	color: #ffff00;
}
.type-block .tt-type.active h3:after{
	opacity: 1;
}
.wp-block-price-all{
	float: left;
	width: 100%;
	position: relative;
    /* overflow: hidden; */
}
.wp-block-price{
	float: left;
	width: 100%;
}
#donate .wp-block-price{
	display: none;	
}
#donate .wp-block-price.active{
	display: block;
}
.wp-block-price .block-price{
	float: left;
    width: 100%;
    display: table;
    padding: 0 20px;
    margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}
.wp-block-price .block-price:after{
	content: '';
    width: 0;
    height: 100%;
    display: block;
    background-color: #ffff00;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
	-webkit-transition: all .5s;
    -moz-transition: all .5ss;
    -o-transition: all .5s;
    transition: all .5s;
	/* -webkit-transform: translateX(100%);
    -moz-transform: translatex(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); */
}
.wp-block-price .block-price.active:after{
    width: 120%;
    right: -20px;
}
.wp-block-price .block-price > div{ 
    position: relative;
	display: table;
    width: 100%;
    padding: 20px 0;
    border: 1px solid #FFF;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.wp-block-price .block-price.active > div{ 
	border: 1px solid transparent;
}
.wp-block-price .block-price span{
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
	font-family:'AmnestyTradeGothic','DindanmaiRegular',Helvetica,Arial,sans-serif;
	/*font-family: 'DindanmaiRegular';*/
}
.wp-block-price .block-price span.prc{
	width: 35%;
	text-align: center;
	font-size: 20px;
	-webkit-transition: all .5s;
    -moz-transition: all .5ss;
    -o-transition: all .5s;
    transition: all .5s;
}
.wp-block-price .block-price.active span.prc{
	font-size: 36px;
    position: relative;
    text-align: left;
    left: -40px;
	/* -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; */
}
.wp-block-price .block-price span.desc{
	width: 65%;
	font-size: 16px;
	border-left: 1px solid #FFF;
	padding-left: 20px;
	line-height: 35px;
}
.wp-block-price .block-price.active span.desc{
	border-left: 1px solid #000;
}
.wp-block-price .block-price.active span{
	color: #000;
}
.edit .wp-block-price .block-price span {
    z-index: 1;
}
.wp-block-price .block-price input[type=radio]{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	left: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}
.edit .wp-block-price .block-price input[type=radio]{
	z-index: -1;
}
/* Mamber */
.wp-block-price.member .block-price span.prc,
.wp-block-price.member .block-price span.desc{
	width: 50%;
}
.wp-block-price.member .block-price.active span.prc{
	text-align: center;
	left: 0;
}
/* --------------------- Menber ---------------------- */
.wp-form-block.member{
	background-image: url(/themes/kos/images/Membership-bg.jpg);
	width: 100%;
	height: 100%;
	float: left;
    /* padding: 20px; */
}

.wp-radio {
	padding-top: 10px;
	float: left;
}
.wp-radio ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.wp-radio li{
	display: inline-block;
	padding-right: 15px;
}
.wp-radio li span{
	display: inline-block;
    float: left;
    padding: 0;
    color: #FFF;
    text-transform: uppercase;
}
.radio-st {
    float: left;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    border: 1px solid #FFF;
	background-color: #FFF;
    display: inline-block;
}
.radio-st input[type=radio]{
	width: 15px;
    height: 15px;
    opacity: 0;
    padding: 0;
    margin: 0 !important;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.radio-st label{
	width: 9px;
    height: 9px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
}
.radio-st label:after{
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: -2px;
    left: -2px;
    background: #000000;
	/* border: 2px solid #000; */
    opacity: 0;
}
.radio-st input[type=radio]:checked + label:after {
    opacity: 1;
}

/* ------------------ take-action -------------------- */
.wp-content.take-action .block-content{
    padding-top: 0;
}
.wp-content.take-action .block-content .left-side{
    padding-top: 80px;
}
.related-block{
	padding: 100px 0;
}
.wp-form-block.take-action{
	background: #000;
	width: 100%;
	height: 100%;
	float: left;
	color: #FFF;
}
.wp-action-login {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.wp-action-login a{
    display: block;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
	font-size: 12px;
	display: table;
    width: 100%;
}
.page_th .wp-action-login a > * {
	display: table-cell;
    vertical-align: middle;
}
.page_th .wp-action-login a{
	font-family: 'TannakoneMediumcondensed'; 
}
.page_en .wp-action-login a{
	font-family: 'TannakoneMediumcondensed'; 
}
.wp-action-login a{
	width: 100%;
    position: relative;
    overflow: hidden;
	display: flex;
    align-items: center;
}
.wp-action-login a.fb{
	background-color: #3a559f;
}
.wp-action-login a.gg{
	/* background-color: #dd4b39; */
}
.wp-action-login a span{
	/* width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
	margin-bottom: 4px; */
}
.wp-action-login a span.img{
	width: 20%;
	padding: 0;
}
.wp-action-login a span.scl{
	padding-left: 10px;
	width: 80%;
	padding: 0;
}
#loginBtn,#logoutBtn {
    position: absolute !important;
    top: -10px;
    left: 0;
    opacity: 0;
}
#logoutBtn{
	display: none;
}
#my-signin2 {
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
}
/* .wp-action-login a.fb span{
	background: url(/themes/kos/images/Petitions-icon_fb.png);
}
.wp-action-login a.gg span{
	background: url(/themes/kos/images/Petitions-icon_gg.png);
} */
/* ------------------ take-action Thanks -------------------- */
.wp-type.take-action-thanks{
	padding: 150px 0;
}
.wp-form-block .wp-type .wp-action a{
	display: block;
    color: #FFF;
    text-align: center;
    padding: 8px 0;
    text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 10% 50%;
}
.wp-form-block .wp-type .wp-action a.fb{
	background-color: #3a559f;
}
.wp-form-block .wp-type .wp-action a.tw{
	background-color: #55acee;
}
.wp-form-block .wp-type .wp-action a.fb{
	background-image: url(/themes/kos/images/Petitions-icon_fb.png);
}
.wp-form-block .wp-type .wp-action a.tw{
	background-image: url(/themes/kos/images/Petitions_tw.jpg);
}
.take-action-thanks .form-group{
	text-align: center;
}
.fb-share-button > span{
	padding: 0;
}

/* Confirm */
.top-block {
    background-color: #ffff00;
    padding: 20px;
	margin-top: 20px;
}
.wr-text {
    text-align: center;
}
.wr-text h3 {
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #000;
}
.wr-text h2 {
    font-size: 48px;
    margin: 0;
    color: #000;
}
.name-bl {
    text-align: center;
    padding: 20px 0 40px;
}
.name-bl h3 {
    color: #FFF;
    margin: 0;
}
.desc-bl {
    color: #FFF;
}
.desc-bl p {
    font-size: 18px;
}
.desc-bl p strong {
    color: #ff0;
}

.page_th .desc-bl p{
	font-family: 'DindanmaiRegular';
}
.page_en .desc-bl p{
	/*font-family: 'TannakoneMediumcondensed';*/
	font-family:'AmnestyTradeGothic','DindanmaiRegular',Helvetica,Arial,sans-serif;
}

#section_lv4 .checkbox span{
	text-align: center;
    display: block;
}

/* Term & Condition */
.no-edit .terms-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
    -moz-transition: all .5ss;
    -o-transition: all .5s;
    transition: all .5s;
}
.no-edit .terms-block.active{
	opacity: 1;
	visibility: visible;
}
.no-edit .terms-block .layout-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.68);
	opacity: 0;
	-webkit-transition: all .5s;
    -moz-transition: all .5ss;
    -o-transition: all .5s;
    transition: all .5s;
}
.no-edit .terms-block.active .layout-bg {
	opacity: 1;
}
.no-edit .terms-block .wp-block {
    max-width: 700px;
    background-color: #FFF;
    position: absolute;
	left: 50%;
    z-index: 9;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
	-webkit-transition: all .5s;
    -moz-transition: all .5ss;
    -o-transition: all .5s;
    transition: all .5s;
}
.no-edit .terms-block.active .wp-block {
	-webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
	-webkit-transform: translate(-50%, 100px);
    -moz-transform: translate(-50%, 100px);
    -o-transform: translate(-50%, 100px);
    -ms-transform: translate(-50%, 100px);
}
.terms-block .wp-block .title-block{
	padding: 20px;
    background-color: #000;
    border-bottom: 10px solid #ff0;
}
.terms-block .wp-block .title-block h3 {
    color: #FFF;
    margin: 0;
}
.terms-block .wp-block .desc-block {
    padding: 30px 40px 50px;
}
.edit .terms-block .wp-block .desc-block {
    color: #FFF;
}
.terms-block .wp-block .desc-block p strong{
	font-size: 18px;
}
.terms-block .wp-block .desc-block ol,.terms-block .wp-block .desc-block ul{
	padding: 0 0 0 10px;
}
.no-edit .close-btn{
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #666;
    font-size: 16px;
	cursor: pointer;
}
/* Verrify */
.verify {
    float: left;
    width: 100%;
    padding: 10px 20px;
    /* margin-bottom: 21px; */
}
.verify {
    color: #fefe00;
    display: block;
    text-align: left;
}
.verify-lv1{
	padding: 10px 20px;
}
/* Verrify form */
.verify-form {
    background-color: #feed01;
    text-align: center;
    padding: 5px 20px;
    color: #000;
	margin-bottom: 30px;
}

.take-value,.take-value > div{
	float: left;
	width: 100%;
}
.take-value > div{
    padding: 10px 40px;
}
.take-value .progressbar{
	
}
.take-value .progressbar .target-bar {
    position: relative;
    height: 5px;
    background: #5d5d5d;
    color: #ffff00;
    margin-top: 10px;
}
.take-value .progressbar .target-bar .action-bar {
    width: 0;
    background: #ffff00;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -ms-transition: all .8s;
}
.take-value .wp-value > div{
	width:  50%;
	float: left;
}
.take-value .wp-value .value > div{
	float: right;
}
.take-value .wp-value > div span{
	display: block;
}
.page_th .take-value .wp-value > div span{
	/*font-family: 'TannakoneMediumcondensed';*/
}
.page_en .take-value .wp-value > div span{
	/*font-family: 'TannakoneMediumcondensed'; */
}
.take-value .wp-value > div span.desc{
	color: #FFF;
	font-size: 18px;
}
.take-value .wp-value > div span.num{
    color: #ff0;
    font-size: 26px;
}
.page_th .take-value .wp-value > div span.num {
    font-size: 18px;
}
.page_th .take-value .wp-value > div span.desc{font-size: 16px;}


/* Responsive */
@media(max-width: 1440px){
	.wp-content .block-content .left-side{
		width: 60%;
		padding-right: 50px;
	}
	.wp-content .block-content .right-side {
		width: 40%;
	}
	.wp-block-price .block-price.active span.prc {
		font-size: 30px;
	}
	.wp-block-price .block-price span.desc{
		line-height: normal;
	}
}
@media(max-width: 1366px){
	.no-edit .block-top .title-page {
		left: 5%;
	}
	.take-action .contianer-content {
		padding: 0 5%;
	}
	.wp-block-price .block-price > div{
		padding: 10px 0;
	}
}
@media(max-width: 1024px){
	.wp-content .block-content .left-side,
	.wp-content .block-content .right-side { width: 100%;}
	.wp-content .block-content .left-side{padding: 0;}
	.wp-content .block-content .right-side{margin-top: 50px;}
	.wp-block-price .block-price > div {   padding: 20px 0;}
	.wp-block-price.member .block-price span.prc, 
	.wp-block-price.member .block-price span.desc {
		width: 100%;
	}
}
@media(max-width: 990px){
	.take-value{
		padding-top: 30px;
	}
}
@media(max-width: 640px){
	.left-side .wp-content-left .wp-block h3 {
		font-size: 34px;
	}
	.wp-content .block-content .left-side .social-block ul {
		margin: 0;
	}
	.right-side .title-block h2 {
		font-size: 30px;
	}
	.big {
		font-size: 26px !important;
	}
	.wp-radio li { display: block;}
}
@media(max-width: 480px){
	.wp-content {
		margin: 0 0 50px;
	}
	.wp-content .block-content {
		padding-top: 40px;
	}
	.wp-block-price .block-price.active span.prc {
		font-size: 28px;
	}
	.left-side .wp-content-left .wp-block h3 {
		font-size: 24px;
	}
	.left-side .wp-content-left .wp-block h3:after{
		height: 8px;
	}
	.wp-block-price .block-price span{
		display: block;
		width: 100%;
	}
	.wp-block-price .block-price span.prc,
	.wp-block-price .block-price span.desc{
		width: 100%;
		text-align: center;
		border: 0;
	}
	.wp-block-price .block-price span.desc {
		padding: 0 10px;
	}
	.wp-block-price .block-price.active span.prc {
		text-align: center;
		left: 0
	}
	.wp-block-price .block-price.active span.desc{
		border: 0;
		padding: 0;
	}
	.wp-block-price .block-price.active:after {
		width: 116%;
		right: initial;
		left: -20px;
	}
	.wp-block-price .block-price,.padding-both{
		padding: 0 10px;
	}
	.wp-form-block .wp-type form, .wp-form-block .wp-type .wp-form, .wp-form-block .wp-type .wp-action { padding: 0 10px; }
}


/* Login FB */
.fb-wp,.gg-wp {
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 45px;
    padding: 0 10px;
}
.fb-wp{
	background-color: #3b549f;
}
.gg-wp{
	background-color: #dd4b39;
}
.fb-wp:hover {
    background-color: transparent;
    border: 1px solid #3b549f;
}
.gg-wp:hover{
	background-color: transparent;
    border: 1px solid #dd4b39;
}
.flex-div{
	display: flex;
    justify-content: center;
    align-items: center;
}
/* Login-success */
.fb-wp .login-sc .btn-login {
    position: absolute;
    top: -8px;
    left: 45px;
    transform: scale(2.2,1.5);
    opacity: 0.0001;
}
.fb-wp .img {
    padding: 0 10px 0 0;
}
.fb-wp .scl {
    font-size: 11px;
}
/* Logout */
.fb-wp .btn-logout {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.000001;
}
.fb-wp .btn-logout button{
	width: 200px;
	height: 50px;
}

/* Login Google+ */
.login-gg{
	display: flex;
    justify-content: center;
    align-items: center;
}
.login-gg img{
	padding: 0 10px 0 0;
}

/* Member Type */
.member_type{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.member_type .block-type {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0;
    background-color: #000;
    border: 1px solid #FFF;
    margin-right: 2%;
    position: relative;
}
.member_type .block-type:nth-child(2) {
	margin-right: 0;
}
.member_type .block-type.active{
	background-color: #ffff00;
	border-color: transparent;
}
.member_type .block-type-wrapper p {
    margin: 0;
    /*font-family: 'TannakoneMediumcondensed';*/
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
}
.member_type .block-type.active .block-type-wrapper p{
	color: #000;
}
.member_type .block-type input {
    position: absolute;
    margin: 0;
    opacity: 0.0001;
}