/*
Theme Name: JNews - Landing Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

.jeg_header.full .container {
	padding-left: 30px;
	padding-right: 30px;
}

.header_sticky {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.header_sticky .jeg_midbar.dark {
	background: transparent !important;
}

.jeg_header_sticky .jeg_menu .jeg-badge-floating {
	top: 5px;
}

/* Main Menu */
.jeg_header .jeg_menu_style_5 > li.current-menu-item > a:not(:hover),
.jeg_header .jeg_menu_style_5 > li.current-menu-ancestor > a:not(:hover) {
	color: inherit;
}

/* Dropdown Menu */
.jeg_menu li > ul li a {
	color: #505e6b;
	border: 0;
	padding: 10px 16px;
}

.jeg_menu li > ul li.current-menu-item > a,
.jeg_menu li > ul li.current-menu-ancestor > a {
    background: inherit;
    color: #505e6b;
}

.jeg_menu li > ul li:hover > a,
.jeg_menu li > ul li.sfHover > a {
	color: #4222dc;
	background: #eaedef;
}

/* Mega Menu */
.jeg_header.full .jeg_megamenu .sub-menu {
	left: 0;
	right: 0;
	margin: 0 auto;
	/*width: 1140px;*/
	width: 1370px;
}
.custom-mega-menu {
	padding: 30px;
}
.jeg_megamenu .jeg_block_heading_8 .jeg_block_title {
	font-size: 13px;
	color: #303541;
}
.jeg_megamenu .widget_nav_menu li {
	border-top: 0;
	color: 
}
.jeg_megamenu .widget_nav_menu li a {
    font-weight: 400;
    color: #505e6b;
    display: block;
}
.jeg_megamenu .widget_nav_menu li a:hover {
	color: #303541;
}
.jeg_megamenu .widget {
	margin-bottom: 0;
}

.btn.outline {
	border-color: #4222dc;
	color: #4222dc;
	border-width: 1px;
	border-radius: 3px;
	font-weight: normal;
	letter-spacing: normal;
}

.jeg_header_sticky .btn.outline:hover {
	color: #fff;
	background: #4222dc;
}

.dark .btn.outline, .jeg_navbar_dark .btn.outline {
	border-color: #fff;
	color: #fff;
}

.btn .fa {
	margin-right: .5em;
}

.elementor-page .jeg_content {
	padding: 0;
}

/* Elementor Hacks */
@media screen and (min-width:1025px) {
	body {
		overflow-x: hidden;
	}
}

/* Hero */
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected {
    background-color: #ccfff4;
}

/* Image Box */
.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
	margin-top: 0
}

#cta-requestdemo .elementor-container {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 15px 60px -15px rgba(38, 40, 49, 0.3);
	transition: .25s;
	max-width: 920px;
	padding: 20px 40px 0;
}

#cta-requestdemo .elementor-container:hover {
	transform: translate3d(0, -5px, 0);
	box-shadow: 0 30px 60px rgba(38, 40, 49, 0.1);
}

@media (max-width: 1024px) {
	#cta-requestdemo .elementor-container {
		max-width: 80%;
		padding: 20px 40px;
	}
}
@media (max-width: 767px) {
	#cta-requestdemo .elementor-container {
		max-width: 100%;
		margin-left: 10px;
		margin-right: 10px;
		padding: 20px;
	}
}

/*@media (min-width:1200px) {
	#cta-requestdemo .elementor-container {
		max-width: 920px;
		padding: 20px 40px 0;
	}

}*/

@media (min-width:1600px) {
	#demo .demo-grid .grid-item {
		padding: 20px 30px;
	}

	.elementor .elementor-row > .content-right > .elementor-element-populated {
		padding: 20% 28% 20% 12%;
	}

	.elementor .elementor-row > .content-left > .elementor-element-populated {
		padding: 20% 12% 20% 28%;
	}

}

@media (max-width:991px) {
	.jeg-landing-page .elementor-section-wrap > section > .elementor-container > .elementor-row > .elementor-col-50 {
		width: 100%;
	}

	.elementor .elementor-row > .content-img > .elementor-element-populated {
		padding: 0 10%;
	}

	.elementor .elementor-row > .content-left > .elementor-element-populated, .elementor .elementor-row > .content-right > .elementor-element-populated {
		padding: 30px 10% 0;
	}

	.jeg-landing-page .elementor-reverse-mobile > .elementor-container > .elementor-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

}

/* Testimonial */
.epic-testimonial-item {
	
}

.btn-inline {
	display: inline-block;
	margin-right: 1em;
}

/** video popup **/
.video-text {
	text-align: center;
}

.video-text .video-popup {
	font-family: "Work Sans", sans-serif;
	font-size: 26px;
	line-height: 1.4em;
}

.video-popup {
	font-size: 18px;
	line-height: 1.65;
	display: inline-block;
	color: rgba(255, 255, 255, .7);
	transition: .25s;
}

.video-popup:hover, .video-popup:focus {
	color: #fff;
	text-decoration: none;
}

.video-popup i {
	color: #E16171;
	font-size: 42px;
	margin-right: 15px;
	display: inline-block;
	position: relative;
	top: 8px;
	line-height: 1;
}

#demo .video-popup i {
	font-size: 52px;
	top: 11px;
	margin-right: 1rem;
}

.video-popup span {
	border-bottom: 1px dotted;
}

