body.page-template-surv-form-page-template {
  margin: 0;
}
.surv-default{
	width: 800px;
	height: auto;
	margin: 30px auto;
  font: normal 16px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
}
.surv-default h1,
.surv-default h2,
.surv-default h3,
.surv-default h4,
.surv-default h5,
.surv-default h6{
   color: #000;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.surv-default h1{
  font-size:40px;
  line-height: 1.2em;
}
.surv-default h2{
  font-size: 36px;
  line-height: 1.2em;
}
.surv-default h3{
  font-size: 32px;
  line-height: 1.2em;
}
.surv-default h4{
  font-size: 28px;
  line-height: 1.3em;
}
.surv-default h5{
  font-size: 24px;
  line-height: 1.3em;
}
.surv-default h6{
  font-size: 20px;
  line-height: 1.5em;
}

.surv-default a{
  text-decoration: underline;
  color: #222;
}
.surv-default a:focus{
  border: none;
}
.surv-default .surv-button,
.surv-default button{
  min-width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  background: #000;
  color: #fff;
  padding: 0 20px;
  text-align: center;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  cursor: pointer;
}
.surv-default .surv-button:active,
.surv-default button:focus{
  opacity: 0.8;
}

.surv-default .surv-back-button{
  background: transparent;
  border: 1px solid #333;
  color: #333;
  line-height: 38px;
}

.surv-default .surv-back-button:hover{
  background: #333;
  color: #fff;
}

.surv-default .surv-button.disabled,
.surv-default button:disabled{
  opacity: 0.4;
}

/* Form Item Layout */
.surv-default .surv-form-item{
	width: 100%;
  height: auto;
  text-align: center;
  position: relative;
}
.surv-default .surv-form-item .surv-content{
	width: inherit;
  padding: 0 0 10px;
  margin-bottom: 10px;
}
.surv-default .surv-form-item .surv-form-desc{
   width: 80%;
   margin: auto;
}

.surv-default .surv-form-item .surv-options{
	width: inherit;
  height: auto;
  margin-bottom: 200px;
}

.surv-default .surv-form-item .surv-options > label:not(.surv-inline-fields){
  width: 100%;
}

/* Header */
#surv-site-header{
  width: 100%;
  height: 80px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#surv-site-logo{
   font-size: 22px;
   display: block;
   width: 200px;
}
#surv-site-logo img{
   width: 50%;
   height: auto;
}
.surv-back-site {
   display: block;
   width: 150px;
   color: #999;
   font-size: 14px;
   text-align: left;
}

/* Footer */
.surv-default .surv-bottom-bar{
  width: 100%;
  height: 80px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
}

.surv-default .surv-options{
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* Responsive */
@media(max-width: 1024px) {
  .surv-default{
     width: 95%;
     margin: 30px auto 0;
  }
}

@media(max-width: 959px) {
  .surv-default h3{
     font-size: 26px;
  }
}

@media(max-width: 767px) {
  .surv-default h3{
     text-align: left;
  }

  .surv-form-submit h3{
     width: 95%
  }

  .surv-default .surv-form-item .surv-form-desc{
     width: 95%;
     margin: 0;
  }
  .surv-default .surv-form-item{
     display: block;
     position: relative;
     text-align: left;
  }
  .surv-default .surv-form-item .surv-content{
     padding: 0 10px;
     position: relative;
     z-index: 999;
     background: #fff;
     text-align: left;
  }
  .surv-default .surv-form-item .surv-options{
     margin-top: 2em;
     margin-bottom: 5em;
  }
  .surv-form select,
  .surv-form input[type="text"],
  .surv-form input[type="email"],
  .surv-form input[type="url"],
  .surv-form input[type="password"],
  .surv-form input[type="number"]{
     width: 100%;
     margin: 0 0 20px;
  }
  .surv-default .surv-bottom-bar{
     height: 80px;
     justify-content: space-between;
     padding: 0 20px;
  }
  .surv-default .surv-selected-images{
     margin-top: 2em;
  }
  .surv-default .surv-submit{
      width: 90%;
  }
}
