@charset "UTF-8";
/*!
Site Name: www.GRNow.com
Author: Heritage Anderson
Technologies Used: HTML, SCSS, JAVASCRIPT, JQUERY

Reset based on the work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
Grid from purecss.io
Fonticons from Font Awesome
Extra SASS Mixin's via Bourbon.io
*/
/*--------------------------------------------------------------
0.00 CSS RESET
--------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic);
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 centred 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/ */ }

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 {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0; }

a img {
  border: 0; }

/*--------------------------------------------------------------
0.01 The Grid
--------------------------------------------------------------*/
.row {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed; }

.opera-only :-o-prefocus,
.row {
  word-spacing: -0.43em; }

.col {
  display: inline-block;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.col-1, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, .col-1-5, .col-2-5, .col-3-5, .col-4-5, .col-1-6, .col-5-6, .col-1-7, .col-2-7, .col-3-7, .col-4-7, .col-5-7, .col-6-7, .col-1-8, .col-3-8, .col-5-8, .col-7-8, .col-1-9, .col-2-9, .col-4-9, .col-5-9, .col-6-9, .col-7-9, .col-8-9, .col-1-10, .col-3-10, .col-7-10, .col-9-10, .col-1-11, .col-2-11, .col-3-11, .col-4-11, .col-5-11, .col-6-11, .col-7-11, .col-8-11, .col-9-11, .col-10-11, .col-1-12, .col-5-12, .col-7-12, .col-9-12, .col-11-12, .col-1-13, .col-2-13, .col-3-13, .col-4-13, .col-5-13, .col-6-13, .col-7-13, .col-8-13, .col-9-13, .col-10-13, .col-11-13, .col-12-13, .col-1-14, .col-3-14, .col-5-14, .col-9-14, .col-11-14, .col-13-14, .col-1-15, .col-2-15, .col-4-15, .col-6-15, .col-7-15, .col-8-15, .col-9-15, .col-10-15, .col-11-15, .col-12-15, .col-13-15, .col-14-15, .col-1-16, .col-3-16, .col-5-16, .col-7-16, .col-9-16, .col-11-16, .col-13-16, .col-15-16 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.col-1 {
  display: block;
  width: 100%; }

.col-1-2 {
  width: 50%; }

.offset-1-2 {
  margin-left: 50%; }

.col-1-3 {
  width: 33.3%; }

.offset-1-3 {
  margin-left: 33.3%; }

.col-2-3 {
  width: 66.6%; }

.offset-2-3 {
  margin-left: 66.6%; }

.col-1-4 {
  width: 25%; }

.offset-1-4 {
  margin-left: 25%; }

.col-3-4 {
  width: 75%; }

.offset-3-4 {
  margin-left: 75%; }

.col-1-5 {
  width: 19%; }

.offset-1-5 {
  margin-left: 19%; }

.col-2-5 {
  width: 40%; }

.offset-2-5 {
  margin-left: 40%; }

.col-3-5 {
  width: 60%; }

.offset-3-5 {
  margin-left: 60%; }

.col-4-5 {
  width: 80%; }

.offset-4-5 {
  margin-left: 80%; }

.col-1-6 {
  width: 16.66667%; }

.offset-1-6 {
  margin-left: 16.66667%; }

.col-5-6 {
  width: 83.33333%; }

.offset-5-6 {
  margin-left: 83.33333%; }

.col-1-7 {
  width: 14.28571%; }

.offset-1-7 {
  margin-left: 14.28571%; }

.col-2-7 {
  width: 28.57143%; }

.offset-2-7 {
  margin-left: 28.57143%; }

.col-3-7 {
  width: 42.85714%; }

.offset-3-7 {
  margin-left: 42.85714%; }

.col-4-7 {
  width: 57.14286%; }

.offset-4-7 {
  margin-left: 57.14286%; }

.col-5-7 {
  width: 71.42857%; }

.offset-5-7 {
  margin-left: 71.42857%; }

.col-6-7 {
  width: 85.71429%; }

.offset-6-7 {
  margin-left: 85.71429%; }

.col-1-8 {
  width: 12.5%; }

.offset-1-8 {
  margin-left: 12.5%; }

.col-3-8 {
  width: 37.5%; }

.offset-3-8 {
  margin-left: 37.5%; }

.col-5-8 {
  width: 62.5%; }

.offset-5-8 {
  margin-left: 62.5%; }

.col-7-8 {
  width: 87.5%; }

.offset-7-8 {
  margin-left: 87.5%; }

.col-1-9 {
  width: 11.11111%; }

.offset-1-9 {
  margin-left: 11.11111%; }

.col-2-9 {
  width: 22.22222%; }

.offset-2-9 {
  margin-left: 22.22222%; }

.col-4-9 {
  width: 44.44444%; }

.offset-4-9 {
  margin-left: 44.44444%; }

.col-5-9 {
  width: 55.55556%; }

.offset-5-9 {
  margin-left: 55.55556%; }

.col-6-9 {
  width: 66.66667%; }

.offset-6-9 {
  margin-left: 66.66667%; }

.col-7-9 {
  width: 77.77778%; }

.offset-7-9 {
  margin-left: 77.77778%; }

.col-8-9 {
  width: 88.88889%; }

.offset-8-9 {
  margin-left: 88.88889%; }

.col-1-10 {
  width: 10%; }

.offset-1-10 {
  margin-left: 10%; }

.col-3-10 {
  width: 30%; }

.offset-3-10 {
  margin-left: 30%; }

.col-7-10 {
  width: 70%; }

.offset-7-10 {
  margin-left: 70%; }

.col-9-10 {
  width: 90%; }

.offset-9-10 {
  margin-left: 90%; }

.col-1-11 {
  width: 9.09091%; }

.offset-1-11 {
  margin-left: 9.09091%; }

.col-2-11 {
  width: 18.18182%; }

.offset-2-11 {
  margin-left: 18.18182%; }

.col-3-11 {
  width: 27.27273%; }

.offset-3-11 {
  margin-left: 27.27273%; }

.col-4-11 {
  width: 36.36364%; }

.offset-4-11 {
  margin-left: 36.36364%; }

.col-5-11 {
  width: 45.45455%; }

.offset-5-11 {
  margin-left: 45.45455%; }

.col-6-11 {
  width: 54.54545%; }

.offset-6-11 {
  margin-left: 54.54545%; }

.col-7-11 {
  width: 63.63636%; }

.offset-7-11 {
  margin-left: 63.63636%; }

.col-8-11 {
  width: 72.72727%; }

.offset-8-11 {
  margin-left: 72.72727%; }

.col-9-11 {
  width: 81.81818%; }

.offset-9-11 {
  margin-left: 81.81818%; }

.col-10-11 {
  width: 90.90909%; }

.offset-10-11 {
  margin-left: 90.90909%; }

.col-1-12 {
  width: 8.33333%; }

.offset-1-12 {
  margin-left: 8.33333%; }

.col-5-12 {
  width: 41.66667%; }

.offset-5-12 {
  margin-left: 41.66667%; }

.col-7-12 {
  width: 58.33333%; }

.offset-7-12 {
  margin-left: 58.33333%; }

.col-9-12 {
  width: 75%; }

.offset-9-12 {
  margin-left: 75%; }

.col-11-12 {
  width: 91.66667%; }

.offset-11-12 {
  margin-left: 91.66667%; }

.col-1-13 {
  width: 7.69231%; }

.offset-1-13 {
  margin-left: 7.69231%; }

.col-2-13 {
  width: 15.38462%; }

.offset-2-13 {
  margin-left: 15.38462%; }

.col-3-13 {
  width: 23.07692%; }

.offset-3-13 {
  margin-left: 23.07692%; }

.col-4-13 {
  width: 30.76923%; }

.offset-4-13 {
  margin-left: 30.76923%; }

.col-5-13 {
  width: 38.46154%; }

.offset-5-13 {
  margin-left: 38.46154%; }

.col-6-13 {
  width: 46.15385%; }

.offset-6-13 {
  margin-left: 46.15385%; }

.col-7-13 {
  width: 53.84615%; }

.offset-7-13 {
  margin-left: 53.84615%; }

.col-8-13 {
  width: 61.53846%; }

.offset-8-13 {
  margin-left: 61.53846%; }

.col-9-13 {
  width: 69.23077%; }

.offset-9-13 {
  margin-left: 69.23077%; }

.col-10-13 {
  width: 76.92308%; }

.offset-10-13 {
  margin-left: 76.92308%; }

.col-11-13 {
  width: 84.61538%; }

.offset-11-13 {
  margin-left: 84.61538%; }

.col-12-13 {
  width: 92.30769%; }

.offset-12-13 {
  margin-left: 92.30769%; }

.col-1-14 {
  width: 7.14286%; }

.offset-1-14 {
  margin-left: 7.14286%; }

.col-3-14 {
  width: 21.42857%; }

.offset-3-14 {
  margin-left: 21.42857%; }

.col-5-14 {
  width: 35.71429%; }

.offset-5-14 {
  margin-left: 35.71429%; }

.col-9-14 {
  width: 64.28571%; }

.offset-9-14 {
  margin-left: 64.28571%; }

.col-11-14 {
  width: 78.57143%; }

.offset-11-14 {
  margin-left: 78.57143%; }

.col-13-14 {
  width: 92.85714%; }

.offset-13-14 {
  margin-left: 92.85714%; }

.col-1-15 {
  width: 6.66667%; }

.offset-1-15 {
  margin-left: 6.66667%; }

.col-2-15 {
  width: 13.33333%; }

.offset-2-15 {
  margin-left: 13.33333%; }

.col-4-15 {
  width: 26.66667%; }

.offset-4-15 {
  margin-left: 26.66667%; }

.col-6-15 {
  width: 40%; }

.offset-6-15 {
  margin-left: 40%; }

.col-7-15 {
  width: 46.66667%; }

.offset-7-15 {
  margin-left: 46.66667%; }

.col-8-15 {
  width: 53.33333%; }

.offset-8-15 {
  margin-left: 53.33333%; }

.col-9-15 {
  width: 60%; }

.offset-9-15 {
  margin-left: 60%; }

.col-10-15 {
  width: 66.66667%; }

.offset-10-15 {
  margin-left: 66.66667%; }

.col-11-15 {
  width: 73.33333%; }

.offset-11-15 {
  margin-left: 73.33333%; }

.col-12-15 {
  width: 80%; }

.offset-12-15 {
  margin-left: 80%; }

.col-13-15 {
  width: 86.66667%; }

.offset-13-15 {
  margin-left: 86.66667%; }

.col-14-15 {
  width: 93.33333%; }

.offset-14-15 {
  margin-left: 93.33333%; }

.col-1-16 {
  width: 6.25%; }

.offset-1-16 {
  margin-left: 6.25%; }

.col-3-16 {
  width: 18.75%; }

.offset-3-16 {
  margin-left: 18.75%; }

.col-5-16 {
  width: 31.25%; }

.offset-5-16 {
  margin-left: 31.25%; }

.col-7-16 {
  width: 43.75%; }

.offset-7-16 {
  margin-left: 43.75%; }

.col-9-16 {
  width: 56.25%; }

.offset-9-16 {
  margin-left: 56.25%; }

.col-11-16 {
  width: 68.75%; }

.offset-11-16 {
  margin-left: 68.75%; }

.col-13-16 {
  width: 81.25%; }

.offset-13-16 {
  margin-left: 81.25%; }

.col-15-16 {
  width: 93.75%; }

.offset-15-16 {
  margin-left: 93.75%; }

/*--------------------------------------------------------------
6.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-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; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.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; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: black;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Open Sans", Helvetica, Arial, sans-serif;
  clear: both; }

h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  padding: 0 1.5rem 1.5rem 1.5rem; }

h2 {
  font-size: 2rem;
  text-transform: uppercase;
  padding: 0 1.5rem 1.5rem 1.5rem; }

p {
  padding: 0 1.5rem 0 1.5rem;
  margin-bottom: 1.5rem; }

b,
strong {
  font-weight: 700; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5rem; }

address {
  margin: 0 0 1.5rem; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.5rem; }

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.5rem; }

ul,
ol {
  padding: 0 1.5rem 0 1.5rem;
  margin: 0 0 1.5rem 3rem; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5rem; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5rem 1.5rem; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5rem;
  width: 100%; }

th {
  font-weight: bold; }

aside {
  padding: 0 1.5rem 0 1.5rem; }

/*--------------------------------------------------------------
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 */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  box-shadow: none;
  text-shadow: none;
  border: none;
  outline: none;
  background: #FF7A26;
  color: white;
  padding: .5rem; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #FFBD28; }

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 {
  background-color: #FFBD28; }

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 {
  border-radius: 0px;
  border: none;
  outline: none;
  background-color: rgba(239, 239, 239, 0.75);
  color: #848078;
  padding: .5rem; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  border-radius: 0px;
  border: none;
  outline: none;
  background-color: rgba(239, 239, 239, 0.75);
  color: #848078;
  padding: .5rem; }

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 SPECIAL SETTINGS & TRANSITIONS -- */
input::-webkit-input-placeholder {
  color: black; }

input:-moz-placeholder {
  color: black; }

input::-moz-placeholder {
  color: black; }

input:-ms-input-placeholder {
  color: black; }

input, button {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out; }

input[type="submit"] {
  border-radius: 0px; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
.menu-toggle {
  display: none; }

#primary a:link a:visited a:active {
  color: #ff7a26; }

#primary a:hover {
  color: #ff7a26; }

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out; }

a:visited {
  color: none; }

a:hover,
a:focus,
a:active {
  color: #FFBD28; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  font-family: “Roboto”, Helvetica, Arial, sans-serif;
  font-size: .90em; }
  .main-navigation .menu-item-has-children a {
    padding-right: 1.85em; }
  .main-navigation .menu-item-has-children:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: .55em;
    left: 8.5em; }
  .main-navigation .menu-item-has-children ul li.menu-item-has-children:after {
    content: "\f105";
    top: .4em;
    left: 9em; }
  .main-navigation .menu-item-has-children ul li.menu-item-has-children:hover::after {
    color: #FFBD28; }
  .main-navigation ul {
    list-style: none;
    float: right;
    margin: 2.5rem 0 0 0;
    text-transform: uppercase; }
    .main-navigation ul .sub-menu {
      padding: .75em 1em; }
  .main-navigation li {
    float: left;
    position: relative;
    padding: 0; }
  .main-navigation a {
    display: block;
    padding: .75em; }
    .main-navigation a:hover {
      color: black; }

.menu-item-has-children a {
  padding-bottom: 2.25em; }

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 3em;
  left: -999em;
  z-index: 99999;
  background-color: #efefef;
  width: 600px;
  font-size: .85em; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0em;
  width: 472px; }

.main-navigation ul ul a {
  padding: .5rem 0; }

.main-navigation ul ul li {
  width: 33%; }
  .main-navigation ul ul li a:hover {
    color: #FFBD28; }

.main-navigation ul ul ul li {
  width: 33%; }
  .main-navigation ul ul ul li a:hover {
    color: #FFBD28; }

.main-navigation li:hover > a {
  background-color: #efefef; }

.main-navigation ul li:hover > ul {
  left: auto; }

li.restaurants-menu:hover ul {
  margin-left: -8em; }

li.restaurants-menu ul li {
  width: 100%; }

li.attractions-menu:hover ul {
  margin-left: -16.35em; }

li.cuisine-menu:hover ul {
  margin-top: -0.75em;
  margin-left: -40em; }

li.neighborhood-menu:hover ul {
  margin-top: -3.5em;
  margin-left: -40em; }

li.letter-menu:hover ul {
  margin-top: -6.5em;
  margin-left: -40em; }

.main-navigation ul ul li:hover > ul {
  left: 90%; }

/*-- Sticky Menu -- */
header.sticky {
  z-index: 9999;
  height: 3em;
  background-image: url("http://www.grnow.com/wp-content/uploads/2015/01/gr-mobile-logo360x50.png");
  background-repeat: no-repeat;
  background-position-x: 10%;
  background-position-y: 7px;
  background-size: 200px 30px; }
  header.sticky .main-navigation ul {
    margin-top: .25em; }
  header.sticky .site-title {
    padding-top: 0em; }
    header.sticky .site-title img {
      display: none; }
    header.sticky .site-title a {
      -webkit-transition: all 0s ease-in-out;
      -moz-transition: all 0s ease-in-out;
      -ms-transition: all 0s ease-in-out;
      -o-transition: all 0s ease-in-out;
      padding: .85em 7em;
      margin-left: -3em; }
  header.sticky li.cuisine-menu:hover ul {
    margin-top: -0.1em;
    margin-left: -40em; }
  header.sticky li.neighborhood-menu:hover ul {
    margin-top: -2.8em;
    margin-left: -40em; }
  header.sticky li.letter-menu:hover ul {
    margin-top: -5.7em;
    margin-left: -40em; }

.sticky-menu.sticky-active {
  background-color: #E5E6DF; }

/*---- FOOTER NAVIGATION ---- */
.footer-navigation {
  font-size: 1.25rem;
  margin: 1rem 0 0 0; }
  .footer-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .footer-navigation li {
    float: left;
    position: relative; }
  .footer-navigation li + li::before {
    content: " | ";
    padding: 0 0 0 .75rem; }

/*---- FOOTER SOCIAL ---- */
.footer-social {
  float: right;
  padding: 2rem 0;
  color: #FF7A26; }
  .footer-social a {
    color: #FF7A26; }
    .footer-social a :hover, .footer-social a :focus {
      color: #FFBD28; }
  .footer-social i.fa {
    font-size: 3rem; }
  .footer-social ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .footer-social li {
    float: left;
    position: relative;
    padding: 0 1.5rem 0 1.5rem; }

/*-- FOOTER TO TOP -- */
.to-top div {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  background-color: #FF7A26;
  width: 40px;
  margin: 0 auto;
  color: white;
  padding: 0 .5rem; }
  .to-top div i.fa {
    margin: 0;
    padding: 0;
    font-size: 3.5rem; }
  .to-top div p {
    margin: -1.2rem 0 0 0;
    padding: 0 0 .5rem 0;
    font-weight: 700; }
.to-top div:hover, .to-top div:focus {
  background-color: #FFBD28; }

/*-- Mobile Menu -- */
#sdrn_bar .bar_logo {
  height: 30px; }

#sdrn_bar {
  padding: 13px 20px; }

#sdrn_bar {
  height: 47px; }

#sdrn_bar .sdrn_ic span {
  width: 30px;
  height: 4px; }

#sdrn_bar .sdrn_ic {
  width: 30px;
  height: 48px; }

#sdrn_bar .sdrn_ic_2 {
  top: 8px; }

#sdrn_bar .sdrn_ic_3 {
  top: 16px; }

#sdrn_bar.menu_is_opened .sdrn_ic_2 .sdrn_ic_3 {
  top: 12px !important; }

/* -- Comments-- */
.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%; }

