@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);body.media_page_instant-images {
  background: #fff;
}

body.media_page_instant-images #wpcontent {
  padding-left: 0;
  padding-bottom: 40px;
}

@media screen and (max-width: 800px) {
  body.media_page_instant-images #wpcontent {
    padding-bottom: 0;
  }
}

body.media_page_instant-images #wpbody-content {
  padding-bottom: 0;
}

body.media_page_instant-images #wpfooter {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
  background: #f7f7f7;
  border-top: 1px solid #efefef;
  position: fixed;
  bottom: 0;
  z-index: 1100;
}

body.media_page_instant-images #wpfooter p {
  line-height: 40px;
}

@media screen and (max-width: 800px) {
  body.media_page_instant-images #wpfooter {
    display: none;
  }
}

body.media_page_instant-images.overflow-hidden {
  overflow: hidden;
}

.instant-img-container {
  font-size: 14px;
  color: #666;
  position: relative;
  /*
      Admin Screens - Setting page
      wp-admin/upload.php?page=instant-images
   */
}

.instant-img-container .offscreen {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.instant-img-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.instant-img-container a {
  color: #586ec6;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.instant-img-container a:hover {
  color: #5568ae;
  text-decoration: none;
}

.instant-img-container img {
  max-width: 100%;
}

.instant-img-container p {
  display: block;
  color: #666;
  width: 100%;
  display: block;
  clear: both;
  text-transform: none;
  padding: 0;
  margin: 0 0 15px;
  font-size: 14px;
}

.instant-img-container.loading .loading-block {
  display: block;
}

.instant-img-container .error-messaging {
  padding: 20px 20px 20px 60px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #da4444;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 25px;
  display: block;
  position: relative;
}

.instant-img-container .error-messaging:before {
  font-family: "FontAwesome";
  content: "\F06A";
  display: block;
  left: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  font-size: 32px;
  opacity: 0.75;
}

.instant-img-container .header-wrap {
  background: #f7f7f7 url(../img/logo-48x48.png) no-repeat 25px 20px;
  padding: 20px 25px 20px 83px;
  min-height: 88px;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
  position: relative;
}

@media screen and (max-width: 800px) {
  .instant-img-container .header-wrap {
    background-position: center 20px;
    padding: 80px 25px 20px;
    text-align: center;
  }
}

.instant-img-container .header-wrap h1 {
  padding: 0;
  margin: 4px 0 0;
  font-weight: 700;
  font-size: 26px;
  max-width: 70%;
}

@media screen and (max-width: 800px) {
  .instant-img-container .header-wrap h1 {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.instant-img-container .header-wrap h1 em {
  font-weight: 400;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.055);
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 3px 3px;
  position: relative;
  top: -2px;
  left: 2px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
  font-style: normal;
  line-height: 1;
}

.instant-img-container .header-wrap h1 span {
  display: block;
  padding: 3px 0 0;
  color: #999;
  font-size: 15px;
  font-weight: 400;
}

.instant-img-container .header-wrap button {
  position: absolute;
  right: 25px;
  bottom: 26px;
}

@media screen and (max-width: 800px) {
  .instant-img-container .header-wrap button {
    position: static;
    margin-top: 20px;
    display: inline-block;
  }
}

.instant-img-container .header-wrap button i {
  margin-right: 2px;
}

.instant-img-container .instant-images-wrapper {
  padding: 0 25px;
  display: block;
  overflow: hidden;
  min-height: 400px;
  background: url(../img/ajax-loader-lg.gif) no-repeat center center;
}

.instant-img-container .instant-images-wrapper.loaded {
  background: none;
}

.instant-img-container .permissions-warning {
  padding: 0 25px;
}

.instant-img-container .permissions-warning .inner {
  border-bottom: 1px solid #efefef;
  padding: 32px 0;
}

.instant-img-container .permissions-warning input {
  max-width: 500px;
}

.instant-img-container .permissions-warning h3 {
  font-size: 22px;
  margin: 0 0 15px;
}

.instant-img-container .permissions-warning h3 i {
  margin: 0 2px 0 0;
  position: relative;
}

.instant-img-container .permissions-warning p:first-of-type {
  font-size: 18px;
  margin: 0 0 2px;
}

.instant-img-container .loading-block {
  display: none;
  padding: 50px;
  background: url(../img/ajax-loader-lg.gif) no-repeat center center;
}

.instant-img-container .load-more-wrap {
  margin: 1% 0 0;
  padding: 25px 0;
  text-align: center;
  display: none;
  border-top: 1px solid #efefef;
}

.instant-img-container .load-more-wrap button {
  display: inline-block;
  margin: 0;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  height: auto;
  line-height: 1;
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat !important;
  background-position: 15px center !important;
}

.instant-img-container .load-more-wrap button.disabled {
  opacity: 0.3;
  cursor: default;
}

.instant-img-container .cnkt-main {
  width: 100%;
  float: none;
  background: none !important;
  position: relative;
}

.instant-img-container h2,
.instant-img-container h3,
.instant-img-container h4 {
  margin-top: 0;
}

.instant-img-container .save-settings p.submit {
  float: left;
  margin: 0 2px 0 0;
  width: auto;
}

.instant-img-container .save-settings .loading {
  width: 46px;
  height: 28px;
  display: none;
  float: left;
  background: #fff url(../img/ajax-loader.gif) no-repeat center center;
}

#TB_ajaxContent {
  clear: both;
  line-height: 1.4em;
  overflow: auto;
  text-align: left;
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px !important;
}

.cnkt-sidebar .form-table {
  margin: 0;
  border: none;
  position: relative;
  top: -5px;
}

.cnkt-sidebar .form-table td,
.cnkt-sidebar .form-table label,
.cnkt-sidebar .form-table p {
  font-size: 13px;
}

.cnkt-sidebar .form-table label {
  color: #333;
  display: block;
  clear: both;
  float: none;
}

.cnkt-sidebar .form-table label span {
  opacity: 0.8;
  font-size: 13px;
  font-style: italic;
}

.cnkt-sidebar .form-table th {
  display: none;
}

.instant-img-container .form-table td {
  border-top: 0;
  padding: 0 0 10px;
  float: left;
  width: 100%;
  margin: 0;
}

.cnkt-sidebar .form-table .form-msg,
.cnkt-main .form-msg {
  display: block;
  line-height: 18px;
  padding: 12px 12px 12px 15px;
  margin: 15px 0 0;
  color: #666;
  background-color: #fff9ea;
  border-left: 5px solid #dfd8c2;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.cnkt-sidebar .form-table .form-msg span,
.cnkt-main .form-msg span {
  display: block;
  padding: 6px 0 3px;
}

.instant-img-container h1,
.instant-img-container h3,
.instant-img-container h4 {
  color: #222;
  margin-top: 0;
}

.instant-img-container h4 + p {
  margin-top: -6px;
}

.instant-img-container p.small {
  font-size: 12px;
  margin-top: -10px;
  opacity: 0.7;
}

.instant-img-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.instant-img-container label,
.instant-img-container input,
.instant-img-container select,
.instant-img-container textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.instant-img-container .save-settings {
  padding-top: 5px;
}

.instant-img-container label {
  padding: 5px 0px;
}

#unsplash-form-options h2,
#unsplash-form-options p.desc {
  display: none;
}

.instant-img-container input[type="text"],
.instant-img-container input[type="number"],
.instant-img-container textarea {
  padding: 10px;
  line-height: 1;
  background: #f7f7f7;
  width: 100%;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  height: auto;
}

.instant-img-container input[type="text"]:focus,
.instant-img-container textarea:focus {
  border-color: #999;
  -webkit-box-shadow: 0 0 3px #ccc;
          box-shadow: 0 0 3px #ccc;
  background: #efefef;
}

.instant-img-container .spacer {
  display: block;
  height: 40px;
  overflow: hidden;
  clear: both;
  width: 100%;
}

.instant-img-container .spacer.sm {
  height: 20px;
}

.instant-img-container input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
          box-shadow: 0 0 0px 1000px white inset;
}

