/*** Old Styling from Warp --> before Nov. 2024 ***/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
html {
  font: 300 14px/20px "Open Sans";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #f2f2f2;
  color: #444;
  overflow-y: scroll;
}
html body {
  margin: 0;
  background-color: #c3c3c3;
}
html body a,
html body .uk-link {
  color: #a55b73;
  text-decoration: none;
  cursor: pointer;
}
html body a:hover, html body a:focus,
html body .uk-link:hover,
html body .uk-link:focus {
  color: #222;
  text-decoration: underline;
}

img.hover-effect {
  transition: transform 0.5s ease;
}
img.hover-effect:hover {
  transform: scale(1.5);
}

.no-space {
  padding: 0;
  margin: 0 auto !important;
}

.shadow {
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
}

.shadow-img {
  box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.3);
}

span.ico {
  border-radius: 50%;
  padding: 10%;
  display: block;
  font-family: FontAwesome;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto 12px;
  width: 100px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}

span.ico:hover {
  border-radius: 0;
}

figure img {
  transition: all 0.3s ease-in-out 0s;
  background-color: transparent;
}
figure img:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

img.effect {
  opacity: 0.5;
  transition: all 0.4s ease-in-out 0s;
}
img.effect:hover {
  opacity: 1;
}

.uk-grid {
  margin-left: -25px;
}
.uk-grid > * {
  padding-left: 25px;
}
.uk-grid + .uk-grid,
.uk-grid .uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}

.uk-button {
  background: #864e60;
}
.uk-button:hover, .uk-button:focus {
  background-color: #f2f2f2;
}

.uk-button-primary {
  background-color: #864e60;
  color: #fff;
}
.uk-button-primary:hover, .uk-button-primary:focus {
  background-color: #8c7e84;
  color: #fff;
}

h1 {
  color: #864e60;
  font-family: "Open Sans";
}

h2, .uk-h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #666;
}

h3, .uk-h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
h3.uk-panel-title, .uk-h3.uk-panel-title {
  color: #fff;
  background-color: transparent !important;
  border-bottom: 1px solid #333;
}
h3.uk-panel-title::after, .uk-h3.uk-panel-title::after {
  background-color: #c5b083;
}

