/*
Theme Name: Iron City
Author: Ticketfly MKS
Description: Starter theme for Ticketfly Enterprise or Premium sites
Version: 1.5
Domain Path: /languages/

contractor_s is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/

Other styles towards the bottom have been pulled from "html5 shell by mimoYmima.com: a Framework for rapidly developing HTML5 based WordPress Themes".
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
13.0 - mimoYmima
14.0 - Gallery Post Format
--------------------------------------------------------------*/

/* -------------------------------------------------------------
fontz
--------------------------------------------------------------*/
@font-face {
  font-family: 'Mercury';
  src: url('../fonts/Mercuryroman/MercuryDisplay-Roman.otf');
  src: url('../fonts/Mercuryroman/MercuryDisplay-Roman.eot?#iefix') format('embedded-opentype'),
     url('../fonts/Mercuryroman/MercuryDisplay-Roman.woff') format('woff'),
     url('../fonts/Mercuryroman/MercuryDisplay-Roman.ttf') format('truetype'),
     url('../fonts/Mercuryroman/MercuryDisplay-Roman.svg') format('svg'); 
       font-weight:500;
}
@font-face {
  font-family: 'Mercury';
  src: url('../fonts/Mercuryitalic/MercuryDisplay-Italic.otf');
  src: url('../fonts/Mercuryitalic/MercuryDisplay-Italic?#iefix') format('embedded-opentype'),
     url('../fonts/Mercuryitalic/MercuryDisplay-Italic.woff') format('woff'),
     url('../fonts/Mercuryitalic/MercuryDisplay-Italic.ttf') format('truetype'),
     url('../fonts/Mercuryitalic/MercuryDisplay-Italic.svg') format('svg'); 
       font-style: italic;
}
@font-face {
  font-family: 'Mercury';
  src: url('../fonts/Mercuryitalic/MercuryDisplay-Bold.otf');
  src: url('../fonts/MercuryBold/MercuryDisplay-Bold.eot?#iefix') format('embedded-opentype'),
     url('../fonts/MercuryBold/MercuryDisplay-Bold.woff') format('woff'),
     url('../fonts/MercuryBold/MercuryDisplay-Bold.ttf') format('truetype'),
     url('../fonts/MercuryBold/MercuryDisplay-Bold.svg') format('svg'); 
       font-weight:700;
}
@font-face {
  font-family: 'Mercury';
  src: url('../onts/Mercurysemi/MercuryDisplay-Semibold.otf'); 
  src: url('../fonts/Mercurysemi/MercuryDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
     url('../fonts/Mercurysemi/MercuryDisplay-Semibold.woff') format('woff'),
     url('../fonts/Mercurysemi/MercuryDisplay-Semibold.ttf') format('truetype'),
     url('../fonts/Mercurysemi/MercuryDisplay-Semibold.svg') format('svg'); 
       font-weight:600;
}

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {background: #fff;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {list-style: none;}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a:focus {outline: thin dotted;}
a:hover,
a:active {outline: 0;}
a img {border: 0;}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {clear: both;}
p {margin-bottom: 1.5em;}
b, strong {font-weight: bold;}
dfn, cite, em, i {font-style: italic;}
blockquote {margin: 0 1.5em;}
address {margin: 0 0 1.5em;}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: scroll;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {bottom: 1ex;}
sub {top: .5ex;}
small {font-size: 75%;}
big {font-size: 125%;}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {margin: 0 0 1.5em 3em;}
ul {list-style: disc;}
ol {list-style: decimal;}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {font-weight: bold;}
dd {margin: 0 1.5em 1.5em;}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {margin: 0;}
table {margin: 0 0 1.5em;width: 100%;}
th {font-weight: bold;}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {color: royalblue;}
a:visited {color: purple;}
a:hover,
a:focus,
a:active {color: midnightblue;}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {width: 200px;}
.main-navigation ul ul li {}
.main-navigation li:hover > a {}
.main-navigation ul ul :hover > a {}
.main-navigation ul ul a:hover {}
.main-navigation ul li:hover > ul {display: block;}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {margin: 0 0 1.5em;}

/* Make sure select elements fit in widgets */
.widget select {max-width: 100%;}

/* Search widget */
.widget_search .search-submit {display: none;}

/* Callout Image Widgets */
.widget_sp_image{
	display: inline-block;
	width:49%;
	vertical-align: top;
	font-size:0;
	overflow: hidden;
}
.widget_sp_image:first-of-type{    
	width: 474px;
    height: 716px;
    margin-right: 10px;
    float: left;
}
.widget_sp_image:nth-of-type(2){
    width: 474px;
    height: 232px;
    margin-bottom: 10px;
}
.widget_sp_image:nth-of-type(3){    
	width: 232px;
    height: 232px;
    margin-right: 10px;
    margin-bottom:10px;
}
.widget_sp_image:nth-of-type(4){
	width: 232px;
    height: 232px;
}
.widget_sp_image:nth-of-type(5){
	width: 232px;
    height: 232px;
    margin-right: 10px;
}
.widget_sp_image:nth-of-type(6){
	width: 232px;
    height: 232px;
}

/*.widget_sp_image:nth-of-type(3) img{
	height:100%;
	width:auto;
	max-width: inherit !important;
}
.widget_sp_image:nth-of-type(4) img{
	height:100%;
	width:auto;
	max-width: inherit !important;
}
.widget_sp_image:nth-of-type(5) img{
	height:100%;
	width:auto;
	max-width: inherit !important;
}
.widget_sp_image:nth-of-type(6) img{
	height:100%;
	width:auto;
	max-width: inherit !important;
}*/


.widget_sp_image a{
	display: block;
	width:auto;
	height:100%;
}
.widget_sp_image a img{
	width: auto;
	height:100%;
	display: block;
	max-width: inherit !important;

}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {}
.hentry {margin: 0 0 1.5em;}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.single .blog .singleimgarea{
	width: 100%;
	height: 250px;
	margin-bottom: 30px;
}
.single .blog h1.title{
	font-size: 58px;
	line-height: 59px;    
	font-family: 'Sailec-Black';
    font-weight: normal ;
    margin: 30px 0 0 10px;
    text-align: left;
    text-transform: capitalize;
    color: white;
    text-shadow: 0px 0px 99px #555;
}
.single .blog .sub-head{
	color:#fff;
	font-weight: 600;
    padding: 10px 20px;
    text-shadow: 1px 1px 5px #000;
    letter-spacing: 0.7px;
}
.page .singleimgarea{    
	width: 100%;
    height: 250px;
    margin-bottom: 30px;	
}
.page-template-private_events .singleimgarea{
	width: 100%;
    height: 600px;
    margin-bottom: 0px;
    margin-top: 68px;	

}

.page .singleimgarea h1.title{
    font-size: 58px;
    line-height: 59px;
    font-family: 'Sailec-Black';
    padding-top: 60px;
    font-weight: normal;
    margin: 0 0 0 10px;
    text-align: left;
    text-transform: capitalize;
    color: white;
    text-shadow: 0px 0px 99px #555;
}
.page-template-private_events .singleimgarea h1.title{
    font-size: 7vw;
    line-height: 7vw;
    font-family: 'Mercury', serif;
    padding-top: 190px;
    font-weight: normal;
    margin: 0 0 0 10px;
    letter-spacing: 8px;
    text-align: left;
    text-transform: uppercase;
    color: white;
    text-align: center;
    text-shadow: 0px 0px 99px #555;
}

.cycloneslider-template-responsive img{
	width:100% !important;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,.archive .format-aside .entry-title {display: none;}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {word-wrap: break-word;}
.bypostauthor {}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {display: block;}
.entry-footer{display: none;}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.post-type-archive-galleries #main .entry-content{
	margin-bottom: 100px;
	padding-bottom: 60px;
	border-bottom: 1px solid black;

}
.blog #main .entry-content{
	margin-bottom: 100px;
	padding-bottom: 60px;
	border-bottom: 1px solid black;

}
.archive #main .entry-content{
	margin-bottom: 100px;
	padding-bottom: 60px;
	border-bottom: 1px solid black;

}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {text-align: center;}
.wp-caption .wp-caption-text {margin: 0.8075em 0;}
.site-main .gallery {margin-bottom: 1.5em;}
.site-main .gallery figure{display: inline-block;width: 25%;height: auto;position: relative;padding:1% 1% 0 1%;max-height: 165px;overflow: hidden;}
.site-main .gallery figure .gallery-icon{display: inline;}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 100%;
	width: 100%;
}
.site-main .gallery dd,.site-main .gallery figcaption {margin: 0;}
.site-main .gallery-columns-4 .gallery-item {}
.site-main .gallery-columns-4 .gallery-item img {}
/* Make sure embeds and iframes fit their containers */
embed,iframe,object {max-width: 100%;}


