@charset "UTF-8";
/* CSS Document */

/*

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;@0,400;0,600;1,400;1,600&family=Playfair+Display&display=swap');

*/


/* #872836; Vecchio colore */
:root {
  --primary: #701b1b;
  --secondary: #862a2a;
}


/* Generali
---------------------------------------*/
@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(../fonts/Playfair_Display/PlayfairDisplay-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: 'Playfair Display';
    src: url(../fonts/Playfair_Display/PlayfairDisplay-Medium.ttf);
    font-weight: 500;
}


* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    min-height: 100%;
    width: 100%;
}
html {
    text-rendering: optimizelegibility;
}
html.no-js {
    margin-top: 0 !important;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #3B3A3A;
}
.container {
    padding: 0 1rem;
    width: 100%;
}
.clearfix::after {
    display: block;
    content: "";
    clear: both;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.img_fluid{
	width: 100%;
	display: block;
	height: auto;
}

.clr_primary{
	color: var(--primary);
	}

.clr_white{
	color: #FFFFFF;
	}

input,
textarea,
select{
	font-family: 'Montserrat', sans-serif;

}

.align_center{
	text-align: center;
}


:focus{
	outline: 0;
}

.no_list,
.no_list li {
	list-style: none !important;
	}

/* Elementi grafici
---------------------------------------*/

.no_padding{
	padding: 0 !important;
}

.small_padding {
    padding: 30px !important;
}

/* Colori e sfondi */
.bg_lightgrey {
	background-color: #FAF8F7;
}
.bg-white {
    background-color: #fff;
    color: #3B3A3A !important;
    padding: 45px 30px;
}

.bg_primary {
	background-color: var(--primary);
	}

.fw_300{
	font-weight: 300;
}

.text_tiny{
	font-size: 12px;
}
.fontbold,
.fontbold a {
    font-weight: bold !important;
}
/* Tag */
a {
    text-decoration: none;
}
    .main-content a:not(.clr_white):not(.clr_primary) {
        color: var(--primary);
    }
h1,h2,.h1,.h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}
h3,h4,h5,h6,.h3,.h4,.h5,.h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1.4;
    padding-bottom: 6px;
    display: block;
}
h3, .h3,.main-content .h3, .main-content h3  {
    font-size: 1.1em;
    padding-bottom: 1rem;
}
    .main-content .h2, .main-content h2 {
        font-size: 2em;
        padding-bottom: 2rem;
        line-height: 1.3;
        color: var(--primary);
    }
h5,h6,.h5,.h6 {
    color: var(--primary);
}
p {
    margin-bottom: 2em;
	font-weight: 300;
}
ul, ol{ font-weight: 300; }
.link {
    display: block;
    color: var(--primary);
    font-weight: 700;
}
.text-uppercase {
    text-transform: uppercase;
}
.border-title {
    display: flex;
    width: 100%;
    justify-content: left;
    align-items: center;
    text-align: center;
    margin-bottom: 25px;
}
    .border-title::after {
        content: '';
        border-top: 1px solid #D0D0D1;
        margin: 10px 0 0 20px;
        flex: 1 0 20px;
    }

/* Lista */
ul {
    list-style: none;
}
    .main-content ul {
        padding-bottom: 2rem;
        padding-left: 1rem;
    }
    .main-content ul li {
        list-style: disc;
    }
	.main-content ul.letter-list{
		list-style-type: lower-latin !important;
	}
	.main-content ul.letter-list li{
		list-style-type: inherit !important;
	}
.list_titleabst li {
}
    .list_titleabst li a:not(.normal-link) {
        color: #3B3A3A;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #EAEAEA;
        margin-bottom: 15px;
        position: relative;
        min-height: 32px;
    }
        .list_titleabst li a:not(.normal-link):last-child {
            margin-bottom: 10px;
        }
        .list_titleabst li a:not(.normal-link)::after {
            display: block;
            content: "";
            height: 1px;
            width: 0;
            position: absolute;
            bottom: -1px;
            left: 0;
            opacity: 0;
            background-color: var(--primary);
            transition: all 1s ease-out;
        }
        .list_titleabst li a:not(.normal-link):hover::after {
            width: 100%;
            opacity: 1
        }
    .list_titleabst li .link {
        position: absolute;
        bottom: 10px;
        right: 0;
    }
    .list_titleabst .h4,
    .list_titleabst .details {
        display: block;
        padding-right: 80px;
    }
    .list_titleabst li a.bidder_rec {
        background-color: #8b1919;
        color: #fff;
        padding: 12px 12px 10px 8px;
        display: flex;
        min-height: auto;
        border: none;
        align-items: center;
        width: 100%;
    }
    .list_titleabst li a.bidder_rec .link {
        color: #fff;
        position: relative;
        bottom: inherit;
        right: inherit;
        padding-left: 10px;
        width: 100%;
        display: block;
        line-height: 22px;
        padding-right: 0 !important;
    }
    .list_titleabst li a.bidder_rec .arrow {
        position: relative;
        margin-top: 0;
        top: inherit;
        right: inherit;
        width: 60px;
    }
.template_list .section-box > div {
    padding: 30px;
    background-color: #FAF8F7;
    position: relative;
	display: flex;
	align-items: center;
}
    .template_list .section-box > div {

    }
    .template_list .h3 {
	font-size: 1.2rem;
    }
.template_list .abstract {
    padding: 0.8rem 0;
	font-weight: 300;
}
    .template_list a::after {
        content: "";
        display: block;
        opacity: 0;
        width: 0;
        height: 3px;
        background-color: var(--primary);
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.5s ease-out;
    }
    .template_list .nav-links a::after {
        display: none;
    }
    .template_list a:hover::after {
        opacity: 1;
        width: 100%;
    }
    .template_list > .row {
        margin-bottom: 30px;
    }

