ul#menu-horimenu {
  margin-right: 15px; }
ul#menu-footer li {
  width: auto;
  display: inline;
  margin-right: 10px; }
ul#menu-footer a {
  color: #49c7f4 !important;
  font-family: Raleway;
  font-size: 1.5em;
  margin-bottom: 10px; }

.no-margin {
  margin: 0 0 !important; }

.navbar-button {
  float: right; }
  .navbar-button button {
    background: none repeat scroll 0 0 transparent;
    border: medium none; }
  .navbar-button .icon-bar + .icon-bar {
    margin-top: 4px; }

.scrolled {
  position: fixed;
  width: 100%;
  z-index: 900;
  background: #fff;
  left: 0;
  top: 0;
  transition: .3s ease-in-out opacity;
  pointer-events: none;
  opacity: 0; }
  .scrolled #logo {
    background-position: left center; }
    .scrolled #logo.longlogo {
      min-height: 30px;
      margin: 10px 0; }
  .scrolled.active {
    display: block;
    opacity: 1;
    pointer-events: all; }
  .scrolled .site-branding .book {
    margin-top: 6px;
    display: inline-block;
    float: right;
    text-transform: uppercase;
    border: 2px solid #49c7f4;
    padding: 6px;
    background: #49c7f4;
    color: #fff;
    margin-right: 15px;
    font-weight: bold; }
  .scrolled nav.floatright {
    float: right;
    margin-top: 18px; }

.price-list-padding {
  padding: 5%;
  width: auto;
  display: table;
  margin: 5% auto;
  background: #fff; }

.price-list {
  max-width: 600px; }
  .price-list .description {
    margin-top: 10px; }

.blog article {
  margin-bottom: 40px; }
.blog p {
  text-align: justify; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  svg {
    display: none !important; }

  .three-column-item {
    height: 360px; } }
_:-ms-lang(x) {
  height: 300px; }
_:-webkit-full-screen {
  height: 300px; }

.three-column-item {
  height: 300px;
  margin-bottom: 50px; }

.invisible {
  visibility: hidden; }

#social-title {
  font-size: 1.2em; }

.line_items {
  border-top: 1px solid #000;
  float: left;
  width: 100%;
  padding: 8px 0; }

.image-outer {
  max-height: 1000px !important; }

.fwi {
  max-height: 1000px !important; }
  .fwi * {
    transition: .3s ease-in-out opacity; }
  .fwi img {
    width: 100%;
    height: auto;
    margin: 0; }
  .fwi .image-outer {
    position: absolute;
    top: 0; }

.gf_progressbar {
  display: none; }

.gf_progressbar_wrapper {
  display: none !important; }

.gform_previous_button {
  background-color: #1a2043;
  color: #fff;
  padding: 5px 10px !important;
  border-radius: 20px;
  border: transparent;
  width: 50%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  margin: 20px auto 0;
  display: inline-block; }

.gform_next_button {
  background-color: #f5852b;
  color: #fff;
  padding: 10px 20px !important;
  border-radius: 20px;
  border: transparent;
  width: 50%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5em;
  margin: 20px auto 0;
  display: inline-block; }

#cc {
  background-image: url(https://claridgeandco.s3.amazonaws.com/wp-content/themes/claridgicus/images/ccw160.png?242847);
  width: 38px;
  height: 38px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 0;
  position: relative;
  float: right; }

.ginput_container .textarea {
  color: #000;
  text-align: center;
  padding: 10px 20px 10px 10px;
  width: 98% !important;
  border-radius: 20px;
  display: block;
  margin: 0 0 !important; }
.ginput_container label {
  display: inline-block;
  text-align: center;
  width: 96%;
  margin: 4% 0 0; }