.instant-img-container .control-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 0 20px;
  padding: 20px 0;
  list-style: none;
  border-bottom: 1px solid #efefef;
}

@media screen and (max-width: 800px) {
  .instant-img-container .control-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.instant-img-container .control-nav:after {
  content: "";
  display: table;
  clear: both;
}

.instant-img-container .control-nav--filters-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media screen and (max-width: 800px) {
  .instant-img-container .control-nav--filters-wrap {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.instant-img-container .control-nav--filters-wrap.inactive {
  opacity: 0.55;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.instant-img-container .control-nav--filters-wrap.inactive i {
  opacity: 0.4 !important;
}

.instant-img-container .control-nav--filters-wrap.inactive * {
  cursor: not-allowed;
}

.instant-img-container .control-nav--filters {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .instant-img-container .control-nav--filters {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.instant-img-container .control-nav--filters:before {
  display: block;
  display: none;
  content: "\F0B0";
  font-family: "FontAwesome";
  color: #efefef;
  font-size: 24px;
  margin-right: 10px;
}

.instant-img-container .control-nav--filters label {
  border-left: none;
  display: block;
  min-width: 125px;
  padding: 0;
  margin: 0;
}

.instant-img-container .control-nav--filters label span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  padding-bottom: 1px;
  padding-left: 1px;
}

.instant-img-container .control-nav--filters label:focus-within select:not[disabled] {
  border-color: #999;
  -webkit-box-shadow: 0 0 1px 5px rgba(0, 0, 0, 0.025);
          box-shadow: 0 0 1px 5px rgba(0, 0, 0, 0.025);
}

.instant-img-container .control-nav--filters select {
  text-transform: capitalize;
  width: 100%;
  border-color: #ccc;
  color: #333;
  background-color: #f7f7f7;
  min-height: 36px;
  line-height: 36px;
  font-size: 14px;
  padding: 0 24px 0 8px;
}

.instant-img-container .control-nav--filters select[disabled] {
  cursor: not-allowed;
}

.instant-img-container .control-nav--filters select:not[disabled]:hover {
  border-color: #999;
  -webkit-box-shadow: 0 0 1px 5px rgba(0, 0, 0, 0.025);
          box-shadow: 0 0 1px 5px rgba(0, 0, 0, 0.025);
}

.instant-img-container .control-nav--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  max-width: 350px;
  margin: 0;
  margin-left: auto;
  padding: 0 0 0 20px;
  position: relative;
}

@media screen and (min-width: 1270px) {
  .instant-img-container .control-nav--search {
    width: 35%;
  }
}

@media screen and (max-width: 800px) {
  .instant-img-container .control-nav--search {
    width: 100%;
    display: block;
    position: static;
    padding: 0;
    text-align: left;
    max-width: 100%;
    padding: 10px 0;
  }
}

.instant-img-container .control-nav--search .searchResults {
  position: absolute;
  right: 100.5%;
  top: 5px;
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 8px;
  background: #586ec6;
  border: 1px solid #455cb6;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  z-index: 9999;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.instant-img-container .control-nav--search .searchResults span {
  cursor: help;
}

.instant-img-container .control-nav--search .searchResults button {
  cursor: pointer;
  color: #fff;
  background-color: transparent !important;
  padding: 0;
  height: auto;
  line-height: 1;
  width: 28px;
  font-weight: 700;
  opacity: 0.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  height: 100%;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.instant-img-container .control-nav--search .searchResults button:hover, .instant-img-container .control-nav--search .searchResults button:focus {
  opacity: 1;
}

.instant-img-container .control-nav--search .searchResults:after, .instant-img-container .control-nav--search .searchResults:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 100;
}

.instant-img-container .control-nav--search .searchResults:after {
  border-color: rgba(223, 225, 173, 0);
  border-left-color: #586ec6;
  border-width: 6px;
  margin-top: -6px;
}

.instant-img-container .control-nav--search .searchResults:before {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #455cb6;
  border-width: 7px;
  margin-top: -7px;
}

.instant-img-container .control-nav--search .searchResults.hide {
  opacity: 0;
  visibility: hidden;
}

.instant-img-container .control-nav--search form {
  padding: 0 1px 0 0;
  margin: 0;
  position: relative;
  height: 38px;
  display: block;
  width: 100%;
}

.instant-img-container .control-nav--search form:hover button[type="submit"] {
  opacity: 1;
}

.instant-img-container .control-nav--search input {
  width: 100%;
  padding: 0 10px 0 38px;
  border: 1px solid #ccc;
  background-color: #f7f7f7 !important;
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 999px;
          border-radius: 999px;
  font-size: 14px;
  -webkit-transition: border 0.25s ease;
  -o-transition: border 0.25s ease;
  transition: border 0.25s ease;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.instant-img-container .control-nav--search input:focus {
  border-color: #999;
  -webkit-box-shadow: 0 0 1px 5px rgba(0, 0, 0, 0.025);
          box-shadow: 0 0 1px 5px rgba(0, 0, 0, 0.025);
}

.instant-img-container .control-nav--search input.searching {
  background-image: url(../img/ajax-loader.gif);
}

.instant-img-container .control-nav--search input[type="search"]::-webkit-search-decoration,
.instant-img-container .control-nav--search input[type="search"]::-webkit-search-cancel-button,
.instant-img-container .control-nav--search input[type="search"]::-webkit-search-results-button,
.instant-img-container .control-nav--search input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.instant-img-container .control-nav--search button[type="submit"] {
  position: absolute;
  left: 2px;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  z-index: 1;
  border: none !important;
  background: transparent !important;
  cursor: pointer;
  color: #333;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0.75;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.instant-img-container .control-nav--search button[type="submit"]:hover, .instant-img-container .control-nav--search button[type="submit"]:focus {
  opacity: 1;
}

.instant-img-container .control-nav--search input[type="search"]::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.instant-img-container .control-nav--search input[type="search"]:-moz-placeholder {
  color: #ccc;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.instant-img-container .control-nav--search input[type="search"]::-moz-placeholder {
  color: #ccc;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.instant-img-container .control-nav--search input[type="search"]:-ms-input-placeholder {
  color: #ccc;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

#photos {
  width: 100%;
  width: calc(100% + 10px);
  margin: 0 0 0 -5px;
  padding: 0;
  position: relative;
}

#photos:after {
  visibility: hidden;
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  left: -10px;
  top: -5px;
  width: calc(100% + 20px);
  height: calc(100% + 10px);
  min-height: 300px;
  background: rgba(255, 255, 255, 0.95) url(../img/ajax-loader-lg.gif) no-repeat center 90px;
  z-index: 999;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#photos.loading:after {
  visibility: visible;
  opacity: 1;
}

#photos .photo {
  width: 20%;
  margin: 0;
  padding: 0 5px 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#photos .photo--wrap {
  position: relative;
}

#photos .photo.in-view {
  opacity: 1;
}

#photos .photo.in-progress .fade {
  opacity: 0 !important;
  visibility: hidden !important;
}

#photos .photo .img-wrap {
  display: block;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 2000px) {
  #photos .photo {
    width: 20%;
  }
}

