/*
Theme Name: The Retailer Child
Theme URI: http://theretailer.getbowtied.com/
Description: This is a child theme for The Retailer.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: theretailer
Version: 1.0
*/




/* menu button */
/* 

.btn-neon {
  position: relative;
  display: flex;           
  align-items: center;     
  justify-content: center; 
  padding: 1.5rem 3rem;
  min-width: 200px;
  color: #777;
  background: #f4f4f4;
  border: 2px solid #e63325;
  cursor: pointer;
  overflow: visible;
  transition: all 0.4s ease;
  z-index: 1;
  box-shadow: 0 0 10px rgba(171, 31, 20, 0.25);
  
  margin-right: 50px; 
}

.btn-neon::before,
.btn-neon::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px solid #e63325;
  border-radius: inherit;
  animation: smoothPulse 8s ease-in-out infinite;
  opacity: 0;
}

.btn-neon::after {
  animation-delay: 4s;
}

@keyframes smoothPulse {
  0%   { transform: scale(1);   opacity: 0.35; }
  20%  { transform: scale(1.05); opacity: 0.2; }
  40%  { transform: scale(1.1);  opacity: 0.15; }
  60%  { transform: scale(1.05); opacity: 0.2; }
  80%  { transform: scale(1.02); opacity: 0.25; }
  100% { transform: scale(1);   opacity: 0.35; }
}
*/


.request-quote-btn {
    margin-top: 45px!important;
	justify-self: flex-start;
}
.request-quote-btn:hover {
    color: #fff!important;
}

