/***
* RHD Dev: Compiled at 6:35:48 PM on 03-11-2019
***/

/*
 * RHD Metabar module stylesheet
 */
body,
button,
input,
select,
textarea {
  color: #4a4a4a;
  font-family: $ff_body;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: bold;
  margin: 1.5em 0;
}
p {
  margin-bottom: 1.6em;
}
b,
strong {
  font-weight: bold $bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51,51,51,0.7);
  color: #656c7a;
  color: rgba(51,51,51,0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
  text-indent: 0;
}
blockquote p {
  margin-bottom: 1.6667em;
}
blockquote > plast-child {
  margin-bottom: 0;
}
blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: $ff_body;
  line-height: 1.6;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: bold $fw_bold;
}
address {
  font-style: italic;
  margin: 0 0 1.6em;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  background-color: transparent;
  background-color: rgba(0,0,0,0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51,51,51,0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51,51,51,0.1);
  cursor: help;
}
mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
hr {
  background-color: #eaeaea;
  background-color: rgba(51,51,51,0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}
ul,
ol {
  margin: 0 0 1.6em 1.3333em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 1.6em;
}
dt {
  font-weight: bold $fw_bold;
}
dd {
  margin-bottom: 1.6em;
}
table,
th,
td {
  border: 1px solid #656c7a;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed /* Prevents HTML tables from becoming too wide */;
  width: 100%;
}
caption,
th,
td {
  font-weight: bold $fw_normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: bold 700;
}
td {
  border-width: 0 1px 1px 0;
}
th td {
  padding: 0.4em;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
figure {
  margin: 0;
}
del {
  opacity: 0.8;
}
button,
input,
textarea {
  background-color: #ebebeb;
  border-radius: 0;
  font-size: 1em;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
button,
input {
  line-height: normal;
}
input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255,255,255,0) rgba(255,255,255,0)) /* Removing the inner shadow on iOS inputs */;
  border: 1px solid #edcfc2;
  color: #4a4a4a;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #eaede5;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: 0.5;
}
button[type="button"],
input[type="button"],
button[type="reset"],
input[type="reset"],
button[type="submit"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  font-family: $ff_body;
  font-weight: bold;
  padding: 0.75em 1.5em;
  text-transform: uppercase;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #edcfc2;
  color: #ebebeb;
  outline: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"] {
-webkit-search-cancel-button
-webkit-search-decoration
  -webkit-appearance: none;
}
button-moz-focus-inner,
input-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 0.75em;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: 0;
}
.post-password-form {
  position: relative;
}
.post-password-form label {
  color: #707070;
  color: rgba(51,51,51,0.7);
  display: block;
  font-family: $ff_body;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}
