/*!
 * @version    $Id$
 * @package   WordPress User Photo
 * @author     ZuFusion
 * @copyright  (C) 2021  ZuFusion All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 */
:root {
  --color-dark: #161616;
  --color-ocean: #416dea;
  --color-grass: #3dd28d;
  --color-snow: #FFFFFF;
  --color-salmon: #F32C52;
  --color-sun: #feee7d;
  --color-alge: #7999a9;
  --color-flower: #353866;
  --color-smoke: #e4e4e4;
  --font-face: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p {
    margin-bottom: 0; }
    .alert > p + p {
      margin-top: 5px; }
  .alert > ul {
    margin-bottom: 0; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.wup-body-wrapper ul, .wup-body-wrapper ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.wup-hide {
  display: none !important; }

.wup-show {
  display: block !important; }

.wup-list-files {
  padding: 10px;
  background: #ffffff; }

.wup-pagination {
  padding-top: 20px; }
  .wup-pagination .pagination-list {
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
    .wup-pagination .pagination-list > li > a,
    .wup-pagination .pagination-list > li > span {
      color: #6a6b70;
      background-color: #fff;
      border: 1px solid #6a6b70;
      font-size: 15px;
      padding: 3px 12px;
      margin: 0 5px; }
      .wup-pagination .pagination-list > li > a:hover, .wup-pagination .pagination-list > li > a.current, .wup-pagination .pagination-list > li > a:focus,
      .wup-pagination .pagination-list > li > span:hover,
      .wup-pagination .pagination-list > li > span.current,
      .wup-pagination .pagination-list > li > span:focus {
        color: #FFFFFF;
        background-color: #acacac;
        border: 1px solid #acacac; }
    .wup-pagination .pagination-list > li:first-child > a,
    .wup-pagination .pagination-list > li:first-child > span, .wup-pagination .pagination-list > li:last-child > a,
    .wup-pagination .pagination-list > li:last-child > span {
      border-radius: 0; }

.wup-table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #ddd; }
  .wup-table th,
  .wup-table td {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .wup-table thead th {
    vertical-align: top;
    font-size: 14px;
    color: #333333;
    line-height: 1.4;
    text-transform: uppercase; }
  .wup-table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.wup-theme-table .th-image {
  width: 100px; }
.wup-theme-table .th-actions {
  width: 141px; }
.wup-theme-table thead {
  background: #ffffff; }
.wup-theme-table .wup-file-views {
  text-align: center; }
.wup-theme-table .wup-album-link,
.wup-theme-table .wup-file-linkdown {
  width: 100px; }
.wup-theme-table .wup-file-size {
  min-width: 70px; }
.wup-theme-table .wup-album-link,
.wup-theme-table .wup-file-linkdown,
.wup-theme-table .wup-file-edit {
  border: none;
  color: #5a5a5a;
  cursor: pointer;
  font-size: 14px; }
  .wup-theme-table .wup-album-link:hover,
  .wup-theme-table .wup-file-linkdown:hover,
  .wup-theme-table .wup-file-edit:hover {
    color: #8c8c8c; }
.wup-theme-table .wup-preview {
  border: none;
  color: #5a5a5a;
  cursor: pointer;
  font-size: 14px; }
  .wup-theme-table .wup-preview:hover {
    color: #8c8c8c; }

.wup-table-row .photo-thumbnail {
  width: 100px;
  height: 100px; }

.zufusiontable-collapse {
  margin-right: 5px;
  float: left; }

.wup-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.wup-btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .wup-btn-group > .wup-btn {
    position: relative;
    float: left; }

.wup-btn-reset {
  min-width: 100px;
  height: 35px;
  padding: 0 15px;
  background: transparent;
  white-space: nowrap;
  border-radius: 0;
  font-size: 14px;
  color: #666;
  transition: all .2s ease-out, color .2s ease-out;
  border: 0;
  cursor: pointer;
  font-weight: bold; }

.wup-btn-search {
  min-width: 100px;
  height: 35px;
  padding: 0 15px;
  background: #5a5a5a;
  white-space: nowrap;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  transition: all .2s ease-out, color .2s ease-out;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15); }

.wup-clear {
  clear: both; }

.wup-tooltip-container {
  cursor: pointer;
  position: relative;
  display: inline-block; }

.wup-tooltip {
  opacity: 0;
  z-index: 9999;
  color: #6d6d6d;
  width: 190px;
  display: block;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 3px;
  text-align: left;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 3px rgba(158, 158, 158, 0.5);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  left: 0;
  bottom: 40px; }
  .wup-tooltip .wup-tooltip-header {
    font-size: 15px;
    font-weight: 600; }
  .wup-tooltip p {
    font-size: 12px; }

.wup-tooltip:before, .wup-tooltip:after {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f1f1f1;
  position: absolute;
  bottom: -10px;
  left: 5%; }

.wup-tooltip-container:hover .wup-tooltip, a:hover .wup-tooltip {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/*Grid layout */
.wup-photos {
  margin-right: -10px !important;
  margin-left: -10px !important; }
  .wup-photos:before, .wup-photos:after {
    display: table;
    content: ""; }
  .wup-photos:after {
    clear: both; }
  .wup-photos [class*="wup-photo"], .wup-photos [class^="wup-photo"] {
    float: left;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px; }

.wup-albums {
  margin-right: -10px !important;
  margin-left: -10px !important; }
  .wup-albums:before, .wup-albums:after {
    display: table;
    content: ""; }
  .wup-albums:after {
    clear: both; }
  .wup-albums [class*="wup-album"], .wup-albums [class^="wup-album"] {
    float: left;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px; }

.wup-columns-1 .wup-photo, .wup-columns-1 .wup-album {
  width: 100%; }

.wup-columns-2 .wup-photo, .wup-columns-2 .wup-album {
  width: 50%; }

.wup-columns-3 .wup-photo, .wup-columns-3 .wup-album {
  width: 33.33333333%; }

.wup-columns-4 .wup-photo, .wup-columns-4 .wup-album {
  width: 25%; }

@media only screen and (max-width: 480px) {
  .wup-columns-2 .wup-photo, .wup-columns-2 .wup-album, .wup-columns-3 .wup-photo, .wup-columns-3 .wup-album, .wup-columns-4 .wup-photo, .wup-columns-4 .wup-album {
    width: 100%; } }
.main-container {
  padding: 80px 0 40px;
  position: relative; }

.post-title {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px; }
  .post-title a {
    color: #6a6b70; }

.post-image img {
  width: 100%; }

.post-license {
  margin-bottom: 5px; }
  .post-license img {
    margin: 0; }

.post-buttons {
  margin: 8px 0px 5px 0px;
  border: 1px #ccc solid;
  padding: 5px;
  font-size: 10pt;
  font-weight: bold;
  text-align: center; }
  .post-buttons a {
    font-size: 14px;
    margin-right: 10px; }

.post-content {
  padding: 15px 0; }

.post-meta {
  margin-bottom: 10px; }
  .post-meta li {
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 5px;
    line-height: 1em; }
  .post-meta li, .post-meta a {
    color: #aaabaf;
    font-size: 14px; }
  .post-meta a:hover {
    color: #f25b41; }

.wup-photos-header {
  margin-top: 0; }

.wup-photo {
  margin: 0 0 3.142857rem 0;
  padding-bottom: 0;
  border-bottom: 0; }
  .wup-photo ul, .wup-photo ol {
    margin: 0;
    padding: 0; }
  .wup-photo.first {
    clear: both; }
  .wup-photo a {
    text-decoration: none; }
  .wup-photo .photo-header {
    margin-bottom: 1.714285714rem;
    border: 1px solid #dedede;
    padding: 7px;
    background: #FFFDFE;
    position: relative; }
    .wup-photo .photo-header a img {
      max-width: 100%;
      width: 100%;
      height: auto;
      display: block;
      margin: auto;
      box-shadow: none; }
  .wup-photo .photo-title {
    text-transform: capitalize;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-weight: bold; }
  .wup-photo .photo-content h2 {
    margin: 1.714285714rem 0; }
  .wup-photo .photo-meta {
    font-size: 13px;
    color: #757575; }

.single-photo.wup-photo {
  margin: 0; }
.single-photo embed {
  -youbkit-touch-callout: none;
  /* iOS Safari */
  -youbkit-user-select: none;
  /* Chrome 6.0+, Safari 3.1+, Edge & Opera 15+ */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  pointer-events: none; }

.wup-albums-header {
  margin-top: 0; }

.wup-album {
  margin: 0 0 3.142857rem 0;
  padding-bottom: 0;
  border-bottom: 0; }
  .wup-album ul, .wup-album ol {
    margin: 0;
    padding: 0; }
  .wup-album.first {
    clear: both; }
  .wup-album a {
    text-decoration: none; }
  .wup-album .album-header {
    margin-bottom: 1.714285714rem;
    border: 1px solid #dedede;
    padding: 7px;
    background: #FFFDFE;
    position: relative; }
    .wup-album .album-header a img {
      max-width: 100%;
      width: 100%;
      height: auto;
      display: block;
      margin: auto;
      box-shadow: none; }
  .wup-album .album-title {
    text-transform: capitalize;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-weight: bold; }
  .wup-album .album-content h2 {
    margin: 1.714285714rem 0; }
  .wup-album .album-meta {
    font-size: 13px;
    color: #757575; }

.single-album.wup-album {
  margin: 0; }
.single-album embed {
  -youbkit-touch-callout: none;
  /* iOS Safari */
  -youbkit-user-select: none;
  /* Chrome 6.0+, Safari 3.1+, Edge & Opera 15+ */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  pointer-events: none; }

.photo-label,
.album-label {
  position: absolute;
  top: auto;
  left: auto;
  background-color: transparent;
  color: #fff;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  z-index: 10; }
  .photo-label:before,
  .album-label:before {
    content: '';
    position: absolute;
    border-top: 50px solid #f25b41;
    border-left: 0;
    border-right: 50px solid transparent;
    left: 0;
    top: 0;
    z-index: 2; }
  .photo-label span,
  .album-label span {
    left: 0;
    top: 0;
    z-index: 10;
    color: #ffffff;
    position: absolute;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    line-height: 2.6em;
    width: 40px;
    height: 42px;
    font-size: 10px; }
  .photo-label .photo-featured,
  .photo-label .album-featured,
  .album-label .photo-featured,
  .album-label .album-featured {
    line-height: 3.6em; }
  .photo-label.pending:before,
  .album-label.pending:before {
    border-top: 50px solid #9a9a9a; }
  .photo-label.new:before,
  .album-label.new:before {
    border-top: 50px solid #3cc124 !important; }
  .photo-label.featured:before,
  .album-label.featured:before {
    border-top: 50px solid #f25b41; }
  .photo-label.new.featured .photo-new,
  .photo-label.new.featured .album-new,
  .album-label.new.featured .photo-new,
  .album-label.new.featured .album-new {
    line-height: 3em;
    height: 40px; }
  .photo-label.new.featured:before,
  .album-label.new.featured:before {
    border-top: 50px solid #3cc124 !important;
    border-right: 50px solid transparent; }
  .photo-label.new.featured .photo-featured,
  .photo-label.new.featured .album-featured,
  .album-label.new.featured .photo-featured,
  .album-label.new.featured .album-featured {
    z-index: 0;
    top: 10px;
    left: 10px;
    line-height: 4.6em; }
    .photo-label.new.featured .photo-featured:after,
    .photo-label.new.featured .album-featured:after,
    .album-label.new.featured .photo-featured:after,
    .album-label.new.featured .album-featured:after {
      content: '';
      position: absolute;
      border-top: 77px solid #f25b41;
      border-left: 0;
      border-right: 77px solid transparent;
      left: -18px;
      top: -6px;
      z-index: -4;
      transform: rotate(45deg); }

.wup-table-row span {
  line-height: 1.5em; }
.wup-table-row .photo-pending {
  top: 10px;
  left: -3px;
  line-height: 1em;
  height: 12px; }
.wup-table-row.pending:before {
  border-top: 35px solid #9a9a9a; }
.wup-table-row.new:before {
  border-top: 35px solid #3cc124 !important; }
.wup-table-row.featured:before {
  border-top: 35px solid #f25b41; }
.wup-table-row .album-featured {
  line-height: 2.5; }
.wup-table-row .photo-label.pending:before,
.wup-table-row .album-label.pending:before {
  border-top: 43px solid #9a9a9a !important;
  border-right: 45px solid transparent !important; }
.wup-table-row .photo-label.new:before,
.wup-table-row .album-label.new:before {
  border-top: 35px solid #3cc124 !important;
  border-right: 35px solid transparent !important; }
.wup-table-row .photo-label.featured:before,
.wup-table-row .album-label.featured:before {
  border-top: 44px solid #f25b41;
  border-right: 44px solid transparent !important; }
.wup-table-row .photo-label.new.featured .photo-new,
.wup-table-row .photo-label.new.featured .album-new,
.wup-table-row .album-label.new.featured .photo-new,
.wup-table-row .album-label.new.featured .album-new {
  line-height: 1.2em;
  height: 40px; }
.wup-table-row .photo-label.new.featured:before,
.wup-table-row .album-label.new.featured:before {
  border-top: 31px solid #3cc124 !important;
  border-right: 31px solid transparent !important; }
.wup-table-row .photo-label.new.featured .photo-featured,
.wup-table-row .photo-label.new.featured .album-featured,
.wup-table-row .album-label.new.featured .photo-featured,
.wup-table-row .album-label.new.featured .album-featured {
  z-index: 0;
  top: 6px;
  left: 6px;
  line-height: 2.6em; }
  .wup-table-row .photo-label.new.featured .photo-featured:after,
  .wup-table-row .photo-label.new.featured .album-featured:after,
  .wup-table-row .album-label.new.featured .photo-featured:after,
  .wup-table-row .album-label.new.featured .album-featured:after {
    content: '';
    position: absolute;
    border-top: 53px solid #f25b41;
    border-left: 0;
    border-right: 51px solid transparent;
    left: -5px;
    top: -6px;
    z-index: -4;
    transform: rotate(45deg); }

.form-field-wrapper {
  margin-bottom: 10px; }
  .form-field-wrapper br {
    display: none; }
  .form-field-wrapper .field-label {
    font-weight: bold;
    clear: both;
    color: #707070;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    cursor: pointer; }
  .form-field-wrapper .radio-wrapper {
    display: inline-block;
    margin-right: 8px; }
    .form-field-wrapper .radio-wrapper .radio-label {
      margin-left: 3px;
      display: inline-block; }
  .form-field-wrapper .checkbox-wrapper {
    display: inline-block;
    margin-right: 8px; }
  .form-field-wrapper:after {
    content: '';
    clear: both;
    display: block;
    width: 100%; }
  .form-field-wrapper .description {
    font-size: 13px;
    display: block;
    font-style: italic; }
  .form-field-wrapper.field-image img {
    margin: 0; }

.select2-selection {
  border-radius: 0 !important; }

.wp-list-table .column-views {
  width: 100px;
  text-align: left; }
.wp-list-table .column-approved {
  width: 65px;
  text-align: center; }
.wp-list-table .column-featured {
  width: 65px;
  text-align: center; }
.wp-list-table .column-allow_download {
  width: 100px;
  text-align: center; }

#wup_forms_photo_file .form-field-wrapper {
  margin-bottom: 15px; }

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color: #525252;
  font-weight: 600; }

select {
  padding: 10px;
  border: 1px solid #D2D2D2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 15px;
  font-size: 13px;
  min-width: 160px;
  margin-bottom: 0; }

.form-group {
  margin-bottom: 15px; }

.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.wup-preview-iframe {
  width: 100%;
  height: 600px; }

/* likes/Dislike */
.wup-wrapper a {
  border-bottom: 0 !important;
  text-decoration: none !important; }

.wup-button-like {
  font-size: 1em;
  line-height: 1;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  justify-content: left; }

/* Colors */
a.liked .wup-icon {
  color: #da1b1b; }
a.liked:hover .wup-icon, a.liked:active .wup-icon, a.liked:focus .wup-icon {
  color: #666666; }

a.liked span.wup-count,
.wup-count {
  color: #666666; }

/* Icon */
.wup-icon {
  margin-right: 0.3125em;
  font-family: 'Arial Unicode MS', Arial, sans-serif;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: #f8f8f8;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #a2a2a2;
  font-size: 12px; }

.wup-icon svg {
  fill: currentColor;
  width: 1em;
  height: 1em; }

.wup-icon svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* Count */
.wup-count {
  font-size: 0.625em;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  vertical-align: middle; }

/* loading */
.wup-loading,
.wup-loading:before,
.wup-loading:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em; }

.wup-loading:before,
.wup-loading:after {
  position: absolute;
  top: 0;
  content: ''; }

.wup-loading:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.wup-loading {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.wup-loading:after {
  left: .375em; }

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em; }
  40% {
    box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    height: 1em; } }
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em; }
  40% {
    box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    height: 1em; } }
/* End likes/Dislike */
.widget {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px; }
  .widget ul, .widget ol {
    margin: 0;
    padding: 0; }
  .widget:after, .widget:before {
    content: "";
    display: table;
    clear: both; }
  .widget a {
    font-weight: 400; }
  .widget p {
    line-height: 26px;
    margin: 0; }

.widget-title {
  position: relative;
  padding-bottom: 4px;
  margin: 0 0 15px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #E7E7E7; }

#wup-form-photo .form-header,
#wup-form-album .form-header {
  text-align: right; }
#wup-form-photo .wup-form-footer-buttons .button,
#wup-form-album .wup-form-footer-buttons .button {
  display: inline; }

.wup-photo-item {
  display: flex;
  align-items: center;
  justify-content: left; }
  .wup-photo-item .photo-left {
    margin-right: 10px;
    border: 1px solid #ccc;
    padding: 5px; }
    .wup-photo-item .photo-left img {
      height: 60px;
      width: 50px; }
  .wup-photo-item .photo-right .photo-title {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-weight: bold; }

.wup-photo-item + .wup-photo-item {
  padding-top: 10px;
  border-top: 1px solid #f5f5f5;
  margin-top: 10px; }

.wup-album-item {
  display: flex;
  align-items: center;
  justify-content: left; }
  .wup-album-item .album-left {
    margin-right: 10px;
    border: 1px solid #ccc;
    padding: 5px; }
    .wup-album-item .album-left img {
      height: 60px;
      width: 50px; }
  .wup-album-item .album-right .album-title {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-weight: bold; }

.wup-album-item + .wup-album-item {
  padding-top: 10px;
  border-top: 1px solid #f5f5f5;
  margin-top: 10px; }

.wup-search-form {
  padding-right: 115px;
  margin: 0; }
  .wup-search-form .wup-search-query {
    width: 100%;
    height: 42px;
    float: left;
    padding: 0 12px;
    background: #F9F9F9;
    border: 1px solid #b8b8bb;
    border-right: none; }
  .wup-search-form .wup-search-submit {
    width: 115px;
    height: 42px;
    margin-right: -118px;
    padding: 0;
    border: 0;
    outline: none !important;
    vertical-align: top;
    background: transparent;
    font-weight: normal;
    position: static; }
    .wup-search-form .wup-search-submit span {
      height: 42px;
      display: block;
      background: #f2f2f2;
      font-size: 16px;
      line-height: 42px;
      color: #202129;
      text-transform: uppercase;
      -moz-transition: ease-in-out 0.3s;
      -o-transition: ease-in-out 0.3s;
      -webkit-transition: ease-in-out 0.3s;
      transition: ease-in-out 0.3s; }
    .wup-search-form .wup-search-submit:hover span {
      background: #e1e2e2; }

.statistics-item {
  margin: 0;
  font-size: 12px;
  min-height: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #a5a5a5; }

.widget_categories #photo-cat {
  width: 100%; }

.wup-photos-toolbar,
.wup-albums-toolbar {
  margin-bottom: 10px; }
  .wup-photos-toolbar .toolbar-top,
  .wup-albums-toolbar .toolbar-top {
    margin-bottom: 20px; }
  .wup-photos-toolbar .wup-logout-toolbar,
  .wup-albums-toolbar .wup-logout-toolbar {
    text-align: right;
    margin: 9px 0; }
  .wup-photos-toolbar .results-found,
  .wup-albums-toolbar .results-found {
    padding: 8px 0; }
  .wup-photos-toolbar .filter-form,
  .wup-albums-toolbar .filter-form {
    text-align: right;
    display: block; }
    .wup-photos-toolbar .filter-form select,
    .wup-albums-toolbar .filter-form select {
      display: inline-block;
      width: auto; }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover {
    text-decoration: none; }
  .nav-link:focus {
    text-decoration: none; }

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  list-style: none;
  padding-left: 0; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
  .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent; }
  .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }

.wup-overlay-loading {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7372724d;
  z-index: 3000;
  cursor: pointer; }
  .wup-overlay-loading .wup-spinner {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    border: 5px solid #eee;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .wup-overlay-loading .wup-spinner:after, .wup-overlay-loading .wup-spinner:before {
      content: '';
      display: block;
      width: 50px;
      height: 50px;
      border-radius: 50%; }
    .wup-overlay-loading .wup-spinner:after {
      position: absolute;
      top: -5px;
      left: -5px;
      border: 5px solid transparent;
      border-top-color: #928a8a;
      animation: wup_spin 1s linear infinite; }
  .wup-overlay-loading .wup-process-text {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin-top: 48px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600; }

@keyframes wup_spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
#wup-photos-form-search,
#wup-albums-form-search {
  display: block;
  margin: auto;
  position: relative; }
  #wup-photos-form-search input#search-bar,
  #wup-albums-form-search input#search-bar {
    margin: 0 auto;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    border: 1px solid #D0CFCE;
    outline: none; }
    #wup-photos-form-search input#search-bar:focus,
    #wup-albums-form-search input#search-bar:focus {
      border: 1px solid #008ABF;
      transition: 0.35s ease;
      color: #008ABF; }
  #wup-photos-form-search .wup-search-button,
  #wup-albums-form-search .wup-search-button {
    position: absolute;
    float: right;
    top: 1px;
    right: 0;
    padding: 7px 15px;
    cursor: pointer; }

#my-tab {
  margin-bottom: 10px;
  list-style: none;
  padding-left: 0; }

.button-container {
  display: flex; }
  .button-container.button-left {
    text-align: left;
    justify-content: flex-start; }
  .button-container.button-center {
    text-align: center;
    justify-content: center; }
  .button-container.button-right {
    text-align: right;
    justify-content: flex-end; }

.button {
  display: inline-block;
  overflow: hidden;
  padding: 12px 12px;
  cursor: pointer;
  user-select: none;
  transition: all 150ms linear;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
  text-transform: none;
  text-transform: capitalize;
  color: #fff;
  border: 0 none;
  /* border-radius: 4px; */
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .button:hover {
    transition: all 150ms linear;
    opacity: .85; }
  .button:active {
    transition: all 150ms linear;
    opacity: .75; }
  .button:focus {
    outline: 1px dotted #959595;
    outline-offset: -4px; }

.button.button-regular {
  color: #202129;
  background-color: #f2f2f2; }
  .button.button-regular:hover {
    color: #202129;
    background-color: #e1e2e2;
    opacity: 1; }
  .button.button-regular:active {
    background-color: #d5d6d6;
    opacity: 1; }

.button.button-dark {
  color: var(--color-snow);
  background: var(--color-dark); }
  .button.button-dark:focus {
    outline: 1px dotted white;
    outline-offset: -4px; }

.button.button-green {
  color: var(--color-snow);
  background: var(--color-grass); }

.button.button-blue {
  color: var(--color-snow);
  background: var(--color-ocean); }

.button.button-salmon {
  color: var(--color-snow);
  background: var(--color-salmon); }

.button.button-sun {
  color: #f15c5c;
  background: var(--color-sun); }

.button.button-alge {
  color: #e7ff20;
  background: var(--color-alge); }

.button.button-flower {
  color: #FE8CDF;
  background: var(--color-flower); }

#wup-submit-photo {
  padding: 12px 12px;
  font-size: 13px; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.photo-information .post-image {
  pointer-events: none; }

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6; }

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7; }

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in; }

.parsley-errors-list.filled {
  opacity: 1; }

fieldset {
  margin-top: 15px; }
  fieldset legend {
    line-height: 2;
    font-size: 16px;
    font-weight: 600; }

#TB_window {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 90%;
  margin: 0 !important;
  overflow: auto; }

#TB_ajaxContent {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  box-sizing: border-box; }

#TB_closeAjaxWindow .screen-reader-text {
  display: none; }

#message_response {
  margin-left: 10px; }

/* Social Share */
.social-share {
  padding: 12px 0 12px 14px;
  display: table;
  width: 100%; }
  .social-share span {
    float: left; }
  .social-share .social-share-icons {
    text-align: right;
    margin-bottom: 0; }
    .social-share .social-share-icons li {
      display: inline-block;
      font-size: 13px;
      padding: 0 4px; }
      .social-share .social-share-icons li a {
        color: #6a6b70; }
        .social-share .social-share-icons li a:hover {
          color: #333333; }

#wup-embed-slider {
  margin-top: 20px; }

#app {
  display: flex;
  flex-direction: column;
  height: 100vh; }

#toolbar {
  display: flex;
  align-items: center;
  background-color: #555;
  color: #fff;
  padding: 0.5em; }

#toolbar button,
#page-mode input {
  color: currentColor;
  background-color: transparent;
  font: inherit;
  border: 1px solid currentColor;
  border-radius: 3px;
  padding: 0.25em 0.5em; }

#toolbar button:hover,
#toolbar button:focus,
#page-mode input:hover,
#page-mode input:focus {
  color: lightGreen; }

#page-mode {
  display: flex;
  align-items: center;
  padding: 0.25em 0.5em; }

#viewport-container {
  flex: 1;
  background: #eee;
  overflow: auto; }

#viewport {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

#viewport > div {
  text-align: center;
  max-width: 100%; }

#viewport canvas {
  width: 100%;
  box-shadow: 0 2px 5px gray; }

#wup-embed-content-id,
#wup-report-content-id {
  display: none; }

.sp-slides-container .sp-layer a {
  color: #c3c5c7; }

@media only screen and (max-width: 480px) {
  .wup-photos-toolbar .filter-form,
  .wup-albums-toolbar .filter-form {
    text-align: left; }
  .wup-photos-toolbar #wup-photos-form-search,
  .wup-albums-toolbar #wup-photos-form-search {
    margin-bottom: 10px; }
  .wup-photos-toolbar .button-right,
  .wup-albums-toolbar .button-right {
    justify-content: flex-start; } }