/* Box, contenitori */
#Main {
    position: relative;
    z-index: 1;
}
section, .section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.container-nopad > div[class^="col-"]{
    padding: 0;margin-bottom: 2em;
}
.section-box {
    position: relative;
}
    .section-box > div{
        padding: 5vw 5.5vw;
        background-size: cover;
    }
.section_sc > div:first-child,
.section_sc > a:first-child {
    background-color: #F5F3F2;
}
.section_sc > div:last-child,
.section_sc > a:last-child {
    background-color: #FAF8F7;
}

.section_cs > div:first-child,
.section_cs > a:first-child {
    background-color: #FAF8F7;
}
.section_cs > div:last-child,
.section_cs > a:last-child {
    background-color: #F5F3F2;
}
.section-focus_cs,
.section-focus_sc {
    color: #fff;
}
    .section-focus_cs > div:first-child {
        background-color: var(--primary);
    }
    .section-focus_cs > div:last-child {
        background-color: var(--secondary);
    }
    .section-focus_sc > div:first-child {
        background-color: var(--secondary);
        background-position: center;
    }
    .section-focus_sc > div:last-child {
        background-color: var(--primary);
    }
.horizontal-bg_cs {
    background-color: #FAF8F7;
}
.horizontal-bg_sc {
    background-color: #F5F3F2;
}
    .horizontal-bg_cs::before,
    .horizontal-bg_sc::before {
        display: block;
        content: "";
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 40%;
    }
    .horizontal-bg_cs::before {
        background-color: #F5F3F2;
    }
    .horizontal-bg_sc::before {
        background-color: #FAF8F7;
    }
    .horizontal-bg_sc > div,
    .horizontal-bg_cs > div {
        position: relative;
        z-index: 2;
    }
.section_cg {
    position: relative;
    background-color: #F5F3F2;
}
    .section_cg::before {
        height: 100%;
        width: 50%;
        content: "";
        display: block;
        background-color: var(--secondary);
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
    }
    .section_cg > div {
        position: relative;
        z-index: 2;
    }

/* Citazioni */
.cite {
    font-family: 'Playfair Display', serif;
    font-size: 2vw;
    line-height: 3vw;
    padding-bottom: 3em;
    padding: 1rem;
}
    .img-cite {
        min-height: 200px;
        display: flex;
        height: 100%;
        background-size: cover;
    }
    .text-cite {
        background-image: url(../images/quote.svg);
        background-repeat: no-repeat;
        background-size: 40px;
        padding-top: 40px;
        background-position: -3px -30px;
    }

/* Contenitore col section */
.section-box .h2 {
    color: var(--primary);
    font-size: 2.2vw;
    line-height: 1.4;
    margin-bottom: 30px
}
    .section-box.section-focus_sc .h2,
    .section-box.section-focus_cs .h2{
        color: #fff;
    }
    .contacts .section-box .h2 {
        padding-bottom: 0;
    }

.lot-box {
    font-size: 0.9em;
    margin-bottom: 30px;
    line-height: 1.3;
    display: block;
    color: #3B3A3A;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 100%;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: #fff;
}

    .lot-box span {
        display: block;
        margin-top: 5px;
    }
    .lot-box .number {
        font-weight: 700;
        color: var(--primary);
        padding-bottom: 5px;
    }
    .lot-box .details > span {
        margin-bottom: 5px;
    }
    .lot-box img {
        width: 100%;
        max-width: 300px;
	    height: auto;
        display: block;
        margin: 0 auto;
    }

.lot-container {
    margin-bottom: 2rem;
}
    .lot-item {
        padding: 2em;
        background-color: #FAF8F7;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        height: 100%;
        width: 100%;
        flex-direction: column;
        transition: background 0.8s ease-out;
    }
        .lot-item .lot-box {
            padding-top: 2em;
            margin-bottom: 0;
        }
        .lot-item:hover {
            background-color: var(--primary);
        }
.lot-details {
    padding: 30px;
}
    .lot-details .h3 {
        color: var(--primary);
    }

.high-box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    background-color: #fff;
    height: 100%;
    margin: 0 1rem;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    color: #3B3A3A;
    position: relative;
    background-size: cover;
}
    .high-box .image img {
        width: 100%;
		height: auto;
    }
    .high-box .content {
        padding: 2vw 2.5vw;
    }
        .high-box .h3 {
            text-transform: uppercase;
            font-size: 1.1em;
            padding-bottom: 0;
        }
        .occhiello,
        .main-content a.occhiello {
			font-size: 0.8em;
		    color: #3b3a3a;
		    font-weight: 400;
		    text-transform: uppercase;
		    letter-spacing: 1px;
			display: block;
			line-height: 1.6;
			margin: 10px 0;
		      }


        .high-box p {
            padding: 15px 0 0;
        }
    .high-box::after,
    .lot-box::after {
        width: 0;
        height: 2px;
        background-color: var(--primary);
        content: "";
        display: block;
        transition: all 0.8s ease-out;
        opacity: 0;
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
    }
.high-box:hover::after,
.lot-box:hover::after {
    opacity: 1;
    width: 100%
}
.box-list {
    padding: 0 1rem;
    height: 100%;
	font-size: 14px;
    /*margin-bottom: 2rem;*/
}
    .box-list span {
        display: block;
    }
        .box-list > div,
        .box-list > a {
            padding: 2rem;
            position: relative;
			height: 100%;
        }
    .box-list > div > a::before {
        content: "";
        display: block;
        opacity: 0;
        width: 0;
        height: 3px;
        background-color: var(--primary);
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.5s ease-out;
    }
    .box-list > div > a:hover::before {
        opacity: 1;
        width: 100%;
    }
    .box-list > div:last-child,
    .box-list > a:last-child {
    }