.ginput_container input {
  width: 96%;
  margin-bottom: 10px;
  color: #333;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  text-align: center; }
.ginput_container span {
  float: left;
  width: 50%; }

.g-recaptcha {
  width: 98%; }
  .g-recaptcha div div {
    text-align: center;
    width: 100% !important; }

#gform_confirmation_message_1 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 50px; }

.gform_body * {
  list-style: none;
  padding: 0; }
.gform_body li {
  text-align: left; }
.gform_body .cta {
  padding: 5%;
  text-align: center;
  border-radius: 100px; }
  .gform_body .cta h2 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    border-radius: 100px; }
.gform_body h3 {
  margin: 0 auto;
  text-align: center !important;
  text-transform: uppercase;
  font-size: 1.5em;
  clear: left; }
.gform_body .gfield_radio li {
  width: 50%;
  float: left;
  display: inline-block;
  text-align: left; }
.gform_body .gfield_checkbox li {
  width: 50%;
  float: left;
  display: inline-block;
  text-align: left; }

.gfield_checkbox label {
  transition: .3s ease-in-out all;
  border: 0 solid transparent;
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #1a2043;
  curosr: pointer; }
  .gfield_checkbox label:hover {
    background-color: #f5852b;
    color: #fff;
    transition: .3s ease-in-out all; }
.gfield_checkbox input {
  display: none; }
.gfield_checkbox input[type="checkbox"]:checked + label {
  background-color: #fff;
  color: #49c7f4; }

.gfield_radio label {
  transition: .3s ease-in-out all;
  border: 0 solid transparent;
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #1a2043;
  curosr: pointer; }
  .gfield_radio label:hover {
    background-color: #f5852b;
    color: #fff;
    transition: .3s ease-in-out all; }
.gfield_radio input {
  display: none; }
.gfield_radio input[type="radio"]:checked + label {
  background-color: #fff;
  color: #49c7f4; }

.gform_button {
  transition: .3s ease-in-out all;
  background-color: #f5852b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  border: transparent;
  width: 50%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5em;
  margin: 20px auto 0;
  display: inline-block; }
  .gform_button:hover {
    background-color: #1a2043;
    color: #ef4d41;
    transition: .3s ease-in-out all; }

.cta {
  transition: .3s ease-in-out all; }

#column-3 * {
  transition: .3s ease-in-out opacity; }
#column-3 h2 {
  font-size: 2.5rem; }

