/* Colors */
/* Logo & Header */
/* Typography */
/* Shortcodes */
.avia_textblock p > a {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

blockquote {
  font-size: 22px;
}

#top .av-flex-placeholder {
  min-width: 5px;
}

.avia-image-container-inner,
.avia_image,
.av-image-caption-overlay {
  border-radius: 0;
}

.avia-video, .avia-iframe-wrap {
  margin: 0;
}

#main {
  position: relative;
  overflow: hidden;
}

#main,
#wrap_all {
  background: white !important;
}

#top span.avia-bullet {
  display: none;
}

#top .avia-form-success {
  background: transparent;
  border: 1px solid;
}

#top .av-flex-placeholder {
  width: 2.5%;
}

#top .wpcf7 br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .content, .sidebar {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.wp-caption {
  border: 0;
}

/**
* These are helper CSS classes for misc use, almost all properties carry the !important rule here
*/
.narrow > .container,
.avia_textblock.narrow,
.flex_column_table.narrow {
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}

#top .av_inherit_color * {
  color: inherit !important;
}

#top .nolink {
  cursor: pointer !important;
  pointer-events: none !important;
}

#top .is-opaque {
  opacity: 0.5 !important;
}

@media only screen and (min-width: 480px) {
  #top .two-col-ul {
    -webkit-column-count: 2 !important;
            column-count: 2 !important;
  }
  #top .is-half {
    width: 50%;
    float: left;
    clear: none;
  }
}

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

@media only screen and (max-width: 767px) {
  #top .align-center-mobile {
    text-align: center !important;
  }
}

@media only screen and (max-width: 989px) {
  #top .align-center-tablet {
    text-align: center !important;
  }
}

#top .align-left {
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  #top .align-left-mobile {
    text-align: left !important;
  }
}

@media only screen and (max-width: 989px) {
  #top .align-left-tablet {
    text-align: left !important;
  }
}

#top .align-right {
  text-align: right !important;
}

@media only screen and (max-width: 767px) {
  #top .align-right-mobile {
    text-align: right !important;
  }
}

@media only screen and (max-width: 989px) {
  #top .align-right-tablet {
    text-align: right !important;
  }
}

.has-box-shadow {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}

.p-0 {
  padding: 0 !important;
}

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

.pb-0 .content {
  padding-bottom: 0px !important;
}

.pt-0 .content {
  padding-top: 0px !important;
}

@media only screen and (max-width: 767px) {
  .p-0-mobile {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 989px) {
  .p-0-tablet {
    padding: 0 !important;
  }
  .display-none-tablet {
    display: none !important;
  }
}

@media only screen and (max-width: 1400px) {
  .p-0-wide-tablet {
    padding: 0 !important;
  }
}

.is-bg-primary {
  background-color: #143A6E !important;
}

.is-bg-secondary {
  background-color: #B90E0E !important;
}

.is-primary {
  color: #143A6E !important;
}

.is-secondary {
  color: #B90E0E !important;
}

.is-uppercase,
.is-uppercase * {
  text-transform: uppercase !important;
}

.is-padded {
  padding: 80px;
}

@media only screen and (max-width: 767px) {
  .is-padded {
    padding: 40px;
  }
}

.no-bg {
  background-image: none !important;
}

@media only screen and (max-width: 767px) {
  .no-bg-mobile {
    background-image: none !important;
  }
}

@media only screen and (max-width: 989px) {
  .no-bg-tablet {
    background-image: none !important;
  }
}

.bring-above {
  position: relative !important;
  z-index: 1001 !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.background-transparent-red {
  background: rgba(185, 14, 14, 0.67);
}

@media only screen and (max-width: 767px) {
  #top .fwd-mobile {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    margin: 25px 0;
  }
}

.hidden {
  display: none;
}

.hidden .content {
  padding: 50px 0;
}

#top .mfp-content .avia-section {
  max-width: 1200px;
  margin: 0 auto;
  float: none;
  display: block;
  visibility: visible;
  opacity: 1;
}

#top div.avia-popup .mfp-close {
  top: 0;
  right: 0;
  border: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1;
}

#top div.avia-popup .mfp-close {
  color: #333333;
}

#top .mfp-container .mfp-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top .mfp-ajax-holder .mfp-close {
  background: #143A6E;
  border-radius: 0;
  top: 10px;
  right: 10px;
}

#top {
  font-weight: 400;
  font-family: "Roboto Slab";
}

#top p {
  font-size: 16px;
  line-height: 1.6;
}

@media only screen and (min-width: 989px) {
  #top p {
    font-size: 24px;
    margin: 0 0 0.85em 0;
  }
}

#top .entry-content p {
  font-size: 16px;
}

#top strong {
  color: inherit !important;
}

#top h1, #top h2, #top h3, #top h4, #top h5, #top h6,
#top .h1, #top .h2, #top .h3, #top .h4, #top .h5, #top .h6 {
  text-transform: none;
  font-family: "Roboto Slab";
  font-weight: 700 !important;
  line-height: 1.4;
  margin-top: 0;
}

#top h1, #top .h1 {
  font-size: 36px;
  line-height: 1.4;
}

@media only screen and (max-width: 989px) {
  #top h1, #top .h1 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #top h1, #top .h1 {
    font-size: 16px;
  }
}

#top h2, #top .h2 {
  font-size: 28px;
}

@media only screen and (max-width: 989px) {
  #top h2, #top .h2 {
    font-size: 20px;
  }
}

#top h3, #top .h3 {
  font-size: 31px;
}

@media only screen and (max-width: 989px) {
  #top h3, #top .h3 {
    font-size: 17px;
  }
}

#top h4, #top .h4 {
  font-size: 60px;
}

@media only screen and (max-width: 480px) {
  #top h4, #top .h4 {
    font-size: 20px;
  }
}

#top h5, #top .h5 {
  font-size: 27px;
}

@media only screen and (max-width: 989px) {
  #top h5, #top .h5 {
    font-size: 14px;
  }
}

#top h6, #top .h6 {
  font-size: 45px;
}

@media only screen and (max-width: 989px) {
  #top h6, #top .h6 {
    font-size: 25px;
  }
}

#top .av-subheading {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  font-size: 16px;
}

#top .logo, #top .logo a {
  overflow: visible;
}

#top .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top .logo a img {
  width: 147px;
  height: 197px;
  max-height: initial !important;
}

@media only screen and (max-width: 989px) {
  #top .logo a img {
    width: 52px;
    height: 69px;
  }
}