.site-main .noformat .gallery.gallery-columns-1 figure{width:100%;overflow: visible;}
.site-main .noformat .gallery.gallery-columns-2 figure{width:50%;overflow: visible;}
.site-main .noformat .gallery.gallery-columns-3 figure{width:33.3%;overflow: visible;}
.site-main .noformat .gallery.gallery-columns-4 figure{width:25%;overflow: visible;}
.site-main .noformat .gallery.gallery-columns-4 figure{width:25%;overflow: visible;}
.site-main .noformat .gallery.gallery-columns-5 figure{width:20%;overflow: visible;}
.site-main .noformat .gallery.gallery-columns-6 figure{width:16%;overflow: visible;}
.site-main .noformat .gallery.gallery-columns-7 figure{width:14%;overflow: visible;}

/*--------------------------------------------------------------
13.0 mimoYmima
--------------------------------------------------------------*/
/* mobile table scroll fix */
table {
  display:block;
  overflow-x:auto;
  width:100%;
  -webkit-overflow-scrolling:touch;
  font-size:80%;}
  @media (min-width: 40.625em;){table{font-size:90%;display:table;}}
th {font-weight:600;white-space:nowrap;padding:.5em;}
td {padding:.5em;}

/* Fixes a bug in webkit with fonts being animated */
html {-webkit-font-smoothing: antialiased;}

