
a {
    color: #333;
    outline: none;
}

#calendar_wrap {
    width: 263px;
}

.widget_calendar {
    float: none;
}

#wp-calendar {
    width: 100%;
}

    #wp-calendar caption {
        background: none repeat scroll 0 0 #E9E9E9;
        color: #333333;
        font-size: 16px;
        padding: 10px 0;
        text-align: center;
    }

    #wp-calendar thead {
        font-size: 10px;
    }

        #wp-calendar thead th {
            border: 1px solid #E9E9E9;
            font-size: 13px;
            padding: 8px 0;
            text-align: center;
            vertical-align: middle;
        }

    #wp-calendar tbody {
        color: #aaa;
    }

        #wp-calendar tbody td {
            background: #f5f5f5;
            border: 1px solid #E9E9E9;
            text-align: center;
            padding: 8px;
        }

            #wp-calendar tbody td#today {
                background: #e1be64;
                color: #fff;
            }

                #wp-calendar tbody td#today a {
                    color: #fff;
                }

            #wp-calendar tbody td:hover {
                background: #fff;
            }

        #wp-calendar tbody .pad {
            background: none;
        }

    #wp-calendar tfoot {
        border: 1px solid #E9E9E9;
    }

        #wp-calendar tfoot #next {
            font-size: 12px;
            text-transform: uppercase;
            text-align: right;
            color: #83c99f;
        }

        #wp-calendar tfoot #prev {
            font-size: 12px;
            text-transform: uppercase;
            padding-top: 10px;
            color: #83c99f;
        }

.widget select {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    width: 100%;
}

.widget_text .textwidget img {
    max-width: 100%;
    height: auto;
}

.widget_text select, .widget_text input, .widget_text textarea {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    width: 100%;
}

.widget_text option {
    max-width: 100%;
}

.widget_nav_menu ul li, .widget_pages ul li {
    color: #827b7d;
    line-height: 28px;
}

    .widget_nav_menu ul li ul, .widget_pages ul li ul {
        padding-left: 15px;
    }

    .widget_nav_menu ul li a, .widget_pages ul li a {
        color: #827b7d;
    }

        .widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {
            color: #615C5C;
        }

#sidebar .textwidget img {
    max-width: 100%;
}

.wp-caption {
    max-width: 100%;
}

    .wp-caption img {
        padding-bottom: 5px;
    }

.form-submit input.submit {
    line-height: 54px;
    width: 173px;
    font-size: 16px;
    margin: 10px 0px 0px;
    background: none #5db5ff;
    text-align: center;
    padding: 0px;
    color: #fff;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    letter-spacing: 0.5px;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

    .form-submit input.submit:hover {
        background: #000;
    }

.screen-reader-text {
}

/* add */

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.post-content table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}

    .post-content table td {
        border: 1px solid #d1d1d1;
        padding-left: 7px;
    }

    .post-content table th {
        border: 1px solid #d1d1d1;
        padding-left: 7px;
    }

img.alignleft, .alignleft img {
    margin-right: 10px;
}

img.alignright, .alignright img {
    margin-left: 10px;
}

.comment_text table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}

    .comment_text table td {
        border: 1px solid #d1d1d1;
        padding-left: 7px;
    }

    .comment_text table th {
        border: 1px solid #d1d1d1;
        padding-left: 7px;
    }

.single-content li {
    padding: 0 !important;
    list-style: inherit !important;
}

.single-content ul {
    list-style: disc !important;
    padding-left: 20px !important;
}

.single-content ol {
    list-style: decimal !important;
    padding-left: 20px !important;
}

.comment_text li {
    padding: 0 !important;
    list-style: inherit !important;
}

.comment_text ul {
    list-style: disc !important;
    padding-left: 20px !important;
}

.comment_text ol {
    list-style: decimal !important;
    padding-left: 20px !important;
}

.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}

.comment-respond .comment-reply-title {
    font-size: 25px;
    letter-spacing: 0px;
    margin-bottom: 25px;
}

    .comment-respond .comment-reply-title:after {
        display: none;
    }

.search-custom form {
    width: 70% !important;
    padding-top: 20px;
}

    .search-custom form.search-form:after {
        top: 20px;
    }

.wp-caption-text, .gallery-caption, .bypostauthor, .sticky {
}

form.post-password-form input[type=submit] {
    padding: 1px 5px;
    background: #000;
    color: #fff;
    border-color: #000;
    width: auto;
}

.screen-reader-text {
    display: none;
}

.widget ul li {
    list-style: none !important;
    padding: 5px 0px;
}

.widget ul {
    padding-left: 0px !important;
}

    .widget ul.sub-menu, .widget ul.children {
        padding-left: 10px !important;
    }

        .widget ul.sub-menu li, .widget ul.children li {
            padding-bottom: 3px !important;
        }

