[class^='wrsl-'] *, [class^='wrsl-'] *:before, [class^='wrsl-'] *:after,
[id^='wrsl-'] *,
[id^='wrsl-'] *:before,
[id^='wrsl-'] *:after,
[class^='wrslb-'] *,
[class^='wrslb-'] *:before,
[class^='wrslb-'] *:after,
[id^='wrslb-'] *,
[id^='wrslb-'] *:before,
[id^='wrslb-'] *:after,
.wrsl-modal *,
.wrsl-modal *:before,
.wrsl-modal *:after,
#wrsl-builder *,
#wrsl-builder *:before,
#wrsl-builder *:after {
  box-sizing: border-box; }

#wrsl-builder {
  display: block;
  position: relative;
  margin: 20px 20px 20px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }
  #wrsl-builder .wrsl-builder-title {
    display: block;
    margin: 0;
    padding: 20px;
    background: #9C5C90;
    vertical-align: middle; }
    #wrsl-builder .wrsl-builder-title .subtitle {
      display: inline-block;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      font-size: 22px;
      line-height: 50px;
      color: #ffffff; }
  #wrsl-builder h1, #wrsl-builder h2, #wrsl-builder h3, #wrsl-builder h4, #wrsl-builder h5, #wrsl-builder h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; }

.wrslb-logo-wrapper .wrslb-logo {
  max-width: 250px;
  vertical-align: middle; }

.wrslb-logo-wrapper > span {
  margin-left: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  vertical-align: middle; }

.wrslb-main-wrapper {
  margin: 10px 0 0 0;
  max-width: 750px;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  overflow: hidden; }

.wrslb-main-container {
  padding: 20px; }

.wrslb-create-carousel {
  text-align: right; }

