@charset "UTF-8";
.blogger-info {
  position: relative;
}

.blogger-info:before, .blogger-text {
  position: absolute;
}

.blogger-inner a {
  display: inline-block;
}

.wrapper {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.wrapper {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  min-width: 640px;
}
.wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

.container {
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper {
  padding-bottom: 40px;
  background-image: url(../images/blogger-bg.jpg);
}

.title {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.title p {
  padding-left: 40px;
  padding-right: 40px;
}

.vote-info {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.35);
}

.panel__body {
  padding-top: 10px;
  text-align: center;
}

.panel__header {
  text-align: center;
}
.panel__header h2 {
  line-height: 1.4;
}

.blogger-list {
  text-align: center;
  padding-top: 40px;
}

.blogger {
  padding-bottom: 70px;
}

.blogger:last-child {
  padding-bottom: 30px;
}

.blogger-info {
  z-index: 0;
  margin: 0 auto 20px auto;
  width: 400px;
  border: 1px solid #efab75;
  overflow: hidden;
}
.blogger-info:before {
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  content: '';
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: -moz-linear-gradient(top, rgba(255, 180, 109, 0) 0%, rgba(235, 188, 151, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 180, 109, 0) 0%, rgba(235, 188, 151, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(255, 180, 109, 0) 0%, rgba(235, 188, 151, 0.9) 100%);
  pointer-events: none;
}

.blogger-inner a {
  width: 400px;
  padding: .8em 1.8em;
  font-size: 20px;
  color: #fff;
}
.blogger-inner .link {
  background-color: #ecb179;
  border: 1px solid #e8a463;
}
.blogger-inner .vote {
  margin-top: 15px;
  background-color: #e28936;
  border: 1px solid #de7c20;
}

.chosen .vote {
  background-color: black;
  color: #fff;
}

.blogger-text {
  left: 0;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.form {
  margin-top: 30px;
  padding: 30px 80px 40px 80px;
  background-color: rgba(255, 255, 255, 0.6);
}
.form h2 {
  margin-bottom: 30px;
  text-align: center;
}

.form-element {
  padding-bottom: 15px;
}
.form-element .element__label {
  color: #c8701d;
  font-size: 18px;
  padding-bottom: 5px;
}
.form-element .element__input input {
  padding: 8px;
  width: 100%;
}
.form-element input, .form-element select {
  font-family: "Lato", Helvetica, Arial, sans-serif, "sourcehansans-tc-normal", "黑體-繁", "Heiti TC", "Noto Sans TC", "微軟儷黑體", "微軟正黑體", "Microsoft JhengHei", "新細明體";
  font-size: 18px;
}
.form-element select {
  padding: 7px;
  height: 45px;
  width: 100%;
  color: #575757;
  background-color: #fbe8d9;
  border: 1px solid #f7d5b9;
}
.form-element input[type="tel"],
.form-element input[type="text"],
.form-element input[type="email"] {
  height: 45px;
  line-height: 1.8;
  background-color: #fbe8d9;
  border: 1px solid #f7d5b9;
}
.form-element .checkbox input[type="checkbox"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  margin: 0;
  margin-right: 10px;
  background: none;
  background-color: #000;
}
.form-element input:focus {
  box-shadow: 0px 0px 15px rgba(164, 219, 250, 0.65);
  background-color: #fae3d0;
}
.form-element .btn-box {
  padding-left: 20px;
  padding-top: 10px;
  text-align: center;
}
.form-element .checkbox span {
  display: inline-block;
  padding-right: 10px;
}
.form-element .checkbox a {
  text-decoration: underline !important;
}

.checkbox-element,
.note-element {
  font-size: 16px;
}

.btn-element {
  padding-top: 10px;
  text-align: center;
}
.btn-element .btn-primary {
  font-size: 20px;
}
