.zoomin {
  overflow: hidden;
  box-sizing: border-box;
}
.zoomin img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.zoomin img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/*End common css*/

/*CSS for Bootstrap based theme*/
.gs_envato_area .container {
  padding-left: 0;
  padding-right: 0;
}
.gs_envato_area .container .row {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}
.gs_envato_area .col-xs-1, .gs_envato_area .col-sm-1, .gs_envato_area .col-md-1, .gs_envato_area .col-lg-1, .gs_envato_area .col-xs-2, .gs_envato_area .col-sm-2, .gs_envato_area .col-md-2, .gs_envato_area .col-lg-2, .gs_envato_area .col-xs-3, .gs_envato_area .col-sm-3, .gs_envato_area .col-md-3, .gs_envato_area .col-lg-3, .gs_envato_area .col-xs-4, .gs_envato_area .col-sm-4, .gs_envato_area .col-md-4, .gs_envato_area .col-lg-4, .gs_envato_area .col-xs-5, .gs_envato_area .col-sm-5, .gs_envato_area .col-md-5, .gs_envato_area .col-lg-5, .gs_envato_area .col-xs-6, .gs_envato_area .col-sm-6, .gs_envato_area .col-md-6, .gs_envato_area .col-lg-6, .gs_envato_area .col-xs-7, .gs_envato_area .col-sm-7, .gs_envato_area .col-md-7, .gs_envato_area .col-lg-7, .gs_envato_area .col-xs-8, .gs_envato_area .col-sm-8, .gs_envato_area .col-md-8, .gs_envato_area .col-lg-8, .gs_envato_area .col-xs-9, .gs_envato_area .col-sm-9, .gs_envato_area .col-md-9, .gs_envato_area .col-lg-9, .gs_envato_area .col-xs-10, .gs_envato_area .col-sm-10, .gs_envato_area .col-md-10, .gs_envato_area .col-lg-10, .gs_envato_area .col-xs-11, .gs_envato_area .col-sm-11, .gs_envato_area .col-md-11, .gs_envato_area .col-lg-11, .gs_envato_area .col-xs-12, .gs_envato_area .col-sm-12, .gs_envato_area .col-md-12, .gs_envato_area .col-lg-12{
    padding-left: 5px;
    padding-right: 5px;
}
/*CSS for Bootstrap based theme*/

.gs-envitem-name {
  text-align: center;
  line-height: 1.2;
  margin: 3px 0 20px;
}



/*Theme Three*/
.gs_envato_theme3 .single-item {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  line-height: 0;
}
.gs_envato_theme3 .single-item .gs-item-name {
  margin-bottom: 5px;
}
.gs_envato_theme3 .single-item-overlay {
  background-color: rgba(129, 180, 65, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: translate(0,80px);
  -moz-transform: translate(0,80px);
  -ms-transform: translate(0,80px);
  -o-transform: translate(0,80px);
  transform: translate(0,80px);
  padding: 13% 10px 0;
  line-height: 1.2;
}
.gs_envato_theme3 .single-item:hover .single-item-overlay {
  opacity: 1;
  transform: rotateY(0deg) scale(1,1);
}
.gs_envato_theme2 .gs-envitem-name,
.gs_envato_theme6 .gs-envitem-name,
.widget-envato-items .gs-envitem-name {
  margin: 6px 0 7px;
}
.gs_envato_theme2 ul.gs-env-stat,
.gs_envato_theme4 ul.gs-env-stat,
.gs_envato_theme5 ul.gs-env-stat,
.gs_envato_theme6 ul.gs-env-stat,
.widget-envato-items ul.gs-env-stat {
  text-align: center;
  margin: 5px 0 20px;
  padding: 0;
  color: #100e0e;
  font-size: 15px;
}
.gs_envato_theme3 ul.gs-env-stat {
  text-align: center;
  margin: 8px 0 15px;
  padding: 0;
  color: #fff;
  font-size: 17px;
}
.gs_envato_theme2 .gs-env-stat li,
.gs_envato_theme3 .gs-env-stat li,
.gs_envato_theme4 .gs-env-stat li,
.gs_envato_theme5 .gs-env-stat li,
.gs_envato_theme6 .gs-env-stat li,
.widget-envato-items .gs-env-stat li {
  list-style-type: none;
  display: inline-block;
}
.gs_envato_theme2 .gs-env-stat li i,
.gs_envato_theme3 .gs-env-stat li i,
.gs_envato_theme4 .gs-env-stat li i,
.gs_envato_theme5 .gs-env-stat li i,
.gs_envato_theme6 .gs-env-stat li i,
.widget-envato-items .gs-env-stat li i {
  margin-right: 5px !important;
}
.gs_envato_theme2 .gs-env-stat li span,
.gs_envato_theme3 .gs-env-stat li span,
.gs_envato_theme4 .gs-env-stat li span,
.gs_envato_theme5 .gs-env-stat li span,
.gs_envato_theme6 .gs-env-stat li span,
.widget-envato-items .gs-env-stat li span {
  margin-right: 15px;
}

/*Theme Four*/
.gs_envato_theme4 .single-item,
.gs_envato_theme5 .single-item {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease;
}
.gs_envato_theme4 .gs-item-category,
.gs_envato_theme5 .gs-item-category {
  text-transform: capitalize;
  margin: 7px;
}
.gs_envato_theme4 .gs-item-category i,
.gs_envato_theme5 .gs-item-category i {
  color: #100e0e;
  font-size: 15px;
  margin-right: 10px;
}
.gs_envato_theme4 ul.gs-env-stat,
.gs_envato_theme5 ul.gs-env-stat { 
  margin: 7px; 
}
.gs_envato_theme4 .single-item:hover i,
.gs_envato_theme5 .single-item:hover i {
  color: rgba(129, 180, 65, 0.8);
}

/*--  GS Envato Grey Theme  --*/
.gs_envato_theme6 .single-item img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.gs_envato_theme6 .single-item img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}