body:not(.home) .high-box {
    /*min-height: 150px;*/
    font-size: 1.6vw;
}
.box-bg {
    text-align: center;
    cursor: pointer;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    overflow: hidden;
    background-color: var(--primary);
}
    .box-bg h2 {
        display: block;
        margin: 0 auto !important;
        color: #fff !important;
        z-index: 2;
        padding: 17px 20px 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        right: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .box-bg::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        background-color: rgba(0,0,0,0.2);
        width: 100%;
        height: 100%;
        transition: background 0.5s ease-out;
    }
    .box-bg::after {
        height: 100%;
        background-color: rgba(128,0,0,0.4);
        z-index: 1
    }
    .box-bg img {
        position: relative;
    }

.grey-box {
    background-color: #FAF8F7;
    color: #3B3A3A;
    display: flex;
    flex-direction: column;
}
    .grey-box .clr_primary {
        color: var(--primary);
    }
    .grey-box::after {
        content: "";
        display: block;
        opacity: 0;
        width: 0;
        height: 3px;
        background-color: var(--primary);
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.5s ease-out;
    }
    a.grey-box:hover::after {
        opacity: 1;
        width: 100%;
    }
.minheight-box {
    min-height: 150px;
    font-size: 2.5vw;
    background-position: center;
}



.cpts-wrap-highlights{
	}

.lot-box-highlights{
	flex: 1 1 160px;
    padding: 30px;
    height: auto;
    min-height: 320px;
	}

.lot-box-highlights img{
	margin: 0 0 30px 0;
    max-width: 170px;
	}

.lot-box-highlights:hover:after{
	width: 0;
	opacity: 0;
	}


/* Header
---------------------------------------*/
header {
    text-align: center;
    padding: 40px 0 50px;
    position: relative;
    z-index: 2;
}
    #logo {
        font-family: 'Playfair Display', serif;
    }
        #logo > span {
            color: var(--primary);
            font-size: 2.5em;
        }
        #logo-location > span {
            font-size: 1.1em;
            color: #868585;
            display: inline-block;
            margin: 15px 10px 0;
        }

/* Fixed header */
header {
    height: 240px;
    position:relative;
}
.site_header {
    width: 100%;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    padding: 40px 40px 0;
    left: 0;
    top: 0;
    transition: all 1.2s;
}
    .site_header.scrollUp {
        transform: translateY(-152px) !important;
    }

/* Pla loader */
.pla-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
}
    .pla-loader #N-loader {
        color: var(--primary);
        font-family: 'Playfair Display', serif;
        font-size: 70px;
        width: 50px;
        height: 58px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: block;
        line-height: 50px;
    }

/* Menu */
#primary-menu {
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    margin-top: 2rem;
    text-transform: uppercase;
    position: relative;
    font-size: 0.9em;

}
    #primary-menu a {
        margin: 0 1.8vw;
        color: #3B3A3A;
        padding: 0 2px;
        position: relative;
        display: block;
    }
    #primary-menu .row {
        justify-content: center;
    }
#primary-menu #icon-menu {
    display: block;
    position: relative;
    padding: 15px;
}
li.current-menu-item {
    transition: opacity 0.5s ease-out;
}
    .primary-active-submenu .current-menu-item {
        opacity: 0.6;
    }
    #primary-menu.primary-active-submenu li.current-menu-item > a::after,
    #primary-menu.primary-active-submenu li.current-menu-ancestor > a::after {
        background-color: #ddd;
    }
#primary-menu.primary-active-submenu .active-submenu > a {
    color: var(--primary);
}
    #primary-menu.primary-active-submenu .active-submenu > a::after {
        background-color: var(--primary);
        height: 20px;
        opacity: 1;
        transform: rotate(0);
        bottom: -23px;
    }
.tax-auctions #primary-menu .auction-item a::after,
.services-template-default #primary-menu .service-item  a::after {
    background-color: var(--primary);
    opacity: 1;
}
#primary-menu .navbar-nav > .current-menu-ancestor.menu-item-has-children > a::after {
    background-color: var(--primary);
    opacity: 1;
    width: 20px;
    height: 1px;
    opacity: 1;
    bottom: 18px;
    right: calc(50% - 10px);
}
#primary-menu .navbar-nav > .menu-item-has-children > a::after {
    height: 0;
    width: 1px;
    position: absolute;
    right: 50%;
    bottom: 0;
}
#primary-menu .navbar-nav > .menu-item-has-children:hover > a::after {
    opacity: 1;
    bottom: 0;
    background-color: var(--primary);
    height: 20px;
    width: 1px;
    right: 50%;
}

#icon-menu > span {
    height: 30px;
    width: 30px;
}
    #icon-menu > span::after,
    #icon-menu > span::before {
        content: "";
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--primary);
    }
    #icon-menu > span::after {
        margin-top: 10px
    }
nav > .navbar-nav {
    /*padding: 22px 0;*/
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
}
#primary-menu .navbar-nav > li > a {
	font-weight: 400;
    padding: 22px 0;
}


.dropdown-menu{
	display: none;
}
.sub-menu:not(.mm-listview) {
	position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #800008;
    padding: 15px;
    /* display: flex; */
	display: none;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
	}
    #primary-menu .sub-menu a {
        color: #fff;
        text-transform: none;
    }
        #primary-menu .sub-menu a:hover {
            color: #fff;
        }

.navbar-nav li:hover > .sub-menu:not(.mm-listview){
	display: flex;
}

/* CSS submenu in pagine */
/*.parent-pageid-64 .current-menu-ancestor > div.dropdown-menu,
.page-template-page-templates .current-menu-ancestor > div.dropdown-menu {
    display: block !important;
}*/

/* hover and current item */
#primary-menu a {
    transition: color 0.5s ease-out;
    cursor: pointer;
}
#primary-menu a::after {
    content: "";
    display: block;
    height: 1px;
    width: 20px;
    position: absolute;
    bottom: 18px;
    right: calc(50% - 10px);
    transition: all 0.2s ease-out;
    opacity: 0;
    z-index: 1;
}
#primary-menu a:hover {
    color: var(--primary);
}
#primary-menu .menu-item-has-children.current-menu-parent > a::after,
#primary-menu .current_page_parent > a::after,
#primary-menu .current_page_item > a::after,
#primary-menu .current-menu-item > a::after {
    background-color: var(--primary);
    opacity: 1;
}