h4, .uk-h4 {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.uk-article-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.uk-article-title::after {
  background-color: #c5b083;
}

.uk-breadcrumb li span, .uk-breadcrumb li a {
  font-size: 11px;
}

.tm-toolbar {
  background: #fff;
  margin: 0 !important;
  padding: 10px;
  font-size: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.tm-toolbar ul {
  margin: 0 !important;
}
.tm-toolbar .uk-subnav > * {
  margin-top: 0;
}
.tm-toolbar .uk-float-left .uk-panel {
  margin: 0 25px 0 0;
  float: left;
}
.tm-toolbar .uk-float-right .uk-panel {
  margin: 0 0 0 25px;
  float: right;
}

.tm-navbar {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 4px solid #864e60 !important;
}
.tm-navbar .uk-navbar-nav > li > a {
  text-transform: none;
  color: #864e60;
  font-size: 18px;
}
.tm-navbar .uk-navbar-nav > li > a:hover, .tm-navbar .uk-navbar-nav > li > a:focus {
  background-color: #864e60;
  color: #fff;
  animation: uk-slide-bottom-fixed 0.3s ease-in-out;
  transform-origin: 0 0;
}
.tm-navbar .uk-navbar-nav > li.uk-active > a {
  background-color: #fff;
  color: #864e60;
}
.tm-navbar .uk-navbar-nav > li.uk-parent > a {
  padding-right: 10px;
  position: relative;
}
.tm-navbar .uk-navbar-nav > li.uk-parent > a::after {
  display: none;
}
.tm-navbar .uk-navbar-toggle {
  color: #444;
  font-size: 18px;
  background: #fff;
  text-decoration: none;
}
.tm-navbar .uk-navbar-toggle:after {
  content: "\f039";
  font-family: FontAwesome;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .tm-navbar {
    margin: 0 -25px 25px -25px;
    border-width: 0 0 1px 0;
  }
  .tm-navbar:not(.uk-navbar-attached) {
    border-radius: 0;
  }
  .tm-navbar .tm-logo-small:hover {
    text-decoration: none;
  }
}

.tm-logo-small {
  display: inline-block;
  letter-spacing: -0.31em;
}

.tm-content {
  padding: 30px 30px 10px 40px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.tm-footer {
  background: #fff !important;
  padding: 20px 0;
  font-size: 12px;
  color: #999;
  margin: 35px 0 0 0;
}
.tm-footer a {
  color: #000 !important;
}
.tm-footer a:hover {
  color: #777 !important;
}
.tm-footer .uk-panel + .uk-panel {
  margin-top: 25px;
}

.uk-navbar {
  border-bottom: 4px solid #864e60;
}

.uk-dropdown.uk-dropdown-navbar {
  background-color: #fde2e2 !important;
}
.uk-open > .uk-dropdown {
  animation: uk-slide-bottom-fixed 0.8s ease-in-out;
  transform-origin: 0 0;
}

ul.uk-nav-sub {
  padding-left: 30px !important;
  font-size: 12px;
}
ul.uk-nav-sub > li > a:before {
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  left: 18px;
  top: auto;
}
ul.uk-nav-sub > li > a:hover {
  font-weight: bold;
}

@media screen and (max-width: 1025px) {
  #menu-outer {
    transition: 0.15s ease-in-out;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  }
}
.tm-headerbar {
  background-color: #fff;
}
.tm-headerbar .tm-logo {
  float: left;
}
.tm-headerbar .uk-panel {
  max-width: 100%;
  margin-right: 0;
  float: right;
}

.tm-logo p {
  margin-bottom: 30px;
  color: #864e60;
  padding-top: 0 !important;
  margin-top: -5px;
}
.tm-logo p img {
  margin-top: -30px !important;
}
.tm-logo:hover {
  color: initial;
  text-decoration: none !important;
  border: none;
}

.tm-main > *:nth-child(n+2) {
  margin-top: 0;
}

.uk-form-row + .uk-form-row {
  margin-top: 10px;
}

.uk-panel.uk-panel-box {
  padding-bottom: 20px;
}
.uk-panel.uk-panel-box .uk-panel-title {
  color: #6b6a68;
}

[class^=icon-],
[class*=" icon-"] {
  height: auto;
  line-height: 1.7 !important;
  width: auto;
}

em {
  color: #864e60;
}

.uk-container {
  margin-top: 25px;
}

.tm-totop-scroller {
  background: rgba(0, 0, 0, 0.4) url("/templates/jp-surfing/images/backtotop.png") no-repeat center center;
  border-radius: 100px;
  display: block;
  height: 40px !important;
  text-indent: -9999px;
  transition: all 0.2s linear 0s;
  width: 40px !important;
  bottom: 40px;
  right: 40px !important;
  top: auto !important;
  position: fixed !important;
}
.tm-totop-scroller:hover {
  background: rgba(0, 0, 0, 0.6) url("/templates/jp-surfing/images/backtotop.png") no-repeat center center;
}

.demo-logo {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #864e60;
  display: none;
}

.uk-dropdown .uk-nav {
  text-align: left;
}

.uk-navbar-nav > li > a {
  text-transform: uppercase;
}

.uk-sticky-placeholder nav.uk-active {
  z-index: 99;
}

.main-outer {
  background: #fff !important;
}

.uk-subnav {
  display: inline-flex !important;
}
.uk-subnav li a {
  font-size: 12px;
}
.uk-subnav li a:hover {
  font-size: 12px;
}

form.paypal-form input {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.uk-overlay-panel {
  background-color: rgba(0, 0, 0, 0.5);
}

.uk-navbar-flip {
  padding-right: 0 !important;
  height: auto !important;
}
.uk-navbar-flip.uk-dropdown-search {
  margin-top: 5px;
  margin-right: -15px;
}

.uk-navbar {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}

/*# sourceMappingURL=theme-warp.css.map */
