/* contactPage
 * --------------------------------------- */
.contactPageWrap {
  position: relative;
  width: 100%;
  height: auto;
}

.contentcontactPage {
  background-color: #bed5e1;
  position: relative;
  float: right;
  width: 85%;
  padding-top: 35vh;
  padding-left: 20vw;
  padding-right: 20vw;
  padding-bottom: 10vw;
  display: block;
  min-height: 100%;
}

.sidebarcontactPage {
  position:fixed;
  top:0;
  left: 0;
  width: 15%;
  height: 100%;
  display: flex;
	flex-direction: column;
  align-items: center;
}


.portrait .contentcontactPage{
	position: relative;
  width: 100%;
	height: auto;
  padding-top: 30vh;
  padding-left: 12%;
  padding-right: 12%;
  padding-bottom: 20%;
}

.portrait .sidebarcontactPage {
  position: fixed;
  bottom: auto;
  top:0;
  right: 0;
  height: 10%;
  width: 100%;
  display: flex;
	flex-direction: row;
  align-items: center;
  z-index: 10;
}
.portrait .sidebarcontactPage a {
  flex: 0 1 48%;
}

/* sidebar
* --------------------------------------- */
.sidebarcontactPage_item {
  position:relative;
 
  width: 100%;
}
.sidebarcontactPage_work {
  height: 50%;
  background-color: #f7f6e8;
  position: absolute;
  right: 0;
  z-index: 2;
}
.sidebarcontactPage_work .animatable { position: absolute; width: 100%; top: 0%; left: 0%; }

.sidebarcontactPage_contact {
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bed5e1;
  z-index: 2;
}
.sidebarcontactPage_contact .animatable { position: absolute; width: 100%; bottom: 0%; left: 0%; }

.contactPageWrap .introsidebar_contact {
  position:absolute;
  width:10vw;
  right:0;
  left: 0;
  top: 50vh;
  height: 50vh;
  background-color: #bed5e1;
}




.portrait .sidebarcontactPage_item {
  position:relative;
  flex: 1 1 auto;
  width: 100%;
}

.portrait .sidebarcontactPage_work {
  background-color: #f7f6e8;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%!important;
}
.portrait .sidebarcontactPage_work .animatable { position: absolute; top: 0%; right: 0%; height: 100%; width: 100% }

.portrait .sidebarcontactPage_contact {
  background-color: #bed5e1;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  width: 50%;
  height: 100%;
}
.portrait .sidebarcontactPage_contact .animatable { position: absolute; bottom: 0%; right: 0%; height: 100%; width: 100% }





/* form
* --------------------------------------- */

.wpcf7-form {
  background: 0 0;
  padding: 0;
  border: px solid #f6efdf;
  margin: 0;
  border-radius: 10px;
  text-align: left;
  color: #616466;
  width: 100%;
  margin-top: 0vw;
}

.wpcf7-form .startups-form-field {
  padding: 0 0;
  clear: both
}

.wpcf7-form input {
  background: #fff;
  padding: 12px 15px;
  border: 0 solid #fff;
  margin: 10px 0 0;
  border-radius: 0;
  text-align: left;
  width: 100%;
  height: auto;
}

.wpcf7-form textarea {
  background: #fff;
  padding: 20px 15px;
  margin-top: 15px;
  border: 0 solid #fff;
  border-radius: 0;
  text-align: left;
  width: 100%;
  height: auto;
}

.wpcf7-form p {
  color: #191f24;
  margin-top: 0;
  margin-bottom: 0
}

.wpcf7-form .wpcf7-submit, .wpcf7-form .wpcf7-submit:focus {
  padding: 15px 35px;
  border: 0 solid #191f24;
  background-color: transparent;
  margin-bottom: 35px;
  margin-left: 0;
  letter-spacing: .05rem;
  cursor: pointer;
  width: 250px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  box-shadow: inset 0 0 0 2px #191f24, 0 0 1px transparent;
  clear: both
}

.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:active {
  background-color: #00aeef;
  color: #fff;
  box-shadow: inset 0 0 0 2px #00aeef, 0 0 1px transparent
}


.wpcf7-form .wpcf7-submit.non-clickable {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #ffffff;
  background-color:  #eeeeee;
  box-shadow: inset 0 0 0 2px #eeeeee, 0 0 1px transparent;
}


div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  padding: 15px 35px;
  border: 2px solid #00aeef;
  color: #00aeef
}

span.wpcf7-not-valid-tip {
  color: #ff3c80;
  font-weight: 400;
  display: block;
  margin-top: 10px
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  padding: 15px 35px;
  border: 2px solid #ff3c80;
  color: #ff3c80
}

div.wpcf7 .ajax-loader {
  margin: -25px 0 0 10px;
}

div.wpcf7-mail-sent-ok {
  padding: 15px 35px;
  border: 2px solid #00aeef;
  color: #00aeef
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1.75em
}

.wpcf7-form .wpcf7-form-control-wrap {
  overflow: auto;
  display: block
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
  float: left
}

.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer
}

.wpcf7-form .wpcf7-radio input[type=radio] {
  position: relative;
  visibility: hidden;
  width: 25px
}

.wpcf7-form .wpcf7-radio input[type=radio]+span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: -2px;
  border: 1px solid #616466
}

div.wpcf7-response-output {
  margin: 0em 0em 1em;
  padding: 0.2em 1em;
}



/* media
* --------------------------------------- */
@media only screen and (min-width : 480px) { }
@media only screen and (min-width : 576px) { }
@media only screen and (min-width : 768px) { }
@media only screen and (min-width : 992px) { }
@media only screen and (min-width : 1120px) { }