#top #header_main,
#top #header_meta {
  border: none !important;
}

#top #header_main .container,
#top #header_meta .container {
  max-width: 100%;
}

@media only screen and (min-width: 1200px) {
  #top #header_main .container,
  #top #header_meta .container {
    max-width: 1780px;
  }
}

/* Transparency */
#top #header.av_header_transparency {
  background: transparent !important;
}

@media only screen and (max-width: 989px) {
  #top #header.av_header_transparency {
    position: absolute !important;
  }
}

#top #header.av_header_transparency .av-hamburger-inner,
#top #header.av_header_transparency .av-hamburger-inner::after,
#top #header.av_header_transparency .av-hamburger-inner::before {
  background-color: #143A6E;
}

#top #header.av_header_transparency #header_meta .sub_menu {
  border-right: 1px solid #0A2346 !important;
}

#top #header.av_header_transparency #header_meta .social_bookmarks .av-social-link-instagram a:before {
  background: url(/wp-content/themes/buffalo-naval/img/RED-insta-icon.png);
  height: 41px;
  width: 41px;
}

@media only screen and (max-width: 1622px) {
  #top #header.av_header_transparency #header_meta .social_bookmarks .av-social-link-instagram a:before {
    height: 32px;
    width: 32px;
  }
}

#top #header.av_header_transparency #header_meta .social_bookmarks .av-social-link-facebook a:before {
  background: url(/wp-content/themes/buffalo-naval/img/RED-FB-icon.png);
  height: 41px;
  width: 41px;
}

#top #header.av_header_transparency #header_meta .social_bookmarks .av-social-link-twitter a:before {
  background: url(/wp-content/themes/buffalo-naval/img/RED-twitter.png);
  height: 41px;
  width: 41px;
}

#top #header.av_header_transparency #header_meta .social_bookmarks .av-social-link-youtube a:before {
  background: url(/wp-content/themes/buffalo-naval/img/RED-youtube.png);
  height: 41px;
  width: 41px;
}

#top .social_bookmarks li {
    border-right-width: 0px;
}

#top .socket-section .column-social .flex-column-inner .av_textblock_section {
    justify-content: flex-start !important;
    width: 46% !important;
}

#top .socket-section .column-social .flex-column-inner .custom-social-bookmarks {
    width: 28% !important;
}

@media only screen and (max-width: 1622px) {
  #top #header.av_header_transparency #header_meta .social_bookmarks .av-social-link-facebook a:before, #top #header.av_header_transparency #header_meta .social_bookmarks .av-social-link-twitter a:before, #top #header.av_header_transparency #header_meta .social_bookmarks .av-social-link-youtube a:before {
    height: 32px;
    width: 32px;
  }
}

#top #header.av_header_transparency #header_main::after {
  display: none;
}

.av-burger-overlay-active #top .av-hamburger-inner, .av-burger-overlay-active #top .av-hamburger-inner::before, .av-burger-overlay-active #top .av-hamburger-inner::after {
  background-color: white !important;
}

#top #header_meta {
  position: absolute;
  top: 20px;
  right: 0;
  background: transparent;
  left: 0;
}

@media only screen and (max-width: 989px) {
  #top #header_meta {
    display: none;
  }
}

#top #header_meta .container .social_bookmarks {
  padding: 0px 0px 0px 40px;
  height: auto;
}

#top #header_meta .container .social_bookmarks li {
  margin-right: 30px;
}

@media only screen and (max-width: 1622px) {
  #top #header_meta .container .social_bookmarks li {
    margin-right: 15px;
  }
}

#top #header_meta .container .sub_menu {
  border-right: 1px solid white;
  padding: 12px 15px 12px;
  top: 0;
}

@media only screen and (max-width: 1622px) {
  #top #header_meta .container .sub_menu {
    padding: 10px 15px;
  }
}

#top #header_meta .container .sub_menu .menu li {
  border: none;
  padding: 0 20px;
}

@media only screen and (max-width: 1622px) {
  #top #header_meta .container .sub_menu .menu li {
    padding: 0 17px;
  }
}

#top #header_meta .container .sub_menu .menu li a {
  font-size: 27px;
}

@media only screen and (max-width: 1622px) {
  #top #header_meta .container .sub_menu .menu li a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 989px) {
  #top #header_meta .container .sub_menu .menu li.av-burger-menu-main {
    display: none !important;
  }
}

#top #header_meta .container .sub_menu .menu li.menu-item-avia-special a {
  text-decoration: none !important;
}

@media only screen and (min-width: 1200px) {
  #top #header_main::after {
    content: "";
    background: white;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 4px;
  }
}

@media only screen and (max-width: 989px) {
  #top #header_main .container {
    width: 97% !important;
    max-width: 97% !important;
  }
}

#top #header_main .container .main_menu ul.av-main-nav li a {
  font-size: 35px;
  font-weight: 700;
  padding: 20px 20px 40px 20px;
}

@media only screen and (max-width: 1622px) {
  #top #header_main .container .main_menu ul.av-main-nav li a {
    font-size: 26px;
    padding: 20px 15px 40px 15px;
  }
}

#top #header_main .container .main_menu ul.av-main-nav li ul {
  width: 280px;
  left: 15px;
  margin-top: -6px;
}

@media only screen and (max-width: 1622px) {
  #top #header_main .container .main_menu ul.av-main-nav li ul {
    width: 240px;
    left: 5px;
  }
}

#top #header_main .container .main_menu ul.av-main-nav li ul li a {
  line-height: 30px !important;
  font-size: 22px;
  padding: 10px 15px;
  font-weight: 400;
  background: #f5f5f5;
  color: #0A2346;
}

@media only screen and (max-width: 1622px) {
  #top #header_main .container .main_menu ul.av-main-nav li ul li a {
    line-height: 25px !important;
    font-size: 18px;
  }
}

#top #header_main .container .main_menu ul.av-main-nav li ul li:hover a {
  opacity: 0.8;
}

@media only screen and (max-width: 989px) {
  #top #header_main .container .main_menu ul.av-main-nav .av-burger-menu-main a {
    padding: 0 20px !important;
  }
}

.html_visible_cart #top.home #header.av_header_transparency #header_meta .container .social_bookmarks {
  padding: 0px 16px 0px 40px;
}

.av-hamburger-inner,
.av-hamburger-inner::after,
.av-hamburger-inner::before {
  height: 5px;
  border-radius: 0;
}

