/*
 Theme Name:   Hallenbeck Coin Gallery Flash-pro child theme 
 Theme URI:    https://hallenbeckcoingallery.com/
 Description:  A Flash-pro child theme
 Author:       Kirk Moore kirk@moorei.com (719)440-7736
 Author URI:   https://www.moorei.com
 Template:     flash-pro
 Version:      1.0.0
*/
 
/* @import url("../flash-pro/style.css"); */


/* SPOT Price Section */
* {
  box-sizing: border-box;
}
/* Create 4 equal columns that floats next to each other */
.SPOTcol {
  float: left;
  width: 25%;
  border: 5px solid black;
  padding: 3px;
}
/* Clear floats after the columns */
.SPOTrow:after {
  display: table;
  clear: both;
}
.SPOTleftCol {
  float: left;
  width: 75%;
//  padding: 3px;
}
.SPOTrightCol {
  float: right;
  width: 25%;
//  padding: 3px;
}
.SPOTmetal {
//    border: 3px solid #93c277;
    text-align: center;
    font-weight:700;
    color:#000;
//    background: white;
}
@media screen and (max-width: 600px) {
   .SPOTfontsize {
        font-size: 3vw;
  }
  .SPOTprices {
       height: 120px;
  }

   .SPOTcol {
       float:left;
       width:50%;
   }

}
.SPOTprices {
//    border:5px solid #6ba349; 
//    border-top:0px;
//    padding:3px;
//    height: 135px;
}
.SPOTheading {
    text-align: center;
    color: #fff;
    background: #6ba349;
}
//.SPOTprices .SPOTmetal:last-child {margin-bottom:3px;}
 .SPOTpositive  {
//   border:3px solid #93c277;
     background:  #93c277;
 }
 .SPOTnegative {
//  border:3px solid red; 
    background:red;
 }
 .SPOTchange_positive {
//     border:3px solid #93c277;
//   height: 35px;
}
 .SPOTchange_negative {
 //    border:3px solid red; 
//     height: 35px;
 }
 .SPOTdifference {
     color:#fff;
     font-weight:700;
     text-align:center;
 }

 .SPOTindicator {
     display:block;
     padding: 3px;
     text-align:center;
 }
 .SPOTindicator img{display:block;margin:0 auto; width:24px !important;height:24px !important;}

.SPOTbutton {
  background-color: #93c277;
}
.SPOTbutton:link {
    color:black;
}
.SPOTbutton:visited {
    color:black;
}
/*
.SPOTbutton:active {
    color:black;
}
*/
.SPOTbutton:hover {
   background-color: #4CAF50;
  color: white; 
}

