/* ----------------------------------------------------------------
	Custom CSS File
	Version: 1.0
	Author: Unify Digital
-----------------------------------------------------------------
*/

* {
	word-break: break-word;
}

@font-face {
	font-family: 'Lobster Two';
	src: url('fonts/LobsterTwo-Regular.otf') format('embedded-opentype'),
	url('fonts/lobstertwo-regular-webfont.woff') format('woff'),
	url('fonts/lobstertwo-regular-webfont.woff2') format('woff2'),
	url('fonts/lobstertwo-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lobster Two Bold';
	src: url('fonts/LobsterTwo-Bold.otf') format('embedded-opentype'),
	url('fonts/lobstertwo-bold-webfont.woff') format('woff'),
	url('fonts/lobstertwo-bold-webfont.woff2') format('woff2'),
	url('fonts/lobstertwo-regular-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: bold;
}

/* Buttons */

.btn-order {
	background: #fbbe41;
	padding: 15px !important;
	margin: 0;
	height: 100%;
	transition: ease-in-out 0.3s all !important;
	text-align: center;
	border-radius: 5px;
}

.btn-order:hover {
	background: #f23434;
	color: #fff !important;
}

.btn-generic {
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	border-radius: 5px;
	text-transform: uppercase;
	transition: ease-in-out 0.3s all;
	font-family: 'Raleway', sans-serif;
	display: block;
	padding: 15px;
	background: #fbbe41;
	color: #444;
	max-width: 200px;
	line-height: 100%;
	cursor: pointer !important;
	text-align: center;
}

.btn-generic:hover {
	color: #fff !important;
	background: #f23434;
}

#header-wrap {
	height: 145px;
}


.item-thumb {
	width: 100%;
	margin: 0 auto;
}

.item-thumb .owl-dot {
	width: 33.33333%;
	display: inline-block;
	justify-content: center;
	height: 220px;
	cursor: pointer;
	padding: 15px;
}

.device-lg .item-thumb .owl-dot,
.device-sm .item-thumb .owl-dot { height: 150px; }

.device-xs .item-thumb .owl-dot {
	width: 50%;
	padding: 10px;
	height: 100px;
}

.item-thumb .owl-dot span {
	position: relative;
	display: block;
	background-size: cover;
	background-position: center center;
	width: auto;
	height: 100%;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.05);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.item-thumb .owl-dot:hover span,
.item-thumb .owl-dot.active span { opacity: .7; }


.food-menu .item-thumb .owl-dot:nth-of-type(1) span { background-image: url('http://localhost/Town&CountryPizzas/images/thumbs/6.jpg'); }
.food-menu .item-thumb .owl-dot:nth-of-type(2) span { background-image: url('http://localhost/Town&CountryPizzas/images/thumbs/6.jpg'); }
.food-menu .item-thumb .owl-dot:nth-of-type(3) span { background-image: url('http://localhost/Town&CountryPizzas/images/thumbs/6.jpg'); }
.food-menu .item-thumb .owl-dot:nth-of-type(4) span { background-image: url('http://localhost/Town&CountryPizzas/images/thumbs/6.jpg'); }
.food-menu .item-thumb .owl-dot:nth-of-type(5) span { background-image: url('http://localhost/Town&CountryPizzas/images/thumbs/6.jpg'); }
.food-menu .item-thumb .owl-dot:nth-of-type(6) span { background-image: url('http://localhost/Town&CountryPizzas/images/thumbs/6.jpg'); }
.food-menu .item-thumb .owl-dot:nth-of-type(7) span { background-image: url('http://localhost/Town&CountryPizzas/images/thumbs/6.jpg'); }
.food-menu .item-thumb .owl-dot:nth-of-type(8) span { background-image: url('http://localhost/Town&CountryPizzas/images/thumbs/6.jpg'); }
.food-menu .item-thumb .owl-dot:nth-of-type(9) span { background-image: url('http://localhost/Town&CountryPizzas/images/thumbs/6.jpg'); }

.dessert-menu .item-thumb .owl-dot:nth-of-type(1) span { background-image: url('http://localhost/Town&CountryPizzas/images/thumbs/6.jpg'); }
.dessert-menu .item-thumb .owl-dot:nth-of-type(2) span { background-image: url('http://localhost/Town&CountryPizzas/images/thumbs/6.jpg'); }
.dessert-menu .item-thumb .owl-dot:nth-of-type(3) span { background-image: url('http://localhost/Town&CountryPizzas/images/thumbs/6.jpg'); }
.dessert-menu .item-thumb .owl-dot:nth-of-type(4) span { background-image: url('http://localhost/Town&CountryPizzas/images/thumbs/6.jpg'); }
.dessert-menu .item-thumb .owl-dot:nth-of-type(5) span { background-image: url('http://localhost/Town&CountryPizzas/images/thumbs/6.jpg'); }
.dessert-menu .item-thumb .owl-dot:nth-of-type(6) span { background-image: url('http://localhost/Town&CountryPizzas/images/thumbs/6.jpg'); }
.dessert-menu .item-thumb .owl-dot:nth-of-type(7) span { background-image: url('http://localhost/Town&CountryPizzas/images/thumbs/6.jpg'); }
.dessert-menu .item-thumb .owl-dot:nth-of-type(8) span { background-image: url('http://localhost/Town&CountryPizzas/images/thumbs/6.jpg'); }
.dessert-menu .item-thumb .owl-dot:nth-of-type(9) span { background-image: url('http://localhost/Town&CountryPizzas/images/thumbs/6.jpg'); }

.menu-carousel .heading-block h3 { font-size: 34px; }

.menu-carousel .food-content {
	position: relative;
	padding: 30px 60px;
}

.menu-carousel .heading-block p {
	margin-top: 15px;
	color: #888;
}

.menu-carousel .heading-block .food-info {
	font-family: 'Poppins';
	color: #BBB;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	letter-spacing: 2px;
}

.food-price {
	position: absolute;
	top: 40px;
	right: 50px;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 500;
	color: #444 !important;
}

.menu-carousel .more-link { margin-top: 35px; border-bottom: 1px solid #333 !important; }

.more-link {
	font-family: 'Poppins', sans-serif !important;
	font-style: normal;
	border-bottom: 0;
	color: #333;
	margin-top: 10px;
	font-size: 14px;
}

.team-title h4 { font-size: 15px; }
.team-title span {
	font-family: 'Lato', sans-serif !important;
	font-style: normal;
	margin-bottom: 15px;
	color: #AAA !important;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.entry {
	padding: 0;
	margin: 0;
	border-bottom: 0;
	-webkit-box-shadow: 0 0 15px 2px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 0 15px 2px rgba(0,0,0,0.08);
	box-shadow: 0 0 15px 2px rgba(0,0,0,0.08);
}
.entry-title {
	background-color: #FFF;
	padding: 15px;
}

.entry-title h2 {
	text-transform: none;
	font-size: 17px;
	letter-spacing: 0;
	font-weight: 500;
	letter-spacing: 0;
}


.entry-meta { margin: 8px 0 0; }

.ipost .entry-meta li a {
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
}

.entry-meta li:before {
	content: '\00b7';
	opacity: 1;
}


.service-button { margin: 80px 0 80px 15px; }
.device-sm .service-button,
.device-xs .service-button { margin: 30px 0 0; }


@media (min-width: 992px) {
	#header,
	#header-wrap {
		z-index: 200;
		background-color: transparent;
		background-repeat: repeat-x;
		background-position: center bottom;
		background-size: auto 100%;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}

	#primary-menu ul li > a {
		padding-top: 32px;
		padding-bottom: 10px;
	}

	#header.sticky-header #header-wrap {
		background-color: transparent;
		box-shadow: none;
	}

	.slider-caption h2 { font-size: 76px; }

	.menu-carousel .heading-block h3 { font-size: 48px; }

	.food-price {
		font-size: 35px;
		top: 50px;
		right: 60px;
	}
}

