﻿:root {
	--weol-main-blue: #00b0f4;
	--weol-secondary-blue: #0d2a46;
	--weol-accent-red: #ff0007;
}

body {
	font-family: "titillium-web", sans-serif;
	background-image: url(/images/custom/220/mainBg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-attachment: fixed;
	background-position: center 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 0px !important;
	background-color: var(--weol-secondary-blue);
}

.masterMcWrap {
	background: #ffffff;
	margin: auto;
	display: block;
	border-radius: 10px 10px 0px 0px;
}

/*ITEMS TO HIDE*/
.mmSearchItem,
.fas.alertsIcon.mainItem,
.mnuHeading {
	display: none;
}

.portalAdminCtr a.item {
	text-align: left;
}

/*FIXED NAVIGATION*/
.navigationContainer {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	background: #222222;
	border: none;
	z-index: 12;
	overflow: visible;
	padding: 0px;
	border-bottom: 4px solid var(--weol-accent-red);
}

.navigationMainGroup {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 2;
	width:100%;
	background: var(--weol-secondary-blue);
}

.dockMenu {
	position: fixed;
}

.custom_header_widget {
	position: relative;
}

.navigation_menu_widget {
	background: unset;
	float: none;
	width: 52px !important;
	height: 52px;
	overflow: hidden;
	white-space: nowrap;
	padding: 10px;
}

.navigation_menu_widget .mainNav {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 32px;
	height: 32px;
}

.mainHeaderLogo {
	width: 100%;
	max-width: 240px;
	height: 52px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;	
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
	padding: 0px 20px;
	flex-grow: 1;
	background: var(--weol-secondary-blue);
}

.mainHeaderLogo .logo {
	max-width: 100%;
	position: relative;
	top: 100%;
	transition: top 250ms;
}

.mainHeaderLogo .logo.showLogo {
	top: 0;
}

.userNav {
	display: inline-flex;
	gap: 5px;
	padding: 10px;
	margin-left: auto;
}

.userNav .headerButton {
	background: var(--pres-main-bg-light);
	color: var(--pres-main-fg-color);
	border-radius: 5px;
	text-align: center;
	padding: 0px 10px;
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	transition: background 250ms;
}

.userNav .headerButton:hover {
	background: var(--weol-accent-red);
	color: var(--pres-main-fg-color);
}

.navigation_menu_widget #navbar .dropNavBtn {
	display: none;
	background: unset;
	color: #ffffff;
}

.custom_header_widget #searchFrm.searchCtr {
	position: absolute;
	width: 100%;
	overflow: hidden;
	padding: 0px 10px;
	z-index: 1;
	float: none;
	display: flex;
	align-items: center;
	gap: 10px;
	top: 0;
	transition: top 250ms;
	background: var(--weol-secondary-blue);
	height: 52px;
}

.custom_header_widget #searchFrm.searchCtr.showSearchCtr {
	top: calc(100% + 4px);
}

.custom_header_widget #searchFrm .searchTxt {
	width: 100%;
	margin: 0;
}

.navigationContainer .navIcon,
.navigationContainer .navIcon.dropNavBtn,
#navbar .dropNavBtn,
.navigationContainer #navbar a.item.navIcon,
.section_navigation_widget a.sectionItem.navIcon {
	color: var(--pres-light-fg-color);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
	width: 32px;
	height: 32px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	cursor: pointer;
	line-height: 32px;
	transition: background 250ms;
	flex-shrink: 0;
}

.section_navigation_widget a.sectionItem.navIcon {
	margin: 10px;
}

.navigationContainer #navbar a.item,
.navigationContainer #navbar div.item {
	color: var(--pres-light-fg-color);
	font-weight: 600;
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
	padding: 0px;
}

.navIcon:hover,
#navbar .dropNavBtn:hover,
.navigationContainer a.item:hover,
.navigationContainer #navbar .item:hover,
.navigationContainer #navbar a.item:hover {
	color: var(--weol-accent-red);
	text-decoration: none;
}

.section_navigation_widget {
	background: rgba(0,0,0,.75);
	left: 0px;
	top: 64px;
}

.sectionItem:hover,
.sectionDropItem:hover {
	color: #ffcb05;
	background: unset;
	text-decoration: none;
}

a:focus,
.sectionItem:visited {
	color: #eeeeee;
	text-decoration: none;
}

/*HEADER*/
.bannerLogoContainer {
	padding: 50px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 40px;
}

.bannerLogo {
	width: 100%;
}

