.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    transition: 350ms ease-in-out all;
}

.site-header {
    padding: 0;
}

.header-v1,
.header-v3 {
    border-bottom: 0;
}

.header-v1 .container > .row:first-child,
.header-v3 .container > .row:first-child {
    margin-bottom: 0;
}

.secondary-nav .menu-item {
    padding: 0.65em 0;
}

.secondary-nav .menu-item.current-menu-item,
.secondary-nav .menu-item:hover {
    border-bottom: 5px solid #00b8d3;
}

@media (max-width:768px) {

    .handheld-navigation-wrapper .navbar-toggler,
    .handheld-navigation-wrapper button,
    .handheld-navigation-wrapper.toggled .navbar-toggler,
    .handheld-navigation-wrapper.toggled button {
        color: #fff;
        background: #00b8d3;
    }
}

@media (max-width: 568px) {
    .handheld-header {
        margin-bottom: 0;
        padding: 0.5em 0;
    }
}

#content {
    margin-bottom: 52px;
}

.secondary-nav .menu-item a {
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .header-logo {
        position: relative;
        display: inline-block;
        float: left;
        padding: 0.5em 0;
    }

    .header-menu {
        position: relative;
        display: inline-block;
        float: left;
        width: 65%;
        text-align: right;
    }

    .header-mini-cart {
        position: relative;
        display: inline-block;
        width: 10%;
        float: right;
        text-align: right;
    }
}

.wpb_single_image.vc_align_center {
    margin-bottom: 10px;
}

.btn-border button.vc_btn3-style-custom,
.btn-border .vc_btn3.vc_btn3-size-sm {
    background-image: none;
    border: 2px solid;
    font-weight: bold;
}

.btn-border button.vc_btn3-style-custom:focus,
.btn-border button.vc_btn3-style-custom:hover,
.btn-border .vc_btn3:focus,
.btn-border .vc_btn3:hover {
    border: 2px solid !important;
    background: #10b8d7 !important;
    color: #fff !important;
}

.vc_row-has-fill.head-title-page > .vc_column_container > .vc_column-inner {
    padding: 25px 0;
}

.vc_row-has-fill.head-title-page > .vc_column_container > .vc_column-inner h1 {
    margin-bottom: 0;
    color: #fff;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    color: #fff !important;
    background-color: #0bb5cf;
}

.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    border-color: #fff !important;
}

.btn-bg button.vc_btn3-style-custom,
.btn-bg .vc_btn3.vc_btn3-size-sm {
    font-weight: bold;
}

.btn-bg button.vc_btn3-style-custom:focus,
.btn-bg button.vc_btn3-style-custom:hover,
.btn-bg .vc_btn3:focus,
.btn-bg .vc_btn3:hover {
    background: #fff !important;
    color: #162459 !important;
    border: 2px solid !important;
}

body.home #content {
    margin-bottom: 0;
}

body:not(.single-post) header.entry-header,
body:not(.single-post) nav.woocommerce-breadcrumb,
body.single-post article.post .media-attachment,
body.single-post .post-author-info {
    display: none;
}

body.blog-grid header.entry-header {
    display: block;
}

h2.vc_custom_heading.head-title-bg {
    background-color: #10b8d7;
    color: #fff;
    padding: 5px 0;
}

.color-white * {
    color: #ffffff;
}

/** Post **/
article.post .entry-content img {
    margin-bottom: 32px;
}

/** Woocommerce **/
h2.woocommerce-loop-product__title {
    text-align: center;
}

li.product .product-thumbnail img {
    margin: 0 auto;
}

.call-price a {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

/** Footer **/

.footer-bottom-widgets .columns {
    width: 33.3333%;
    margin-left: 0 !important;
}

footer#colophon {
    background: #e8e8e8;
    padding: 32px 0;
}

/* Contact Form 7 */
/* .text-center {
    text-align: center;
} */

.content-center input,
.content-center input[type=tel] {
    background: #fff;
    border-color: #fff;
}

input[type=tel] {
    padding: .857em 1.214em;
    background-color: transparent;
    color: #818181;
    line-height: 1.286em;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 1.571em;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}

input.wpcf7-form-control.wpcf7-submit.btn-bg {
    background: #17255a;
    color: #fff;
}

.content-center {
    text-align: center;
    margin-bottom: 22px;
}

.input-text,
input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url],
input[type=tel],
textarea {
    width: 100%;
}

.form-control input,
.form-control textarea {
    background: #bce8ef;
    border-color: #bce8ef;
}

.row-contact .form-control {
    padding-left: 0;
    padding-right: 0;
}
