/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com/
Author:               UX-Themes
Author URI:           http://www.uxthemes.com/
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.14.3
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.0.0
Text Domain:          flatsome
License:              http://themeforest.net/licenses
License URI:          http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.nav-pills>li>a{	
	color:#fff !important
}
.nav-tabs>li.active>a{
	background:none !important;
	color:#fff !important
}
.nav-tabs+.tab-panels{
	background:none !important;
	color:#fff !important;
}

  #signature-pad {
    border: 2px dashed #ccc;
    border-radius: 5px;
    width: 100%;
    max-width: 500px;
    height: 200px;
    background: #fff;
  }
  .sig-btns {
    margin-top: 10px;
  }
.no-pad{
	padding-bottom:0px !important
}
h3.accordion_title {
    font-size: 25px;
    text-align: center;
}
a.button.alert.is-large.box-shadow-2.box-shadow-4-hover{
	padding:2px 15px !important;
}

.offer-banner {
  width: 100%;
  background: linear-gradient(90deg, #b71c1c, #e53935, #ff5252);
  
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 15px;
  overflow: hidden;
  position: relative;
  animation: shimmer 4s linear infinite;
}

/* Animate background shimmer */
@keyframes shimmer {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

.text-slider {
  position: relative;
  height: 24px;
  overflow: hidden;
  display: inline-block;
}

.slide {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  animation: slideText 6s infinite;
}

/* Each slide will take turn */
.slide:nth-child(1) {
  animation-delay: 0s;
}
.slide:nth-child(2) {
  animation-delay: 3s;
}

/* Animation keyframes for sliding text */
@keyframes slideText {
  0% { opacity: 0; transform: translateY(100%); }
  10% { opacity: 1; transform: translateY(0); }
  40% { opacity: 1; transform: translateY(0); }
  50% { opacity: 0; transform: translateY(-100%); }
  100% { opacity: 0; transform: translateY(-100%); }
}
#signature-pad {
  display: block !important;
  width: 100% !important;
  height: 150px !important;
  border: 2px solid #000 !important;
  background: #fff !important;
}

canvas {
  opacity: 1 !important;
  visibility: visible !important;
}
