/*
Theme Name: OGK
Theme URI: http://underscores.me/
Author: OGK Creative
Author URI: http://ogkcreative.com/
Description: OGK WP Dev
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ogk
Tags:

This theme, like WordPress, is licensed under the GPL.

 OGK 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
x.x Reset

=== Build Styles ===
1.0 Structure
    1.1 Grid
2.0 Typography
3.0 Elements
4.0 Forms, Buttons & Inputs
5.0 Header
6.0 Navigation
	6.1 Links
	6.2 Menus
7.0 Content
	7.1 Posts and pages
	7.2 Asides
	7.3 Comments
8.0 Sidebar & Widgets
9.0 Footer
10.0 Media
	10.1 Captions
	10.2 Galleries

=== Helper Styles ===
11.0 Accessibility
12.0 Alignments
13.0 Clearings
14.0 Infinite scroll

=== Responsive Styles ===
15.0 Responsive

--------------------------------------------------------------*/

/*--------------------------------------------------------------
x.x 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/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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;
}

a:focus, a:active {
    outline:0; /*removes the dotted border*/
}

/*============================================================== 
BUILD STYLES
==============================================================*/

/*--------------------------------------------------------------
1.0 Structure
--------------------------------------------------------------*/

/*#primary {
    float:left;
    width:66.5%;
    padding:0 25px 0 0;
}
#secondary {
    float:left;
    width:33.5%;
    padding:0 0 0 25px;
}*/


.container, .container-lg {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .container {
    width: 750px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .container {
    width: 970px;
}
}


@media only screen and (min-width : 1600px) {
    .container-lg {
    width: 1600px;
}
}

/* Large Devices, Desktops */
/*@media only screen and (min-width : 1200px) {
    .container {
    width: 1170px;
}
}*/

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.inner {
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  float: left;
  width: 100%;
}



/*--------------------------------------------------------------
1.1 Grid
--------------------------------------------------------------*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}



.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	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: 'Montserrat', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
}

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. */
        /*display:block;*/
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

.red {
  color: #9c1521;
}

/*--------------------------------------------------------------
4.0 Forms, Buttons & Inputs
--------------------------------------------------------------*/
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 */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #9c1521;
	/*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: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1em 3em .9em;
        background: none;
	/*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: #9c1521;
        background: #9c1521;
        color:#fff;
	/*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: #9c1521;
	/*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 */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
        border:none;
	/*border: 1px solid #ccc;
	border-radius: 3px;0*/
        background: none;
}

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: 100%;
}

.input-group {
    min-width:100%;
    border: 1px solid #ccc;
    padding:3px;
    margin:0 auto;
    height: 52px;
}

.input-group button {
    float:none;
    background: #9c1521;
    color:#fff;
    margin-top: 20px;
}

.input-group button:hover {
    background: none;
    color:#666
}

.input-group input[type="text"] {
  float: left;
  width: 200px;
  margin: 8px 0 0 8px;
  text-transform: uppercase;
}

@media only screen and (min-width: 440px) {
  .input-group button {
      margin: 0;
  }  
}

@media only screen and (min-width: 768px) {

  .input-group {
    min-width: 420px;
  }

  .input-group input[type="text"] {
    width: 350px;
  }

  .input-group button {
      float:right;
  }  
}

/*--------------------------------------------------------------
5.0 Header
--------------------------------------------------------------*/

#address-bar {
  display:block;
  background:#9c1521;
  color:white;
  position:relative;
  padding:8px 26px;
  text-align: center;
}
#address-bar p,
#address-bar p a { 
  margin:0; color:white; font-size:11px; text-transform: uppercase; font-weight:bold; 
}
#address-bar .address { width: 100%; display: block; }
#address-bar .phone { width: 100%; display: block; margin-top: 3px; }



.header-area, .main-header-area {
  position:relative;
}

.main-header-area {
    background: #1d1d1f !important;
}

.header-area {
    height:400px;
}
body.page-template-page-contact-php .header-area,
body.page-template-page-about-php .header-area,
body.page-template-page-food-php .header-area,
body.page-template-page-drinks-php .header-area {
  height:240px;
}


.header-area .header-img {
  display:block;
  width:100%;
  margin:0;
}

.about-banner-text {
    display: block;
    max-width:620px;
    text-align: center;
    margin:0 auto;
    
}

