/******************************************************************
Theme Name: Sunrise
Theme URI: http://www.s5themes.com/theme/sunrise/
Description:  Time - Check <a href="http://www.s5themes.com/documentation/sunrise/">Sunrise Documentation</a> in case you need directions or get support from <a href="http://www.s5themes.com/forums/">Forum</a>.
Author: Site5.com
Author URI: http://gk.site5.com/t/642 
Version: 1.0.0

License: GPL
License URI: http://www.gnu.org/copyleft/gpl.html
******************************************************************/


/************************ STYLE STRUCTURE ************************

	1. Reset CSS
	2. Typography presets
	3. Header
	4. Footer
	5. Navigation
	6. Navigation Submenu
	7. Main Section
	8. Sidebar & Widgets
	9. Image Styles
	10. Post Style
	11. Contact Form
	12. Tweet List
	13. Paginate
	14. Comments
	15. Respond Form
	16. Dropcaps
	17. Responsive Navigation
	18. Media Queries
	19. Custom styles

****************************************************************/

/************************ Reset CSS ************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  	margin-right: 1.5em;
  	padding: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  	margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley {
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	/*margin:-1.5em 0 0 0;*/
} 
.gallery-icon {
	padding: 10px;
}
.gallery img {
	border:1px solid #f0f0f0 !important;
	padding: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	height: auto;
}
blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

p img, article img {
	width: 100%;
	display: block;
	height: auto;

}

/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/

.parallax-image-container {
position: relative;
min-height: 400px;
width: 100%;
text-align: center;
padding: 200px 0;
}
.parallax-image:after{
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background-color: rgba(0,0,0,0.3);
z-index: 1;
}
.parallax-image-container p {
font-size: 50px;
line-height: 1em;
max-width: 30em;
margin: 0 auto;
color: #fff;
z-index: 2;
text-shadow: 0px 1px 3px #202020;
font-family: "Libre Baskerville", serif;
}
.parallax-image {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: -1;
overflow: hidden;
background-position: center top;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-image: url('http://brannigansbar.ie/wp-content/uploads/2015/04/Brannigans-3.jpg');
}
@media (max-width: 700px) {
	.parallax-image-container {
		min-height: 0;
		padding: 120px 0;
	}
	.parallax-image-container p {
		font-size: 30px;
		max-width: 70%;
		line-height: 1.3em;
	}
	.parallax-image {
		background-attachment: scroll;
	}
}


/************************ Resets ************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}



/************************	Typography presets ************************/

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge, h1 {
	font-size: 68px;
	line-height: 48px;
	letter-spacing: -1px;
}

.large, h2 {
	font-size: 42px;
	line-height: 1;
}

.bigger, h3 {
	font-size: 26px;
	line-height: 36px;
}

.big, h4 {
	font-size: 22px;
	line-height: 30px;
}

@media (max-width: 768px) {
	.bigger, h3 {
		font-size: 18px;
		line-height: 22px;
	}
}

body {
	font: 16px Arial, sans;
	line-height: 1.5;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}
.clear {
	clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix {
}

p:last-child {
margin-bottom: 0;
}

/************************ Selection colours (easy to forget) ************************/

::selection 	 	{ background: rgb(255,255,158);}
::-moz-selection 	{ background: rgb(255,255,158);}
img::selection 		{ background: transparent;}
img::-moz-selection	{ background: transparent;}
body 				{-webkit-tap-highlight-color: rgb(255,255,158);}




/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
* { transition: all 0.3s ease-out; } 

body {
	background: rgb(255,255,255,0);
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	margin: 0 auto;
	color: #202020;
    font-family: 'Open Sans', Sans-Serif;
    font-size: 15px;
	line-height: 1.6em;
}
a {
	color: #AF443D;
	text-decoration: none;
}
a:hover {
	color: #FF4D4D;
}
.container {
	margin: 0 auto;
}
p:last-child {
	margin-bottom: 0;
}

.block {
    width:90%;
    max-width:1130px;
    margin:0 auto;
    position:relative;
    z-index: 1;
}

.block:before,
.block:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.block:after {
    clear: both;
}



/* Responsive Grids */
.col {
    float: left;
    margin-left: 3.2%;
    margin-bottom: 30px;
}

/* grid4 col */
.grid4 .col {
    width: 22.6%;
}

/* grid3 col */
.grid3 .col {
    width: 31.2%;
}

/* grid2 col */
.grid2 .col {
    width: 48.4%;
}

.grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
}



.home-background {
	background-attachment: fixed;
	background-size: cover;
	min-height: 200px;
}
.header-wrapper {
	background: #333;
	background-size: cover;
	min-height: 200px;
	border-bottom: 10px solid #AF443D;
	position: relative;
}
.page .header-wrapper {
	background-position: center center;
}
.home .header-wrapper,  .blog .header-wrapper{
	min-height: 500px;
}

.header-slideshow {
	position: absolute!important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000
}
.header-slideshow .slick-list, .header-slideshow .slick-track {
	height: 100%;
}
.header-slideshow-item {
	width: 100%;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
 	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.http://brannigansbar.ie/wp-content/uploads/2015/03/evening-menu.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://brannigansbar.ie/wp-content/uploads/2015/03/evening-menu.jpg', sizingMethod='scale')";
}

