/*
Theme Name: Seosight child Theme
Theme URI: http://theme.crumina.net/seosight/
Author: Crumina Team
Author URI: http://crumina.net/
Description: Unique portfolio & agency Wordpress theme
Version: 1
Template:seosight
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seosight
*/

/*****************************************************************
Add Custom styles below 
******************************************************************/

/*
 * Home hero: the parent theme already reserves the absolute header
 * with #header-spacer. Its JavaScript also adds the same height as
 * inline padding to every slide, leaving a duplicated empty band.
 */
@media (min-width: 1024px) {
	body.home #site-header .header-content-wrapper .logo img {
		width: 310px;
		height: 88.57px;
		object-fit: contain;
	}

	body.home #header-spacer {
		height: 210px !important;
	}

	body.home.admin-bar #header-spacer {
		height: 242px !important;
	}

	body.home .main-slider.js-full-window {
		height: max(560px, calc(100vh - 47px)) !important;
		min-height: max(560px, calc(100vh - 47px)) !important;
	}

	body.home .main-slider.js-full-window > .swiper-wrapper {
		height: max(419px, calc(100vh - 188px)) !important;
		min-height: max(419px, calc(100vh - 188px)) !important;
	}

	body.home .main-slider > .swiper-wrapper > .swiper-slide {
		padding-top: 0 !important;
	}
}