.bannerStatement {
	color: var(--pres-main-fg-light);
	font-family: "alkaline", 'Script MT', serif;
	font-size: 24px;
	color: var(--pres-light-fg-color);
	font-weight: 600;
	text-align: center;
}

/*Logo*/
.mainLogoCtr {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.mainLogoCtr .logo {
	max-width: 100%;
}

/*Register/Login*/
.regSubCtr {
	display: inline-block;
	vertical-align: middle;
	color: #ffcb05;
	width: 100%;
	float: left;
}

a.subscribeBtn,
.contributeBtn {
	padding: 0px;
	display: inline-block;
	font-size: .9em;
	text-transform: uppercase;
	background: transparent;
	line-height: 20px;
	border: none;
	color: #ffcb05;
	margin: 0px;
	font-family: unset;
}

.contributeBtn {
	float: left;
}

#loginMain {
	font-weight: bold;
}

/*WRITER PROFILE PAGE*/
.permissionSetLbl {
	display: none;
}

/*FROM AD-COMMON*/
.fas.alertsIcon, .cityState, .itemAdd, input[type=radio].noShow {
	display: none !important;
}

.tempCtr {
	font-variant-numeric: diagonal-fractions;
	font-size: 1.5em;
	width: auto !important;
}

.owf.owf-800:before {
	content: "\f185" !important;
	font-family: 'font awesome 5 pro regular';
}

.owf.owf-801:before {
	content: "\f763" !important;
	font-family: 'font awesome 5 pro regular';
}

.owf.owf-800, .owf.owf-801 {
	-webkit-text-stroke: 0px !important;
	color: #ffcb05 !important;
}

@font-face {
	font-family: "Font Awesome 5 Pro Brands";
	src: url('/typefaces/Font Awesome 5 Pro/fa-brands-400.woff2') format('woff2'), url('/typefaces/Font Awesome 5 Pro/fa-brands-400.woff') format('woff'), url('/typefaces/Font Awesome 5 Pro/fa-brands-400.ttf') format('truetype');
}

select[name=presentation].phInfoTxt + .chosen-container,
select[name=presentation].phInfoTxt {
	display: none;
}

.tempCtr .temp {
	font-size: 1.5em;
	font-weight: bold;
}

.regLbl {
	color: #ffcb05;
}

.filterCtr .searchCtr {
	top: 0px !important;
}

.masterMcWrap {
	margin-top: 0px !Important;
}

.mainNav {
	overflow: hidden !important;
}

.mainNavContainer {
	gap: 10px;
	height: 32px;
}

.section_navigation_widget,
.showSecNav {
	top: calc(100% + 4px);
}

.owf {
	-webkit-text-stroke: 2px #ffcb05 !important;
	color: transparent !important;
}

.news_panel_widget #news .item .photoText,
.news_panel_widget #news .item .photoTextw {
	min-width: unset !important;
	max-width: unset !important;
}

.news_panel_widget #news .item .photoImgCtr {
	float: right !important;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.news_panel_widget #news .item .photoText .photoTitle, 
.news_panel_widget #news .item .photoTextw .photoTitle, 
.news_panel_widget #news .item .photoText .photoAuthor, 
.news_panel_widget #news .item .photoText .photoDate,
.news_panel_widget #news .item .photoTextw .photoAuthor, 
.news_panel_widget #news .item .photoTextw .photoDate, 
.news_panel_widget #news .item .photoTextw .photoBody, 
.news_panel_widget #news .item a {
	width: 100% !important;
}

#searchTxt.searchTxt {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.fwTitle, #formList {
	background: var(--pres-main-bg-light);
}

#downloadOriginal {
	display: none;
}

.sectionLabel.mts_cc_heading {
	display: none !important;
}

@media all and (min-width: 768px) {
	.bannerLogoContainer {
		max-width: 1170px;
		margin: auto;
		padding: 100px 30px;
		position: relative;
	}

	.bannerStatement {
		font-size: 48px;
	}

	.navigationContainer a.item,
	.navigationContainer #navbar .item,
	.navigationContainer #navbar a.item {
		width: auto;
		clear: none;
		border-bottom: none;
	}

	#searchFrm {
		width: 300px !important;
		right: 0;
	}

	.submitSearch {
		font-size: 1.25em;
	}
}

@media (min-width: 1024px) {
	.navigation_menu_widget,
	.navigation_menu_widget .mainNav {
		overflow: visible !important;
		display: inline-flex;
		width: auto !important;
	}	
}