body {
	background: #ffffff;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-style: normal;
	font-weight: 300;
	overflow-x: hidden;
}
/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.5px;
}
h1 {
	
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 19px;
	line-height: 46px;
}
h3 {
	font-size: 16px;
}
h4 {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
}
p {
	font-size:12px;
	line-height: 25px;
	letter-spacing: 0.2px;
}
strong {
	font-weight: 400;
	color: #F00;
}
.btn-success:focus {
	background-color: #000;
	border-color: transparent;
}
/*---------------------------------------
    General               
-----------------------------------------*/

html {
	-webkit-font-smoothing: antialiased;
}
a {
	color: #4d638c;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none !important;
}
a:hover, a:active, a:focus {
	color: #4d638c;
	outline: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#portfolio, #about, #blog, #contact, #single-project, #blog-single-post {
	padding-bottom: 70px;
}
#portfolio1 {
	padding-bottom: 50px;
	padding-top: 20px;
}
.section-title {
	position: relative;
	padding-bottom: 62px;
	text-align: center;
}
.section-title h3 {
	color: #555;
	font-weight: 400;
	letter-spacing: 4px;
}
/*---------------------------------------
    Preloader section              
-----------------------------------------*/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: none repeat scroll 0 0 #ffffff;
}
.sk-spinner-wordpress.sk-spinner {
	background-color: #c0c0c0;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	position: relative;
	-webkit-animation: sk-innerCircle 1s linear infinite;
	animation: sk-innerCircle 1s linear infinite;
}
.sk-spinner-wordpress .sk-inner-circle {
	display: block;
	background-color: #ffffff;
	width: 20px;
	height: 1px;
	position: absolute;
	border-radius: 1px;
	top: 10px;
	left: 10px;
}
 @-webkit-keyframes sk-innerCircle {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes sk-innerCircle {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}





/*---------------------------------------
    Main Navigation             
-----------------------------------------*/

.navbar-default {
	background: #ffffff;
	padding: 18px 0;
	border: none;
	margin-top: 40px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.navbar-default .navbar-brand {
	padding-top: 6px;
}
.navbar-default .navbar-brand .fa {
	color: #000;
	font-size: 42px;
}
.navbar-default .navbar-nav li a {
	color: #777;
	font-size: 12px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding-top: 35px;
	padding-right: 10px;
	padding-left: 10px;
}
.navbar-default .navbar-nav > li a:hover {
	color: #333 !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #777;
	background-color: transparent;
}
.navbar-default .navbar-nav li a:hover,  .navbar-default .navbar-nav .active > a {
	color: #333;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #333;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border: none;
	padding-top: 20px;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #bdc3c7;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
/*---------------------------------------
    Home section              
-----------------------------------------*/

#home {
	background-size: cover;
	background-position: center center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-align: center;
	padding-bottom: 30px;
}
#home hr {
	width: 82px;
	margin-top: 32px;
}
/*---------------------------------------
   About section              
-----------------------------------------*/

#about .text-center {
	padding-bottom: 42px;
}
#about .col-md-8 {
	padding-left: 0px;
}
#about .col-md-8 img {
	padding-right: 22px;
	padding-bottom: 22px;
}
#about hr {
	width: 100px;
	margin-top: 42px;
	margin-bottom: 42px;
}
#about ul {
	padding-left: 22px;
}
#about ul li {
	color: #777;
	font-size: 16px;
	font-weight: 400;
	padding-top: 2px;
	padding-bottom: 2px;
}
/*---------------------------------------
   Portfolio section              
-----------------------------------------*/

#portfolio small {
	color: #f0f0f0;
	font-size: 7px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#portfolio .portfolio-thumb {
	position: relative;
	padding: 0;
	margin-top: 32px;
	font-size: 7px;
	text-align: center;
}
#portfolio .portfolio-thumb .portfolio-overlay {
	position: absolute;
	background: #ff0000;
	color: #ffffff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: top;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
