/*
Theme Name: TM Wilson child theme
Theme URI: https://wilson.thememove.com/
Author: ThemeMove
Author URI: https://thememove.com/
Version: 1.0
Template: tm-wilson
*/

/* LOGO */
.logo-image { height: 40px !important; }

/* PAN AND ZOOM */
.wpb_single_image.hover-image .vc_figure { overflow: hidden; }

/* Brightness-zoom Container */
.hover-image img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(80%);
}

/* The Transformation */
.hover-image:hover img {
  filter: brightness(100%);
  transform: scale(1.2);
}

.hover-image .wpb_heading.wpb_singleimage_heading { 
  	position: absolute;
  	z-index: 99;
  	bottom: 40px;
  	left: 30px;
  	color: #fff;
	text-align: left;
}

.page-title .title { font-family: Manrope !important; }
.insight-portfolio-info-item .name { font-family: Manrope !important; }
.insight-portfolio-info-item .value { font-family: Manrope !important; }
.portfolio-content-area .insight-lightbox-gallery .col-md-4 { width: 50%; }
.single-ic_portfolio #main { padding: 0px; }
.single-ic_portfolio .page-title { background-size: cover; background-position: center center; background-repeat: no-repeat; }
.single-ic_portfolio .insight_core_breadcrumb .tail.current { display: none !important; }