/*************
Stylesheet for KBRosner.com
(c) 2019 Buonocoreco. All Rights Reserved.
Unlimited use license for KBRosner.com
*************/

/*** INDEX ***/
/*
Base Styles
Branding
Layout Framework
Navigation
Text
Links
Images
Utilities
Social
Stripe Loader
Breadcrumbs
Forms
Social share
Pagination
*/
/*************/

/* Base Styles */
*, html, body {
  font-size: 16px;
}
*, html, body, h1, h2, h3, h4, h5 {
  font-family: 'Raleway', sans-serif;
  color: #333333;
}
strong {
    font-size: inherit;
}

/* Branding */
#header .branding-col {
  text-align: center;
  width: 100%;
}
.branding {
  font-family: 'Lily Script One', cursive;
  line-height: 40px;
  font-size: 2rem;
  color: #fff;
}

/* Layout Framework */
#header {
  background-color: #e0bca0;
  padding: 28px 0 8px;
}
#sidebar {
  background-color: #e0bca0;
  padding-top: 18px;
  padding-bottom: 18px;
}
#page {
  background-color: #fff;
  padding-bottom: 50px;
  padding-top: 50px;
  min-height: 100%;
  width: 100%;
}
#global-cta {
    background-color: #f2f2f2;
}
#footer {
  background-color: #e6cab3;
  padding: 40px 0 40px;
}
#header .navbar {
  display: none;
  visibility: hidden;
}
@media(max-width:991px){
  #header {
    width: 100%;
    overflow: auto;
    height: auto;
    min-height: 80px;
  }
  #sidebar {
    /*display: none;*/
    /*visibility: hidden;*/
  }
  #page {
    /*padding-top: 130px;*/
    padding-bottom: 40px;
  }
  #footer {
    padding-left: 30px;
    padding-right: 30px;
  }
  #header .navbar {
    display: block;
    visibility: visible;
    padding: 0;
  }
  #header .branding-col {
    text-align: left;
  }
  #header .navbar .nav-item:first-of-type {
    padding-top: 20px;
  }
  #header .navbar .social {
    margin-top: 20px;
  }
  .nav .nav-item {
      text-align: center;
      display: block;
      width: 100%;
  }
}

/* Navigation */
.nav {
  width: 100%;
}
.nav-item .nav-link {
  font-size: 0.95rem;
  font-weight: 700;
}
.nav {
    text-align: right;
    display: block;
}
.nav .nav-item {
    display: inline-block;
}
.nav-item .nav-link.active {
  color: #666;
}
.navbar-toggler {
  padding: 8px 0 0 0 !important;
  display: none !important;
  visibility: hidden !important;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  background-color: #fff !important;
}
@media(max-width:991px){
  .navbar-toggler {
    display: block !important;
    visibility: visible !important;
  }
}

/* Text */
p {
  line-height: 150%;
  margin-bottom: 24px;
}
.page-title,
.category-title {
  font-size: 2.2rem;
  font-weight: 700;
  max-width: 800px;
}
.category-title{
  float: left;
  margin: 0;
}
.page-intro {
  font-size: 1.1rem;
  line-height: 140%;
  font-weight: 500;
  margin-top: 20px;
}
.copyright {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 0;
  color: #aaa;
}

/* Links */
a,
a:visited {
  color: #9c6132;
}
a:hover,
a:focus,
a:active {
  color: #7e4f28;
}
#sidebar a,
#header a,
#sidebar a:visited,
#header a:visited {
  color: #fff !important;
}
#sidebar a:hover,
#header a:hover,
#sidebar a:focus,
#header a:focus {
  color: #fff !important;
}
#sidebar a.active,
#header a.active {
  color: #9c6132 !important;
}

/* Images */
.about-page-image {
  border-radius: 100%;
  width: 300px;
  height: auto;
}
.card {
  margin-bottom: 30px;
  background: transparent;
  border: 0;
  border-radius: 10px;

  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.card img {
  border-radius: 10px;
}
.card:hover,
.card:focus {
  box-shadow: rgba(0,0,0,0.4) 0 27.125px 26px -12.125px;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* Utilities */
.center-vertically {
  transform: translate(-50%,-50%);
  position: absolute;
  left: 50%;
  top: 43%;
}
.spacer {
  position: relative;
  display: block;
  width: 100%;
}
span.em {
  font-size: 20px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

/* Social */
#sidebar-social {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 40px;
}
.social {
  overflow: auto;
}
.social-link:nth-of-type(1) .fa-circle {
  color: #38A1F3;
}
.social-link:nth-of-type(2) .fa-circle {
  color: #4267b2;
}
.social-link:nth-of-type(3) .fa-circle {
  color: #0077B5;
}
.social-link:nth-of-type(4) .fa-circle {
  color: #ED3833;
}
.social-link:nth-of-type(5) .fa-circle {
  color: #BD081C;
}
.social-link:nth-of-type(6) .fa-circle {
  color: #8a3ab9;
}

/* Stripe Loader */
.stripe-loading-indicator {
  height: 3px !important;
}
.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
  height: 3px !important;
  background: #9c6132 !important;
}

/* Breadcrumbs */
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 30px;
  margin-top: -16px;
}
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
  color: #7f7266;
}

