/*
Theme Name: WooHoo Child Theme
Theme URI: http://woohoo.axiomthemes.com/
Description: WooHoo is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AxiomThemes
Author URI: http://axiomthemes.com/
Version: 1.32.0
Engine: 1.88.0
Tested up to: 5.5
Requires at least: 5.0
Requires PHP: 5.6.20
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: woohoo
Template: woohoo
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
.hero-slider{
	padding-top:70px;
	padding-bottom:70px;
}
.hero-slider .slick-track{
		transition: transform 2.5s ease-in-out !important;
	}
.hero-slider .slick-slide img {
    position: relative;
    z-index: -1;
	object-fit:cover;
}
.hero-slider .single-banner{
	position:relative;
	padding-top:0;
	padding-bottom:0;
	display:flex !important;
	flex-direction:column;
	align-items:center;
}
.hero-slider .slider-cont{
	display:flex;
	justify-content:center;
}
.hero-slider .slider-cont h2{
	font-size:70px !important;
	text-align:center;
}

.hero-slider .slider-cont .sc_title{
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hero-slider .slider-cont .sc_title h2{
	font-size:70px !important;
}
.hero-slider .slider-cont .sc_title .sc_item_descr{
	font-size:40px !important;
	line-height:46px;
	max-width:50%;
	color:#fff;
}