/*.header-slideshow-item.slide-one {
	background-image: url('http://brannigansbar.ie/wp-content/uploads/2015/03/Musicians-upstairs.jpeg');
}
.header-slideshow-item.slide-two {
	background-image: url('http://brannigansbar.ie/wp-content/uploads/2015/02/Customer-guinness.jpeg');
}
.header-slideshow-item.slide-three {
	background-image: url('http://brannigansbar.ie/wp-content/uploads/2015/03/evening-menu.jpg');
}*/


/************************ Header ************************/


header {
	margin: 0 auto;
	padding: 0;
	/*position: fixed;*/
	z-index: 1000;
	width: 100%;
	position: relative;
}
.header-wrapper header {
	padding: 80px 0 0;
}
header h1.title {
	font-size: 30px;
	font-weight: 800;
	text-align:center;
}
header h1.title img {
	display: block;
	width: 400px;
	height: auto;
	margin: 0 auto;
}
@media (max-width: 500px) {
	header h1.title img {
		width: 80%;
		margin: 0 auto;
	}
}
header .description {
	font-size:14px;
	color:#fff;
	display:block;
	text-align:center;
	text-transform: uppercase;
	display: none;
}
header h1.title span {
	color: #005f6b;
}

.slogan {
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 65px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.2em;
}
@media (max-width: 500px) {
	.slogan {
		bottom: 13%;
	}
}

.slogan  h2 {
	font-size: 65px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	line-height: 1em;
}


/************************ Footer ************************/
footer {
	clear: both;
	padding: 80px 0;
	overflow:hidden;
	margin: 0 auto;
	background: #AF443D;
	color: #fff;
}


.footer_widgets{
	padding: 20px 0;
}
.footer_widgets h3.widget-title{
	font-size:20px;
	color:#E54D1B;
	margin-bottom: 40px;
}
.footer_widget {
   
}

.footer_widget ul li {
	margin-bottom: 10px;
	list-style:none;
	padding: 3px 0 3px;
}

.footer_widget  a {
	font-weight:600;
	color:#fff;
}

.copyright {
	background: #893530;
	clear: both;
	padding: 20px 0;
	text-align: center;
	border-top: 5px solid ##D7D7D7;
	font-size: 12px;
	margin: 0 auto;
	color: #fff;
}
.copyright a {
	color: #ccc;
	border-bottom: 1px dotted #666;
}

/************************ Navigation ************************/
.navigation {
	font-size: 12px;
	padding-top: 30px;

}
.nav-wrapper {
	//background: url(img/bg_nav.png) top left repeat;
	//padding: 3px 0;
	margin-top: 50px;
}
nav * {
	transition:none;
}
nav {
	//border-top: 1px dashed #999;
	//border-bottom: 1px dashed #999;
	margin:  0 auto;
	padding: 0;
	line-height: 36px;
	text-align: center;
	
}
nav ul li {
	display: inline-block;
	padding: 0 15px;
	font-size: 18px;
	font-weight: 700;
    text-transform: uppercase;
    transition:none;
}
nav ul li a {
	//padding: 21px 5px;
	color: #fff;
	text-decoration: none;
	transition:none;
}
nav ul li a span {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
}
nav ul li a:hover, nav ul li.current-menu-item a, nav ul li.current_page_item a {
	color: #fff;
}
nav ul li.active a {
	
}

/************************ Nav Submenu ************************/
ul.sub-menu {
	position: absolute;
	//background: url(img/bg_nav.png) top left repeat;
	margin-top: 4px;
	//margin-left: -15px;
	width: 250px;
	text-align: left;
    z-index:999;
    padding:0;
}
ul.sub-menu li {
	line-height: 26px;
	display: block;
	padding: 0px;
    font-weight: 400;
    padding:0;
    margin:0;
    text-transform: upppercase;

}
ul.sub-menu li a {
	color: #ffffff !important;
	font-size: 14px;
	font-weight:600;
	padding: 10px 10px;
	display: block;
    text-shadow: none;
}
ul.sub-menu li a:hover {
	background: #AF443D;
	color: #ffffff;
}

ul.sub-menu li ul {
	position: absolute;
	background: #FF4D4D !important;
	margin-left: 230px;
	margin-top: -50px;
	width: 250px;
	text-align: left;
    z-index:999;
    padding:10px 0 10px;
}

ul.subnav {
	font-weight: bold;
	font-family: "Helvetica", Arial, Sans-Serif;
	padding-top: 20px;
	margin-bottom: 20px;
}
ul.subnav li {
	padding: 8px 0;
	border-bottom: 1px solid #e3e3e3;
    color: #ffffff;
}
#submenu li.current_page_item a {
	color: #000;
}

/************************ Main Section ************************/
section.main {
	/*width: 960px;*/
	margin: 0 auto;
	padding: 50px 20px;
}

section.main h1 {
    font-size: 20px;
	text-transform: upppercase;
	font-weight:700;
	color:#878787;
	letter-spacing:2px;
	text-align:center;
	margin:20px 0;
}


/************************ Homepage ************************/
.promo {
	background-image: url(img/bg_diamond.png);
	padding: 20px 0;
}
.promo .col {
	text-align: center;
}
.promo .col h3 {
	font-size: 16px;
	color: #000;
}


.featured {
	padding: 50px 0;
}
.featured .col {
	text-align: center;
}
@media (max-width: 768px) {
	.featured .col:last-child, .featured .col:last-child .post-content {
		margin-bottom: 0;
	}
}
.post-content p:last-child {
	margin-bottom: 0;
}
.featured h2 {
	font-size: 34px;
	font-weight: 100;
	color: #868686;
	text-align: center;
	margin-bottom: 40px;
}

