/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

a {
    text-decoration: none !important;
    color: #00a6bc;
}

.menu-item.current > .menu-link {
	color: #00a6bc;
}

::selection {
	background: #00a6bc;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #00a6bc; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #00a6bc; /* Safari */
	color: #FFF;
	text-shadow: none;
}

h1 > span:not(.nocolor):not(.badge),
h2 > span:not(.nocolor):not(.badge),
h3 > span:not(.nocolor):not(.badge),
h4 > span:not(.nocolor):not(.badge),
h5 > span:not(.nocolor):not(.badge),
h6 > span:not(.nocolor):not(.badge) { color: #00a6bc; }

body {
    line-height: 1.5;
    color: #555;
	font-family: 'Poppins', 'Prompt', sans-serif;
	font-weight: 300;
	font-size: 0.875rem;
}

.fbox-plain .fbox-icon i,
.fbox-plain .fbox-icon img {
	border: none;
	background-color: transparent !important;
	color: #00a6bc;
	border-radius: 0;
}

.media-box {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 50px;;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Poppins', 'Prompt', sans-serif;
}

.font-body { font-family: 'Poppins', 'Prompt', sans-serif; }

.font-primary { font-family: 'Poppins', 'Prompt', sans-serif; }

.font-secondary { font-family: 'Poppins', 'Prompt', sans-serif; }

.menu-link {
	display: block;
	line-height: 22px;
	padding: 14px 10px;
	color: #444;
	font-weight: 400;
	font-size: 0.85rem;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-family: 'Poppins', 'Prompt', sans-serif; 
}

.button.button-desc {
	text-align: left;
	padding: 24px 34px;
	font-size: 1.25rem;
	height: auto;
	line-height: 1;
	font-family: 'Poppins', 'Prompt', sans-serif; 
}

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
	margin-bottom: 0;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
	font-family: 'Poppins', 'Prompt', sans-serif;
}

.button.button-xlarge {
	padding: 9px 32px;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 34px;
}

.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 8px 22px;
	font-size: 0.875rem;
	line-height: 24px;
	background-color: #00a6bc;
	color: #FFF;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.heading-block h1 + span { font-size: 1.25rem; }
.heading-block h2 + span { font-size: 1.15rem; }
.heading-block h3 + span,
.heading-block h4 + span { font-size: 1rem; }
.heading-block::after {
	content: '';
	display: block;
	margin-top: 30px;
	width: 40px;
	border-top: 2px solid #00a6bc;
}

.button.button-dark:hover { background-color: #12284c; }

.button.button-3d:hover {
	background-color: #12284c;
	opacity: 0.9;
}

#gotoTop {
	display: none;
	z-index: 599;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #12284c;
	background-color: rgba(18,40,76,0.3);
	font-size: 1.25rem;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 20px;
}

#gotoTop:hover { background-color: #12284c; }

.stretched #gotoTop { bottom: 90px; }

#footer {
	position: relative;
	background-color: none;
	border-top: 5px solid #fe3d1f5b;
}

#copyrights {
    padding: 40px 0;
    background-color: #12284c;
    font-size: 0.875rem;
    line-height: 1.8;
}

.rightmargin-xsm { margin-right: 1rem !important; }

.fbox-content h3 {
	font-size: 1rem;
	font-weight: 500;
	font-family: 'Poppins', 'Prompt', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #333;
}

.wedding-head {
	position: relative;
	line-height: 1;
	font-size: 50px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	font-family: 'Poppins', 'Prompt', sans-serif;
}

.wedding-head .first-name,
.wedding-head .last-name,
.wedding-head .and {
	display: inline-block;
	margin-right: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 80px;
}

.menu-item:hover > .menu-link,
.menu-item.current > .menu-link {
	color: #00a6bc;
}