@charset "UTF-8";

/* ------------------------------------------------------------------
   Katie’s Dance Studio Stylesheet
------------------------------------------------------------------- */

/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700,800|Source+Sans+Pro:400|Catamaran:400,600,700");



/*=++++++++++++++++++++++== BUTTON and ACCORDIAN =======================================*/

button:focus {
  outline: 0;
}

.accordion-section .accordion-holder {
  margin-top: 5px;
}

.accordion-section .accordion-holder .card {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-section .accordion-holder .card .card-header .card-title {
  margin-bottom: 0;
}

.accordion-section .accordion-holder .card .card-header h4 {
  position: relative;
}

.accordion-section .accordion-holder .card .card-header h4 a {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  display: block;
  background: #0047ab;
  color: #fff;
  padding: 20px 30px;
  transition: all .3s ease;
}

.accordion-section .accordion-holder .card .card-header h4 a:before {
  content: '\f077';
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 20px;
}

.accordion-section .accordion-holder .card .card-header h4 a.collapsed {
   background: #0047ab;
  color: #fff;
}

.accordion-section .accordion-holder .card .card-header h4 a.collapsed:before {
  content: '\f078';
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 20px;
}

.accordion-section .accordion-holder .card .card-header h4 a.collapsed:hover {
  color: #fff;
}

.accordion-section .accordion-holder .card .card-body {
  padding: 20px 30px;}

/* Mobile related modifications */
.mobile-show {
	display: none;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.7;
  font-family: "Catamaran", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  color: #2b2b2b;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Catamaran", sans-serif;
  font-weight: 600;
  color: #0047ab;
}

h4, .h4 { font-size: 22px; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 16px; }

.wrapper {
  padding: 0px 100px;
}




a, button {
  transition: all 0.3s;
}

a:hover,
a:focus,
a button:hover,
button:hover,
button:focus,
button button:hover {
  transition: all 0.3s;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a,
a:focus {
  text-decoration: underline;
  outline: 0;
  color: #c8102e;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

.camp-callout {
  background-color: #f1f1f1;
  border-left: 4px solid #c8102e;
  padding: 16px 20px;
  margin-top: 20px;
}

.navbar-toggle .icon-bar {
  background: #c8102e;
}

input[type=email],
input[type=password],
input[type=text],
input[type=tel] {
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  background: #eee;
  border-color: #eee;
  outline: none;
}
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #c8102e;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
  height: 45px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #c8102e;
}

.btn {
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 14px 35px;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 0px;
  border: 2px solid transparent;
}

.btn-main {
  background: #c8102e;
  color: #fff !important;
  border-color: #c8102e;
}
.btn-main:hover {
  background: transparent;
  border-color: #c8102e;
  color: #2b2b2b !important;
}

.btn-main-transparent {
  background: transparent;
  border: 2px solid #c8102e;
  color: #2b2b2b;
}
.btn-main-transparent:hover {
  background: #c8102e;
  color: #fff;
}

.btn-solid-border {
  border: 2px solid #2b2b2b;
  background: #2b2b2b;
  color: #fff;
}
.btn-solid-border:hover {
  background: #c8102e;
  color: #fff !important;
  border-color: #c8102e;
}

.btn-transparent {
  background: transparent;
  color: #2b2b2b !important;
  border: 2px solid #2b2b2b;
}
.btn-transparent:hover {
  background: #c8102e;
  color: #fff !important;
  border-color: #c8102e;
}

.btn-black {
  background: #2b2b2b;
  color: #fff;
  border-color: #2b2b2b;
}
.btn-black:hover {
  background: #c8102e;
  color: #fff;
  border-color: #c8102e;
}

.btn-small { padding: 10px 25px; }
.btn-extra-small { padding: 5px 10px; font-size: 12px; }

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn:focus {
  color: #ddd;
}

.bg-gray { background: #f9f9f9; }

.btn-inline {
  border: 0;
  padding: 0;
  color: #757575;
  background-color: transparent;
  display: inline-block;
  text-decoration: underline;
}

.favorite {
  background: #2b2b2b;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  transition: 0.2s all;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  margin: 0px 1px;
}
.favorite:hover {
  background: #c8102e;
  color: #fff;
}

.section { padding: 80px 0; }

.title { margin-bottom: 30px; }
.title h2 {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}

.social-media-icons ul li { display: inline-block; }
.social-media-icons ul li a {
  font-size: 18px;
  color: #333;
  display: inline-block;
  padding: 7px 12px;
  color: #fff;
}
.social-media-icons ul li .twitter { background: #00aced; }
.social-media-icons ul li .facebook { background: #3b5998; padding: 7px 18px; }
.social-media-icons ul li .googleplus { background: #dd4b39; }
.social-media-icons ul li .dribbble { background: #ea4c89; }
.social-media-icons ul li .instagram { background: #bc2a8d; }

.text-gray { color: #898a8f; }
.bg-gray { background: #f2f3f5; }
.mb-40 { margin-bottom: 35px; }

.read-more {
  text-transform: uppercase;
  font-size: 14px;
  color: #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  font-weight: 600;
}
.read-more:hover {
  color: #c8102e !important;
  border-color: #c8102e;
}

.pagination { justify-content: center; }
.pagination .page-item .page-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: 1px solid #dedede;
  text-align: center;
  margin-right: 6px;
  color: #757575;
}
.pagination .page-item .page-link:hover {
  background: #c8102e;
  color: #fff;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 0;
}
.pagination .page-item.active .page-link {
  background: #c8102e;
  color: #fff;
  border-color: #c8102e;
}

.text-primary { color: #c8102e !important; }
a.text-primary:focus,
a.text-primary:hover { color: #c8102e !important; }

.content * { margin-bottom: 20px; }
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 10px;
}
.content ol { padding-left: 15px; }
.content ul { padding-left: 0; }
.content ul li {
  position: relative;
  list-style-type: none;
  padding-left: 15px;
  margin-bottom: 10px;
}

/* UPDATED: remove dependency on theme icon font for list bullets */
.content ul li::before {
  position: absolute;
  content: "•";
  font-family: inherit;
  font-size: 20px;
  left: 0;
  top: -2px;
  color: #c8102e;
  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: #707070; }
.content table tbody { background: #757575; }
.content table tbody td { text-align: left !important; }
.content blockquote {
  padding: 20px;
  border-left: 5px solid #c8102e;
}
.content blockquote p {
  margin-bottom: 0;
  color: #2b2b2b;
  font-style: italic !important;
}
.content pre {
  padding: 10px 20px;
  background: #757575;
}

.page-header-teams {
  background: #f5f5f5;
  background: url("../images/subheaders/subheader-teams.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 60px 0px;
  position: relative;
}
.page-header-teams h1 { margin-bottom: 0px; }
.page-header-teams p { color: #2b2b2b; }

.page-wrapper-teams { padding: 70px 0; }

.page-header-adults {
  background: #f5f5f5;
  background: url("../images/subheaders/subheader-adults.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 60px 0px;
  position: relative;
}
.page-header-adults h1 { margin-bottom: 0px; }
.page-header-adults p { color: #2b2b2b; }

.page-wrapper-adults { padding: 70px 0; }

.page-header-summer {
  background: #f5f5f5;
  background: url("../images/subheaders/subheader-summer.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 60px 0px;
  position: relative;
}
.page-header-summer h1 { margin-bottom: 0px; }
.page-header-summer p { color: #2b2b2b; }

.page-wrapper-summer { padding: 70px 0; }

.page-header-info {
  background: #f5f5f5;
  background: url("../images/subheaders/subheader-info.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 60px 0px;
  position: relative;
}
.page-header-info h1 { margin-bottom: 0px; }
.page-header-info p { color: #2b2b2b; }

.page-wrapper-info { padding: 70px 0; }

.page-header-register {
  background: #f5f5f5;
  background: url("../images/subheaders/subheader-register.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 60px 0px;
  position: relative;
}
.page-header-register h1 { margin-bottom: 0px; }
.page-header-register p { color: #2b2b2b; }

.page-wrapper-register { padding: 70px 0; }

.page-header-about {
  background: #f5f5f5;
  background: url("../images/subheaders/subheader-about.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 60px 0px;
  position: relative;
}
.page-header-about h1 { margin-bottom: 0px; }
.page-header-about p { color: #2b2b2b; }

.page-wrapper-about { padding: 70px 0; }

.page-header-classes {
  background: #f5f5f5;
  background: url("../images/subheaders/subheader-classes.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 60px 0px;
  position: relative;
}
.page-header-classes h1 { margin-bottom: 0px; }
.page-header-classes p { color: #2b2b2b; }

.page-wrapper-classes { padding: 70px 0; }

.page-header-music {
  background: #f5f5f5;
  background: url("../images/subheaders/subheader-music.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 60px 0px;
  position: relative;
}
.page-header-music h1 { margin-bottom: 0px; }
.page-header-music p { color: #2b2b2b; }

.page-wrapper-music { padding: 70px 0; }

.page-header-acro {
  background: #f5f5f5;
  background: url("../images/subheaders/subheader-acro.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 60px 0px;
  position: relative;
}
.page-header-acro h1 { margin-bottom: 0px; }
.page-header-acro p { color: #2b2b2b; }

.page-wrapper-acro { padding: 70px 0; }

.page-header-recital {
  background: #f5f5f5;
  background: url("../images/subheaders/subheader-recital.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 60px 0px;
  position: relative;
}
.page-header-recital h1 { margin-bottom: 0px; }
.page-header-recital p { color: #2b2b2b; }

.page-wrapper-recital { padding: 70px 0; }

.search-wrap {
  position: relative;
  z-index: 1200;
  top: 20px;
  right: 16px;
  display: inline-block;
  float: right;
}

.overlay.open {
  visibility: visible;
  height: 100%;
  opacity: 1;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: opacity 0.35s, visibility 0.35s, height 0.4s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.98);
}

.overlay .search-form {
  position: relative;
  height: 100%;
  padding-top: 300px;
}

.overlay .search-form input {
  font-size: 56px;
  height: 60px;
  color: #fff;
  border: none;
  background: transparent;
}

.search_toggle { cursor: pointer; }

.toggle-wrap.active {
  position: relative;
  z-index: 1200;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.toggle-wrap.active img.search-close { display: block; }

.navigation {
  margin-bottom: 0;
  padding: 15px 0px;
}
.navigation .navbar-nav > li { padding: 0px 10px; }
.navigation .navbar-nav > li > a {
  color: #2b2b2b;
  font-size: 17px;
  padding: 20px 15px;
  text-transform: capitalize;
  transition: 0.2s ease-in-out 0s;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.navigation .navbar-nav > li > a:hover,
.navigation .navbar-nav > li > a:active,
.navigation .navbar-nav > li > a:focus {
  background: none;
  color: #c8102e;
}
.navigation .navbar-nav .nav-item .nav-link { color: #0047ab; }
.navigation .navbar-nav .nav-item .nav-link span {
  font-size: 8px;
  margin-left: 3px;
}
.navigation .navbar-nav .nav-item:hover .nav-link,
.navigation .navbar-nav .nav-item.active .nav-link {
  color: #c8102e !important;
}
.navigation .nav .open > a {
  border: 1px solid transparent;
  background-color: transparent;
}
.navigation .dropdown-slide { transition: all 0.35s ease; }
.navigation .dropdown-slide .dropdown-menu {
  border: none;
  display: block;
  position: absolute;
  width: 200px;
  border-top: 3px solid #c8102e;
  left: auto;
  padding: 10px;
  border-radius: 0px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease;
  margin-top: 20px;
}
.navigation .dropdown-slide .dropdown-menu li a {
  color: #222;
  font-size: 15px;
  border: 1px solid transparent;
  display: block;
  padding: 8px 16px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  transition: 0.3s all;
}
.navigation .dropdown-slide .dropdown-menu li a:hover {
  background-color: #0047ab;
  color: #fff;
}

/* Cart dropdown rules left intact (harmless if cart markup removed) */
.navigation .dropdown-slide .cart-dropdown {
  width: 290px !important;
  padding: 35px 20px;
  right: -40px;
  transform: translateY(25px);
}

.dropdown-toggle::after { display: none; }

.menu:hover {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  background-color: #fff;
}

.top-menu li .cart-icon { position: relative; }
.top-menu li a { color: #2b2b2b; }

/* UPDATED: icon font <i> styles no longer needed for your top-menu SVGs, but keeping
   the base behavior and adding SVG rules below */
.top-menu li a i {
  width: 35px;
  height: 35px;
  background: #eee;
  display: inline-block;
  color: #2b2b2b;
  text-align: center;
  padding-top: 10px;
  border-radius: 100%;
}

.top-menu li span { font-weight: 600; }

/* NEW: Social SVG icons in the top menu (Facebook / Instagram / TikTok) */
.top-menu .social-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #eee;
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
}

.top-menu .social-icon .social-svg {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  fill: #2b2b2b;
  transition: 0.2s ease-in-out;
}

.top-menu .social-icon:hover .social-svg,
.top-menu .social-icon:focus .social-svg {
  fill: #c8102e;
}

/* Cart dropdown styles left intact (harmless if cart markup removed) */
.cart-dropdown {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0px;
}
.cart-dropdown .media {
  position: relative;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.cart-dropdown .media h6 { font-weight: 400; }
.cart-dropdown img { width: 60px; }
.cart-dropdown h4 {
  color: #2b2b2b;
  font-weight: 300;
  font-size: 14px;
}
.cart-dropdown .cart-price {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 200;
}
.cart-dropdown .remove {
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  color: #2b2b2b !important;
  font-size: 12px;
  border: 0;
  border-radius: 50%;
}

.cart-summary {
  margin-top: 10px;
  font-weight: 500;
  color: #2b2b2b;
  font-size: 14px;
}
.cart-summary .total-price { float: right; }

.nav-item.dropdown.dropdown-slide:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: -5px;
  z-index: 9999;
}

.dropdown.cart-nav.dropdown-slide:hover .cart-dropdown {
  display: block;
  opacity: 1;
  z-index: 9999;
  visibility: visible;
  margin-top: -5px;
}

@media (max-width: 480px) {
  .navigation { padding: 15px 25px; }
  .navigation .navbar-nav .nav-link {
    border-bottom: 1px solid #dedede;
    padding: 10px 0px;
  }
}
@media (max-width: 400px) {
  .navigation { padding: 15px 25px; }
  .navigation .navbar-nav .nav-link {
    border-bottom: 1px solid #dedede;
    padding: 10px 0px;
  }
}
@media (max-width: 768px) {
  .navigation { padding: 15px 25px; }
  .navigation .navbar-nav .nav-link {
    border-bottom: 1px solid #dedede;
    padding: 10px 0px;
  }
}
@media (max-width: 992px) {
  .navigation { padding: 15px 25px; }
  .navigation .navbar-nav .nav-link {
    border-bottom: 1px solid #dedede;
    padding: 10px 0px;
  }
}

.navbar-nav .nav-link { color: #2b2b2b; }
.navbar-nav .nav-link:hover { color: #c8102e; }
.navbar-nav .nav-link span {
  font-size: 8px;
  margin-left: 3px;
}
.navbar-nav .nav-link .nav .open > a {
  border: 1px solid transparent;
  background-color: transparent;
}

.slider { position: relative; }
.slider .slider-item {
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  min-height: calc(100vw * (750 / 1720));
}
.slider .slider-caption { padding: 160px 0px; }
.slider .slider-caption span {
  opacity: 0.85;
  text-transform: capitalize;
}
.slider .slider-caption h1 {
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  font-size: 63px;
  line-height: 70px;
}
.slider .btn-main {
  position: relative;
  z-index: 2;
  transition: all 0.35s ease-in-out;
}
.slider .btn-main:before {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  border: 2px solid #c8102e;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in-out;
}
.slider .btn-main:hover {
  background: #2b2b2b;
  border-color: #2b2b2b;
  color: #fff !important;
}
.slider .btn-main:hover:before { border-color: #2b2b2b; }

.slick-control-prev i {
  font-size: 20px;
  width: 60px;
  height: 60px;
  background: #c8102e;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 20px;
  border-radius: 100%;
}

.slick-control-next i {
  font-size: 20px;
  width: 60px;
  height: 60px;
  background: #c8102e;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 20px;
  border-radius: 100%;
}

.slick-control-prev, .slick-control-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 999;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.slick-control-prev {
  left: 50px;
}

.slick-control-next {
  right: 50px;
}

.slider:hover .slick-control-prev,
.slider:hover .slick-control-next {
  opacity: 1;
}

.slick-dots { display: none !important; }

@media (max-width: 480px) {
  .slider .slider-caption h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .slider .slider-item { background: #f9f9f9 !important; }
  .slider .slider-caption { padding: 115px 0px; }
  .slick-control-prev, .slick-control-next { display: none !important; }
  .slick-dots { display: block !important; }
}
@media (max-width: 400px) {
  .slider .slider-caption h1 {
    font-size: 28px;
    line-height: 48px;
  }
  .slider .slider-item { background: #f9f9f9 !important; }
  .slider .slider-caption { padding: 115px 0px; }
  .slick-control-prev, .slick-control-next { display: none !important; }
  .slick-dots { display: block !important; }
}
@media (max-width: 768px) {
  .slider .slider-caption h1 {
    font-size: 49px;
    line-height: 65px;
  }
  .slider .slider-item { background: #f9f9f9 !important; }
  .slider .slider-caption { padding: 115px 0px; }
  .slick-control-prev, .slick-control-next { display: none !important; }
  .slick-dots { display: block !important; }
}
@media (max-width: 992px) {
  .slider .slider-caption h1 {
    font-size: 38px;
    line-height: 45px;
  }
  .slick-dots { display: block !important; }
}

.product {
  position: relative;
  transition: 0.4s all;
  overflow: hidden;
}
.product:hover .product-hover-overlay { opacity: 1; }
.product:hover .img-second {
  opacity: 1;
  transform: scale(1);
}

.img-first {
  transform: scale(1);
  opacity: 1;
  transition: 0.2s linear;
}

.img-second {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0px;
  transform: scale(0.9);
  transition: 0.2s linear;
}

.product-hover-overlay {
  position: absolute;
  bottom: 120px;
  left: 0px;
  width: 100%;
  transition: 0.4s all;
  opacity: 0;
  display: flex;
  justify-content: center;
}
.product-hover-overlay button {
  background: #2b2b2b;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  transition: 0.2s all;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  margin: 0px 1px;
}
.product-hover-overlay button:hover {
  background: #c8102e;
  color: #fff;
}

.product-title a {
  color: #2b2b2b;
  letter-spacing: 0.5px;
}

.product-info { text-align: center; }
.product-info .price {
  color: #777;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
}
.product-info del { margin-right: 8px; }

.onsale {
  background: #c8102e;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 0px;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.products-main .product-hover-overlay .btn,
.products-shop .product-hover-overlay .btn {
  font-size: 14px;
  padding: 10px 29px;
  text-transform: capitalize;
  border-radius: 33px;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: #c8102e;
  border-color: #c8102e;
  color: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.06);
}
.products-main .product-hover-overlay .btn:hover,
.products-shop .product-hover-overlay .btn:hover {
  background: #2b2b2b;
  border-color: #2b2b2b;
  color: #fff !important;
}

.share-product li a { color: #444; font-size: 14px; }

.single-product { padding: 10px 0 40px; }
.single-product .breadcrumb { background: transparent; }
.single-product .breadcrumb li {
  color: #2b2b2b;
  font-weight: 200;
}
.single-product .breadcrumb li a {
  color: #2b2b2b;
  font-weight: 200;
}
.single-product .product-pagination li {
  display: inline-block;
  margin: 0 8px;
}
.single-product .product-pagination li + li:before {
  padding: 0 8px 0 0;
  color: #ccc;
  content: "/ ";
}
.single-product .product-pagination li a {
  color: #2b2b2b;
  font-weight: 200;
}
.single-product .product-pagination li a i { vertical-align: middle; }

.single-product-slider .carousel-indicators {
  margin: 10px 0 0;
  overflow: auto;
  position: static;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.single-product-slider .carousel-indicators li {
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: auto;
}
.single-product-slider .carousel-indicators li.active img { opacity: 1; }
.single-product-slider .carousel-indicators li:hover img { opacity: 0.75; }
.single-product-slider .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

.single-product-details .product-price { font-family: "Poppins", sans-serif; }
.single-product-details .product-price del { color: #777; }
.single-product-details .cart .btn { padding: 8px 12px; }
.single-product-details .cart .btn:hover {
  background: #2b2b2b;
  border-color: #2b2b2b;
  color: #fff !important;
}
.single-product-details .product-meta-title { width: 20%; }
.single-product-details .color-swatches a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 5px;
}
.single-product-details .product-size .form-control {
  display: inline-block;
  width: 130px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  box-shadow: none;
}
.single-product-details .product-category ul {
  width: 140px;
  display: inline-block;
}
.single-product-details .product-category ul li {
  display: inline-block;
  margin: 5px;
}
.single-product-details .product-quantity .product-quantity-slider { width: 140px; }
.single-product-details .product-quantity .product-quantity-slider input { width: 130px; }
.single-product-details .product-category a { color: #2b2b2b; margin-right: 5px; }
.single-product-details .product-share a { color: #2b2b2b; margin-right: 10px; }
.single-product-details .product-share a:hover { color: #c8102e; }

.faq-tabs-section .nav-tabs .nav-link {
  font-size: 13px;
  padding: 12px 10px;
}

.faq-tabs {
  display: flex;
  flex-wrap: wrap;
}

.faq-tabs .nav-link {
  flex: 0 0 20%;          /* force exactly 5 per row */
  max-width: 20%;
  white-space: nowrap;
  text-align: center;
  margin: 0;
}

.faq-tabs .nav-link:nth-child(n+6) {
  flex: 0 0 25%;          /* force exactly 4 per row */
  max-width: 25%;
}

.product-info-tabs {
  border-bottom: 1px solid #dedede;
}
.product-info-tabs .nav-tabs a {
  color: #2b2b2b;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.product-info-tabs .nav-tabs .nav-link {
  border: 1px solid #dedede;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #a7a3a3;
}
.product-info-tabs .nav-tabs .nav-link.active { color: #c8102e; }
.product-info-tabs .nav-tabs { border-bottom: 0px; }

.widget .btn {
  margin: 0px;
  padding: 5px 16px;
  color: #fff;
  font-size: 16px;
}

.review-block span i { color: #EABE12; }
.review-block img { width: 120px; }

.review-comment .form-control {
  background: #eee;
  border-color: #eee;
}

.info-desc li { margin-bottom: 10px; }
.info-desc strong { width: 20%; }
.info-desc span { margin-left: 40px; }

.starrr i {
  cursor: pointer;
  color: #EABE12;
  font-size: 30px;
}

.team-member p {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.instagram-feed a {
  margin: 6px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
  width: 23.5%;
}
@media (max-width: 768px) {
  .instagram-feed a { width: 49%; margin: 3px; }
}
@media (max-width: 480px) {
  .instagram-feed a { width: 100%; margin: 3px; }
}
.instagram-feed a:hover img { filter: grayscale(10); }
.instagram-feed a img { width: 100%; }

.checkout-form .form-group {
  position: relative;
  margin-bottom: 8px;
}
.checkout-form .form-group label { display: block; }
.checkout-form .form-group input {
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 45px;
}
.checkout-form .checkout-country-code .form-group { float: left; }
.checkout-form .checkout-country-code .form-group:first-child {
  width: calc(45% - 2px);
  margin-right: 4px;
}
.checkout-form .checkout-country-code .form-group:last-child {
  width: calc(55% - 2px);
}

.shopping.cart .product-list .table > tbody > tr > td { vertical-align: middle; }
.shopping.cart .product-list .table img { max-width: 70px; height: auto; }
.shopping.cart .product-list .product-name a {
  color: #2b2b2b;
  font-weight: 600;
}
.shopping.cart .product-list .qty {
  width: 65px;
  text-align: center;
  border-color: #eee;
  border: 1px solid #eee;
  padding: 5px;
}
.shopping.cart .product-list .input-text.form-control {
  width: 30%;
  display: inline-block;
  height: 50px;
}

.order-details {
  padding: 30px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.order-details li {
  line-height: 1;
  margin-right: 2em;
  margin-left: 0;
  padding-right: 4em;
  color: #777;
  padding-left: 0;
  list-style-type: none;
  text-transform: uppercase;
  border-right: 1px dashed #d3ced2;
}
.order-details li h5 {
  margin-top: 15px;
  text-transform: capitalize;
}

.slider.slider-horizontal {
  height: 15px;
  margin-bottom: 20px;
  margin-left: 5px;
}

.slider.slider-horizontal .slider-track {
  background: #ddd;
  height: 7px;
  box-shadow: none;
  margin-top: -4px;
}

.slider-selection {
  background: #c8102e;
  box-shadow: none;
  border-radius: 0;
}

.slider-handle {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 3px solid #ff5f5f;
}

.slider-handle { background: #fff; }

.product-categories li { margin: 10px 0px; }
.product-categories li a { color: #2b2b2b; }

.custom-control-label::before {
  background-color: var(--color, transparent);
  border-color: #dedede !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--color, #c8102e);
  border-color: var(--color, #c8102e) !important;
}

.color-checkbox .custom-control-label { cursor: pointer; }
.color-checkbox .custom-control-label::before,
.color-checkbox .custom-control-label::after {
  height: 30px;
  width: 30px;
  border: 0;
}

.custom-control-input:focus ~ .custom-control-label::before { box-shadow: none; }
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: var(--color, #c8102e);
  border-color: var(--color, #c8102e);
}

.popular-products-item { margin-bottom: 20px; }
.popular-products-item img { max-width: 70px; }
.popular-products-item .price { color: #777; }

.widget-sizes .custom-checkbox { margin-bottom: 10px; }

.widget-categories ul,
.widget-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-categories ul > li,
.widget-links ul > li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 14px;
}

.widget-categories ul > li:last-child,
.widget-links ul > li:last-child { margin-bottom: 0; }

.widget-categories ul > li::before,
.widget-links ul > li::before {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 0;
  height: 0;
  transform: rotate(-90deg);
  transition: transform 0.35s;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: #757575;
  content: "";
}

.widget-categories ul > li > a,
.widget-links ul > li > a {
  display: inline-block;
  transition: color 0.3s;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.widget-categories ul > li > a:hover,
.widget-links ul > li > a:hover { color: #c8102e; }

.widget-categories ul > li.active > a,
.widget-links ul > li.active > a { color: #c8102e; }

.widget-categories ul > li > span,
.widget-links ul > li > span {
  margin-left: 4px;
  color: #757575;
}

.widget-categories ul > li.has-children ul,
.widget-links ul > li.has-children ul {
  border-left: 1px solid #dee5ea;
}

.widget-categories ul > li.has-children ul li::before,
.widget-links ul > li.has-children ul li::before {
  top: 14px;
  width: 8px;
  height: 1px;
  transform: none;
  border: 0;
  background-color: #dee5ea;
  color: transparent;
}

.widget-categories ul > li.has-children ul li a,
.widget-links ul > li.has-children ul li a {
  font-size: 13px;
}

.widget-categories ul > li.has-children ul ul > li,
.widget-links ul > li.has-children ul ul > li { margin-bottom: 0; }

.widget-categories ul > li.has-children > ul,
.widget-links ul > li.has-children > ul {
  max-height: 0;
  transition: max-height 0.6s;
  overflow: hidden;
}

.widget-categories ul > li.has-children.expanded::before,
.widget-links ul > li.has-children.expanded::before {
  transform: rotate(0);
}

.widget-categories ul > li.has-children.expanded > ul,
.widget-links ul > li.has-children.expanded > ul {
  max-height: 1200px;
}

.page-404 {
  padding: 100px 0 120px;
}
.page-404 h1 {
  font-size: 300px;
  line-height: 300px;
}
@media (max-width: 480px) {
  .page-404 h1 {
    font-size: 130px;
    line-height: 150px;
  }
}
@media (max-width: 400px) {
  .page-404 h1 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 768px) {
  .page-404 h1 {
    font-size: 150px;
    line-height: 200px;
  }
}
.page-404 h2 { font-size: 20px; }

.error-content {
  background: #f9f9f9;
  padding: 60px 0px;
}

#map {
  width: 100%;
  height: 400px;
}

.product-remove .remove {
  border: 0;
  background-color: transparent;
  color: #c8102e;
}

.text-color { color: #2b2b2b; }
.text-color-blue { color: #1e90ff; }

.feature { background: #f9f9f9; }

.feature-item {
  padding: 60px 30px 50px 30px;
}
.feature-item i {
  font-size: 30px;
  float: left;
  color: #c8102e;
}
.feature-item p {
  margin-bottom: 0px;
  font-size: 14px;
}
.feature-item .content { padding-left: 60px; }
.feature-item h5 { margin-bottom: 0px; }

.category-box { position: relative; }
.category-box .content { margin-top: 15px; }
.category-box .content h3 {
  margin-bottom: 0px;
  font-weight: 600;
}
.category-box .content span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
.category-box a { color: #2b2b2b; }
.category-box img { width: 100%; }

@media (max-width: 992px) {
  .instagram-slider { overflow: hidden; }
}
.instagram-slider .slick-list { overflow: visible; }

.instagram-post { position: relative; }
.instagram-post::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
.instagram-post ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
.instagram-post ul a { transition: 0.2s ease; }
.instagram-post ul a:hover { color: #c8102e !important; }
.instagram-post:hover::before {
  visibility: visible;
  opacity: 1;
}
.instagram-post:hover ul {
  visibility: visible;
  opacity: 1;
}

.letter-spacing { letter-spacing: 1px; }

.ads {
  background: rgba(252, 114, 104, 0.06);
  background: url("../images/bk-testimonial.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
.ads .ads-content h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}
.ads .ads-content p { margin-bottom: 30px; }
.ads .ads-content span.deal {
  background: rgba(255, 255, 255, 0.3);
  padding: 6px 15px;
  color: #222;
}
.ads .btn-main:hover {
  background: #fff;
  border-color: #fff;
}
.ads .syotimer.large .syotimer-cell {
  height: 100px;
  width: 100px;
}
.ads .syotimer-cell {
  display: inline-block;
  height: 100px;
  width: 115px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-top: 15px;
  margin-right: 10px;
}
.ads .syotimer-cell__unit { color: #777; }
.ads .syotimer-cell__value {
  font-weight: 600;
  font-size: 45px;
  line-height: 45px;
}

.text-md { font-size: 20px; }

.feature-section { border-bottom: 1px solid #eee; }

.feature-block { padding: 40px 0px; }
.feature-block i {
  float: left;
  font-size: 45px;
  color: #c8102e;
  opacity: 0.7;
}
.feature-block .content { padding-left: 10px; }
.feature-block .content h5 {
  font-size: 20px;
  margin-bottom: 0px;
}
.feature-block .content p { margin-bottom: 0px; }
.feature-block.active { background: #fff; }

@media (max-width:768px){
	.feature-block {padding: 40px 50px;}
}
.contact-short-info i { font-size: 20px; }
.contact-short-info li { margin-bottom: 10px; }

.contact-form .form-control {
  border-color: #f9f9f9;
  background: #f9f9f9;
}

table.shop_table_responsive { border: 1px solid #dedede; }

.cart-info h4 { font-family: "Poppins", sans-serif; }
.cart-info h5 { font-weight: 400; }
.cart-info ul span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.cart-info ul li { border-bottom: 1px solid #dedede; }

.amount { font-family: "Poppins", sans-serif; }

.user-dashboard .nav-pills { border: 1px solid #eee; }
.user-dashboard .nav-pills .nav-link {
  color: #2b2b2b;
  font-weight: 600;
  padding: 10px 20px;
}
.user-dashboard .nav-pills .nav-link.active,
.user-dashboard .nav-pills .show > .nav-link {
  background-color: #c8102e;
  color: #fff;
  border-radius: 0px;
}

.cat-item { position: relative; }
.cat-item .item-info {
  position: absolute;
  right: 35px;
  top: 25%;
}
.cat-item .read-more {
  color: #c8102e;
  border-color: #c8102e;
}
.cat-item p { font-size: 18px; }

.widget-featured-entries h4 {
  display: block;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}
.widget-featured-entries h4:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 5rem;
  height: 2px;
  background-color: #c8102e;
  content: "";
}

.featured-entry-title a {
  color: #2b2b2b;
  font-weight: 400;
}

.featured-entry-meta { color: #2b2b2b; }

.faq h4 {
  border-bottom: 1px solid #dedede;
  padding: 10px 0px;
}

.login-form .heading { margin-bottom: 70px; }
.login-form h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.5;
}
.login-form .form-control {
  background: transparent;
  height: 55px;
  padding-left: 20px;
}
.login-form .btn { font-size: 20px; }
.login-form .btn:hover { background: #c8102e; }

@media (max-width: 480px) {
  .order-details li {
    width: 100%;
    border-right: 0px;
    padding: 20px 20px;
    background: #f9f9f9;
  }
  table.shop_table_responsive thead { display: none; }
  table.cart tr:first-child td.product-remove { border-top-width: 1px; }
  table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .ads .syotimer-cell { margin-bottom: 10px; }
  .ads { background: #eba1ae; }
}
@media (max-width: 400px) {
  .order-details li {
    width: 100%;
    border-right: 0px;
    padding: 20px 20px;
    background: #f9f9f9;
  }
  table.shop_table_responsive thead { display: none; }
  table.cart tr:first-child td.product-remove { border-top-width: 1px; }
  table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .ads .syotimer-cell { margin-bottom: 10px; }
  .ads { background: #eba1ae; }
}
@media (max-width: 768px) {
  .order-details li {
    width: 100%;
    border-right: 0px;
    padding: 20px 20px;
    background: #f9f9f9;
  }
  table.shop_table_responsive thead { display: none; }
  table.cart tr:first-child td.product-remove { border-top-width: 1px; }
  table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .ads .syotimer-cell { margin-bottom: 10px; }
  .ads { background: #eba1ae; }
}
@media (max-width: 992px) {
  .order-details li {
    width: 100%;
    border-right: 0px;
    padding: 20px 20px;
    background: #f9f9f9;
  }
}

.cart-item td { vertical-align: middle; }

.product-item {
  display: flex;
  width: 100%;
  min-width: 150px;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 3px;
}
.product-item .product-thumb {
  width: 100px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .product-item .product-thumb { display: none; }
}
.product-item .product-thumb img {
  display: block;
  max-width: 100%;
}
.product-item .product-info {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.product-item .product-info span {
  display: block;
  font-size: 13px;
}
.product-item .product-info span em {
  font-weight: 600;
  font-style: inherit;
}
.product-item .product-title {
  margin-bottom: 6px;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #2b2b2b;
}
.product-item .product-title a { color: inherit; }
.product-item .product-title a:hover { color: #c8102e; }

.bg-testimonial {
  background: url("../images/bg/bg-3.jpg") no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
}

.h60 {
  height: 60%;
}

.testimonial .card {
  border: 0px;
  padding: 2.5rem 2rem 2.5rem 2rem;
  border-bottom: 4px solid #7957a4;
}
.testimonial .card p {
  font-size: 17px;
  line-height: 30px;
  color: #848484;
}
.testimonial .card .img-block img {
  border-radius: 100%;
  width: 100px;
  height: 100px;
}
.testimonial .card .img-block i {
  width: 40px;
  height: 40px;
  font-size: 13px;
  border-radius: 100%;
  border: 4px solid #fff;
  position: absolute;
  content: "";
  bottom: 0px;
  background: #7957a4;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  right: 30%;
}

.footer {
  padding-top: 80px;
  padding-bottom: 40px;
  background: #ffffff;
}

.footer-widget ul li { margin-bottom: 15px; }
.footer-widget ul li a { color: #777; }
.footer-widget ul li a:hover { color: #c8102e; }

.social-icons a {
  width: 40px;
  height: 40px;
  border: 1px solid #dedede;
  display: inline-block;
  text-align: center;
  color: #2b2b2b;
  padding-top: 8px;
  border-radius: 100%;
}

.footer-btm-links a {
  color: #ffffff;
  margin-left: 8px;
}

.copyright { color: #ffffff; }

.copyright a { color: #ffffff; }
.copyright a:hover { color: #000000; }

/* Keep nav links un-underlined */
.navigation a,
.navbar-nav a {
  text-decoration: none !important;
}

/* Underline links inside paragraphs and headings */
p a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: underline !important;
}

/* Remove underline on hover/focus for those content links */
p a:hover,
p a:focus,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none !important;
}

/* =============================================
   MOBILE SLIDER — images + overlay + layout
   ============================================= */
@media (max-width: 767px) {

  /* --- Swap in the 600x600 mobile images --- */
  .slider-item:nth-child(2) { background-image: url('../images/slider/mobile-slideshow-1.jpg') !important; }
  .slider-item:nth-child(3) { background-image: url('../images/slider/mobile-slideshow-2.jpg') !important; }
  .slider-item:nth-child(4) { background-image: url('../images/slider/mobile-slideshow-3.jpg') !important; }
  .slider-item:nth-child(5) { background-image: url('../images/slider/mobile-slideshow-4.jpg') !important; }

  /* --- Size and position for square images --- */
  .slider .slider-item {
    min-height: 600px;
    background-position: center center;
  }

  /* --- The opacity overlay ---
       Adjust the last value in rgba() to control darkness:
       0.0 = fully transparent (no overlay)
       0.3 = light tint  <-- start here
       0.5 = medium tint
       0.7 = heavy tint
  ------------------------------------------------ */
  .slider .slider-item::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
  }

  /* --- Keep slider-item positioned so ::before works --- */
  .slider .slider-item {
    position: relative;
  }
  /* --- Lift the caption above the overlay --- */
  .slider .slider-caption {
    position: relative;
    z-index: 2;
    padding: 300px 0px 0px 0px;
    text-align: center;
  }
}
@media (max-width: 767px) {
	.mobile-center {
		text-align: center;
	}
	.mobile-show {
		display: block;
	}
	
	.mobile-hide {
		display: none;
	}
}
/* ADJUSTMENT FOR SLIDESHOW CAPTION TEXT ON SMALLER SCREENS */
@media (min-width: 768px) and (max-width: 1550px) {
  .slider .slider-caption {
    padding: 80px 0px;
  }
}
/* Contact form field visibility */
    .contact-form .form-control {
      background-color: #f0f0f0;
      border: 1px solid #c0c0c0;
      color: #333;
    }
    .contact-form .form-control:focus {
      background-color: #fff;
      border-color: #c8102e;
      box-shadow: 0 0 0 0.15rem rgba(200,16,46,0.2);
    }
    .contact-form .form-control::placeholder {
      color: #888;
    }