/*--  GS Envato Theme 9 Hover  --*/

.gs_envato_theme9 .single-envato {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.gs_envato_theme9 .single-envato-title {
  position: absolute;
  left: 0;
  bottom: 20px;
}
.gs_envato_theme9 .gs-envato-name {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  padding: 5px 10px;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  transition: all 0.6s linear 0s;
  background-color: rgba(129, 180, 65, 0.9);
}
.gs_envato_theme9 .gs-envato-category,
.gs-envato-rating {
  color: #fff;
  padding: 5px 10px;
  transition: all 0.6s linear 0s;
}
 .gs_envato_theme9 .gs-envato-rating {
  background-color: rgba(124, 124, 124, 0.9);
}

.gs_envato_theme9 .single-envato:hover .gs_envato_overlay {
  opacity: 1;
  visibility: visible;
}
.single-envato:hover .gs-envato-name,
.single-envato:hover .gs-envato-category,
.single-envato:hover .gs-envato-rating{
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.gs_envato_theme9 .single-envato .gs_envato_overlay i {
  backface-visibility: hidden;
  background-color: rgba(129, 180, 65, 0.7);
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 23px;
  height: 50px;
  left: 0;
  line-height: 50px;
  margin: auto !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
     transition: all 0.6s linear 0s;
  vertical-align: middle;
  width: 50px;
}
 .gs_envato_theme9 .single-envato:hover .gs_envato_overlay i {
  transform: translateX(0%);
}

 .gs_envato_theme9 .gs-envato-category {
  background-color: rgba(151, 102, 51, 0.9);
  font-size: 16px;
  text-transform: capitalize;
}
 .gs_envato_theme9 .gs_envato_overlay {
  background-color: rgba(0, 0, 0, 0.66);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9;
}

.gs_envato_theme9 .gs-envato-name {
  color: #fff;
  padding: 5px 10px;
  transition: all 0.6s linear 0s;
}

/*Star Rating*/
@font-face {
  font-family: "dashicons";
  src: url("../fonts/dashicons.eot");
}

@font-face {
  font-family: "dashicons";
  src: url(data:application/x-font-woff;charset=utf-8;base64,/* !! Large amount of data removed, see wp-includes/css/dashicons.css for complete data !! */) format("woff"),
      url("../fonts/dashicons.ttf") format("truetype"),
      url("../fonts/dashicons.svg#dashicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.star-rating .star-full:before {
  content: "\f155";
}

.star-rating .star-half:before {
  content: "\f459";
}
.star-rating .star-empty:before {
  content: "\f154";
}
.star-rating .star {
  color: #fff;
  display: inline-block;
  font-family: dashicons;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 14px;
}
.gs_envato_theme9 span.screen-reader-text {
  display: none;
}

/*Widget*/
.widget-envato-items li a {
  border-bottom: none;
}
.gs_envato_author_area .profile-image,
.gs_envato_author_area .author-name,
.gs_envato_author_area .site-portfolio,
.gs_envato_author_area .country,
.gs_envato_author_area .sales,
.gs_envato_author_area .followers {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 10px 12px;
  margin-bottom: 5px;
}
.gs_envato_author_area p {
  margin-bottom: 0 !important;
}

.gs_envato_author_area .site-portfolio > img {
  display: inline-block;
}
.gs_envato_author_area .site-portfolio__item-count {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.gs_envato_author_area span {
  color:#21759B;
}

/*Responsive*/
@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  .gs_envato_theme4 .gs-item-name,
  .gs_envato_theme5 .gs-item-name {
    font-size: 16px !important;
  }
  .gs_envato_theme4 .gs-item-category, .gs_envato_theme5 .gs-item-category,
  .gs_envato_theme4 ul.gs-env-stat, .gs_envato_theme5 ul.gs-env-stat {
    margin: 6px;
    font-size: 14px;
  }
  .gs_envato_theme6 .single-envitem-title {
    min-height: 70px;
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
  .gs_envato_theme4 .single-item, .gs_envato_theme5 .single-item {
    display: initial;
  }
  .gs_envato_theme4 .single-item .zoomin img,
  .gs_envato_theme5 .single-item .zoomin img {
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 479px) {
  .gs_envato_theme4 .single-item, .gs_envato_theme5 .single-item {
    display: initial;
  }
  .gs_envato_theme4 .single-item .zoomin img,
  .gs_envato_theme5 .single-item .zoomin img {
    margin-bottom: 6px;
  }
}