@media screen and (max-width: 1500px) {
  #photos .photo {
    width: 25%;
  }
}

@media screen and (max-width: 1270px) {
  #photos .photo {
    width: 33.333333%;
  }
}

@media screen and (max-width: 800px) {
  #photos .photo {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  #photos .photo {
    width: 100%;
    margin: 0 0 2%;
  }
}

#photos .photo:focus a.upload img {
  opacity: 0.6;
}

#photos .photo:focus .fade {
  opacity: 1;
  visibility: visible;
}

#photos .photo:focus .fade.user {
  opacity: 0.7;
}

#photos .photo:focus-within .user-controls {
  opacity: 1;
}

#photos .photo a.upload {
  display: block;
  position: relative;
  background-color: #222;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ajax-loader.gif);
  overflow: hidden;
}

#photos .photo a.upload.loaded {
  background-image: none;
}

#photos .photo a.upload:focus, #photos .photo a.upload:active {
  outline: none;
  border: none;
}

#photos .photo a.upload img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: auto !important;
  padding: 0;
  vertical-align: top;
}

#photos .photo a.upload .status {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 60px;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  background-position: center center;
  background-repeat: no-repeat;
}

#photos .photo a.upload .status:before {
  font-family: "FontAwesome";
  display: block;
  color: #fff;
  font-size: 24px;
  opacity: 0.8;
}

#photos .photo a.upload .status a {
  color: #fff;
}

#photos .photo a.upload.uploading .status,
#photos .photo a.upload.success .status,
#photos .photo a.upload.errors .status {
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

#photos .photo a.upload.uploading {
  cursor: default !important;
}

#photos .photo a.upload.uploading .status {
  visibility: visible;
  opacity: 1;
  background: rgba(255, 255, 255, 0.95) url(../img/ajax-loader-lg.gif) no-repeat center center;
  -webkit-background-size: 24px 24px;
          background-size: 24px 24px;
}

#photos .photo a.upload.uploading .status:before {
  display: none;
}

#photos .photo a.upload.success {
  cursor: default !important;
}

#photos .photo a.upload.success .status {
  visibility: visible;
  opacity: 1;
  background-color: #65c774;
}

#photos .photo a.upload.success .status:before {
  content: "\F00C";
  color: #fff;
}

#photos .photo a.upload.success img {
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
}

#photos .photo a.upload.errors {
  cursor: help !important;
}

#photos .photo a.upload.errors .status {
  visibility: visible;
  opacity: 1;
  background-color: #df3333;
}

#photos .photo a.upload.errors .status:before {
  content: "\F12A";
  color: #fff;
  opacity: 0.8;
}

#photos .photo.uploaded a.upload img {
  opacity: 0.25 !important;
}

#photos .photo.uploaded .user-controls,
#photos .photo.uploaded .options {
  opacity: 0 !important;
  visibility: hidden !important;
}

#photos .photo:hover a.upload img, #photos .photo.in-progress a.upload img {
  opacity: 0.7;
  -webkit-transform: scale(1.075);
      -ms-transform: scale(1.075);
          transform: scale(1.075);
}

