/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
abbr,
acronym,
fieldset {
  border: 0; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  clear: both;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align="left"] {
  display: block;
  float: left; }

.right,
.alignright,
img[align="right"] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align="middle"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type="submit"],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 26px;
  color: #111111;
  background-color: white;
  padding-top: 26px; }

body.landing {
  padding-top: 0; }

.container {
  width: 897px;
  margin: 0 auto; }

.landing .container {
  width: 617px; }

.columns,
.columns > .content,
.columns > .sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.columns > .content {
  width: 617px;
  float: left;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #dddddd; }

.columns > .sidebar {
  width: 280px;
  float: right;
  padding: 26px 26px 0 26px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #dd0000;
  text-decoration: none; }

p a {
  text-decoration: underline; }

p a:hover {
  text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid; }

.menu li {
  position: relative;
  float: left;
  margin-bottom: -1px; }

.menu .sub-menu {
  position: absolute;
  left: -1px;
  display: none;
  list-style: none;
  z-index: 110;
  margin-top: -1px; }

.menu .sub-menu .sub-menu {
  top: 0;
  left: 182px;
  margin: 0 0 0 -1px; }

.menu li:hover > .sub-menu {
  display: block; }

.menu .sub-menu li {
  width: 182px;
  clear: both; }

.menu a,
.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  background-color: #eeeeee;
  padding: 0.75em 1em; }

