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

/* ==========================================================================
	Includes
   ========================================================================== */
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,
#site-title,
#comments #commentform label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.clearfix:before,
#mobile-nav-widgets .widget_search .search-form:before,
.entry-footer .entry-footer-actions:before,
.site-content article:before,
.rhd-pagination:before,
.navbar-wrapper #navbar .navbar-inner .nav-dropdown:before,
#main:before,
#before-footer .footer-navigation:before,
#footer:before,
.clearfix:after,
#mobile-nav-widgets .widget_search .search-form:after,
.entry-footer .entry-footer-actions:after,
.site-content article:after,
.rhd-pagination:after,
.navbar-wrapper #navbar .navbar-inner .nav-dropdown:after,
#main:after,
#before-footer .footer-navigation:after,
#footer:after {
  content: " " /* 1 */;
  display: table /* 2 */;
}
.clearfix:after,
#mobile-nav-widgets .widget_search .search-form:after,
.entry-footer .entry-footer-actions:after,
.site-content article:after,
.rhd-pagination:after,
.navbar-wrapper #navbar .navbar-inner .nav-dropdown:after,
#main:after,
#before-footer .footer-navigation:after,
#footer: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,
.rhd-load-more .rhd-load-more-button,
.rhd-load-more-no-more,
#comments #commentform #submit,
.front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-fc-read-more {
  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,
.rhd-load-more .rhd-load-more-button:hover,
.rhd-load-more-no-more:hover,
#comments #commentform #submit:hover,
.front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-fc-read-more:hover,
.ghost-button-container .ghost-button:active,
.ghost-button-container .ghost-button-alt:active,
.rhd-load-more .rhd-load-more-button:active,
.rhd-load-more-no-more:active,
#comments #commentform #submit:active,
.front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-fc-read-more:active {
  text-decoration: none;
}
.ghost-button-container .ghost-button.filled,
.ghost-button-container .ghost-button-alt.filled,
.rhd-load-more .rhd-load-more-button.filled,
.rhd-load-more-no-more.filled,
#comments #commentform #submit.filled,
.front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-fc-read-more.filled {
  color: #ebebeb;
}
.ghost-button-container .ghost-button,
.rhd-load-more .rhd-load-more-button,
.rhd-load-more-no-more,
#comments #commentform #submit,
.front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-fc-read-more {
  color: #fff;
}
.ghost-button-container .ghost-button:hover,
.rhd-load-more .rhd-load-more-button:hover,
.rhd-load-more-no-more:hover,
#comments #commentform #submit:hover,
.front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-fc-read-more:hover,
.ghost-button-container .ghost-button:active,
.rhd-load-more .rhd-load-more-button:active,
.rhd-load-more-no-more:active,
#comments #commentform #submit:active,
.front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-fc-read-more: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;
}
/* ==========================================================================
	Main Styles
   ========================================================================== */
