/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

div.auctionlisting {
  border: 1px solid #c3c3c3;
  padding: 5px;
}

div.auctionimage {
  padding: 0;
  position: relative;
  top: 0;
}

div.auctiondetails {
  color: #333;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-size: 14px;
  padding-left: 5px;
  text-align: left;
  top: 0;
}

.lotdetailphotos {
  margin-bottom: 20px;
}

.lotdetailphotos img {
  height: 150px;
  margin-bottom: 10px;
}

a.mainlink:link, a.mainlink:visited {
  color: #377bce;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

div.lotBlocks {
  border: 1px solid #c3c3c3;
  padding: 5px;
}

.pagetitleheader {
  color: #030329;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.mainbodytext {
  color: #05021f;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5em;
}

.clearfix {
  clear: both;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

td.mainbodytd {
  padding-left: 5px;
}

.sortForm {
  color: #4b4b4b;
  font-size: 15px;
  margin-bottom: 20px;
}

.sortForm label {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.sortForm select,
.search-auction select {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #bbb;
  color: #4b4b4b;
  font-size: 14px;
  padding: 0 5px;
  margin-right: 10px;
}

.sortForm select {
  float: left;
}

.sortForm input[type="checkbox"] {
  float: left;
  margin: 9px 5px 0;
}

.sortForm button[type="submit"] {
  border: 1px solid #bbb;
  float: left;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1em;
  margin-left: 10px;
  padding: 5px 10px;
}

.btn {
  -moz-user-select: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
}

.btn:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c
}

.btn:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-primary,
.search-auction .btn {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}

.btn-primary:focus,
.search-auction .btn:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40
}

.btn-primary:hover,
.search-auction .btn:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.form-control {
  display: block;
  width: 100%;
  height: 34px !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #4b4b4b !important;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-group {
  font-size: 14px;
  margin-bottom: 15px;
}

.form-group > label {
  line-height: 2.3em;
}

.auctionlisting hr {
  border: 1px solid #aaa;
  border-color: #aaa transparent transparent;
}

.search-auction input[type="text"] {
  color: #4b4b4b;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-size: 16px;
  height: auto;
  line-height: 1em;
  padding: 8px;
}

.search-auction input[type="radio"] {
  line-height: 1em;
  margin-top: 0;
}

.search-auction tr td {
  padding-bottom: 20px;
}

.auctions {
  text-align: right;
  font-size: 14px;
}

.auctions > a {
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #c3c3c3;
  color: #4b4b4b;
  display: inline-block;
  line-height: 1em;
  margin-bottom: 5px;
  padding: 5px 8px;
}

.auctions > a.active,
.auctions > a:hover {
  background: #0078c1;
  border-color: #0078c1;
  color: #fff;
}

.auctions > a.active {
  cursor: default;
}

.auctions > a.icon-page {
  font-size: 18px;
  line-height: 1.1em;
  padding-bottom: 3px;
  padding-top: 1px;
}

.auctions > a.icon-page.disable {
  cursor: default;
  opacity: 0.5;
}

.auctions > a.icon-page.disable:hover {
  background: transparent;
  border-color: #c3c3c3;
  color: #4b4b4b;
}

.auctions > a:first-child {
  border-radius: 2px 0 0 2px;
}

.auctions > a:last-child {
  border-width: 1px;
  border-radius: 0 2px 2px 0;
}

.edit-auction-wp {
  font-size: 14px;
}