.about-banner-text p {
    position:relative;
    color:#fff;
    font-size: 40px;
    line-height: 35px;
    text-transform: uppercase;
}

.about-banner-text span {
    font-size: 20px;
}

.site-header .inner {
    position:relative;
    display:block;
}

#masthead {
  position:relative;
  z-index:10;
}
#masthead .container-lg {
  position:relative;
  z-index:100;
  width:100%;
}
body.home #masthead .container-lg,
body.page-template-page-home-php #masthead .container-lg {
  position:absolute;
  left:0;
  top:0;
  width:100%;
}

.header-area {
  background-size:   cover !important;                   
  background-repeat: no-repeat !important;
  background-position: center center !important;  
}

.home-slider {
  z-index:50;
}

.mobile-banner {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  height: 240px;
  z-index: 2;
  width: 100%;  
}

.mobile-banner-title {
  position: relative;
  top: 133px;
  z-index: 2;
  max-width: 200px;
  display: block;
  margin: auto;
}

/*.home-slider {
    display:block;
    float:left;
    z-index:-100;
    height:700px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: url('images/slider-holding.png') no-repeat top left;
}*/


@media only screen and (min-width : 445px) {
  .mobile-banner {
    display: none;
  }
}


/* Small Devices */
@media only screen and (min-width : 640px) {
  body.page-template-page-cintact-php .header-area,
  body.page-template-page-about-php .header-area,
  body.page-template-page-food-php .header-area,
  body.page-template-page-drinks-php .header-area  {
      height:280px;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .header-area, 
  body.page-template-page-contact-php .header-area,
  body.page-template-page-about-php .header-area,
  body.page-template-page-food-php .header-area,
  body.page-template-page-drinks-php .header-area {
      height:400px;
  }
  #address-bar {
    display:none;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}




/* --- Logo Inside Pages --- */
.logo {
  position:absolute;
  top:14px;
  left:24px;
  display:block;
  width:126px;
  height:auto;
  z-index:250;
}

.logo img {
  display:block;
  width:100%;
}

/* Small Devices */
@media only screen and (min-width : 641px) {}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .logo {
    width:180px;
    left:46px;
    top:24px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

.site-branding {display:none;}
.site-title {display:none;}
.site-description {display:none;}

.banner {height:372px;}



.temp-nav-blk {
     background: #333;
}


.temp-nav {
    display: block;
    text-align: center;
    width:100%;
    z-index:10;
    margin:0 auto;
    padding:0;
    /*background:#9c1521;*/
}

.temp-nav ul {padding:0; margin:20px 0;}

.temp-nav li {
    list-style: none;
    padding:10px 10px;
    border-bottom: 1px solid #666;
    
}

.temp-nav li a {
    text-decoration: none;
    color:#fff;
}

.temp-nav li a:hover {
    text-decoration: none;
    color:#666;
}




@media only screen and (min-width: 786px) {
.temp-nav-blk {
    background: #333;
}    

.temp-nav {
    display:block;
    text-align:center;
    width:100%;
    height:60px;
    z-index: 10;
    margin:0 auto;
    /*background:#9c1521;*/
}

.temp-nav li {
    list-style: none;
    float: right;
    padding:0 15px;
    border-right: 1px solid #666;
    border-bottom: none;
}

.temp-nav li a {
    text-decoration: none;
    color:#fff;
}

.temp-nav li a:hover {
    text-decoration: none;
    color:#666;
}
}


.red-text {
    color: #9c1521;
}



/*--------------------------------------------------------------
6.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
6.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
  position:absolute;
  right:0;
  top:39px;
  z-index:200;
  width:100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
  text-align:right;
}

.main-navigation li {
  display:inline-block;
	float: none;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
  color:#ffffff;
  font-size:14px;
  text-align:left;
  text-transform:uppercase;
  font-weight:400;
  padding: 14px 6px
}

/* active / hover */
.main-navigation li.current-menu-item > a,
.main-navigation a:hover {
  color:#9c1420;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	/*float: left;
	position: absolute;*/
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	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 {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
  float:right;
  border:none;
  color:white;
  font-size:24px;
  padding:0.5em 1.5em;
  font-weight:normal;
  outline:none !important;
  background:transparent !important;
}

nav.toggled .menu-toggle {
  color:#9c1521;
}

.main-navigation .menu-toggle {
  padding:40px 1.5em;
}

#site-navigation > div {
  clear:both;
}

.btn-full { width:100%; display:block; }


/* OFF-CANVAS MENU */
#scotch-panel {
  background:#262222;
  padding:44px 0 0 0;
  display:none;
  -webkit-box-shadow: inset 13px -6px 12px -8px rgba(0,0,0,0.17);
  -moz-box-shadow: inset 13px -6px 12px -8px rgba(0,0,0,0.17);
  box-shadow: inset 13px -6px 12px -8px rgba(0,0,0,0.17);
}
.main-navigation .toggle-panel {
  background:#9c1521;
  margin-left:16px;
}
.main-navigation .toggle-panel a { padding:14px 24px;  }
/* .main-navigation .toggle-panel a .fa { font-size:18px; } */

.main-navigation .toggle-panel .soho-bars {
  display: inline-block;
  width: 32px;
  height: 18px;
  position: relative;
  top: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);  
}

