/*
THEME NAME: Lulu Cafe & Gallery
THEME URI: http://www.yarraweb.com
DESCRIPTION: Custom Wordpress Theme
VERSION: 1.0
AUTHOR: <a href="http://www.yarraweb.com">YarraWeb</a>
AUTHOR URI: http://www.yarraweb.com
*/

@import "reset.css";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	background: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}

body.home {
	height: 100%;
}

em {
	font-style: italic;
}

a {
	color: #004889;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 100%;
	position: relative;
}

.home #wrapper {
	height: 100%;
}

.home #wrap {
	position: relative;
	height: 100%;
	overflow: hidden;
}

#slider {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#slider ul {
	height: 100%;
}

#slider ul li {
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

#header {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	padding: 15px 0;
	position: relative;
	z-index: 9999;
}

#header .inner {
	position: relative;
}

#lulu-image {
	position: absolute;
	top: 35px;
	left: 30%;
}

#lulu-image img {
	max-width: 130px;
	display: block;
	height: auto;
}

#social {
	width: auto;
	float: left;
}

#social a img {
	display: block;
    height: auto;
    max-width: 47px;
    padding-left: 10px;
}

#social a span {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
}

#menu {
	float: right;
	width: 80%;
	padding-top: 3px;
}

#menu ul {
	float: right
}

#menu ul li {
	float: left;
	position: relative;
}

#menu ul li a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
	padding: 10px 20px;
}

#menu ul li:last-child a {
	padding-right: 0;
}

#menu ul li:first-child a {
	padding-left: 0;
}

#menu ul li.current-menu-item a {
	font-weight: 700;
}

#menu ul li ul {
	background: #CCCCCC;
	/* width: 100%; */
	position: absolute;
	display: none;
	top: auto;
	z-index: 99999;
	left: 0;
	min-width: 200px;
}

#menu ul li:hover > ul {
	display: block;
}

#menu ul li ul li {
	display: block;
	float: none;
}

#menu ul li ul li a {
	padding: 15px !important;
	font-size: 14px;
	line-height: 1.1;
	color: #000000;
	display: block;
	text-align: left;
	text-transform: none;
}

#menu ul li ul li a:hover {
	
}

#container {
	width: 100%;
}

.home #container, .home #container .inner {
	position: relative;
	height: 100%;
}

#content-wrap {
	padding: 90px 0 40px;
}

#home-wrap {
	text-align: center;
	position: relative;
	height: 100%;
}

.home-content {
	padding-top: 12%;
	position: relative;
	height: 100%;
	z-index: 99;
}

.home-timings {
	position: absolute;
	bottom: 150px;
	width: 100%;
	left: 0;
}

#logo {
	background-color: rgba(255, 255, 255, 0.7);
	max-width: 385px;
	margin: 0 auto;
	padding: 50px;
}

#logo img {
	max-width: 100%;
	display: block;
	height: auto;
}

#logo span {
	display: block;
	font-size: 18px;
	padding-top: 15px;
	line-height: 1.6;
}

.home-timings p, .home-timings a {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 2;
}

#content {
	float: left;
	width: 62%;
	padding-top: 140px;
}

.post {
	
}

.post-title {
	font-size: 30px;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 20px;
	font-weight: 300;
}

.blog-left {
	width: 16%;
	float: left;
}

.blog-right {
	width: 82%;
	float: right;
}

.post-title a {
	color: #333333;
}

.post-content h2 {
	font-weight: 900;
	font-size: 18px;
	margin-bottom: 10px;
}

.post-content h4 {
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 8px;
}

.post-content h5 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.6;
}

.post-content h6 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.6;
	color: #616264;
}

.post-content h6 em {
	font-weight: 300;
	color: #000000;
	font-style: italic;
}