#photos .photo:hover .options, #photos .photo.in-progress .options {
  opacity: 1;
  visibility: visible;
}

#photos .photo:hover .options i.heart-like, #photos .photo.in-progress .options i.heart-like {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#photos .photo:hover .user-controls, #photos .photo.in-progress .user-controls {
  opacity: 1;
}

#photos .photo.in-progress .notice-msg {
  top: 0;
  opacity: 1;
}

#photos .photo.in-progress .user-controls {
  opacity: 0 !important;
}

#photos .photo.in-progress .options {
  opacity: 0 !important;
}

#photos .photo .options {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 6;
  width: auto;
  display: inline-block;
  width: auto;
  cursor: default !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  font-size: 13px;
}

#photos .photo .options i {
  font-size: 14px;
}

#photos .photo .options i.heart-like {
  color: #de4624;
  -webkit-transition: all 0.25s ease 0.05s;
  -o-transition: all 0.25s ease 0.05s;
  transition: all 0.25s ease 0.05s;
  -webkit-transform: scale(0.55);
      -ms-transform: scale(0.55);
          transform: scale(0.55);
  margin-right: 2px;
  position: relative;
  top: 0;
  font-size: 14px;
  opacity: 0.9;
}

#photos .photo .options a,
#photos .photo .options span {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  padding: 0 10px;
  margin: 0;
  padding-top: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #23282d;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#photos .photo .options span {
  cursor: default;
}

#photos .photo .options span:hover, #photos .photo .options span:focus {
  background-color: #fff;
}

#photos .photo .options a {
  margin-left: 2px;
}

#photos .photo .options a:hover, #photos .photo .options a:focus {
  background-color: #fff;
}

#photos .photo .options a i {
  position: relative;
  top: 1px;
  left: 1px;
}

#photos .photo .user-controls {
  position: absolute;
  z-index: 6;
  width: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 0;
  opacity: 0.35;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#photos .photo .photo-options {
  float: right;
  text-align: right;
  max-width: 50%;
}

#photos .photo .fade {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #fff;
  background: rgba(255, 255, 255, 0.75);
  background: transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  height: 34px;
  line-height: 34px;
  font-size: 17px;
  z-index: 6;
  float: left;
  margin: 1px 1px 1px 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
  border: none !important;
  outline: none;
  cursor: pointer;
}

#photos .photo .fade.edit-photo, #photos .photo .fade.edit-photo-admin, #photos .photo .fade.set-featured, #photos .photo .fade.insert {
  width: 34px;
  display: inline-block;
  width: 34px;
  text-align: center;
  position: relative;
}

#photos .photo .fade.edit-photo i, #photos .photo .fade.edit-photo-admin i, #photos .photo .fade.set-featured i, #photos .photo .fade.insert i {
  line-height: 27px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#photos .photo .fade.edit-photo:hover, #photos .photo .fade.edit-photo:focus, #photos .photo .fade.edit-photo-admin:hover, #photos .photo .fade.edit-photo-admin:focus, #photos .photo .fade.set-featured:hover, #photos .photo .fade.set-featured:focus, #photos .photo .fade.insert:hover, #photos .photo .fade.insert:focus {
  color: #222;
  background: rgba(255, 255, 255, 0.95);
}

#photos .photo .fade.edit-photo-admin {
  display: none;
}

#photos .photo .fade.user {
  background: none;
  text-decoration: none;
  font-size: 13px;
  max-width: 48%;
  cursor: pointer;
  text-decoration: none;
  border: none;
  line-height: 35px;
  height: 36px;
  margin: 0;
}

#photos .photo .fade.user:hover, #photos .photo .fade.user:focus {
  text-decoration: underline;
}

#photos .photo .fade.user .user-wrap {
  position: relative;
  padding-left: 35px;
  display: block;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

#photos .photo .fade.user .user-wrap:before {
  content: "";
  display: block;
  z-index: 0;
  background-color: #fff;
  height: 20px;
  opacity: 0.25;
}

#photos .photo .fade.user img.user-wrap--photo,
#photos .photo .fade.user .user-wrap:before {
  width: 20px;
  max-width: 20px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  position: absolute;
  left: 8px;
  top: 8px;
}

#photos .photo .fade.user img.user-wrap--photo {
  z-index: 1;
}

#photos .photo .notice-msg {
  position: absolute;
  z-index: 999;
  top: -40px;
  left: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  z-index: 9999;
}

#photos .photo .notice-msg.has-error {
  top: -40px;
  opacity: 0;
}

#photos .edit-screen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 5px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e1e1e1;
  -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
          transform: scale(1.025);
}

#photos .edit-screen.editing {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#photos .edit-screen--controls, #photos .edit-screen--title {
  display: block;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  padding: 15px 10px;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}

#photos .edit-screen--controls .button-primary, #photos .edit-screen--title .button-primary {
  float: right;
}

#photos .edit-screen--controls {
  -webkit-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}

#photos .edit-screen--title {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  padding: 10px;
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

#photos .edit-screen--title > div {
  padding: 5px 15px 5px 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#photos .edit-screen--title > div.preview {
  width: 30%;
  padding: 0;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

#photos .edit-screen--title p {
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
  color: #999;
}

#photos .edit-screen--title p.heading {
  color: #222;
  margin: 0 0 3px;
  font-weight: 600;
  text-transform: uppercase;
}

#photos .edit-screen label,
#photos .edit-screen .add-attribution-row {
  margin: 0;
  padding: 15px;
  display: block;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  position: relative;
}

#photos .edit-screen .add-attribution-row {
  padding-top: 0;
  margin-top: -15px;
  border-top: none;
}

#photos .edit-screen .add-attribution-row button {
  cursor: pointer;
  font-size: 11px;
  outline: none;
  padding: 5px 0;
  border: none;
  background: none;
  text-decoration: underline;
}

#photos .edit-screen .add-attribution-row button:hover, #photos .edit-screen .add-attribution-row button:focus {
  text-decoration: none;
}

#photos .edit-screen span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 5px;
  color: #222;
  line-height: 1;
}

#photos .edit-screen textarea {
  resize: none;
  font-size: 12px;
  line-height: 1.35;
}

