/* Write Custom CSS */

.header-topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-topbar-sidebar {
  flex: 0 0 auto;
  width: 50%;
}

.header {
  margin-bottom: 0;
}

.header .header-topbar .header-topbar-sidebar.topbar-left .widget {
  padding-left: 0;
}

.header-topbar-sidebar.topbar-right {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
}

.main-navigation > li:last-of-type a {
  padding-right: 0;
}

.main-navigation .sub-menu > li > a {
  border-top-color: #008bbc !important;
}

.forum-archive .main-navigation #menu-item-7510 a,
.topic-archive .main-navigation #menu-item-7510 a,
.single-forum .main-navigation #menu-item-7510 a,
.single-topic .main-navigation #menu-item-7510 a {
  color: #828282;
}

.topic-archive .main-navigation #menu-item-8157 a,
.single-forum .main-navigation #menu-item-8157 a,
.single-topic .main-navigation #menu-item-8157 a {
  color: #56afd5
}

.forum-archive .main-navigation #menu-item-7510 a:hover,
.topic-archive .main-navigation #menu-item-7510 a:hover,
.single-forum .main-navigation #menu-item-7510 a:hover,
.single-topic .main-navigation #menu-item-7510 a:hover {
  color: #56afd5;
}

body.widget-bar-overlay .page-header--wrap,
.page-header .page-header--wrap {
  padding: 100px 0 105px 0;
}

.widget_categories li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.widget_categories li a {
  color: #888;
}
.widget_categories li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
}
.widget_categories li:last-child::after {
  content: none;
}

.footer {
  background: none;
}

.footer .footer--top .footer--top-container {
  padding: 15px 0;
  margin-bottom: 90px;
  border-bottom: 1px solid #ccc;
}

.footer .footer--top .footer--top-container .row {
  display: flex;
  justify-content: center;
  width: 50%;
  margin: 0 auto;
}

.footer .footer--top .footer--top-container .row::before,
.footer .footer--top .footer--top-container .row::after {
  content: none;
}

.footer .footer--top .footer--top-container .row div {
  width: auto;
  text-align: center;
}

.footer .footer--top .footer--top-container .icon-box--icon {
  margin: 0;
}

.footer .footer--top .footer--top-container .col-xs-12.col-md-12 {
  padding: 0;
  margin: 0 10px;
}

.footer .social-icons a i {
  font-size: 30px;
  color: #aaa;
}

.footer .footer--bottom {
  background: #d2d5d8 !important;
}

.footer .footer--bottom .col-xs-12.col-md-6,
.footer .footer--bottom .bottom-left {
  width: 100%;
}

.footer .footer--bottom .bottom-left {
  text-align: center;
}

.body-subtitle-blue h3.widget-title {
  font-size: 20px;
  color: #00a8e3;
}

.small-title-grey h3.widget-title {
  font-size: 16px;
}

.small-title-grey h3.widget-title span.normal {
  font-weight: 600;
}

.content-area {
  margin-bottom: 0;
}

.page-header {
  margin-top: 0px;
}

.page-header .page-header--title {
  color: #00a8e3;
}

.login_container > div {
  background: rgba(255, 255, 255, 0.75);
  margin: 150px 0;
  padding: 50px;
  border-radius: 6px;
}

.login_container > div:last-child {
  display: none;
}

.login_container input[type="submit"] {
  border-radius: 25px !important;
}

.login_container .um-half a {
  border-radius: 25px !important;
}

.right-nav {
  display: flex;
}

.cart-contents {
  padding: 0 0 0 14px;
  position: relative;
}

.cart-contents:before {
  font-family: WooCommerce;
  content: "";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  padding-right: 5px;
  vertical-align: bottom;
}

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: -6px;
  width: 16px;
  height: 16px;
  color: #00a8e3;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  font-weight: bold;
  border-radius: 16px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
}

.about-us-text {
  font-size: 20px;
  width: 75%;
  margin: 0 auto;
}

.wc-block-cart__submit-button {
  color: #fff;
  background-color: #00a8e3;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  -webkit-transform: ease 0.4s all;
  -ms-transform: ease 0.4s all;
  -webkit-transition: ease 0.4s all;
  -o-transition: ease 0.4s all;
  transition: ease 0.4s all;
}

.wc-block-cart__submit-button:hover {
  background-color: #00a3de;
  color: #fff;
  text-decoration: none;
}

#contact_form_container form {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 16px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
}

#contact_form_container form input,
#contact_form_container form textarea,
#contact_form_container form select {
  margin: 0;
  padding: 10px;
  height: auto;
  box-sizing: border-box;
  border-radius: 4px;
}