@media (max-width: 1024px) {
	.video-text .video-popup {
		font-size: 22px;
	}
	#demo .video-popup i {
	    font-size: 44px;
	    top: 0.25em;
	    margin-right: 15px;
	}
}
@media (max-width: 767px) {
	.video-text .video-popup {
		font-size: 1em;
	}

	#demo .video-popup i {
	    font-size: 32px;
	    margin: 20px auto 15px;
	    top: 0;
	    display: block;
	}
}

/** AMP **/
#amp .amp-mockup-wrapper {
	display: flex;
	justify-content: center;
	text-align: center;
}

#amp .amp-mockup-wrapper > div {
	transform: scale(0.85) translate(5%, -5%);
	margin-bottom: -7.5%;
}

/*#amp .google-amp {
	margin-right: 40px;
}*/

#amp .cta {
	display: none;
}

#amp .phone-mockup {
	background: url("assets/img/iphone6-white.png") no-repeat;
	background-size: 360px;
	background-position: 0 0;
	width: 360px;
	height: 734px;
	padding: 70px 20px 87px;
	border-radius: 0 0 63px 63px;
	box-shadow: 0 15px 20px -15px rgba(38,40,49,0.6);
	/*transform: scale(0.8) translateY(-10%);*/
}

#amp iframe {
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
}

#amp .circle-logo {
	display: block;
	background: rgba(26, 32, 62, 0.7);
	width: 54px;
	height: 54px;
	line-height: 54px;
	border-radius: 100%;
	margin: 0 auto 15px;
}

#amp .circle-logo img {
	width: 18px;
}

#amp strong {
	color: #fff;
	display: block;
	font-size: 18px;
	margin-bottom: 30px;
}

#amp .display-wrap {
	display: block;
	overflow-y: scroll;
	max-height: 100%;
}

@media (max-width:1024px) {
	#amp .amp-mockup-wrapper > div {
		transform: scale(.9) translate(0, -2%);
		margin-bottom: 0;
	}

	/*#amp .content-left, #amp .content-mockup {
		width: 100%;
		text-align: center;
	}

	#amp .amp-qrcode-wrap {
		text-align: left;
	}

	#amp .content-left {
		padding: 0;
		max-width: 58.3333333333%;
		margin: 0 auto 40px;
	}*/

}

@media (max-width:768px) {
	#amp .amp-mockup-wrapper > div {
		transform: scale(.8) translate(0, -10%);
	}

	/*#amp .phone-mockup {
		display: inline-block;
		height: 734px;
		padding-bottom: 85px;
	}*/

}

@media (max-width:480px) {
	#amp .phone-mockup {
		display: none;
	}

	#amp .cta {
		display: block;
	}

}

/* Icon Box */
.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
	margin: 0;
}

.elementor-icon-box-wrapper h3 {
	margin: 0;
}

@media (max-width:767px) {
	.elementor-widget-icon-box:not(.icon-box-customize) .elementor-icon-box-wrapper {
		text-align: left;
		display: flex;
		align-items: flex-start;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
		font-size: 15px;
	}

	.elementor-widget-icon-box .elementor-icon-box-icon {
		margin-left: 0 !important;
		margin-right: 15px !important;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon {
		font-size: 24px !important;
	}

}

/* Other Pages */
.demoHeader {
	position: relative;
}

.see-this:after {
	content: '';
	position: absolute;
	top: -36px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #dcdcde;
	height: 60px;
	width: 1px;
}

.grid-split {
	position: relative;
}

.grid-split .gbtn-split-y a:hover {
	cursor: pointer;
}

.grid-split .btn-split-y {
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	transition: .4s all ease-in-out;
	cursor: pointer;
	z-index: 2;
}

.grid-split .elementor-image {
	transition: .3s ease-in-out;
}

.grid-split:hover .elementor-image {
	opacity: 0.3;
	backface-visibility: hidden;
}

.grid-split:hover .btn-split-y {
	opacity: 1;
}

@media screen and (min-width:768px) {
	.grid-split .elementor-button-link .elementor-button-icon {
		display: none;
	}

}

@media screen and (max-width:767px) {
	.grid-split .elementor-button-link .elementor-button-text {
		display: none;
		opacity: 0;
	}

	.grid-split .elementor-button-link .elementor-button-icon {
		margin-right: 0;
		float: none !important;
	}

}

/* Theme Switcher */
.theme-grid-wrapper .elementor-widget-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.theme-grid-wrapper .elementor-widget-image-box {
	width: 50%;
	float: left;
	padding: 10px 15px;
}

@media (min-width:768px) {
	.theme-grid-wrapper .elementor-widget-image-box {
		width: 25%;
	}

}

@media (min-width:1200px) {
	.theme-grid-wrapper .elementor-widget-image-box {
		width: 16.666666667%;
	}
}

/* Elementor Carousel */
.elementor-slick-slider ul.slick-dots {
	position: relative;
}

.jeg-box-shadow .elementor-slick-slider .slick-list {
	overflow: visible;
}
.jeg-box-shadow .elementor-slick-slider .slick-slide img {
	box-shadow: 0px 5px 15px 0px rgba(4,49,99,0.15);
}

/* Footer */
@media screen and (min-width: 768px) {
	.jeg-footer-right .elementor-element-populated {
		text-align: right !important;	
	}
}