#photos .edit-screen input {
  font-size: 12px;
  padding: 0 10px;
  margin: 0;
  height: 35px;
  line-height: 35px;
}

#photos .edit-screen em {
  position: absolute;
  bottom: 15px;
  right: 15px;
  height: 35px;
  line-height: 35px;
  background: #858585;
  -webkit-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
  color: #e1e1e1;
  font-style: normal;
  font-size: 11px;
  padding: 0 10px;
}

.instant-images-settings {
  display: none;
  background-color: #efefef;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.instant-images-settings .cnkt-sidebar {
  padding: 20px 25px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.45;
}

.instant-images-settings .cnkt-sidebar p {
  font-size: 13px;
}

.instant-images-settings .cnkt-sidebar .cta {
  width: 100%;
  background: #fff;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
}

@media screen and (min-width: 800px) {
  .instant-images-settings .cnkt-sidebar .cta {
    width: calc(65% - 10px);
  }
}

.instant-images-settings .cnkt-sidebar .cta.ii-whats-new {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-bottom: 52px;
}

@media screen and (min-width: 800px) {
  .instant-images-settings .cnkt-sidebar .cta.ii-whats-new {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.instant-images-settings .cnkt-sidebar .cta.ii-whats-new ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 15px;
}

.instant-images-settings .cnkt-sidebar .cta.ii-whats-new ul li {
  line-height: 1.45;
  width: 100%;
  background-color: transparent;
  padding: 5px;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .instant-images-settings .cnkt-sidebar .cta.ii-whats-new ul li {
    width: 50%;
  }
}

@media screen and (min-width: 1270px) {
  .instant-images-settings .cnkt-sidebar .cta.ii-whats-new ul li {
    width: 33.333%;
  }
}

.instant-images-settings .cnkt-sidebar .cta.ii-whats-new ul li p {
  font-size: 13px;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 15px;
  border: 1px solid #e1e1e1;
}

.instant-images-settings .cnkt-sidebar .cta.ii-whats-new ul li p strong {
  font-size: 14px;
  color: #333;
  display: block;
  font-weight: 700;
  margin: 0 0 5px;
  color: #333;
}

.instant-images-settings .cnkt-sidebar .cta.ii-whats-new ul li code {
  font-size: 12px;
  margin: 0;
  padding: 3px;
  background: #f7f7f7;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px #efefef;
          box-shadow: 0 0 0 1px #efefef;
}

.instant-images-settings .cnkt-sidebar .cta.ii-whats-new .with-love {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
  background-color: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  text-align: center;
  margin: 0;
  padding: 15px;
}

.instant-images-settings .cnkt-sidebar .cta.ii-whats-new .with-love p {
  margin: 0;
}

.instant-images-settings .cnkt-sidebar .cta.ii-settings {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 800px) {
  .instant-images-settings .cnkt-sidebar .cta.ii-settings {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 35%;
  }
}

.instant-images-settings .cnkt-sidebar .cta.ii-settings select,
.instant-images-settings .cnkt-sidebar .cta.ii-settings input[type="text"],
.instant-images-settings .cnkt-sidebar .cta.ii-settings input[type="number"] {
  background-color: #fff;
  width: 100%;
  padding: 5px 10px;
  border-color: #ccc;
  max-width: none;
}

.instant-images-settings .cnkt-sidebar .cta.ii-settings select[readonly],
.instant-images-settings .cnkt-sidebar .cta.ii-settings input[type="text"][readonly],
.instant-images-settings .cnkt-sidebar .cta.ii-settings input[type="number"][readonly] {
  background-color: #f7f7f7;
  cursor: not-allowed;
  opacity: 0.5;
  border-color: #ccc !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.instant-images-settings .cnkt-sidebar .cta.ii-settings input[type="text"],
.instant-images-settings .cnkt-sidebar .cta.ii-settings input[type="number"] {
  padding: 10px;
}

.instant-images-settings .cnkt-sidebar .cta.ii-settings span.desc {
  font-size: 11px;
  display: block;
}

.instant-images-settings .cnkt-sidebar .cta.ii-settings span.desc a {
  text-decoration: none;
}

.instant-images-settings .cnkt-sidebar .cta.ii-settings span.desc a:hover, .instant-images-settings .cnkt-sidebar .cta.ii-settings span.desc a:focus {
  text-decoration: underline;
}

.instant-images-settings .cnkt-sidebar .cta.ii-settings .ii-api-desc {
  padding-bottom: 6px;
}

.instant-images-settings .cnkt-sidebar .cta.ii-settings .ii-api-desc p strong {
  color: #333;
}

.instant-images-settings .cnkt-sidebar .cta.ii-settings .ii-api-option {
  padding: 14px 14px 16px;
  background-color: #f7f7f7;
  border: 1px solid #e1e1e1;
  border-bottom: none;
}

.instant-images-settings .cnkt-sidebar .cta.ii-settings .ii-api-option:last-of-type {
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
}

.instant-images-settings .cnkt-sidebar .cta.ii-settings .ii-api-option input[readonly] {
  background-color: #fff;
}

.instant-images-settings .cnkt-sidebar .cta.ii-settings .ii-api-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.instant-images-settings .cnkt-sidebar .cta.ii-settings .ii-api-label label {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 2px;
}

.instant-images-settings .cnkt-sidebar .cta.ii-plugins {
  width: 100%;
  margin-top: 10px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.instant-images-settings .cnkt-sidebar .cta.ii-plugins .cnkt-plugin-installer {
  width: 100%;
  position: static;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 20px 0;
}

.instant-images-settings .cnkt-sidebar .cta.ii-plugins .cnkt-plugin-installer .plugin {
  width: 100%;
  margin: 0 0 20px;
  line-height: 1.45;
}

@media screen and (min-width: 800px) {
  .instant-images-settings .cnkt-sidebar .cta.ii-plugins .cnkt-plugin-installer .plugin {
    width: calc(50% - 10px);
  }
}

.instant-images-settings .cnkt-sidebar .cta.ii-plugins .cnkt-plugin-installer .plugin h2 {
  margin-bottom: 5px;
}

.instant-images-settings .cnkt-sidebar .cta.ii-plugins .cnkt-plugin-installer:after {
  display: none;
}

.instant-images-settings .cnkt-sidebar h2 {
  border: none;
  padding: 20px 20px 0;
  font-size: 18px;
  font-weight: 700;
}

.instant-images-settings .cnkt-sidebar h2 + p {
  padding: 0 20px 16px;
  margin: 0 !important;
  border-bottom: 1px solid #e1e1e1;
}

.instant-images-settings .cnkt-sidebar h2,
.instant-images-settings .cnkt-sidebar h2 + p {
  background: #f7f7f7;
  margin: 0;
}

.instant-images-settings .cnkt-sidebar .cnkt-sidebar h3,
.instant-images-settings .cnkt-sidebar .cnkt-sidebar h4 {
  margin-top: 0;
}

.instant-images-settings .cnkt-sidebar .cta-wrap {
  display: block;
  padding: 20px;
}

.instant-images-settings .cnkt-sidebar .cta-wrap h4 {
  padding: 10px 0 7px;
  margin: 0;
}

.instant-images-settings .cnkt-sidebar .cta-wrap h4 span {
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background: #ffffcc;
  color: #666;
}

.instant-images-settings .cnkt-sidebar .cnkt-plugin-installer .plugin {
  width: 48%;
  margin: 2% 1% 0;
}

@media screen and (max-width: 1170px) {
  .instant-images-settings .cnkt-sidebar .cnkt-plugin-installer .plugin {
    width: 100%;
    margin: 2% 0 0;
  }
}

.instant-images-settings .cnkt-sidebar .cnkt-plugin-installer .plugin h2 {
  border: none;
  padding: 0;
  font-size: 16px;
}

.instant-images-settings .cnkt-sidebar .cnkt-plugin-installer .plugin h2 + p {
  padding: 0;
  margin: 0 !important;
  border-bottom: none;
}

.instant-images-settings .cnkt-sidebar .cnkt-plugin-installer .plugin h2,
.instant-images-settings .cnkt-sidebar .cnkt-plugin-installer .plugin h2 + p {
  background: none;
  margin: 0;
}

.instant-images-settings table {
  margin-top: 5px;
}

.instant-img-container[data-media-popup="true"] {
  background: #fff;
}

.instant-img-container[data-media-popup="true"] .header-wrap {
  display: none;
}

.instant-img-container[data-media-popup="true"] .instant-images-wrapper {
  padding: 0 16px;
}

body.loading .instant-img-container .loading-block {
  display: block;
}

.instant-images-sidebar-icon,
.instant-images-sidebar-icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.instant-images-sidebar-icon svg {
  height: 20px;
  width: 20px;
}

.instant-images-sidebar-icon svg,
.instant-images-sidebar-icon svg * {
  stroke: #586ec6 !important;
  fill: #586ec6 !important;
}

button[aria-expanded="true"] .instant-images-sidebar-icon svg,
button[aria-expanded="true"] .instant-images-sidebar-icon svg * {
  stroke: #aabbff !important;
  fill: #aabbff !important;
}

.components-panel .instant-img-container .load-more-wrap {
  display: block;
}

.components-panel .no-results {
  padding: 40px;
}

.components-panel .no-results h3 {
  font-size: 18px;
}

.components-panel .no-results p {
  font-size: 13px;
}

.components-panel .search-results-text {
  font-size: 12px;
  border-top: 1px solid #ddd;
  border-color: #ddd;
}

.components-panel .search-results-text .search-results-clear {
  display: none;
}

.components-panel #photos {
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  overflow: hidden;
}

.components-panel #photos .photo {
  width: 100%;
  display: block;
  opacity: 1 !important;
  margin: 0 0 10px;
  padding: 0;
}

.components-panel .provider-nav {
  width: 100%;
  padding: 10px 5px;
  margin: 0;
  border-bottom-color: #ddd;
}

.components-panel .provider-nav button {
  font-size: 13px;
  padding-left: 36px;
}

.components-panel .control-nav {
  padding: 0 5px 5px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
  display: block;
}

.components-panel .control-nav .control-nav--spacer {
  display: none;
}

.components-panel .control-nav--filters-wrap {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  display: block;
}

.components-panel .control-nav--filters {
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  padding: 10px 0;
}

.components-panel .control-nav--filters .filter-dropdown {
  width: calc(50% - 3px);
  display: none;
}

.components-panel .control-nav--filters .filter-dropdown button {
  padding: 5px;
  font-size: 13px;
}

.components-panel .control-nav--filters .filter-dropdown button.filter-dropdown--button {
  display: block;
}

.components-panel .control-nav--filters .filter-dropdown button i {
  margin-left: auto;
  padding-right: 5px;
}

.components-panel .control-nav--filters .filter-dropdown--menu {
  width: 106%;
  left: -3%;
  padding: 8px;
}

.components-panel .control-nav--filters .filter-dropdown--menu button {
  gap: 8px;
}

.components-panel .control-nav--filters .filter-dropdown:nth-child(1), .components-panel .control-nav--filters .filter-dropdown:nth-child(2) {
  display: block;
}

.components-panel .control-nav--filters .filter-dropdown .filter-dropdown--button-label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0 0 2px;
}