.header_bg {
  opacity: 1 !important;
}

#top #header_main > .container .main_menu {
  position: absolute;
  bottom: 0;
  height: auto;
  right: 0;
  width: calc(100% - 160px);
}

#top #header_main > .container .main_menu .av-main-nav-wrap {
  float: none;
}

#top #header_main > .container .main_menu .av-main-nav-wrap .av-main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#top #header_main > .container .main_menu .av-main-nav-wrap .av-main-nav > li {
  float: none;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

@media only screen and (max-width: 1200px) {
  #top #header_main > .container .main_menu .av-main-nav-wrap .av-main-nav > li {
    opacity: 0;
  }
}

@media only screen and (min-width: 989px) {
  #top #header_main > .container .main_menu .av-main-nav-wrap .av-main-nav > li > a {
    height: auto !important;
    line-height: initial !important;
  }
}

@media only screen and (max-width: 1200px) {
  #top #header_main > .container .main_menu .av-main-nav-wrap .av-main-nav > li.menu-item-avia-special {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.responsive #top .cart_dropdown {
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  margin: 0;
  border: 0;
  -webkit-transition: none;
  transition: none;
}

.responsive #top.home #header.av_header_transparency .cart_dropdown {
  top: 0;
  margin-top: -30px;
  -webkit-transition: none;
  transition: none;
}

.html_visible_cart .av-burger-menu-main {
  padding-right: 0;
}

.responsive #top.home #header.av_header_transparency #header_main > .container .main_menu {
  bottom: 80px;
}

@media only screen and (max-width: 989px) {
  .html_visible_cart #top.home #header_main > .container .main_menu {
    right: 40px;
  }
}

#top .dropdown_widget .buttons .button {
  font-size: 14px;
}

#top .woocommerce-mini-cart__buttons.buttons {
  margin: 0 !important;
}

/**
Footer.scss
Create a Page for a footer, then to the section assign class `footer-section`
**/
#top .footer-contact-list ul li .iconlist_icon {
  background-color: transparent;
  height: 35px;
  width: 35px;
  margin-top: 7px;
}

#top .footer-contact-list ul li .iconlist_icon .iconlist-char:before {
  content: "";
  height: 35px;
  width: 35px;
  display: block;
}

#top .footer-contact-list ul li .article-icon-entry .iconlist_content_wrap .h4, #top .footer-contact-list ul li .article-icon-entry .iconlist_content_wrap p {
  color: white;
}

#top .footer-contact-list ul li .article-icon-entry .iconlist_content_wrap .h4 {
  font-size: 25px;
}

#top .footer-contact-list ul li .article-icon-entry .iconlist_content_wrap p {
  font-size: 20px;
}

#top .footer-contact-list ul .contact-list-phone .iconlist-char:before {
  background: url(/wp-content/themes/buffalo-naval/img/icon-phone.png);
}

#top .footer-contact-list ul .contact-list-email .iconlist-char:before {
  background: url(/wp-content/themes/buffalo-naval/img/icon-mail.png);
}

#top .footer-contact-list ul .contact-list-address .iconlist-char:before {
  background: url(/wp-content/themes/buffalo-naval/img/icon-address.png);
}

#top .footer-contact-list ul .contact-list-hours .iconlist-char:before {
  background: url(/wp-content/themes/buffalo-naval/img/icon-hours.png);
}

#top .footer-section .container {
  padding-top: 0 !important;
}

#top .footer-section .container .footer-column1 {
  width: 24.9%;
}

@media only screen and (max-width: 1100px) {
  #top .footer-section .container .footer-column1 {
    display: none !important;
  }
}

#top .footer-section .container .footer-column2 {
  width: 68.6%;
}

#top .footer-section .container .footer-column2 .flex-column-inner .footer-contact-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#top .footer-section .container .footer-column2 .flex-column-inner .footer-contact-list ul li {
  width: 48%;
  padding: 35px 0;
}

#top .footer-section .container .footer-column2 .flex-column-inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#top .footer-section .container .footer-column2 .flex-column-inner form fieldset {
  width: 100%;
}

#top .footer-section .container .footer-column2 .flex-column-inner form fieldset .form_element_three_fourth {
  width: 73%;
}

#top .footer-section .container .footer-column2 .flex-column-inner form fieldset .form_element_three_fourth input {
  padding: 15px 10px;
  font: 25px "Roboto Slab";
  border: none;
  border-radius: 0;
}

#top .footer-section .container .footer-column2 .flex-column-inner form fieldset .form_element_fourth {
  width: 25%;
  margin-left: 2%;
}

#top .footer-section .container .footer-column2 .flex-column-inner form fieldset .form_element_fourth .button {
  border: none;
  font-size: 32px;
  font-weight: 700;
  border-radius: 0;
  padding: 10.5px 10px;
}

#top .footer-section .container .column-menu-footer {
  margin: 20px 0 0;
}

@media only screen and (max-width: 989px) {
  #top .footer-section .container .column-menu-footer {
    margin-bottom: 20px;
  }
}

#top .footer-section .container .column-menu-footer .flex-column-inner .av-custom-menu-element {
  text-align: center;
}

@media only screen and (min-width: 1500px) {
  #top .footer-section .container .column-menu-footer .flex-column-inner .av-custom-menu-element {
    margin-top: 20px;
  }
}

#top .footer-section .container .column-menu-footer .flex-column-inner .av-custom-menu-element ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#top .footer-section .container .column-menu-footer .flex-column-inner .av-custom-menu-element ul li {
  font-size: 25px;
  font-weight: 700;
}

#top .footer-section .container .column-menu-footer .flex-column-inner .av-custom-menu-element ul li a {
  color: white !important;
}

#top .footer-section .container .column-menu-footer .flex-column-inner .av-custom-menu-element ul li a .avia-menu-fx {
  display: none;
}

#top .socket-section .column-copyright p {
  font-size: 20px;
}

#top .socket-section .column-social .flex-column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#top .socket-section .column-social .flex-column-inner .av_textblock_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 75%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top .socket-section .column-social .flex-column-inner .av_textblock_section .avia_textblock p {
  font-size: 20px;
}

#top .socket-section .column-social .flex-column-inner .custom-social-bookmarks {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
}

#top .socket-section .column-social .flex-column-inner .custom-social-bookmarks li a:before {
  content: "";
  height: 41px;
  width: 41px;
  display: block;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