.featured h3 {
	margin-bottom: 20px;
	font-size: 22px;
	color: #AF443D;
	font-weight: bold;
}
.featured .post-content {
	font-size: 15px;
	font-weight: normal;
}
@media (min-width: 400px) and (max-width: 768px) {
	.featured .post-content {
		width: 76%;
		margin: 0 auto;
	}
}
.submitbutton,
a.more-link,
a.post_read_more,
a.comment-reply-link {
	margin: 20px auto;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans',Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	background: #AF443D;
	display: block;
	width: 200px;
	border:0;
	padding: 10px 30px;
	text-align: center;

	cursor: pointer;
}
/*.submitbutton:hover,
a.more-link:hover,
a.post_read_more:hover,
a.comment-reply-link {
	color:#fff;
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0, 0.3);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0, 0.3);
	box-shadow: 0px 0px 7px rgba(0,0,0, 0.3);
	background-position: 50% 70%;
	color: #fff;
}*/

.submitbutton {
	margin: 20px 0;
}


.post-thumb-wrap {
	position: relative;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin-bottom: 20px;
}

.post-thumb-wrap img {
	display: block;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	max-width: 200px;
	/*width: 245px;*/
	width: 100%;
	height: auto;
	margin: 0;
}


#google-map {
	
}
#map iframe {
	height: 100%;
}
a.map-toggle {
	-webkit-border-radius: 5px 5px 0 0px;
	-moz-border-radius: 5px 5px 0 0px;
	border-radius: 5px 5px 0 0px;
	border:1px solid #ccc;
	border-bottom: 1px solid #fff;
	display: block;
	margin: 0 auto;
	width: 150px;
	padding: 10px 20px;
	position: relative;
	background: #fff;
	z-index: 2;
	margin-bottom: 0px;
	text-align: center;
	color: #999;
}
a.map-toggle:after {
	content: " ▾ ";
	font-size: 20px;
	vertical-align: middle;
	display: inline-block;
	margin: -2px 3px 0;
}
a.collapsed {
	margin-bottom: -1px;
}
a.collapsed:after {
	content: " ▴ ";
}

#map {
	height: 300px;
	border-top:1px solid #ccc;
	position: relative;
	z-index: 1;
	display: none;
	transition:none;
}
a.map-toggle .hide {
	display: none;
}



/************************ Page and Post ************************/

h2.post-title {
	text-align: left;
	font-size: 50px;
	font-weight: 100;
	margin:0 auto 50px;
	color: #AF443D;
}
#home-about h1, #home-about h2, #home-about h3, #home-about h4, #home-about h5, #home-about h6 {
	color: #AF443D;
}
#home-about h1:after , #home-about h2:after, #home-about h3:after {
	content: '';
	width: 30px;
	height: 0;
	border-bottom: 1px solid #AF443D;
	display: block;
	margin-top: 1em;
}
@media (max-width: 500px) {
	h2.post-title {
		margin-bottom: 0.5em!important;
	}
	.h2.post-title:after {
		margin-top: 0.5em!important;
	}
}

.meta,
.tags {
	margin: 20px 0;
	color: #ccc;
	display: none;
}
.meta .post-date {

}
.post-author {

}

img.blog-thumb {
    float: none;
    width:100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/************************ Menu Listing ************************/ 

.menulist article {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
	.menulist .post-title {
		
	}

	.menulist .post-thumb {
		float:left;
		width:60px;
		margin-right: 20px;
	}
	.menulist .post-thumb img {
		width: 100%;
		height: auto;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		/*-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
		padding: 5px;*/
	}
	.menulist .post-content {
		margin:0;
		padding:0;
	}
	.menulist .with-thumb .post-content {
		margin-left:60px;
		/*padding-right:20px;*/
	}
	.menulist .post-content p:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.menulist .menu-item-title {
		font-size: 18px;
		font-weight: normal!important;
		margin-bottom: 0!important;
		font-family: 'Open Sans', Sans-Serif;
	}
	.menulist .menu-item-content {
		padding-top: 10px;

	}

	.menu-item-price {
		float: right;
		/*font-size: 14px;*/
		color: #AF443D;
		font-family: 'Open Sans', Sans-Serif;
		text-align: right;
	}
	.multiple-menu-price {
        	margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #f0f0f0;
	}
	.multiple-menu-price:last-child {
        	margin-bottom: 0;
		border-bottom: none;
	}

	.menu-title {
		text-align: center;
		font-weight: 600;
		font-size: 22px;
		margin: 20px 0;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #AF443D;
	}
	.menu-title:first-child {
		margin-top: 40px;
	}
	.menu-title:after, 
	.menu-title:before {
		content: " ~ "
	}


	.menu-category {
		margin-bottom: 40px;
	}

	.menu-category article:last-child {
		/*border-bottom: none;*/
	}

	.level-1 {

	}
	.level-2 {
		font-size: 18px;
	}

/************************ Sidebar & Widgets ************************/
.widget_sidebar {
	margin-bottom: 40px;
}

.widget_sidebar h3 {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
    text-shadow: 1px 1px 1px #FFFFFF;
}




.column-one {
    float: left;
    width: 63%;
}

.column-two {
    float: right;
    width: 32%;
}
.tags a,
.widget_tag_cloud .tagcloud a {
	font-size: 14px;
	background: #f0f0f0;
	display: inline-block;
	padding:5px 10px;
	margin: 0 5px 5px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.widget_search label {
	display: block;
}
#searchsubmit {
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}

/************************ Image Styles ************************/
img.alignleft, img.alignright, img.aligncenter {

}
img.blog-thumb {
  	padding: 0;
  	margin:  0;
    /*max-width:720px;*/
    height:auto;
    width: 100%;
}
.gallery-item {
	margin-top: 0!important;
}
@media (max-width: 768px) {
	.gallery-item {
		width: 50%!important;
	}
}
@media (max-width: 500px) {
	.gallery-item {
		float: none!important;
		width: 100%!important;
	}
}

/************************ Post Style ************************/
section.main .post {
	clear: both;
	padding: 20px 0;
	/*border-bottom: 1px solid #efefef;*/
	margin:0 auto;
}
section.main p {	color:#666666;	font-size:14px;
	margin-bottom: 20px;
}
section.main .post p em {
	font-size:16px;
	font-family: 'Georgia', Sans-Serif;
}
section.main .post:last-child {
	border-bottom: none;
}
.post-thumb {
    padding:0;
    margin:0 0 20px;
    position: relative;
    /*min-height: 100px;*/
}
.post-content {
	margin: 20px 0 0 0;
}


/************************ Contact Form ************************/



#contactForm {
	display:block;
    padding-top: 30px;
}

#contactForm label {
	display: block;
	font-weight: normal;
	padding: 5px 0px;
}
#contactForm input,
#contactForm textarea {
	background:#fff;
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*box-shadow: 1px 1px 0px #CCCCCC inset;*/
	margin-bottom: 10px;
	padding: 7px 10px;
}
#contactForm input:focus,
#contactForm textarea:focus {
	border-color: #000;
}
#contactForm textarea {
	font-size:14px;
	width: 100%;
}
#contactForm input {
	width: 100%;
}
.thanks {
	background: #F2F3F6;
	background: url('lib/contactform/ok.png') 0 26px no-repeat;
	padding: 25px 15px 15px 25px;
	display: none;
}

