/* =======================================
Header Styling
======================================== */

header.qodef-page-header {
    background-color: #fff !important;
}

header #menu-main-menu li.qodef-active-item a, header #menu-main-menu-1 li.qodef-active-item a {
    color: #fff;
}

header #menu-main-menu li:hover a, header #menu-main-menu-1 li:hover a {
    color: #fff;
}

header i {
    color: #0e1737 !important;
}

header #menu-main-menu li a, header #menu-main-menu-1 li a, header #menu-main-menu .inner li a {
    color: #0e1737;
}

header #menu-main-menu-1 .second li a {
    color: #0e1737 !important;
}

header #menu-main-menu .inner li a:hover {
    color: #37A866;
}

.systec-download i {
    font-size: 19px;
}

.qodef-title-holder {
    background: #0e1737;
}

.qodef-title-breadcrumbs-holder h1 {
    color: #fff !important;
}

/* End - Header Styling */

/* =======================================
Full Width Slider Styling
======================================== */

.qodef-fullwidth-slider-item .qodef-fullwidth-slider-item-content-wrapper .qodef-fullwidth-slider-item-wrapper-inner:after,
.qodef-fullwidth-slider-item .qodef-fullwidth-slider-item-content-holder {
    background: transparent !important;
}

.qodef-fullwidth-slider-item-subtitle h4 {
    color: #37A866 !important;
}

/* End - Full Width Slider Styling */

/* =======================================
Footer Styling
======================================== */

footer .qodef-icon-shortcode {
    background: transparent !important;
}

footer li {
    padding: 10px 0;
    border-bottom: 1px dashed #818181;
}

footer li:last-child {
    padding: 10px 0;
    border-bottom: none;
}

footer .qodef-footer-top .qodef-column {
    padding: 0 70px;
}

footer .qodef-footer-bottom-holder {
    background-color: #272727;
    padding: 10px 0;
}

footer .qodef-footer-top-holder {
    background-color: #272727;
}

footer .qodef-footer-bottom-holder .qodef-column p {
    padding: 0 30px;
}

footer .qodef-footer-bottom-holder .qodef-column p a {
    color: #a2a2a2;
}

footer .qodef-footer-bottom-holder .qodef-column p a:hover {
    color: #37A866;
}

/* End - Footer Styling */

/* =======================================
Blog Styling
======================================== */

.systec-blogs-section {
    float: left;
    width: 100%;
}

