/*
Theme Name: Ultimate Auction Pro Software - Child
Author: 
Description: Your description goes here
Version: 1.0
Template: ultimate-auction-pro-software

This is the child theme for Ultimate Auction Pro Software theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

body {
    font-size: 16px;
    font-family: "Albert Sans", sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Bricolage Grotesque", sans-serif !important;
}
.site-header.uat_menu_search_box_off {
    padding: 37px 0 !important;
}
.top-bar{
	background-color: #d0103a;
    box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.2);
    position: relative;
}
.header-rightside {
    display: flex;
	align-items: center;
}
header .site-logo{ order: 0;}
.social-icons {
    display: flex;
    justify-content: flex-end;
	gap: 1.5rem;
	padding: 16px 0;
	margin:0px !important;
}
.top-bar .social-icons img {
    width: 18px !important;
}
.top-bar .social-icons a {
    margin-right: 0px;
}
#auctionmenu > ul > li > a {
    font-size: 14px;
    line-height: 48px;
    letter-spacing: 0;
    text-decoration: none;
    color: #1B1D1D;
    font-weight: 500;
    text-transform: uppercase !important;
    font-family: "Albert Sans", sans-serif;
    font-style: normal;
}
.social-icons span.social-icon img {
    width: 20px;
}
.footer p {
    color: #fff;
}
.footer .site-logo {
    padding: 0 0 0 0;
    margin: 0 0px 20px 0px !important;
}
.footer .social-icons {
    justify-content: start;
    margin: 0px !important;
}
.social-icons img {
    width: 20px !important;
}
footer .footer-copyright {
    padding-top: 32px;
    width: 100%;
    display: block;
    border-top: 1px solid #444141 !important;
    margin-top: 60px;
    padding-bottom: 32px;
}
footer .copyright-two-col p{
	color:#A6A3A3;
    display: flex;
    width: 100%;
    justify-content: center;
	margin: 0!important;
}
.wrap-drop.h-myaccountwrap {
    padding: 9px 0px 9px 0px !important;
}
.my-acc-btn {
	padding: 0px 0 !important;
}
.my-acc-btn .sign-btn {
  color: #000 !important;
  background-color: #fff !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size:17px;
}
.footer .column h3.column-heading {
    text-transform: uppercase !important;
    color: #fff !important;
}
@media (max-width: 767px){
footer .footer-copyright{
	padding: 10px 0;
}
}