.main-navigation .toggle-panel .soho-bars span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;  
}

.main-navigation .toggle-panel .soho-bars span:nth-child(1) {
  top: 1px;
} 

.main-navigation .toggle-panel .soho-bars span:nth-child(2) {
  top: 7px
}

.main-navigation .toggle-panel .soho-bars span:nth-child(3) {
  top: 12px;
}



.main-navigation .toggle-panel a:hover {color:#ffffff !important; }
.main-navigation .toggle-panel span.close { display:none;}

.scotch-is-showing .toggle-panel .soho-bars { display: none; }

.scotch-is-showing .toggle-panel .close-bars {
  position: relative;
  top: 5px;
  left: -11px;  
}

.scotch-is-showing .toggle-panel span.close { 
  display: inline-block;
  width: 32px;
  height: 18px;
  position: relative;
  top: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  padding-right: 56px;
}

.scotch-is-showing .toggle-panel .close-this {
  height: auto;
  background: transparent;
  transform: none;
  text-align: right;
  margin: 0;
  position: absolute;
  right: -11px;
  top: -5px;   
}

.scotch-is-showing .toggle-panel span.close span {
  display: block;
  position: absolute;
  height: 3px;
  width: 22px;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; 
}

.scotch-is-showing .toggle-panel span.close span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.scotch-is-showing .toggle-panel span.close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.scotch-is-showing .toggle-panel span.close span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.scotch-is-showing .toggle-panel span.close .fa-times { margin-right:12px; }
.scotch-is-showing .toggle-panel .fa-bars { display:none; }


#scotch-panel ul { list-style-type: none; padding:0; margin:0; }
#scotch-panel > div > ul { margin:0 0 32px 0; }
#scotch-panel ul li { margin:0; padding:0; display:block; }

#scotch-panel ul li a {
  display:block;
  font-size:14px;
  text-transform: uppercase;
  color:#ffffff;
  text-decoration: none;
  padding:12px 12px 12px 50px;
}

#scotch-panel ul li.current-menu-item > a,
#scotch-panel ul li a:hover {
  background:#0b0b0b;
}

/* smaller links */
#scotch-panel div.mini ul li a {
  color:#b70b1b;
  font-size:12px;
  text-transform: none;
  padding-top:6px;
  padding-bottom:6px;
}


.menu-dining-menu-container {
  border-bottom: 1px solid #d2d2d2;
}



/* special case..hide this */
#scotch-panel li.toggle-panel { display:none; }



/* Small Screen Sizes */
@media only screen and (max-width: 768px) {

  .main-navigation { top:0; }
  .main-navigation .toggle-panel { display:none; }


  /* menu hamburger icon */
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block !important;
	}

	.main-navigation ul {
		display: none;
	}

  /* mobile menu (expands, red bg) */
  .main-navigation ul li {
    width:100%;
    background:#981723;
    border-bottom:1px solid #b3535b;
  }
  .main-navigation ul li a { color:#ffffff !important; }
  .main-navigation ul li.current_page_item {
    background:#6b1118;
  }
  .main-navigation ul li:last-child {
    border-bottom: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%;
}

#menu-mobile-menu {
  display: none;
}


/*--------------------------------------------------------------
7.0 Content
--------------------------------------------------------------*/