#primary-menu a:hover::after {
    background-color: #ddd;
    opacity: 1;
}
#primary-menu .sub-menu a::after,
#primary-menu .sub-menu .current_page_item a::after {
    bottom: -2px;
}
#primary-menu .sub-menu a:hover::after,
#primary-menu .sub-menu .current_page_item a:hover::after {
    width: 20px;
    height: 1px;

}
#primary-menu .sub-menu .current_page_item a::after {
    background-color: #fff;
    opacity: 1;
}


.menu-item-home{
}

/* Menu search */
#menu-search {
    padding-top: 18px;
}
    #menu-search a {
        height: 30px;
    }
    #menu-search-icon {
        width: 25px;
        padding: 5px 2px;
    }

/* Main
---------------------------------------*/
.biddr-banner {
    display: block;
    background-color: #8B1919;
    color: #fff;
    font-weight: 700;
    text-align: right;
    padding: 10px 20px;
    font-size: 0.9em;
    margin-top: 20px;
    background-image: url('../images/logo-biddr.png');
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: 10px center;
    cursor: pointer;
}
.main-head {
    padding-top: 7vw;
    margin-bottom: 50px;
}
.container-imagepage {
    padding: 5vw 5.5vw;
    margin-top: -2.5vw;
    background-color: #FAF8F7;
    position: relative;
}
    .container-imagepage::before {
        display: block;
        content: "";
        width: 50%;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        background-color: #F5F3F2;
    }
    .container-imagepage img {
        position: relative;
        z-index: 2;
        width: 100%;
        height: auto;
    }
.main-head h1 {
    font-size: 4.5vw;
    line-height: 4.5vw;
    margin-top: -2.5vw;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 2rem;
}

.single-post .main-head h1{
    margin-top: -4vw;
}

.single-post .main-head .details-post + h1{
	margin-top: 0;
}

.breadcrumb {
    font-size: 0.8em;
    text-align: center;
    margin-top: 20px;
    line-height: 1.5;
	font-weight: 300;
	padding-bottom: 2rem;
    border-bottom: 1px solid #eaeaea;
}
    #Main .breadcrumb > span,
    #Main .breadcrumb > a {
        color: #3B3A3A;
        transition: color 0.5s ease-out;
    }
    .breadcrumb > span::after,
    .breadcrumb > a::after {
        display: inline-block;
        content: "-";
        margin: 0 5px;
    }
    .breadcrumb > span:last-child,
    .breadcrumb > a:last-child {
        font-weight: 500;
    }
        .breadcrumb > span:last-child::after,
        .breadcrumb > a:last-child::after {
            display: none;
        }
    #Main .breadcrumb > a:hover {
        color: #800008;
    }
