/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.page-header {margin-bottom: 30px;}

.auction-archive {display: flex; align-items: center; clear: both;}

.auction-single {display: flex; clear:both; }

.entry-title { text-align: center;}

.auction-archive-slider {
    max-width: 25%;
    float: left;
}

.auction-archive-details {
    max-width: 75%;
    float: left;
    padding: 0px 40px;
}

.orig-auction-single-details {
    max-width: 33.3%;
    padding: 0 30px;
}

.orig-auction-single-images {
    max-width: 66.6%;
    padding: 0 30px;
}

.site-footer {clear: both;}

.owl-prev, .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    display: block !important;
    border:0px solid black;
}
.owl-prev { left: -20px; }
.owl-next { right: -20px; }
.owl-prev i, .owl-next i {transform : scale(2,5); color: #851626;}