/* -- Pagination -- */
.pagination-wrapper {
  text-align: center;
  margin: 20px 0; }

div.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  div.pagination span:first-child {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  div.pagination span:last-child {
    margin-right: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  div.pagination a, div.pagination span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #FF7A26;
    background-color: white;
    border: 1px solid #FF7A26;
    margin-left: -1px; }
    div.pagination a:hover, div.pagination span:hover {
      color: white !important;
      background-color: #FF7A26; }
  div.pagination .current {
    background-color: #FF7A26;
    border-color: #FF7A26;
    color: white; }
  div.pagination .next {
    margin-right: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  div.pagination .prev {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }

/* -- View All Posts Button -- */
section.view-all-posts {
  width: 100%;
  text-align: center;
  margin: 1em 0 1em 0; }

button.view-all-posts {
  margin: 0 auto;
  padding: .5em 1.5em; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
XX.1 Advertising
--------------------------------------------------------------*/
.ad-banner-horizontal-large img {
  width: 100%; }

/*--------------------------------------------------------------
XX.2 Some Defaults
--------------------------------------------------------------*/
.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 */
iframe,
object,
embed {
  max-width: 100% !important; }

/*--------------------------------------------------------------
12.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; }

/*--------------------------------------------------------------
12.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; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
/* corrects width overflow on small devices */
.widget {
  margin: .5em 0px; }

h1.widget-title {
  font-size: 2rem;
  text-align: center; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
9.X Weather Underground Specific Styles
--------------------------------------------------------------*/
.wu-copyright {
  display: none; }

.wu-wrapper table th, .wu-wrapper table td {
  padding: 0px 10px 20px 10px !important;
  text-align: center !important; }

/*--------------------------------------------------------------
XX.1 Logo's 
--------------------------------------------------------------*/
.site-title {
  padding: 1.5rem; }
  .site-title a {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out; }

/*--------------------------------------------------------------
XX.2 Weekly Preview Area
--------------------------------------------------------------*/
.weekly-preview {
  background-color: #E5E6DF;
  padding: 1.5rem;
  margin: 1.5rem; }
  .weekly-preview h2 {
    margin: 0 auto;
    text-align: center; }
    .weekly-preview h2 i.fa {
      color: #FF7A26;
      padding: 0 1rem; }
  .weekly-preview ul.event-list {
    margin: .75rem 0 0 0; }
    .weekly-preview ul.event-list li {
      list-style: none;
      margin: 0;
      padding: 0; }

/*--------------------------------------------------------------
XX.3 - CUSTOM ELEMENTS
--------------------------------------------------------------*/
header.site-header,
footer.site-footer {
  background-color: #E5E6DF; }

header.site-header {
  postion: fixed; }

.site-content {
  padding: 0; }

#primary, #secondary {
  padding-top: 1.5rem; }

.feature-column {
  width: 50%;
  float: left; }

.feature-item {
  width: 49%;
  float: left;
  margin-left: 1%;
  text-align: center; }

.feature-area {
  text-align: center;
  font-size: 1.5rem;
  padding: .5rem 0; }
  .feature-area h2 {
    padding: 0 1.5rem 0.5rem 1.5rem;
    color: white; }
  .feature-area i {
    margin: 0 .75rem;
    font-size: 1.75em;
    color: white; }
    .feature-area i:hover {
      color: white; }
  .feature-area .orange {
    background: url("img/orange-parapet.png") center top no-repeat;
    padding: .5rem 0 0 0; }
    .feature-area .orange p {
      color: #FF7A26;
      text-align: justify;
      padding-top: 1.25em; }
  .feature-area .yellow {
    background: url("img/yellow-parapet.png") center top no-repeat;
    padding: .5rem 0 0 0; }
    .feature-area .yellow p {
      color: #FFBD28;
      text-align: justify;
      padding-top: 1.25em; }
  .feature-area .aqua {
    background: url("img/aqua-parapet.png") center top no-repeat;
    padding: .5rem 0 0 0; }
    .feature-area .aqua p {
      color: #5AA7AC;
      text-align: justify;
      padding-top: 1.25em; }
  .feature-area .dark-gray {
    background: url("img/gray-parapet.png") center top no-repeat;
    padding: .5rem 0 0 0; }
    .feature-area .dark-gray p {
      color: #848078;
      text-align: justify;
      padding-top: 1.25em; }

.to-top {
  text-align: center;
  padding: 1.5rem 0; }

.site-info {
  margin-top: 1.5rem; }

/*--------------------------------------------------------------
XX.4 - Hero Section
--------------------------------------------------------------*/
.hero-section {
  position: relative;
  margin: 0 auto;
  height: 275px;
  width: 100%; }
  .hero-section img {
    width: 100%;
    margin-bottom: -0.5rem; }
  .hero-section .hero-img {
    background: url("http://heritageanderson.com/DEV/grnow/wp-content/uploads/2014/11/gr-hero.jpg") no-repeat center center;
    /* Incase all else fails */
    background-size: cover;
    width: 100%;
    height: 275px; }

#rev_slider_1_1_wrapper {
  z-index: 1; }

/*--------------------------------------------------------------
10.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: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

a.page-link {color:#ff7a26 !important;}

a.page-link:hover {color:#FFBD28 !important;}

.type-post .entry-content {
  margin-top: 1rem; }
  .type-post .entry-content a {
    color: #FF7A26; }
  .type-post .entry-content a:hover {
    color: #FFBD28 !important; }

article.type-post {
  margin-top: 4rem; }

div.posts-list-img img {
  margin-top: 3em; }

/*--------------------------------------------------------------
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 {
  display: block; }

/*--------------------------------------------------------------
XX.5 - Copyright & Byline
--------------------------------------------------------------*/
.site-info {
  font-size: 1rem; }
  .site-info p {
    padding: 0;
    margin: 0 0 .5rem 0; }

/*--------------------------------------------------------------
XX.6 - Hero Section Search  
--------------------------------------------------------------*/
.hero-search {
  position: absolute;
  top: 45%;
  left: 43.5%;
  z-index: 5; 
  display:none;
}

.hero-search-form input[type="text"] {
  border-radius: 0px;
  border: none;
  outline: none;
  width: 100%;
  background-color: rgba(239, 239, 239, 0.75);
  color: #848078;
  padding: .5rem; }
.hero-search-form input[type="submit"] {
  font-family: FontAwesome;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  box-shadow: none;
  text-shadow: none;
  border: none;
  outline: none;
  width: 100%;
  background: rgba(255, 165, 0, 0.75);
  color: rgba(239, 239, 239, 0.75);
  padding: .5rem;
  border-radius: 0px;
  margin-left: 10px; }
.hero-search-form input[type="submit"]:hover,
.hero-search-form input[type="submit"]:focus {
  background-color: #FFBD28; }
.hero-search-form input::-webkit-input-placeholder {
  color: black; }
.hero-search-form input:-moz-placeholder {
  color: black; }
.hero-search-form input::-moz-placeholder {
  color: black; }
.hero-search-form input:-ms-input-placeholder {
  color: black; }
.hero-search-form input {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out; }

/*--------------------------------------------------------------
XX.7 - Search Page & Categories
--------------------------------------------------------------*/
.entry-categories, .cat-links, .tags-links, .posted-on {
  padding: 0 1.5rem 0 1.5rem; }

.entry-categories a, .cat-links a, .tags-links a {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: #FF7A26; }

.entry-categories a:hover,
.cat-links a:hover,
.tags-links a:hover {
  background-color: #FFBD28;
  color: #fff !important; }

.search-result {
  margin-top: 5rem; }

/*--------------------------------------------------------------
XX.8 - Directory Listings
--------------------------------------------------------------*/
.w2dc-content {
  padding: 0; }

header.w2dc-listing-header h2 {
  margin-left: 0;
  padding-left: 0; }

.w2dc-listing-header .w2dc-rating {
  width: 100%; }

/* remove padding on directory categories */
.w2dc-categories-root {
  padding: 0px; }

/* remove directory listing date */
em.w2dc-listing-date {
  display: none; }

/* removes the effect of double borders between listings */
.w2dc-listings-block article.w2dc-listing {
  border-top: none; }

/* removes show on map icon becasue it does not work. */
.w2dc-show-on-map {
  display: none !important; }

.comment-reply-title {
  display: none; }

/*  keep hours on one line on small devices 
.w2dc-hours-field {
  width: 300px; } */

/* Removes site breadcrumbs */
.w2dc-breadcrumbs {
  display: none; }

span.w2dc-label.w2dc-label-primary a:hover {color: #fff !important;}

.tab-letter-2-columns .w2dc-content.w2dc-categories-columns {
  margin-bottom: 0px !important; }

.tab-letter-2-columns .w2dc-content {
  padding: 0em; }

.tab-letter-2-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

.tab-letter-4-columns {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4; }

/*--------------------------------------------------------------
XX.8 - Twitter Feed Widget
--------------------------------------------------------------*/
#twitter-widget-0 {
  max-width: 300px !important; }

/*--------------------------------------------------------------
XX.9 - Community Events
--------------------------------------------------------------*/
table.tribe-community-event-info #tribe_events_cat-1099 {
  display: none !important; }

/*Removed Featured Events From Category List */
table.tribe-community-event-info #tribe_events_cat-1100 {
  display: none !important; }

/*Remove Weekly Preview from Category List */
.events-community-post-title, .events-community-post-content {
  background-color: #E5E6DF;
  padding: 1em; }
  .events-community-post-title label, .events-community-post-content label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9em; }

.bubble {
  background-color: #E5E6DF; }

.events-community-submit {
  margin-bottom: 1em;
  width: 100%; }

/*--------------------------------------------------------------
XX.10 - Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 1.25em; }

/*--------------------------------------------------------------
XX.11 - Ad Zones
--------------------------------------------------------------*/
#oio-banner-5 img {
  margin-bottom: 0.75em; }

#oio-banner-6 img {
  margin: 0 0 1em 0; }

/* #oio-banner-7 img {
  margin: 2em 0 3em 0; } */

#oio-banner-7 img {
margin: 0em 0 0em 0; }

/*--------------------------------------------------------------
XX.12 - Homepage Posts
--------------------------------------------------------------*/
section.posts {
  margin: 0 1em; }

/*--------------------------------------------------------------
XX.13 - Error Pages
--------------------------------------------------------------*/
.error-404 form.search-form {
  margin-left: 1rem; }

/*--------------------------------------------------------------
XX.14 - AddThis
--------------------------------------------------------------*/
.addthis_horizontal_follow_toolbox {
  padding-left: 110px; }

/*--------------------------------------------------------------
XX.16 - Holiday Pages
--------------------------------------------------------------*/
section.holiday {
  border-bottom: 1px #848078 solid;
  margin-bottom: 3rem; }
  section.holiday aside {
    padding: 0; }

ul.holiday-event-list,
ul.holiday-directory-list {
  padding: 0;
  margin-left: 1.5rem;
  margin-bottom: 3rem; }
  ul.holiday-event-list li,
  ul.holiday-directory-list li {
    list-style: none;
    margin-bottom: 1rem; }
    ul.holiday-event-list li p,
    ul.holiday-directory-list li p {
      margin-top: 0; }

section.guide-ad {
  border-bottom: 1px #848078 solid;
  margin-bottom: 3rem;
  padding-bottom: 3rem; }
  section.guide-ad:last-child {
    border: none; }

/*--------------------------------------------------------------
XX.17 - Squelch Tabs for Directory Pages
--------------------------------------------------------------*/
.squelch-taas-accordion .ui-accordion-header {
  padding: .5em .5em .5em 1.5em !important; }

.ui-state-default {
  background-color: #e5e6DF !important;
  background-image: none !important; }

.ui-widget-content {
  border: 1px solid #e5e6DF !important;
  background: #f2f3ec !important; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-widget-content a {
  color: #ff7a26 !important;
  font-weight: normal !important;
  border: 0px !important; }

.ui-state-default {
  padding: 10px !important; }

.ui-widget-content, .ui-widget-header {
  background: #fff !important;
  border: none !important; }

.ui-widget-header {
  border-bottom: 1px solid #e5e6DF !important;
  border-radius: 0px !important; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #e5e6DF !important;
  background: #f2f3ec !important; }

.ui-tabs .ui-tabs-nav li a {
  padding: 0px !important; }


/*--------------------------------------------------------------
XX.100 - RESPONSIVE MEDIA QUERIES
--------------------------------------------------------------*/
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto; }

@media (max-width: 1700px) {
  .hero-search {
    left: 42.5%; } }
@media (max-width: 1400px) {
  .hero-search {
    left: 41.5%; } }
@media (max-width: 1300px) {
  .hero-search {
    left: 41%; } }
@media (max-width: 1200px) {
  .hero-search {
    left: 39.5%; } }
@media (max-width: 1100px) {
  .hero-search {
    left: 39%; } }
@media (max-width: 1000px) {
  .hero-search {
    left: 38.5%; } }
@media (max-width: 1057px) {
  .feature-area h2 {
    font-size: 1.75rem;
    padding: 0 1.5rem 0.5rem 1.5rem;
    color: white; } }
@media (max-width: 979px) {
  div.sticky-menu {
    display: none !important; }

  .site-title, #site-navigation {
    display: none; }

  .tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] {
    height: 75px; }
    .tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] a {
      padding-top: 25px; }

  .site-footer {
    text-align: center; }

  .to-top {
    padding: 3rem 0; }

  .footer-navigation {
    margin: 1rem 0 0 32%; }

  .hero-section {
    height: auto; }

  .hero-search {
    top: 35%;
    left: 37%; }

  .feature-column {
    width: 100%; }

  .feature-item {
    width: 50%;
    height: 100%;
    margin-left: 0; }

  .bg-fill-orange {
    background-color: #FF7A26; }

  .bg-fill-dark {
    background-color: #848078; }

  .feature-area {
    padding-top: .10rem; }
    .feature-area div {
      margin: 0rem; }
    .feature-area h2 {
      font-size: 1.95rem; }
    .feature-area .orange {
      background-image: none;
      background-color: #FF7A26; }
      .feature-area .orange p {
        color: white; }
    .feature-area .yellow {
      background-image: none;
      background-color: #FFBD28; }
      .feature-area .yellow p {
        color: white; }
    .feature-area .aqua {
      background-image: none;
      background-color: #5AA7AC; }
      .feature-area .aqua p {
        color: white; }
    .feature-area .dark-gray {
      background-image: none;
      background-color: #848078; }
      .feature-area .dark-gray p {
        color: white; }

  #tribe-mini-calendar-2 {
    display: none; }

  #tribe-events-pg-template {
    max-width: 97%;
    padding: 1rem 1rem; }

  #masthead {
    height: 5px; }

  .addthis_toolbox.addthis_default_style.addthis_32x32_style {
    text-align: center;
    width: 32%;
    margin: 0 auto; }

  .tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper #tribe_events_filters_toggle {
    width: 99% !important; }

  .wu-wrapper {
    width: 99%; } }
@media (max-width: 945px) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"] {
    width: 100%; } }