html,
body,
#page,
#main {
  min-height: 100%;
}
html,
body {
  text-shadow: 0 0 1px transparent;
  width: 100%;
  font-size: 16px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #4a4a4a;
  background: #ebebeb;
}
body.admin-bar #wpadminbar {
  position: fixed;
  top: 0;
}
a {
  outline: 0 !important;
  transition: color 0.25s ease;
  color: #a4beba;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
input,
textarea {
  background-color: #ebebeb;
  border: 2px solid #edcfc2;
  box-sizing: border-box;
  padding: 0.5em;
  font-family: 'Roboto', sans-serif;
  outline: 0 !important;
  transition: all 0.25s;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  color: #808080;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-weight: normal;
  text-transform: normal;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  color: #808080;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-weight: normal;
  text-transform: normal;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  color: #808080;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-weight: normal;
  text-transform: normal;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  color: #808080;
  font-weight: normal;
  text-transform: normal;
}
input:focus,
textarea:focus {
  border-color: #f5f5f5;
}
input[type="submit"] {
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  transition: all 0.25s;
}
input[type="submit"]:hover {
  background-color: #808080;
}
#page {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
#header {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.navbar-wrapper {
  width: 100%;
  height: 3rem;
  position: relative;
}
.navbar-wrapper #navbar {
  width: 100%;
  height: 3rem;
  display: block;
  position: relative;
  background: #a4beba;
  color: #656c7a;
  z-index: 999;
}
.navbar-wrapper #navbar .navbar-inner {
  height: 3rem;
  margin: 0;
}
.navbar-wrapper #navbar .nav-dropdown {
  background: #fff;
  position: absolute;
  top: 3rem;
  left: 0;
  display: none;
  border-bottom: 2px solid #edcfc2;
}
.navbar-wrapper #navbar .nav-dropdown .site-title {
  margin-top: 1em;
  display: block;
}
.navbar-wrapper #navbar.stuck {
  position: fixed;
  left: 0;
  top: 0;
}
.navbar-wrapper .mobile-social-navbar {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-wrapper .mobile-social-navbar .widget-rhd-social-icons {
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.navbar-wrapper .mobile-social-navbar .widget-rhd-social-icons .rhd-social-icons {
  width: auto;
  max-width: 100%;
  position: relative;
}
.navbar-wrapper .mobile-social-navbar .widget-rhd-social-icons .rhd-social-icons .rhd-social-icon {
  width: 13%;
}
#masthead {
  width: 100%;
  position: relative;
}
#masthead .logo-header {
  width: 60%;
  max-width: 1080px;
  position: relative;
  margin: 0.75em auto 0 auto;
  display: block;
  padding: 1.5em 0;
}
#masthead .logo-header .mobile-only {
  display: block;
}
#masthead .logo-header .desktop-only {
  display: none;
}
.site-title {
  text-align: center;
}
#site-navigation-container {
  width: 100vw;
  text-align: center;
  z-index: 999;
}
#site-navigation-container #site-navigation {
  list-style: none;
  padding-left: 0;
  margin: 0.75em 0;
}
#site-navigation-container #site-navigation .menu-item {
  display: block;
  font-size: 1.1em;
  line-height: 1.8;
}
#site-navigation-container #site-navigation .menu-item.search-trigger {
  display: none;
}
#site-navigation-container #site-navigation .menu-item a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-navigation li a {
  color: #4a4a4a;
  text-decoration: none;
  transition: color 0.25s;
  text-transform: uppercase;
  font-weight: 300;
}
.site-navigation li a:hover,
.site-navigation li a:active {
  color: #eaede5;
}
#mobile-nav-widgets .widget_search {
  width: 93%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto 1.5em auto;
}
#mobile-nav-widgets .widget_search .search-form {
  width: 80%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto 0 auto;
  position: relative;
}
#mobile-nav-widgets .widget_search .search-form .search-field {
  width: 87%;
}
#mobile-nav-widgets .widget_search .search-form .search-field::-webkit-input-placeholder {
  font-family: 'IM Fell French Canon', serif;
  color: #656c7a;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  font-weight: normal;
  text-transform: normal;
}
#mobile-nav-widgets .widget_search .search-form .search-field:-moz-placeholder {
  font-family: 'IM Fell French Canon', serif;
  color: #656c7a;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  font-weight: normal;
  text-transform: normal;
}
#mobile-nav-widgets .widget_search .search-form .search-field::-moz-placeholder {
  font-family: 'IM Fell French Canon', serif;
  color: #656c7a;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  font-weight: normal;
  text-transform: normal;
}
#mobile-nav-widgets .widget_search .search-form .search-field:-ms-input-placeholder {
  font-family: 'IM Fell French Canon', serif;
  color: #656c7a;
  font-weight: normal;
  text-transform: normal;
}
#mobile-nav-widgets .widget_search .search-form .search-submit {
  width: 1.5rem;
  height: 2.5rem;
  float: right;
  background: url("//www.shrimpsaladcircus.com/wp-content/themes/rhd-shrimp-salad-circus/assets/img/search.png") no-repeat center 6px;
  background-size: contain;
  border: none;
  position: relative;
  right: 5px;
}
#hamburger {
  left: 0.75em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main {
  width: 93%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto 3em auto;
  box-sizing: border-box;
}
#main input,
#main textarea {
  max-width: 100%;
  font-family: 'Roboto', sans-serif;
}
#primary,
#secondary {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#primary {
  margin-top: 1.5em;
}
.sidebar-sep {
  width: 100%;
  height: 25px;
  margin: 0.375em 0;
  overflow: visible;
  position: relative;
}
.sidebar-sep img {
  width: 100vw;
  max-width: none;
  height: auto;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#before-footer {
  width: 100%;
  background: #fff;
}
#before-footer > div {
  width: 100%;
}
#before-footer .section-title {
  text-transform: uppercase;
  margin-top: 0;
}
#before-footer .featured-links {
  width: 93%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 1.5em 0;
}
#before-footer .featured-links .section-title {
  margin-bottom: 1.5em;
}
#before-footer .featured-links .term-grid .post-grid-item {
  max-width: 49%;
}
#before-footer .footer-navigation {
  padding: 1.5em 0;
}
#before-footer .footer-navigation .logo-footer-container {
  width: 35%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto 0.75em auto;
}
#before-footer .footer-navigation .logo-footer-container .logo-footer {
  width: 100%;
  height: auto;
  display: block;
}
#before-footer .footer-navigation .menu-tertiary-menu-container {
  width: 93%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto 0 auto;
}
#before-footer .footer-navigation .menu-tertiary-menu-container .menu {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.8;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
#before-footer .footer-navigation .menu-tertiary-menu-container .menu .menu-item a {
  color: #4a4a4a;
  text-decoration: none;
}
#before-footer .footer-navigation .menu-tertiary-menu-container .menu .menu-item a:hover,
#before-footer .footer-navigation .menu-tertiary-menu-container .menu .menu-item a:active {
  color: #656c7a;
}
#footer {
  width: 100%;
  position: relative;
  padding: 1.5em 0 3em;
  background: #d0c9c7;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 0.8em;
}
#footer a {
  color: inherit;
}
#footer a:hover,
#footer a:active {
  text-decoration: underline;
}
#footer .colophon {
  padding: 1em 0;
  text-align: center;
  padding-bottom: 0.375em;
}
#footer .colophon p {
  margin: 0;
}
#footer .colophon .footer-info-item {
  display: block;
}
#footer .colophon .sep {
  display: none;
}
#footer .rhd-fixed-modules .fixed-module {
  display: none;
}
#footer .footer-social .rhd-social-icons {
  width: 70%;
  max-width: 1080px;
  position: relative;
  margin: 0.75em auto 0.75em auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .footer-social .rhd-social-icons article,
#footer .footer-social .rhd-social-icons div,
#footer .footer-social .rhd-social-icons li {
  display: inline-block;
}
#footer .footer-social .rhd-social-icons .rhd-social-icon {
  width: 16.6665%;
}
/* ==========================================================================
	Posts & Pages
   ========================================================================== */