@media only screen and (max-width: 989px) {
  #top .footer-section .content {
    padding-top: 25px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1100px) {
  #top .footer-section .footer-column2 {
    width: 100%;
  }
  #top .footer-section .footer-column2 .flex-column-inner .footer-contact-list ul li {
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 10px !important;
  }
  #top .footer-section .footer-column2 .flex-column-inner .footer-contact-list ul li .iconlist_icon {
    margin-right: 15px;
    margin-left: 0px;
  }
  #top .footer-section .footer-column2 .flex-column-inner .footer-contact-list ul li .article-icon-entry .iconlist_content_wrap .h4, #top .footer-section .footer-column2 .flex-column-inner .footer-contact-list ul li .article-icon-entry .iconlist_content_wrap p {
    font-size: 18px !important;
  }
  #top .footer-section .footer-column2 .flex-column-inner .av-special-heading {
    margin-top: 0;
    padding-bottom: 10px !important;
  }
  #top .footer-section .footer-column2 .flex-column-inner .av-special-heading .av-special-heading-tag {
    font-size: 17px !important;
  }
  #top .footer-section .footer-column2 .flex-column-inner form {
    margin-bottom: 0;
  }
  #top .footer-section .footer-column2 .flex-column-inner form fieldset {
    margin-bottom: 0;
  }
  #top .footer-section .footer-column2 .flex-column-inner form fieldset .form_element_three_fourth {
    width: 73%;
  }
  #top .footer-section .footer-column2 .flex-column-inner form fieldset .form_element_three_fourth input {
    padding: 9.5px 10px !important;
    font: 17px "Roboto Slab" !important;
  }
  #top .footer-section .footer-column2 .flex-column-inner form fieldset .form_element_fourth {
    width: 27% !important;
    margin-left: 0 !important;
  }
  #top .footer-section .footer-column2 .flex-column-inner form fieldset .form_element_fourth .button {
    font-size: 17px !important;
    padding: 10px 10px !important;
  }
  #top .footer-section .footer-column2 .flex-column-inner form fieldset .form_element {
    float: left;
    clear: none;
  }
  #top .footer-section .column-menu-footer .flex-column-inner .av-custom-menu-element ul {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  #top .footer-section .column-menu-footer .flex-column-inner .av-custom-menu-element ul li {
    font-size: 17px !important;
    width: 50% !important;
    margin-bottom: 7px !important;
    text-align: left !important;
  }
  #top .socket-section .flex_column_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  #top .socket-section .flex_column_table .column-copyright p {
    font-size: 14px !important;
  }
  #top .socket-section .flex_column_table .column-social {
    width: 50%;
    margin-bottom: 20px;
  }
  #top .socket-section .flex_column_table .column-social .flex-column-inner .av_textblock_section {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 45%;
    margin-top: 4px;
  }
  #top .socket-section .flex_column_table .column-social .flex-column-inner .av_textblock_section p {
    font-size: 17px;
  }
  #top .socket-section .flex_column_table .column-social .flex-column-inner .custom-social-bookmarks {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #top .socket-section .flex_column_table .column-social .flex-column-inner .custom-social-bookmarks li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 20%;
  }
  #top .socket-section .flex_column_table .column-social .flex-column-inner .custom-social-bookmarks li a:before {
    height: 24px;
    width: 24px;
  }
}

#scroll-top-link {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 767px) {
  #scroll-top-link {
    display: block !important;
  }
}

#top .social_bookmarks li a:before,
#top .custom-social-bookmarks li a:before {
  content: "";
  height: 41px;
  width: 41px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  display: block;
}

@media only screen and (max-width: 1622px) {
  #top .social_bookmarks li a:before,
  #top .custom-social-bookmarks li a:before {
    height: 32px;
    width: 32px;
  }
}

#top .social_bookmarks li:hover a,
#top .custom-social-bookmarks li:hover a {
  background: transparent !important;
}

#top .social_bookmarks .av-social-link-instagram a:before,
#top .custom-social-bookmarks .av-social-link-instagram a:before {
  background: url(/wp-content/themes/buffalo-naval/img/white-instagram-logo.png);
}

#top .social_bookmarks .av-social-link-facebook a:before,
#top .custom-social-bookmarks .av-social-link-facebook a:before {
  background: url(/wp-content/themes/buffalo-naval/img/white_facebook-logo.png);
}

#top .social_bookmarks .av-social-link-twitter a:before,
#top .custom-social-bookmarks .av-social-link-twitter a:before {
  background: url(/wp-content/themes/buffalo-naval/img/white-twitter.png);
}
#top .social_bookmarks .av-social-link-youtube a:before,
#top .custom-social-bookmarks .av-social-link-youtube a:before {
  background: url(/wp-content/themes/buffalo-naval/img/white-youtube.png);
}



#top #wrap_all .av-burger-overlay {
  background: rgba(0, 0, 0, 0.3);
}

#top #wrap_all .av-burger-overlay-scroll {
  width: 400px !important;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  #top #wrap_all .av-burger-overlay-scroll {
    width: 100% !important;
    overflow-x: hidden;
  }
}

#top #wrap_all #av-burger-menu-ul {
  padding: 20px 0px 0px 0px !important;
}

#top #wrap_all #av-burger-menu-ul .custom-burger-element .sub_menu, #top #wrap_all #av-burger-menu-ul .custom-burger-element ul, #top #wrap_all #av-burger-menu-ul .custom-burger-element li {
  float: none;
}

#top #wrap_all #av-burger-menu-ul .burger-meta-ul .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#top #wrap_all #av-burger-menu-ul .burger-meta-ul .menu li {
  padding: 0px 9.5px 15px;
}

#top #wrap_all #av-burger-menu-ul .burger-meta-ul .menu li a {
  padding: 10px 10px 10px 10px;
  font-size: 20px;
}

#top #wrap_all #av-burger-menu-ul .burger-meta-ul .menu li.av-burger-menu-main {
  display: none !important;
}

#top #wrap_all #av-burger-menu-ul .menu-item-avia-special {
  display: block;
}

#top #wrap_all #av-burger-menu-ul .menu-item-avia-special a {
  padding-left: 0;
  padding-right: 0;
  height: auto !important;
  line-height: inherit !important;
}

#top #wrap_all #av-burger-menu-ul .menu-item-avia-special a .av-hamburger-box {
  height: 24px;
}

#top #wrap_all #av-burger-menu-ul .menu-item-avia-special a .av-hamburger-box .av-hamburger-inner {
  margin-top: 5px;
}

