@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}



a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Josefin Slab',serif;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

p{
	font-size: 1rem;
}


/* Style for our header texts
* --------------------------------------- */
h1{
	font-size: 5em;
	font-family: arial,helvetica;
	color: #fff;
	margin:0;
}
.section p,
.intro p{
	color: #000;
}

/* Centered texts in each section
* --------------------------------------- */
.section{
	text-align:center;
}


ul li {
	font-size: 2.2rem;}



/* Sections backgrounds
* --------------------------------------- */

div.darkBG h2, div.darkBG h3, div.darkBG h4, div.darkBG p{
	color:#fff;
}

/*menu stuff */ 

div.category {
	text-align: center;
}

div.list-items {
	    display: flex;
		flex-flow: row wrap;
		justify-content: space-evenly;
}

div.list-items-downward {
   
}

.menuItem  {
	border: 1px solid #000;
	width: 300px;
	height:110px;
	border-radius: 8px;
	padding: 10px;
	text-decoration: none;
	position:relative;
	margin-bottom:12px;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	background:#fff;
	text-align: left;
}

div.sidey .menuItem, div.sidey .menuItemBlock {
	display:flex;
	flex-flow:row nowrap;
	justify-content: space-between;
	border:none;
	height: inherit;
	padding: 0 12px;
}



.menuItemBlock {
	
}

div#brunchItems a.menuItem.IrishBreakfast {
	background-color: #f9ff60;
background-image: linear-gradient(315deg, #f9ff60 0%, #ffef77 74%);
}

a.menuItem.IrishBreakfast:hover, a.menuItem.IrishBreakfast:active {
	color:#fff;
	background:#000;
}

div#wines .menuItem.White {
background-color: #f9fcff;
background-image: linear-gradient(147deg, #f9fcff 0%, #dee4ea 74%);	
}

div#wines .menuItem.Red {
background-color: #f7accf;
background-image: linear-gradient(147deg, #f7accf 0%, #ff1053 74%);
}


.menuItem h3 {
/*	font-size:1.5rem;*/
}

.sidey .menuItem h3, .sidey .menuItemBlock h3 {
/*	font-size:1.4rem;*/
}

#cocktails .menuItem {
	background-color: #182b3a;
background-image: linear-gradient(315deg, #182b3a 0%, #20a4f3 74%);

}

#shots .menuItem {
	background-color: #c11d38;
background-image: linear-gradient(315deg, #c11d38 0%, #ffc857 74%);
}

#food .menuItem {
	background-color:#fff;
}


a.menuItem:hover,a.menuItem:active {
background-color: #4d4855;
background-image: linear-gradient(147deg, #4d4855 0%, #000000 74%);

color:#fff;
}


/*a.menuItem h4 {
	position:absolute;
    bottom:5px;
    right:7px;
}*/





/* magnif white popu */ 

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  margin: 20px auto;
  text-align: center;
}

.white-popup img {
  width:80%;
  max-width: 550px; 
}

.white-popup img.portrait {
  width: 240px; 
}


.white-popup p {
  margin:14px auto;
}

/* end of menu stuff */ 

