
@font-face {
    font-family: "Museo";
    font-style: normal;
    font-weight: normal;
    src: url(./fonts/museo300-regular-webfont.woff) format("woff");
}

@font-face {
    font-family: "Museo";
    font-weight: 700;
    font-style: italic;
    src: url(./fonts/museo700-webfont.woff) format("woff");
}

:root{
    --color-blue: #00285E;
    --color-red: #EE3524;
}


.bg-color-1{
    background: var(--color-blue) !important;
}

.bg-color-2{
    background: var(--color-red) !important;
}

.text-color-2{
    color: #FFFFFF !important;
}

body, .agency-container{
    font-family: 'Museo', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Museo', sans-serif;
}
.text-color-black{
    color: #000000 !important;
}
.form-control{
    border-radius: 3px;
}
.widget-footer{
    position: relative;
}
.auction-description{
    background: none !important;
    padding: 15px !important;
}

.auction-item-buttons-bar{
    display: none;
}
.agentlogo-overlay{
	display: none;
}

.selling_agents_names{
    display: none;
}

.property-description-heading{
    display: block;
    font-size: 18px;
    font-weight: 700 !important;
    color: var(--color-blue) !important;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agency-auction-item{
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    overflow: hidden;
}

.agency-auction-item a.property-link-over-image:after {
    content: 'Click here to view live auctions';
    position: absolute;
    bottom: 3.5rem;
    left: 0;
    /* transform: translate(-50%, -50%); */
    background: rgba(238,53,53,.7);
    text-transform: uppercase;
    color: #ffffff;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    /* margin-top: -50%; */
    display: block;
    text-align: left;
    max-width: 41%;
}

.full-address-line{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.full-address-line .comma{
    display: none;
}

.full-address-line .address-container-part:nth-of-type(1){
    color: var(--color-blue) !important;
    font-weight: 300 !important;
    font-size: 20px;
}
.full-address-line .address-container-part:nth-of-type(2),
.full-address-line .address-container-part:nth-of-type(3){
    color: var(--color-red) !important;
    font-weight: 700 !important;
    font-size: 28px !important;
}

.address-container{
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    flex-wrap: wrap;
    gap: 5px;
    font-weight: 300 !important;
    font-size: 13px !important;
}

.address-container .address-container-part:nth-of-type(1){
    color: #888 !important;
}
.address-container .address-container-part:nth-of-type(2),
.address-container .address-container-part:nth-of-type(3){
    color: var(--color-red) !important;
    font-weight: 700 !important;
}

.address-container .comma{
    display: none;
}

.agency-auction-item .live-overlay{
    left: auto !important;
    right: 0 !important;
    transform: none !important;
    font-size: 100% !important;
}

.auction-description .features{
    margin-top: 10px;
    display: flex !important;
    gap: 10px;
    font-size: 13px;
    min-height: 21.5px;
}

.feature:not(.bed, .bath, .car){
    display: none !important;
}

.feature.bed:after{
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    margin: -5px 5px 0 3px;
    vertical-align: middle;
    background: transparent url(icons/eves-sprites.svg) no-repeat -24px -145px;
}

.feature.bath:after{
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    margin: -5px 5px 0 3px;
    vertical-align: middle;
    background: transparent url(icons/eves-sprites.svg) no-repeat 0 -145px;
}

.feature.car:after{
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    margin: -5px 5px 0 3px;
    vertical-align: middle;
    background: transparent url(icons/eves-sprites.svg) no-repeat -72px -145px;
}

.auction-date-time-wrapper:before{
    display: block;
    content: "";
    border-top: 1px solid #ddd;
    margin-left: -15px;
    width: calc(100% + 30px);
    margin-top: 10px;
    margin-bottom: 10px;
}

.auction-date-time-wrapper span{
    color: var(--color-red) !important;
    font-weight: 700;
    font-family: Verdana !important;
    font-size: 13px !important;
}

.widget-footer{
    font-family: sans-serif !important;
}

.description1 h3,
.description2 h3{
    font-weight: 700;
    color: var(--color-blue);
    text-align: left !important;
}

.Timed .auction-tiem-end-date-time{
    display: block !important;
}

.Timed .auction-date-time-wrapper span{
    white-space: nowrap;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.auction-tiem-end-date-time .auction-tiem-date-time-label{
    display: none !important;
}
.load-more-btn{
    background: var(--color-red) !important;
    color: white;
    box-shadow: none;
    border: none;
    border-radius: 10px !important;
    text-transform: capitalize !important;
}


.contact-detail h5{
    color: var(--color-red);
}

.contact-info li a{
    color: #888;
}

.contact-detail .flex-shrink-0 img{
    border-radius: 50%;
    object-fit: cover;
    width: 100px !important;
    height: 100px !important;
}