/* ----------------------------------------------------------------
	CSS Specific to the App Landing Demo

	Some of the CSS Codes have been modified from the Original
	style.css File to match the Styling of this Demo

-----------------------------------------------------------------*/


@media (min-width: 992px) {

	#primary-menu > ul > li.menu-item-emphasis > a {
		padding-top: 9px;
		padding-bottom: 9px;
		border-radius: 5px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#header.sticky-header #primary-menu > ul > li.menu-item-emphasis > a {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	#header:not(.sticky-header) #primary-menu > ul > li.menu-item-emphasis > a {
		background-color: rgba(255,255,255,0.1);
		text-shadow: none;
	}

	#header:not(.sticky-header) #primary-menu > ul > li.menu-item-emphasis > a:hover {
		background-color: rgba(255,255,255,0.2);
		color: #fff !important;
	}

	#header.sticky-header #primary-menu > ul > li.menu-item-emphasis > a {
		background-color: #f7f7f7;
		color: #000;
	}
	
	
.hero-action-link {
	margin-left: 30px;
	color: #DDD;
	font-size: 20px;
	font-weight: 300;
}

.hero-action-link i {
	margin-right: 7px;
	position: relative;
	top: 2px;
}

.hero-action-link:hover { border-bottom: 1px solid #DDD; }
	
/* ----------------------------------------------------------------
	CSS Specific to the Hosting Demo

	Some of the CSS Codes have been modified from the Original
	style.css File to match the Styling of this Demo

-----------------------------------------------------------------*/	

/* Slider Section */
.slider-element {
	height: 600px;
	overflow: visible;
	background-color: #2e2d6d;
}

.slider-title h2 {
	font-size: 2.3rem;
	letter-spacing: -1px;
	line-height: 1.25 !important;
}
	
		
.slider-title h3 {
	font-size: 1.5rem;
	line-height: 1.0 !important;
	font-weight: lighter;
}	

.slider-title p {
	opacity: .9;
	font-size: 1.1rem;
	line-height: 1.8 !important;
	font-weight: 300;
}

.slider-bottom-box {
	display: block;
	padding: 40px;
	background: #fff;
	box-shadow: 0px 10px 40px 0px rgba(47,47,47,0.1);
	border-radius: 3px;
}

.slider-bottom-box li {
	font-size: 15px;
	font-weight: 400;
}

/* mega-menu */
.mega-menu-column .btn-link { font-size: 14px; }

.section-domain .dropdown-toggle::after { vertical-align: middle }
.section-domain .custom-select:focus,
.section-domain .form-control:focus {
	border-color: #ced4da;
	box-shadow: none
}
.section-domain .custom-select {
	height: 50px;
	border-radius: 0;
	padding-left: 1.1rem;
	background-color: #F9F9F9;
}

.section-domain .input-group-lg > .form-control,
.section-domain .input-group-lg > .input-group-append > .btn { font-size: 1rem; }

.before-heading {
	font-style: normal;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #CCC;
}

.cpu-price,
.ram-price,
.storage-price { font-size: 44px; }

.font-normal { font-style: normal !important; }

#top-bar {
	height: 52px;
	line-height: 52px;
}

.dark #header-wrap:not(.not-dark) #primary-menu > ul > li > a { color: #FFF !important; }

.slider-element { height: 700px; }

#header .button {
	margin: 30px 0 30px 10px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

body.top-search-open #header .button { opacity: 0; }

#header.sticky-header:not(.static-sticky) .button {
	margin-top: 10px;
	margin-bottom: 10px;
}

#primary-menu ul li > a { letter-spacing: 0; }

#content { overflow: visible; }

.slider-box-wrap {
	position: relative;
	top: -50px;
	margin-bottom: -50px;
	z-index: 2;
}

.heading-block p {
	margin-top: 10px;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.7 !important;
}

.mega-menu-column .feature-box.fbox-center .fbox-icon { margin-bottom: 12px; }

.mega-menu-content .feature-box h3 a { color: #222; }

.mega-menu-content .feature-box.fbox-center:not(.fbox-bg) h3:after { content: none; }
.dark #primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) { border-left-color: #F2F2F2 !important; }


.testimonials-carousel .owl-item {
	opacity: 0.25;
	transform: scale(.9);
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.testimonials-carousel .owl-item.active.center {
	opacity: 1;
	transform: scale(1);
}

.testi-content p { font-size: 16px; }


.bg-angle:after,
.section.bg-angle:before {
	content: '';
	height: 100%;
	overflow: hidden;
	width: 100%;
	position: absolute;
	height: 70px;
	bottom: -70px;
	left: 0;
	transform-origin: 0;
	-webkit-transform-origin: 0;
	-webkit-transform: skewY(-1.5deg);
	-moz-transform: skewY(-1.5deg);
	-ms-transform: skewY(-1.5deg);
	-o-transform: skewY(-1.5deg);
	transform: skewY(-1.5deg);
	background-color: #2e2d6d;
	z-index: 1;
}



.section.bg-angle:before { top: -30px; }

.section.bg-angle:after,
.section.bg-angle:before { background-color: #FFF; }

.dark #primary-menu ul li,
.dark #primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) { border-top-color: rgba(255, 255, 255, 0.1) }


/* Devices Under 991 Width */
@media (max-width: 991px) {

	#top-bar { height: 44px }

	#top-bar p {
		margin-bottom: 0px;
		line-height: 44px;
	}

	#header.transparent-header { z-index: 1 !important; }

	#header .button {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: 0;
	}

	.vertical-middle { z-index: 0; }

	#header .button {
		position: absolute;
		top: 50px;
		right: 15px;
		margin: 0;
		padding: 0 14px;
	}


	.mega-menu-column .feature-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
	}

	.mega-menu-column .feature-box.fbox-center .fbox-icon {
		margin: 0;
		width: 28px;
		height: 28px;
		margin-right: 10px;
	}

	.mega-menu-content .feature-box h3 a { font-size: 13px; text-transform: capitalize; letter-spacing: 0; }

	.dark .mega-menu-content .feature-box h3 a { color: #FFF; }

	.mega-menu-content .feature-box.fbox-center { text-align: left; }

	.mega-menu-content .btn.btn-link { display: none; }

	#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column { padding: 10px 0; }

	.slider-bottom-box { padding: 15px; }

	.img-map { opacity: 0.2; }
}