.main-content-area {
    background: url('images/rockywall.png') repeat top left;
}

p {
    font-size: 13px;
    font-size: 1.3rem;
    margin:10px 0;
    color:#666666;
}


/* ========= Home Page Template ========= */

.main-header-area {
    background: url('images/rockywall.png') repeat top left;
}

.alt-bg {
    background: url('images/rockywall-deep.png') repeat top left !important;
}

.top-line {
    border-top: solid #b0b0b0 1px;
    padding: 10px 0;
}



.home-header {
    height:700px;
    background: url('images/slider-holding.png') repeat top center !important;
}

.home-row {
    margin:20px 0;
}


.home-row-fin {
    margin:20px 0 50px;
}


@media only screen and (min-width: 768px) {
.home-row {
    margin:10px 0 ;
}
}


.home-title h1 {
    font-size:30px;
    font-size:1.8rem;
    text-align:center;
    margin:25px 0 0;
    text-transform: uppercase;    
}

.home-title h1 span {
    font-size:30px;
    font-size:1.8rem;
    font-weight:700;
    color:#9c1521;
    text-transform: uppercase;
}

.home-title h1:before {
  display: inline-block;
  content: ' ';
  background: url(images/title-before.png) no-repeat;
  width: 8px;
  height: 21px;
  margin-right: 9px;
  position: relative;
  top: 4px;

}

.home-title h1:after {
  display: inline-block;
  content: ' ';
  background: url(images/title-after.png) no-repeat;
  width: 8px;
  height: 21px;
  margin-left: 7px;
  position: relative;
  top: 4px;  

}

.feature-blk {
    text-align: center;
    padding: 0 0 50px 0;
    margin: 0 30px 30px 30px;
    border-bottom: 1px solid #cccccc;
}

.feature-blk:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;  
}

@media only screen and (min-width: 768px) {
.feature-blk {
    text-align: center;
    padding:0 120px;
    margin: 0 0 30px 0;
    border-bottom: 0;
    }

.home-title h1:before {
  top: 0;

}

.home-title h1:after {
  top: 0;  

}    

  .home-title h1 {
      font-size:30px;
      font-size:3rem; 
      margin:25px 0 35px; 
  }

  .home-title h1 span {
      font-size:30px;
      font-size:3rem;
  }    
}

@media only screen and (min-width: 992px) {
.feature-blk {
    text-align: center;
    padding:0 40px;
    margin: 0 0 30px 0;
    }
}

.feature-title {
    width:120px;
    margin:0 auto;
}

.feature-blk h2.title {
    font-size: 30px;
    font-size: 3rem;
    font-weight:700;
    margin: 0 0 35px;
    padding:0 0 10px 0;
    line-height: 5px;
    text-transform: uppercase;
}

.feature-blk p {
  margin-bottom: 15px;
}

.sup-title {
    font-size: 18px;
    font-size: 1.8rem;
    color:#9c1521;
    margin:0 0 8px;
    text-transform: uppercase;
}



.more-btn a {
    display:block;
    width:55px;
    height:42px;
    margin: 0 auto;
    background: url('images/more-btn.png') no-repeat;
}

.more-btn a:hover {
    display:block;
    width:55px;
    height:42px;
    background: url('images/more-btn-hover.png') no-repeat;
}


a.more-btn {
    display:block;
    width:55px;
    height:42px;
    margin: 0 auto;
    background: url('images/more-btn.png') no-repeat;
    text-indent: -999999px;
}

a.more-btn:hover {
    display:block;
    width:55px;
    height:42px;
    background: url('images/more-btn-hover.png') no-repeat;
    text-indent: -999999px;
}




.separator-blk {
    height:50px;
    width:60%;
    margin:0 0 0 20%;
    background: url('images/divider.png') repeat-x top center;
}

.separator-blk-md {
    height:50px;
    width:80%;
    margin:0 0 0 10%;
    background: url('images/divider.png') repeat-x top center;
}

.separator-blk-lg {
    height:50px;
    width: 100%;
    margin:0;
    background: url('images/divider.png') repeat-x top center;
}


.feature-blk2 {
    text-align: center;
    margin:30px 0 10px;
}

