/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 01 2021 | 16:08:41 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.entry-box h1 { font-size: 34px; color: #212121; line-height: 36px; font-family: 'robotobold'; margin-bottom: 20px; padding-bottom: 20px; position: relative; text-align: center; }
.entry-box ul#home-how { float: left; width: 100%; display: flex; flex-wrap: wrap; margin: 30px 0px; list-style-type: none !important;}
.entry-box ul#home-how li { float: left; width: 25%; padding: 0px 20px;}
.entry-box ul#home-how {
 list-style: none !important; 
}
.thumbnail-classic-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  transition: 450ms ease-in-out;
  color: #71b00c;
  font-family: 'robotobold';
  font-size: 35px;
  border-radius:200px;
  border: 2px solid #d8dae2;
}
.thumbnail-classic-icon span { position: relative;}
.how-cont { float: left; width: 100%; padding: 25px 0px 0px; text-align: center;}
.how-cont h2 { font-size: 24px; line-height: 36px; font-family: 'robotomedium'; margin-bottom: 20px; padding-bottom: 20px; position: relative; text-align: center; }
/*.how-cont h2::after { position: absolute; display: block; content:""; left:0; right: 0px; bottom: 0; margin: auto; border-bottom: 2px solid #a3d65d; width: 45px;}*/
.how-cont p { text-align: center; font-size: 16px;}

.thumbnail-classic-icon:before {
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  opacity: 0;
  background: linear-gradient(-45deg, #a3d65d 15%, #71b00c);
}
.thumbnail-classic-icon:before, .thumbnail-classic-icon:after {
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 50%;
  transition: 450ms ease-in-out;
}

.entry-box ul li:hover .thumbnail-classic-icon { color: #fff;}
#pageid-7 > .entry-box.clearfix > section.abt-sec.auctions.auc-grid {
    display: none;
}
.logo {
  background: transparent !important
}