#top #wrap_all #av-burger-menu-ul .burger-social-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  padding: 0 20px;
}

#top #wrap_all #av-burger-menu-ul .burger-social-ul .social_bookmarks {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  margin-top: 0;
  right: 0;
  margin-left: 0;
  height: auto;
  overflow: visible;
}

#top #wrap_all #av-burger-menu-ul .burger-social-ul .social_bookmarks li {
  margin-right: 15px;
}

#top #wrap_all #av-burger-menu-ul .burger-social-ul .social_bookmarks li:last-child {
  margin-right: 0;
}

#top #wrap_all #av-burger-menu-ul .burger-social-ul .social_bookmarks li a {
  padding-left: 0;
  padding-right: 0;
}

#top #wrap_all #av-burger-menu-ul > li:not(.custom-burger-element) {
  background: white;
  padding-top: 5px;
  padding-bottom: 15px;
}

#top #wrap_all #av-burger-menu-ul > li:not(.custom-burger-element):nth-child(3) {
  padding-top: 20px;
}

#top #wrap_all #av-burger-menu-ul > li:not(.custom-burger-element) a {
  color: #08142B !important;
  font-size: 20px;
  padding: 10px 50px 10px 70px !important;
}

#top #wrap_all #av-burger-menu-ul > li:not(.custom-burger-element) a:hover {
  color: #B90E0E !important;
  background-color: transparent !important;
}

#top #wrap_all #av-burger-menu-ul > li:not(.custom-burger-element) > a {
  font-weight: 700;
  padding: 5px 50px 10px 50px !important;
}

#top #wrap_all #av-burger-menu-ul > li:not(.custom-burger-element) .sub-menu li.current-menu-item a {
  color: #B90E0E !important;
}

#top #wrap_all #av-burger-menu-ul .burger-contact-list {
  padding-top: 50px;
  padding-bottom: 30px;
}

#top #wrap_all #av-burger-menu-ul .burger-contact-list:after {
  content: "";
  height: 1px;
  width: 100%;
  background: white;
  position: absolute;
  top: 5px;
  left: 0;
}

#top #wrap_all #av-burger-menu-ul .burger-contact-list .avia-icon-list-container {
  margin-bottom: 0;
}

#top #wrap_all #av-burger-menu-ul .burger-contact-list .avia-icon-list-container li {
  padding-bottom: 20px;
}

#top #wrap_all #av-burger-menu-ul .burger-contact-list .avia-icon-list-container li a {
  padding-left: 0 !important;
}

#top #wrap_all #av-burger-menu-ul .burger-contact-list .avia-icon-list-container li .iconlist_icon {
  margin: 7px 15px 10px 25px;
}

#top #wrap_all #av-burger-menu-ul .burger-contact-list .avia-icon-list-container li .article-icon-entry .iconlist_content_wrap {
  text-align: left;
}

#top #wrap_all #av-burger-menu-ul .burger-contact-list .avia-icon-list-container li .article-icon-entry .iconlist_content_wrap p, #top #wrap_all #av-burger-menu-ul .burger-contact-list .avia-icon-list-container li .article-icon-entry .iconlist_content_wrap .h4 {
  font-size: 17px;
}

#top #wrap_all #av-burger-menu-ul .burger-contact-list .avia-icon-list-container li .article-icon-entry .iconlist_content_wrap p {
  margin: 0;
}

#top #wrap_all #av-burger-menu-ul .burger-copy {
  background-color: #08142B;
  padding: 20px 50px 20px 20px;
}

#top #wrap_all #av-burger-menu-ul .burger-copy p {
  font-size: 14px;
  text-align: left;
}

.av-burger-overlay-active #top #header_main > .container .main_menu .av-main-nav-wrap .av-main-nav > li.menu-item-avia-special {
  opacity: 0;
}

.av-hamburger-inner {
  margin-top: -8px;
}

.avia-button {
  /*
    * Generic styles go here
    */
  /*
    * State styles go here
    */
  /*
    * Size styles go here
    */
  /*
    * Button styles go here
    */
}

.avia-button.avia-size-medium {
  padding: 11px 28px;
  font-size: 20px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  margin: 10px 0;
}

.avia-button.avia-color-borderless {
  padding: 0 !important;
  background: none !important;
}

#top .home-section--column-button .avia-button {
  font-size: 35px;
  margin: 0 0 0 25px !important;
  padding: 45px 20px;
  width: 369px;
  border-radius: 0;
}

@media only screen and (max-width: 1510px) {
  #top .home-section--column-button .avia-buttonrow-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #top .home-section--column-button .avia-buttonrow-wrap .avia-button {
    margin: 5px 0 !important;
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 989px) {
  #top .home-section--column-button .avia-button {
    font-size: 17px;
    padding: 15px 20px !important;
    width: auto;
  }
}

#top .borderless-button a {
  font-size: 27px;
  font-weight: 700;
  border-radius: 0;
  margin: 0;
  background-color: transparent;
  color: white !important;
  border: none;
}

#top .home--view-events-button a {
  font-size: 20px;
  font-weight: 700;
  border-radius: 0;
  margin: 0;
  padding: 13px 10px 11px;
  width: 308px;
}

.hr.hr-short {
  height: 3px;
}

.hr.hr-short .hr-inner {
  height: 100%;
  width: 60px;
  background: #143A6E;
  border: 0;
  top: 0;
}

.hr.hr-short .hr-inner .hr-inner-style {
  display: none;
}

.hr-custom .hr-inner.inner-border-av-border-fat {
  border-top-width: 3px;
}

#top .hr-big-separator {
  height: 4px;
  width: 100%;
  margin: 35px 0 45px;
}

@media only screen and (max-width: 1400px) {
  #top .hr-big-separator {
    height: 2px;
    margin: 20px 0 15px;
  }
}

#top .hr-big-separator .hr-inner {
  height: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  border-top: none;
  background-color: #08142B;
}

#top .hr-short-separator {
  height: 3px;
  width: 100%;
  margin: 30px 0;
}

#top .hr-short-separator .hr-inner {
  height: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  border-top: none;
  background-color: white;
}

#top .hr-medium-separator {
  height: 4px;
  width: 100%;
  margin: 20px 0;
}

@media only screen and (max-width: 989px) {
  #top .hr-medium-separator {
    height: 2px;
    margin: 15px 0;
  }
}

#top .hr-medium-separator .hr-inner {
  height: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  border-top: none;
  background-color: white;
}