.feature-blk2 h2.title {
    font-size: 30px;
    font-size: 3rem;
    font-weight:700;
    margin: 0 0 35px;
    padding:0 0 10px 0;
    line-height: 5px;
    text-transform: uppercase;
}

.feature-title2 {
    width:180px;
    margin:0 auto;
}

.feature-content2 {
    max-width:700px;
    margin:0 auto;
}

.fancy {
    overflow: hidden;
    text-align: center;
}

.fancy span {
    position: relative;
}

.fancy span:before,
.fancy span:after{
    content: ""; 
    position: absolute;
    top: 50%; margin-top: -.4em;
    height: .4em;
    /*border-top: 1px solid crimson;*/
    border-bottom: 1px solid #9c1521;
    width: 200em;
}

.fancy span:before {  
    right: 100%;
    margin-right: .4em;
}

.fancy span:after {  
    left: 100%;
    margin-left: .4em;
}


.reserve-blk {
    border-top: 1px solid #a4a4a4;
    height:230px;
    background: url('images/rockywall-deep.png') repeat;
}

.drop-ind {
    margin:0 auto;
    width:100px;
    height:60px;
}


/* ========= About Page Template ========= */
.about-row {margin:0 0 20px;}

.about-row:first-child {margin-top: 40px}

.about-row.social-row { margin: 0 0 20px; }

.about-row.social-club-row { margin: 50px 0 10px; }

.join-club p { line-height: 25px; margin-bottom: 15px; }


.about-row:nth-child(even) .about-lead {
  color: #ad9d77;
}

@media only screen and (min-width: 768px) {

  .about-row:first-child {margin-top: 50px}

  .about-row {
      margin:50px 0 30px;
  }

  .about-row:nth-child(even) {
    display: flex;
    flex-flow: row;
    display: -webkit-flex;  
    -webkit-flex-flow: row;     
    flex-flow: row-reverse;
    -webkit-flex-flow: row-reverse;
  }
}

.about-blk-l {
    padding:0;
    margin:0;
}

.about-blk-r {
    padding:20px 0 0;
    margin:0;
}


.about-blk-la {
    padding:0;
    margin:0;
}

.about-blk-ra {
    padding:0px 0 0;
    margin:0;
}


.about-blk-l2 {
    padding:0px 0 0;
    margin:0;
}

.about-blk-r2 {
    padding:0;
    margin:0;
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.about-blk-l {
    padding:0;
    margin:0;
}

.about-blk-r {
    padding:30px 0 0;
    margin:0;
}


.about-blk-la {
    padding:0;
    margin:0;
}

.about-blk-ra {
    padding:0px 0 0;
    margin:0;
}


.about-blk-l2 {
    padding:0px 0 0;
    margin:0;
}

.about-blk-r2 {
    padding:0;
    margin:0;
}
}

.about-img-blk {
    padding:0;
    margin:0;
}

.about-img-blk img{
    width:100%;
    padding: 0 30px 0 30px;
    margin:0;
}

.about-divider {
    height:50px;
    width:100%; 
    background: url('images/divider.png') repeat-x top center;
}

.about-divider:first-child {
  display: none;
}

.about-lead {
    font-size: 20px;
    color:#9c1521;
    text-transform: uppercase;
    margin:10px 0 0;
    line-height: 20px;
}

.about-lead2 {
    font-size: 20px;
    color:#ad9d77;
    text-transform: uppercase;
    margin:10px 0 0;
    line-height: 20px;
}

.about-txt {
    padding: 0 30px 0 30px;
}

.about-txt h2 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 34px;
}


.social-club {
    text-align: center;
}

.social-club img {
   /* min-width:600px;*/
}

@media only screen and (min-width : 786px) {
.social-club {
    text-align: center;
    margin:0px 0 30px;
}

.about-divider:first-child {
  display: block;
}

.about-img-blk img{
    padding: 0;
}


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.social-club {
    text-align: center;
    margin:0px 0 0px;
}
}


.join-club {
    text-align: center;
    margin:0 0 80px;
    padding:0 20px;
}

@media only screen and (min-width : 786px) {
.join-club {
    text-align: center;
    margin:0 0 80px;
    padding:0 180px;
}
}

@media only screen and (min-width : 992px) {
.join-club {
    text-align: center;
    margin:0 0 80px;
    padding:0 220px;
}
}

