@font-face {
	font-family: 'walkway_ultraboldregular';
	src: url('Walkway_UltraBold-webfont.eot');
	src: url('Walkway_UltraBold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('Walkway_UltraBold-webfont.woff') format('woff'),
	font-weight: normal;
	font-style: normal;
}

.blog-header {
	text-align: center;
	margin-bottom: 12px;
}

.blog-header-title,
.blog-header-description {
	color: #50585c;
	font-family: 'walkway_ultraboldregular', serif;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0.1em;
	line-height: 2.2em;
	width: 100%;
}

.blog-header-title-main {
	font-size: 2.5em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: block;
	font-style: normal;
	padding-top: 0.1em;
	text-shadow: 0.07em 0.07em 0 rgba(0, 0, 0, 0.1);
}

.blog-header-title-icon-before {
	display: inline-block;
	opacity: 0.2;
	margin: 0 0.6em;
	font-size: 0.5em;
}

.blog-header-title-icon-after {
	display: inline-block;
	opacity: 0.2;
	margin: 0 0.6em;
	font-size: 0.5em;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.blog-menu-container {
	margin-top: -4px;
	text-align: center;
}

.blog-menu {
	height: 60px;
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: center;
	padding-left: 7px;
	padding-right: 7px;
}

.blog-menu-item {
	flex: 0 1 200px;
	background-image: -webkit-radial-gradient(#dbe9f0, #c9dee8 70%);
	background-image: -moz-radial-gradient(#dbe9f0, #c9dee8 70%);
	background-image: -o-radial-gradient(#dbe9f0, #c9dee8 70%);
	background-image: radial-gradient(#dbe9f0, #c9dee8 70%);
	line-height: 60px;
	font-size: 20px;
	font-family: 'walkway_ultraboldregular', 'Verdana';
	font-weight: bold;
	box-shadow: 0 4px 2px -2px gray;
	overflow: hidden;
}

.blog-menu-item:hover {
	background-image: -webkit-radial-gradient(#edf4f7 20%, #c9dee8 70%);
	background-image: -moz-radial-gradient(#edf4f7 20%, #c9dee8 70%);
	background-image: -o-radial-gradient(#edf4f7 20%, #c9dee8 70%);
	background-image: radial-gradient(#edf4f7 20%, #c9dee8 70%);
	text-decoration: none;
	cursor: pointer;
}

.blog-menu-item:first-child {
	border-bottom-left-radius: 20px;
}
.blog-menu-item:nth-child(2) {
	border-right: solid 1px #deebf1;
	border-left: solid 1px #deebf1;
}
.blog-menu-item:last-child {
	border-bottom-right-radius: 20px;
}

.blog-menu-item > i {
	font-size: 20px;
	color: #50585c;
}

.blog-menu-toggle {
	background-color: #50585c;
	width: 50px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	z-index: -1;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.icon-hidden {
	display: none;
}

@media all and (max-width: 450px) {
	.blog-menu-item > span {
		display: none;
	}
}

@-webkit-keyframes hvr-pulse-grow {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@keyframes hvr-pulse-grow {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
.hvr-pulse-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
	-webkit-animation-name: hvr-pulse-grow;
	animation-name: hvr-pulse-grow;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

/* ===== MENU STYLES ===== */

/* Modern Style (Default) - Gradient with glow effects */
.menu-style-modern .blog-menu-item {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
	transition: all 0.3s ease;
}

.menu-style-modern .blog-menu-item:hover {
	background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
	box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
	transform: translateY(-2px);
}

.menu-style-modern .blog-menu-item > i {
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Minimal Style - Transparent with blur effects */
.menu-style-minimal .blog-menu-item {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #50585c;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.menu-style-minimal .blog-menu-item:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.3);
	transform: translateY(-1px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.menu-style-minimal .blog-menu-item > i {
	color: #50585c;
}

/* Card Style - Individual cards */
.menu-style-card .blog-menu-item {
	background: #ffffff;
	border: 1px solid #e1e5e9;
	border-radius: 12px;
	margin: 0 5px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	color: #50585c;
}

.menu-style-card .blog-menu-item:hover {
	background: #f8f9fa;
	border-color: #667eea;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
	transform: translateY(-3px);
}

.menu-style-card .blog-menu-item > i {
	color: #667eea;
	transition: color 0.3s ease;
}

.menu-style-card .blog-menu-item:hover > i {
	color: #764ba2;
}

/* Tabs Style - Classic tab design */
.menu-style-tabs .blog-menu-item {
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	color: #6c757d;
	position: relative;
	transition: all 0.3s ease;
}

.menu-style-tabs .blog-menu-item:hover {
	background: #e9ecef;
	color: #495057;
}

.menu-style-tabs .blog-menu-item.active,
.menu-style-tabs .blog-menu-item:hover {
	background: #ffffff;
	border-color: #667eea;
	color: #667eea;
	z-index: 1;
}

.menu-style-tabs .blog-menu-item.active::after,
.menu-style-tabs .blog-menu-item:hover::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 2px;
	background: #667eea;
}

.menu-style-tabs .blog-menu-item > i {
	color: inherit;
}

/* Buttons Style - Button design */
.menu-style-buttons .blog-menu-item {
	background: #667eea;
	border: none;
	border-radius: 25px;
	margin: 0 8px;
	color: #ffffff;
	box-shadow: 0 3px 10px rgba(102, 126, 234, 0.3);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.menu-style-buttons .blog-menu-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s;
}

.menu-style-buttons .blog-menu-item:hover::before {
	left: 100%;
}

.menu-style-buttons .blog-menu-item:hover {
	background: #764ba2;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(118, 75, 162, 0.4);
}

.menu-style-buttons .blog-menu-item:active {
	transform: translateY(0);
	box-shadow: 0 2px 5px rgba(102, 126, 234, 0.3);
}

.menu-style-buttons .blog-menu-item > i {
	color: #ffffff;
}

/* Responsive adjustments for all styles */
@media all and (max-width: 450px) {
	.menu-style-card .blog-menu-item,
	.menu-style-buttons .blog-menu-item {
		margin: 0 2px;
	}
	
	.menu-style-tabs .blog-menu-item {
		border-radius: 4px 4px 0 0;
	}
}
