.gk-theme .color {
  color: #cd1f36;
}
.gk-theme .title {
  font-size: 30px;
	background-image: url(/wp-content/themes/vitrine-child/img/borderbottom-clear.png) !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-size: 250px;
  padding-bottom: 40px !important;
}
.gk-theme .message {
	border: none!important;
  padding: 0 20px 0 60px;
  line-height: 60px;
  font-size: 13px;
}
.gk-theme .error-message {
  background: #ef0e0e1a;
}
.gk-theme .info-message {
	background: #00bcd433;
}
/*My Account Menu Icons*/
ul li.woocommerce-MyAccount-navigation-link--memberships a:before {
  content: "\f006";
}
ul li.woocommerce-MyAccount-navigation-link--contributions a:before {
  content: "\e75a";
}
ul li.woocommerce-MyAccount-navigation-link--events a:before {
  content: "\e6f5";
}
/*End of My Account Menu Icons*/
/*Bootstrap overrides*/
.gk-theme .btn {
  text-transform: uppercase;
  font-family: 'Cardo', sans-serif;
}
.gk-theme .btn-primary {
  background-color: #cf2037;
  border-color: #cf2037;
}
.gk-theme .btn-primary:focus,
.gk-theme .btn-primary.focus {
  color: #cf2037;
  background-color: #ffffff;
  border-color: #cf2037;
}
.gk-theme .btn-primary:hover {
  color: #cf2037;
  background-color: #ffffff;
  border-color: #cf2037;
}
.gk-theme .btn-primary:active,
.gk-theme .btn-primary.active {
  color: #cf2037;
  background-color: #ffffff;
  border-color: #cf2037;
}
/*End of Bootstrap ovreriddes*/
/*Card*/
.gk-theme .card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  max-width: 100%;
  margin-bottom: 25px !important;
  overflow-wrap: break-word;
}
.gk-theme .card-header {
	border-bottom: 1px solid #bdbdbd;
}
.gk-theme .card-footer {
  border-top: 1px solid #bdbdbd;
}
.gk-theme .card.card-lg .card-header,
.gk-theme .card.card-lg .card-container,
.gk-theme .card.card-lg .card-footer {
  padding: 30px 15px;
}
.gk-theme .card.card-md .card-header,
.gk-theme .card.card-md .card-container,
.gk-theme .card.card-md .card-footer {
  padding: 15px 10px;
}
.gk-theme .card.card-sm .card-header,
.gk-theme .card.card-sm .card-container,
.gk-theme .card.card-sm .card-footer {
  padding: 10px 5px;
}
.gk-theme .card-label {
  color: #222;
  font-weight: 500;
  font-size: 15px;
}
.gk-theme .card-value {
  color: #222;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 12px !important;
}
/*End of Card*/

/*Pop up no JS*/
.gk-theme .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.gk-theme .overlay.light {
  background: rgba(255, 255, 255, 0.5);
}
.gk-theme .overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.gk-theme .overlay:target {
  visibility: visible;
  opacity: 1;
}

.gk-theme .popup {
  margin: 50% auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 300px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
}
.gk-theme .light .popup {
  border-color: #aaa;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.gk-theme .popup .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  opacity: 0.8;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
}
.gk-theme .popup .close:hover {
  opacity: 1;
}
.gk-theme .popup .content {
  max-height: 400px;
  overflow: auto;
}
.gk-theme .popup p {
  margin: 0 0 1em;
}
.gk-theme .popup p:last-child {
  margin: 0;
}
/*End of Pop up no JS*/