.menu a:hover {
  background-color: #dddddd; }

.menu_control {
  display: none;
  background-color: white; }

.menu .sub-menu a {
  border-left-width: 1px; }

.menu,
.menu a,
.menu .sub-menu {
  border-color: #dddddd; }

.menu .current-menu-item > a {
  border-bottom-color: white;
  background-color: white;
  cursor: text; }

.menu .sub-menu .current-menu-item > a {
  border-bottom-color: #dddddd; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #dddddd;
  padding: 26px; }

.landing .header {
  text-align: center; }

#site_title {
  font-size: 42px;
  line-height: 1.32em;
  font-weight: bold;
  color: #111111; }

#site_title a {
  color: #111111; }

#site_title a:hover {
  color: #dd0000; }

#site_tagline {
  font-size: 16px;
  color: #888888;
  line-height: 1.32em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt,
.grt h3 {
  font-size: 16px;
  line-height: 26px; }

.grt .headline {
  font-size: 26px;
  line-height: 39px;
  margin: 0; }

.grt h2 {
  font-size: 20px;
  line-height: 31px;
  margin-top: 39px;
  margin-bottom: 13px; }

.grt .small,
.grt .caption {
  font-size: 13px;
  line-height: 22px; }

.grt .drop_cap {
  font-size: 52px;
  line-height: 1em;
  margin-right: 0.15em;
  float: left; }

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .center,
.grt .block,
.grt .caption,
.post_box .aligncenter,
.post_box .alignnone,
.post_box .post_image,
.post_box .post_image_box,
.post_box .wp-caption,
.post_box .wp-post-image,
.post_box .alert,
.post_box .note,
.headline_area {
  margin-bottom: 26px; }

.grt ul,
.grt ol,
.grt .stack {
  margin-left: 26px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol,
.wp-caption p,
.post_box .alert p:last-child,
.post_box .note p:last-child,
.post_content blockquote.right p,
.post_content blockquote.left p {
  margin-bottom: 0; }

.grt .left,
.post_box .alignleft,
.post_box .ad_left {
  margin-bottom: 26px;
  margin-right: 26px; }

.grt .right,
.post_box .alignright,
.post_box .ad {
  margin-bottom: 26px;
  margin-left: 26px; }

.grt .caption {
  margin-top: -13px;
  color: #888888; }

/*
 * ---:[ golden ratio pullquotes ]:---
 */
.grt blockquote.right,
.grt blockquote.left {
  font-size: 26px;
  line-height: 36px;
  width: 45%;
  margin-bottom: 13px; }

.grt blockquote.right,
.grt blockquote.left {
  padding-left: 0;
  border: 0; }

/*
 * ---:[ post box styles ]:---
 */
.post_box {
  padding: 26px 26px 0 26px;
  border-top: 1px dotted #dddddd; }

.top {
  border-top: 0; }

.post_box .headline,
.headline a {
  color: #111111; }

.headline a:hover {
  color: #dd0000; }

.byline,
.byline a {
  color: #888888; }

.byline a {
  border-bottom: 1px solid #dddddd; }

.byline a,
.post_author,
.post_date {
  text-transform: uppercase;
  letter-spacing: 1px; }

.byline a:hover,
.num_comments {
  color: #111111; }

.byline .post_edit {
  margin-left: 13px; }

.byline .post_edit:first-child {
  margin-left: 0; }

.post_author_intro,
.post_date_intro,
.byline .post_cats_intro {
  font-style: italic; }

.post_box h2,
.post_box h3 {
  color: #111111; }

.post_box h3 {
  font-weight: bold; }

.post_box ul {
  list-style-type: square; }

.post_box blockquote {
  color: #888888;
  margin-left: 13px;
  padding-left: 13px;
  border-left: 1px solid #dddddd; }

.post_box code {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif; }

.post_box pre {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
  background-color: #eeeeee;
  padding: 13px;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4; }

.post_content li a {
  text-decoration: underline; }

.post_content li a:hover {
  text-decoration: none; }

.post_box .frame,
.post_box .post_image_box,
.post_box .wp-caption {
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 13px; }

.post_box .wp-caption img,
.post_box .post_image_box .post_image,
.post_box .thumb {
  margin-bottom: 13px; }

.wp-caption.aligncenter img {
  margin-right: auto;
  margin-left: auto; }

.wp-caption .wp-caption-text .wp-smiley {
  display: inline;
  margin-bottom: 0; }

.post_box .wp-caption p {
  font-size: 13px;
  line-height: 22px; }

.post_box .author_description {
  border-top: 1px dotted #dddddd;
  padding-top: 26px; }

.post_box .author_description_intro {
  font-weight: bold; }

.post_box .avatar {
  width: 61px;
  height: 61px;
  float: right;
  clear: both;
  margin-left: 13px; }

.post_box .author_description .avatar {
  width: 78px;
  height: 78px;
  float: left;
  margin-right: 13px;
  margin-left: 0; }

.post_box .post_cats,
.post_box .post_tags {
  color: #888888; }

.post_box .alert,
.post_box .note {
  padding: 13px; }

.post_box .alert {
  background-color: #ffff99;
  border: 1px solid #e6e68a; }

.post_box .note {
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

.landing .headline_area {
  text-align: center; }

/*
 * ---:[ other post box styles ]:---
 */
.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 26px; }

.num_comments_link:hover {
  text-decoration: underline; }

.bracket,
.num_comments {
  font-size: 26px; }

.bracket {
  color: #dddddd; }

/*
 * ---:[ misc. content elements ]:---
 */
.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }

.archive_intro .headline {
  margin-bottom: 26px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 13px 26px; }

.prev_next .next_posts {
  float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.previous_posts a:hover,
.next_posts a:hover {
  text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 52px; }

.comments_intro {
  color: #888888;
  margin-bottom: 13px;
  padding: 0 26px; }

.comments_closed {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  margin: 0 26px 26px 26px; }

.comment_list {
  list-style-type: none;
  margin-bottom: 52px;
  border-top: 1px dotted #dddddd; }

.comment {
  border-bottom: 1px dotted #dddddd;
  padding: 26px; }

.children .comment {
  list-style-type: none;
  margin-top: 26px;
  border-left: 1px solid #dddddd;
  border-bottom: 0;
  padding: 0 0 0 26px; }

.children .bypostauthor {
  background-color: transparent;
  border-color: #dd0000; }

.comment .comment_head {
  margin-bottom: 13px; }

.children .comment_head {
  margin-bottom: 0; }

.comment .comment_author {
  font-weight: bold; }

.comment_date {
  font-size: 13px;
  margin-left: 13px;
  color: #888888; }

.comment_date a {
  color: #888888; }

.comment_footer a {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 13px; }

.comment_head a:hover,
.comment_footer a:hover,
.comment_nav a:hover {
  text-decoration: underline; }

.comment_footer a:first-child {
  margin-left: 0; }

.comment .avatar {
  width: 52px;
  height: 52px;
  float: right;
  margin-left: 13px; }

.comment_nav {
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: #dddddd;
  padding: 13px 26px; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  margin: -52px 0 52px 0;
  border-width: 0 0 1px 0; }

.next_comments {
  float: right; }

/*
 * ---:[ inputs ]:---
 */
.input_text {
  font-size: inherit;
  line-height: 1em;
  font-family: inherit;
  font-weight: inherit;
  color: #111111;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 0.35em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.input_text:focus {
  border-color: #eeeeee;
  background-color: white; }

textarea.input_text {
  line-height: 26px; }

.input_submit {
  font-size: 20px;
  line-height: 1em;
  font-family: inherit;
  font-weight: bold;
  border: 3px double #dddddd;
  background: #eeeeee url('images/bg-button.png') repeat-x;
  padding: 0.5em;
  cursor: pointer;
  overflow: visible; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  margin: 52px 0;
  padding: 0 26px; }

.comment #commentform {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0; }

.comment_form_title {
  font-size: 20px;
  line-height: 31px;
  color: #111111;
  margin: 0 -26px;
  border-bottom: 1px dotted #dddddd;
  padding: 0 26px 13px 26px; }

#commentform label {
  display: block; }

#commentform p {
  margin-bottom: 13px; }

#commentform p .required {
  color: #dd0000; }

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

#commentform textarea.input_text {
  width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dd0000; }

#cancel-comment-reply-link:hover {
  text-decoration: underline; }

.login_alert {
  font-weight: bold;
  border: 1px solid #dddddd;
  background-color: #eeeeee; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }

.sidebar .headline,
.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-size: 21px;
  line-height: 30px; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-variant: small-caps;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.sidebar .input_submit {
  font-size: inherit; }

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd,
.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .center,
.sidebar .aligncenter,
.sidebar .block,
.sidebar .alignnone {
  margin-bottom: 19px; }

.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left {
  margin-right: 19px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .stack {
  margin-left: 19px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.wp-caption p,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

.widget,
.sidebar .text_box,
.sidebar .thesis_email_form,
.sidebar .query_box {
  margin-bottom: 38px; }

.sidebar .thesis_email_form .input_text,
.widget li {
  margin-bottom: 10px; }

.sidebar .search-form .input_text,
.sidebar .thesis_email_form .input_text {
  width: 100%; }

.sidebar .query_box .post_author,
.sidebar .query_box .post_date {
  color: #888888; }

.sidebar .post_content,
.widget li ul,
.widget li ol {
  margin-top: 10px; }

.widget ul {
  list-style-type: none; }

.widget li a:hover {
  text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 22px;
  text-align: right;
  color: #888888;
  border-top: 3px double #dddddd;
  padding: 13px 26px; }

.footer a {
  color: #888888; }

.footer a:hover {
  color: #111111; }

.landing .footer {
  text-align: center; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 897px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 617px; }

  .header {
    border-top: 1px solid #dddddd; }

  .landing .header {
    border-top: 0; }

  .columns > .content {
    float: none;
    width: 100%;
    border: 0; }

  .columns > .sidebar {
    float: none;
    width: 100%;
    border-top: 3px double #dddddd; }

  .menu_control {
    display: block;
    width: 100%;
    border-width: 0;
    background-color: white;
    padding: 1em 26px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .menu {
    display: none;
    width: 100%;
    border-width: 1px 0 0 0;
    clear: both; }

  .show_menu {
    display: block; }

  .menu .sub-menu {
    position: static;
    display: block;
    margin: 0;
    border-top: 1px solid #dddddd;
    padding-left: 26px; }

  .menu li {
    width: 100%;
    float: none;
    margin-bottom: 0; }

  .menu .sub-menu li {
    width: 100%; }

  .menu a {
    border-width: 1px 1px 0 0;
    background-color: white;
    padding: 1em 26px; }

  .menu .current-menu-item > a {
    background-color: #eeeeee; }

  .menu > li > a {
    border-left-width: 1px; }

  .menu li:first-child > a:first-child {
    border-top-width: 0; }

  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 50%; } }

@media all and (max-width: 617px) {
  .menu a {
    border-right-width: 0; }

  .menu > li > a {
    border-left-width: 0; }

  .post_box .frame,
  .post_box .post_image_box,
  .post_box .wp-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

@media all and (max-width: 450px) {
  .menu a,
  .menu_control {
    padding: 1em 13px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  .comment_form_title,
  .footer {
    padding-right: 13px;
    padding-left: 13px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 13px; }

  .comments_closed,
  .login_alert {
    margin-right: 13px;
    margin-left: 13px; }

  .comment_form_title {
    margin-left: -13px;
    margin-right: -13px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"] {
    float: none; }

  .grt .right,
  .grt .left,
  .post_box .alignright,
  .post_box .alignleft,
  .grt blockquote.right,
  .grt blockquote.left {
    margin-right: 0;
    margin-left: 0; }

  .post_author:after {
    content: '\a';
    height: 0;
    white-space: pre;
    display: block; }

  .grt blockquote.right,
  .grt blockquote.left,
  #commentform .input_text,
  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 100%; }

  .post_box blockquote {
    margin-left: 0; }

  .comment_date {
    display: none; } }

/*
 * ---:[ clearfix ]:---
 */
.columns:after,
.menu:after,
.post_box:after,
.post_content:after,
.author_description:after,
.sidebar:after,
.query_box:after,
.prev_next:after,
.comment_text:after,
.comment_nav:after {
  display: table;
  clear: both;
  content: ''; }

/*
 * ---:[ custom CSS ]:---
 */
span.m2g-menu-product-add-button-text.m2g-menu-product-add-button-text--long {
  color: black !important;
  font-family: "vista-slab", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600 !important; }

button.m2g-button.m2g-customer-register-button.m2g-button--fat.m2g-button--primary.m2g-form-element--full-width {
  font-family: "vista-slab", sans-serif !important;
  font-weight: 600 !important;
  color: black !important; }

button.m2g-product-editor-add-button.m2g-button.m2g-button--fat.m2g-button--primary {
  font-family: "vista-slab", sans-serif !important;
  font-weight: 600 !important;
  color: black !important; }

button.m2g-button.m2g-customer-register-button.m2g-button--fat.m2g-button--primary.m2g-form-element--full-width {
  font-family: "vista-slab", sans-serif !important;
  font-weight: 600 !important;
  color: black !important; }

button.m2g-button.m2g-customer-login-button.m2g-button--fat.m2g-button--primary.m2g-form-element--full-width {
  font-family: "vista-slab", sans-serif !important;
  font-weight: 600 !important; }

button.m2g-order-confirmation-footer-confirm-button.m2g-button.m2g-button--fat.m2g-button--primary {
  font-family: "vista-slab", sans-serif !important;
  font-weight: 600 !important; }

button.m2g-button.m2g-button--fat.m2g-button--primary.m2g-form-element--full-width {
  font-family: "vista-slab", sans-serif !important;
  font-weight: 600 !important;
  color: black !important; }

span.m2g-order-confirmation-confirm-button-text--unconfirmed {
  font-family: "vista-slab", sans-serif !important;
  font-weight: 600 !important;
  color: black !important; }

.m2g-page {
  font-family: "vista-slab", sans-serif !important;
  font-weight: 600 !important;
  color: black !important; }

.m2g-order-location-and-time-summary-location {
  color: black !important;
  font-family: "vista-slab", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600 !important; }

.m2g-order-checkout-button.m2g-button.m2g-button--primary.m2g-button--fat {
  color: black !important;
  font-family: "vista-slab", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600 !important; }

button.m2g-order-editor-footer-button.m2g-button.m2g-button--primary.m2g-button--fat {
  color: black !important;
  font-family: "vista-slab", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600 !important; }

span.m2g-menu-category-description.m2g-text--offset.m2g-custom-html {
  color: black !important;
  font-family: "vista-slab", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600 !important; }

span.m2g-icon.m2g-icon--chevron-left {
  color: black !important; }

span.m2g-icon.m2g-icon--chevron-right {
  color: black !important; }

span.m2g-page-header__title {
  font-family: "almaq-rough" !important;
  text-transform: uppercase;
  padding: 5px !important;
  text-align: center !important;
  font-size: 30px !important;
  color: black !important;
  padding-bottom: 10px !important; }

#m2g-view.m2g-view--desktop .m2g-order-sections .m2g-order-payment-checkout-button {
  margin-top: 0.5em !important;
  color: black !important;
  font-family: "vista-slab", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600 !important; }

#m2g-view .m2g-order-section {
  color: black !important;
  font-family: "vista-slab", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600 !important; }

button.m2g-order-payment-checkout-button.m2g-button.m2g-button--disabled.m2g-button--primary.m2g-button--fat.m2g-form-element--full-width {
  margin-top: 0.5em !important;
  color: black !important;
  font-family: "vista-slab", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600 !important; }

.m2g-customer.m2g-order-section {
  color: black !important;
  font-family: "vista-slab", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600 !important; }

#m2g-view.m2g-view--desktop .m2g-order-sections .m2g-order-section-title {
  opacity: 1 !important;
  font-weight: 600 !important;
  font-family: "vista-slab", sans-serif !important;
  color: black !important; }

span.m2g-menu-product-price {
  color: black !important;
  font-family: "vista-slab", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600 !important; }

span.m2g-menu-category-name {
  font-family: "almaq-rough" !important;
  text-transform: uppercase;
  padding: 5px !important;
  text-align: center !important;
  font-size: 30px !important; }

h3.m2g-h3.m2g-menu-category-name.m2g-title-text {
  font-family: "almaq-rough" !important;
  text-transform: uppercase;
  background-color: #ffef00 !important;
  padding: 5px !important;
  text-align: center !important;
  font-size: 40px !important; }

h2.m2g-menu-heading.m2g-h2 {
  font-family: "almaq-rough" !important;
  text-transform: uppercase;
  text-align: center !important;
  font-size: 50px !important;
  padding: 5px !important; }

h2.m2g-order-sections-heading.m2g-h2 {
  font-family: "almaq-rough" !important;
  text-transform: uppercase;
  text-align: center !important;
  font-size: 50px !important; }

span.m2g-menu-product-description.m2g-text--offset.m2g-custom-html {
  font-family: "vista-slab", sans-serif !important;
  color: black !important;
  font-weight: 600 !important; }

span.m2g-menu-product-name {
  font-family: "almaq-rough" !important;
  text-transform: uppercase;
  font-size: 20px !important; }

.m2g-external-modal.m2g-external-modal--modal-open {
  font-family: "vista-slab", sans-serif !important;
  color: black !important;
  font-weight: 600 !important; }

span.m2g-product-editor-add-button-text {
  color: black !important;
  font-weight: 600 !important;
  text-transform: uppercase; }

h2.m2g-order-sections-heading.m2g-h2 {
  padding-top: 0px !important; }

body {
  font-family: "vista-slab", sans-serif !important;
  background-color: white;
  color: #111111;
  font-size: 14px !important;
  line-height: 26px;
  padding-top: 0px;
  background: url("//eatrascal.com.au/rasc/wp-content/uploads/2019/11/08_1670x2800_02.jpg") top left repeat !important; }

body.page-id-56 {
  font-family: "vista-slab", sans-serif !important;
  background-color: white;
  color: #111111;
  font-size: 14px !important;
  line-height: 26px;
  padding-top: 0px;
  background: url("//eatrascal.com.au/rasc/wp-content/uploads/2019/11/08_1670x2800_02.jpg") top left repeat !important; }

body.page-id-82 {
  font-family: "vista-slab", sans-serif !important;
  background-color: white;
  color: #111111;
  font-size: 14px !important;
  line-height: 26px;
  padding-top: 0px;
  background: url("//eatrascal.com.au/rasc/wp-content/uploads/2019/11/08_1670x2800_02.jpg") top left repeat !important; }

body.page-id-59 {
  font-family: "vista-slab", sans-serif !important;
  background-color: white;
  color: #111111;
  font-size: 14px !important;
  line-height: 26px;
  padding-top: 0px;
  background: url("//eatrascal.com.au/rasc/wp-content/uploads/2019/11/08_1670x2800_02.jpg") top left repeat !important; }

.feature {
  background-color: yellow;
  padding: 20px; }

.feature-text2 {
  font-family: "almaq-rough";
  font-size: 25px !important;
  text-transform: uppercase; }

.feature p {
  margin-bottom: 5px; }

.feature-text {
  font-family: "almaq-rough";
  font-size: 40px !important;
  line-height: 1 !important;
  margin-bottom: 10px; }

.instagram-div .feature-text {
  font-family: "almaq-rough";
  font-size: 40px !important;
  line-height: 1 !important;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  color: black;
  clear: both; }

li::before {
  content: "" !important;
  padding-right: 0px !important; }

.instagram-pics.instagram-size-thumbnail img {
  float: left;
  margin-bottom: 10px !important;
  margin-left: 2% !important;
  margin-right: 2% !important;
  width: 46%; }

p a {
  color: black;
  text-decoration: underline; }

p {
  font-size: 15px !important;
  line-height: 1.5 !important; }

.pinterest-container li:before {
  content: none !important; }

#bookGrid {
  font-size: 13px; }

body div.roomTypesGadget div.searchTools {
  padding: 0.2em 0.5em; }

h2 {
  font-family: courier;
  margin-top: 20px;
  text-transform: uppercase; }

h1 {
  font-family: "museo-slab";
  font-size: 24px;
  font-weight: bold;
  line-height: 1; }

h6 {
  font-family: "industry-inc-inline", sans-serif;
  font-size: 40px;
  line-height: 1; }

.header {
  border-bottom: 0 double #dddddd;
  margin: 0 auto;
  padding: 26px;
  width: 1024px;
  padding-top: 0px; }

#header_width {
  height: 250px;
  width: 100%; }

.container,
.landing .container {
  max-width: 950px;
  width: auto; }

.post_box {
  padding-bottom: 0;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 56px !important; }

.logo {
  margin: 15px auto 10px;
  width: 345px; }

.top_link {
  width: 45%;
  margin-right: 2%;
  margin-left: 2%;
  display: inline-block; }

.top_link_end {
  width: 45%;
  margin-left: 3%;
  display: inline-block; }

.top_link img:hover {
  opacity: 0.7;
  filter: alpha(100);
    /*
   * For IE8 and earlier
   */ }

.top_link_end img:hover {
  opacity: 0.7;
  filter: alpha(100);
    /*
   * For IE8 and earlier
   */ }

.home_box img:hover {
  opacity: 0.7;
  filter: alpha(100);
    /*
   * For IE8 and earlier
   */ }

.home_box_end img:hover {
  opacity: 0.7;
  filter: alpha(100);
    /*
   * For IE8 and earlier
   */ }

ul#instagram li::before {
  content: none !important; }

.menu li {
  position: relative;
  float: none;
  margin-bottom: -1px;
  display: inline-block; }

.menu {
  border-style: solid;
  border-width: 0;
  list-style: outside none none;
  position: relative;
  text-align: center;
  z-index: 50;
  font-family: "almaq-refined" !important;
  line-height: 0px !important; }

.menu a,
.menu_control {
  background-color: transparent;
  border-style: none;
  border-width: 0;
  color: white;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1em;
  padding: 0.75em 1em;
  text-transform: uppercase;
  font-family: "almaq-refined" !important;
  text-align: center; }

.menu .current-menu-item > a {
  background-color: transparent;
  border-bottom-color: white;
  border-width: 0 !important;
  color: yellow;
  cursor: text;
  text-decoration: underline; }

.menus span {
  background-color: black;
  color: white;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "almaq-rough";
  font-size: 40px !important;
  line-height: 1.4; }

.menu a:hover {
  background-color: transparent;
  border-bottom-color: white;
  border-width: 0 !important;
  color: white;
  cursor: text;
  text-decoration: underline; }

.menu_control {
  display: none; }

ul#menu-new-main-menu {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  background-color: black;
  color: yellow; }

.container {
  background-color: white;
  border: 10px solid black;
  margin: -155px auto 50px;
  width: 900px !important; }

.headline_image {
  margin-bottom: 10px;
  margin-top: 10px; }

.headline_image img {
  margin: 0 auto;
  width: 280px; }

.dashed_line {
  border-bottom: 1px dashed black;
  margin-bottom: 5px; }

.post_content {
  margin: 0 auto;
  width: 750px !important;
  padding-bottom: 20px; }

.home_box {
  float: left;
  width: 31%;
  margin-right: 2%;
  margin-left: 15%; }

.home_box_end {
  width: 31%;
  margin-right: 2%; }

.footer {
  border-top: 0 double #dddddd !important;
  color: white;
  font-size: 13px;
  line-height: 22px;
  padding: 20px 26px;
  text-align: right;
  background-color: black; }

.footer .textwidget {
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0 !important; }

.widget,
.sidebar .text_box,
.sidebar .thesis_email_form,
.sidebar .query_box {
  margin-bottom: 0; }

.whats_on_bg {
  background-image: url("//theburwood.com.au/burw/images/whats_on_bg.jpg");
  background-size: cover !important;
  height: 100vh !important;
  width: 100% !important;
  background-attachment: fixed;
  position: fixed !important;
  top: 0;
  bottom: 0; }

.post_content .pinterest-container li a {
  text-align: center !important;
  text-decoration: none; }

#cq-pinterest-58 p {
  text-align: center !important; }

.pinterest-container li {
  background: transparent none repeat scroll 0 0;
  border: 0px solid black;
  border-radius: 0 !important;
  box-shadow: 0 0 0 transparent !important;
  display: none;
  list-style: outside none none !important;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px !important;
  margin-top: 0;
  padding: 0;
  width: 200px; }

.pinterest-container li img {
  margin: 0;
  padding: 0;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: -15px !important;
  border: 0px solid black; }

.textwidget img {
  margin: 0 auto; }

.grt ul,
.grt ol,
.grt .stack {
  margin-left: 0; }

.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
  background: white none repeat scroll 0 0 !important;
  color: white; }

.content_left {
  float: left;
  width: 65%; }

.content_left .post_content {
  width: 100% !important; }

.right_sidebar {
  border: 10px solid black;
  float: right;
  margin-bottom: 30px;
  margin-top: 60px;
  padding: 20px;
  width: 27%; }

.responsive-menu li::before {
  content: none !important;
  padding-right: 8px; }

.ent_widget_left {
  margin-left: 24%;
  width: 25%;
  float: left; }

.ent_widget_right {
  width: 25%;
  margin-right: 24%;
  float: right; }

.columns {
  margin: 0 auto;
  width: 850px !important; }

.widget_title {
  font-family: "almaq-rough", sans-serif !important;
  text-align: center;
  font-size: 24px !important;
  line-height: 1 !important;
  margin-bottom: 10px !important; }

.page-id-20 .right_sidebar .textwidget p {
  text-align: center;
  font-family: "ff-market-web", "museo-slab", sans-serif !important;
  font-size: 17pt !important;
  line-height: 1.2;
  margin-bottom: 15px; }

.page-id-24 .right {
  margin-left: 0 !important;
  margin-top: 0; }

.page-id-24 .right h2 {
  font-family: courier;
  font-size: 14px;
  font-weight: normal !important;
  line-height: 1.2;
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.post_box ul {
  list-style-type: none; }

.right li {
  line-height: 1.4 !important;
  font-size: 12px !important; }

li:before {
  content: "•";
    /*
   * Insert content that looks like bullets
   */
  padding-right: 8px; }

.page-id-24 .right p {
  line-height: 1.2;
  margin-bottom: 8px !important; }

.page-id-24 .right ul {
  line-height: 1.2;
  margin-bottom: 8px !important;
  font-size: 14px; }

.page-id-20 .right_sidebar .textwidget h2 {
  font-size: 20pt !important; }

.page-id-16 .right_sidebar .textwidget {
  text-align: center;
  font-family: "ff-market-web", "museo-slab", sans-serif !important;
  font-size: 16pt;
  line-height: 1.2; }

.page-id-16 .right_sidebar .textwidget h2 {
  font-size: 14pt; }

.left {
  float: left;
  width: 45%; }

.right {
  float: right;
  width: 39%;
  background-color: #efefef;
  padding: 3%;
  margin-top: 50px; }

.right > p {
  font-size: 12px !important; }

.alignnone.size-full.wp-image-1237 {
  background-color: black;
  padding: 20px; }

.menus a {
  background-color: black;
  color: white;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "almaq-rough";
  font-size: 40px;
  line-height: 1.4; }

.menus a:hover {
  background-color: yellow;
  color: black; }

.make-booking {
  margin-top: 30px; }

.make-booking a {
  background-color: black;
  color: white;
  padding: 10px 15px 5px 15px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "industry-inc-inline";
  font-size: 36px; }

.make-booking a:hover {
  background-color: #ebdfc2;
  color: black; }

.make-booking2 a {
  background-color: black;
  color: white;
  padding: 10px 15px 5px 15px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "industry-inc-inline";
  font-size: 24px; }

.make-booking2 a:hover {
  background-color: #ebdfc2;
  color: black; }

@media only screen and (max-width : 1200px) {
  .container {
    width: 90% !important; } }

@media only screen and (max-width : 1023px) {
  .header {
    padding: 26px 0;
    width: 100% !important; }

  #header_width {
    height: 330px; }

  .post_content {
    margin: 0 auto;
    width: 100% !important; }

  .logo {
    margin: 0 auto;
    width: 45%;
    margin-top: 15px; }

  .columns {
    width: 99% !important; } }

@media only screen and (max-width : 897px) {
  .menu {
    display: inline-block !important; }

  .fb_iframe_widget {
    display: inline-block;
    position: relative;
    margin-left: 20px; } }

@media only screen and (max-width : 600px) {
  .headline_image img {
    margin: 0 auto;
    width: 80%; }

  .logo {
    margin: 0 auto;
    width: 70%;
    margin-top: 30px; }

  .ent_widget_left {
    float: none !important;
    margin: 0 auto !important;
    width: 90% !important; }

  .ent_widget_right {
    float: none !important;
    margin: 0 auto !important;
    width: 90% !important; }

  .top_link {
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
    width: 96% !important; }

  .top_link_end {
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
    width: 96% !important; }

  h6 {
    font-family: "industry-inc-inline", sans-serif;
    font-size: 32px;
    line-height: 1; }

  .make-booking a {
    background-color: black;
    color: white;
    padding: 10px 15px 5px 15px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-family: "industry-inc-inline";
    font-size: 20px; }

  .columns {
    width: 90% !important;
    margin: 0 auto !important; }

  .content_left {
    float: left;
    width: 100% !important; }

  .right_sidebar {
    float: left;
    margin: 20px auto;
    padding: 1% !important;
    width: 90% !important; }

  .left {
    width: 100%; }

  .right {
    width: 95%; }

  .right_sidebar .textwidget img {
    margin: 0 auto;
    width: 70%; }

  .home_box {
    float: none;
    margin: 0 auto !important;
    width: 100% !important; }

  .home_box_end {
    float: none;
    margin: 0 auto !important;
    width: 100% !important; } }