.entry-title,
.page-title,
#secondary .widget .widget-title {
  margin-top: 0;
  line-height: 1;
}
.page-title,
.archive-title,
.section-title,
.entry-title,
.widget-title,
#secondary .widget .widget-title {
  font-family: 'IM Fell French Canon', serif;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
}
.page-title,
.archive-title,
.entry-title,
.widget-title,
#secondary .widget .widget-title {
  font-size: 1.8em;
}
.section-title {
  font-size: 1.6em;
}
.archive-title {
  margin: 0 0 0.25rem 0;
  padding: 0.1875em 0.375em;
  background-color: #edcfc2;
  line-height: 1.2;
  transition: background-color 0.15s ease;
  margin-bottom: 0.75em;
}
.entry-title,
#secondary .widget .widget-title {
  font-family: 'IM Fell French Canon', serif;
  font-weight: normal;
  letter-spacing: 1px;
}
.entry-content,
.entry-summary {
  line-height: 1.6;
  font-size: 18px;
}
.entry-content p,
.entry-summary p {
  margin: 0;
}
#content h1,
#content h2 {
  line-height: 1.1;
  font-family: 'IM Fell French Canon', serif;
  font-weight: normal;
  letter-spacing: 1px;
}
#content h3,
#content h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#content h3 {
  font-size: 2em;
}
#content h4 {
  font-size: 1.5em;
}
.entry-content {
  width: 100%;
}
.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content p {
  margin: 1.5em auto;
  text-indent: 0;
}
.entry-content p[style*="text-align: center"] {
  text-indent: 0;
}
.entry-content p:first-child {
  margin-top: 0;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content ul {
  padding-left: 1em;
}
.entry-content blockquote {
  width: 95%;
  max-width: 1080px;
  position: relative;
  margin: 1.5em auto 1.5em auto;
  border: 3px solid #a4beba;
  padding: 1.5em;
  font-size: 1.1em;
  line-height: 1.4;
}
.entry-content img,
.entry-content iframe,
.entry-content a img,
#comments a img {
  max-width: 100%;
}
.entry-content img,
.entry-content a img,
#comments a img {
  display: block;
  width: 100%;
  max-width: 1080px;
  position: relative;
  margin: 0.375em auto 0.375em auto;
}
.entry-content img.alignleft,
.entry-content a img.alignleft,
#comments a img.alignleft,
.entry-content img.alignright,
.entry-content a img.alignright,
#comments a img.alignright {
  float: none;
}
.entry-content p a,
#comments p a,
.entry-content h1 a,
#comments h1 a,
.entry-content h2 a,
#comments h2 a,
.entry-content h3 a,
#comments h3 a,
.entry-content h4 a,
#comments h4 a,
.entry-content h5 a,
#comments h5 a,
.entry-content h6 a,
#comments h6 a {
  background-image: linear-gradient(180deg, transparent 0, #ebc7a3 0);
  background-position: 0 0.9em;
  background-repeat: no-repeat;
  transition: background-position 0.08s ease-out;
  box-shadow: none;
  padding: 0 0.1875em;
  text-decoration: none;
  color: #4a4a4a;
}
.entry-content p a:hover,
#comments p a:hover,
.entry-content h1 a:hover,
#comments h1 a:hover,
.entry-content h2 a:hover,
#comments h2 a:hover,
.entry-content h3 a:hover,
#comments h3 a:hover,
.entry-content h4 a:hover,
#comments h4 a:hover,
.entry-content h5 a:hover,
#comments h5 a:hover,
.entry-content h6 a:hover,
#comments h6 a:hover,
.entry-content p a:active,
#comments p a:active,
.entry-content h1 a:active,
#comments h1 a:active,
.entry-content h2 a:active,
#comments h2 a:active,
.entry-content h3 a:active,
#comments h3 a:active,
.entry-content h4 a:active,
#comments h4 a:active,
.entry-content h5 a:active,
#comments h5 a:active,
.entry-content h6 a:active,
#comments h6 a:active {
  background-position: 0;
  background-image: linear-gradient(180deg, transparent 0, rgba(198,95,0,0.35) 0);
}
.entry-content .pinit-button,
#comments .pinit-button {
  background-image: none !important;
}
.entry-footer .entry-footer-actions {
  height: 3.75rem;
  margin: 1.5em auto;
  position: relative;
  background-image: url("../img/longline.png"), url("../img/longline.png");
  background-position: center top, center bottom;
  background-size: 100% 1.5em;
  background-repeat: no-repeat;
}
.entry-footer .entry-footer-actions .entry-comments-popup {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.entry-footer .entry-footer-actions .entry-comments-popup a {
  color: #4a4a4a;
  text-decoration: none;
  transition: color 0.15s ease;
}
.entry-footer .entry-footer-actions .entry-comments-popup a:hover,
.entry-footer .entry-footer-actions .entry-comments-popup a:active {
  color: #a4beba;
}
.entry-footer .entry-footer-actions .entry-social-shares,
.entry-footer .entry-footer-actions .entry-footer-separator {
  display: none;
}
.entry-footer .entry-footer-actions .entry-comments-popup {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
  text-align: center;
}
.entry-footer p {
  margin: 0;
}
.page .site-content article .entry-header .entry-title,
.single .site-content article .entry-header .entry-title,
.archive .site-content article .entry-header .entry-title {
  margin: 0 0 0.25rem 0;
  padding: 0.1875em 0.375em;
  background-color: #edcfc2;
  line-height: 1.2;
  transition: background-color 0.15s ease;
  margin: 0;
}
.page #content {
  padding: 0.75em;
  background: #fff;
}
.page #content .rhd-pagination {
  margin-bottom: 0;
}
.single #content .type-post {
  padding: 0.75em;
  background: #fff;
}
.single #content article .entry-header {
  margin-bottom: 0;
}
.single #content article .entry-header .entry-details {
  font-size: 1.1em;
  margin: 0.75em 0;
}
.single #content article .entry-header .entry-details .separator {
  width: auto;
  height: 1.5em;
  display: inline-block;
  margin: 0;
}
.single #content article .entry-header .entry-details a {
  color: #4a4a4a;
}
.site-content article {
  width: 100%;
  margin-bottom: 0.75em;
}
.site-content article:last-child {
  margin-bottom: 0;
}
.site-content article .entry-header {
  text-align: center;
  margin-bottom: 1em;
}
.site-content article .entry-header a:hover,
.site-content article .entry-header a:active {
  color: #edcfc2;
  text-decoration: none;
}
.site-content article .entry-header .entry-title a,
.site-content article .entry-header .page-title a,
.site-content article .entry-header .section-title a {
  color: inherit;
}
.site-content article .entry-header .entry-title a:hover,
.site-content article .entry-header .page-title a:hover,
.site-content article .entry-header .section-title a:hover,
.site-content article .entry-header .entry-title a:active,
.site-content article .entry-header .page-title a:active,
.site-content article .entry-header .section-title a:active {
  color: inherit;
}
.site-content article .entry-header .entry-details {
  margin: 0;
  font-size: 1em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-content article .entry-header .entry-details .sep {
  font-size: 1.1em;
}
.page .site-content article .page-title {
  margin: 0 0 0.25rem 0;
  padding: 0.1875em 0.375em;
  background-color: #edcfc2;
  line-height: 1.2;
  transition: background-color 0.15s ease;
}
.blog .site-content article,
.archive .site-content article,
.search .site-content article {
  padding: 0.75em;
  background: #fff;
}
.blog .site-content article .entry-header,
.archive .site-content article .entry-header,
.search .site-content article .entry-header {
  text-align: center;
  margin-bottom: 1em;
}
.blog .site-content article .entry-header .entry-title,
.archive .site-content article .entry-header .entry-title,
.search .site-content article .entry-header .entry-title {
  margin: 0 0 0.25rem 0;
  padding: 0.1875em 0.375em;
  background-color: #edcfc2;
  line-height: 1.2;
  transition: background-color 0.15s ease;
}
.blog .site-content article .entry-thumbnail,
.archive .site-content article .entry-thumbnail,
.search .site-content article .entry-thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 0.75em;
}
.blog .site-content article .entry-thumbnail img,
.archive .site-content article .entry-thumbnail img,
.search .site-content article .entry-thumbnail img {
  width: 100%;
  height: auto;
}
.mp-category .site-content .archive-title {
  margin-bottom: 0;
}
.mp-category .site-content .shop-subtitle {
  text-align: left;
  font-size: 1rem;
  line-height: 1;
  font-family: 'IM Fell French Canon', serif;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0 0 0.25rem 0;
  padding: 0.1875em 0.375em;
  background-color: #a4beba;
  line-height: 1.2;
  transition: background-color 0.15s ease;
  margin-bottom: 0.75em;
}
.mp-category .site-content .shop-subtitle a {
  color: #fff;
  font-size: 0.8em;
}
.rhd-read-more {
  width: 170px;
  height: 70px;
  margin: 0.375em auto 0;
  font-size: 1.1em;
  position: relative;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4a4a4a;
  display: block;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  transition: opacity 0.25s ease;
}
.rhd-read-more:hover,
.rhd-read-more:active {
  text-decoration: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.rhd-read-more img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rhd-read-more span {
  width: 100%;
  position: absolute;
  top: 50%;
  right: 51%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  display: block;
}
.rhd-load-more {
  text-align: center;
}
.rhd-load-more .rhd-load-more-button {
  margin: 1.5em 0;
}
.rhd-load-more-no-more {
  cursor: default;
  background-color: #f2dbd1;
  color: #656c7a;
}
.rhd-load-more-no-more:hover,
.rhd-load-more-no-more:active {
  background-color: #f2dbd1;
  color: #656c7a;
}
.pleaseunhideme {
  display: none;
  margin: 0;
  padding: 0;
}
.rhd-pagination {
  margin: 1em auto;
  font-size: 1.1em;
}
.rhd-pagination .pag-link {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: block;
}
.rhd-pagination .pag-link a {
  color: #656c7a;
  text-decoration: none;
}
.rhd-pagination .pag-link a:hover,
.rhd-pagination .pag-link a:active {
  color: #4a4a4a;
}
.rhd-pagination .pag-next {
  float: right;
  background-image: url("../img/slashback-three.png");
  background-position: center right;
}
.rhd-pagination .pag-next a {
  padding-right: 2.2em;
}
.rhd-pagination .pag-prev {
  float: left;
  background-image: url("../img/slashforward-three.png");
  background-position: center left;
}
.rhd-pagination .pag-prev a {
  padding-left: 2.3em;
}
/* ==========================================================================
	Post Grids + Term Grids
   ========================================================================== */
.post-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-grid article,
.post-grid div,
.post-grid li {
  display: inline-block;
}
.post-grid .post-grid-item {
  max-width: 100%;
  display: inline-block;
}
.post-grid .post-grid-item .entry-thumbnail {
  width: 100%;
  margin: 0;
  position: relative;
}
.post-grid .post-grid-item .entry-thumbnail a {
  position: relative;
  display: block;
}
.post-grid .post-grid-item .entry-thumbnail img {
  width: 100%;
  height: auto;
}
.post-grid .post-grid-item .entry-thumbnail .entry-header {
  width: 100%;
  position: relative;
  margin: 0;
}
.post-grid .post-grid-item .entry-thumbnail .entry-header .entry-title {
  font-size: 1em;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  padding: 0;
}
.post-grid .post-grid-item .entry-thumbnail .entry-header .entry-title a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.5625em 0.75em;
  color: inherit;
  text-decoration: none;
}
.post-grid .post-grid-item .entry-thumbnail .entry-header .entry-title a:hover,
.post-grid .post-grid-item .entry-thumbnail .entry-header .entry-title a:active {
  color: inherit;
}
.post-grid .post-grid-item .entry-thumbnail .entry-header .entry-details {
  font-size: 0.9em;
}
.post-grid.packery .post-grid-item .entry-thumbnail {
  margin-bottom: 0;
}
.post-grid.packery .post-grid-item .entry-thumbnail img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 0.25s ease;
}
.post-grid.packery .post-grid-item .entry-thumbnail .entry-title {
  background-color: #ebc7a3;
}
.post-grid.packery .post-grid-item .entry-thumbnail:hover img,
.post-grid.packery .post-grid-item .entry-thumbnail:active img {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.post-grid.packery .post-grid-item .entry-thumbnail:hover .entry-title,
.post-grid.packery .post-grid-item .entry-thumbnail:active .entry-title {
  background-color: #efd2b5;
}
.post-grid.packery .post-grid-item .entry-header,
.post-grid.packery .post-grid-item .entry-title {
  margin-bottom: 0 !important;
}
.post-grid.packery .post-grid-item .entry-title {
  font-size: 1.1em;
}
.post-grid.term-grid .post-grid-item {
  margin-bottom: 0.75em;
  position: relative;
  overflow: hidden;
}
.post-grid.term-grid .post-grid-item .entry-header {
  height: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.7);
  padding: 0.375em 0.75em;
  color: #4a4a4a;
}
.post-grid.term-grid .post-grid-item .entry-header .entry-title {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  text-transform: none;
  text-align: center;
  line-height: 1.2;
  font-size: 0.9em;
}
.post-grid.term-grid .post-grid-item a img {
  transition: 0.25s ease;
}
.post-grid.term-grid .post-grid-item a:hover img,
.post-grid.term-grid .post-grid-item a:active img {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.post-grid.term-grid .post-grid-item a img {
  width: 100%;
  height: auto;
}
.post-grid.term-grid .post-grid-item:hover .entry-header,
.post-grid.term-grid .post-grid-item:active .entry-header {
  background-color: rgba(255,255,255,0.9);
}
.post-grid.term-grid .post-grid-item .entry-header {
  width: 100%;
  transition: background-color 0.25s ease;
}
.post-grid.term-grid .post-grid-item .entry-header .entry-title {
  font-size: 1.1rem;
  background-color: transparent;
}
#shop-categories .term-grid .post-grid-item {
  padding: 0.375em;
  border: 2px solid #edcfc2;
}
#shop-categories .term-grid .post-grid-item .entry-header {
  background-color: rgba(219,159,133,0.5);
}
#shop-categories .term-grid .post-grid-item .entry-header .entry-title {
  padding: 0 0.375em;
}
/* ==========================================================================
	Comments
   ========================================================================== */
