/*
Theme Name: UAPT-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)
*/

.site-logo{
    width: 320px !important;
}
.Search-bar-block{width: 30% !important;}
.Search-bar-block input[type="text"] {
    background-color: transparent !important;
    border: 1px solid rgb(229, 229, 229) !important;
    padding: 0 37px 0 15px !important;
}
.Search-bar-block button[type="submit"] {
    left: auto !important;
    right: 0;
    top: 0 !important;
}
.logged-in .Search-bar-block {
    width: 23% !important;
}
.woocommerce-account .woocommerce {
    padding: 60px 0;
}

@media screen and (max-width: 1023px) {
    .site-logo{
        width: calc(100% - 60px) !important;
    }
    .Search-bar-block{
        width: calc(100% - 90px) !important;
    }
    .logged-in .Search-bar-block {
        width: calc(100% - 130px) !important;
    }
}