/* Forms */
form .form-group {
  margin-bottom: 25px;
}
form .form-group label {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
}
form .form-group .form-control {
  font-weight: normal;
  border: 1px solid #dadada;
  border-bottom: 3px solid #dadada;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 1rem;
  color: #333333;
  outline: 0;
}
form .form-group .form-control:focus {
  border-color: #dbb190;
  box-shadow: none;
}
.btn-primary {
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 600;
  color: #9c6132 !important;
  background-color: #f3e5da !important;
  border: 1px solid #dbb190 !important;
  border-bottom: 3px solid #dbb190 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #7e4e29 !important;
  background-color: #e9d0bc !important;
  border: 1px solid #d19c72 !important;
  border-bottom: 3px solid #d19c72 !important;
  box-shadow: none !important;
}
body > p.flash-message {
  padding: 20px 30px 20px 15px !important;
  top: 40% !important;
}
body > p.flash-message.fade.in {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
body > .oc-flash-messages > .error span {
    color: white !important;
}
body .backdrop {
  background-color: rgba(0,0,0,0.25);
  position: fixed;
  z-index: 12;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body .backdrop .popup-message {
  box-shadow: 0 37.125px 70px -12.125px rgba(0,0,0,0.3);
  transform: translate(-50%,-50%);
  border-radius: 10px;
  position: fixed;
  max-width: 96%;
  width: 400px;
  height: auto;
  left: 50%;
  top: 50%;
}
body .backdrop .popup-message.error .header {
  background-color: #e0bca0;
}
body .backdrop .popup-message .header {
  border-radius: 10px 10px 0 0;
  padding: 20px 30px;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  width: 100%;
  color: #fff;
}
body .backdrop .popup-message .header .close {
  text-shadow: none;
  box-shadow: none;
}
body .backdrop .popup-message .header .close .fa {
  font-size: 1.1rem;
  color: #fff;
}
body .backdrop .popup-message .content {
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  font-weight: 500;
  padding: 30px;
  display: block;
  width: 100%;
}
@media(max-width:575px){
  .card-col {
    padding-right: 0;
  }
  .btn-lg {
    font-size: 1rem;
  }
}
@media(max-width:349px){
  #header,
  #page,
  #footer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-intro {
    font-size: 1.0rem;
  }
  .copyright {
    font-size: 0.7rem;
  }
  .category-title {
    font-size: 1.6rem;
  }
  .card {
    margin-bottom: 15px;
  }
}

/* Social share */
.likely {
  background-color: rgba(106,219,217,0.8);
  border-radius: 10px 0 0 10px;
  padding: 6px 10px !important;
  transform: translateY(-50%);
  margin: 0 !important;
  position: fixed;
  float: right;
  right: 0;
  top: 50%;
}
.likely > div {
  display: block;
  margin-right: 10px;
}
.likely .likely__widget {
  margin: 6px 0 !important;
  background: #fff;
}
.content-container p:last-child {
  margin-bottom: 0;
}

/* Pagination */
ul.pagination {
  margin: 5px 0 0 !important;
}
ul.pagination li {
  padding: 6px;
  border: 1px solid red;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  background-color: #e0bca0;
  border: 1px solid #4ad3d1;
  border-bottom: 3px solid #4ad3d1;
  margin: 10px 3px 0;
  display: inline-block;
}
ul.pagination li.disabled > span,
ul.pagination li.active > span {
  color: rgba(255,255,255,0.5);
}
ul.pagination li a {
  color: #fff;
}

/* Card Categories */
.overlay-title {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
h4.card-title {
  transform: translateY(-50%);
  text-shadow: 0 0 3px rgba(0,0,0,0.5);
  position: absolute;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 16px;
  color: #fff;
  top: 50%;
  right: 0;
  left: 0;
}

/* Image Preview */
.modal-body {
    position: relative;
}
.previous-next-link {
    background-color: #f3e5da;
    border: 2px solid #dbb190;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    line-height: 48px;
    padding: 0 12px;
    width: 48px;
    height: 48px;
    display: block;
    top: 48%;

    transition: all .15s ease-in-out;
}
.previous-next-link:focus,
.previous-next-link:hover {
    background-color: #e9d0bc;
}
.previous-image-link {
    /*left: 15px;*/
    left: -60px;
}
.next-image-link {
    /*right: 15px;*/
    right: -60px;
}
.previous-image-link span,
.next-image-link span {
    font-size: 2.8em;
    color: #9c6132;
}
.previous-image-link span {
    position: relative;
    left: -3px;
}
.next-image-link span {
    position: relative;
    right: -3px;
}
.modal-body img {
    width: auto;
    max-height: 80vh;
}
.modal.show {
    display: flex !important;
    opacity: 1 !important;
}
.modal-dialog {
    justify-content: center !important;
}
.modal-content {
    background-color: transparent;
    width: initial !important;
    border-radius: 10px;
    border: 0;
}
.modal-content img {
    border-radius: 10px;
}
.modal-backdrop {
    background-color: #fff;
}
.modal-backdrop.show {
    opacity: 0.8;
}