#contact_form_container form p {
  margin-bottom: 10px;
}

#contact_form_container form .message_container {
  grid-column: 1 / span 2;
  grid-row: 4;
}

#contact_form_container form .btn_container {
  text-align: center;
  grid-column: 1 / span 2;
  grid-row: 5;
  margin-top: 20px;
}

#contact_form_container form .btn_container input {
  min-width: 120px;
  background-color: #00a8e3;
  color: #fff;
  margin: 0 4px;
  padding: 8px 12px;
  border: none;
  border-radius: 25px;
}

#contact_form_container form .btn_container .reset {
  color: #aaa;
  background-color: #fff;
  border: 1px solid #aaa;
}

#contact_form_container form .wpcf7-not-valid-tip {
  margin-left: 10px;
}

#contact_form_container form .wpcf7-response-output {
  margin: 0;
  margin-top: 20px;
  grid-column: 1;
  grid-row: 5;
}

#contact_form_container form .wpcf7-validation-errors {
  color: red;
  border-color: red;
}

.CTA .widget_text {
  margin: 0 !important;
}
.CTA .description-widget {
  margin-bottom: 30px;
}
.CTA #mc_embed_signup div#mce-responses {
  top: 100%;
  margin: 0;
}
.CTA #mc_embed_signup #mce-success-response,
.CTA #mc_embed_signup #mce-error-response {
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .CTA {
    background-position: 70% center !important;
  }
  .CTA > div {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 20px 20px 40px !important;
  }
}

.CTA div.tnp-subscription {
  margin: 0;
}

.CTA div.tnp-subscription form {
  display: flex;
  gap: 20px;
}

.CTA div.tnp-subscription .tnp-field-email,
.CTA div.tnp-subscription .tnp-field-button{
  margin: 0;
}

.CTA div.tnp-subscription .tnp-field-email {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px;
}

.CTA .tnp-subscription label {
  display: none;
}

.CTA div.tnp-subscription .tnp-field-email input {
  border: 1px solid #00a8e3;
  padding: 10px;
  height: 50px;
}

.CTA .tnp-subscription input.tnp-submit,
.CTA .tnp-profile input.tnp-submit {
  height: 50px;
  background-color: #00a8e3;
  padding: 0 22px;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
}

.CTA .tnp-subscription input.tnp-submit:hover,
.CTA .tnp-profile input.tnp-submit:hover {
	background-color: #56afd5;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #00a8e3 !important;
}

@media (max-width: 1199px) {
  .news-content-area .panel-grid-cell > div {
    padding: 0 5%;
  }
}
@media (max-width: 991px) {
  .news-content-area .panel-grid-cell > div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1200px) {
  .main-navigation > li.menu-item-has-children {
    padding-right: 8px;
    margin-right: 10px;
  }

  .main-navigation > li.menu-item-has-children::after {
    bottom: 56px;
    right: 0;
  }
}
@media (max-width: 992px) {
  #menu-right-navigation {
    display: flex;
    margin: 25px 0 40px 0;
  }

  .nav-toggle-mobile-submenu {
    width: auto !important;
    height: auto !important;
  }

  #menu-right-navigation > li:first-child > a {
    padding-right: 20px;
  }

  #menu-right-navigation > li > a {
    background: transparent;
    color: #00a8e3;
    border: none;
    font-size: 14px;
    padding: 20px;
  }

  .right-nav {
    height: 110px;
  }

  .nav-toggle-mobile-submenu {
    top: 3px !important;
  }

  .nav-toggle-mobile-submenu i {
    color: #00a8e3;
  }

  .main-navigation > li.menu-item-has-children {
    padding-right: 0px;
  }

  .main-navigation > li.nav-toggle-dropdown .nav-toggle-mobile-submenu {
    background: transparent !important;
  }

  .sub-menu {
    position: absolute;
    right: 0;
  }

  .header .header-wrapper .header-navigation {
    position: relative;
  }

  .featured-button {
    display: none;
  }
}
@media (max-width: 560px) {
  .footer {
    margin-top: 30px;
  }

  .footer .footer--top .footer--top-container {
    margin-bottom: 45px;
  }

  .footer .footer--middle ul#menu-main-navigation-1 {
    flex-wrap: wrap;
  }

  .footer .footer--middle ul#menu-main-navigation-1 li {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .header .container {
    flex-direction: column;
  }

  .header .header-wrapper .header-navigation {
    margin-left: 0;
  }

  .header-logo {
    width: 100%;
    text-align: center;
  }

  .header .header-wrapper .header-logo {
    width: 100%;
    padding: 20px 0 0;
  }
}