a:hover {
    text-decoration: none !important;
}
/*add */
li.featured-post {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

h3.archive-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
}

.wrap-blog ul.children {
    padding-left: 10px;
}

.post-content h1 {
    font-size: 52px;
}

.post-content h2 {
    font-size: 36px;
}

.post-content h3 {
    font-size: 26px;
}

.post-content h4 {
    font-size: 22px;
}

.post-content h5 {
    font-size: 20px;
}

.post-content h6 {
    font-size: 18px;
}

.comment_text h1 {
    font-size: 52px;
}

.comment_text h2 {
    font-size: 36px;
}

.comment_text h3 {
    font-size: 26px;
}

.comment_text h4 {
    font-size: 22px;
}

.comment_text h5 {
    font-size: 20px;
}

.comment_text h6 {
    font-size: 18px;
}

/*metallex*/

body.logged-in .variation_position {
    top: 32px;
}

body.logged-in .sticky_header {
    top: 32px;
}

.hdr_lead_txt p {
    margin-left: -30px !important;
}

.widget.full_width ul {
    padding-left: 0px;
}

    .widget.full_width ul li {
        list-style: none;
        float: left;
        width: 100%;
        font-size: 15px;
        border-bottom: 1px solid #e6e6e6;
        background: url(../images/news_page/categories_ar.png) no-repeat 93% center;
        letter-spacing: 0.3px;
    }

        .widget.full_width ul li a {
            padding: 10px 0px;
            display: block;
        }

            .widget.full_width ul li a:hover {
                color: #458ac4;
                -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
            }

ul.recent_list li a {
    padding: 0px !important;
}

.widget.full_width ul {
    margin-bottom: 0px;
}

.full_width .wp-tag-cloud li {
    display: inline-block;
    padding: 0px !important;
    width: auto !important;
    border: none !important;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .full_width .wp-tag-cloud li a {
        color: #a6a6a6;
        text-decoration: none;
        border: 1px solid #e4e4e4;
        display: block !important;
        background: #fff;
        padding: 8px 14px !important;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        font-size: 14px !important;
    }

        .full_width .wp-tag-cloud li a:hover {
            background: #5db5ff;
            color: #fff;
            border: 1px solid #5db5ff;
        }

        .full_width .wp-tag-cloud li a:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #333;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .full_width .wp-tag-cloud li a:hover:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

ul.recent_list li {
    padding: 14px 0px;
}

#ask-question-form textarea {
    height: 173px !important;
}

p.logged-in-as {
    margin-bottom: 25px;
}

.comment_list_col ul.children .comment_list_div {
    border-bottom: 1px solid #eee;
    margin-left: 20px;
}

.comment_list_col ul.children {
    padding-left: 0px !important
}

.clear-none {
    clear: both;
}

ul.service_nav li.service_nav_active a {
    background: #f6f6f6;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    border-left: 5px solid #5093e6;
}

/*WooCommerce*/
button.view-all.shop_add_cart.add_cart_second_btn {
    font-size: 16px;
    width: 173px;
    height: 54px;
    float: left;
    margin: 30px 0px 0px;
    border: none;
}

button.view-all.shop_add_cart {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.3px;
    background: #5db5ff !important;
    background-color: #5db5ff !important;
    border-radius: 3px;
    width: 142px;
    height: 37px;
    display: inline-block;
    line-height: 37px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0px 0px;
    font-family: 'Poppins', sans-serif;
}

.single-product-normal {
    width: 100% !important;
}

h1.product_title.entry-title {
    font-size: 35px;
    color: #333;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

.price .woocommerce-Price-amount.amount {
    font-size: 30px;
    float: left;
    color: #000;
    font-style: italic;
    font-family: 'Alegreya', serif !important;
    line-height: 26px;
}

.woocommerce div.product p.stock {
    color: #333;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
}

.tab-content .tab-pane h2 {
    display: none;
}

.woocommerce #reviews h3 {
    margin: 10px 0px;
}

.wooc-image {
    float: none;
}

.commentlist {
    padding-left: 0px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 70px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 80px;
}

.woocommerce .star-rating span:before {
    color: #F8D24B;
}

.woocommerce #review_form #respond .form-submit input {
    line-height: 54px;
    width: 173px;
    font-size: 16px;
    margin: 10px 0px 0px;
    background: none #5db5ff;
    text-align: center;
    padding: 0px;
    color: #fff;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    letter-spacing: 0.5px;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

    .woocommerce #review_form #respond .form-submit input:hover {
        background: #000;
    }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 29.5%;
    min-height: 345px;
}

.prd_list {
    width: 30.9%;
    margin-bottom: 80px !important;
    min-height: 397px;
}

    .prd_list .star-rating {
        float: none !important;
        margin: 0px auto !important;
    }

    .prd_list .price .woocommerce-Price-amount.amount {
        float: none;
    }

.woocommerce .prd_list a.button {
    display: block;
}