.join-club h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 25px;
}




/* ========= reservations expand, and OpenTable styles ========= */
.make-reservation {
  margin-bottom:64px;
  display:block;
  clear:both;
}
.reservation-content {
  display:none;
  background: url('images/rockywall-deep.png') repeat #e5e5e5;
  padding:24px 0 54px 0;
  border-top:1px solid #a7a7a7;
}


#OT_searchWrapperAll .OT_feedTitle,
#OT_searchWrapperAll #OT_logo,
#OT_searchWrapperAll #OT_logoLink {
  display:none !important;
}

#OT_searchWrapperAll,
#OT_searchWrapperAll #OT_searchWrapper {
  height:auto !important;
}

#OT_searchWrapperAll {
  margin:0 auto !important;
  max-width:542px;
}

#OT_searchWrapperAll {
  text-align:center !important;
  text-transform: uppercase;
}

#OT_searchWrapperAll #OT_searchWrapper dl {
  position:relative;
}
#OT_searchWrapperAll #OT_searchWrapper .feedFormField {
  background:transparent;
  padding:8px;
  font-size:14px;
  border-color:#b2b2b2;
}
#OT_searchWrapperAll #OT_searchWrapper dl dt {
  font-size:14px;
  padding:8px 0 8px 4px;
}
#OT_searchWrapperAll #OT_searchWrapper #startDate {
  border:1px solid #b2b2b2;
  padding:8px;
  font-size:14px;
}
#OT_searchWrapperAll #OT_searchWrapper #dateDisplay {
  margin-right:15px;
}


#OT_searchWrapperAll #OT_timeLbl {
  /*width:46px;*/
}
#OT_searchWrapperAll #OT_partySizeLbl {
  /*width:100px;*/
  margin-left:0;
}

#OT_searchWrapperAll #OT_submitWrap input {
  background-image:none !important;
}

#OT_searchWrapperAll #OT_searchWrapper dl > * {
  position:relative;
  left:auto;
  right:auto;
  width:auto !important;
  display:inline-block;
  font-family:'Montserrat', sans-serif !important;
}
#OT_searchWrapperAll #OT_searchWrapper dl > #OT_submitWrap {
  left:auto;
  display:block;
  width:100% !important;
  padding:16px 0;
  margin-bottom:1.0em;
 }

#OT_searchWrapperAll #OT_searchWrapper dl > dd {
  padding-right:4px;
}
#OT_searchWrapperAll .btn-full {
  max-width:470px;
  margin-left:auto; margin-right:auto;
}

body #OT_searchWrapper dl {
  margin: 0 35px;
}

#imageCal table {
  margin:0;
}

@media only screen and (min-width : 640px) {
  body #OT_searchWrapper dl {
    margin-left: 0;
    margin-right: 0;
  }
}



/* ========= Menu Page(s) Template ========= */


.menu-nav-btn {
    text-align: center;
    margin:27px auto;
}

.menu-nav-links {
    padding: 0 -15px;
}

@media only screen and (min-width : 786px) {
.menu-nav-btn {
    text-align: right;
    margin:27px 0 0 0;
}
}

@media only screen and (min-width : 992px) {
.menu-nav-btn {
    text-align: right;
    margin:27px 0 0 0;
}
}

.menu-nav-row {
    padding:0;
    margin:0 0 30px;
    background: #fff;
}

.foodnav .container .col-md-6 {
  padding-left:0;
  padding-right:0;
}

.menu-row {
    margin:0 0 30px;
}

.menu-nav {
    margin: 0;
    padding: 0;
}

.menu-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}



.menu-nav li {
    display: inline;
    margin: 0 auto;
    text-align: center;
}

.menu-nav li a {
    display: block;
    padding:16px;
    font-size:18px;
    text-decoration: none;
    color:#e1e1e1;
}

.menu-nav li a:hover {
    display: block;
    text-decoration: none;
    background: #9c1421;
    color:#fff;
}

.menu-nav .menu .current_page_item > a, 
.menu-nav .menu .current_page_ancestor > a, 
.menu-nav .menu .current-menu-item > a, 
.menu-nav .menu .current-menu-ancestor > a {
    display: block;
    text-decoration: none;
    background: #84111C;
    color:#fff;
}