.components-panel .control-nav--filters .filter-dropdown .filter-dropdown--button-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 14px;
}

.components-panel .control-nav--search {
  float: none;
  width: 100%;
  padding: 0 0 10px;
  clear: both;
}

.components-panel .control-nav--search form {
  height: auto;
}

.components-panel .control-nav--search:before {
  display: none;
}

.components-panel .control-nav--search button[type="submit"] {
  display: none;
}

.components-panel .control-nav--search input {
  line-height: 40px;
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  border-color: #e2e4e7;
  font-size: 13px;
  -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
  background-position: 8px center;
}

.components-panel .control-nav--search input.searching {
  padding-left: 30px;
}

.components-panel .control-nav--search input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.components-panel .control-nav--search input[type="search"]::-webkit-input-placeholder {
  font-size: 13px;
}

.components-panel .control-nav--search input[type="search"]:-moz-placeholder {
  font-size: 13px;
}

.components-panel .control-nav--search input[type="search"]::-moz-placeholder {
  font-size: 13px;
}

.components-panel .control-nav--search input[type="search"]:-ms-input-placeholder {
  font-size: 13px;
}

.components-panel .control-nav--search .searchResults {
  right: 2px;
  left: auto;
  top: 2px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 12px;
  height: 36px;
  line-height: 35px;
}