/* Tempo Fix */
body .av-special-heading.centered {
  text-align: center;
}

#top .special-heading-border {
  display: none;
}

#top .av-special-heading > * {
  white-space: normal;
  float: none;
}

@media only screen and (max-width: 989px) {
  .av-special-heading {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 767px) {
  html #top.home #header_main > .container .main_menu .av-main-nav-wrap .av-main-nav > li:not(.menu-item-avia-special) {
    opacity: 0;
    display: none;
  }
}

@media only screen and (min-width: 989px) and (max-width: 1400px) {
  #top.home #header_meta .av-burger-menu-main {
    display: block;
  }
}

@media only screen and (min-width: 989px) {
  #top.home #header_main > .container .main_menu .av-main-nav-wrap .av-main-nav > li.menu-item-avia-special {
    display: none;
  }
}

#top.home .av_header_transparency #header_meta .menu-item-search-dropdown a {
  color: #143A6E !important;
}

#top.home .av_header_transparency #header_meta .av-hamburger-inner,
#top.home .av_header_transparency #header_meta .av-hamburger-inner::before,
#top.home .av_header_transparency #header_meta .av-hamburger-inner::after {
  background: #143A6E !important;
}

#hp_content_second {
  background-image: none !important;
  background-color: #ffffff !important;
}

#top .home--fullscreen-slider {
  border-bottom: 16px solid #0A2346;
}

#top .home--fullscreen-slider a {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 50px 0 50px;
  border-color: white transparent transparent transparent;
  -webkit-animation: none;
          animation: none;
  margin-bottom: 10px;
}

#top .home--fullscreen-slider a::before {
  content: "Scroll down";
  position: absolute;
  top: -75px;
  font-size: 27px;
  left: -100px;
  width: 200px;
  font-weight: 700;
  font-family: "Roboto Slab";
}

@media only screen and (max-width: 767px) {
  #top .home--fullscreen-slider a {
    display: none;
  }
}

#top .av-submenu-container {
  background-color: #FAFAFA;
  border-bottom: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#top .av-submenu-container.pos-is-fixed ul {
  text-align: right;
}

#top .av-submenu-container .container {
  padding: 24px 0 0 !important;
  max-width: 1780px !important;
}

#top .av-submenu-container .container ul li {
  padding-bottom: 39px !important;
}

#top .av-submenu-container .container ul li a {
  padding: 16px 35px 16px 37px;
  border-left-width: 2px;
  background-color: #FAFAFA;
  border-color: #08142B !important;
  font-size: 35px;
  font-weight: 700;
}

@media only screen and (max-width: 1680px) {
  #top .av-submenu-container .container ul li a {
    padding: 16px 25px 16px 27px;
  }
}

@media only screen and (max-width: 1580px) {
  #top .av-submenu-container .container ul li a {
    font-size: 29px;
  }
}

#top .av-submenu-container .container ul li .sub-menu {
  width: 280px;
  left: 15px;
  margin-top: 57px;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#top .av-submenu-container .container ul li .sub-menu li {
  padding: 0 !important;
}

#top .av-submenu-container .container ul li .sub-menu li a {
  line-height: 30px !important;
  font-size: 22px;
  padding: 10px 15px;
  font-weight: 400;
  background: #f5f5f5;
  color: #0A2346;
}

@media only screen and (max-width: 1622px) {
  #top .av-submenu-container .container ul li .sub-menu li a {
    line-height: 25px !important;
    font-size: 18px;
  }
}

#top .av-submenu-container .container ul li .sub-menu li:hover {
  background-color: #0a2346;
}

#top .av-submenu-container .container ul li .sub-menu li:hover a {
  opacity: 0.8;
}

@media only screen and (max-width: 1400px) {
  .home--fullwidth-menu,
  .home--fullwidth-menu + .sticky_placeholder {
    display: none;
  }
}

#top .home--burger-trigger {
  display: none;
}

@media only screen and (min-width: 767px) and (max-width: 1400px) {
  #top .home--burger-trigger {
    display: block;
  }
}

#top .home--burger-trigger a {
  font-size: 17px;
  font-weight: 700;
}

#top .home--aftermenu .home-section--column-text {
  width: 43.7%;
}

#top .home--aftermenu .home-section--column-button {
  width: 56.3%;
}

@media only screen and (max-width: 1400px) {
  #top .home--aftermenu .row-home-section1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top .home--aftermenu .row-home-section1 .home-section--column-text {
    width: 100%;
  }
  #top .home--aftermenu .row-home-section1 .home-section--column-text .avia_textblock p {
    text-align: center;
  }
  #top .home--aftermenu .row-home-section1 .home-section--column-button {
    width: 100%;
  }
}

@media only screen and (max-width: 1400px) {
  #top .home--red-boxes .content {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  #top .home--red-boxes .content .flex_column {
    padding: 40px 15px 35px 15px !important;
  }
  #top .home--red-boxes .content .flex_column .av-special-heading .av-special-heading-tag {
    font-size: 35px;
  }
  #top .home--red-boxes .content .flex_column .hr-short-separator {
    height: 2px;
    margin: 20px 0;
  }
  #top .home--red-boxes .content .flex_column .av_textblock_section p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #top .home--red-boxes {
    background-image: url(/wp-content/uploads/IMG_3783@2x-mobile.png);
    background-position: center !important;
  }
  #top .home--red-boxes .content {
    padding-top: 45px !important;
    padding-bottom: 40px !important;
  }
  #top .home--red-boxes .content .flex_column {
    padding: 10px 25px 10px 25px !important;
    margin-bottom: 5px !important;
  }
  #top .home--red-boxes .content .flex_column .av-special-heading .av-special-heading-tag {
    font-size: 25px;
  }
  #top .home--red-boxes .content .flex_column .hr-short-separator {
    height: 2px;
    margin: 10px 0;
  }
  #top .home--red-boxes .content .flex_column .av_textblock_section p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 989px) {
  #top .home--pre-events .content {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  #top .home--pre-events .content .borderless-button a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #top .home--pre-events .flex_column {
    margin-bottom: 0 !important;
  }
  #top .home--pre-events .flex_column .av-special-heading-tag {
    text-align: center;
  }
}

@media only screen and (max-width: 1400px) {
  #top .home--events .av-special-heading-tag {
    font-size: 30px;
    line-height: 36px;
  }
  #top .home--events .avia_textblock p {
    font-size: 23px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #top .home--events .av-special-heading-tag {
    font-size: 20px;
    line-height: 28px;
  }
  #top .home--events .avia_textblock p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }
}

