/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor - BGSMM site customization
Author: Muneeb
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/


/* Global */
p {
	margin-block-end: 0 !important;
}
p:not(:last-of-type) {
	margin-bottom: 1rem !important;
}
p a {
    text-decoration: underline !important;
}
.text-left a {
	text-align: left;
}

/* Home Page */
.home .site-header,
.home .site-footer {
	display: none;
}
.stripe-element {
	position: unset !important;
}
.book-stripe {
    position: absolute;
    right: 28px;
    top: 0;
    height: 100%;
    width: 9px;
    display: flex;
    flex-direction: column;
}
.book-stripe span {
    flex: 1;
}
.book-stripe .red {
    background: var( --e-global-color-primary );
}
.book-stripe .amber {
    background: var( --e-global-color-secondary );
}
.book-stripe .green {
    background: var( --e-global-color-text );
}
.videoSec .elementor-custom-embed-play svg {
	opacity: 1;
}

@media (max-width: 1024px) {
	.book-stripe {
		right: 20px;
	}
}

@media (max-width: 640px) {
	.book-stripe {
		right: 15px;
	}
}
