/**
Plugin Name: Netcom Gallery
Version: 1.0.0
Description: Main CSS file for rendering style on gallery
**/
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

.ngallery-header {
  padding-top: 33px;
  padding-right: 0px;
  padding-bottom: 26px;
  padding-left: 0px;
  background-color: #00a693;
  overflow: hidden;
}

.ngallery-header .box-title {
}

.box-title h1 {
  color: #fff;
}

.big-space {
  display: block;
  height: 100px;
}

.main-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.mobile-show {
  display: none;
}

.display-flex {
  display: flex;
}

.color-black,
.color-black a {
  color: #000;
}

.color-white,
.color-white a {
  color: #fff;
}

.bottom-space-rem {
  margin-bottom: 1.6rem;
}

.bottom-no-space {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.m-bottom-50 {
  margin-bottom: 50px;
}

.d-bottom-50 {
  margin-bottom: 50px;
}

.gallery-box .gallery-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.gallery-box .gallery-meta {
  box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
  box-sizing: border-box;
  border-radius: 0px 0px 5px 5px;
  padding: 15px 20px;
}

.gallery-box .gallery-meta .gmeta-flex {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.gallery-box .gallery-meta h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4em;
}

.gallery-box .gallery-meta a {
}

.gallery-box .gallery-meta span {
}

.gallery-box .gallery-meta .download-btn {
}
.gallery-box .gallery-meta .download-btn a {
  border-radius: 9999px;
  background-color: #edf2f6;
  padding: 7px 15px;
  color: #000;
}
.gallery-box .gallery-meta .download-btn a:hover {
  background-color: #000;
  color: #fff;
}

.gallery-box .gallery-meta span.quantity span {
  border-radius: 9999px;
  background-color: #edf2f6;
  padding: 7px 15px;
}

/** Gallery details page */
.gallery-caption,
.gallery-item a {
  width: 100%;
}

/* search form */
.gsearch {
  outline: 0;
  float: right;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
}

.gsearch > .textbox {
  outline: 0;
  height: 42px;
  width: 82%;
  line-height: 42px;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #212121;
  border: 0;
  float: left;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.gsearch > .textbox:focus {
  outline: 0;
  background-color: #fff;
}

.gsearch > .button {
  outline: 0;
  background: none;
  background-color: rgba(38, 50, 56, 0.8);
  float: left;
  height: 42px;
  width: 18%;
  text-align: center;
  line-height: 42px;
  border: 0;
  color: #fff;
  font-family: "Ionicons";
  font-size: 16px;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.gsearch > .button:hover {
  background-color: rgba(0, 150, 136, 0.8);
}
/* search form */

/** Tag list design */
.tags-meta {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.tags-meta li {
  float: left;
}

.tags-meta li:hover {
  cursor: pointer;
}

.tag-meta {
  background: rgb(218, 218, 218);
  border-radius: 3px 0 0 3px;
  color: #191919;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 15px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag-meta::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid rgb(218, 218, 218);
  border-top: 13px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.tag-meta:hover {
  background-color: rgb(196, 196, 196);
  color: #191919;
}

.tag-meta:hover::after {
  border-left-color: rgb(196, 196, 196);
}

.tag-meta.active {
  background-color: #555;
  color: white;
}

.tag-meta.active::after {
  border-left-color: #555;
}

/* Tag list design end */

/** Mobile Notice **/
.gnotice {
  margin-top: 5px;
}

.gnotice h5 {
  color: #6d6d6d;
  font-weight: 400;
  font-size: 12px;
}
/** Mobile notice end */

.no-post-found h4 {
  font-weight: 400;
}

/** Gallery details page end */

@media only screen and (min-width: 75em) {
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9 {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
}

/** Gallery hover */
figure.snip0013 {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  background: #000000;
  text-align: center;
  display: flex;
}

figure.snip0013 img {
  max-width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.snip0013 > div {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
}

figure.snip0013 > div a {
  color: #ffffff;
}

figure.snip0013 > div a i {
  font-size: 50px;
  opacity: 0;
  top: 50%;
  position: relative;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: inline-block;
}

figure.snip0013 > div a i.left-icon {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

figure.snip0013 > div a i.right-icon {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

figure.snip0013 > div::before {
  position: absolute;
  top: 30px;
  right: 50%;
  bottom: 30px;
  left: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  content: "";
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.snip0013:hover img,
figure.snip0013:active img {
  opacity: 0.35;
}

figure.snip0013:hover > div i,
figure.snip0013:active > div i {
  opacity: 0.9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.snip0013:hover > div i.left-icon,
figure.snip0013:active > div i.left-icon {
  -webkit-transform: translate3d(-25%, -50%, 0);
  transform: translate3d(-25%, -50%, 0);
}

figure.snip0013:hover > div i.right-icon,
figure.snip0013:active > div i.right-icon {
  -webkit-transform: translate3d(25%, -50%, 0);
  transform: translate3d(25%, -50%, 0);
}

figure.snip0013:hover > div::before,
figure.snip0013:active > div::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  right: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/** hover style end */

/** Ajax spinner */
.position-relative {
  position: relative;
}
#overlay {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.1);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}
/** Ajax spinner end */

.ngallery-load {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 5rem;
}
.ngallery-load a {
  border: 1px solid #00a693;
  color: #00a693;
  padding: 8px 20px;
  font-size: 13px;
  text-align: center;
  max-width: 120px;
  border-radius: 3px;
  text-transform: capitalize;
}
.ngallery-load i {
}
.ngallery-load a:hover {
  background-color: #00a693;
  color: #fff;
}

.ngallery-notfound {
  width: 100% !important;
  text-align: center;
  margin-top: 5rem;
}
.ngallery-notfound h3 {
  font-size: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .gsearch {
    margin-top: 20px;
  }

  figure.snip0013 > div a i {
    font-size: 35px;
  }

  figure.snip0013 > div {
    transform: translate(-1000px);
  }

  figure.snip0013:hover > div,
  figure.snip0013:active > div {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    transform: translate(0px);
  }

  .mobile-show {
    display: flex;
  }

  .d-bottom-50 {
    margin-bottom: 0px;
  }
}
