.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-wrapper iframe,
  .video-wrapper object,
  .video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.sortable li {
  background: white;
  margin-bottom: .382em;
  padding: .236em 1em; }
  .sortable li .handle {
    background: #CCC;
    border-radius: .5em;
    cursor: move;
    display: inline-block;
    padding: .236em .618em; }
  .sortable li .wp-picker-container {
    line-height: 2.618em;
    position: relative; }
    .sortable li .wp-picker-container .wp-picker-holder {
      position: absolute;
      z-index: 1; }
  .sortable li .delete {
    background: red;
    border-radius: .5em;
    border-width: 0;
    color: white;
    cursor: pointer;
    display: inline-block;
    float: right;
    opacity: .5;
    padding: .236em .618em; }
    .sortable li .delete:hover {
      opacity: 1; }
  .sortable li label {
    display: inline-block;
    margin: 0 2em 0 0;
    text-align: left;
    white-space: nowrap; }

.switch-field .switch-title {
  margin-bottom: 6px; }
.switch-field input {
  display: none; }
.switch-field label {
  display: inline-block;
  background-color: transparent;
  float: left;
  text-align: center;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2); }
.switch-field label:hover {
  cursor: pointer; }
.switch-field input:checked + label {
  background-color: #A5DC86;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); }
.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px; }
.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0; }
.switch-field.vertical label {
  border-radius: 0;
  clear: left; }

#default_assigned_switch label {
  min-width: 12em;
  text-align: left; }

#row-addons .addon {
  margin: 0 1% 15px 0;
  width: 30%; }
  #row-addons .addon .addon-header {
    background: #21759b;
    color: white;
    min-height: 2em; }
    #row-addons .addon .addon-header img {
      display: block;
      max-width: 100%; }
  #row-addons .addon .addon-body {
    background: white;
    padding: 15px; }
    #row-addons .addon .addon-body .button {
      text-align: center;
      width: 100%; }

#tab-help-tab {
  opacity: .382; }
  #tab-help-tab:hover {
    opacity: 1; }

@media only screen and (max-width: 960px) {
  .form-table label {
    color: black !important; } }

/*# sourceMappingURL=admin.css.map */
