
.textwidget h2 {
    color: #fff;
}
.cta-bar h2 {
	transform: initial;
	-ms-transform: initial;
	-webkit-transform: initial;
}
.cycle-next, .cycle-prev {
	display: none;
}
.header-phone, .header-phone a {
	font-size: 2rem;
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
}

/*Auctions*/
.auctions-wrapper {
  margin-bottom: 25px;
}
.auctions-wrapper .auction-date {
  background-color: #ac1a1b;
  padding: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ac1a1b;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
.view-auction-details {
  text-align: center;
  display: block;
  padding: 12px 0;
  background: #ccc;
  border-radius: 5px;
  text-transform: uppercase;
}
.view-auction-details:hover {
  background: #383838;
}
.first-auction-header, .second-auction-header, .custom-message-header {
    background: #383838;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}
a.auction-link-box, div.custom-message {
  display: block;
  color: #383838;
}
.first-auction-wrapper, .second-auction-wrapper, .custom-message-wrapper {
  text-align: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}
a.auction-link-box:hover{
  background-color: #f6f6f6;
}
.auctions-wrapper .auction-time, .auctions-wrapper .custom-message-title{
  font-size: 24px;
}
.auctions-wrapper .auction-title{
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.auctions-wrapper .auction-description {
  margin-top: 25px;
  font-weight: normal;
}
a.view-gallery-button{
  margin-top: 30px;
  display: block;
  background: #b81c1d;
  color: #fff;
  border-radius: 5px;
  padding: 3px 0;
}
a.view-gallery-button:hover{
  background: #981718;
}
.auctions-wrapper .auction-disclaimers{
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  font-style: italic;
  margin-top: 35px;
  margin-bottom: 15px;
}
.view-auction-button {
  margin-top: 35px;
}
.view-auction-button mark, .view-gallery-button mark {
  padding: 5px;
  background: #d12122;
  color: #fff;
}
.general-auction-information {
  text-align: center;
}
.shadowbox {
    box-shadow: 2px 8px 20px 0 rgba(31,32,68,.25);
    padding: 40px 40px 40px 40px;
    margin-bottom: 35px;
}
/*Single Auction Page*/
.single-auctions-wrapper table {
  width: 100%;
  margin-bottom: 35px;
  font-size: 18px;
}
.single-auctions-wrapper table, .single-auctions-wrapper table td, .single-auctions-wrapper table th {
  font-size:18px;
}
.single-auctions-wrapper .auction-title {
  color: #ac1a1b;
}
/*Gallery*/
#firstAuctionGallery, #secondAuctionGallery{
  display:none;
}

h2.panel-box-heading {
  color: #b81c1d;
}

.postscript-cities {
    background-image: url(/wp-content/themes/stonecold-child/img/bg.jpg) !important;
}
.page-header {
	background-image: url(/wp-content/themes/stonecold-child/img/MesaAuction_page-title-bg.jpg);
}

@media screen and (max-width: 639px) {
  .social-icons {
    margin: 2rem 0;
  }
  .top-bar {
    height: 3rem;
  }
  .top-bar-section ul li > a {
    color: #fff !important;
  }
  .page-header h1 {
    width: 100%;
    line-height: 2.25rem;
    font-size: 2rem;
  }
  #text-2 h2 {
    color: #fff !important;
  }
}

.wpcf7 p {
    margin: 0 !important;
}