@media (max-width: 845px) {
  .hero-search {
    top: 30%;
    left: 35%; }

  .footer-navigation {
    margin: 1rem 0 0 30%; } }
@media (max-width: 768px) {
  .weekly-preview {
    margin: 1.5rem 0; }

  .footer-navigation {
    margin: 1rem 0 0 26%; }

  .hero-search {
    position: initial;
    width: 100%; }
    .hero-search input[type="text"] {
      padding: 1.5rem .5rem; }
    .hero-search input[type="submit"] {
      padding: 1.5rem; }

  #sthoverbuttons {
    display: none !important; }

  .hero-img-container {
    display: none; }

  .site-title {
    text-align: center; }

  .hero-search-form input[type="submit"] {
    margin-left: 0px; }

  #tribe_events_filters_toggle, .tribe-events-sub-nav li a {
    background: #E5E6DF !important; } }
@media (max-width: 799px) {
  .w2dc-listing-logo-img {
    width: 50% !important;
    margin: auto !important; } }
@media (max-width: 680px) {
  .addthis_toolbox.addthis_default_style.addthis_32x32_style {
    width: 100%; } }
@media (max-width: 646px) {
  .list-small-none {
    display: none; }

  .list-small-full {
    width: 100%; }

  .footer-navigation {
    margin: 1rem 0 0 25%; } }