#top .custom-events-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#top .custom-events-grid .flex_column {
  margin: 15px 0;
}

@media only screen and (min-width: 767px) {
  #top .custom-events-grid .flex_column {
    width: 48%;
  }
}

@media only screen and (min-width: 989px) {
  #top .custom-events-grid .flex_column {
    width: 30.333%;
  }
}

#top .prefooter-section .avia_textblock p {
  font-size: 35px;
}

@media only screen and (max-width: 1400px) {
  #top .prefooter-section .av-special-heading-tag {
    font-size: 60px;
  }
  #top .prefooter-section .avia_textblock p {
    font-size: 30px;
  }
}

@media only screen and (max-width: 989px) {
  #top .prefooter-section .av-special-heading-tag {
    font-size: 35px;
  }
  #top .prefooter-section .avia_textblock p {
    font-size: 25px;
  }
}

@media only screen and (max-width: 550px) {
  #top .prefooter-section .content {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #top .prefooter-section .content .av-special-heading-tag {
    font-size: 20px;
  }
  #top .prefooter-section .content .avia_textblock p {
    font-size: 14px;
  }
}

/* Internals */
.page #main .container {
  max-width: 1600px;
}

.breadcrumb-trail .trail-before, .breadcrumb-trail .trail-before + span, .breadcrumb-trail .trail-before + span + span {
  display: none;
}

#top .cp-title {
  border-bottom: 4px solid #08142B;
  margin-bottom: 50px;
}

@media only screen and (max-width: 989px) {
  #top .cp-title {
    border-bottom-width: 2px;
  }
}

@media only screen and (max-width: 767px) {
  #top .cp-title {
    margin-bottom: 25px;
  }
}

#top .cp-title .breadcrumb {
  padding: 0;
  background: transparent;
  margin: 0;
}

#top .cp-title .breadcrumb span, #top .cp-title .breadcrumb a {
  font-size: 27px;
  color: #B90E0E;
  font-weight: 700;
  padding: 0;
}

@media only screen and (max-width: 989px) {
  #top .cp-title .breadcrumb span, #top .cp-title .breadcrumb a {
    font-size: 14px;
  }
}

#top .cp-title .breadcrumb .sep {
  margin: 0 5px;
}

#top .cp-title .cp-title-inner {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 989px) {
  #top .cp-title .cp-title-inner {
    padding: 10px 0 15px 0;
  }
}

#top .cp-title .cp-title-inner .cp-title-tag {
  margin-bottom: 0;
  line-height: 1;
}

#top .cp-title .cp-title-inner .cp-title-return-link a {
  color: #0A2346;
}

#top .fullsize .template-blog .post-title,
#top .fullsize .template-blog .post .entry-content-wrapper {
  max-width: 100%;
}

#top .pagination {
  display: block !important;
}

/* Quick CSS @ Matt */
#top .products .product h2,
#top .products .product h3,
#top .products .product h4,
#top .products .product h5,
#top .products .product h6,
#top h2.woocommerce-loop-product__title {
  font-size: 1em;
}

#top .widget_nav_menu ul li a {
  line-height: 1.3;
  font-weight: 700;
  color: #596566;
  font-size: 20px !important;
  padding: 10px 0 !important;
  background: transparent !important;
}

.news-headline {
  font-size: 16px !important;
  line-height: 1.3;
}

#top .entry-content p {
  font-size: 22px !important;
}

/*
#top .av-submenu-container .container ul {
    font-size: 25px!important;
    font-weight: 700;
}

*/
#top .widget_nav_menu {
  margin-top: 10px;
}

#top .widget_nav_menu ul li {
  margin-bottom: 0;
  border: 0 !important;
  background: transparent !important;
}

#top .widget_nav_menu ul li a {
  line-height: 1.3;
  font-weight: 700;
  color: #596566;
  font-size: 27px;
  padding: 10px 0 !important;
  background: transparent !important;
}

@media only screen and (max-width: 989px) {
  #top .widget_nav_menu ul li a {
    font-size: 16px;
    padding: 5px 0 !important;
  }
}

#top .widget_nav_menu ul li a .avia-menu-fx {
  display: none;
}

#top .widget_nav_menu ul li a:hover {
  color: #B90E0E;
  text-decoration: none;
}

#top .widget_nav_menu ul li.current-menu-item a {
  color: #B90E0E;
}

#top .textwidget h3,
#top .textwidget h4 {
  font-size: 20px;
}

#top label {
  font-size: 0.5em;
}

.sidebar_left.sidebar {
  text-align: left;
}

#top .news-wrap li a span {
  display: none;
}

#top #wrap_all .tribe-events-button,
#top #wrap_all .wpcf7-submit {
  padding: 7px 16px;
  font-weight: 400;
  border-radius: 10px;
  text-transform: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 18px;
  font-family: "Roboto Slab";
  letter-spacing: 0;
  line-height: 2;
}

#top #wrap_all .modified_width input[type='submit'] {
  line-height: normal;
}

#top #wrap_all .avia_cart_buttons {
  background: #B90E0E;
  opacity: 1;
}

#top #wrap_all .avia_cart_buttons .button {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white !important;
  font-size: 16px !important;
}

#top #wrap_all .avia_cart_buttons .button-mini-delimiter {
  border-color: white !important;
}

#top #wrap_all .av-single-event-meta-bar-inner {
  padding: 0;
  border: 0;
}

#top #wrap_all #tribe-events-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#top #wrap_all #tribe-events-content-wrapper .tribe-events-title-bar .tribe-events-page-title {
  color: #B90E0E;
  margin: 20px 0;
}

#top #wrap_all #tribe-events-content-wrapper #tribe-events-bar {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-top: 30px;
  margin-bottom: 0;
}

#top #wrap_all #tribe-events-content-wrapper #tribe-events-bar form {
  margin-bottom: 0 !important;
}

#top #wrap_all #tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-filters-wrap {
  width: 100%;
  background-color: #143A6E;
}

#top #wrap_all #tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-filters-wrap .tribe-bar-filters .tribe-bar-filters-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top #wrap_all #tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-filters-wrap .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-view-switcher-filter .tribe-events-button {
  top: 0;
  padding: 7px 16px;
  font-weight: 400;
  border-radius: 10px;
  border: 0;
  min-width: 280px;
}

