/* ----------------------------------------------------------------
	CSS Specific to the One Page Module

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

	Version: 6.1.4
-----------------------------------------------------------------*/

/* Custom Header Size
-----------------------------------------------------------------*/


	/* ----------------------------------------------------------------------------
		Header
	---------------------------------------------------------------------------- */

	#header.full-header.transparent-header,
	#header.full-header.transparent-header:not(.border-full-header):not(.sticky-header) #header-wrap {
		border-bottom-color: transparent !important;
	}

	#header.full-header:not(.border-full-header):not(.sticky-header) #header-wrap { border-bottom-color: transparent; }

	#header.full-header.transparent-header.border-full-header #header-wrap { border-bottom-color: rgba(0,0,0,0.05); }

	.dark #header.full-header.transparent-header.border-full-header #header-wrap,
	#header.dark.full-header.transparent-header.border-full-header #header-wrap { border-bottom-color: rgba(255,255,255,0.15); }

	#header.full-header #logo { border-right: 0; }

	#header.full-header .primary-menu > .menu-container {
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
	}

	#header.show-on-sticky #header-wrap {
		opacity: 0;
		pointer-events: none;
	}

	#header.show-on-sticky.sticky-header #header-wrap {
		opacity: 1;
		pointer-events: auto;
	}


	
	
	/* Primary Menu
	---------------------------------------------------------------------------- */

	.primary-menu .menu-container .menu-link {
		padding-left: 22px;
		padding-right: 22px;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 3px;
	}

}



/* More Link
---------------------------------------------------------------------------- */

.more-link {
	font-weight: 400;
	border-bottom-width: 1px;
	font-style: normal;
}

.more-link i.icon-angle-right {
	position: relative;
	top: 2px;
	margin-left: 3px;
}


.link-border {
	font-weight: 600;
	border-bottom: 3px solid #1ABC9C;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.link-border:hover { border-color: #FFF; }




/* ----------------------------------------------------------------------------
	One Page Module: Slider Specifics
---------------------------------------------------------------------------- */

.one-page-arrow i {
	-webkit-animation-duration: 1.5s !important;
	animation-duration: 1.5s !important;
}




/* ----------------------------------------------------------------------------
	Dark
---------------------------------------------------------------------------- */


.dark #header.sticky-header #header-wrap,
#header.sticky-header.dark #header-wrap { border-bottom-color: rgba(255,255,255,0.1) !important; }


/* ----------------------------------------------------------------------------
	Responsive
---------------------------------------------------------------------------- */