/* from index */ 
	/* Style for our header texts
	* --------------------------------------- */
	h1{
		font-size: 4em;
		color: #fff;
		text-shadow: 2px 2px 4px #000000;
		margin:0;
		padding:0;
	}

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


	/* Backgrounds will cover all the section
	* --------------------------------------- */
	.section{
		background-size: cover;
	}
	.slide{
		background-size: cover;
	}

	/* Defining each section background and styles
	* --------------------------------------- */
	#welcome{
		background-image: url('../images/welcome-portrait.jpg');
	}

	#hours-location{
		background-image: url('../images/map-portrait.png');
	}

	#news-events{
		background-image: url('../images/jenga-eats-portrait.jpg');
		padding: 6% 0 0 0;
	}

	#news h3 {
		margin-bottom:15px;
		font-size: 1.55rem;
	}

	#football{
		background-image: url('../images/football-mancity-portrait.jpg');
		padding: 6% 0 0 0;
	}


	#aboutus{
	    background-image:url('../images/out-on-street-portrait.jpg');
		padding: 6% 0 0 0;
	}



	#follow{
		background-image: url('../images/irish-selfie-portrait.jpg');
		padding: 6% 0 0 0;
	}

    #feedback {
		background-image: url('../images/nfl-sundays-portrait.jpg');
		padding: 6% 0 0 0;

    }


	#footer {
        background-image: url('../images/bar-scene-portrait.jpg');
        padding: 6% 0 0 0;
	}



	h1,h2,h3,h4 {
		font-family: 'Arvo',serif; 

	}

	h2 {
		font-size:2rem;
	}

	h3 {
		font-size:1.2rem;
	}

	h4 {
		font-size:1.1rem;
	}


	div.connie {
		padding:12px;
	}

	div.connie.whitey {
		background:rgba(255,255,255,.7);
		
		
	}

	div.connie.downer {
		margin-top:25%;
	}

	div.connie.noBG {
		/* will be white text */ 
		background:none;
		color:#fff;
	}

	div.connie.noBG h1,div.connie.noBG h2, div.connie.noBG h3, div.connie.noBG h4, div.connie.noBG h5, div.connie.noBG p {

		color:#fff;
		text-shadow: 2px 2px 4px #000000;
	}

	/* for wider screens */ 
	@media (orientation: landscape) {

	#welcome{
		background-image: url('../images/welcome.jpg');
	}

	#hours-location{
		background-image: url('../images/map-wide.png');
	}

	#news-events{
		background-image: url('../images/jenga-eats.jpg');
		padding: 6% 0 0 0;
	}

	#football{
		background-image: url('../images/football-mancity.jpg');
		padding: 6% 0 0 0;
	}



	#aboutus{
	    background-image:url('../images/out-on-street.jpg');
		padding: 6% 0 0 0;
	}

	#follow{
		background-image: url('../images/irish-selfie.jpg');
		padding: 6% 0 0 0;
	}

    #feedback {
		background-image: url('../images/nfl-sundays.jpg');
		padding: 6% 0 0 0;

    }	

	#footer {
        background-image: url('../images/bar-scene.jpg');
        padding: 6% 0 0 0;
	}

   } /* end of media query */ 


/* end of from index */ 


/* NAVIGATION / MENU */ 

nav {
	display:block;
	/*margin:40px auto;*/
	width:30%;
	min-width:300px;
	text-align:left;
	border-radius: 1px;


}

nav.doneAni {
	position: absolute;
}


nav.opened {
background-color: #f9fcff;
background-image: linear-gradient(147deg, #f9fcff 0%, #dee4ea 74%);
	top:0;
	left:0;
	z-index: 800; 
	padding:20px;
	display: block;
	text-align:center;
	border:1px solid #777070;
}

nav.opened a:hover {
	color:gold;
}

nav.opened a {
	text-shadow:none;
}



nav a {
	display: block;
	line-height: 1.5;
	opacity:1;
	font-family: 'Avro', serif;
	text-decoration: none;
	font-size: 1.6em;
	font-weight:bold;
	text-shadow:2px 2px #333;
	color:green;
	z-index: 33;
}


nav a.revealed {
	opacity:1;
}


.menuTogg {
    background: transparent;
    cursor: pointer;
    padding: 8px;
    width: 48px;
    position: fixed;
    top: 0px;
    left:0px;
    padding-bottom: 14px;
    z-index:30;
/*    display: none;*/
}

.menuTogg.revealed {
	display:block;
}

.menuTogg:hover {
	background:#777070;
}


div.overlay {
	width:100%;
	height: 100%;
	background: #000; 
	opacity:.6;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	display:none;
}

body.openMenu div.overlay {
	display:block;
}

.myButton {
	background:linear-gradient(to bottom, #43424d 5%, #474973 100%);
	background-color:#43424d;
	border-radius:28px;
	border:1px solid #686fba;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:21px 38px;
	text-decoration:none;
	text-shadow:0px 1px 9px #4040a8;
}
.myButton:hover {
	background:linear-gradient(to bottom, #474973 5%, #43424d 100%);
	background-color:#474973;
}
.myButton:active {
	position:relative;
	top:1px;
}