#comments {
  margin: 1.5em auto;
}
#comments .comment-list,
#comments .comment-list ul,
#comments .comment-list ol {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
#comments .comment-list .children,
#comments .comment-list ul .children,
#comments .comment-list ol .children {
  padding: 0 1.5em;
}
#comments .comment-list .comment:last-child.parent,
#comments .comment-list ul .comment:last-child.parent,
#comments .comment-list ol .comment:last-child.parent {
  padding-bottom: 1.5em;
}
#comments .even {
  background: #fff;
}
#comments .odd {
  background: #f5f5f5;
}
#comments .comment-body {
  padding: 0.75em;
  box-sizing: border-box;
}
#comments textarea {
  max-width: 100%;
}
#comments .comment-reply-title,
#comments .comments-title,
.rhd-related-posts-container .rhd-related-posts-title {
  background-image: linear-gradient(180deg, transparent 0, #fff 0);
  background-position: 0 0.7em;
  background-repeat: no-repeat;
  box-shadow: none;
  padding: 0 0.1875em;
  text-decoration: none;
  color: #4a4a4a;
  font-family: 'IM Fell French Canon', serif;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 1.6em;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 0.375em;
}
#comments #commentform {
  width: 100%;
  min-width: 18rem;
  max-width: 100%;
}
#comments #commentform p {
  margin-bottom: 0.75rem;
}
#comments #commentform .logged-in-as {
  margin-top: 0.375em;
  margin-bottom: 0.375em;
}
#comments #commentform input,
#comments #commentform textarea {
  width: 100%;
  font-size: 0.8em;
  box-sizing: border-box;
  padding: 0.5em;
  display: inline-block;
  background-color: #fff;
  border-color: #ebc7a3;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-transform: none;
}
#comments #commentform input::-webkit-input-placeholder,
#comments #commentform textarea::-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  color: #4a4a4a;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-weight: normal;
  text-transform: uppercase;
}
#comments #commentform input:-moz-placeholder,
#comments #commentform textarea:-moz-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  color: #4a4a4a;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-weight: normal;
  text-transform: uppercase;
}
#comments #commentform input::-moz-placeholder,
#comments #commentform textarea::-moz-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  color: #4a4a4a;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-weight: normal;
  text-transform: uppercase;
}
#comments #commentform input:-ms-input-placeholder,
#comments #commentform textarea:-ms-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  color: #4a4a4a;
  font-weight: normal;
  text-transform: uppercase;
}
#comments #commentform input[type="text"]:hover,
#comments #commentform input[type="email"]:hover {
  border-color: #efd2b5;
}
#comments #commentform input[type="text"]:focus,
#comments #commentform input[type="email"]:focus {
  border-color: #dd9f62;
}
#comments #commentform #submit {
  width: auto;
  padding-left: 0.8em;
  cursor: pointer;
  border-width: 2px;
  background-color: #ebc7a3;
  font-size: 1em;
}
#comments #commentform #submit:hover,
#comments #commentform #submit:active,
#comments #commentform #submit:focus {
  background-color: #dd9f62;
}
#comments #commentform .comment-subscription-form {
  margin: initial;
}
/* ==========================================================================
	Widget Areas & Sidebars
   ========================================================================== */