.components-panel .control-nav--search .searchResults:before, .components-panel .control-nav--search .searchResults:after {
  display: none;
}

.components-panel .orientation-list {
  position: static;
  border-top: none;
  background: #f7f7f7;
  padding: 5px 5px 5px 0;
  margin-bottom: 5px;
  border-bottom-color: #ddd;
}

.components-panel .orientation-list span {
  display: none;
}

.components-panel .orientation-list ul {
  padding: 0;
  width: 100%;
}

.media-frame-content .instant-img-container .load-more-wrap {
  display: block;
}

.instant-img-container #tooltip {
  display: inline-block;
  padding: 8px 10px;
  background: #fff;
  position: fixed;
  left: auto;
  top: auto;
  z-index: 999;
  display: block;
  opacity: 0;
  visibility: hidden;
  margin-top: -37px;
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 1;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.instant-img-container #tooltip:after {
  top: 100%;
  right: 17px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
}

.instant-img-container #tooltip.over {
  opacity: 0.9;
  visibility: visible;
}

.instant-img-container #tooltip.above {
  margin-top: 37px;
}

.instant-img-container #tooltip.above:after {
  top: -5px;
  border-top: none;
  border-bottom-color: #ffffff;
}

.no-results {
  display: block;
  padding: 100px;
  text-align: center;
  position: relative;
}

.no-results::before {
  content: "\F002";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  font-size: 85px;
  opacity: 0.1;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.no-results > div {
  position: relative;
  z-index: 10;
}

.no-results h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px !important;
  font-weight: 700;
}

.no-results p {
  font-size: 16px;
  margin: 0;
}

@media screen and (max-width: 800px) {
  .no-results {
    padding: 50px;
  }
}

.media-frame-router button#menu-item-instantimages.active {
  background-color: #f7f7f7;
}

.media-frame-content .instant-img-container .load-more-wrap {
  display: block;
}

.provider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: calc(100% + 50px);
  margin-left: -25px;
  padding: 10px 25px;
  border-bottom: 1px solid #efefef;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.045);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.045);
  background-color: #f7f7f7;
  position: relative;
  overflow-x: auto;
}

.provider-nav > div {
  position: relative;
  margin: 0 5px;
}

.provider-nav > div:first-of-type {
  margin-left: 0;
}

.provider-nav > div:last-of-type {
  margin-left: 0;
}

.provider-nav--btn {
  padding: 0 10px 0 36px;
  margin: 0;
  height: 38px;
  line-height: 38px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 14px;
  color: #999;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #f7f7f7;
}

.provider-nav--btn:hover, .provider-nav--btn:focus {
  color: #333;
}

.provider-nav--btn.active {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
  cursor: default;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.075);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.075);
}

.provider-nav--new {
  color: #333;
  background-color: #ffe732;
  font-size: 9px;
  text-transform: uppercase;
  display: inline;
  padding: 3px 4px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  letter-spacing: -0.05rem;
}

[data-provider="unsplash"] {
  background: url(../img/unsplash.svg) no-repeat 10px center;
  -webkit-background-size: 18px 18px;
          background-size: 18px 18px;
}

[data-provider="pixabay"] {
  background: url(../img/pixabay.png) no-repeat 10px center;
  -webkit-background-size: 20px 20px;
          background-size: 20px 20px;
}

[data-provider="pexels"] {
  background: url(../img/pexels.svg) no-repeat 10px center;
  -webkit-background-size: 20px 20px;
          background-size: 20px 20px;
}

.media-frame-content .instant-img-container .api-lightbox {
  position: fixed;
}

.components-panel .instant-img-container .api-lightbox {
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.instant-img-container .api-lightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 99999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  padding: 5%;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 13px;
}

.instant-img-container .api-lightbox.active > div {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.instant-img-container .api-lightbox > div {
  max-width: 450px;
  width: 100%;
  padding: 0;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  position: relative;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.instant-img-container .api-lightbox > div > div {
  position: relative;
}

.instant-img-container .api-lightbox--details {
  border-bottom: 1px solid #e1e1e1;
  padding: 25px;
  padding-bottom: 20px;
  position: relative;
}

.instant-img-container .api-lightbox--details:after, .instant-img-container .api-lightbox--details:before {
  top: 100%;
  left: 50px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.instant-img-container .api-lightbox--details:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

.instant-img-container .api-lightbox--details:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #e1e1e1;
  border-width: 11px;
  margin-left: -11px;
}

.instant-img-container .api-lightbox--details h3 {
  font-size: 16px;
  line-height: 18px;
  padding: 0 0 0 25px;
  text-transform: uppercase;
  margin: 0 0 10px;
  background-position: left center;
}

.instant-img-container .api-lightbox--details p {
  margin: 10px 0 0;
  font-size: 13px;
}

.instant-img-container .api-lightbox--details p.action-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  line-height: 1;
}

.instant-img-container .api-lightbox--details p.action-controls button {
  font-size: 12px;
  font-weight: 500;
  color: #586ec6;
  background-color: transparent;
  border: none;
  padding: 8px 0;
  margin: 0;
  cursor: pointer;
}

.instant-img-container .api-lightbox--details p.action-controls button:hover, .instant-img-container .api-lightbox--details p.action-controls button:focus {
  color: #455cb6;
  text-decoration: underline;
}

.instant-img-container .api-lightbox--details p.action-controls span {
  display: inline-block;
  opacity: 0.35;
  padding: 0 8px;
}

.instant-img-container .api-lightbox--close {
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0;
  border: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  cursor: pointer;
  opacity: 0.5;
}

.instant-img-container .api-lightbox--close:hover, .instant-img-container .api-lightbox--close:focus {
  opacity: 1;
}

.instant-img-container .api-lightbox form {
  display: block;
  background-color: #f7f7f7;
  padding: 25px;
}

.instant-img-container .api-lightbox label,
.instant-img-container .api-lightbox button[type="submit"] {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding: 0;
  margin: 0 0 5px;
  cursor: pointer;
}

.instant-img-container .api-lightbox--input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.instant-img-container .api-lightbox--input-wrap:focus-within {
  border-color: #999;
  -webkit-box-shadow: 0 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 0 1px 4px rgba(0, 0, 0, 0.065);
}

.instant-img-container .api-lightbox--input-wrap span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
  border-right: 1px solid #e1e1e1;
  background-color: #f7f7f7;
}