.section-btn {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
}
    .btn-large {
        padding: 35px 30px;
    }
	.btn-default {
		padding: 20px 30px;
	}
    .back-btn {
        background-color: #F5F3F2;
        display: inline-block;
        text-indent: -99999px;
    }
    .detail-btn {
        float: right;
        background-color: var(--primary);
        color: #fff !important;
        display: inline-block;
        font-weight: 700;
        /* white-space: nowrap; */
        width: 90%;
        transition: all 0.5s ease-out;
        position: relative;
        line-height: 1.3;
    }
        .detail-btn .arrow {
            transform: rotate(180deg);
            transition: all 0.5s ease-out;
            position: absolute;
            right: 30px;
            top: 38%;
        }
        .detail-btn:hover .arrow {
            right: 20px;
        }
            .detail-btn > span:not(.arrow) {
                padding-right: 65px !important;
                display: block;
            }
    .arrow {
        position: relative;
        width: 50px;
        height: 1px;
        display: block;
        background-color: var(--primary);
        margin-top: 12px;
        float: right;
    }
        .arrow::after,
        .arrow::before {
            content: "";
            position: absolute;
            width: 30px;
            height: 1px;
            display: block;
            background-color: var(--primary);
            transform: rotate(-45deg);
            transform-origin: left;
            transition: all 0.5s ease-out;
        }
        .arrow::before {
            transform: rotate(45deg);
            transform-origin: left;
        }

        .detail-btn .arrow,
		.arrow_white,
        .detail-btn .arrow::after,
		.arrow_white:after,
        .detail-btn .arrow::before,
		.arrow_white::before {
            background-color: #fff;
        }

    .down-icon .arrow {
        transform: rotate(-90deg);
        width: 30px;
        float: left;
        transition: all 0.5s ease-out;
    }
        .down-icon .arrow::after,
        .down-icon .arrow::before {
            width: 20px;
        }
    .down-icon {
        display: inline-block !important;
        height: 50px;
        text-align: center;
        border-bottom: 2px solid var(--primary);
        margin-bottom: 10px;
        transition: all 0.5s ease-out;
    }
    .box-list a.clr_primary > span {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
        .box-list a.clr_primary:hover  .down-icon .arrow {
            transform: rotate(-90deg);
            width: 30px;
            float: left;
            margin-top: 24px;
        }



	.btn-link .down-icon{
	    height: auto;
		margin-right: 10px;
		}

.secondary-btn {
    background-color: #F5F3F2;
    display: block;
    color: var(--primary) !important;
    padding: 18px 30px;
    clear: both;
    width: 90%;
    float: right;
    font-weight: 800;
    transition: all 0.5s ease-out;
    position: relative;
}
.secondary-btn:hover {
    background-color: var(--primary);
    color: #fff !important;
}
    .secondary-btn .down-icon {
        position: absolute;
        right: 30px;
        top: 10px;
        transform: scale(0.8);
        height: 44px;
    }
    .secondary-btn:hover:hover .down-icon {
        border-color: #fff;
    }
    .secondary-btn:hover .down-icon .arrow {
        margin-top: 20px;
        background-color: #fff;
    }
    .secondary-btn:hover .down-icon .arrow::after,
    .secondary-btn:hover .down-icon .arrow::before {
        background-color: #fff;
    }


/* Pagination */
.pagination {
    text-align: center;
    padding-top: 1.5rem;
}
.page-numbers {
    font-size: 1.3em;
    margin: 0 10px;
}
.next.page-numbers {
    background-color: #f4f4f4;
    padding: 10px;
    height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    font-size: 2em;
    line-height: 25px;
    transition: all 0.5s ease-out;
}
    a.next.page-numbers:hover {
        background-color: var(--primary);
        color: #fff;
    }
.pagination .screen-reader-text {
    display: none;
}


/* Sidebar */
.sidebar {
    float: right;
    width: 90%;
    background-color: #F5F3F2;
    padding: 30px;
    margin-bottom: 30px;
}
    .sidebar a {
        font-weight: 700;
    }
    .sidebar-title {
        display: block;
        margin-bottom: 30px;
        padding-bottom: 0;
        font-weight: 800;
        font-size: 1.1em;
    }
    .main-content .sidebar ul {
        padding-left: 0;
        padding-bottom: 0;
    }
    .main-content .sidebar li {
        line-height: 1.3;
        margin-bottom: 15px;
        list-style: none;
    }


/* Pagina contatti */
.recapiti .h4{
	margin-bottom: 1.2rem;
}
.recapiti > span {
    display: block;
}
    .recapiti .email {
        padding-top: 2em;
    }
    .recapiti a {
        font-weight: 700;
    }
.personal-contact {
    margin: 20px 0 0;
    display: table;
    align-items: center;
}
.personal-contact > div {
    display: table-cell;
}
.contact-image > div {
    height: 50px;
    width: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
	overflow: hidden;
}
.contact-text {
    line-height: 20px;
    vertical-align: middle;
	padding-left: 14px;
	font-size: 14px;
}
    .contact-text a::after {
        content: "";
        display: block;
        width: 0;
        opacity: 0;
        height: 1px;
        background-color: var(--primary);
        transition: all .5s ease-out;
    }
        .contact-text a:hover::after {
            width: 80%;
            opacity: 1;
        }

.recapiti .other-contacts:not(:last-child){
	margin-bottom: 20px;
	}

/* Lotti */
.auction-container {
    background-color: #fff;
}
.auction-container .h3 a {
    color: #3B3A3A;
}
.auction-container.swiper-slide {
}
.auction-container .swiper-button-prev,
.auction-container .swiper-container-rtl .swiper-button-next {
    left: -20px;
    right: auto;
}
.auction-container .swiper-button-next,
.auction-container .swiper-container-rtl .swiper-button-prev {
    right: -20px;
    left: auto;
}
.swiper-pagination_carousel.swiper-pagination-bullets {
    text-align: center;
}
.swiper-pagination_carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--secondary);
}

/* Auction */
.auction-details {
    padding-top: 0;
}
.auction-embed {
    margin-bottom: 2rem
}
	.auction-embed > div {
	    background-color: var(--primary);
	    padding: 5vw 5vw 50px;
	    color: #fff;
    }

	.auction-embed > div iframe{
		height: 640px !important;
		}

.auction-embed .btn-link {
	display: block;
    position: relative;
    top: 20px;
	}

.auction-embed .btn-link .down-icon{
	position: relative;
	top: 5px;
	}

/* Tab Cataloghi */
.catalogues_tab ul{
	padding: 0;
	}

.catalogues_tab li{
	display: inline-block;
    background: var(--primary);

	background-color: #F5F3F2;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
	}

.catalogues_tab li a{
	padding: 10px 5vw;
	display: block;
	}

.catalogues_tab li a.clr_white{
	color: #3B3A3A;
	}

.catalogues_tab li.ui-state-active{
	background: var(--primary);
	}

.catalogues_tab li.ui-state-active a.clr_white{
	color: #FFF;
	}




/* Slider
---------------------------------------*/
.slider-section {
    padding-bottom: 40px;
}
.slider-section,
.banner {
    position: relative;
    color: #fff;
}
.slider-section .swiper-container {
    width: 100%;
    height: auto;
    background-color: var(--primary);
}
    .slider-section .swiper-container::before {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        max-width: 33.333%;
        background-color: var(--secondary);
        top: 0;
        left: 0;
    }
.slider-section .swiper-pagination-bullet {
    width: 1.6vw;
    height: 4px;
    border-radius: 0;
    background: #707070;
}
.slider-section .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}
.slider-section .swiper-button-next,
.slider-section .swiper-container-rtl .swiper-button-prev {
    right: -100px;
}
.slider-section .swiper-button-prev,
.slider-section .swiper-container-rtl .swiper-button-next {
    left: -100px;
}
.swiper-button-next, .swiper-button-prev {
    color: #707070;
    outline: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.8rem;
}
.slider-section .swiper-pagination {
    left: 0;
    right: 0;
}
.slider-section .swiper-slide > .row > div {
    padding: 5vw 5.5vw;
    color: #fff;
}
    .slider-section .swiper-slide > .row .slide-text {
        padding-left: 0;
    }
    .slider-section .swiper-slide img {
		height: auto;
        width: 100%;
    }
    .slider-section .swiper-slide .link {
        color:#fff;
    }
.slider-section .swiper-slide .row {
    position: relative;
    z-index: 2;
}
    .slider-section .swiper-slide::before {
        content: "";
        display: block;
        height: 100%;
        width: 0;
        transition: all 1s ease-out;
        background-color: var(--secondary);
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }
    .slider-section .swiper-slide:hover::before {
        width: 100%;
    }