#secondary {
  padding: 0.75em;
  background: #fff;
}
#secondary .widget {
  width: 100%;
  margin-top: 0.75em;
}
#secondary .widget:first-child {
  margin-top: 0;
}
#secondary .widget:last-child {
  margin-bottom: 0;
}
#secondary .widget .widget-title {
  text-align: center;
  margin: 1.125em 0 0;
}
#secondary .widget_text:first-child .widget-title {
  margin-top: 0.375em;
}
#secondary .widget_rhd_social_icons .rhd-social-icons .rhd-social-icon {
  width: 42px;
  height: 42px;
}
#secondary .widget_nav_menu .menu-sidebar-menu-container,
#secondary .widget_nav_menu .menu-secondary-menu-container {
  background: #c3c493;
  border-radius: 1px;
}
#secondary .widget_nav_menu .menu-sidebar-menu-container .menu,
#secondary .widget_nav_menu .menu-secondary-menu-container .menu {
  text-align: center;
  margin: 0;
  padding: 0.75em 0 1.125em;
  list-style: none;
}
#secondary .widget_nav_menu .menu-sidebar-menu-container .menu .menu-item,
#secondary .widget_nav_menu .menu-secondary-menu-container .menu .menu-item {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.3em;
  padding: 0.5rem 0 0.9em;
  background: url("../img/shortline-green.png") no-repeat center 49px;
  background-size: 75% 20%;
}
#secondary .widget_nav_menu .menu-sidebar-menu-container .menu .menu-item:last-child,
#secondary .widget_nav_menu .menu-secondary-menu-container .menu .menu-item:last-child {
  background: none;
  padding-bottom: 0;
}
#secondary .widget_nav_menu .menu-sidebar-menu-container .menu .menu-item a,
#secondary .widget_nav_menu .menu-secondary-menu-container .menu .menu-item a {
  color: #4a4a4a;
}
#secondary .widget_nav_menu .menu-sidebar-menu-container .menu .menu-item a:hover,
#secondary .widget_nav_menu .menu-secondary-menu-container .menu .menu-item a:hover,
#secondary .widget_nav_menu .menu-sidebar-menu-container .menu .menu-item a:active,
#secondary .widget_nav_menu .menu-secondary-menu-container .menu .menu-item a:active {
  text-decoration: none;
  color: #656c7a;
}
#secondary .sidebar-cuteness {
  width: 50%;
  max-width: 1080px;
  position: relative;
  margin: 1.5em auto 0.75em auto;
  display: block;
}
/* ==========================================================================
	Front Page
   ========================================================================== */
