@charset "UTF-8";
/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	bnorthum.me
VERSION:	0.01
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/* Ned's color palette */
/*#fffefa;*/
/*#6d5d91;*/
/*ffd000*/
/*  typography */
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;1,700&display=swap");
@import url("/assets/css/icofont/icofont.min.css");
body {
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #4a340f;
}

p, .paragraph {
  font-weight: 400;
  color: #4a340f;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #4a340f;
  font-family: "Comfortaa", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

h1, .h1 {
  font-size: 48px;
}

h2, .h2 {
  font-size: 42px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 14px;
}

/* Button style */
.btn {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  padding: 13px 40px;
  border-radius: 12px;
  font-weight: 500;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
}
.btn:hover, .btn:active, .btn:focus {
  outline: 0;
  box-shadow: 0 8px 10px rgba(33, 33, 33, 0.2) !important;
}

.btn-sm {
  padding: 5px 15px;
  font-size: 14px;
}

.btn-primary {
  background: linear-gradient(27deg, #348f99 0%, #3da7b3 100%);
  color: #fff;
  border-color: #3da7b3;
}
.btn-primary:active, .btn-primary:hover, .btn-primary.focus, .btn-primary.active {
  background: linear-gradient(27deg, #348f99 0%, #3da7b3 100%) !important;
  border-color: #3da7b3 !important;
}

.btn-outline-primary {
  background: transparent;
  color: #4a340f;
  border-color: #3da7b3;
  transition: none;
}
.btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary.active {
  background: linear-gradient(27deg, #348f99 0%, #3da7b3 100%) !important;
  border-color: #3da7b3 !important;
  color: #fff;
}

.btn-light {
  background: #fff;
  color: #4a340f;
  border-color: #fff;
}
.btn-light:active, .btn-light:hover, .btn-light.focus, .btn-light.active {
  background: #fff !important;
  border-color: #fff !important;
}

.btn-play {
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 45px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.btn-play-lg {
  height: 70px;
  width: 70px;
  padding: 0;
  line-height: 70px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
  transition: 0.2s ease;
}
.btn-play-lg:hover {
  box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.5);
}

html {
  height: 100%;
}

body {
  background-color: #fdfffe;
  overflow-x: hidden;
  height: 100%;
}

#page-content {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: none;
}

::selection {
  background: #49b5c1;
  color: #fff;
}

.clearnavbar {
  width: 100%;
  height: 80px;
}

.navbar {
  border-bottom: 1px solid #ddd;
}

.intro-text {
  text-align: justify;
  hyphens: auto;
}

@media (max-width: 767px) {
  .intro-text {
    text-align: left;
    hyphens: none;
  }
}

.footer {
  background: #dddddd;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

a,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}
a:focus,
button:focus,
select:focus {
  outline: 0;
}

a {
  color: #348f99;
}

a:hover {
  color: #3da7b3;
  text-decoration: underline;
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-sm {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-full {
  margin: 0 0.9em;
}

.container-hd {
  max-width: 90%;
  margin: 0 auto;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.border-primary {
  border-color: #D1D1D1 !important;
}

/* overlay */
.overlay {
  position: relative;
}
.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #3da7b3 !important;
}

.bg-hazysky {
  background: #ebf7f9 !important;
}

.bg-radial-hazysky {
  background-color: #ebf7f9;
  background-image: radial-gradient(#fdfffe 3%, #ebf7f9 80%);
}

.bg-radial-sky {
  background-color: #cdebef;
  background-image: radial-gradient(#fdfffe 3%, #cdebef 80%);
}

.bg-radial-matcha {
  background-color: #e1f493;
  background-image: radial-gradient(#fdfffe 3%, #e1f493 80%);
}

.bg-radial-dandelion {
  background-color: #fff4c2;
  background-image: radial-gradient(#fdfffe 3%, #fff4c2 80%);
}

.bg-radial-carnation {
  background-color: #fdcbd3;
  background-image: radial-gradient(#fdfffe 3%, #fdcbd3 80%);
}

.bg-gradient {
  background: linear-gradient(27deg, #348f99 0%, #3da7b3 100%) !important;
}

.hover-shadow {
  transition: 0.2s ease;
}
.hover-shadow:hover {
  box-shadow: 0 8px 10px rgba(33, 33, 33, 0.2) !important;
}

.text-primary {
  color: #3da7b3 !important;
}

.text-color {
  color: #4a340f;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.zindex-1 {
  z-index: 1;
}

.top-100 {
  top: 100px;
}

.overflow-hidden {
  overflow: hidden;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.border-primary {
  border-color: #3da7b3 !important;
}

/* form control */
.form-control {
  height: 50px;
  border: 1px solid #3da7b3;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #3da7b3;
}

textarea.form-control {
  height: 100px;
}

.badge-primary {
  background: #3da7b3;
}

.navbar-brand .title {
  padding: 2px 0 0;
}

.navbar-brand span.subtitle {
  display: block;
  font-size: 0.8em;
}

/* nav-tab */
.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs .nav-item {
  margin-right: 10px;
}
.nav-tabs .nav-item .nav-link {
  border: 0;
  padding: 10px 0;
  color: #4a340f;
  font-weight: 500;
}
.nav-tabs .nav-item .nav-link.active {
  color: #3da7b3;
  border: 1px solid #3da7b3;
}

@media only screen and (min-width: 960px) {
  .zoom {
    transition: transform 0.2s;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
  }

  .zoom-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1.5em;
    color: #666;
  }

  .zoom:hover {
    -ms-transform: scale(1.5) translate(50%, 0);
    /* IE 9 */
    -webkit-transform: scale(1.5) translate(50%, 0);
    /* Safari 3-8 */
    transform: scale(1.5) translate(50%, 0);
    z-index: 99;
    box-shadow: 1px 1px 4px 1px #999;
  }
}
.profilepic {
  max-width: 200px;
}

.caption {
  font-size: 0.8em;
  line-height: 1.4em;
}

.previewimg:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.34);
}

.card-title {
  font-weight: 700;
}

.navigation {
  transition: 0.3s ease;
  background: #fff;
}
@media (max-width: 991px) {
  .navigation {
    border-bottom: 1px solid #D1D1D1;
  }
  .navigation .navbar {
    padding: 10px 0;
  }
}
.navigation.sticky-top {
  z-index: 9999;
}

.nav-bg {
  border-bottom: 1px solid #D1D1D1;
}
.nav-bg .navbar {
  padding: 10px 0;
}

.navbar {
  padding: 25px 0;
  transition: 0.3s ease;
}
.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleX(1);
}
.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  padding: 15px;
  border: 0;
  top: 50px;
  left: -10px;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: 0.3s ease;
  opacity: 0;
  transform: scale(0.95);
  background: #fff;
}
@media (max-width: 991px) {
  .navbar .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transform-origin: unset;
  }
}
.navbar .dropdown-menu.show {
  visibility: hidden;
}
@media (max-width: 991px) {
  .navbar .dropdown-menu.show {
    visibility: visible;
    display: block;
  }
}
.navbar .dropdown-item {
  color: #4a340f;
  transition: 0.2s ease;
  padding: 10px;
}
.navbar .dropdown-item:hover {
  color: #3da7b3;
  background: transparent;
}

.nav-item {
  margin: 0 0.25em;
}
.nav-item .nav-link {
  text-transform: capitalize;
  font-size: 18px;
}

a.nav-link.active {
  background: #ebf7f9;
  border-radius: 12px;
  font-weight: 800;
}

.navbar-light .navbar-nav .nav-link {
  color: #4a340f;
}
.navbar-light .navbar-nav .nav-link:hover {
  background: #f5fbfc;
  /*$hazysky;*/
  border-radius: 12px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 15px;
}

/* search */
.search-btn {
  border: 0;
  background: transparent;
  color: #fff;
}

.search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  visibility: hidden;
  transition: 0.2s ease;
  opacity: 0;
}
.search-wrapper.open {
  visibility: visible;
  opacity: 1;
}

.search-box {
  height: 100%;
  width: 100%;
  border: 0;
  background: #fff;
  font-size: 20px;
  padding: 0;
}
.search-box:focus {
  box-shadow: none !important;
}

.search-close {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  page-break-after: 10px;
  font-size: 20px;
}

.badge {
  position: absolute;
  top: -5px;
  border-radius: 50%;
  right: -16px;
}

.overlay-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.cta-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767px) {
  .cta-image {
    display: none;
  }
}

.img-border {
  position: relative;
  display: inline-block;
}
.img-border::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #3da7b3;
  top: 5%;
  left: 5%;
  border-radius: inherit;
  z-index: -1;
}

.content-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* testimonial */
.testimonial-slider {
  margin-bottom: 80px;
}
.testimonial-slider .slick-slide {
  margin-top: 80px;
}

.client-img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 1px solid #3da7b3;
  margin: -70px auto 20px;
}

/* rating */
.rating.five li i {
  color: #f9aa1f;
}
.rating.four li:not(:last-child) i {
  color: #f9aa1f;
}
.rating.three li i {
  color: #f9aa1f;
}
.rating.three li:last-child i {
  color: #4a340f;
}
.rating.three li:nth-child(4) i {
  color: #4a340f;
}
.rating.two li:first-child i {
  color: #f9aa1f;
}
.rating.two li:nth-child(2) i {
  color: #f9aa1f;
}
.rating.one li:first-child i {
  color: #f9aa1f;
}

/* /rating */
.slick-arrow {
  position: absolute;
  z-index: 1;
  border: 0;
  transition: all linear 0.2s;
  background: transparent;
  bottom: -50px;
}
.slick-arrow.prevArrow {
  left: calc(50% - 50px);
}
.slick-arrow.nextArrow {
  right: calc(50% - 50px);
}

.quoted {
  position: relative;
  padding: 0 10px;
}
.quoted::before {
  position: absolute;
  font-family: "IcoFont";
  content: "";
  left: -10px;
  top: -5px;
}
.quoted::after {
  position: absolute;
  font-family: "IcoFont";
  content: "";
  right: -10px;
  top: -5px;
}

/* google map */
#map_canvas {
  height: 450px;
}

/* blog */
.pagination {
  justify-content: center;
}
.pagination .page-item .page-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #D1D1D1;
  text-align: center;
  margin-right: 6px;
  font-weight: 700;
  color: #3da7b3;
}
.pagination .page-item .page-link:hover {
  background: #3da7b3;
  color: #fff;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 50%;
}
.pagination .page-item.active .page-link {
  background: #3da7b3;
  color: #fff;
  border-color: #3da7b3;
}

