/*
Theme Name: Chicago Brick Oven
Layout: Home Page w/ Mosaic
*/

.bump-down {
	margin-bottom: 10px;
}

.space-left {
	padding-left: 5px !important;
}

.space-right {
	padding-right: 5px !important;
}

.second-slider {
	padding-left: 10px !important;
}

.hover-block {
	position: relative;
}

.hover-block div {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #222;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	padding: 20px;
	text-align: center;
}

.hover-block:hover div {
	display: block;
	cursor: pointer;
}

.hover-block a {
	border-radius: 8px;
	text-shadow: none;
	box-shadow: none;
	background-color: transparent;
	color: #ffffff !important;
	border-color: #ffffff !important;
}

.hover-block a:hover {
	color: #000000 !important;
}

.ovenCatMenuItem {
	border-top: 3px solid grey;
	color: #ffffff;
	line-height: 50px;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
}

.ovenCatMenuItem.active:after {
	top: 0px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(147, 50, 6, 0);
	border-top-color: #933206;
	border-width: 12px;
	margin-left: -12px;
}

.fyo-home-title {
	padding: 35px;
}

#rev_slider_6_2 li:hover {
	cursor: pointer;
}

@media (max-width: 1199px) {

	.fyo-home-title {
		padding: 20px;
	}

}

@media (max-width: 991px) {

	.fyo-home-title {
		padding: 10px;
	}

	.fyo-home-title h1 {
		font-size: 2.6rem !important;
	}

	.ovenCatMenuItem {
		font-size: 12px;
	}

}

@media (max-width: 767px) {

	.ovenCatMenuItem {
		border-top: none;
		line-height: 20px;
	}

	.ovenCatMenuItem.active:after {
		left: 50%;
		margin-left: -50px;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(147, 50, 6, 0);
		border-left-color: #933206;
		border-width: 12px;
		margin-top: -12px;
	}

}