table.wrslb-table {
  margin: 30px 0 0 0;
  width: 100%;
  background: #fff; }
  table.wrslb-table td {
    padding: 10px 15px;
    border-bottom: 1px solid #999; }
  table.wrslb-table thead {
    font-weight: 600; }
    table.wrslb-table thead td {
      background: #212121;
      color: #fff;
      border-color: #212121; }
  table.wrslb-table tbody {
    font-weight: 400; }
    table.wrslb-table tbody tr:nth-child(even) {
      background: #fafafa; }
    table.wrslb-table tbody tr:nth-child(odd) {
      background: #f1f1f1; }
    table.wrslb-table tbody tr:last-child td {
      border-bottom: none; }

@media (max-width: 750px) {
  #wrslb-carousel-list thead td.wrslb-trow-type, #wrslb-carousel-list thead td.wrslb-trow-shortcode,
  #wrslb-carousel-list tbody td.wrslb-trow-type,
  #wrslb-carousel-list tbody td.wrslb-trow-shortcode {
    display: none; } }

#wrslb-carousel-list .wrslb-trow-actions [class*='wrslb-button-'] {
  margin-right: 5px; }
  #wrslb-carousel-list .wrslb-trow-actions [class*='wrslb-button-']:last-child {
    margin-right: 0px; }
  @media (max-width: 396px) {
    #wrslb-carousel-list .wrslb-trow-actions [class*='wrslb-button-'] {
      margin-bottom: 5px;
      margin-right: 0; } }

.wrslb-button, .wrslb-button-success, .wrslb-button-primary, .wrslb-button-info, .wrslb-button-warning, .wrslb-button-danger {
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #444;
  background: none;
  color: #444;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px; }
  .wrslb-button i, .wrslb-button-success i, .wrslb-button-primary i, .wrslb-button-info i, .wrslb-button-warning i, .wrslb-button-danger i {
    margin-right: 8px; }
  .wrslb-button:hover, .wrslb-button-success:hover, .wrslb-button-primary:hover, .wrslb-button-info:hover, .wrslb-button-warning:hover, .wrslb-button-danger:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
    cursor: pointer; }

.wrslb-button-success {
  background: #388E3C;
  border-color: #388E3C;
  color: #fff; }
  .wrslb-button-success:hover {
    background: #4CAF50; }
  .wrslb-button-success:visited {
    color: #fff; }

.wrslb-button-primary {
  background: #1976D2;
  border-color: #1976D2;
  color: #fff; }
  .wrslb-button-primary:hover {
    background: #2196F3; }
  .wrslb-button-primary:visited {
    color: #fff; }

.wrslb-button-info {
  background: #0288D1;
  border-color: #0288D1;
  color: #fff; }
  .wrslb-button-info:hover {
    background: #03A9F4; }
  .wrslb-button-info:visited {
    color: #fff; }

.wrslb-button-warning {
  background: #FFA000;
  border-color: #FFA000;
  color: #fff; }
  .wrslb-button-warning:hover {
    background: #FFC107; }
  .wrslb-button-warning:visited {
    color: #fff; }

.wrslb-button-danger {
  background: #D32F2F;
  border-color: #D32F2F;
  color: #fff; }
  .wrslb-button-danger:hover {
    background: #F44336; }
  .wrslb-button-danger:visited {
    color: #fff; }

.wrslb-edit-wrapper .wrslb-back-overview {
  display: block;
  margin-bottom: 1em; }

.wrslb-form-section {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 30px;
  background: #fff; }
  .wrslb-form-section .wrslb-form-section-title {
    display: block;
    padding: 15px 30px;
    margin: -30px -30px 30px -30px;
    background: #212121;
    color: #fff; }
  .wrslb-form-section .wrslb-form-control {
    display: block;
    margin-bottom: 30px; }
    .wrslb-form-section .wrslb-form-control:last-child {
      margin-bottom: 0px; }
    .wrslb-form-section .wrslb-form-control.wrslb-form-margin-top {
      margin-top: 30px; }
  .wrslb-form-section .wrslb-form-row {
    margin-bottom: 30px; }
    .wrslb-form-section .wrslb-form-row:last-child {
      margin-bottom: 0px; }

#wrslb-form-save.wrslb-form-section {
  margin: 0px;
  padding: 15px 0px;
  text-align: center;
  background: none;
  box-shadow: none; }
  #wrslb-form-save.wrslb-form-section [class*="wrslb-button"] {
    padding: 15px 45px; }

hr.wrslb-form-hr {
  margin-bottom: 30px; }

ul.wrslb-form-row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  list-style: none; }
  ul.wrslb-form-row:after {
    content: " ";
    display: block;
    clear: both; }
  ul.wrslb-form-row > li {
    width: 33.33333%;
    float: left;
    padding-left: 0.51692%;
    padding-right: 0.51692%;
    padding: 0px;
    margin: 0px;
    list-style: none; }
    ul.wrslb-form-row > li .wrslb-form-control {
      padding-right: 15px; }
  ul.wrslb-form-row.wrslb-form-1x > li {
    width: 100%;
    float: left;
    padding-left: 0.51692%;
    padding-right: 0.51692%;
    padding: 0px;
    margin: 0px; }
  ul.wrslb-form-row.wrslb-form-2x > li {
    width: 50%;
    float: left;
    padding-left: 0.51692%;
    padding-right: 0.51692%;
    padding: 0px;
    margin: 0px; }
  ul.wrslb-form-row.wrslb-form-4x > li {
    width: 25%;
    float: left;
    padding-left: 0.51692%;
    padding-right: 0.51692%;
    padding: 0px;
    margin: 0px; }
  ul.wrslb-form-row.wrslb-form-5x > li {
    width: 20%;
    float: left;
    padding-left: 0.51692%;
    padding-right: 0.51692%;
    padding: 0px;
    margin: 0px; }
  ul.wrslb-form-row.wrslb-form-6x > li {
    width: 16.66667%;
    float: left;
    padding-left: 0.51692%;
    padding-right: 0.51692%;
    padding: 0px;
    margin: 0px; }
  @media (max-width: 920px) {
    ul.wrslb-form-row.wrslb-form-4x > li,
    ul.wrslb-form-row.wrslb-form-5x > li,
    ul.wrslb-form-row.wrslb-form-6x > li {
      width: 33.33333%;
      float: left;
      padding-left: 0.51692%;
      padding-right: 0.51692%;
      padding: 0px;
      margin: 0 0 15px 0; } }
  @media (max-width: 770px) {
    ul.wrslb-form-row.wrslb-form-3x > li,
    ul.wrslb-form-row.wrslb-form-4x > li,
    ul.wrslb-form-row.wrslb-form-5x > li,
    ul.wrslb-form-row.wrslb-form-6x > li {
      width: 50%;
      float: left;
      padding-left: 0.51692%;
      padding-right: 0.51692%;
      padding: 0px;
      margin: 0 0 15px 0; } }
  @media (max-width: 480px) {
    ul.wrslb-form-row.wrslb-form-2x > li,
    ul.wrslb-form-row.wrslb-form-3x > li,
    ul.wrslb-form-row.wrslb-form-4x > li,
    ul.wrslb-form-row.wrslb-form-5x > li,
    ul.wrslb-form-row.wrslb-form-6x > li {
      width: 100%;
      float: left;
      padding-left: 0.51692%;
      padding-right: 0.51692%;
      padding: 0px;
      margin: 0 0 15px 0; } }

.wrslb-input-disabled {
  cursor: default;
  pointer-events: none; }

label.wrslb-input-label {
  display: block;
  padding: 0 0 0 4px;
  margin: 0 0 15px 0;
  font-size: 14px;
  font-weight: 700;
  color: #444; }
  label.wrslb-input-label span {
    display: inline-block;
    color: #999;
    margin-left: 5px;
    font-weight: 400; }
  label.wrslb-input-label .required-asterisk {
    display: inline-block;
    color: #F44336;
    vertical-align: text-top; }

input.wrslb-input-text, input.wrslb-input-text_small, input.wrslb-input-text_money, input.wrslb-input-text_medium, input.wrslb-input-number, textarea.wrslb-input-textarea_small,
textarea.wrslb-input-textarea, select.wrslb-input-select, select.wrslb-input-select_medium, select.wrslb-input-select_small {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 11px 15px;
  background: #fafafa;
  color: #666;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  transition-property: all;
  transition-duration: 0.3s; }
  input.wrslb-input-text:focus, input.wrslb-input-text_small:focus, input.wrslb-input-text_money:focus, input.wrslb-input-text_medium:focus, input.wrslb-input-number:focus, textarea.wrslb-input-textarea_small:focus,
  textarea.wrslb-input-textarea:focus, select.wrslb-input-select:focus, select.wrslb-input-select_medium:focus, select.wrslb-input-select_small:focus {
    background: #fff;
    border-color: #51adf6; }
  input.wrslb-input-text.wrslb-input-readonly, input.wrslb-input-readonly.wrslb-input-text_small, input.wrslb-input-readonly.wrslb-input-text_money, input.wrslb-input-readonly.wrslb-input-text_medium, input.wrslb-input-readonly.wrslb-input-number, textarea.wrslb-input-readonly.wrslb-input-textarea_small,
  textarea.wrslb-input-readonly.wrslb-input-textarea, select.wrslb-input-readonly.wrslb-input-select, select.wrslb-input-readonly.wrslb-input-select_medium, select.wrslb-input-readonly.wrslb-input-select_small, input.wrslb-input-text.wrslb-input-disabled, input.wrslb-input-disabled.wrslb-input-text_small, input.wrslb-input-disabled.wrslb-input-text_money, input.wrslb-input-disabled.wrslb-input-text_medium, input.wrslb-input-disabled.wrslb-input-number, textarea.wrslb-input-disabled.wrslb-input-textarea_small,
  textarea.wrslb-input-disabled.wrslb-input-textarea, select.wrslb-input-disabled.wrslb-input-select, select.wrslb-input-disabled.wrslb-input-select_medium, select.wrslb-input-disabled.wrslb-input-select_small {
    background: #e5e5e5; }

input.wrslb-input-text_small, input.wrslb-input-text_money {
  display: inline-block;
  max-width: 100px; }

input.wrslb-input-text_medium, input.wrslb-input-number {
  display: inline-block;
  max-width: 250px; }

.wrslb-input-type-text_money .wrslb-currency-symbol {
  display: inline-block;
  margin-right: 7px;
  font-size: 1.25em; }

select.wrslb-input-select, select.wrslb-input-select_medium, select.wrslb-input-select_small {
  padding: 10px; }
  select.wrslb-input-select option, select.wrslb-input-select_medium option, select.wrslb-input-select_small option {
    padding: 5px; }
  @media (max-width: 782px) {
    select.wrslb-input-select, select.wrslb-input-select_medium, select.wrslb-input-select_small {
      height: auto !important; } }

select.wrslb-input-select_medium {
  max-width: 500px; }

select.wrslb-input-select_small {
  max-width: 250px; }

.wrslb-input-type-checkbox input.wrslb-input-checkbox, .wrslb-input-type-radio input.wrslb-input-checkbox {
  display: inline-block;
  vertical-align: middle;
  transition-property: all;
  transition-duration: 0.3s;
  margin-right: 7px;
  height: 14px;
  width: 14px; }

.wrslb-input-type-checkbox label.wrslb-input-label, .wrslb-input-type-radio label.wrslb-input-label {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #666; }
  .wrslb-input-type-checkbox label.wrslb-input-label:hover, .wrslb-input-type-radio label.wrslb-input-label:hover {
    cursor: pointer; }

.wrslb-input-type-checkbox:hover input.wrslb-input-checkbox, .wrslb-input-type-radio:hover input.wrslb-input-checkbox {
  border-color: #51adf6; }

.wrslb-optselector-btn-format, .wrslb-input-type-optselector .wrslb-optselector-options button.wrslb-optselector-btn, button.wrslb-catfilter-btn {
  cursor: pointer;
  display: inline-block;
  padding: 0 16px;
  margin-bottom: 3px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ddd;
  color: #212121;
  box-shadow: none;
  border: none;
  transition-property: all;
  transition-duration: 0.3s; }
  .wrslb-optselector-btn-format.wrslb-optselector-active, .wrslb-input-type-optselector .wrslb-optselector-options button.wrslb-optselector-active.wrslb-optselector-btn, button.wrslb-optselector-active.wrslb-catfilter-btn {
    background: #1976D2;
    color: #ffffff; }

.wrslb-input-type-radio input.wrslb-input-radio {
  vertical-align: middle; }

.wrslb-form-colorpicker .wp-color-result {
  height: 32px;
  padding-left: 40px; }
  .wrslb-form-colorpicker .wp-color-result:after {
    line-height: 32px; }

.wrslb-input-file-btn, .wrslb-input-image-wrapper .wrslb-input-image-action .wrslb-input-image-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 11px 5px;
  border: 1px solid #2196F3;
  background: #51adf6;
  color: #fafafa;
  transition-property: all;
  transition-duration: 0.3s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
  .wrslb-input-file-btn:hover, .wrslb-input-image-wrapper .wrslb-input-image-action .wrslb-input-image-btn:hover {
    background: #2196F3;
    color: #fafafa;
    cursor: pointer; }

.wrslb-input-image-wrapper .wrslb-input-image-field {
  margin-top: 10px; }
  .wrslb-input-image-wrapper .wrslb-input-image-field img {
    max-width: 100px;
    height: auto;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px; }
    .wrslb-input-image-wrapper .wrslb-input-image-field img.wrslb-hide-image {
      display: none; }

.wrslb-input-image-wrapper .wrslb-input-image-action .wrslb-input-image-btn {
  width: auto;
  padding: 5px 15px; }

.wrslb-catfilter-multiselector {
  display: none;
  margin-top: 10px; }
  .wrslb-catfilter-multiselector.wrslb-optselector-active {
    display: block; }

.wrsl-gloader {
  position: relative; }
  .wrsl-gloader .circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .wrsl-gloader .path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

@keyframes color {
  100%, 0% {
    stroke: #F44336; }
  40% {
    stroke: #2196F3; }
  66% {
    stroke: #4CAF50; }
  80%, 90% {
    stroke: #FFC107; } }

#wrslb-main-modal, .wrslb-content-design-modal {
  width: 100%;
  margin: 0 auto 20px auto;
  min-height: 90vh;
  background: #f1f1f1;
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.2), 0px 6px 20px 0px rgba(0, 0, 0, 0.19); }
  .wrslb-sm-modal #wrslb-main-modal, .wrslb-sm-modal .wrslb-content-design-modal {
    width: 600px;
    min-height: auto; }
  .admin-bar #wrslb-main-modal, .admin-bar .wrslb-content-design-modal {
    margin-top: 35px;
    min-height: 85vh; }
  .admin-bar .wrslb-sm-modal #wrslb-main-modal, .admin-bar .wrslb-sm-modal .wrslb-content-design-modal {
    margin-top: 0px;
    min-height: auto; }
  @media (max-width: 810px) {
    #wrslb-main-modal, .wrslb-content-design-modal {
      width: 98%;
      margin-left: 1%;
      margin-right: 1%; } }

.wrslb-modal, .wrslb-sm-modal {
  /* animate in */
  /* animate out */ }
  .wrslb-modal.mfp-bg, .mfp-bg.wrslb-sm-modal {
    z-index: 11000;
    background: #E6E6E6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .wrslb-modal.mfp-wrap, .mfp-wrap.wrslb-sm-modal {
    z-index: 11001; }
  .wrslb-modal .mfp-preloader, .wrslb-sm-modal .mfp-preloader {
    z-index: 11002; }
  .wrslb-modal .mfp-content, .wrslb-sm-modal .mfp-content {
    z-index: 11003; }
  .wrslb-modal .mfp-container, .wrslb-sm-modal .mfp-container {
    padding: 20px 20px 0 20px; }
  .wrslb-modal button.mfp-close, .wrslb-sm-modal button.mfp-close,
  .wrslb-modal button.mfp-arrow,
  .wrslb-sm-modal button.mfp-arrow {
    z-index: 11004; }
  .wrslb-modal .zoom-anim-dialog, .wrslb-sm-modal .zoom-anim-dialog {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
    filter: alpha(opacity=0);
    opacity: 0;
    transition-property: all;
    transition-duration: 0.2s;
    transform: scale(0.8); }
  .wrslb-modal.mfp-ready .zoom-anim-dialog, .mfp-ready.wrslb-sm-modal .zoom-anim-dialog {
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
    filter: alpha(opacity=100);
    opacity: 1; }
  .wrslb-modal.mfp-removing .zoom-anim-dialog, .mfp-removing.wrslb-sm-modal .zoom-anim-dialog {
    transform: scale(0.8);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
    filter: alpha(opacity=0);
    opacity: 0; }
  .wrslb-modal.mfp-bg, .mfp-bg.wrslb-sm-modal {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
    filter: alpha(opacity=0);
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.2s; }
  .wrslb-modal.mfp-ready.mfp-bg, .mfp-ready.mfp-bg.wrslb-sm-modal {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
    filter: alpha(opacity=80);
    opacity: 0.8; }
  .wrslb-modal.mfp-removing.mfp-bg, .mfp-removing.mfp-bg.wrslb-sm-modal {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
    filter: alpha(opacity=0);
    opacity: 0; }

.wrslb-modal-close-btn {
  text-align: right; }
  .wrslb-modal-close-btn > button {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    background: none;
    border: none;
    outline: none;
    color: #444444;
    transition-property: all;
    transition-duration: 0.3s;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px; }
    .wrslb-modal-close-btn > button:hover {
      background: #222;
      color: #fafafa; }

.wrslb-modal-container .wrslb-modal-title {
  margin-bottom: 15px; }

.wrslb-modal-container .wrslb-modal-saving,
.wrslb-modal-container .wrslb-modal-loading {
  position: relative;
  min-height: 200px;
  padding: 60px 0 0 0;
  font-size: 32px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase; }
  .wrslb-modal-container .wrslb-modal-saving > i,
  .wrslb-modal-container .wrslb-modal-loading > i {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    color: #2196F3;
    font-size: 2em; }
  .wrslb-modal-container .wrslb-modal-saving .wrsl-gloader,
  .wrslb-modal-container .wrslb-modal-loading .wrsl-gloader {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto 20px auto; }

.wrslb-modal-container .wrslb-modal-saving > i {
  color: #4CAF50; }

.wrslb-modal-container .wrslb-modal-saving .wrslb-modal-actions {
  border-top: none;
  font-size: 16px;
  padding: 30px 10px 10px 10px;
  text-align: center; }

.wrslb-modal-container .wrslb-modal-msg {
  display: block;
  padding: 0px 15px; }

.wrslb-modal-actions {
  display: block;
  border-top: 1px solid #ddd;
  padding: 20px 10px;
  text-align: right;
  vertical-align: middle; }
  .wrslb-modal-actions > a,
  .wrslb-modal-actions > button {
    display: inline-block;
    padding: 0px 16px;
    text-transform: uppercase;
    color: #51adf6;
    background: none;
    border: none;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.3s;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px; }
    .wrslb-modal-actions > a:hover,
    .wrslb-modal-actions > button:hover {
      color: #2196F3; }
    .wrslb-modal-actions > a.wrslb-modal-action-primary,
    .wrslb-modal-actions > button.wrslb-modal-action-primary {
      padding: 8px 16px;
      border: 2px solid #1976D2;
      background: #1976D2;
      color: #fafafa; }
      .wrslb-modal-actions > a.wrslb-modal-action-primary:hover,
      .wrslb-modal-actions > button.wrslb-modal-action-primary:hover {
        background: #2196F3; }
    .wrslb-modal-actions > a.wrslb-modal-action-danger,
    .wrslb-modal-actions > button.wrslb-modal-action-danger {
      padding: 8px 16px;
      border: 2px solid #D32F2F;
      background: #D32F2F;
      color: #fafafa; }
      .wrslb-modal-actions > a.wrslb-modal-action-danger:hover,
      .wrslb-modal-actions > button.wrslb-modal-action-danger:hover {
        background: #F44336; }
    .wrslb-modal-actions > a.wrslb-modal-action-success,
    .wrslb-modal-actions > button.wrslb-modal-action-success {
      padding: 8px 16px;
      border: 2px solid #388E3C;
      background: #388E3C;
      color: #fafafa; }
      .wrslb-modal-actions > a.wrslb-modal-action-success:hover,
      .wrslb-modal-actions > button.wrslb-modal-action-success:hover {
        background: #4CAF50; }
    .wrslb-modal-actions > a.wrslb-modal-action-warning,
    .wrslb-modal-actions > button.wrslb-modal-action-warning {
      padding: 8px 16px;
      border: 2px solid #FFA000;
      background: #FFA000;
      color: #fafafa; }
      .wrslb-modal-actions > a.wrslb-modal-action-warning:hover,
      .wrslb-modal-actions > button.wrslb-modal-action-warning:hover {
        background: #FFC107; }

.wrslb-delete-confirm {
  width: 500px;
  margin: 0 auto;
  background: #fafafa;
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.2), 0px 6px 20px 0px rgba(0, 0, 0, 0.19); }
  .admin-bar .wrslb-delete-confirm {
    margin-top: 35px; }
  .wrslb-delete-confirm .wrslb-modal-container {
    padding: 0px; }
  @media (max-width: 600px) {
    .wrslb-delete-confirm {
      width: 98%;
      margin-left: 1%;
      margin-right: 1%; } }

.wrslb-modal-delete {
  padding: 30px 20px 20px 20px; }
  .wrslb-modal-delete .wrslb-modal-headline {
    font-weight: 700;
    font-size: 18px;
    color: #333;
    margin: 0 0 20px 0; }
  .wrslb-modal-delete .wrslb-modal-subheadline {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin: 0px; }

.wrslb-addnew-container {
  background: #fff; }
  .wrslb-addnew-container .wrslb-modal-headline {
    display: block;
    padding: 30px 20px;
    margin: 0px;
    font-weight: 700;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #ddd; }
    .wrslb-addnew-container .wrslb-modal-headline .subheadline {
      display: block;
      margin-top: 10px;
      font-size: 16px;
      font-weight: 300;
      color: #666; }
  .wrslb-addnew-container .wrslb-addnew-fields {
    display: block;
    padding: 20px;
    margin: 0px;
    background: #f1f1f1; }
    .wrslb-addnew-container .wrslb-addnew-fields .wrslb-form-section {
      margin: 0px;
      padding: 0px;
      background: none;
      box-shadow: none; }

.wrslb-accord-container .ui-state-highlight {
  border: 3px dashed #ddd;
  background: #e5e5e5;
  width: 100%;
  height: 40px;
  margin-bottom: 20px; }

.wrslb-single-accord {
  display: block;
  margin: 0px 0px 20px 0px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12); }

.wrslb-accord-link {
  display: block;
  position: relative;
  padding: 0 60px 0 0;
  vertical-align: middle;
  font-size: 18px;
  line-height: 3;
  font-weight: 600;
  background: #fff; }
  .wrslb-accord-link span.wrslb-accord-trigger {
    display: block;
    padding: 0px 25px; }
  .wrslb-accord-link:hover {
    cursor: move; }
  .wrslb-accord-link i.fa-edit {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 0 15px;
    line-height: 3;
    vertical-align: middle;
    color: #999;
    cursor: pointer;
    border-left: 1px solid #ddd;
    background: #f1f1f1; }
  .wrslb-single-accord.open .wrslb-accord-link {
    background: #f1f1f1; }
    .wrslb-single-accord.open .wrslb-accord-link i.fa-edit {
      color: #444;
      background: #fff; }
  .wrslb-accord-link:after {
    display: table;
    content: " ";
    clear: both; }

.wrslb-content-box {
  border-top: 2px solid #ddd;
  padding: 20px 25px; }
  .wrslb-content-box.wrslb-form-section {
    padding: 20px 25px;
    margin: 0px;
    box-shadow: none; }
  .wrslb-content-box .wrslb-content-actions .wrslb-delete-content {
    float: right; }
  .wrslb-content-box .wrslb-content-actions:after {
    display: table;
    content: " ";
    clear: both; }

.wrslb-content-design-modal {
  background: #fff;
  width: 800px;
  height: auto;
  min-height: 0; }
  @media (max-width: 810px) {
    .wrslb-content-design-modal {
      width: 98%;
      margin-left: 1%;
      margin-right: 1%; } }
  .wrslb-content-design-modal .wrslb-modal-headline {
    display: block;
    padding: 30px 20px;
    margin: 0px;
    font-weight: 700;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #ddd; }
    .wrslb-content-design-modal .wrslb-modal-headline .subheadline {
      display: block;
      margin-top: 10px;
      font-size: 16px;
      font-weight: 300;
      color: #666; }
  .wrslb-content-design-modal .wrslb-content-design-fields {
    display: block;
    padding: 20px;
    margin: 0px;
    background: #f1f1f1; }
    .wrslb-content-design-modal .wrslb-content-design-fields .wrslb-form-section {
      margin: 0px;
      padding: 0px;
      background: none;
      box-shadow: none; }
    .wrslb-content-design-modal .wrslb-content-design-fields .wrslb-form-hr {
      border-color: #ddd; }

.wrslb-addcontent-container {
  text-align: right;
  padding-top: 15px; }
  .wrslb-addcontent-container [class*="wrslb-button"] {
    padding: 10px 25px; }
    .wrslb-addcontent-container [class*="wrslb-button"].adding {
      cursor: default;
      pointer-events: none; }
    .wrslb-addcontent-container [class*="wrslb-button"] i {
      margin-right: 10px; }

/* *********************************************************************************************
 * Help page
 *
 * *********************************************************************************************/
#wrsl-help-page .wrsl-help-logo {
  background-image: url("../img/logo.png");
  background-color: #ddd;
  background-size: 120px;
  background-position: center;
  color: #212121; }

#wrsl-help-page .wrsl-help-tab {
  padding: 20px; }
  #wrsl-help-page .wrsl-help-tab p {
    font-size: 16px; }

#wrsl-help-page h1.wrsl-help-header small {
  display: inline;
  padding: 10px 25px;
  font-size: 13px;
  vertical-align: text-top;
  background: #1976D2;
  color: #fff;
  font-weight: 700;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px; }

#wrsl-help-page ul.wrsl-help-tutorials {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin: 0;
  padding: 0; }
  #wrsl-help-page ul.wrsl-help-tutorials:after {
    content: " ";
    display: block;
    clear: both; }
  #wrsl-help-page ul.wrsl-help-tutorials > li {
    width: 33.33333%;
    float: left;
    padding-left: 0.51692%;
    padding-right: 0.51692%;
    padding: 0;
    margin: 0; }
    @media (max-width: 670px) {
      #wrsl-help-page ul.wrsl-help-tutorials > li {
        width: 50%;
        float: left;
        padding-left: 0.51692%;
        padding-right: 0.51692%;
        padding: 0; } }
    @media (max-width: 500px) {
      #wrsl-help-page ul.wrsl-help-tutorials > li {
        width: 100%;
        float: left;
        padding-left: 0.51692%;
        padding-right: 0.51692%;
        padding: 0; } }
  #wrsl-help-page ul.wrsl-help-tutorials .wrsl-help-tutorial {
    margin: 10px;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center; }
    #wrsl-help-page ul.wrsl-help-tutorials .wrsl-help-tutorial > h4 {
      margin: 0; }
    #wrsl-help-page ul.wrsl-help-tutorials .wrsl-help-tutorial p {
      font-size: 14px; }
      #wrsl-help-page ul.wrsl-help-tutorials .wrsl-help-tutorial p:last-child {
        margin-bottom: 0; }
  #wrsl-help-page ul.wrsl-help-tutorials .wrsl-help-tutorial-content {
    margin-bottom: 15px; }
  #wrsl-help-page ul.wrsl-help-tutorials .wrsl-help-tutorial-icon {
    font-size: 60px;
    margin-bottom: 15px; }
    #wrsl-help-page ul.wrsl-help-tutorials .wrsl-help-tutorial-icon > .dashicons {
      width: 60px;
      height: 60px;
      font-size: 60px; }
  #wrsl-help-page ul.wrsl-help-tutorials .wrsl-help-tutorial-image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  #wrsl-help-page ul.wrsl-help-tutorials .wrsl-help-tutorial-row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #wrsl-help-page ul.wrsl-help-tutorials .wrsl-help-tutorial-row:after {
      content: " ";
      display: block;
      clear: both; }
    #wrsl-help-page ul.wrsl-help-tutorials .wrsl-help-tutorial-row .wrsl-help-tutorial-left {
      width: 33.33333%;
      float: left;
      padding-left: 0.51692%;
      padding-right: 0.51692%;
      padding: 0; }
    #wrsl-help-page ul.wrsl-help-tutorials .wrsl-help-tutorial-row .wrsl-help-tutorial-right {
      width: 66.66667%;
      float: left;
      padding-left: 0.51692%;
      padding-right: 0.51692%;
      padding: 0; }

#wrsl-help-page .wrsl-tutorial-wrapper code {
  color: #F44336; }

#wrsl-help-page .wrsl-tutorial-section {
  border-top: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
  padding: 45px 15px; }
  #wrsl-help-page .wrsl-tutorial-section .wrsl-tutorial-heading {
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0; }
    #wrsl-help-page .wrsl-tutorial-section .wrsl-tutorial-heading:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100px;
      height: 2px;
      background: #3498DB; }
  #wrsl-help-page .wrsl-tutorial-section .wrsl-tutorial-image {
    display: block;
    max-width: 600px;
    border: 2px solid #212121;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12); }