.instant-img-container .api-lightbox--input-wrap span i {
  font-size: 16px;
}

.instant-img-container .api-lightbox--input-wrap span.invalid {
  cursor: help;
}

.instant-img-container .api-lightbox--input-wrap span.invalid i {
  color: #d4aa4d;
}

.instant-img-container .api-lightbox--input-wrap span.valid i {
  color: #65c774;
}

.instant-img-container .api-lightbox--input-wrap span.loading i {
  color: #333;
}

.instant-img-container .api-lightbox--input-wrap input {
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  background-color: transparent;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
}

.instant-img-container .api-lightbox--input-wrap input::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
}

.instant-img-container .api-lightbox--input-wrap input:-moz-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
}

.instant-img-container .api-lightbox--input-wrap input::-moz-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
}

.instant-img-container .api-lightbox--input-wrap input:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
}

.instant-img-container .api-lightbox--input-wrap input:focus {
  background: transparent;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.instant-img-container .api-lightbox button[type="submit"] {
  width: 100%;
  border: none;
  background-color: #586ec6;
  color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 0 10px;
  line-height: 46px;
  height: 46px;
  margin: 0;
}

.instant-img-container .api-lightbox button[type="submit"]:hover, .instant-img-container .api-lightbox button[type="submit"]:focus {
  background-color: #455cb6;
}

.instant-img-container .api-lightbox--response {
  color: #df3333;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  padding: 0 2px 12px;
}

.instant-img-container .api-lightbox--response.valid {
  color: #51a75e;
}

.filter-dropdown {
  position: relative;
}

.filter-dropdown button {
  background-color: transparent;
  border: none;
  text-align: left;
  color: #999;
}

.filter-dropdown button:not(disabled) {
  cursor: pointer;
}

.filter-dropdown--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 10px 2px 10px 0;
  text-transform: capitalize;
  color: #999;
  width: 100%;
  font-size: 14px;
}

@media screen and (min-width: 1500px) {
  .filter-dropdown--button {
    font-size: 15px;
  }
}

.filter-dropdown--button span.filter-dropdown--button-label {
  padding-right: 3px;
}

.filter-dropdown--button span.filter-dropdown--button-selected {
  color: #333;
  font-weight: 500;
}

.filter-dropdown--button i {
  opacity: 0.4;
  margin-left: 10px;
  font-size: 14px;
}

.filter-dropdown--button:hover i, .filter-dropdown--button:focus i {
  opacity: 1;
}

.filter-dropdown--menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.24, 0.22, 0.015, 1.56);
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.24, 0.22, 0.015, 1.56);
  -o-transition: transform 0.25s cubic-bezier(0.24, 0.22, 0.015, 1.56), opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  transition: transform 0.25s cubic-bezier(0.24, 0.22, 0.015, 1.56), opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  transition: transform 0.25s cubic-bezier(0.24, 0.22, 0.015, 1.56), opacity 0.15s ease-in-out, visibility 0.15s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.24, 0.22, 0.015, 1.56);
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 8px 16px rgba(48, 63, 122, 0.175);
          box-shadow: 0 8px 16px rgba(48, 63, 122, 0.175);
  z-index: 9999;
  position: absolute;
  top: 110%;
  left: -12px;
  width: 200px;
  max-height: 350px;
  overflow-y: auto;
}

.filter-dropdown--menu.expanded {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  top: 100%;
}

.filter-dropdown--menu button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  text-transform: capitalize;
  padding: 8px 5px;
  -webkit-transition: all 0.25 ease;
  -o-transition: all 0.25 ease;
  transition: all 0.25 ease;
  font-size: 14px;
}

.filter-dropdown--menu button:before {
  font-family: "FontAwesome";
  content: "\F00C";
  display: block;
  color: #ccc;
  opacity: 0.4;
  font-size: 10px;
}

.filter-dropdown--menu button:hover, .filter-dropdown--menu button:focus {
  color: #333;
}

.filter-dropdown--menu button:hover:before, .filter-dropdown--menu button:focus:before {
  opacity: 0.75;
}

.filter-dropdown--menu button.selected {
  color: #333;
}

.filter-dropdown--menu button.selected:before {
  color: #333;
  opacity: 0.75;
}

.filter-dropdown--menu[data-key="colors"] button ._color, .filter-dropdown--menu[data-key="color"] button ._color {
  margin-left: auto;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: currentColor;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.075);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.075);
}

.search-results-header h2 {
  font-size: 34px;
  line-height: 1;
  padding: 0;
  margin: 0 0 5px;
  text-transform: capitalize;
  font-weight: 700;
}

@media screen and (max-width: 800px) {
  .search-results-header h2 {
    font-size: 25px;
  }
}

.search-results-header--text {
  font-size: 14px;
  margin: 0 0 15px;
  color: #999;
}

.search-results-header--text strong {
  color: #333;
  font-weight: 600;
}

.search-results-header--text button {
  border: none;
  background-color: transparent;
  font-size: 13px;
  cursor: pointer;
  color: #586ec6;
  font-weight: 400;
  padding: 2px 0 0;
  margin: 0;
}

.search-results-header--text button:hover, .search-results-header--text button:focus {
  text-decoration: underline;
  color: #455cb6;
}

.search-results-header .control-nav--filters-wrap {
  margin: 0 0 15px;
}

/*# sourceMappingURL=instant-images.css.map*/