.front-page .front-page-slider {
  display: none;
}
/* ==========================================================================
	Extras
   ========================================================================== */
@media screen and (min-width: 800px) {
  .mobile-only {
    display: none;
  }
}
.sketchlines-top {
  width: 100%;
  height: 20px;
  position: absolute;
  top: -2px;
  left: 0;
  overflow-x: hidden;
}
.sketchlines-top .sketchlines-themselves {
  width: 120%;
  height: 100%;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  background: url("../img/sketchlines.png") repeat-x;
  background-size: cover;
}
.rhd-related-posts-container {
  margin-top: 1.5em;
}
.rhd-related-posts-container .rhd-related-posts-title {
  font-family: 'IM Fell French Canon', serif;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 1.4em;
  margin: 0.75em 0;
}
.rhd-related-posts-container .rhd-related-posts .post-grid-item {
  height: 100%;
}
.rhd-related-posts-container .rhd-related-posts .post-grid-item .entry-thumbnail {
  margin-bottom: 0;
}
.rhd-related-posts-container .rhd-related-posts .post-grid-item .entry-thumbnail img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 0.25s ease;
}
.rhd-related-posts-container .rhd-related-posts .post-grid-item .entry-thumbnail .entry-title {
  background-color: #ebc7a3;
}
.rhd-related-posts-container .rhd-related-posts .post-grid-item .entry-thumbnail:hover img,
.rhd-related-posts-container .rhd-related-posts .post-grid-item .entry-thumbnail:active img {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.rhd-related-posts-container .rhd-related-posts .post-grid-item .entry-thumbnail:hover .entry-title,
.rhd-related-posts-container .rhd-related-posts .post-grid-item .entry-thumbnail:active .entry-title {
  background-color: #efd2b5;
}
.rhd-social-icons .rhd-social-icon a:hover svg path,
.rhd-social-icons .rhd-social-icon a:active svg path {
  fill: #d0c9c7;
}
.rhd-social-icons .rhd-social-icon.instagram-icon svg path {
  fill: #a4beba;
}
.rhd-social-icons .rhd-social-icon.facebook-icon svg path {
  fill: #edcfc2;
}
.rhd-social-icons .rhd-social-icon.twitter-icon svg path {
  fill: #c3c493;
}
.rhd-social-icons .rhd-social-icon.pinterest-icon svg path {
  fill: #ebc7a3;
}
.rhd-social-icons .rhd-social-icon.bloglovin-icon svg path {
  fill: #a4beba;
}
.rhd-social-icons .rhd-social-icon.rss-icon svg path {
  fill: #d0c9c7;
}
/* ==========================================================================
	Media Queries
   ========================================================================== */
@media screen and (min-width: 800px) {
  #masthead .logo-header {
    width: 38%;
    max-width: 600px;
    padding: 4rem 0 3em;
    margin-top: 0;
  }
  #masthead .logo-header .desktop-only {
    display: block;
  }
  #masthead .logo-header .mobile-only {
    display: none;
  }
  .navbar-wrapper #navbar .navbar-inner {
    width: 90%;
    max-width: 1080px;
    position: relative;
    margin: 0 auto 0 auto;
    height: 100%;
  }
  .navbar-wrapper #navbar .navbar-inner .nav-dropdown {
    height: 100%;
    position: relative;
    top: 0;
    display: block;
    background: transparent;
    border-bottom: none;
  }
  #site-navigation-container {
    height: 100%;
    width: 75%;
    max-width: 1080px;
    position: relative;
    margin: 0 auto 0 auto;
    display: block;
    background: transparent;
    box-shadow: none;
  }
  #site-navigation-container #site-navigation {
    width: 100%;
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    margin: 0 !important;
  }
  #site-navigation-container #site-navigation article,
  #site-navigation-container #site-navigation div,
  #site-navigation-container #site-navigation li {
    display: inline-block;
  }
  #site-navigation-container #site-navigation .menu-item {
    font-size: 1.1em;
  }
  #site-navigation-container #site-navigation .menu-item a {
    width: 100%;
    height: 100%;
    display: block;
  }
  #site-navigation-container #site-navigation .menu-item > a {
    color: #fff;
  }
  #site-navigation-container #site-navigation .menu-item.search-trigger {
    display: inherit;
  }
  #hamburger {
    display: none;
  }
  #main {
    padding-top: 0;
    padding-bottom: 0;
  }
  #primary {
    width: 100%;
    float: left;
    margin-right: -20rem;
  }
  #primary.full-width {
    float: none;
    margin-right: 0;
  }
  #primary.full-width #content {
    margin-right: 0;
  }
  #content {
    margin-right: 21.5rem;
  }
  .post-grid .post-grid-item,
  .post-grid .post-grid-sizer {
    max-width: 32%;
  }
  .post-grid .post-grid-gutter {
    width: 2%;
  }
  .post-grid.post-grid-4 .post-grid-item,
  .post-grid.post-grid-4 .post-grid-sizer {
    max-width: 24%;
  }
  .post-grid.post-grid-4 .post-grid-gutter {
    width: 1.333333333333333%;
  }
  .post-grid .post-grid-item {
    margin-bottom: 0;
  }
  #secondary {
    width: 20rem;
    float: right;
    margin-top: 1.5em;
  }
  #shop-categories .post-grid.term-grid .post-grid-item {
    max-width: 32%;
  }
  #before-footer .featured-links .post-grid.term-grid .post-grid-item {
    max-width: 30%;
    margin-bottom: 3em;
  }
  #before-footer .footer-navigation {
    padding: 0;
    position: relative;
  }
  #before-footer .footer-navigation .logo-footer-container,
  #before-footer .footer-navigation .menu-tertiary-menu-container {
    height: auto;
    padding: 1.5em 0;
  }
  #before-footer .footer-navigation .logo-footer-container {
    width: 52%;
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
  }
  #before-footer .footer-navigation .logo-footer-container .logo-footer {
    width: auto;
    height: 80%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    padding-right: 2%;
    display: block;
  }
  #before-footer .footer-navigation .menu-tertiary-menu-container {
    width: 48%;
    float: right;
    position: relative;
  }
  #before-footer .footer-navigation .menu-tertiary-menu-container .menu {
    text-align: left;
    padding-left: 2%;
  }
  #footer {
    margin-top: 0;
    padding-bottom: 1.5em;
  }
  #footer .colophon {
    width: auto;
    text-align: left;
    margin: 0 0 0 0.75em;
    float: left;
    padding: 0.75em 0;
  }
  #footer .colophon .footer-info-item {
    display: inline;
  }
  #footer .colophon .sep {
    display: inline;
  }
  #footer .footer-social {
    width: 232px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.75em;
  }
  #footer .footer-social .rhd-social-icons {
    width: 100%;
    margin: 0;
  }
  #footer .footer-social .rhd-social-icons .rhd-social-icon {
    width: 3em;
  }
  #footer .rhd-fixed-modules .fixed-module {
    display: block;
    position: fixed;
  }
  #footer .rhd-fixed-modules .social-scroll-in {
    top: 7vh;
    right: -4rem;
    transition: right 0.25s;
  }
  #footer .rhd-fixed-modules .social-scroll-in.scrolled-in {
    right: 0.75em;
  }
  #footer .rhd-fixed-modules .social-scroll-in .rhd-social-icons .rhd-social-icon {
    display: block;
  }
  #footer .rhd-fixed-modules .back-to-top {
    width: 80px;
    height: 80px;
    right: 1rem;
    bottom: -80px;
    transition: bottom 0.5s ease;
  }
  #footer .rhd-fixed-modules .back-to-top.scrolled-in {
    bottom: 80px;
  }
  #footer .rhd-fixed-modules .back-to-top img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #footer .rhd-fixed-modules .back-to-top .rhd-back-to-top {
    color: #4a4a4a;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
    line-height: 1.3;
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
    transition: opacity 0.25s ease;
  }
  #footer .rhd-fixed-modules .back-to-top .rhd-back-to-top:hover,
  #footer .rhd-fixed-modules .back-to-top .rhd-back-to-top:active {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  #footer .rhd-fixed-modules .back-to-top .rhd-back-to-top span {
    width: 100%;
    position: absolute;
    top: 50%;
    right: 51%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    display: block;
  }
  #comments #commentform {
    width: 75%;
  }
  #comments #commentform p {
    margin-bottom: 0.75rem;
  }
  #comments #commentform input[type="text"],
  #comments #commentform input[type="email"] {
    width: 75%;
  }
  #comments #commentform #submit {
    width: auto;
    padding-left: 0.8em;
  }
  #content blockquote {
    width: 85%;
    padding: 0.75em 0.375em 0.75em 21%;
    background: url("../img/airplane-pink.png") no-repeat 5% center;
    background-size: 16% auto;
    font-size: 1.3em;
    line-height: 1.667;
  }
  #content .entry-content iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  #content .entry-content img,
  #content .entry-content a img {
    max-width: 100%;
  }
  #content .entry-content img.alignleft,
  #content .entry-content a img.alignleft {
    margin-right: 1em;
    float: left;
  }
  #content .entry-content img.alignright,
  #content .entry-content a img.alignright {
    margin-left: 1em;
    float: right;
  }
  #content .entry-content img.aligncenter,
  #content .entry-content a img.aligncenter {
    margin-right: auto;
    margin-left: auto;
  }
  .entry-footer .entry-footer-actions {
    width: 100%;
    max-width: 600px;
    position: relative;
    margin: 1.5em auto 1.5em auto;
    height: 4rem;
  }
  .entry-footer .entry-footer-actions .entry-comments-popup,
  .entry-footer .entry-footer-actions .entry-social-shares {
    width: 49%;
    display: inline-block;
  }
  .entry-footer .entry-footer-actions .entry-comments-popup {
    left: 0;
  }
  .entry-footer .entry-footer-actions .entry-social-shares {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 1rem;
  }
  .entry-footer .entry-footer-actions .entry-social-shares .nc_socialPanel.swp_d_ccOutlines .nc_tweetContainer {
    border: none;
  }
  .entry-footer .entry-footer-actions .entry-footer-separator {
    width: auto;
    height: 50%;
    display: block;
    position: absolute;
    top: 48%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0.85;
  }
  .entry-footer .entry-footer-actions .entry-footer-separator img {
    width: auto;
    height: 100%;
    display: block;
  }
  .front-page .front-page-slider {
    width: 100%;
    display: block;
    padding: 1.5em 0;
  }
  .front-page .front-page-slider .soliloquy-outer-container {
    width: 93%;
    max-width: 1080px;
    position: relative;
    margin: 0 auto 0 auto;
  }
  .front-page .front-page-slider .soliloquy-outer-container .soliloquy-container {
    margin-bottom: 0 !important;
  }
  .front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-item .soliloquy-caption {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: opacity 0.25s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-item:hover .soliloquy-caption {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-next,
  .front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-prev {
    width: 60px;
    height: 63px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain !important;
    margin-top: 0;
  }
  .front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-prev {
    background: url("../img/slider-l.png") transparent;
    left: -6%;
  }
  .front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-next {
    background: url("../img/slider-r.png") transparent;
    right: -6%;
  }
  .front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    height: 100%;
    padding: 0.75em;
    background: rgba(255,255,255,0.7);
  }
  .front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .rhd-soliloquy-slider-category {
    color: #4a4a4a;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #edcfc2;
    padding-bottom: 0.375em;
    display: inline-block;
    position: relative;
  }
  .front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption {
    width: 85%;
    font-size: 1em;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption .soliloquy-fc-title {
    overflow: visible;
    line-height: 1.5;
    color: #4a4a4a;
    background-color: #edcfc2;
    font-family: 'IM Fell French Canon', serif;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0 0.25em;
    display: inline;
    font-size: 0.7em;
    transition: background-color 0.25s ease;
  }
  .front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption .soliloquy-fc-title .soliloquy-fc-title-link {
    color: #4a4a4a;
    position: relative;
    font-size: 1.8em;
    line-height: 1.6;
    bottom: 5px;
    font-weight: 300;
  }
  .front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption .soliloquy-fc-title:hover,
  .front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption .soliloquy-fc-title:active {
    background-color: #f1d9ce;
  }
  .front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption .soliloquy-fc-title:hover .soliloquy-fc-title-link,
  .front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption .soliloquy-fc-title:active .soliloquy-fc-title-link {
    text-decoration: none;
  }
  .front-page .front-page-slider .soliloquy-outer-container .soliloquy-container .soliloquy-fc-read-more {
    width: 130px;
    max-width: 1080px;
    position: relative;
    margin: 0 auto 0 auto;
    display: block;
    top: 1.5em;
    color: #4a4a4a;
  }
  .sketchlines-top {
    height: 29px;
  }
}
/* ==========================================================================
	Optional modules
   ========================================================================== */
#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%);
  }
}
