/*
	Theme Name: Harington Child
	Theme URI: http://harington.clapat-themes.com/
	Description: Responsive Wordpress Theme
	Template: harington
	Version: 1.0
	Author: You
	Author URI: http://your site
	License: Themeforest
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: agency, ajax, business, clapat, clean, creative, gallery, minimal, modern, photography, portfolio, premium, responsive, showcase
	Text Domain: harington-child
*/


/*------------------------------------------------------------------

Add here your own styles
-------------------------------------------------------------------*/

	/*CUSTOM TEXT PROPERTY*/

.preloader-intro{font-family: InterTight-Medium;letter-spacing:-0.03em;}

.hero-title {font-family: InterTight-Medium;letter-spacing:-0.03em;}

.slide-title {font-family: InterTight-Medium;letter-spacing:-0.03em;}

/*ARROW CUSTOM HOVER IMAGE PORFOLIO*/


.slider-img {
  position: relative;
  overflow: hidden;
}

.slider-img canvas {
  position: absolute !important;
  top: 0; left: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
}







/*FULL SLIDER*/

.slide-title {
	transform: translateY(50px);
	text-align: center;
	font-size: calc(1.8rem + 6.25vw);
    line-height: calc(1.8rem + 7.55vw);
	position: absolute,
	
}

.slide-title-wrapper {
	position: relative;
		height: calc(4vw + 20px);
		width: auto;
		display: table;
		margin: 0 auto;
		overflow:hidden;
		opacity:0;
		transform: translateY(50px);
}

.slide-subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center; 
	transform: translateY(-50px);
	position: absolute,
	}