/* Prevent font scaling in landscape mode on phones */
@media all and (orientation:landscape) {
	html {
    	-webkit-text-size-adjust: none;
    }
}

/* Removes inner padding and border in Firefox 4+ to make heights consistant across webkit and FF */
button::-moz-focus-inner, input::-moz-focus-inner {border: 0;padding: 0;}

/* More image alignment rules */
img.aligncenter.size-full {
  max-width:100%;
  display:block;
  margin:5px auto;
}
img.alignright.size-full {
  padding:4px;
  margin:0 0 2px 15px;
  display:inline;
  max-width:100%;
}
@media (min-width: 40.625em;){img.alignright.size-full{max-width:40%;}}
img.alignleft.size-full {
  padding:4px;
  margin:0 15px 2px 0;
  display:inline;
  max-width:100%;
}
@media (min-width: 40.625em;){img.alignleft.size-full{max-width:40%;}}
.alignright{float:right}
.alignleft{float:left}
.flush-margin{margin:0 !important}

/*--------------------------------------------------------------
14.0 Gallery Post Format
--------------------------------------------------------------*/
div.format-gallery {
  border: 1px solid #ccc;
  padding: 10px;
  -webkit-box-shadow: -2px 2px 5px 2px #b3b3b3;
  box-shadow: -2px 2px 5px 2px #b3b3b3;
  border-radius:8px;
  margin: 10px 1% 30px;
  overflow:auto;
  }
  p.gallery {
    font-size: 13px;
    color: #666;
    }
  .blog div.gallery-thumb-wrap {
    width: 31%;
    height: auto;
    float: none;
    margin: 0px 10px 10px 0;
    display: inline-block;
    min-height: 620px;
    vertical-align: top;
    }
    .archive div.gallery-thumb-wrap {
    width: 32%;
    height: auto;
    float: none;
    margin: 0px 10px 10px 0;
    display: inline-block;
    min-height: 250px;
    vertical-align: top;
    }
    .blog div.gallery-thumb-wrap {
    background-color: #fff;    	
    }
    .archive div.gallery-thumb-wrap {
    background-color: #fff;    	
    }
    .post-type-archive-galleries div.gallery-thumb-wrap {
    background-color: transparent;    	
    }
    .gallery-thumb-wrap a.gallery-thumb{display: block;max-height: 250px;overflow: hidden;height:250px;}
    .page-template-private_events .gallery-thumb-wrap .gallery-thumb{display: block;max-height: 250px;overflow: hidden;height:250px;}
    .page-template-private_events .gallery-thumb-wrap .gallery-thumb img{width:100%;}
  	.page-template-private_events .gallery-thumb-wrap .gallery-box-title{font-size:20px;line-height:55px;font-family:'Mercury';display:block;padding-left:10px;text-transform: uppercase;}
  	.page-template-private_events .gallery-thumb-wrap .gallery-box-text{padding:0 10px;display:block;}
  	.page-template-private_events .long-box{background:#fff;display:block;height:auto;width:99%;margin-bottom:20px;}
  	.page-template-private_events .long-box img{width:35%;display:inline-block;float:right;margin-left:10px;}
  	.page-template-private_events .long-box .long-box-text {width:100%;padding: 10px 20px 40px 0;text-align:center;font-size:15px;font-style: italic;}


  h4.gallery-title {
    font-size: 20px;
    line-height: 24px;
    margin: 3% 10px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    }
  a.gallery-thumb img {
    width:auto;
    height:100%;
    display: block;
    position: relative;
    margin:0 auto;
    }
    div.gallery-thumb-wrap p{
    	padding:10px 15px 20px 15px;
    	margin: 0;
    }
    div.gallery-thumb-wrap .imgarea{
    	display: block;
    	width:100%;
    	height:250px;
    }
    div.gallery-thumb-wrap .moretag{
    	padding-top: 10px;
    	font-weight: bold;
    	display: block;
    }
    .blog .site-main li.categories{
    font-family: 'HobokenHigh-SansSerif', "Arial Black", "Arial Bold", Gadget, sans-serif;
    font-weight: normal !important;
    font-style: normal;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 45px;
    list-style: none;
}

.blog .site-main li.categories ul{
	margin: 0;
}
.blog .site-main li.categories ul li.cat-item{
    font-family: 'Sailec-Bold';
    font-weight: normal;
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 45px;
    margin-top: 24px;
    list-style: none;
    display: inline;
}
.blog .site-main li.categories ul li.cat-item a{
    padding: 12px 8px;
}
.blog .site-main li.categories ul li.cat-item:after{
	content: "/";
}
.blog .site-main li.categories ul li.cat-item:last-of-type:after{
	content: "";
}



    .archive .site-main li.categories{
    font-family: 'HobokenHigh-SansSerif', "Arial Black", "Arial Bold", Gadget, sans-serif;
    font-weight: normal !important;
    font-style: normal;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 45px;
    list-style: none;
}
.archive .site-main li.categories ul li.cat-item{
    font-family: 'Sailec-Bold';
    font-weight: normal;
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 45px;
    margin-top: 24px;
    list-style: none;
    display: inline;
}
.archive .site-main li.categories ul{
	margin:0;
}
.archive .site-main li.categories ul li.cat-item a{
    padding: 12px 8px;
}
.archive .site-main li.categories ul li.cat-item:after{
	content: "/";
}
.archive .site-main li.categories ul li.cat-item:last-of-type:after{
	content: "";
}
@media screen and (max-width:960px){
	div.gallery-thumb-wrap{width: 47%;}
}
    @media screen and (max-width:900px){
    	.site-main .gallery figure{width: 33%;}
    }
    @media screen and (max-width:600px){
    	div.gallery-thumb-wrap{width:100%;}
    	.site-main .gallery figure{width: 100%;max-height: 100%;}
		div.gallery-thumb-wrap{width: 100%;}
		.single .blog h1.title{
	font-size: 30px;line-height:34px;padding:40px 10px 0 0;}
    }

    
  a:hover.gallery-thumb img {background-color: #ccc;}
  p.gallery-text {
    font-style:italic;
    font-size:0.8em;
    margin: 0px 8px;
    }
div.gallery {
  margin: 10px auto 0;
}
  dt.gallery-icon {}
  dt.gallery-icon img {
    padding: 3%;
    border-radius:3px;
    background-color: #fff;
    border: 1px solid #a9a9a9 !important;
    display: block;
    margin: 10px auto;
  }
  .gallery-caption {
    font-size:0.9em;
    line-height: 1.4;
  }

/*--------------------------------------------------------------
15.0 TicketFly Powered
--------------------------------------------------------------*/
.tfly-powered, .eb-powered-footer{
	display: block;
	width:100%;
}
.tfly-powered .icon-ticketfly_powered_logo, .eb-powered-footer .eb-powered{
	display: block;
	width: 95px;
	margin: 10px auto 20px auto;
}
.tfly-powered .icon-ticketfly_powered_logo:before{
	color:#000;
}

.mapcover{
	position: relative;
	display: block;
	width:960px;
	height:50px;
	margin:-1px auto -50px auto;
	background-color: #e0e0e0;
	border-bottom: 4px solid #444;
	z-index: 99;
}
body.custom-background .mapcover{background-color: #e0e0e0;}
@media screen and (max-width: 768px){
	.ic_callouts .widget_sp_image{width:100%;display: block;height:100%;margin:0;padding:0 0 10px 0;}
	.ic_callouts .widget_sp_image img{width:100%;height:auto;margin:0;padding:0;}
	#masthead .whitewrapper ul li.header_grill{display: none !important; }
	#masthead .whitewrapper li.header_logo{width:50% !important;margin: 0 15% 0 25%;display: block;}
	  .blog div.gallery-thumb-wrap {width: 100%;height: auto;float: none;margin:0;display:block;min-height: 420px;vertical-align: top;}
	  .archive div.gallery-thumb-wrap{width: 100% !important;}
	  .page-template-private_events div.gallery-thumb-wrap{width:100%;}
	  h4.gallery-title {font-size: 30px;line-height: 33px;margin: 3% 10px;font-weight: bold;text-align: center;text-transform: capitalize;position: relative;display: block;padding-top: 3%;}
	  .page-template-private_events .singleimgarea{height: 78vw;}
	  .page-template-private_events .singleimgarea h1.title{padding-top:30vw;}
	  .page-template-private_events-php #main .book_event-right{width:45% !important;}
	  .page-template-private_events .gallery-thumb-wrap .gallery-thumb{max-height: 100%;height: 100%;}
	  .page-template-private_events .long-box img{width: 100%;}
	  .page-template-private_events .gallery-thumb-wrap .gallery-box-text{padding-bottom: 30px;}
	  .page-template-private_events .long-box .long-box-text{padding:0 5px 30px 5px;}
	  .page-template-private_events-php #main .accordion h1{font-size: 18px !important; padding-left: 8px !important;letter-spacing: 0px !important;}
	  .page-template-private_events-php .cycloneslider-template-responsive img{height: 100%!important;float: none!important;padding:0px !important;}
	  .page-template-private_events-php .cycloneslider-caption{    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    z-index: 99 !important;
    background: url(/wp-content/plugins/cyclone-slider/templates/responsive/images/bg-caption.png) !important;
    color: #fff !important;
    height: auto !important; }
    .page-template-private_events-php .cycloneslider-template-responsive .cycloneslider-pager{width: 100% !important; right:0 !important; left:0 !important;top:25px !important;}
    .page-template-private_events-php .cycloneslider-template-responsive .morereviews{position: relative !important;bottom:0 !important; right: 0 !important}
    .page-template-private_events-php #main .book_event-left a{width: 100% !important; padding: 8px 5px !important;}
    .page-template-private_events-php #main .book_event-right a{width: 100% !important; padding: 8px 5px !important;}
    .page-template-private_events-php #main .awards{width:100% !important;}
     .page-template-the_grill #content h2, #content h3{font-size: 28px;}
}

@media screen and (max-width: 600px){
	.mapcover{width:100%;}
}
.lyte-link{
    font-size: 16px;
    line-height: .9;
    display: block;
    width: 75px;
    font-family: 'HobokenHigh-SansSerif', "Arial Black", "Arial Bold", Gadget, sans-serif !important;
}