/*!
Theme Name: Marble Artisans
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: marble-artisans
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Marble Artisans is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.call-to-action-block.video-block {
	z-index: 0;
	max-width: 100%;
	padding: 0;
	min-height: 700px;

	@media screen and (max-width:767px) {
		min-height: 400px;
	}

	&:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 1;
	}

	.row {
		&.justify-content-center {

			.section-btn-block,
			h2 {
				text-align: center;
			}
		}
	}

	.cta-video-bg {
		position: absolute;
		/* inset: 0; */
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
        object-position: center center;
	}
}
.hero-title.show{
	opacity: 1 !important;
}
@media(max-width: 767px){
	.hero-block.two-column-hero .row{
		flex-direction: unset !important;
	}
	.hero-block.two-column-hero .hero-content{
		position: relative !important;
		z-index: 3 !important;
		top: unset !important;
        left: unset !important;
        transform: unset !important;
	}
	.hero-block.two-column-hero .play-btn-block{
		position: relative !important;
		top: unset !important;
        left: unset !important;
        transform: unset !important;
		z-index: 3 !important;
	}
	.two-column-hero-img{
		width: 300px;
        height: 400px;
        object-fit: contain;
        object-position: center;
        margin: auto;
        display: block;
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0;
		margin-bottom: 0px !important;
	}
}
.second-level-menu-slider li a .menu-img{
	display: block !important;
}
.second-level-menu > li{
	min-height: 290px !important;
    max-height: 290px !important;
}
header .navbar-nav > li.mega-menu > .second-level-menu > li > ul > li.active > a{
	color: #AB9B6E !important;
	background-color: unset !important;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
header .navbar-nav > li.mega-menu > .second-level-menu > li > ul > li.active > a:before{
	border-color: #AB9B6E;
}
.second-level-menu > li > ul > li.menu-item-has-children > a:before{
	content: "" !important;
    position: absolute;
    top: 10px;
    right: 11px !important;
    border-style: solid;
    border-color: #333;
    border-width: 0px 1px 1px 0px;
    padding: 4px;
    transform: rotate(-45deg);
    width: auto !important;
    left: unset !important;
    background-color: transparent !important;
    height: auto !important;
    margin: 0px !important;
    bottom: unset !important;
}
/* header .navbar-nav > li.mega-menu > .sub-menu{
	opacity: 1 !important;
    visibility: visible !important;
    pointer-events: unset !important;
} */
.second-level-menu > li > ul > li .third-level-menu{
	width: 72% !important;
}
@media(max-width: 991px){
	.second-level-menu-slider {
		padding: 0px 10px !important;
		max-height: 258px;
		overflow: hidden;
	}
	.second-level-menu-slider li{
		border: none !important;
	}
	.second-level-menu-slider .slick-arrow.slick-prev {
		left: 10px !important;
	}
	.second-level-menu-slider .slick-arrow.slick-next {
		right: 10px !important;
	}
	.second-level-menu > li > ul > li > a{
		width: 100%;
	}
	.second-level-menu > li{
		min-height: auto !important;
		max-height: unset !important;
		position: relative;
	}
	.second-level-menu > li .third-level-menu{
		width: 100%;
		position: relative;
		top: unset;
		right: unset;
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: unset !important;
		max-height: 246px;
        overflow: hidden;
		padding: 0px 20px;
		display: none;
	}
	.second-level-menu > li .third-level-menu .slick-arrow.slick-prev{
		left: 0px;
	}
	.second-level-menu > li .third-level-menu .slick-arrow.slick-next{
		right: 0px;
	}
	.second-level-menu > li .third-level-menu li{
		padding-bottom: 10px !important;
        border: none;
	}
	.second-level-menu > li .third-level-menu li a{
		padding: 0px 0px;
	}
	.second-level-menu > li .third-level-menu li a .menu-img{
		display: block;
	}
}