body #header-outer,
body[data-header-color="dark"] #header-outer {
    background: transparent !important;
    box-shadow: none !important;
}

#header-outer #logo,
#header-outer .logo-clone,
#header-outer .logo-spacing {
    display: flex;
    align-items: center;
}

.container-wrap input[type=text],
.container-wrap input[type=email],
.container-wrap input[type=password],
.container-wrap input[type=tel],
.container-wrap input[type=url],
.container-wrap input[type=search],
.container-wrap input[type=date],
.container-wrap input[type=number],
.container-wrap textarea,
.container-wrap select,
body > #review_form_wrapper.modal input[type=text],
body > #review_form_wrapper.modal textarea,
body > #review_form_wrapper.modal select,
body > #review_form_wrapper.modal input[type=email],
.select2-container--default .select2-selection--single,
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single,
.woocommerce input#coupon_code,
.material.woocommerce-page[data-form-style="default"] input#coupon_code,
body[data-form-style="minimal"] input[type="text"],
body[data-form-style="minimal"] textarea,
body[data-form-style="minimal"] input[type="email"],
body[data-form-style="minimal"] input[type=password],
body[data-form-style="minimal"] input[type=tel],
body[data-form-style="minimal"] input[type=url],
body[data-form-style="minimal"] input[type=search],
body[data-form-style="minimal"] input[type=date],
body[data-form-style="minimal"] input[type=number],
body[data-form-style="minimal"] select {
    margin-top: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
}

body[data-form-submit=regular] .container-wrap button[type=submit],
body[data-form-submit=regular] .container-wrap input[type=submit] {
    margin-top: 20px;
}

.bottom_controls {
    background: #000;
}

.bottom_controls #portfolio-nav #all-items a,
.bottom_controls #portfolio-nav .controls li a,
.bottom_controls #portfolio-nav .controls #prev-link a,
.bottom_controls #portfolio-nav .controls #next-link a {
    color: #FFF;
}

.bottom_controls #portfolio-nav ul:first-child #all-items a i {
    background-color: #fff;
    box-shadow: -.5em 0 #fff, -.5em .5em #fff, .5em 0 #fff, .5em -.5em #fff, 0 -.5em #fff, -.5em -.5em #fff, 0 .5em #fff, .5em .5em #fff;
}