.post-password-form input[type="submit"] {
  padding: 0.7917em;
  position: absolute;
  right: 0;
  bottom: 0;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
  padding: 0;
}
.unselectable {
  -webkit-user-select: none /* Chrome/Safari */;
  -moz-user-select: none /* Firefox */;
  -ms-user-select: none /* IE10+ */;
  -o-user-select: none;
  user-select: none;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96% /* Image does not overflow the content area */;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-textfocus {
  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: 0.875rem;
  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. */;
}
.gallery {
  width: 100%;
  margin-bottom: 1.6em;
}
.gallery-item {
  max-width: 33.33%;
  display: inline-block;
  padding: 1.79104477%;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item img {
  max-width: 100%;
  height: auto;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.sticky {
  position: initial;
}
@media screen and (min-width: 57em) {
  .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%;
  }
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden,
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.clearfix:before,
.clearfix:after {
  content: " " /* 1 */;
  display: table /* 2 */;
}
.clearfix:after {
  clear: both;
}
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print {
  *,
  *before,
  *after {
    background: transparent !important;
    color: #000 !important /* Black prints faster
                                   http://www.sanbeiji.com/archives/953 */;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  avisited {
    text-decoration: underline;
  }
  a[href]after {
    content: " (" attr(href) ")";
  }
  abbr[title]after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]after,
  a[href^="javascript"]after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.aligncenter {
  text-align: center;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.alignjustify {
  text-align: justify;
}
#hamburger {
  background: none;
}
#hamburger span {
  background-color: #fff;
}
#hamburger span::before,
#hamburger span::after {
  background-color: #fff;
}
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 54px;
  height: 54px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 24.75px;
  left: 10.125px;
  right: 10.125px;
  height: 4.5px;
  background: #fff;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4.5px;
  background-color: #fff;
  content: "";
}
.c-hamburger span::before {
  top: -11.25px;
}
.c-hamburger span::after {
  bottom: -11.25px;
}
.c-hamburger--rot {
  background-color: #28aadc;
}
.c-hamburger--rot span {
  transition: transform 0.3s;
}
.c-hamburger--rot.is-active {
  background-color: #1d89b3;
}
.c-hamburger--rot.is-active span {
  transform: rotate(90deg);
}
.c-hamburger--htx {
  background-color: #ff3264;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
.c-hamburger--htx.is-active {
  background-color: #f4003c;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
.c-hamburger--htla {
  background-color: #32dc64;
}
.c-hamburger--htla span {
  transition: transform 0.3s;
}
.c-hamburger--htla span::before {
  transform-origin: top right;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}
.c-hamburger--htla span::after {
  transform-origin: bottom right;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}
.c-hamburger--htla.is-active {
  background-color: #20b94d;
}
.c-hamburger--htla.is-active span {
  transform: rotate(180deg);
}
.c-hamburger--htla.is-active span::before,
.c-hamburger--htla.is-active span::after {
  width: 50%;
}
.c-hamburger--htla.is-active span::before {
  top: 0;
  transform: translateX(21.375px) translateY(2.25px) rotate(45deg);
}
.c-hamburger--htla.is-active span::after {
  bottom: 0;
  transform: translateX(21.375px) translateY(-2.25px) rotate(-45deg);
}
.c-hamburger--htra {
  background-color: #ff9650;
}
.c-hamburger--htra span {
  transition: transform 0.3s;
}
.c-hamburger--htra span::before {
  transform-origin: top left;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}
.c-hamburger--htra span::after {
  transform-origin: bottom left;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}
.c-hamburger--htra.is-active {
  background-color: #ff6e0d;
}
.c-hamburger--htra.is-active span {
  transform: rotate(180deg);
}
.c-hamburger--htra.is-active span::before,
.c-hamburger--htra.is-active span::after {
  width: 50%;
}
.c-hamburger--htra.is-active span::before {
  top: 0;
  transform: translateX(-4.5px) translateY(2.25px) rotate(-45deg);
}
.c-hamburger--htra.is-active span::after {
  bottom: 0;
  transform: translateX(-4.5px) translateY(-2.25px) rotate(45deg);
}
.ghost-button-container {
  width: auto;
  max-width: 100%;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.ghost-button-container.gb-align-center {
  margin-right: auto;
  margin-left: auto;
}
.ghost-button-container.gb-align-right {
  float: right;
}
.ghost-button-container.gb-align-left {
  float: left;
}
.ghost-button-container .ghost-button,
.ghost-button-container .ghost-button-alt {
  padding: 0.4em 0.8em;
  text-decoration: none;
  background: #edcfc2;
  border: none;
  display: inline-block;
  transition: all 0.25s ease;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ghost-button-container .ghost-button:hover,
.ghost-button-container .ghost-button-alt:hover,
.ghost-button-container .ghost-button:active,
.ghost-button-container .ghost-button-alt:active {
  text-decoration: none;
}
.ghost-button-container .ghost-button.filled,
.ghost-button-container .ghost-button-alt.filled {
  color: #ebebeb;
}
.ghost-button-container .ghost-button {
  color: #fff;
}
.ghost-button-container .ghost-button:hover,
.ghost-button-container .ghost-button:active {
  background-color: #f1d9ce;
}
.ghost-button-container .ghost-button-alt {
  color: #eaede5;
}
.ghost-button-container .ghost-button-alt:hover,
.ghost-button-container .ghost-button-alt:active {
  background-color: #eaede5;
}
.ghost-button-container .ghost-button-alt.filled {
  background-color: #eaede5;
}
.ghost-button-container .ghost-button-alt.filled:hover,
.ghost-button-container .ghost-button-alt.filled:active {
  background-color: #edcfc2;
}
#mobile-search-dropdown.header-search {
  height: 3rem;
}
#mobile-search-dropdown.header-search .navbar-search {
  width: 75%;
  height: 75%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3em;
}
#mobile-search-dropdown.header-search .navbar-search .search-form .search-field {
  width: 130%;
  padding: 0.5em 2.3em 0.4em 0.5em;
  border: 2px solid #edcfc2;
}
#mobile-search-dropdown.header-search .navbar-search .search-form .search-field:focus {
  border-color: #ebc7a3;
}
#mobile-search-dropdown.header-search .navbar-search .search-form .search-submit {
  display: block;
}
.header-search {
  width: 100%;
  position: relative;
  margin-bottom: 0.75em;
}
.header-search.active {
  height: 3rem;
}
.header-search.active .navbar-search {
  width: 75%;
  height: 75%;
  right: 3em;
}
.header-search .navbar-search {
  z-index: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-search .navbar-search.animated {
  width: 0;
}
.header-search .navbar-search.animated .search-form .search-field {
  width: 0;
  padding: 0;
}
.header-search .navbar-search.animated .search-form .search-field.is-active {
  width: 130%;
  padding: 0.5em 2.3em 0.4em 0.5em;
}
.header-search .navbar-search.animated .search-form .search-submit {
  display: none;
}
.header-search .navbar-search.animated .search-form .search-submit.is-active {
  display: block;
}
.header-search .navbar-search .search-form,
.header-search .navbar-search div,
.header-search .navbar-search input {
  height: 100%;
}
.header-search .navbar-search input {
  background-color: transparent;
  border: none;
}
.header-search .navbar-search .search-form .search-field {
  width: 130%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1em;
  border-color: #eaede5;
  padding: 0.5em 2.3em 0.5em 0.5em;
  background: #fff;
  right: -0.35em;
  font-family: 'IM Fell French Canon', serif;
  font-weight: 400;
  transition: all 0.5s ease;
}
.header-search .navbar-search .search-form .search-field::-webkit-input-placeholder {
  font-family: 'IM Fell French Canon', serif;
  color: #656c7a;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-weight: normal;
  text-transform: normal;
}
.header-search .navbar-search .search-form .search-field:-moz-placeholder {
  font-family: 'IM Fell French Canon', serif;
  color: #656c7a;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-weight: normal;
  text-transform: normal;
}
.header-search .navbar-search .search-form .search-field::-moz-placeholder {
  font-family: 'IM Fell French Canon', serif;
  color: #656c7a;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-weight: normal;
  text-transform: normal;
}
.header-search .navbar-search .search-form .search-field:-ms-input-placeholder {
  font-family: 'IM Fell French Canon', serif;
  color: #656c7a;
  font-weight: normal;
  text-transform: normal;
}
.header-search .navbar-search .search-form .search-submit {
  width: 1.5rem;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  background: url("//www.shrimpsaladcircus.com/wp-content/themes/rhd-shrimp-salad-circus/assets/img/search.png") no-repeat center;
  background-size: 90% auto;
  transition: all 0.5s ease;
}
.header-search .navbar-search .close-search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.7em;
  font-weight: 300;
  color: #656c7a;
  font-size: 1.1em;
  display: none;
  text-decoration: none;
  transform: all 0.25s ease;
}
.header-search .navbar-search .close-search:hover,
.header-search .navbar-search .close-search:active {
  text-decoration: none;
}
.header-search .navbar-search .close-search.is-active {
  display: inline-block;
}
@media screen and (min-width: 800px) {
  #header-search-navbar {
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 3em;
    margin-bottom: 0;
  }
  #header-search-navbar .navbar-search {
    width: 100%;
    height: 2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