#contactForm .error, .error {
    background: url("lib/contactform/error.png") no-repeat scroll 5px 50% #FEF4F1;
    border: 1px solid #F5F5F5;
    border-radius:5px;
    color: #000000;
    display: none;
    margin-bottom: 5px;
    padding: 7px 20px 7px 30px;
    width: 100%;
}

.error {
	display:none;
}
#contactForm .col {
	margin-bottom: 0;
}

#contact-map{
	background: #fff;
	padding-bottom:30px;
	border:1px solid #ddd;
	padding:10px;
	min-height: 320px;
	height: 320px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#contact-map iframe{
border:none;
height: 100%;
}


/************************ Paginate ************************/
.emm-paginate {
    display: block;
    font-size: 14px !important;
    font-weight: bold;
    margin:3% auto;
    padding: 10px 0;
    width: 75%;
    text-align: center;
}
.emm-paginate a, .emm-paginate span {
    margin-left:10px;
}

.emm-page {
    background:#eeeeee;
    color:#ffffff;
    border-radius: 50% 50% 50% 50%;
    display: inline-table;
    height: 40px;
    min-height: 40px;
    width: 40px;
    line-height: 40px;
    margin-left: 5px;
}
.emm-current {
    background:#AF443D;
    color:#ffffff;
}