.indent-text {
    position: relative;
    z-index: 2;
}
.indent-text .h2 {
    font-size: 3vw;
    line-height: 3.5vw;
    margin-bottom: 30px;
}
.indent-text a {
    color: #fff;
    display: block;
}
    .indent-text .link {
        margin-left: 5vw;
        margin-top: 30px;
        transition: margin 0.5s ease-out;
    }
    .indent-text .link:hover {
        margin-left: 7vw;
    }
.indent-text .abstract {
    margin-left: 5vw;
    position: relative;
}
    .indent-text .abstract::before {
        position: absolute;
        content: "";
        height: 1px;
        width: 3.6vw;
        background-color: #fff;
        position: absolute;
        top: 12px;
        left: -5vw;
    }
.swiper-carousel {
    overflow: hidden;
}


/* Documents */
.downloads{

	}

.downloads li{
	padding: 10px 0;
    border-bottom: 1px solid #EAEAEA;
	position: relative;
	width: 100%;
	float: left;
	display: block;
	padding-right: 50px;
	}

.downloads .down-icon {
	margin: 0;
	height: 31px;
	position: absolute;
	right: 0;
	transform: scale(0.6) translateY(-50%);
	top: 40%;
	padding: 0;
	border: 0;
	}



/* Banner Small */
.banner-small {
    display: flex;
    align-items: center;
    justify-content: space-between;
	text-align: center;
	line-height: 1.2;
	}

.banner-small img {
	max-width: 240px;
	}

.banner-small .h2 {
	font-size: 40px;
	}



/* Banner */
.banner .link {
    color:#fff;
}
a.section-focus_sc.banner .banner-text {
    position: relative;
}
a.section-focus_sc.banner .banner-text::before {
    content: "";
    display: block;
    height: 100%;
    width: 0;
    transition: all 1s ease-out;
    background-color: var(--secondary);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
a.section-focus_sc.banner:hover .banner-text::before {
    width: 100%;
}

a.section-focus_sc.banner-traveller .banner-text::before {
    background-color: var(--secondary);
    opacity: 60%;

}
/* Homepage */
.home #Main > .slider-section {
    margin-top: 2rem;
}



/* Press area */
.details-post {
	margin-top: 1rem;
    z-index: 1;
    position: relative;
    text-align: center;
}

.details-post > * {
	margin: 0 6px;
}
    .details-post a {
        font-weight: 700;
        color: var(--primary);
    }
    .details-post time {
    }

/* 404 */
.error404 .maincontent {
    text-align: center;
}
.error404 h1 {
    display: block;
    margin-bottom: 40px;
    font-size: 60px;
    line-height: 60px;
}

/* Footer
---------------------------------------*/
footer {
	font-weight: 300;
}
footer .container {
}
    footer #foot-link {
        text-align: right
    }
        footer #foot-link a {
            color: #3B3A3A;
        }
        footer #copy-footer {
            margin-top: 0
        }
    footer section, footer .section {
        padding-bottom: 0;
    }
    body:not(.home) footer {
        padding-top: 40px;
    }


/* Newsletter */
#mc_embed_signup {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 100%;
    align-items: center;
}
#mc_embed_signup_scroll{
	position: relative;
	}

.submit_wr{
	position: absolute;
    top: 0;
    right: 0;
	}

fieldset{
	margin: 0;
	padding: 0;
	border: 0;
	}

#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="email"]:focus{
	border: 0;
	background: none;
	font-size: 16px;
	width: 100%;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	margin-bottom: 20px;
	padding: 10px 0;
	}

#mc_embed_signup input[type="submit"]{
    font-size: 0.8em;
    padding: 10px 20px;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    background: #FFF;
    color: #902323;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    font-weight: 700;
    min-width: 150px;
	}

.acceptance{
	font-size: 12px;
	display: block;
	line-height: 1.5;
}

.acceptance p{
	margin-bottom: 0;
}

::-webkit-input-placeholder { /* Edge */
	color: #FFF;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #FFF;
}

::placeholder {
	color: #FFF;
}


#mce-responses .response a,
.acceptance a{
	color: #fff;
	text-decoration: underline;
}

#mce-responses .response{
	padding: 5px 10px;
    font-size: 12px;
	margin-bottom: 10px;
    line-height: 1.6
	}

#mce-responses .response#mce-error-response{
	background-color: var(--primary);
	}

#mce-responses .response#mce-success-response{
	background-color: var(--primary);
	}


/* Change the white to any color ;) */
.mc-field-group input:-webkit-autofill,
.mc-field-group input:-webkit-autofill:hover,
.mc-field-group input:-webkit-autofill:focus,
.mc-field-group input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px var(--secondary) inset !important;
}

/*Change text in autofill textbox*/
.mc-field-group input:-webkit-autofill {
    -webkit-text-fill-color: #FFF !important;
	font-size: 16px;
}
.newsletter .gfield_label,
.newsletter .gform-field-label {
    color: #ffffff !important;

}
.newsletter .gform-field-label a {
    color: #ffffff !important;
    text-decoration: underline;
}
.newsletter .gform_button {
    color: var(--secondary) !important;
    background-color: #fff !important;
}

/* Gravity Forms Error */
.gform_validation_errors{
    background-color: #cda641 !important;
    border: 0 !important;
    box-shadow: none !important;
}
.gform_validation_errors h2.gform_submission_error{
    color: #FFF !important;
    font-weight: bold !important;
    font-size: 16px !important;
}
.gform_validation_errors ol,
.gform_validation_errors h2.gform_submission_error .gform-icon{
    display: none !important;
}

.gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    border-color: #FFF !important;
    outline:2px solid #cda641 !important;
    
}

.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    color: #cda641 !important;
    font-weight: bold !important;
}



