@media screen and (min-width: 1400px) {
    .wrap {
        max-width: 1400px !important;
    }

    .panel-content .wrap {
        padding-bottom: 0;
        padding-top: 0;
    }
}

iframe{
    border: none;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: Arial, Helvetica, sans-serif !important;
}

.entry-header {
    display: none !important;
}

.blog:not(.has-sidebar) #primary article,
.archive:not(.page-one-column):not(.has-sidebar) #primary article,
.search:not(.has-sidebar) #primary article,
.error404:not(.has-sidebar) #primary .page-content,
.error404.has-sidebar #primary .page-content,
body.page-two-column:not(.archive) #primary .entry-content,
body.page-two-column #comments {
    width: 100% !important;
    float: left !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.site-footer {
    margin: 0 !important;
    background-color: #231F20;
    border-top: none !important;
}

#content.site-content{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.era-opacity {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.2;
    z-index: 100;
}

a{
    box-shadow: none !important;
}

#secondary.widget-area {
    display: none;
}

#search-tables{
    float: right;
    width: 40%;
    margin-bottom: 20px;
}

#search-tables input{
    width: 80%;
    float: right;
}

#search-tables label{
    margin-top: 10px;
}

/* APCO Payments Integration Styling - Start */

.page .retry-payment-container {
    margin-top: 25px;
}

.page .retry-payment-container .retry-payment-button {
    background-color: #688721;
    border-color: #688721;
    color: #fff;
}

.payment-widget-form #apco-payment-button {
    background-color: #688721;
}
.payment-widget-form #apco-payment-button.apco-payment-button-disabled {
    background-color: #68872155;
    cursor: wait;
}

.woocommerce .woocommerce-order .wapg-retry-payment-btn {
    background-color: #688721;
    border-color: #688721;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .payment-widget-form #apco-payment-button {
        width: 100%;
    }
}

.other-documents-list{
    margin: 0;
}
/* APCO Payments Integration Styling - End */

.gform_wrapper label.gfield_label:empty{
    display: none;
}

button.btn-open-main-popup{
    margin: unset;
    z-index: 9998;
    color: #222222;
    background-color: white;
    border-style: solid;
    border-color: #f2f2f2;
    border-width: 0;
    border-radius: 12px;
    line-height: initial;
    position: fixed;
    bottom: -15px;
    min-width: 100px;
    height: 50px;
    left: 40px;
    padding: 15px;
    cursor: pointer;
    animation: position-transform-out 0.5s;
    box-shadow: rgb(0 0 0 / 19%) 0 10px 20px, rgb(0 0 0 / 23%) 0 6px 6px;
}

@keyframes position-transform-in {
    from{
        bottom: -15px;
    }
    to{
        bottom: 15px;
    }
}
@keyframes position-transform-out {
    from{
        bottom: 15px;
    }
    to{
        bottom: -15px;
    }
}

button.btn-open-main-popup:hover {
    animation: position-transform-in 0.5s;
    bottom: 15px;
}

body #cmplz-manage-consent .cmplz-manage-consent{
    bottom: -15px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    animation: position-transform-out 0.5s;
}

body #cmplz-manage-consent .cmplz-manage-consent:hover{
    animation: position-transform-in 0.5s;
    bottom: 15px;
}