/************************ Comments ************************/
#comments {
    border-bottom: 2px solid #DDDDDD;
    display: block;
    /*float: left;*/
    margin-top: 30px;
    padding-bottom: 10px;
    /*width: 90%;*/
}
.comment-author {	background:none;}
#comments h3, #comment-form-title h3 {
    font-size: 22px;
}
ol.commentlist { margin-top: 10px; margin-bottom:20px; }
.commentlist ol li {border-bottom:1px solid #ddd;}
.commentlist li { position: relative; clear: both; list-style-type: none; padding: 11px 10px;border-bottom:1px solid #ddd;}
.commentlist li[class*=depth-] { padding-left: 20px; margin-top: 17px; }
.commentlist li.depth-1 { margin-top: 1px; }
.commentlist li:not(.depth-1) { margin-right: -10px; }
.commentlist li:last-child {}
.commentlist header {min-height: 30px; border:none; position: static; padding: 0}
nav#comment-nav {line-height: 12px;}

.commentlist .vcard {margin-left: 40px; }
.commentlist .vcard cite.fn { font-weight: 700; font-style: normal;}
.commentlist .vcard time {font-size: 11px;  float: none; background:none;width: auto;margin-top: auto; text-shadow:1px 1px #fff;text-transform:uppercase}
.commentlist .vcard time a { color: #999; text-decoration: none; }
.commentlist .vcard time a:hover { text-decoration: underline; }

.commentlist .vcard img.avatar { position: absolute; left: 0; padding: 0px; border: 0px solid #cecece; background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.commentlist li .comment_content { margin-left: 40px; }
.commentlist li .comment_content p { margin: 15px 0; }
.commentlist li .comment_content > *:last-child, .commentlist li .comment_content > *:last-child > *:last-child { margin-bottom: 0 }
.commentlist li ul:not(#comment-form-elements) { margin: 0 0 0 40px; }
.commentlist li ul.children li { border:none;border-top:1px solid #ddd;padding-bottom:4px;}
.commentlist .comment-reply-link {margin-left:40px;text-decoration: none;  min-width: 0; padding: 5px 10px; font-size: 10px; width: auto; display: inline-block; opacity: 0.5; margin-top: 5px; margin-bottom: 5px; -webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
.commentlist a.comment-reply-link:hover, .commentlist article:hover .comment-reply-link { opacity: 1; }
.commentscount { background:url(library/images/comments.png) 0 2px no-repeat; padding-left:28px; height:30px; display:inline-block; }
#cancel-comment-reply-link { text-transform:uppercase; font-size: 11px; min-width: 0}



/************************ Respond Form ************************/
#respond {margin:40px 0 0 0;}
.respond-form form[method=post] {margin:30px 0; }

.respond-form ol li form#commentform[method=post] li { margin-bottom:0; }
.respond-form form[method=post] li { list-style-type: none; clear: both; margin-bottom: 20px; padding: 0; border:none;}
.respond-form form[method=post] li label, .respond-form form[method=post] li small {cursor:pointer; text-transform:uppercase; width:130px; display:block;}
.respond-form input[type=text]:focus, .respond-form input[type=email]:focus, .respond-form input[type=url]:focus, .respond-form textarea:focus { outline:none;}
.respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url] { width:95%; height:30px; border: none; padding: 1px 6px; line-height: 24px; }
#allowed_tags { margin: 24px 10px 11px 0; }

.respond-form textarea, .respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url] { font-family: sans-serif; background:#fff; border-radius: 3px; border: 1px solid #eee;}
.respond-form textarea { resize: none; width: 500px; padding: 10px 5px; line-height: 24px;  height:190px; }
.respond-form input:invalid, .respond-form textarea:invalid { outline: none;}

.nocomments { margin: 0 20px 17px; }
.commentbutton {background:url(library/images/postcomment.png) 0 0px no-repeat; width:162px; height:34px; text-indent:-9999px; border:none; margin-left:135px;}

/************************ Dropcaps ************************/
.dropcapsimple, .dropcapsquare, .dropcapfancy {
	float:left;
	overflow:hidden; 
	text-align:center;
}

.dropcapsimple {
	font-size:34px;
	height:34px;
	line-height:38px;
	width:30px;
	text-align:left;
}

.dropcapsquare {
	font-size:28px;
	height:38px;
	line-height:38px;
	width:38px;
	margin-right:7px;
	color:#fefefe;
	background:#111;
	text-shadow:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.dropcapfancy {
	font-size:26px;
	height:40px;
	line-height:40px;
	width:40px;
	margin-right:7px;
	color:#fefefe;
	text-shadow:none;
	background:url(images/bk_dropcap3.png) 0 0 no-repeat !important;
}

/************************ Responsive Navigation ************************/
.styled-select {
   display: none;
   width: 100%;
   position: relative;
   overflow: hidden;
   height: 40px;
}
footer .styled-select {
	border: 1px solid #ca6c66;
}
   .styled-select select {
        display: inline-block;
        border: none;
        padding: 10px;
        margin: 0;
        font: inherit;
        outline:none; /* remove focus ring from Webkit */
        line-height: 1em;
	font-size: 12px;
        background: #AF443D;
        color: #fff;
	text-transform: uppercase;
	height: 40px;
        -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
    }

	.styled-select select:hover {
		cursor: pointer;
	}

    /* for Webkit's CSS-only solution */
    @media screen and (-webkit-min-device-pixel-ratio:0) { 
        .styled-select select {
            padding-right:30px;    
        }
    }
    
    /* Since we removed the default focus styles, we have to add our own */
    .styled-select select:focus {
       	-webkit-box-shadow: 0 0 3px 1px #fff;
        -moz-box-shadow: 0 0 3px 1px #fff;
        box-shadow: 0 0 3px 1px #fff;
    }
    
    /* Select arrow styling */
    .styled-select:after {
	content: "\f0c9";
	font-family: FontAwesome;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0;
	width: auto;
	height: auto;
	color: #f6e5e4;
        background: #963a34;
        line-height: 1em;
        pointer-events:none;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-transform: lowercase;
    }

    .styled-select select option {
	padding: 10px;
	}

/*		Tablet Layout: 768px.  */


 only screen and (min-width: 768px) and (max-width: 991px) {

	body {
		
	}
	nav {
		width: 100%;
		text-align: center;
	}
	section.main {
		width: 100%;
		float: right;
	}
	section.main .post {
		width: 100%;
	}
	section.main .post h2 {
		width: 100%;
		font-size: 16px;
	}
	#respond #commentform p label {
		clear: both;
		display: block;
		padding-left: 0;
		font-size: 11px;
		font-style: italic;
	}
	#respond #commentform #comment {
		width: 95%;
	}
	body.page section.main img,
	body.blog section.main img,
	body.archive section.main img  {
		max-width: 100%;
		width: 100%;
		height: auto !important;
	}
}


/*		Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
	/* change grid3 to 2-column */
	.grid2 .col {
		width: 100%;
		margin-left: 0;
	}
	.grid3 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: none;
	}
	.grid3 .col {
		width: 100%;
		margin-left: 0;
	}
	.grid3 .col:nth-of-type(3n+1) {
		margin-left: 0;
		clear: none;
	}
	.grid3 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
	/* change grid4 to 2-column */
    .grid4 .col {
        width: 100%;
        margin-left: 0;
    }
    .grid4 .col:nth-of-type(4n+1) {
        margin-left: 0;
        clear: none;
    }
    .grid4 .col:nth-of-type(2n+1) {
        margin-left: 0;
        clear: left;
    }


	body {
	/*	width: 250px;
		padding:0px 34px 60px;*/
	}
	.footer_widget {
	    float: none;
	    margin-right: 0px;
	    width: 100%;
	}
	.footer_widgets {
	    width: 100%;
	}
    img.blog-thumb {
		float:none;
	}
    nav ul {
    	display: none;
    }
    nav .styled-select {
		display: inline-block;
	}

	
	.social {
	    margin: 20px auto 20px;
	    list-style: none;
	    position: static;
	    text-align: center;
	}
	.social li {
	    display: inline-block;
	    float: none;
	}


    .slogan {
    	font-size: 30px;
    }
    .slogan p {
    	font-size: 20px;
    }
	section.sidebar {
		width: 252px;
	}
	section.main {
		width: 100%;
	}
	section.main .post {		width: 100%;	}
	section.main .post h2 {
		width: 100%;
		font-size: 24px;
	}

	
	#respond {
	    margin: 0px;
	    padding-top:40px;
	}
	.commentlist li ul {
	    margin: 0px;
	}
	#respond #commentform p label {
		clear: both;
		display: block;
		padding-left: 0;
		font-size: 11px;
		font-style: italic;
	}
	#respond #commentform #comment {
		width: 95%;
	}
	body.page section.main img,
	body.blog section.main img,
	body.archive section.main img  {
		max-width: 100%;
		height: auto !important;
	}
    section #contact-map  {
    	width: 95%;
	}
    section #contactForm input, section #contactForm textarea {
    	width: 95%;
	}
	
	nav  {
		padding: 20px;
	}

	.column-one {
	    float: none;
	    width: auto;
	}

	.column-two {
	    float: none;
	    width: auto;
	}

}



