
/* ===================================
    # gtportfolio
====================================== */
img {
    border: none;
    outline: none;
    max-width: 100%;
}
.gtportfolio-area {
  overflow: hidden;
}

.gtportfolio-area.default-padding {
  padding-bottom: 105px;
}

.gtportfolio-area.gtgallery-carousel {
  padding-bottom: 120px;
}

.gtportfolio-area .gtgallery-items.col-3 .pf-item {
  float: left;
  padding: 15px;
  width: 33.3333%;
}

.gtportfolio-area .gtgallery-items.col-2 .pf-item {
  float: left;
  padding: 15px;
  width: 50%;
}

.gtportfolio-area .gtgallery-items.col-4 .pf-item {
  float: left;
  padding: 15px;
  width: 25%;
}

.gtgallery-items-area .effect-box .info .left {
  padding-right: 20px;
}

.gtgallery-items-area button {
  background: transparent;
  border: none;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  font-size: 14px;
  color:#585450;
}
.gtgallery-items-area button:hover {
  color:#fff;
}
.gtgallery-items-area button.active {
  background: #ff4450;
  color: #ffffff;
}

.mix-item-menu {
  margin-bottom: 30px;
}

.gtgallery-items-area button::after {
  position: absolute;
  left: 50%;
  bottom: -4px;
  content: "";
  height: 10px;
  width: 10px;
  background: #ffffff;
  margin-left: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.gtgallery-items-area .effect-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gtgallery-items-area .effect-box img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.gtgallery-items-area .effect-box:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.gtgallery-items-area .effect-box .info {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  opacity: 0;
}

.gtgallery-items-area .effect-box:hover .info {
  opacity: 1;
}

.gtgallery-items-area .effect-box:hover::after {
  opacity: 1;
}

.gtgallery-items-area .effect-box .info h4 {
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
  left: -30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.gtgallery-items-area .effect-box:hover .info h4 {
  left: 0;
}

.gtgallery-items-area .effect-box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  opacity: 0;
}

.gtgallery-items-area .effect-box .info h4 a {
  color: #ffffff;
}

.gtgallery-items-area .effect-box .info p {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  margin: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  position: relative;
  bottom: -30px;
}

.gtgallery-items-area .effect-box:hover .info p {
  bottom: 0;
}

.gtgallery-items-area .effect-box .info .right a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: #ffffff;
  display: inline-block;
  text-align: center;
  color: #ff4450;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  position: relative;
  top: -30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.gtgallery-items-area .effect-box .info .right a i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.gtgallery-items-area .effect-box:hover .info .right a {
  top: 0;
}

.gtgallery-items-area .gtportfolio-carousel .owl-nav {
  margin: 0;
}

.gtgallery-items-area .gtportfolio-carousel .owl-nav .owl-prev, 
.gtgallery-items-area .gtportfolio-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 30px;
  height: 40px;
  left: 15px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.gtgallery-items-area .gtportfolio-carousel .owl-nav .owl-next {
  left: auto;
  right: 15px;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100% !important;
    width: calc(100% - 4rem);
}