#top #wrap_all #tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-filters-wrap .tribe-bar-filters .tribe-bar-filters-inner div {
  padding: 20px;
}

#top #wrap_all #tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-filters-wrap .tribe-bar-filters .tribe-bar-filters-inner div label {
  display: none;
}

#top #wrap_all #tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-filters-wrap .tribe-bar-filters .tribe-bar-filters-inner div input {
  border: none;
  font-size: 18px;
  font-family: "Roboto Slab";
}

#top #wrap_all #tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-filters-wrap .tribe-bar-filters .tribe-bar-filters-inner div input[type='text'] {
  font-weight: bold;
  border-radius: 0;
}

#top #wrap_all #tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-filters-wrap .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit .tribe-events-button {
  top: 0;
}

#top #wrap_all #tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-views {
  display: none;
}

#top #wrap_all #tribe-events-content-wrapper .tribe-events-month #tribe-events-header ul li a {
  font-size: 27px;
  font-weight: 700;
}

#top #wrap_all #tribe-events-content-wrapper .tribe-events-month .tribe-events-calendar thead tr th {
  background-color: #0A2346;
  font-size: 18px;
  padding: 31px 0;
  border-color: rgba(221, 221, 221, 0.7) !important;
  border-top-color: #0A2346 !important;
  border-bottom: 0 !important;
}

#top #wrap_all #tribe-events-content-wrapper .tribe-events-month .tribe-events-calendar thead tr th:first-child {
  border-left-color: #0A2346 !important;
}

#top #wrap_all #tribe-events-content-wrapper .tribe-events-month .tribe-events-calendar thead tr th:last-child {
  border-right-color: #0A2346 !important;
}

#top #wrap_all #tribe-events-content-wrapper .tribe-events-month .tribe-events-calendar tbody tr td {
  border-top: 20px solid #143A6E;
  background: #FAFAFA;
  border-left-color: #DDDDDD !important;
  border-right-color: #DDDDDD !important;
  border-bottom-color: #DDDDDD !important;
}

#top #wrap_all #tribe-events-content-wrapper .tribe-events-month .tribe-events-calendar tbody tr td > div {
  background: transparent;
  color: #0A2346;
  margin: 0;
}

#top #wrap_all #tribe-events-content-wrapper .tribe-events-month .tribe-events-calendar tbody tr td.tribe-events-present {
  border-top-color: #BC2727 !important;
}

#top #wrap_all #tribe-events-content-wrapper .tribe-events-tooltip {
  padding: 10px 19px;
}

#top #wrap_all #tribe-events-content-wrapper .tribe-events-tooltip .entry-title {
  font-size: 18px;
}

#top #wrap_all #tribe-events-content-wrapper .tribe-events-tooltip .tribe-events-event-body {
  padding: 0;
}

#top #wrap_all #tribe-events-content-wrapper .tribe-events-tooltip .tribe-events-event-body p {
  font-size: 16px;
}

#top.events-list #tribe-events-content-wrapper .tribe-events-title-bar,
#top.events-list #tribe-events-content-wrapper #tribe-events-bar {
  display: none;
}

#top.events-list #tribe-events-content-wrapper .type-tribe_events:last-child .av-tribe-events-content-wrap:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#top.events-list #tribe-events-content-wrapper .av-tribe-events-content-wrap {
  border: 0;
  padding: 0;
  border-bottom: 2px dashed;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#top.events-list #tribe-events-content-wrapper .av-tribe-events-content-wrap .tribe-events-list-event-title {
  text-align: left;
  font-size: 20px;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 20px;
}

#top.events-list #tribe-events-content-wrapper .av-tribe-events-content-wrap .av-tribe-events-outer-content-wrap {
  display: block;
}

#top.events-list #tribe-events-content-wrapper .av-tribe-events-content-wrap .av-tribe-events-outer-content-wrap .tribe-events-event-meta,
#top.events-list #tribe-events-content-wrapper .av-tribe-events-content-wrap .av-tribe-events-outer-content-wrap .av-tribe-events-inner-content-wrap {
  display: block;
  width: 100%;
}

#top.events-list #tribe-events-content-wrapper .av-tribe-events-content-wrap .av-tribe-events-outer-content-wrap .tribe-events-event-meta, #top.events-list #tribe-events-content-wrapper .av-tribe-events-content-wrap .av-tribe-events-outer-content-wrap .tribe-events-event-meta div {
  border: 0;
  padding: 0;
}

#top.events-list #tribe-events-content-wrapper .av-tribe-events-content-wrap .av-tribe-events-outer-content-wrap .tribe-events-read-more {
  font-weight: bold;
  color: #08142B;
}

#top.events-list #tribe-events-content-wrapper .av-tribe-events-content-wrap .av-tribe-events-outer-content-wrap .tribe-events-read-more,
#top.events-list #tribe-events-content-wrapper .av-tribe-events-content-wrap .av-tribe-events-outer-content-wrap .av-tribe-events-inner-content-wrap p,
#top.events-list #tribe-events-content-wrapper .av-tribe-events-content-wrap .av-tribe-events-outer-content-wrap .tribe-events-event-meta {
  font-size: 16px;
}

@media only screen and (max-width: 989px) {
  #top.events-list #tribe-events-content-wrapper .av-tribe-events-content-wrap .av-tribe-events-outer-content-wrap .tribe-events-read-more,
  #top.events-list #tribe-events-content-wrapper .av-tribe-events-content-wrap .av-tribe-events-outer-content-wrap .av-tribe-events-inner-content-wrap p,
  #top.events-list #tribe-events-content-wrapper .av-tribe-events-content-wrap .av-tribe-events-outer-content-wrap .tribe-events-event-meta {
    font-size: 14px;
  }
}

.events-gridview .cp-title-return-link {
  display: none;
}

#top .wpbc_booking_form_structure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 20px;
}

#top .wpbc_booking_form_structure .wpbc_structure_form label {
  font-size: 16px;
}

#top .wpbc_booking_form_structure .wpbc_structure_form .btn {
  border: none;
  font-size: 32px;
  font-weight: 700;
  border-radius: 0;
  padding: 12.5px 40px;
  background-color: #b90e0e;
  color: #ffffff;
}

@media only screen and (min-width: 767px) {
  #top .wpbc_booking_form_structure .wpbc_structure_form {
    width: 50%;
  }
  #top .wpbc_booking_form_structure .wpbc_structure_calendar {
    margin-right: 50px;
  }
}