/*		Wide Mobile Layout: 480px.   */

@media only screen and (max-width: 767px) {
	
	body {
		/*width: 420px;
		padding: 5px 22px 48px;*/
	}
    nav ul     {
    	display: none;
    }
    nav select {
	    display: inline-block;
	    width: 100%;
		border: 1px solid #ccc;
		color: #666; padding:5px;
	    font-size: 12px;
    }
    .footer_widget {
	    float: none;
	    margin-right: 0;
	    margin-left: 0;
	    width: 100%;
	}
	section.sidebar {
		width: 100%;
	}
	section.main {
        width: 100%;
        float: none;
	}
	section.main .post {
		width: 100%;
	}
	section.main .post h2 {
		width: 100%;
		/*font-size: 16px;*/
	}

	.post-thumb {
	    /*max-height: 260px;*/
	}
	img.blog-thumb {
	    float: none;
	    width:100%;
	}
	#respond #commentform p label {
		display: inline;
		padding-left: 20px;
	}
	#respond #commentform #comment {
		width: 95%;
	}
    body.page section.main img,
	body.blog section.main img,
	body.archive section.main img  {
		max-width: 100%;
		height: auto !important;
	}
    section #contact-map  {
    	width: 95%;
	}

	.column-one {
	    float: none;
	    width: auto;
	}

	.column-two {
	    float: none;
	    width: auto;
	}
}

/*	Retina media query.
	Overrides styles for devices with a
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {

	body {

	}

}




/* Content Flip Style */
.bb-bookblock {
	width: 400px;
	height: 300px;
	position: relative;
	background: #fff;
	z-index: 100;
}

.bb-page {
	width: 50%;
	height: 100%;
	left: 50%;
	position: absolute;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.bb-page > div,
.bb-outer,
.bb-content {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

.bb-content {
	background: #fff;
}

.bb-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.bb-overlay, .bb-outer {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bb-page > div {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bb-back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.bb-outer {
	width: 100%;
	overflow: hidden;
	z-index: 999;
}

.bb-overlay, 
.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1000;
}

.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.2);
}

.bb-bookblock > div.bb-page:first-child,
.bb-bookblock > div.bb-page:first-child .bb-back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.js .bb-item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #fff;
}

.bb-bookblock {
	width: 100%;
	height: 400px;
}

/************************ Custom Styles ************************/

h2, h3, h4, h5 {
	font-weight: bold!important;
	margin-bottom: 1em!important;
}
.header-wrapper:after {
	content: '';
	width: 100%;
	height: 100%;
	min-height: 200px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.4);
	display: block;
}
.post-title:after {
	content: '';
	width: 30px;
	height: 0;
	border-bottom: 1px solid #AF443D;
	display: block;
	margin-top: 1em;
}
.featured .post-title:after {
	margin-left: auto;
	margin-right: auto;
}
#home-about {
	padding-top: 80px;
	padding-bottom: 50px;
}
@media (max-width: 768px) {
	#home-about {
		padding-top: 50px;
	}		
}
#home-about p {
	margin-top: 20px;
}
#home-about h2 {
	font-size: 26px;
}
#home-about .col:last-child {
	margin-bottom: 0;
}
#map-canvas {
	width: 100%;
	height: 500px;
}
#home-facebook-link {
	font-weight: bold;
	font-size: 20px;
	color: #AF443D; 
	background-color: #F5F5F5;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	#home-facebook-link {
		margin-bottom: 0;
	}
}
#home-facebook-link a {
	text-decoration: underline;
}
#home-facebook-link i {
	padding: 26px;
	margin-right: 26px;
	background-color: #AF443D;
	color: #fff; 
}
#home-facebook-link span {
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline-block;
}
@media (max-width: 500px) {
	#home-facebook-link span {
		font-size: 16px;
	}
	#home-facebook-link i {
		display: none
	}
}
.menu-header {
	max-width: 1000px;
	margin: 0 auto 80px auto;
	max-height: 500px;
	overflow: hidden;
	position: relative
}
@media (max-width: 600px) {
 .menu-header {
 	margin: 0 auto 20px auto;
 }
}
.menu-header img {
	position: relative;
	top: -25%;
	width: 100%;
	height: auto;
	display: block;
	transition: opacity 0.3s;
}
.menu-header h2 {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1em;
	font-size: 50px;
	text-shadow: 0px 1px 3px #202020;
	margin-top: -25px;
	color: #fff;
}
@media (max-width: 600px) {
	.menu-header h2 {
		font-size: 30px;
	}
}
@media (max-width: 400px) {
	.menu-header h2 {
		font-size: 20px;
	}
	.menu-title.level-1 {
		font-size: 16px;
	}
	.menu-title.level-2 {
		font-size: 14px;
	}
	.menulist .menu-item-title {
		font-size: 14px;
	}
	.menu-item-price {
		padding-left: 20px;
	}
}
.menu-header h2:after {
	content: '';
	display: block;
	width: 30px;
	height: 0;
	border-bottom: 1px solid #fff;
	margin: 20px auto 0 auto;
}