.post-content .button {
	background: #666666;
	padding: 7px 10px;
	display: block;
	width: 100%;
	max-width: 350px;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.post-content p {
	line-height: 1.6;
	margin-bottom: 20px;
}

.post-content ul li {
	padding: 5px 0 5px 20px;
	list-style: disc inside none;
	line-height: 1.3;
}

.post-content ol li {
	padding: 5px 0 5px 20px;
	list-style: decimal inside none;
	line-height: 1.3;
}

.drinks-list {
	overflow: hidden;
}

.drinks-menu-item {
	width: 47%;
	float: left;
}

.drinks-menu-item:nth-child(2) {
	float: right;
}

.post-content .menu-list li {
	padding: 0 0 20px;
	list-style-type: none;
}

.post-content .menu-list h3 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.post-content .menu-list h3 span {
	font-weight: 400;
	font-style: italic;
	text-transform: none;
}

.post-content .menu-list p {
	margin-bottom: 5px;
}

.post-content .menu-list .drink-item {
	padding-bottom: 20px;
}

.post-content .menu-list .drink-item ul.items li {
	padding: 0 0 5px;
}

.post-content .menu-list .drink-item ul.add-ons li {
	padding-left: 20px;
}

.post-content .menu-list li ul.add-ons li {
	padding: 0 0 5px 20px;
	position: relative;
}

.post-content .menu-list li ul.add-ons li:after {
	position: absolute;
	top: 1px;
	left: 0;
	content: "+";
	display: block;
}

.aligncenter {
	display: block;
	margin: 15px auto;
}

.alignleft {
	float: left;
	margin: 0 30px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 30px;
}

.alignnone {
	max-width: 100%;
	height: auto;
}

.page-template-page-contact #content {
	width: 100%;
}

.cwrap {
	
}

.cleft {
	width: 48%;
	float: left;
}

.cright {
	float: right;
    position: relative;
    top: -150px;
    width: 48%;
	margin-bottom: -150px;
}

.cright iframe {
	width: 100%;
	display: block;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea {
	background: #e7e8e9;
	border: 0;
	padding: 10px;
	width: 100%;
}

.wpcf7-form input[type="submit"] {
	background: #666666;
	border: 0;
	cursor: pointer;
	display: block;
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
	width: 100%;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

#sidebar {
	float: right;
	width: 32%;
}

#sidebar ul li {
	border: 10px solid #231f20;
	margin-bottom: 30px;
}

#sidebar ul li:last-child {
	margin-bottom: 0;
}

#sidebar ul li img {
	max-width: 100%;
	display: block;
	height: auto;
}

#footer {
	width: 100%;
	background: #e9e8e8;
	padding: 30px 0;
}

#footer.floated {
	position: fixed;
	bottom: 0;
	left: 0;
}

.home #footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 99;
}

.footer-left {
	width: 30%;
	float: left;
}

.footer-right {
	width: 68%;
	float: right;
}

.copyright, .footer-menu {
	float: right;
}

.footer-menu ul li {
	float: left;
	padding-left: 30px;
}

.footer-menu ul li a, .copyright, .footer-left p {
	font-size: 13px;
	line-height: 1.3;
	color: #030303;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

#mobile-slide {
	display: none;
	float: right;
	position: relative;
	z-index: 9999;
}

#mobile-slide a {
	color: #FFFFFF;
	display: block;
    font-size: 20px;
	padding: 26px 32px;
	font-weight: 700;
}

#mobile-slide a:hover {
	text-decoration: none;
}

.icon-bar {
	position: absolute;
    right: 10px;
    top: 25px;
}

.icon-bars {
    position: relative;
    transition: transform 0.3s ease-in 0s, background-color 0.2s ease 0s;
}

.icon-bars, .icon-bars::after, .icon-bars::before {
    background-color: #FFFFFF;
    display: block;
    height: 0.142857em;
    width: 2rem;
}

.menu-opened .icon-bars {
    background-color: #FFFFFF;
    transform: rotate3d(0, 0, 1, 135deg);
    transition: transform 0.3s ease-in 0.2s, background-color 0.2s ease 0s;
}

.menu-opened .icon-bars::after, .menu-opened .icon-bars::before {
    background-color: #FFFFFF;
    top: 0;
    transform: rotate3d(0, 0, 1, 90deg);
    transition: top 0.2s ease-in 0s, transform 0.3s ease-in 0.2s, background-color 0.2s ease 0s;
}

.icon-bars::after, .icon-bars::before {
    content: "";
    left: 0;
    position: absolute;
    transition: top 0.3s ease-in 0.3s, transform 0.3s ease-in 0s, background-color 0.2s ease 0s;
}