.systec-filtering-section {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.systec-blogs-section .filtering-section {
    width: 50%;
    float: left;
    margin-top: 15px;
}

.systec-blogs-section .search-section {
    width: 50%;
    float: left;
    text-align: right;
}

.systec-blogs-section .search-section form {
    position: relative;
}

.systec-blogs-section .search-section form .input-field-search {
    padding: 15px 30px 15px 10px;
    width: 40%;
    border: 1px solid #0e1737;
    font-size: 13px;
    color: #0e1737;
}

.systec-blogs-section .search-section form .submit-btn-search {
    border: none;
    color: #0e1737;
    position: absolute;
    font-size: 15px;
    right: 5px;
    top: 15px;
    background: transparent;
}

.systec-blogs-section .filtering-section a {
    margin-right: 10px;
    color: #0e1737;
}

.systec-blogs-section .filtering-section a.active-blog-cat {
    color: #37A866;
}

.systec-blogs-section .all-blogs-section {
    width: 100%;
    float: left;
}

.systec-blogs-section .blog-section {
    margin: 17px;
    float: left;
    width: 46.5%;
    border: 1px solid #0e1737;
    min-height: 500px;
}

.systec-blogs-section .blog-section .blog-image {
    float: left;
    width: 100%;
    background: no-repeat center center;
    background-size: cover;
    height: 250px;
}

.systec-blogs-section .blog-section .blog-info {
    float: left;
    width: 100%;
}

.systec-blogs-section .blog-section .blog-info .cat-section {
    font-size: 15px;
    font-weight: 100;
    padding: 10px 15px 0 15px;
}

.systec-blogs-section .blog-section .blog-info .title-section h5 {
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 10px;
}

.systec-blogs-section .blog-section .blog-info .content-section,
.systec-blogs-section .blog-section .blog-info .title-section {
    padding: 0 15px;
}

.systec-blogs-section .blog-section .blog-info .content-section p {
    font-weight: 200;
    padding-bottom: 10px;
}

.systec-blogs-section .blog-section .blog-info .read-more-section {
    text-align: right;
    padding: 0 15px;
}

.systec-blogs-section .blog-section .blog-info .read-more-section .read-more {
    padding: 7px 20px;
    background-color: #0e1737;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    border: 1px solid #0e1737;
    transition: 0.5s;
}

.systec-blogs-section .blog-section .blog-info .read-more-section .read-more:hover {
    color: #0e1737;
    background-color: #fff;
    transition: 0.5s;
}

.blog_single .post-thumbnail img {
    width: 100%;
}

.systec-blogs-section .blog-pagination {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

.systec-blogs-section .blog-pagination .nav-prev {
    width: 50%;
    float: left;
}

.systec-blogs-section .blog-pagination .nav-next {
    width: 50%;
    float: right;
    text-align: right;
}

/* End - Blog Styling */

/* =======================================
Single Blog Styling
======================================== */

.qodef-title .qodef-title-holder .qodef-title-breadcrumbs-holder h1 {
    width: 100%;
}

.qodef-title .qodef-title-holder .qodef-title-breadcrumbs-holder .qodef-breadcrumbs-holder {
    float: left;
    width: 100%;
}

.qodef-blog-standard-info-holder {
    margin: 0 !important;
}

/* End - Single Styling */

/* =======================================
Resellers Archive Styling
======================================== */

.page-id-5439 .qodef-container .qodef-container-inner.content {
    width: 100%;
}

.systec-resellers-section {
    float: left;
    width: 100%;
}

.systec-resellers-section .reseller-section {
    width: 33%;
    float: left;
    min-height: 170px;
    padding-bottom: 10px;
}

.systec-resellers-section .reseller-section .reseller-info {
    padding: 0 10px;
}

/* End - Resellers Archive Styling */

/* =======================================
Downloads Archive Styling
======================================== */
.systec-download-section .download-section {
    padding-bottom: 20px;
}

.systec-download-section .download-section a {
    text-decoration: underline;
}

/* End - Downloads Archive Styling */

/* =========================================================
Search and Navigation Styling (Resellers, Downloads Archive)
========================================================= */
.systec-resellers-section .search-section, .systec-download-section .search-section {
    width: 100%;
    float: left;
    text-align: right;
    padding-bottom: 30px;
}

.systec-resellers-section .search-section form, .systec-download-section .search-section form {
    position: relative;
}

.systec-resellers-section .search-section form .input-field-search, .systec-download-section .search-section form .input-field-search {
    padding: 15px 30px 15px 10px;
    width: 25%;
    border: 1px solid #0e1737;
    font-size: 13px;
    color: #0e1737;
}

.systec-resellers-section .search-section form .submit-btn-search, .systec-download-section .search-section form .submit-btn-search {
    border: none;
    color: #0e1737;
    position: absolute;
    font-size: 15px;
    right: 5px;
    top: 15px;
}

.systec-resellers-section .blog-pagination, .systec-download-section .blog-pagination {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

.systec-resellers-section .blog-pagination .nav-prev, .systec-download-section .blog-pagination .nav-prev {
    width: 50%;
    float: left;
}

.systec-resellers-section .blog-pagination .nav-next, .systec-download-section .blog-pagination .nav-next {
    width: 50%;
    float: right;
    text-align: right;
}

.systec-resellers-section .search-section form .submit-btn-search,
.systec-download-section .search-section form .submit-btn-search {
    background: transparent;
}

/* End - Search and Navigation Styling (Resellers, Downloads Archive) */

/* =========================================================
Login Styling
========================================================= */
.systec-login-form {
    text-align: center;
    padding-bottom: 50px;
}

/* Added 21/05/2020. Needs to be updated once login issue is fixed by client */

.vc_col-has-fill .vc_column-inner {
    border: none !important;
}

.vc_col-has-fill .systec-login-form {
    display: none;
}

.contact-us-to-register_wrapper {
    display: none;
}

/* Added 21/05/2020. Needs to be replaced once login issue is fixed by client */

.systec-login-form h5 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.systec-login-form .login-username input {
    padding: 10px;
    width: 20%;
    margin-left: 20px;
}

.systec-login-form .login-password input {
    padding: 10px;
    width: 20%;
    margin-left: 50px;
    margin-top: 15px;
}

.systec-login-form .login-remember {
    margin-top: 15px;
}

.systec-login-form .login-submit input[type="submit"] {
    background-color: #37A866;
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 3px;
    margin-top: 10px;
}

.systec-login-form .log-out {
    color: #37A866;
    text-decoration: underline;
}

/* End - Login Styling */

/* =========================================================
Carousel Styling
========================================================= */
.systec-brands-carousel a {
    display: block;
    height: 100%;
    width: 100%;
}

/* End - Carousel Styling */

/* =========================================================
Gravity Form Styling
========================================================= */
.gform_footer input[type="submit"] {
    background-color: #0e1737;
    color: #fff;
    padding: 10px 30px;
}

/* End - Gravity Form Styling */

/* =========================================================
Contact us to Register Styling
========================================================= */

.contact-us-to-register input {
    padding: 15px !important;
    outline: 0;
    font-family: inherit;
    line-height: 20px;
    background-color: #f6f6f5;
    color: #7f8385;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    font-size: 14px;
}

.contact-us-to-register input[type="submit"] {
    background-color: #37A866 !important;
    color: #fff;
    font-size: 20px !important;
    padding: 10px 30px !important;
    border-radius: 3px !important;
    margin-top: 10px;
}

.contact-us-to-register label {
    display: none !important;
}

/* =========================================================
Contact Us Button Styling
========================================================= */

.contact-us-section a{
    padding: 20px 30px;
    display: inline-block;
    background-color: green;
    color: white;
    margin-top: 15px;
    border-radius: 25px;
}

.contact-us-section-sp a{
    padding: 10px 30px;
    display: inline-block;
    background-color: green;
    color: white;
    margin: 15px 0;
}

.qodef-shopping-cart-outer{
    display: none;
}


.modal-product-contact{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    display: none;
}

.modal-product-contact .modal-product-contact-container{
    width: 80%;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 50px;
    background-color: white;
    margin-top: 35px;
    position: relative;
}

.modal-product-contact .modal-product-contact-container li{
    margin: 15px 0 !important;
}

.modal-product-contact .modal-product-contact-container input,
.modal-product-contact .modal-product-contact-container textarea{
    padding: 15px !important;
    outline: 0;
    font-family: inherit;
    line-height: 20px;
    background-color: #f6f6f5;
    color: #7f8385;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    margin: 0 !important;
}

.modal-product-contact .modal-product-contact-container input[type="submit"] {
    background-color: #37A866 !important;
    color: #fff;
    font-size: 20px !important;
    padding: 10px 30px !important;
    border-radius: 3px !important;
    margin-top: 10px;
}

.modal-product-contact .modal-product-contact-container .mpc-close {
    position: absolute;
    right: 30px;
    top: 15px;
}

.modal-product-contact .modal-product-contact-container .mpc-close a{
    font-size: 30px;
}

/* =========================================================
Mobile Styling
========================================================= */
@media screen and (max-width: 1250px) {
    .qodef-main-menu > ul > li > a span.item_inner {
        padding: 0px 10px;
    }

    .systec-blogs-section .blog-section {
        width: 45.5%;
    }
}

@media screen and (max-width: 1130px) {
    .qodef-main-menu > ul > li > a span.item_inner {
        padding: 0px 10px;
    }

    header #menu-main-menu li a,
    header #menu-main-menu-1 li a,
    header #menu-main-menu .inner li a {
        font-size: 13px;
    }
}

@media screen and (max-width: 1075px) {
    footer .qodef-footer-top .qodef-column {
        padding: 0 20px;
    }

    .systec-blogs-section .blog-section {
        width: 45%;
    }
}

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

    .systec-blogs-section .blog-section {
        display: block;
        width: 100%;
    }

    .systec-blogs-section .blog-section .blog-image {
        flex: unset;
        width: 100%;
        height: 250px;
    }

    .systec-blogs-section .blog-section .blog-info {
        flex: unset;
        width: 100%;
    }

    .woocommerce-ordering {
        margin-bottom: 25px !important;
    }

    .qodef-two-columns-75-25 .qodef-column2 .qodef-column-inner {
        padding: 0 20px 0 0px;
    }

    .systec-resellers-section .reseller-section {
        width: 50%;
    }

    footer .qodef-footer-top .qodef-column:first-child {
        padding-left: 20px !important;
    }

}

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

    .systec-resellers-section .reseller-section {
        width: 100%;
    }

    .systec-resellers-section .search-section form .input-field-search,
    .systec-download-section .search-section form .input-field-search {
        width: 40%;
    }

    .systec-resellers-section .search-section form .submit-btn-search,
    .systec-download-section .search-section form .submit-btn-search {
        background: transparent;
    }

    .systec-login-form h5 {
        font-size: 25px;
    }

    .systec-login-form .login-username input, .systec-login-form .login-password input {
        width: 80%;
        margin-left: 0;
    }

    .systec-blogs-section .filtering-section {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .systec-blogs-section .search-section {
        width: 100%;
        text-align: center;
    }

    .systec-blogs-section .search-section form .input-field-search {
        width: 100%;
    }

    .systec-blogs-section .search-section form .submit-btn-search {
        right: -25px;
    }

}

/* End - Mobile Styling */