@media (max-width: 555px) {
  .feature-area p {
    display: none; }
  .feature-area h2 {
    font-size: 2rem; }
  .feature-area .yellow {
    padding-top: 3rem;
    height: 8.5rem; }
  .feature-area .aqua {
    padding-top: 3rem;
    height: 8.5rem; }
  .feature-area .orange {
    padding-top: 3rem; }
  .feature-area .dark-gray {
    padding-top: 3rem; }

  .tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] {
    height: 55px; }
    .tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] a {
      padding-top: 15px; }

  #tribe-events-pg-template {
    max-width: 95%; } }
@media (max-width: 517px) {
  .feature-area .yellow {
    padding-top: 3rem;
    height: 10.5rem; }
  .feature-area .aqua {
    padding-top: 2rem;
    height: 10.5rem; } }
@media (max-width: 480px) {
  .footer-navigation {
    margin: 1rem 0 0 14%; }

  .feature-area h2 {
    font-size: 1em; }

  .ui-tabs .ui-tabs-nav li a {
    font-size: .7em !important; } }
/* -- GRID RESPONSIVENESS -- */
.row-r {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em; }

.opera-only :-o-prefocus,
.row-r {
  word-spacing: -0.43em; }

.row-r img {
  max-width: 100%; }

@media (min-width: 980px) {
  .visible-phone {
    display: none; }

  .visible-tablet {
    display: none; }

  .hidden-desktop {
    display: none; } }
