/*
 Theme Name:   eXp Theme
 Theme URI:    https://generatepress.com
 Description:  eXp Rev Share Theme
 Author:       Jordan Kayle
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Hide page header shortcode until needed */
.gb-container.page-header-sc {
	display: none;
}

.exp-home-reviews {
	display: none;
}

/* Default Hero Section */
.hero-cta-container button.exp-prim-btn {
	min-width: 280px;
	display: inline;
	margin: 0 10px;
}

.hero-cta-container button.exp-prim-btn {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.hero-accent {
	font-weight: 900;
}

.hero-accent::after {
	margin-top: -5px;
	content: "";
	background: #D21342;
	width: 86px;
	height: 4px;
	display: block;
	right: 0;
	text-align: right;
	margin-left: auto;
	margin-right: 12px;
}


.hero-cta-shape {
	position: absolute;
	max-width: 740px;
	text-align: center;
}

.hero-cta-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 680px;
	position: absolute;
	padding: 20px 20px 20px 40px;
	width: 100%;
	max-width: 100%;
	justify-content: center;
	background: rgba(0,0,0,0.4);
}

.hero-cta-shape h2 {
	position: relative;
	color: #fff;
	z-index: 1;
	font-family: 'Montserrat', sans-serif;
	-webkit-transform: scale(1, 1.2);
	-ms-transform: scale(1, 1.2);
	transform: scale(1, 1.2);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 2.4em;
	line-height: 1.2;
	stroke: 3px red solid;
	/* background: rgba(0, 79, 153, 0.7); */
	padding: 5px 30px 10px 30px;
}

#bgvid {
	height: 680px;
	width: 100%;
	object-fit: cover;
}

video#bgvid {
	height: 680px;
	width: 100%;
	object-fit: cover;
}

.home-webinar .frm_button {
	background: var(--accent-3);
	border: none;
	border-radius: 0;
	width: 100%;
	max-width: 277px;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	padding: 15px !important;
}

.home-webinar .frm_button:hover {
	background: var(--accent);
	color: #fff;
}

.modal-dialog {
	margin-top: calc(2% + 70px) !important;
}

.footer-legal_ p {
	margin-bottom: 5px;
}

@media (max-width:644px){
	.hero-cta-container a {
		margin-bottom: 10px;
		display: block;
	}
}

@media (max-width:540px){
	.hero-cta-shape h2 {
		font-size: 1.8em;
	}
}