@media only screen and (min-width: 768px) {

.foodnav .container .col-md-6 {
  padding-left:15px;
  padding-right:15px;
}

.menu-nav li {
    display: inline;
    float: left;
}

.menu-nav li a {
    display: block;
    padding:30px;
    font-size:26px;
    text-decoration: none;
    color:#e1e1e1;
}

.menu-nav li a:hover {
    display: block;
    text-decoration: none;
    background: #9c1421;
    color:#fff;
}
}


.menu-items {
    margin:0 0 30px;
    max-width: 410px;
}


.menu-items-c {
    margin:0 0 30px;
    text-align: left;
    max-width: 100%;
}

@media only screen and (min-width: 768px) {

  .menu-items-c {
    text-align: left;
  }

  .menu-items-r {
      padding: 0 0 0 10px;
  }
  .menu-items-l {
      padding: 0 10px 0 0;
  }
}

.menu-items h2 {
    font-size:34px;
    font-weight: 700;
    color: #9c1521;
    margin-bottom: 0;
    text-transform: uppercase;
}

.menu-items h2:before {
  display: inline-block;
  content: ' ';
  background: url(images/title-before.png) no-repeat;
  width: 8px;
  height: 21px;
  margin-right: 9px;

}

.menu-items h2:after {
  display: inline-block;
  content: ' ';
  background: url(images/title-after.png) no-repeat;
  width: 8px;
  height: 21px;
  margin-left: 7px;

}

.menu-items h3 {
    font-size: 16px;
    line-height: 16px;
    color:#000;
}

.menu-items p {
    font-size: 14px; 
    line-height: 20px;
    margin:3px 0 0 0;
    color:#666;
    max-width: 340px;
}

.menu-items .add {
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    color:#9c1521;
    text-transform: uppercase;
}



/* ========= Contact Page Template ========= */
.contact-row {
    margin:30px 0 40px;
}

.contact-title {
    text-align: center;
}

.contact-title h1 {
    font-size:30px;
    font-size:3rem;
    text-align:center;
    margin:25px 0 0px;
    text-transform: uppercase;
    line-height: 30px;
}

@media only screen and (min-width: 768px) {
  .contact-title h1 {
      line-height: 45px;
  }
}

.contact-title p {
    max-width:800px;
    margin: 0 auto;
}

.contact-feature {
    text-align:center;
}

.contact-feature .lead {
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    text-transform: uppercase;
    max-width: 550px;
    margin: 0 auto;
}

.contact-feature .text {
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 39px;
    text-transform: uppercase;
    max-width:550px;
    margin: 0 auto 20px;
}

.contact-feature .text .highlighted {
  color:#9c1521;
}

.contact-feature .text span {
    color:#9c1521;
}

.feature-title-contact {
    max-width:500px;
    margin:0 auto;
}

.feature-title-contact p {
    font-size:20px;
    text-align: center;
}


.hours-blk {
    margin:100px 0 0 0;
    padding-bottom: 48px;
}


.hours-text {
    text-align: center;
    line-height: 23px;
    font-size: 14px;
}


.hours {
    display:block;
    width:291px;
    height:183px;
    background: url('images/hours-block-bg.png') no-repeat top center;
    margin:-100px auto 0;
    padding:25px;
    z-index: 101;
}


/* FORMS and contact form */
#content .contactform input[type="text"], 
#content .contactform input[type="email"],
#content .contactform input[type="password"],
#content .contactform select, 
#content .contactform textarea {
  border:1px solid #b2b2b2;
  padding:8px;
  font-size:14px;
  margin-bottom:24px;
}

::-webkit-input-placeholder {color: #343434; }
:-moz-placeholder {color: #343434; opacity: 1; }
::-moz-placeholder {color: #343434; opacity: 1; }
:-ms-input-placeholder {color: #343434; }

#content .contactform #field_1_1 input,
#content .contactform #field_1_4 input {
  display:block;
  width:100%;
}
#content .contactform textarea { 
  display:block;
  width:100%;
}
#content .contactform #field_1_1 { display:block; width:100%; }
#content .contactform #field_1_4 { display:block; width:100%; }


#content .contactform .gform_wrapper {
  margin-top:0;
}
#content .contactform .gform_footer {
  padding-top:0;
  margin-top:0;
}
.contactform .gform_footer .gform_button {
  display:block; 
  width:100%;
}