.woocommerce div.product .woocommerce-product-rating {
    margin: 15px 0px;
}

.related.products .plft30 {
    padding-left: 0px;
}

.related.products {
    clear: both;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 120px;
    box-shadow: none;
    margin: 10px 0px;
}

#coupon_code.input-text {
    width: auto;
}

.woocommerce table.shop_table td {
    padding: 25px;
}




.tagcloud ul {
    padding-left: 0px;
}

.support_list h5.fnt_black_color {
    font-size: 19px;
}

.wpb_content_element {
    margin-bottom: 0px !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
    color: #333;
    margin-top: 0px;
}

#contact-form textarea {
    min-height: 110px;
}

h3.blue_head1 span {
    color: #5db5ff;
}

.team-over {
    overflow: hidden;
}

.testi-section .row.mbot95:last-child {
    margin-bottom: 0px;
}

form #contact-form .faq_message_height {
    min-height: 80px !important;
}

.module-404 {
    padding: 100px;
    color: #242424;
}

    .module-404 h1, .module-404 h4 {
        margin-bottom: 20px;
    }

    .module-404 .view-all {
        margin-top: 20px;
    }

h5.fnt_black_color a:hover {
    text-decoration: underline !important;
}

a.service_read:hover {
    text-decoration: underline !important;
}

.team-member-about-us #our_worker .controls {
    bottom: 56px !important;
}

h3.news_head a:hover {
    text-decoration: underline !important;
}

#coupon_code.input-text {
    width: 35%;
    background: #fff;
    font-size: 14px;
    color: #8e8d8d;
    border-radius: 3px;
    border: 1px solid #ddd;
    float: left;
    display: block;
    padding: 6px 17px;
    margin-right: 18px;
}

.woocommerce table.shop_table {
    border: 1px solid #ebebeb;
    background: #f9f9f9 !important;
}

    .woocommerce table.shop_table tr.cart_item {
        background: #fff;
    }

.woocommerce .cart .actions .button {
    float: right;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: #5db5ff;
    width: 158px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    font-weight: 700;
    padding: 0px 16px;
}

.woocommerce .cart .actions .coupon input.button {
    font-size: 14px;
    border-radius: 3px;
    float: left;
    display: block;
    padding: 5px 17px;
    margin-right: 18px;
    background: #c2c2c2;
    color: #fff;
    border: 1px solid #c2c2c2;
    width: 140px;
    height: 34px;
    line-height: 23px;
    font-weight: 400;
    text-transform: none;
}

.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: #fff;
    cursor: none;
    opacity: 1;
    padding: 0em 0em;
}

.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
    border-right: 1px solid #ebebeb;
}

.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    background: none #5db5ff;
    width: 221px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    float: right;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 700;
    padding: 0px 16px;
}

.woocommerce table.shop_table tbody:first-child tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals tr th {
    padding-top: 25px;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row input.input-text placeholder {
    padding: 0px 7px;
    color: #c6c6c6;
    border: 1px solid #ccc;
    line-height: 2;
}

#order_review_heading {
    margin-top: 70px;
}

.woocommerce-checkout #payment div.form-row {
    background: #fff;
}

.woocommerce input.button.alt {
    background-color: #5db5ff;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 15px 30px;
    text-transform: uppercase;
    margin-right: -15px;
}

    .woocommerce input.button.alt:hover,
    .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover,
    .woocommerce .cart .actions .button:hover {
        background-color: #333;
        color: #fff;
    }

header.slideInDown #main-navigation-wrapper .navbar-nav > li > .dropdown-submenu {
    top: 95% !important;
}

.controls.mtop165 {
    z-index: 1;
}

.section-404 {
    min-height: 850px;
}

.title-404, .desc-404 {
    color: white;
}

.title-404 {
    margin-top: 120px;
    margin-bottom: 50px;
    font-size: 65px;
}

.button-404 {
    margin-top: 30px;
    min-width: 200px;
}






.comment_list_div ul li, .comment_list_div ul li a {
    color: #333;
    font-weight: 600;
}

.comment_list_col ul.children .comment_list_div {
    margin-left: 0px;
    padding-left: 0px;
}

#ask-question-form.leave_cmt_col {
    width: 100%;
}

.comment_list_col ul.children {
    padding-left: 45px !important;
    overflow: hidden;
}


@media(max-width: 900px) {
    .hdr_top_bar.hdr2_top_bar, a.view-all.slide_learn_btn.second_var_slide_btn.knw_more_btn {
        display: none;
    }

    .variation_hdr2.variation_position {
        width: 100%;
    }

    header.full_width {
        margin-top: 0px;
    }

        header.full_width.slideInDown {
            margin-top: 0px;
        }

    ul.blog_icon_list li {
        margin-top: 10px;
    }
}

.inner-banner h2 {
    margin-top: 80px;
}