#portfolio .portfolio-item {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
}
#portfolio .portfolio-thumb:hover .portfolio-overlay {
	opacity: 0.8;
}
#portfolio .text-center {
	padding-top: 62px;
}
/*---------------------------------------
   Single Project section              
-----------------------------------------*/

#single-project {
	text-align: center;
}
#single-project .col-md-12, #single-project .col-md-6, #single-project .col-md-4 {
	padding-left: 0px;
	padding-bottom: 22px;
}
#single-project .col-md-12 {
	padding-top: 42px;
}
#single-project .text-center strong {
	display: block;
	padding-top: 12px;
}
#single-project a {
	color: #555;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 14px;
}
/*---------------------------------------
   Contact section              
-----------------------------------------*/

#contact .col-md-6, #contact .col-md-12 {
	padding-left: 0px;
}
#contact .form-control {
	border: 1px solid #f0f0f0;
	box-shadow: none;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
}
#contact .form-control:hover {
	border-color: #777;
}
#contact input, #contact select {
	height: 50px;
}
#contact input[type="submit"] {
	background: #222;
	border-radius: 100px;
	border: none;
	color: #ffffff;
	font-weight: 400;
	transition: all 0.4s ease-in-out;
}
#contact input[type="submit"]:hover {
	background: #000;
}
/*---------------------------------------
   Blog section              
-----------------------------------------*/

.blog-post-thumb {
	border-bottom: 1px solid #f0f0f0;
	padding-top: 32px;
	padding-bottom: 62px;
	margin-bottom: 32px;
}
.blog-post-thumb:last-child {
	border-bottom: 0px;
	padding-bottom: 32px;
	margin-bottom: 0px;
}
.blog-post-image {
	padding-top: 30px;
	padding-bottom: 18px;
	width: 100%;
}
.blog-post-title a {
	color: #555;
}
.blog-post-title a:hover {
	color: #000;
}
.blog-post-format {
	padding-bottom: 22px;
}
.blog-post-format span {
	letter-spacing: 0.5px;
	padding-right: 12px;
}
.blog-post-format span a {
	color: #333;
}
.blog-post-format span img {
	display: inline-block;
	width: 42px;
	margin-right: 4px;
}
.blog-post-des blockquote {
	margin: 22px;
	
}
.blog-post-des .btn {
	border-radius: 100px;
	color: #777;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 14px 28px;
	margin-top: 26px;
	transition: all 0.4s ease-in-out;
}
.blog-post-des .btn:hover {
	background: #000;
	border-color: transparent;
	color: #ffffff;
}
.blog-author {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding-top: 32px;
	padding-bottom: 32px;
	margin-top: 42px;
	margin-bottom: 42px;
}
.blog-author .media img {
	display: inline-block;
	width: 90px;
	margin-right: 12px;
}
.blog-author .media a, .blog-comment .media h3 {
	color: #444;
	font-size: 18px;
	letter-spacing: 1px;
}
.blog-comment {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 32px;
	margin-bottom: 42px;
}
.blog-comment .media:nth-child(3) {
	padding-top: 18px;
}
.blog-comment .media img {
	width: 80px;
	margin-right: 12px;
}
.blog-comment .media h3 {
	display: inline-block;
	padding-right: 14px;
}
.blog-comment h3, .blog-comment-form h3 {
	padding-bottom: 18px;
}
.blog-comment-form .col-md-4 {
	padding-left: 0px;
}
.blog-comment-form .form-control {
	box-shadow: none;
	border: 1px solid #f0f0f0;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
}
.blog-comment-form .form-control:hover {
	border-color: #777;
}
.blog-comment-form input {
	height: 45px;
}
.blog-comment-form input[type="submit"] {
	background: #222;
	border-radius: 100px;
	border: none;
	color: #ffffff;
	font-weight: 400;
	transition: all 0.4s ease-in-out;
}
.blog-comment-form input[type="submit"]:hover {
	background: #000;
	border-color: transparent;
}
/*---------------------------------------
   Blog Single Post section              
-----------------------------------------*/