@media (max-width: 480px) {
  .row-r > [class^="col"] {
    width: 100%; } }
@media (max-width: 767px) {
  .row-r > [class^="col"] {
    width: 100%; }

  .hidden-phone {
    display: none; }

  .visible-desktop {
    display: none; } }
@media (min-width: 768px) and (max-width: 979px) {
  .row-r > [class^="col"] {
    width: 100%; }

  .hidden-tablet {
    display: none; }

  .visible-desktop {
    display: none; } }


/* Removes image from event results page */
.tribe-events-day-time-slot .tribe-events-event-image {display:none;}

.best-of-logo {padding-left:20px; !important; margin-top:-40px !important; width:80%;}

.shamrock {margin-top: -70px;}

a.guide-link {color:#FF7A26;}
a.guide-link:hover {color:#FFCC4D; text-decoration:underline;}

hr.guide-divider {border:1px solid #ccc !important;}

/* .w2dc-field-output-block-hours {padding:60px;} 

.w2dc-hours-field {width:100% !important; float:right;} */

li.w2dc-active {color:#fff !important;}

@media (min-width: 768px) {
.w2dc-single-listing-logo-wrap {min-height: 400px;}
/* Holiday Guide Link Styles */
ul.holiday-event-list a, ul.holiday-directory-list a {color:rgb(255, 102, 0);}
ul.holiday-event-list a:hover, ul.holiday-directory-list a:hover {text-decoration:underline;} 
}

@media (max-width: 767px) {
/* Mobile Holiday Guide Link Styles */
ul.holiday-event-list a, ul.holiday-directory-list a {color:rgb(255, 102, 0);text-decoration:underline;}
ul.holiday-event-list a:hover, ul.holiday-directory-list a:hover {text-decoration:none;} 
}

.page-id-25444 h2.comments-title {display: none;}



/* Primary Menu - Guide Link */
#menu-item-29236:after {left:5em;}
#menu-item-29236 ul.sub-menu {margin-left:-500px; width:600px;}