/* media query - MIN-WIDTH */
@media only screen and (min-width: 1024px) {
    body {
        padding: 0 25px;
    }
    #primary-menu a#icon-menu {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    body {
        padding: 0 40px;
    }
    #logo > span {
        font-size: 2.8em;
    }
    #Main,
    footer {
        padding: 0 100px;
    }

    #Main {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
    }

	.page-template-page-prices-realized #Main{
		padding: 0;
	}


        .home #Main {
            max-width: 100%;
        }

    .section-box {
    }
        .section-box > div{
            padding: 5vw 5vw;
        }
    section, .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .main-head h1 {
        font-size: 55px;
        line-height: 74px;
    }
}
@media only screen and (min-width: 1600px) {
    .site_header.scrollUp {
        transform: translateY(-156px) !important;
    }
    .section-box .h2 {
        font-size: 2em;
    }
    body {
        font-size: 16px;
        line-height: 27px;
    }
    .section-box > div {
        padding: 85px 90px;
    }
    #primary-menu a {
        margin: 0 1.2vw;
    }
    .cite {
        font-size: 28px;
        line-height: 42px;
    }
    body:not(.home) .high-box {
        font-size: 26px;
    }
}

/* media query - MAX-WIDTH */
@media only screen and (max-width: 1199px) {
    body {
        padding: 0 25px;
    }
    #Main,
    footer {
        padding: 0 50px;
    }
    .swiper-container::before {
        max-width: 41.667%;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -50px !important;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: -50px !important;
    }
}
@media only screen and (max-width: 1023px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }
    nav {
        display: none;
    }
    .site_header.scrollUp {
        transform: translateY(-130px) !important;
    }
    #primary-menu > .row {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    #menu-search {
        padding-top: 6px;
    }
        #menu-search a {
            margin: 0 15px;
        }
    #primary-menu a::after {
        display: none
    }
}
@media only screen and (min-width: 992px) {
    .template_list > .row > div:first-child {
        padding: 0;
        overflow: hidden;
    }
	/*
    .template_list > .row > div picture{
        width: 150%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
	*/
    .main-content .sidebar ul {
        display: block !important;
    }
}
@media only screen and (max-width: 991px) {
    header {
        height: 207px;
        position: relative;
    }
    html #wpadminbar {
        height: 46px;
        min-width: 240px;
        top: -46px;
        width: calc(100% + 50px);
        left: -25px;
    }
    body {
        padding: 0 20px;
    }
    header {
        padding: 20px 0;
    }
    .collapse-sidebar ul {
        display: none;
    }
    #primary-menu {
        margin-top: 1rem;
    }
    .main-head {
        margin-bottom: 25px;
    }
    .template_list > .row > div:first-child {
        padding: 0;
        overflow: hidden;
    }
    .section-box .h2 {
        font-size: 3vw;
    }
    .swiper-container::before {
        max-width: 100%;
        height: 40%;
    }
    .swiper-slide > .row .slide-text {
        padding-left: 5.5vw;
        padding-top: 0;
    }
    .section-box .h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    body:not(.home) .high-box {
        font-size: 3vw;
    }
    footer #copy-footer {
        margin: 40px 0 50px;
    }
    footer #copy-footer,
    footer #foot-link {
        text-align: center;
    }
    footer #copy-footer > div {
        padding: 0 5.5vw;
    }
    .sidebar {
        float: none;
        width: 100%;
        padding: 0;
        background-color: var(--primary);
        color: #fff;
    }
        .sidebar-title {
            margin-bottom: 0;
            padding: 20px 30px;
            cursor: pointer;
            position: relative;
        }
        .sidebar-title::after {
            content: "";
            border: solid #fff;
            border-width: 0 1px 1px 0;
            display: inline-block;
            padding: 10px;
            transform: rotate(45deg);
            position: absolute;
            right: 30px;
            top: 15px;
            transition: all 0.5s ease-out;
            transform-origin: center;
        }
        .sidebar-title.collapsed::after {
            transform: rotate(-135deg);
            top: 25px;
        }
        #submenu-cat {
            padding: 0 30px 20px 30px;
        }
            .sidebar a {
                color: #fff;
                font-weight: 400;
                display: block;
                padding-left: 40px;
                position: relative;
            }
            .sidebar a::before {
                content: "";
                position: absolute;
                display: block;
                background-color: #fff;
                height: 1px;
                width: 30px;
                left: 0;
                top: 8px;
            }
    .main-head h1 {
        font-size: 34px;
        line-height: 40px;
        margin-top: -20px;
    }
    .btn-large {
        padding: 16px 20px;
    }
    .arrow {
        width: 20px;
    }
        .arrow::after, .arrow::before {
            width: 12px;
        }
    .slider-section .swiper-container::before {
        height: 40%;
        width: 100%;
        max-width: 100%;
    }
    .slider-section .swiper-slide::before {
        height: 0;
        width: 100%;
    }
    .slider-section .swiper-slide:hover::before {
            height: 100%;
        }
    .slider-section .swiper-slide > .row .slide-text {
        padding: 5vw 5.5vw;
    }
    .indent-text .h2 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .auction-link {
        margin-top: 2rem;
    }
    .auction-link .detail-btn,
    .auction-link .secondary-btn{
        width: 100%;
        padding: 15px 20px;
    }
    .detail-btn .arrow {
        right: 20px;
        top: 25%;
    }
    .secondary-btn .down-icon {
        right: 20px;
        top: 4px;
        transform: scale(0.6);
    }

	.banner-small .h2{
		font-size: 30px;
		}

}
@media only screen and (max-width: 767px) {
    .site_header.scrollUp {
        transform: translateY(-136px) !important;
    }
    .site_header {
        padding: 20px 20px 0;
    }
    #Main, footer {
        padding: 0;
    }
    #Main > .container {
        padding: 0
    }
    .main-head {
            padding-top: 8vw;
    }
    .swiper-slide > .row .slide-text {
        padding-left: 5.5vw;
        padding-top: 0;
    }
    #logo > span {
        font-size: 32px;
        line-height: 40px;
    }
        #logo > span > span {
            display: block;
        }
        #logo-location > span {
            margin: 15px 6px 0;
        }
        .swiper-pagination-bullet {
            width: 30px;
            height: 2px;
        }
        .swiper-button-next, .swiper-button-prev {
            display: none;
        }
    .section_cg::before {
        display: none;
    }
        .section_cg > div:first-child {
            background-color: var(--secondary);
        }
        .cite {
            font-size: 1.5em;
            line-height: 1.4;
        }
    .submit_wr {
        position: relative;
        margin-top: 20px;
        width: 100%;
    }
        #mc_embed_signup input[type="submit"] {
            font-size: 1em;
            padding: 16px 20px;
            position: relative;
            width: 100%;
        }
    .details-post time {
        float: none;
        padding-left: 10px;
    }



}