.icon-bars::after {
    top: -9px;
}

.icon-bars::before {
    top: 9px;
}

@media screen and (max-height : 1000px) {
	.home-content {
		padding-top: 5%;
	}
}

@media screen and (max-height : 900px) {
	.home-content {
		padding-top: 30px;
	}

	.home-timings {
		bottom: 180px;
	}
}

@media screen and (max-height : 850px) {
	#logo {
		padding: 30px;
		max-width: 330px;
	}
}

@media screen and (max-height : 800px) {
	#logo {
		max-width: 280px;
	}
}

@media screen and (max-height : 750px) {
	.home #wrap, .home #wrapper, .home #container, .home #container .inner, #home-wrap {
		height: auto;
	}

	.home #wrapper {
		z-index: 20;
	}

	.home-timings, .home #footer {
		position: static;
	}

	.home-content {
		padding: 40px 0;
	}

	.home-timings {
		padding: 40px 0 0;
	}
}

@media screen and (max-width : 1240px) {
	.inner {
		padding: 0 20px;
	}
}
@media screen and (max-width: 992px) {
	#menu ul li a {
		padding: 0 11px;
	}
}

@media screen and (max-width : 767px) {
	#menu {
		background-color: rgba(0, 0, 0, 0.9);
		display: none;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		padding: 0 0 40px;
	}

	.menu-main-menu-container {
		overflow-y: scroll;
		height: 100%;
	}

	#menu ul {
		float: none;
		padding-top: 80px;
	}

	#menu ul li {
		float: none;
		display: block;
	}

	#menu ul li a, #menu ul li:first-child a, #menu ul li:last-child a {
		padding: 15px 20px;
		text-align: center;
		display: block;
		font-size: 22px;
	}

	#menu ul li a {
		padding: 10px 20px;
	}
	#menu ul li ul, #menu ul li:hover ul {
		display: none;
		padding: 0;
		position: static;
	}

	#menu ul li.menu-item-has-children > a:after {
		content: '+';
		padding-left: 5px;
		font-weight: bold;
		font-size: large;
		line-height: 10px;
		position: absolute;
		right: 15px;
		top: 19px;
		font-size: 24px;
	}

	#menu ul li.menu-item-has-children.opened > a:after {
		content: '-';
	}

	#menu ul li ul li a, #menu ul li:first-child ul li a, #menu ul li:last-child ul li a {
		font-size: 20px;
		text-align:center;
	}

	#mobile-slide {
		display: block;
	}
}

@media screen and (max-width : 1024px) {
	#header {
		padding: 10px 0;
	}
	
	#social a img {
		padding: 8px 0 0 10px;
	}
}

@media screen and (max-width : 800px) {
	#lulu-image {
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		top: 35px;
		width: 130px;
	}

	.post-content .button {
		max-width: none;
	}

	.cleft, .cright {
		width: 100%;
		float: none;
	}

	.cright {
		position: static;
		margin-bottom: 0;
		padding-top: 20px;
	}
}

@media screen and (max-width : 767px) {
	.menu-main-menu-container {
		max-height: 100%;
		overflow-y: scroll;
	}

	#menu ul {
		padding: 80px 0;
	}

	#content {
		width: 100%;
		float: none;
		padding-top: 80px;
	}

	#sidebar {
		max-width: 300px;
		margin: 0 auto;
		float: none;
		width: 100%;
	}
}

@media screen and (max-width : 640px) {
	.footer-left, .footer-right {
		width: 100%;
		float: none;
		text-align: center;
	}

	.footer-left {
		padding-bottom: 25px;
	}

	.footer-right {
		max-width: 370px;
		margin: 0 auto;
	}
}

@media screen and (max-width : 414px) {
	.bx-controls {
		display: none;
	}

	.copyright, .footer-menu {
		float: none;
		text-align: center;
	}

	.footer-menu {
		padding-bottom: 25px;
	}

	.footer-menu ul li {
		float: none;
		display: inline-block;
		padding: 0 15px;
	}

	.menu-main-menu-container {
		overflow: auto;
	}

	.drinks-menu-item, .drinks-menu-item:nth-child(2) {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width : 320px) {
	#logo span {
		font-size: 15px;
	}
}