@media (min-width: 992px) {
	#logo img {
		margin-right: 35px;
	}
}

@media (max-width: 990px) {
	div#header-wrap {
		background: #fff;
	}
}

@media (max-width: 767px) {
	.swiper_wrapper .slider-caption h2 {
		margin-bottom: 20px !important;
	}
}

div#copyrights {
	color: #fff !important;
}

.dark .copyright-links a {
	color: rgba(255,255,255,0.75);
}

.online-order-container {
	min-height: 800px;
	background: #0c0f21;
	border-radius: 3px;
	margin-top: 100px;
}

.online-order-inner {
	min-height: 800px;
	float: left;
	border: 2px solid #0c0f21;
	outline: 2px solid #fff;
	outline-offset: -25px;
	width: 100%;
	border-radius: 3px;
	position: relative;
	z-index: 1;
}

.online-order-container .menu-logo {
	position: absolute;
	top: -67px;
	left: 0;
	right: 0;
	z-index: 2;
}

.online-order-inner:focus,
.online-order-inner:hover {
	outline: 2px solid #fff !important;
	outline-offset: -25px !important;
}

.owl-carousel .owl-item img {
	max-width: 450px !important;
	margin: auto !important;
}

#map {
	height: 400px;  /* The height is 400 pixels */
	width: 100%;  /* The width is the width of the web page */
} 

table.contact-form td {
	float: left;
	width: 100%;
	display: block;
	padding: 0px 8px;
	text-align: left;
}

table.contact-form td input {
	height: 40px;
	width: 100%;
	border: 2px solid #0c0f21;
	outline: none;
	border-radius: 3px;
	font-size: 16px;
	padding: 5px;
}

table.contact-form td textarea {
	width: 100%;
	border: 2px solid #0c0f21;
	outline: none;
	border-radius: 3px;
	font-size: 16px;
	padding: 5px;
}

table.contact-form label {
	margin-top: 15px;
	font-size: 12px;
}

table.contact-form tr {
	float: left;
	width: 50%;
}

@media (max-width: 768px) {
	table.contact-form tr {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#copyrights .col_half:last-child {
		display: block !important;
	}
}


@media (max-width: 768px) {
	.copyright-links {
		float: none !important;
	}
}