input.large {
  width: 98% !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
input.medium {
  width: 98% !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
input#mce-EMAIL {
  color: #000 !important; }

.gfield_html {
  width: 98% !important;
  padding: 0; }

.gform_fields {
  padding: 0; }

.gfield {
  float: left;
  width: 100%; }

textarea {
  resize: none; }

svg {
  z-index: 9; }

.menu-footer-container {
  margin-bottom: 10px; }

.relative {
  z-index: 0;
  position: relative; }

.bottom-margin-adjust {
  margin-bottom: -4.9%; }

.speach {
  padding: 5% !important;
  margin: 0; }

.orangebg {
  background-color: #f5852b !important;
  fill: #f5852b; }

.orangebgtrans {
  background-color: rgba(245, 133, 43, 0.8) !important;
  fill: rgba(245, 133, 43, 0.8); }

.orangefill {
  fill: #f5852b; }

.purplebg {
  background-color: #7e3f98 !important;
  fill: #7e3f98; }

.purplebgtrans {
  background: rgba(126, 63, 152, 0.8);
  fill: rgba(126, 63, 152, 0.8); }

.purplefill {
  fill: #7e3f98; }

.redbg {
  background-color: #ef4d41 !important;
  fill: #ef4d41; }

.redbgtrans {
  background-color: rgba(239, 77, 65, 0.8);
  fill: rgba(239, 77, 65, 0.8); }

.redfill {
  fill: #ef4d41; }

.greybg {
  background-color: #cccccc !important;
  fill: #cccccc; }

.greybgtrans {
  background-color: rgba(204, 204, 204, 0.8);
  fill: rgba(204, 204, 204, 0.8); }

.greyfill {
  fill: #cccccc; }

.dbluebg {
  background-color: #1a2043 !important;
  fill: #1a2043; }

.dbluebgtrans {
  background-color: rgba(26, 32, 67, 0.8);
  fill: rgba(26, 32, 67, 0.8); }

.dbluefill {
  fill: #1a2043; }

.lbluebg {
  background-color: #49c7f4 !important;
  fill: #49c7f4; }

.lbluebgtrans {
  background-color: rgba(72, 200, 244, 0.8);
  fill: rgba(72, 200, 244, 0.8); }

.lbluefill {
  fill: #49c7f4; }

* {
  font-family: raleway; }

.icon-bar {
  border-radius: 3px;
  display: block;
  height: 3.1px;
  width: 21px;
  background: #1a2043;
  transition: .7s ease-in-out all; }

.sub-menu.dropdown-menu {
  background: rgba(255, 255, 255, 0.9);
  border: medium none;
  border-radius: 0;
  width: 100%; }
.sub-menu li {
  padding: 0 5%; }
  .sub-menu li a {
    padding: 0 !important;
    text-decoration: none !important; }

.dropdown-menu > .active > a {
  background: none !important;
  background-color: none !important;
  background-image: none !important; }
  .dropdown-menu > .active > a:hover {
    background: none !important;
    background-color: none !important;
    background-image: none !important; }
  .dropdown-menu > .active > a:focus {
    background: none !important;
    background-color: none !important;
    background-image: none !important; }
.dropdown-menu > li > a:hover {
  background: none !important;
  border: none !important; }
.dropdown-menu > li > a:focus {
  background: none !important;
  border: none !important; }

body * {
  font-family: raleway; }
body .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 6px;
  margin-top: 25px;
  margin-right: 10px;
  margin-bottom: 8px;
  border-radius: 4px; }
body.woocommerce-account h2 {
  font-size: 2.3em; }
body.woocommerce-account h3 {
  font-size: 2.3em; }
body p {
  font-size: 16px;
  font-family: raleway; }
body h3 {
  font-family: raleway;
  font-weight: 700;
  font-size: 2em;
  margin-top: 0; }
  body h3.widget-title {
    font-size: 2em;
    margin: 0; }
body nav .navbar-toggle {
  border: #49c7f4 2px solid; }
  body nav .navbar-toggle .icon-bar {
    background: #49c7f4; }
body nav .menu-item a {
  border-radius: 5px;
  border: 2px solid transparent;
  padding: 12px 15px; }
  body nav .menu-item a:hover {
    border: #49c7f4 2px solid;
    background: #fff !important;
    color: #49c7f4; }
body a {
  transition: .3s ease-in-out all;
  color: #49c7f4; }
body h1 {
  font-family: raleway;
  font-weight: 700; }
body h2 {
  font-family: raleway;
  font-weight: 700;
  font-size: 3em; }
body h4 {
  font-family: raleway;
  font-weight: 700; }
body h5 {
  font-family: raleway;
  font-weight: 700; }
body h6 {
  font-family: raleway;
  font-weight: 700; }
body h7 {
  font-family: raleway;
  font-weight: 700; }
body .subm-menu > li > a:hover {
  background: none !important;
  background-color: none !important;
  background-image: none !important; }
body .dropdown-menu > li > a:focus {
  background: none !important;
  background-color: none !important;
  background-image: none !important; }
body .nav .open > a {
  background: none !important;
  border: none !important; }
  body .nav .open > a:hover {
    background: none !important;
    border: none !important; }
  body .nav .open > a:focus {
    background: none !important;
    border: none !important; }
body #mc_embed_signup input.mce_inline_error {
  border: none !important;
  border-radius: 2px !important; }
body.home p {
  font-size: 1.4em; }

nav.floatright {
  float: right;
  margin-top: 30px; }
nav .menu-item {
  text-transform: uppercase; }
nav .current-menu-item a {
  background: #49c7f4;
  color: #fff; }
nav .current-page-parent a {
  background: #49c7f4;
  color: #fff; }

.fsmenu {
  text-align: center;
  height: 100%;
  font-size: 3em;
  padding: 0;
  list-style: none !important; }
  .fsmenu * {
    text-align: center; }
  .fsmenu a {
    font-weight: 700; }
  .fsmenu li {
    padding: 0 5%;
    padding: 0 5%;
    transition: all 0.3s ease-in-out 0s;
    margin: 10px 0;
    line-height: 1.45em; }
    .fsmenu li a {
      color: #fff;
      transition: all 0.3s ease-in-out;
      font-family: Raleway;
      font-weight: 700; }
    .fsmenu li .sub-menu li a {
      color: #000 !important;
      font-size: 300%;
      font-weight: 700; }
    .fsmenu li .sub-menu li:hover {
      background: #fff; }
    .fsmenu li:hover a {
      color: #1a2043; }

.outer {
  max-height: 2000px;
  display: table;
  position: relative;
  height: 100%;
  width: 100%; }

.middle {
  display: table-cell;
  vertical-align: middle; }

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.fullscreen {
  width: 100%;
  height: 100%;
  background: rgba(245, 133, 43, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 199;
  transition: all 0.3s ease-in-out;
  pointer-events: none; }
  .fullscreen.active {
    transition: .3s ease-in-out .0s all;
    opacity: 1;
    z-index: 995;
    display: block;
    pointer-events: auto !important; }

@media (max-width: 768px) {
  body .solid-content {
    text-align: left !important; }
    body .solid-content p {
      text-align: left !important; }
    body .solid-content h2 {
      text-align: left !important; }
  body .solid-title {
    text-align: left !important; }
  body .solid-link {
    text-align: left !important; }
  body .scrolled #logo.longlogo {
    min-height: 30px;
    margin: 10px 0;
    height: 30px; }
  body .scrolled nav.floatright {
    float: right;
    margin-top: 6px; }
  body h2 {
    font-size: 1.8em; }
  body footer#site-footer {
    padding: 0 0 20px; }

  .tcl .image-content {
    padding-bottom: 45px !important;
    margin-bottom: -20px !important; }
  .tcl li {
    margin-left: 35px !important; }

  .offset .inner .col-sm-6 {
    padding-bottom: 20px !important; }
  .offset.outer.image-outer {
    position: relative;
    height: auto !important; }
    .offset.outer.image-outer * {
      float: left;
      width: 100%;
      padding: 0;
      margin: 0; }

  .hero {
    text-align: center; }

  .hero-text {
    margin-bottom: 30px; }

  .page-header-top-right .menu.folded li {
    margin-top: 15px;
    margin-right: 10px; }

  .outer.split-outer {
    max-height: 100%; } }
.archive h4.products-archive-title {
  text-align: center; }
.archive span.price {
  display: none; }

.menu-item {
  font-family: raleway; }

[itemprop="description"] {
  border-top: 2px solid #000; }

b {
  font-family: raleway;
  font-weight: 700; }

strong {
  font-family: raleway;
  font-weight: 700; }

.mark {
  padding: .2em;
  background-color: #fff; }

mark {
  padding: .2em;
  background-color: #fff; }

#site-footer {
  padding: 20px 0 30px;
  font-size: 12px; }
  #site-footer p {
    font-size: 14px !important; }
  #site-footer a {
    color: #49c7f4 !important; }

.wvdrb-one-third {
  font-size: 1.15em; }

.coltext {
  margin-top: 10px;
  width: 100%;
  font-size: 1.5em;
  font-family: raleway;
  float: left;
  text-align: center !important; }

.three-block {
  padding: 0 0 10%;
  float: left; }
  .three-block img {
    margin-top: 0;
    width: 100%;
    height: auto; }

.align-center {
  text-align: center !important; }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 10px 6px;
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.product_meta {
  display: none; }

.widget ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none; }
.widget li a {
  color: #fff !important;
  font-size: 1em; }

#logo {
  background: url(./img/logo.png);
  position: relative;
  width: 100%;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 20px 0; }
  #logo.fulllogo {
    background: url(./img/fulllogo.png);
    position: relative;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    margin: 0;
    background-position: center left;
    min-height: 100px;
    display: inline !important;
    float: left; }

.fulllogo {
  background: url(./img/fulllogo.png);
  position: relative;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 200px;
  height: 100%;
  display: inline !important;
  float: left; }

.longlogo {
  background: url(./img/logo.png);
  position: relative;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 120px;
  height: 100%;
  background-position: center;
  display: inline !important;
  float: left; }

@media (max-height: 768px) {
  .solid-content.solid-content-2 {
    margin-top: 0; }

  ul.sub-menu.dropdown-menu {
    position: fixed;
    top: 0;
    z-index: 999; } }
@media (min-width: 768px) {
  html body .navbar-nav {
    float: right;
    margin: 0; } }
.image-link {
  float: left;
  width: 100%;
  text-decoration: underline; }

.fwi-title {
  margin-bottom: -1px;
  padding-bottom: 15px; }

.solid-outer {
  max-height: 1000px; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.absolute {
  position: absolute; }

.wp-caption {
  border: 1px solid #cccccc;
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

.page-header-top-right .menu {
  float: right;
  padding-left: 0;
  margin-left: 15px; }
  .page-header-top-right .menu li {
    width: auto;
    float: right;
    margin-top: 38px;
    list-style: none;
    margin-left: 10px; }
  .page-header-top-right .menu.folded li {
    margin-top: 26px; }

.fwv-outer .container {
  background-color: #ef4d41 !important;
  padding: 30px; }

.site-branding .book {
  margin-top: 31px;
  display: inline-block;
  float: right;
  text-transform: uppercase;
  border: 2px solid #49c7f4;
  padding: 6px;
  background: #49c7f4;
  color: #fff;
  margin-right: 15px;
  font-weight: bold; }

.circle * {
  width: 100%;
  height: 100%;
  border-radius: 100%; }

.picture-container img {
  width: 100%;
  height: auto; }

.image-content h4 {
  margin: 0; }

button.burger {
  padding: 10px; }

.fws * {
  transition: .3s ease-in-out opacity; }

.col-3 * {
  transition: .3s ease-in-out opacity; }

.hide-labels label {
  display: none; }

.ginput_full.address_line_1 {
  width: 100%; }
  .ginput_full.address_line_1 input {
    width: 98% !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

label.gfield_label {
  text-align: center;
  width: 98%;
  margin-top: 0;
  margin-bottom: 0; }

html body .navbar-nav {
  margin-top: 18px !important; }
html body .gform_body h2 {
  margin: 0 auto 10px;
  text-align: center !important;
  text-transform: uppercase;
  font-size: 2em; }

.maps iframe {
  width: 100%; }

.gform_footer.top_label {
  text-align: center;
  width: 98%;
  float: left; }

.socials a i {
  font-size: 250%;
  margin-right: 5px;
  margin-top: 5px;
  transition: .3s ease-in-out color; }
  .socials a i:hover {
    color: #fff; }

.footer-bottom.footer-middle {
  line-height: 1.75em; }

.three-column-title h2 {
  text-align: center; }

.solid-content li {
  font-size: 16px;
  margin: 5px 0; }

h3.title3 {
  text-align: center;
  text-transform: uppercase; }

video.video-block {
  width: 100%;
  height: auto; }

footer#site-footer {
  background: #1a2043;
  height: 100%;
  width: 100%;
  margin-top: -7px;
  min-height: 60px;
  color: #49c7f4;
  padding: 60px 0 80px; }

.nav .menu-item {
  margin-left: 10px; }

.single p.price {
  display: none; }

a.cta {
  background: #49c7f4;
  padding: 15px 15px 13px;
  color: #fff;
  font-family: raleway;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 2px solid transparent; }
  a.cta:hover {
    border: #49c7f4 2px solid;
    background: #fff !important;
    color: #49c7f4; }

span.from {
  display: none; }

.hero img {
  max-width: 100%;
  height: auto;
  width: auto !important; }

header.absolute-header {
  position: absolute;
  z-index: 900;
  width: 100%; }

/*# sourceMappingURL=style.css.map */