.menulist .menu-container {
	max-width: 800px;
	margin: 0 auto
}
.single-menu {
	margin-bottom: 80px;
	position: relative;
}
.single-menu:last-child {
	margin-bottom: 0;
}
.menu-control {
	position: absolute;
	top: 0;
	height: 20px;
	width: 20px;
	background-color: #f5f5f5;
	outline: none;
	border: 1px solid #dcdcdc;
	color: #777;
	transition: all 0.2s;
}
@media (max-width: 768px) {
	.menu-control {
		top: -30px;
	}
}
.menu-control:hover {
	border: 1px solid #777;
	cursor: pointer;
	transition: all 0.2s;
}
.menu-control.hide {
	right: 30px;
}
.menu-control.show{
	right: 0;
}
.menulist .menu-description {
	text-align: center;
	margin-bottom: 20px;
}
.menu-price-alpha {
	color: #ce7873;
	margin-right: 10px;
	font-size: 12px;
}
.menu-special-info {
	margin-left: 5px;
	display: inline-block;
	width: 14px;
	height: 14px;
}

/* - - TripAdvisor reviews - - */

#tripadvisor-reviews {
	background-color: #000;
	background-image: url('http://brannigansbar.ie/wp-content/uploads/2015/05/Brannigans-5.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 15%;
	border-bottom: 10px solid #fff;
	position: relative;
}
@media (max-width: 768px) {
	#tripadvisor-reviews {
		padding: 60px 0px;
	}
	.review-item {
		padding: 20px
	}
}
.tripadvisor-copyright {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color:	#fff;
	font-size: 11px;
	opacity: 0.3;
	text-decoration: underline;
}
.tripadvisor-copyright:hover {
	opacity: 1;
	color: #fff;
}
.review-carousel-item {
	text-align: center;
	margin: 0 40px;
	position: relative;
}
.review-item {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 40px;
}
.review-carousel-item img {
	margin-left: auto;
	margin-right: auto;
}
.tripadvisor-logo {
	width: 200px;
	margin-bottom: 20px;
}
.review-carousel-item h2 {
	color: #589442;
	font-family: 'Open Sans', Sans-Serif;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 20px!important;
}
@media (max-width: 600px) {
 .review-carousel-item h2 {
	font-size: 20px; 
 }
 .tripadvisor-logo {
	width: 100%;
	margin-bottom: 20px;
 }
}
.review-carousel-item h2:before {
	content: '\f10d';
	font-family: FontAwesome;
	margin-right: 7px;
}

.rating-bubble {
	margin-bottom: 20px;
}
.rating-text {
	max-width: 80%;
	margin: 0 auto 20px auto;
}
.review-item a {
	text-transform: uppercase;
	font-size: 10px;
	//color: #AF443D;
	color: #589442;
	text-decoration: none;
	text-decoration: underline;
}
.review-item a:hover {
	text-decoration: underline;
}
.review-footer {
	margin-top: 20px; 
}
.review-footer a {
	margin: 0 5px;
}
.review-footer a:first-child {
	margin-right: 0;
}
.review-footer a:first-child:after {
	content: '|';
	margin-left: 5px;
}
.rating-text:after {
	content: '';
	width: 30px;
	height: 0;
	border-bottom: 1px solid #589442;
	display: block;
	margin: 20px auto 20px auto;
}
.rating-author, .rating-date {
	text-transform: uppercase;
	font-size: 11px;
	color: #589442;
	font-style: italic;
}
.rating-author:after {
	content: ', ';
}

/* - - Footer - - */

footer, #footer-heading {
	text-align: center;
}
#footer-heading img {
	width: 200px;
	height: auto;
}
footer .nav-wrapper {
	margin-top: 40px;
}
#footer-contact span {
	display: block
}
@media (max-width: 500px) {
	#footer-contact {
		width: 90%;
		margin: 0 auto;
	}
}


/* Icons */
@font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url('./fonts/slick.eot');
src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
margin-top: -10px;
padding: 0;
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: 10%;
}
[dir='rtl'] .slick-prev
{
right: 10%;
left: auto;
}
.slick-next
{
right: 10%;
}
[dir='rtl'] .slick-next
{
right: auto;
left: 10%;
}
@media (max-width: 768px) {
	.slick-prev {
		left: 10px;
	}
	[dir='rtl'] .slick-prev {
		right: 10px;
		left: auto;
	}
	.slick-next{
		right: 10px;
	}
	[dir='rtl'] .slick-next{
		left: 10px;
		right: auto;
	}
}

