/*
 * Theme Name: Auctionet
 * Author: House of Lions
*/

body{
    background-color: #F9F9F9 !important;
    font-family: 'Source Sans Pro', sans-serif;
    width: 100vw;
    letter-spacing: 0.04em;
    font-size: 1.25rem;
}
@media (max-width: 767.98px) {
    body{
        padding-top: 52px;
    }
}

a{
    text-decoration: none !important;
}

.source-serif{ font-family: 'Source Serif Pro', serif; }
.source-sans{ font-family: 'Source Sans Pro', sans-serif; }
.playfair-display{ font-family: 'Playfair Display', serif; }

.aligncenter{
    display: block;
    margin: 0 auto;
}

.single-post-category-text{ font-size: 1em;  }
.text-danger, a{ color: #EB625B !important; }
.bg-danger{ background-color: #EB625B !important; }
.ml-30{ margin-left: 30px !important;}
.container{ max-width: 1060px !important; }
.container-sm{ max-width: 810px !important;  }
.px-50{ padding: 50px 0 !important;  }
.overflow-hidden{ overflow: hidden !important;  }
.bg-darker{ background: #E5E5E5 !important; }
.bg-darkest{ background: #353435 !important; }

h1, .h1,
h4, .h4,
h5, .h5,
h6, .h6{
    font-family: 'Playfair Display', serif;
    font-weight: 600 !important;
}
h1, .h1{ font-size: 36px !important;margin-bottom: 0 !important;  }

h2, .h2,
h3, .h3{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600 !important;
}
h2, .h2{ font-size: 32px; }
h3, .h3{ font-size: 24px; }

.w-360{ max-width: 360px;  }

@media (max-width: 768px) {
    .heroslider-caption .h1{ font-size: 30px !important;  }
}

/** title and excerpt **/
@media (min-width: 768px) {
    h1, .h1{
        font-size: 50px !important;
    }
}
@media (min-width: 1165px) {
    .te-ml--25{
        margin-left:-25px !important
    }
}
.te-mb-20{
    margin-bottom: 20px !important
}


/** top bar **/
.top-bar{
    height: 40px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 14px;
}
.top-bar div{ margin-top:2px; }
.arrow{
    font-size: 19px;
    float: right;
    padding-top: 1px;
    margin-left: 15px;
}

/** topimage **/
.topimage{
    height: 560px;
}
@media (max-width: 767.98px) {
    .topimage{
        height: 360px;
    }
}

/** breadcrumb **/
@media (max-width: 767.98px) {
    .breadcrumb{
        height: 30px !important;
        font-size: 13px !important;
        padding: 5px 10px !important;
    }
}

/** header **/
.header{
    height: 90px;
}
.header.affix{
    position:fixed;
    top:0;
    right:0;
    left: 0;
    z-index: 999999;
    height: 50px !important;
    transition: 0.5s;
}
.header-holder-scroll{
    height: 90px;
    width: 100%;
    display: none;
}
.header-holder-scroll.affix{
    display: block;
}
@media (max-width: 767.98px) {
    .header{
        height: 52px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }
}
.main-menu-item a{
    color: #000;
    text-transform: uppercase
}
.logo img{
    margin-left: -50px;
    height: 60px;
    position: relative;
    top: 12px;
}

.header.affix .logo img {
    top: 3px;
}


@media (max-width: 1165px) {
    .logo img{
        margin-left: 0 !important;
    }
}
.large-header{
    display: block;
}

.large-header .container {
    /*margin-top: 6px;*/
}

.small-header{
    display: none;
}
@media (max-width: 1080px) {
    .header{  height: 52px !important;  }
    .large-header{
        display: none;
    }
    .small-header{
        display: block;
    }
}

.header.affix .logo img{ height: 30px !important;transition: 0.5s; }
.navbar-nav .dropdown a{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600 !important;
    font-size: 1rem !important;
}
.dropdown .dropdown-arrow-icon{
    margin-top: -5px;
    cursor: pointer;
}
.dropdown .dropdown-arrow-icon.small{
    height: 5px;
}
.dropdown .dropdown-arrow-icon.large{
    height: 8px;
}

/** mobile header **/
.mobile-nav-toggler{
/*    border: 1px solid #000;
    border-radius: 50px;
    padding: 2px 10px;*/
    font-size: 12px;
    text-transform: uppercase;
    height: 24px !important;
    width: auto;
}
.mobile-nav-toggler .hamburger, .mobile-nav-toggler .close-hamburger{
    float: right;
}
.mobile-nav-toggler .hamburger{
    font-size: 14px;
    margin-left: 10.5px;
    margin-top: 2px;
}
.mobile-nav-toggler .close-hamburger{
    font-size:16px;
    margin-left: 11px;
    margin-top: 1px;
    display: none;
}
.mobile-nav-toggler.open .hamburger{ display: none; }
.mobile-nav-toggler.open .close-hamburger{ display: block; }

.mobile-nav-holder{
    display: none;
    position: fixed;
    top: 52px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9;
}
.mobile-nav{
    position: fixed;
    top: 52px;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    overflow-y: scroll !important;
}
.mobile-nav-holder.open{ display: block !important; }

/** footer **/
.copyright-bar{
/*    height: 50px;
    line-height: 50px;*/
    background: #E5E5E5;
}
.copyright-bar .text{
    font-size: 14px;
}
footer a{
    color: #fff !important;
}

/** icons **/
.some-icon{
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}
.some-icon:hover{ background: #f6f6f6;  }


.sharing .some-icon:first-child {
    margin-left: 0;
}

/** video **/

@media (max-width: 767.98px) {
    .video-height-mobile-100{ height: 100px !important;  }
    .video-height-mobile-150{ height: 150px !important;  }
    .video-height-mobile-200{ height: 200px !important;  }
    .video-height-mobile-250{ height: 250px !important;  }
    .video-height-mobile-300{ height: 300px !important;  }
    .video-height-mobile-400{ height: 400px !important;  }
    .video-height-mobile-500{ height: 500px !important;  }
    .video-height-mobile-750{ height: 750px !important;  }
    .video-height-mobile-1000{ height: 1000px !important;  }
}

@media (max-width: 991.98px) {
    .video-height-tablet-100{ height: 100px;  }
    .video-height-tablet-150{ height: 150px;  }
    .video-height-tablet-200{ height: 200px;  }
    .video-height-tablet-250{ height: 250px;  }
    .video-height-tablet-300{ height: 300px;  }
    .video-height-tablet-400{ height: 400px;  }
    .video-height-tablet-500{ height: 500px;  }
    .video-height-tablet-750{ height: 750px;  }
    .video-height-tablet-1000{ height: 1000px;  }
}

@media (min-width: 991.98px) {
    .video-height-desktop-100{ height: 100px !important;  }
    .video-height-desktop-150{ height: 150px !important;  }
    .video-height-desktop-200{ height: 200px !important;  }
    .video-height-desktop-250{ height: 250px !important;  }
    .video-height-desktop-300{ height: 300px !important;  }
    .video-height-desktop-400{ height: 400px !important;  }
    .video-height-desktop-500{ height: 500px !important;  }
    .video-height-desktop-750{ height: 750px !important;  }
    .video-height-desktop-1000{ height: 1000px !important;  }
}

/** heroslider **/
.heroslider .carousel-indicators li{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #CCCBCB;
}
.heroslider .carousel-indicators li.active{
    background: #CCCBCB;
}
.heroslider .heroslider-arrow-icon{
    height: 30px;
}
.heroslider .heroslider-arrow-icon img{
    height: 100%;
}

/** text-module **/
.ingress{
    width: 100%
}
@media (min-width: 768px) {
    .ingress{
        width: 120% !important;
    }
    .text-module.ingress{
        font-size: 26px;
        font-weight: 600;
    }
}

/** Department **/
@media (min-width: 768px) {
    .department-box{
        max-width: 300px;
        height: 300px;
    }
}
@media (max-width: 768px) {
    .department-box{
        width: 100%;
        min-height: 300px
    }
    .department-box img{
        width: 100%;
        height: auto !important;
    }
}
.department-box{
    width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.department-box img{ height: 100%; }
.department-box .image-holder{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.department-box .image-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.department-box:hover .image-overlay{ background: rgba(0,0,0,0.4);  }
.department-box .image-overlay .title{
    color: #fff;
    font-size: 30px;
    line-height: 300px;
    text-align: center
}

/* FAQ */
.faq-holder{
    width: 100%;
}
@media (min-width: 767.98px) {
    .faq-holder{
        max-width: 810px;
        margin: 0 auto;
    }
}
.faq-card{ background: #F2EFEF !important; }
.faq-card .card{ background: transparent !important;  }
.faq-title, .faq-content{
    padding-left: 60px !important;
}
.faq-content{
    padding-bottom: 0 !important;
}
.faq-title.top{
    font-size: 24px;
    font-weight: 300;
}
.faq-title{
    font-weight: 600;
}
.faq.collapsed::before, .faq::before{
    background-repeat: no-repeat;
    font-weight: 600;
    position: absolute;
    font-size: 22px;
    left: 20px;
    color: #000;
    height: 25px;
    width: 25px;
}
.faq.top{ margin-bottom: 0; }
.faq.collapsed::before, .faq.top.collapsed::before {
    content: "";
    background-image: url(static/images/faq_plus.svg);
}
.faq::before, .faq.top::before{
    content: "";
    background-image: url(static/images/faq_minus.svg);
}
.faq.top.collapsed::before{ margin-top: 6px; }
.faq.top::before{ margin-top: 17px; }
.faq.collapsed::before{ margin-top: 0px; }
.faq::before{ margin-top: 11px; }
.faq{ margin-top: 20px; }
.faq:first-of-type{ margin-top: 0; }


/** image module **/
@media (min-width: 768px) {
    .image-negative img{
        width: 120% !important;
    }
}

/* Heroslider */
.heroslider, .heroslider .carousel-item{
    height: auto;
}
.heroslider-caption{
    position: relative;
    top: 0;
    /*margin-top: -50px;*/
    z-index: 9999;
    padding: 50px 0;
    min-height: 560px;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .carousel-indicators-mobile-hidden{ display: none !important;  }
}
@media (min-width: 768px) {
    .heroslider, .heroslider .carousel-item{
        height: auto
    }
    .heroslider-caption{
       /*bottom: 150px;*/
        left: 0;
        right: 0;
   /*     //top: initial;*/
        margin-top: 0;
    }
}
.carousel-indicators{
  z-index: 1 !important;
}

/** ninja forms design **/
.nf-form-cont{ max-width: 600px;width:100%;  }
.nf-field-element .nf-element{
    border: 1px solid #CCCBCB !important;
    padding: 20px !important;
    font-size: 24px !important;
}
.nf-field-label label{
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #353435 !important;
}
.nf-before-form-content, .nf-after-field, .nf-after-form-content, .nf-form-title{
    display: none !important;
}
.nf-field-element input{
    height: 70px !important;
}
.nf-field-element textarea{
    height: 130px !important;
}
.nf-field-element select{
    height: 70px;
    border-radius: 0 !important;
    background: transparent;
    -webkit-appearance: none;
    position: relative;
    background: #fff;
}
.nf-field-element select::before{
    content: "\f067";
    position: absolute;
    top: 0;
    right: 0;
}

/** btn **/
.btn-lg, .field-wrap.submit-wrap .ninja-forms-field.nf-element{
    background: #EB625B;
    color: #fff;
    border-radius: 12px;
    font-size: 20px;
    max-width: 380px;
    width: 100%;
    height: 70px;
    border: 2px solid #EB625B!important;
    cursor: pointer;
}
.btn-lg:hover, .field-wrap.submit-wrap .ninja-forms-field.nf-element:hover{
    background: #fff;
    color: #EB625B;
}
@media (max-width: 768px) {
    .btn-lg, .field-wrap.submit-wrap .ninja-forms-field.nf-element{
        height: 44px !important;
        padding-top: 4px !important;
        font-size: 20px !important;
    }
    .title-excerpt{
        margin-bottom: 25px !important;
    }
}

/** subscribe newsletter **/
.subscribe-module .title-excerpt, .subscribe-module .subscribe-input{
    font-size: 24px !important;
}
.subscribe-input{
    width: 600px;
    height: 70px;
    color: ;
    border: 1px solid #CCCBCB;
    padding: 0 30px;
    margin-right: 60px;
}
.subscribe-checkbox-text{
    font-size: 24px;
    color: #353435;
}
@media (min-width: 768px) {
    .subscribe-checkbox-holder{
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .subscribe-checkbox-text{
        font-size: 10px;
    }
    .subscribe-input{
        height: 40px;
        font-size: 16px;
        padding-left: 20px;
    }
}

/** lot **/
.lot{
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.16);
        box-shadow: 0 0 2px rgba(0,0,0,0.16);
}
.lot .img-lot{
    height: 200px;
    width: 100%;
    background: #F9F9F9;
    line-height: 200px;
    text-align: center
}
.lot .img-lot img{
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: inline;
}
.lot .text-lot{
    padding: 10px;
}

/** auctionet **/
#auctionet-wrapper #external-items{
    padding: 0;
    padding-top: 3px;
    list-style: none;
}
#auctionet-wrapper a{
    color: #353435 !important;
}
#auctionet-wrapper li{
    position: relative;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.16);
        box-shadow: 0 0 2px rgba(0,0,0,0.16);
    background-color: #fff !important;
    width: 18%;
    margin: 1%;
    padding: 0 !important;
    box-sizing: border-box;
    display: inline-block;
}
@media (max-width: 991.98px) {
  #auctionet-wrapper li{
    width: 50% !important;
    margin: 0 !important;
  }
}
@media (max-width: 767.98px) {
  #auctionet-wrapper li{
    width: 100% !important;
  }
}
#auctionet-wrapper li .object-image{
    background-color: #F9F9F9 !important;
    height: 200px !important;
    line-height: 200px;
    overflow: hidden;
    display: block;
    position: relative;
}
#auctionet-wrapper li .object-image img{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#auctionet-wrapper li dl, #auctionet-wrapper li .object-link{
    background-color: #fff !important;
}
#auctionet-wrapper li .object-link{
    border-top: 2px solid #333;
    padding: 0 10px !important;
    padding-top: 10px !important;
    font-size: 12px !important;
    font-weight: 700;
    overflow: hidden;
    height: 45px !important;
    width: 100%;
    float: left;
}
div#auctionet-wrapper #external-items dt {
    float: left;
    width: 50%;
    min-width: 58px;
    color: #9e9e9e;
    font-weight: normal;
}
div#auctionet-wrapper #external-items .border {
    padding-bottom: 2px;
    margin-bottom: 5px;
}
#auctionet-wrapper li dl dd:last-of-type{
    color: #A2A2A2 !important;
    font-weight: 300 !important;
    background: #FFFFFF !important;
    border: 1px solid #A0A0A0 !important;
    border-radius: 3px !important;
    width: auto !important;
    padding: 2px 3px !important;
    font-size: 12px !important;
    position: absolute;
    top: 10px;
    left: 10px;
}
div#auctionet-wrapper #external-items dl {
    margin-top: 3%;
    margin-bottom: 0;
    padding: 4% 6%;
    overflow: hidden;
    font-size: 12px;
}
div#auctionet-wrapper #external-items dd {
    float: left;
    width: 50%;
    margin: 0;
        margin-bottom: 0px;
    text-align: right;
    font-weight: bold;
}
#auctionet-wrapper li dl dt:nth-last-child(2){
    display: none;
}
#auctionet-wrapper li dl dt, #auctionet-wrapper li dl dd{
    border: 0 !important;
}