@media only screen and (max-width: 580px) {
    #logo > span {
        font-size: 22px;
        line-height: 30px;
    }

	.banner-small {
		display: block;
		position: relative;
		}

	.banner-small .h2{
		padding: 0 20px 30px 20px;
		font-size: 24px;
		}

	.banner-small picture{
		max-width: 50%;
	    display: block;
		}

	.banner-small picture.img_dx{
		position: absolute;
		top: 0;
		right: 0;
		}

}




/* Form richiedi valutazione */

.form_btn_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: space-between;
	}

.form_btn {
	width: 48%;
    padding: 20px;
    background: var(--secondary);
    color: #FFF !important;
    text-align: center;
    font-size: 18px;
	}

.gform_button{
    padding: 20px !important;
    background: var(--secondary) !important;
    color: #fff !important;
    text-align: center;
    font-size: 16px !important;
    text-transform: uppercase !important;
    }
.gform_confirmation_message {
    padding: 10px;
    background-color: var(--secondary);
    color: #fff;
    text-align: center;
}


.field_wrapper{
	margin-bottom: 14px;
	}

.field_wrapper.float_sx{
	float: left;
	width: 48%;
	}

.field_wrapper.float_dx{
	float: right;
	width: 48%;
	}

.field_wrapper > label{
	display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
	}

.field_wrapper select,
.field_wrapper input,
.field_wrapper textarea{
	background: #f5f3f2;
    padding: 14px;
    width: 100%;
    border: 1px solid #ccc;
	}

.field_wrapper.upload {
    width: 33.33%;
    float: left;
	}

.field_wrapper.upload input{
	padding: 22px 14px;
	border: 0;
	}

.field_wrapper input[name=rec_pic_1]{
	border: 1px solid #ccc;
	border-right: 0;
	}

.field_wrapper input[name=rec_pic_2]{
	border: 1px solid #ccc;
	border-right: 0;
	border-left: 0;
	}

.field_wrapper input[name=rec_pic_3]{
	border: 1px solid #ccc;
	border-left: 0;
	}


@media only screen and (max-width: 780px) {

	.field_wrapper.upload {
		width: 100%;
	    margin-bottom: 0;
			}

	.field_wrapper.upload.upload_2 > label,
	.field_wrapper.upload.upload_3 > label{
		display: none;
		}

	.field_wrapper input[name=rec_pic_1]{
		padding: 22px 14px 14px 14px;
	    border: 1px solid #CCC;
	    border-bottom: 0;
		}

	.field_wrapper input[name=rec_pic_2]{
		padding: 14px;
		border: 1px solid #CCC;
		border-top: 0;
		border-bottom: 0;
		}

	.field_wrapper input[name=rec_pic_3]{
		padding: 14px 14px 22px 14px;
	    border: 1px solid #CCC;
	    border-top: 0;
		}


}


@media only screen and (max-width: 540px) {

	.field_wrapper.float_sx,
	.field_wrapper.float_dx{
		float: none;
		width: 100%;
		}


}

/* Acceptance */
.acceptance {
	margin: 20px 0;
    display: block;
    float: left;
    width: 100%;
	}

span.wpcf7-list-item{
	margin: 0;
	}

span.wpcf7-list-item-label {
    font-size: 13px;
    font-weight: 300;
	cursor: pointer;
	}

.acceptance label input[type="checkbox"] {
    width: auto;
    position: relative;
    top: 2px;
    margin-right: 10px;
	}

.submit_wrapper input[type="submit"]{
	background: var(--secondary);
    border: 0;
    cursor: pointer;
    font-size: 16px;
    color: #FFF;
    padding: 17px 44px;
    margin-top: 20px;
	}


/* Validation */
.wpcf7 form .wpcf7-response-output{
	margin: 0 0 40px 0;
    padding: 14px 24px;
    background: var(--secondary);
    border: 0;
    color: #FFF;
	}

.wpcf7-not-valid-tip {
	color: #952b2b;
	font-size: 12px;
	}

.wpcf7-form.sent .field_wrapper,
.wpcf7-form.sent .submit_wrapper{
	display: none;
	}


/* Upcoming Auctions */
.upcoming-auction{
    display: flex;
    justify-content: space-between;
}

.upcoming-auction-details{
    width: 100%;
    padding-right: 4rem;
}

.list_titleabst .upcoming-auction-details .details,
.list_titleabst .upcoming-auction-details .h4{
    padding-right: 0;
}

.upcoming-auction-details .details{
    margin-bottom: 1.5rem;
}

.upcoming-auction-highlights{
    max-width: 55%;
}


.upcoming-auction-highlights .swiper-slide{
    height: auto;
}

.upcoming-auction-highlights .swiper-slide .lot-box-highlights{
    padding: 1.5rem;
    margin-bottom: 0;
    height: 100%;
}

.normal-link{
    color: var(--primary);
    font-size: 13px;
    display: block;
    font-weight: 600;
}

.normal-link:hover{
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {

    .upcoming-auction{
        display: block;
    }

    .upcoming-auction-details,
    .upcoming-auction-highlights{
        max-width: 100%;
        padding-right: 0;
    }

    .lot-box-highlights{
        margin-top: 1.5rem;
    }
}