.break-mobile {
  display: block;
  widows: 100%;
}



@media only screen and (min-width: 768px) {

  .hours-text {
      line-height: 32px;
  }

  .break-mobile {
    display: none;
  }


  #content .contactform #field_1_1 { display:inline-block; width:49%; margin-right:2%; }
  #content .contactform #field_1_4 { display:inline-block; width:49%; }

  .hours {
      display:block;
      width:535px;
      height:243px;
      background: url(../../uploads/hours-block-bg.png) no-repeat top center;
      margin:-100px auto 0;
      padding:25px;
      z-index: 101;
      border-radius: 0 0 5px 5px;
  }
}   

/*--------------------------------------------------------------
7.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	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;
}

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

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

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
8.0 Sidebar & 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;
}

/*--------------------------------------------------------------
9.0 Footer
--------------------------------------------------------------*/

.main-footer-area {
    background: url('images/footer-bg.jpg') repeat top left;
}
.main-footer-area .menu-toggle {
  display:none;
}

.soho-foot-sym {
    text-align: center;
    margin:-18px 0 40px 0;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

.foot-title {
    text-align:center;
    color:#8b8b8b;
    font-size:14px;
    margin:0 auto;
    padding:12px 0;
    border-bottom:solid 1px #8b8b8b;
    max-width: 80%;
}




.foot-nav {
    float:none;
    text-align: center;
    color:#666666;
    margin:20px 0;
    width: 100%;
}


.foot-nav ul {
    list-style: none;
    text-indent: 0;
    padding:0;
    margin:0;
}

.foot-nav ul li {
    line-height: 25px;
}

.foot-nav ul li a {
    text-align: center;
    font-size:12px;
    text-decoration: none;
    color:#666;
    white-space: nowrap;
}

.foot-nav ul li a:hover {
    color:#9c1521;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.foot-nav {
    float: left;
    width: 50%;
}

.foot-nav-social {
  float: left;
  widows: 100%;
}


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}



.foot-nav-social {
    float:left;
    text-align: center;
    color:#666666;
    margin:20px 0;
    width: 100%;
}

.foot-nav-social ul {
    list-style: none;
    text-indent: 0;
    padding:0;
    margin:0;
}

.foot-nav-social ul li {
    line-height: 25px;
}

.foot-nav-social ul li a {
    text-align: center;
    font-size:12px;
    text-decoration: none;
    color:#666;
}

.foot-nav-social ul li a:hover {
    color:#9c1521;
}









.footer-copy {
    min-height:38px;
    background:#000;
}

.copyright {
    text-align: center;
    font-size: 11px;
    padding: 10px 10px 12px 10px;
    color:#666;
}

.ogk a {
    color:#ff6600;
    text-decoration: none;
}
.ogk a:hover {
    color:#ff8b3e;
    text-decoration: none;
}



/*--------------------------------------------------------------
10.0 Media
--------------------------------------------------------------*/
.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;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
10.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
10.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}




/*============================================================== 
HELPER STYLES
==============================================================*/

/*--------------------------------------------------------------
11.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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-size: 1.4rem;
	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 */
}

/*--------------------------------------------------------------
12.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;
}

/*--------------------------------------------------------------
13.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;
}

/*--------------------------------------------------------------
14.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;
}



/*--------------------------------------------------------------
15.0 Responsive
--------------------------------------------------------------*/
/* --- Mobile First Media Queries --- */

/* Extra Small Devices, Phones *//* xs - everything above */
/* Default Classes - No Media Query */

/* Small devices (tablets, 768px and up) *//* sm - everything above */
/* @media only screen and (min-width: 768px) {...} */

/* Medium devices, Desktops (desktops, 992px and up) *//* md - everything above */
/* @media only screen and (min-width: 992px) {...} */

/* Large devices (large desktops, 1200px and up) *//* lg - everything above */
/* @media only screen and (min-width: 1200px) {...} */

/* --- Range Based Breaking Point Template
@media only screen and (max-width: @screen-xs-min) and {max-width: @screen-xs-max} { ... }
@media only screen and (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { ... }
@media only screen and (min-width: @screen-md-min) and (max-width: @screen-md-max) { ... }
@media only screen and (min-width: @screen-lg-min) { ... }*/




.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}