/** quote **/
.quote{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.quote hr{
    max-width: 340px;
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 1px;
    background: #353435;
}
.quote .quote-text{
    font-weight: 300;
    font-size: 40px;
    color: #706F70;
    text-align: left;
    padding: 60px 0;
    font-style: italic;
    font-family: 'Source Sans Pro', serif;
}

/** largebuttons module **/
.largebutton{
    height: 200px;
    border-radius: 12px;
    line-height: 200px;
    text-align: left;
    box-sizing: border-box;
    padding: 0 60px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 600 !important;
    font-size: 36px;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.largebutton:hover *{
    text-decoration: none !important
}
.largebutton.no-image{
    background: #EB625B;
    border: 2px solid #EB625B;;
}
.largebutton.no-image:hover{
    background: #fff;
    color: #EB625B;
}
.largebutton.has-image:hover{
    opacity: 0.95;
}
@media (max-width: 767.98px) {
    .largebutton{
        padding: 0 30px;
        font-size: 24px;
        height: 150px;
        line-height: 150px;
    }
}

/** team module **/
.team-module-box{
    padding: 30px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: 810px;
    margin-top: -30px;
    position: relative;
}
.team-module-box .title{
    font-weight: 600;
    font-size: 32px;
}
.team-module-box .desc{
    padding: 20px 0;
    font-size: 20px;
}
.team-module-box .email{
    font-size: 22px;
    font-weight: 700;
}

/** instagram **/
.instagram-hover{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    display: none;
    text-align: center;
    color: #fff;
    height: 100%;
    width: 100%;
}
.instagram-hover .stats{
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    font-weight: 600;
    font-size: 18px;
}
.instagram-hover .stats .fa{
    font-size: 14px;
}
.instagram-post:hover .instagram-hover, .instagram-hover:hover{
    display: table;
}



/** forms new style **/
@media (min-width: 767.98px) {
    nf-field {
        width: 50%;
        padding-left: 15px;
    }
    nf-field:nth-child(odd) {
        padding-right: 15px;
        padding-left: 0;
    }
}
@media (max-width: 767.98px) {
    nf-field {
        width: 100%;
    }
}
nf-field {
    float: left;
}
nf-field:nth-last-child(-n+4) {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.nf-field-element input[type="text"].nf-element, .nf-field-element input[type="number"].nf-element, .nf-field-element input[type="tel"].nf-element, .nf-field-element input[type="email"].nf-element, .nf-field-element select.nf-element{
    font-size: 14px !important;
    padding: 9px 10px !important;
    height: 40px !important;
}
input[type="button"].nf-element {
    height: 55px !important;
    text-transform: uppercase;
    padding-top: 9px !important;
    float: right !important;
    max-width: 250px !important;
}
@media (max-width: 767.98px) {
    input[type="button"].nf-element {
        width: 100%;
    }
}


.dropdown-menu{
  margin-top: -3px !important
}

div#auctionet-wrapper #auctionet-buttons {
    text-align: left;
}
#auctionet-wrapper li .object-image {
    background-color: #ffffff !important;
}
div#auctionet-wrapper .object-image img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    left: 50%;
}
#auctionet-wrapper li .object-image img {
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*
    Gravity form
*/

.gform_wrapper {
    margin: 0 !important;
}

.gform_wrapper h3.gform_title {
    margin: 0 !important;
}

.gfield_label {
    font-weight: initial !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom:0 !important;
    padding-top:0 !important;
}

.form-control.medium {
    width: 100% !important;
     max-width: 100% !important;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 8px !important;
}

.validation_error {
    display: none !important;
}

.text-black {
    color: rgb(33, 37, 41) !important;
}

.large-header.extra, .large-header.extra a {
    color: rgb(33, 37, 41) !important;
    text-transform: initial !important;
}

.large-header.extra a {
    text-decoration: underline !important;
}

#cookieNotice {
    bottom: 0;
    left: 0;
    z-index: 99999;
    box-shadow: 0 -10px 10px -10px rgba(0,0,0,0.3);
}

