/**
Theme Name: jlanding
Author: Jegtheme
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jlanding
Template: astra
*/

/* Heading */
.entry-content h2, h2, .entry-content h3, h3 {
	letter-spacing: -.04em;
}

.main-header-bar {
	padding: 0;
}

.main-header-menu a, .ast-header-custom-item a {
	color: #1f2d3d;
	font-weight: 500;
}

/* Mega Menu */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	border: 1px solid #edeff7;
	box-shadow: 0 15px 30px rgba(2, 13, 45, 0.2);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-weight: 500 !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after {
	font-family: fontawesome;
	content: '\f107';
	color: #8d97a1;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-family: "Poppins" !important;
	font-weight: 500 !important;
}

/* mobile menu */
.mega-menu-primary .ast-mobile-menu-buttons {
	display: none !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center {
	display: none;
}

.ast-header-break-point #mega-menu-wrap-primary {
	position: static;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 99999;
	border: 1px solid #eaeaea;
}

.ast-header-break-point .ast-main-header-bar-alignment {
	position: static;
	flex: 0;
	text-align: right;
}

@media only screen and (min-width:922px) {
	li#mega-menu-item-4187 > a, li#mega-menu-item-4188 > a {
		text-indent: -99999em;
	}

}

@media only screen and (max-width:921px) {
	.ast-header-break-point #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 15px;
	}

	.ast-header-break-point #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		color: #566574;
		font-size: 13px;
		padding: 0px 20px;
	}

	.ast-header-break-point #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		margin-bottom: 10px;
	}

	.ast-header-break-point #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
		font-size: 13px;
	}

}

/* Landing Page */
.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title, .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
	margin-bottom: 15px;
}

#ads .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title, #videoplaylist .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
	margin-bottom: 0;
}

.elementor-button-content-wrapper {
	display: flex;
	align-items: center;
}

.elementor-button .elementor-button-icon .fa {
	font-size: 1.3em;
}

/* Carousel */
.epic-carousel .slick-slide > div {
	padding: 0 10px;
}

.epic-carousel .slick-slide h3 {
	font-size: 14px;
	text-align: center;
	margin: 10px 0;
	color: #1f2d3d;
	text-transform: uppercase;
	font-weight: 500;
	font-weight: 600;
	letter-spacing: 1px;
}

.slick-dots li {
	margin: 0 7px;
}

.slick-dots li, .slick-dots li button {
	height: auto;
	width: auto;
}

.slick-dots li button:before {
	display: none;
}

.slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #273542;
	opacity: .35;
	transform: scale(.7);
	transition: .2s;
}

.slick-dots li.slick-active button {
	background-color: #0f36a5;
	transform: scale(1);
	opacity: 1;
}

/* V2 */

/* new ribbon */
.feature-gutenberg:before {
    content: 'NEW';
    position: absolute;
    right: -20px;
    top: -20px;
    color: #fff;
    background: #f93d3d;
    line-height: 1;
    padding: 5px 20px;
    font-size: 12px;
    letter-spacing: 1px;
}

.elements-row {
	transition: .25s ease;
}

.elements-row.hide {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.elements-row.show {
	opacity: 1;
	height: auto;
	visibility: visible;
}

/* Elementor hacks */
.elementor-row .elementor-column-gap-default .elementor-row {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
}

.elementor-row .elementor-column-gap-narrow .elementor-row {
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-right: -5px;
}

.elementor-row .elementor-column-gap-extended .elementor-row {
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
}

.elementor-row .elementor-column-gap-wide .elementor-row {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
}

.elementor-row .elementor-column-gap-wider .elementor-row {
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
}

/* Contact Form */
.happyforms-flex {
	padding-top: 0 !important;
}

.happyforms-form--part-outer-padding-wide .happyforms-flex {
	margin-left: -3%;
	margin-right: -3%;
}

.happyforms-form--part-outer-padding-wide .happyforms-form__part {
	padding: 0 3% !important;
}

.happyforms-form--submit-button-border-radius-pill input[type=submit].happyforms-button--submit {
	text-transform: uppercase;
	background-color: #0F36A5;
	font-family: 'Poppins';
	font-weight: 500;
	border-radius: 68px !important;
	padding: 20px 50px 20px 50px;
}

/* Responsive */
@media screen and (min-width:1024px) {
	.elementor-column-gap-default .elementor-row {
		width: calc(100% + 20px);
		margin-left: -10px;
		margin-right: -10px;
	}

	.elementor-column-gap-narrow .elementor-row {
		width: calc(100% + 10px);
		margin-left: -5px;
		margin-right: -5px;
	}

	.elementor-column-gap-extended .elementor-row {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
	}

	.elementor-column-gap-wide .elementor-row {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}

	.elementor-column-gap-wider .elementor-row {
		width: calc(100% + 60px);
		margin-left: -30px;
		margin-right: -30px;
	}

}

@media only screen and (max-width:767px) {
	#ads .elementor-widget-icon-box .elementor-icon-box-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	#ads .elementor-widget-icon-box .elementor-icon-box-icon {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-right: 15px !important;
		margin-left: 0 !important;
		margin-bottom: 0 !important;
	}

}