/* content style */
.content * {
  margin-bottom: 20px;
}
.content a {
  text-decoration: underline;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 10px;
}
.content ol {
  padding-left: 20px;
}
.content ul {
  padding-left: 0;
}
.content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  list-style-type: none;
}
.content ul li::before {
  position: absolute;
  content: "";
  font-family: "IcoFont";
  font-size: 14px;
  left: 0;
  top: 1px;
  color: #3da7b3;
  transition: 0.3s ease;
}
.content table {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}
.content table th,
.content table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
.content table thead {
  background: #dadada;
}
.content table tbody {
  background: #dfdfdf;
}
.content table tbody td {
  text-align: left !important;
}
.content blockquote {
  border-left: 1px solid #3da7b3;
  padding: 20px;
}
.content blockquote p {
  margin-bottom: 0;
  color: #4a340f;
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
}
.content pre {
  padding: 10px 20px;
  background: #dfdfdf;
}

/* snipcart */
.snip-layout .snip-layout__main-container {
  top: 100px;
}

.snip-header__title {
  color: #fff;
}

/* rating widget */
.rw-ui-report {
  z-index: 9 !important;
}

/* product sinngle page */
.product-slider .slick-list {
  border: 1px solid #3da7b3;
  margin-bottom: 10px;
  border-radius: 5px;
}
.product-slider .slick-dots {
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}
.product-slider .slick-dots li {
  list-style-type: none;
  border: 1px solid #3da7b3;
  margin: 10px;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}
.product-slider .slick-dots li:first-child {
  margin-left: 0;
}
.product-slider .slick-dots li:last-child {
  margin-right: 0;
}
.product-slider .slick-dots li img {
  height: auto;
  max-width: 100%;
}

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