#blog-single-post .blog-post-des h3 {
	padding-top: 16px;
	
}
/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
	border-top: 1px solid #f0f0f0;
	position: relative;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}
footer .col-md-3 .fa {
	font-size: 42px;
}
footer a {
	color: #555;
}
footer hr {
	border-color: #ffffff;
	margin-top: 42px;
	margin-bottom: 22px;
}
footer .footer-copyright {
	padding-top: 16px;
}
/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
	position: relative;
	padding: 0;
	margin: 0;
	text-align: center;
}
.social-icon li {
	display: inline-block;
	list-style: none;
}
.social-icon li a {
	color: #777;
	cursor: pointer;
	font-size: 25px;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	text-align: center;
	vertical-align: middle;
	position: relative;
	margin: 22px 12px 10px 12px;
}
.social-icon li a:hover {
	color: #ff0000;
	
}



/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/


@media (max-width: 767px) {
h1 {
	font-size: 38px;
}
h2 {
	font-size: 19px;
	line-height: 48px;
}
h3 {
	font-size: 16px;
}
.section-title h2 {
	font-size: 22px;
	line-height: 35px;
}
.navbar-default {
	margin-top: 0px;
	text-align: center;
}
#about .col-md-8 img {
	padding-right: 0px;
}
#blog-single-post .blog-post-title h2 {
	font-size: 20px;
	line-height: 40px;
}
footer {
	text-align: center;
}
footer .col-md-4 {
	padding-top: 42px;
}

.jumbotron {
	padding-top: 48px;
	padding-bottom: 48px;
	text-align: center;
	font-size: 12px;
}


}


.button {
	display: inline-block;
	width: 400px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	position: relative;
	z-index: 2;
	background-color: #ff0000;
	border: 2px solid #333;
	color: #fff;
	line-height: 50px;
}
.button:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}
.button::before,
.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color:#ff0000;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #59b1eb;
}
.blog-post-des {
	font-size: 16px;
	line-height: 1px;
}



/*---------------------------------------
   CONTACT        
-----------------------------------------*/


.form-wrap{
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
	padding-top: 55px;
}

.form-wrap .read{
	text-align: center;
	margin-bottom: 75px;
}

.form-wrap .red{
	color: #ce2e2e;
}

.form-wrap table{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.form-wrap table th{
	padding-bottom: 20px;
	padding-right: 20px;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}

.form-wrap table td{
	padding-bottom: 20px;
}

.form-wrap .step-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px solid #b5b5b6;
	border-bottom: 1px solid #b5b5b6;
	margin-bottom: 2vw;

}

.form-wrap .step-wrap div{
	text-align: center;
	width: 33.333%;
	padding: 1vw 0;
	opacity: .5;
}

.form-wrap .step-wrap div.current{
	opacity: 1;
}

.form-wrap .btn-area{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 2vw;
	margin-top: 2vw;
	border-top: 1px solid #b5b5b6;
	margin-bottom: 8vw;
}

.form-wrap .btn-wrap{
	display: flex;
	flex-wrap: wrap;
	width: max-content;
	margin: 0 auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	width: 100%;
    padding: 1em;
    line-height: 1.85714;
    letter-spacing: .1em;
    border: 1px solid #CCC;
    margin-top: 0;
    transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    outline: none;
    -webkit-appearance: none;
}

input[type="text"].post{
	width: 80%;
	max-width: 200px;
	margin-right: 10px;
}

input[type="tel"].size-m{
	width: 90%;
	max-width: 400px;
}

input[type="submit"]{
    padding: 1em 4em;
    background: #242424;
    color: #FFF;
    font-size: 14px;
    letter-spacing: .16em;
    -webkit-appearance: none;
    border: none;
    outline: none;
	cursor: pointer;
	transition: .2s ease-in;
	text-align: center;
	display: inline-block;
	margin: 0 10px;
}

input[type="reset"],
input[type="button"]{
    padding: 1em 4em;
    background: #abacb0;
    color: #FFF;
    font-size: 14px;
    letter-spacing: .16em;
    -webkit-appearance: none;
    border: none;
    outline: none;
	cursor: pointer;
	transition: .2s ease-in;
	text-align: center;
	display: inline-block;
	margin: 0 10px;
}