.slick-prev:before
{
content: '\f053';
font-family: FontAwesome;
}
[dir='rtl'] .slick-prev:before
{
content: '\f054';
font-family: FontAwesome;
}

.slick-next:before
{
content: '\f054';
font-family: FontAwesome;
}
[dir='rtl'] .slick-next:before
{
content: '\f053';
font-family: FontAwesome;
}

/* Dots */

.slick-dots
{
position: absolute;
bottom: 25px;
left: 0;
display: block;
width: 100%;
padding: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: FontAwesome;
font-size: 11px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '\f10c';
text-align: center;
opacity: .25;
color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: #fff;
}

/* About Page */

.post-content:before, .post-content:after {
    	content: " ";
   	display: table;
}
.clearfix:after {
   	clear: both;
}
.post-content:before, .post-content:after {
    	content: " ";
    	display: table;
}

.page .post-thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.page h3.post-title {
	line-height: 1em;
}
.page h3.post-title:after {
	content: '';
	display: none;
}
@media (min-width: 991px) {
	.page .has-post-thumbnail .post-content {
		width: 60%;
	}
	.page .post-sidebar {
		width: 35%;
		float: right;
	}
	.page .post.right-content .post-title, .page .post.right-content .post-content {
		width: 60%;
		float: right;
	}
	.page .post.right-content .post-sidebar {
		float: left;
	}
	.page .category-about .excerpt {
		padding-left: 30px;
		margin-bottom: 0;
	}
}
.page .category-about .excerpt {
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: "Libre Baskerville", serif;
	color: #AF443D;
	padding-top: 10px;
	margin-bottom: 30px;
}
.page .category-about .excerpt:before {
	content: '\f10d';
	font-family: FontAwesome;
	color: #ccc;
	font-size: 2em;
}


/*

.About .post-content blockquote, 
.About .post-content blockquote p {
	font-size: 30px;
	line-height: 1.3em;
	font-family: "Libre Baskerville",serif; 
}
.About .post-content blockquote p {
	padding: 0;
}

@media (min-width: 900px) {
	
	.About .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
		line-height: 1em;
		clear: left;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.About .post-content h1:first-child, .post-content h2:first-child, .post-content h3:first-child, .post-content h4:first-child, .post-content h5:first-child, .post-content h6:first-child {
		margin-top: 0;
	}
	.About .post-content p {
		word-wrap: break-word;
		padding-top: 1em;
		padding-bottom: 0!important;
	}
	.About .post-content p.img-wrap, .post-content .wp-caption {
		width: 34%;
		padding: 0;
		margin: 0;
		display: block;
		clear: both;
		word-wrap: break-word;
		float: left;
		margin-right: 50px;
	}
	.About .post-content p.img-wrap.right, .post-content .wp-caption.right {
		float: right;	
		margin-left: 50px;
		margin-right: 0;
	}
	.About .post-content p img, .post-content .wp-caption img {
		width: 100%;
		height: auto;
	}
	.About .post-content .post-content-divider {
		clear: both;
	}
}

*/

/* Navigation */

@media (min-width: 768px ) { 
	.page .header-wrapper {
		border-bottom: none;
	}
	.home.page .header-wrapper {
		border-bottom: 10px solid #AF443D;
	}
}
.page .main-nav, .fixed-nav .main-nav {
	background-color: #AF443D;
	padding: 10px 0;
}
.home.page .main-nav {
	background-color: transparent;
	padding: 0;
}

/* SlideDown nav */

.fixed-nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-color: #AF443D;
	line-height: 1em;
}
.fixed-nav ul li {
	font-size: 14px;
}
.fixed-nav ul#main {
	background-color: transparent!important;
	padding: 15px 0;
}
.fixed-nav-logo {
	height: 100%;
	width: auto;
	min-height: 50px;
}
.fixed-nav.not-centered {
	padding: 20px 5%;
}
.not-centered .fixed-nav-logo {
	position: absolute;
	left: 5%;
	top: 0;
}
.not-centered ul#main {
	float: right;
	padding: 0;
	position: relative;
}
.fixed-nav-logo img {
	display: block;
	width: auto;
	height: 116%;
}
@media (min-width: 992px) {
	.fixed-nav {
		display: block;
	}
}
.Function article .post-title {
	display: none;
}



/* Contact Us */


.page-template-page-template-contact .col {
	font-size: 18px;
	font-family: "Libre Baskerville",serif;
	line-height: 1.5em;
	color: #666;
}
.page-template-page-template-contact .col ul {
	color: #AF443D;
	margin: 30px 0;
	padding-left: 20px;
	border-left: 1px solid #eee;
}

.social {
	position: static;
	right: auto;
	top: auto;
	border: none!important;
}
.social li {
	width: 32px!important;
	height: 32px!important;
	padding: 0;
	display: inline-block!important;
	margin-right: 5px;
}
.social li a.facebook {
	background-image: url('http://brannigansbar.ie/wp-content/uploads/2015/04/facebook.png');
}
.social li a.twitter {
	background-image: url('http://brannigansbar.ie/wp-content/uploads/2015/04/twitter.png');
}
.social li a.tripadvisor {
	background-image: url('http://brannigansbar.ie/wp-content/uploads/2015/04/tripadvisor_icon-2-2.png');
}
.social li a {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	display: block!important;
	width: 32px!important;
	height: 32px!important;
	padding: 0;
	opacity: 0.5
}
.social li a:hover {
	transition: opacity 0.3s;
	opacity: 1;
}








