/***** forms *****/
.formbody {
  margin-top: 48px;
}

.widget + .widget {
  margin-top: 24px;
}

.widget label {
  display: block;
  font-size: 18px;
  line-height: 27px;
  color: #212529;
}

.widget-text input,
.widget-textarea textarea,
.widget-select select,
.widget-submit button {
  padding: 8px 12px;
  border: 1px solid #212529;
  background: #fff;
}

.widget-select select {
  max-width: 100%;
}

.widget-select select,
.widget-select select option {
  font-size: 14px;
}

.widget-text input,
.widget-textarea textarea {
  width: 100%;
  max-width: 600px;
}

.widget-checkbox legend {
  float: none;
  font-size: 18px;
  line-height: 27px;
  color: #212529;
}

.widget-checkbox > fieldset > span {
  position: relative;
}

.widget-checkbox > fieldset > span > input {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #212529;
}

.widget-checkbox > fieldset > span > label {
  padding-left: 32px;
}

.widget-submit button {
  color: white;
  background: #216a95;
}

@media only screen and (min-width: 768px) {
  .widget-select select,
  .widget-select select option {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .widget-select select,
  .widget-select select option {
    font-size: 18px;
  }
}

/***** social icons *****/

.social-list {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  padding: 0;
  list-style-type: none;
}

.social-list__item a {
  display: flex;
  align-content: center;
}

.social-list__item:not(:first-child) {
  margin-top: 12px;
}

.social-list__item svg {
  margin-right: 4px;
}

.social-list__item path {
  fill: white;
}

.social-list__link:hover path {
  fill: #212529;
}

@media only screen and (min-width: 1200px) {
  .social-list {
    flex-direction: row;
  }
  .social-list__item:not(:first-child) {
    margin: 0 0 0 24px;
  }
}

/***** fine uploader *****/

.widget-fineuploader {
  margin-bottom: 1.5rem;
}
.widget-fineuploader .fineuploader-item {
  display: flex !important;
  align-items: center;
  margin: 0 0 0.25rem;
  padding: 0.25rem 0.625rem;
  background: rgb(245, 245, 245);
}
.widget-fineuploader .fineuploader-item .image, .widget-fineuploader .fineuploader-item img {
  margin: 0 0.625rem 0 0;
  width: 2.5rem;
}
.widget-fineuploader .fineuploader-item .content {
  display: flex;
  flex: 1;
  align-items: center;
}
.widget-fineuploader .fineuploader-item .content .info {
  flex: 1;
  margin-left: 20px;
  font-size: 80%;
}
.widget-fineuploader .fineuploader-item .details {
  padding-left: 0.375rem;
  font-size: 80%;
  color: #999;
}
.widget-fineuploader .fineuploader-item .delete {
  font-size: 80%;
  color: #ba0031;
  border-bottom: none;
}
.widget-fineuploader .fineuploader-item .delete:after {
  display: none;
}
.widget-fineuploader .qq-upload-button {
  /*font-size: 1.125em;*/
  /*padding: 0.625rem 1.25rem 0.4375rem;*/
  /*color: rgba(87, 87, 86, 0.7);*/
  /*cursor: pointer;*/
  /*border: none !important;*/
  /*background: rgb(232, 232, 232);*/
}
.widget-fineuploader .qq-upload-list {
  font-size: 80%;
}