input::-webkit-input-placeholder { color:#bbb;}
input:-moz-placeholder { color:#bbb;}
input::-moz-placeholder { color:#bbb;}
input::-webkit-input-placeholder { color:#bbb;}
input:-moz-placeholder { color:#bbb;}
input::-moz-placeholder { color:#bbb;}

textarea::-webkit-input-placeholder { color:#bbb;}
textarea:-moz-placeholder { color:#bbb;}
textarea::-moz-placeholder { color:#bbb;}
textarea::-webkit-input-placeholder { color:#bbb;}
textarea:-moz-placeholder { color:#bbb;}
textarea::-moz-placeholder { color:#bbb;}

select::-webkit-input-placeholder { color:#bbb;}
select:-moz-placeholder { color:#bbb;}
select::-moz-placeholder { color:#bbb;}
select::-webkit-input-placeholder { color:#bbb;}
select:-moz-placeholder { color:#bbb;}
select::-moz-placeholder { color:#bbb;}


select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius: 0;
	width: 100%;
    padding: 1em;
    line-height: 1;
    letter-spacing: .1em;
    border: 1px solid #CCC;
    color: #bbb;
}

.select-wrap:after{
  border-top: 7px solid #242424;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
 }

span.wpcf7-list-item{
  position: relative;
  flex-basis: 50%;
  margin-right: 10px;
}

.wpcf7-list-item-label{
  color: #333;
  cursor: pointer;
  font-size: 13px
}

input[type="radio"]{
  position: absolute;
  opacity: 0;
}

.wpcf7-list-item-label:before{
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #bbbb;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

input[type="radio"]:checked + .wpcf7-list-item-label:before{
  background-color: #5a5858;
  box-shadow: inset 0 0 0 2px #fff;
}

.custom-wpcf7c-confirmed input[type="radio"]{
  opacity: 1;
  position: static;
  margin-right: 5px;
}

.custom-wpcf7c-confirmed .wpcf7-list-item-label:before{
	display: none;
}
  
.page-wrap h2.conf{
	margin-bottom: 3vw;	
}

.confirm{
	text-align: center;
	margin:0 0 40px;
	padding-top: 80px;
	font-weight: 700;
	font-size: 16px;
}

.conf-text{
    text-align: center;
    font-size: 14px;
    margin:50px 0 45px;
}

.submit{
	position: relative;
    margin: 0 auto;
	display: table;
	margin-top: 20px;
}

.wpcf7c-conf {
    background: none!important;
    border: none!important;
    color: #999!important;
 }

.ajax-loader,
.wpcf7 form .wpcf7-response-output,
div.wpcf7-mail-sent-ok {
	display: none!important;
}

.info-wrap{
	padding-top: 10vw;
	text-align: center;
}

.info-wrap h2{
	font-size: 1.2em;
	margin-bottom: 40px;
}

.info-wrap a{
	margin-top: 30px;
	text-decoration: underline;
	display: block;
}

@media (max-width: 767px) {

/*
===============
CONTACT
===============
*/


.form-wrap .read{
	text-align: center;
	margin-bottom: 50px;
}

.form-wrap .red{
	color: #ce2e2e;
}

.form-wrap table th{
	display: block;
	width: 100%;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}

.form-wrap table td{
	display: block;
	width: 100%;
	padding-bottom: 20px;
}

.form-wrap .step-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px solid #b5b5b6;
	border-bottom: 1px solid #b5b5b6;
	margin-bottom: 25px;

}

.form-wrap .step-wrap div{
	text-align: center;
	width: 33.333%;
	padding: 1vw 0;
	opacity: .5;
}

.form-wrap .step-wrap div.current{
	opacity: 1;
}

.form-wrap .btn-area{
	margin: 0 auto;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #b5b5b6;
	margin-bottom: 50px;
}

.form-wrap .btn-wrap{
	margin: 0 auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	width: 100%;
    padding: 1em;
    line-height: 1.85714;
    letter-spacing: .1em;
    border: 1px solid #CCC;
    margin-top: 0;
    transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    outline: none;
    -webkit-appearance: none;
}

input[type="text"].post{
	width: 80%;
	max-width: 200px;
	margin-right: 10px;
}


input[type="submit"]{
    padding: 1em 4em;
    background: #242424;
    color: #FFF;
    font-size: 14px;
    letter-spacing: .16em;
    -webkit-appearance: none;
    border: none;
    outline: none;
	cursor: pointer;
	transition: .2s ease-in;
	text-align: center;
	display: inline-block;
	margin: 10px auto;
	width: 100%;
}

input[type="reset"],
input[type="button"]{
    padding: 1em 4em;
    background: #abacb0;
    color: #FFF;
    font-size: 14px;
    letter-spacing: .16em;
    -webkit-appearance: none;
    border: none;
    outline: none;
	cursor: pointer;
	transition: .2s ease-in;
	text-align: center;
	display: inline-block;
	margin: 10px auto;
	width: 100%;
}


input::-webkit-input-placeholder { color:#bbb;}
input:-moz-placeholder { color:#bbb;}
input::-moz-placeholder { color:#bbb;}
input::-webkit-input-placeholder { color:#bbb;}
input:-moz-placeholder { color:#bbb;}
input::-moz-placeholder { color:#bbb;}

textarea::-webkit-input-placeholder { color:#bbb;}
textarea:-moz-placeholder { color:#bbb;}
textarea::-moz-placeholder { color:#bbb;}
textarea::-webkit-input-placeholder { color:#bbb;}
textarea:-moz-placeholder { color:#bbb;}
textarea::-moz-placeholder { color:#bbb;}

select::-webkit-input-placeholder { color:#bbb;}
select:-moz-placeholder { color:#bbb;}
select::-moz-placeholder { color:#bbb;}
select::-webkit-input-placeholder { color:#bbb;}
select:-moz-placeholder { color:#bbb;}
select::-moz-placeholder { color:#bbb;}


select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius: 0;
	width: 100%;
    padding: 1em;
    line-height: 1;
    letter-spacing: .1em;
    border: 1px solid #CCC;
    color: #bbb;
}

.select-wrap:after{
  border-top: 7px solid #242424;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
 }

span.wpcf7-list-item{
  position: relative;
  flex-basis: 50%;
  margin-right: 10px;
}

.wpcf7-list-item-label{
  color: #333;
  cursor: pointer;
  font-size: 13px
}

input[type="radio"]{
  position: absolute;
  opacity: 0;
}

.wpcf7-list-item-label:before{
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #bbbb;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: -0.2em;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

input[type="radio"]:checked + .wpcf7-list-item-label:before{
  background-color: #242424;
  box-shadow: inset 0 0 0 2px #fff;
}

.custom-wpcf7c-confirmed input[type="radio"]{
  opacity: 1;
  position: static;
  margin-right: 5px;
}

.custom-wpcf7c-confirmed .wpcf7-list-item-label:before{
	display: none;
}

.info-wrap{
	text-align: center;
	margin: 15vh 0 20vh;
}

.info-wrap h2{
	font-size: 1.2em;
	margin-bottom: 40px;
}

.info-wrap a{
	margin-top: 30px;
	text-decoration: underline;
	display: block;
}

.confirm{
	text-align: center;
	margin:0 0 40px;
	padding-top: 80px;
	font-weight: 700;
	font-size: 16px;
}

.conf-text{
	text-align: center;
	font-size: 14px;
    margin: 40px 0 35px;
}

.submit{
	position: relative;
    margin: 0 auto;
	display: table;
	margin-top: 20px;
}

.wpcf7c-conf {
    background: none!important;
    border: none!important;
    color: #999!important;
 }

.ajax-loader,
.wpcf7 form .wpcf7-response-output,
div.wpcf7-mail-sent-ok {
	display: none!important;
}


}
