/*
Theme Name: Ascend - Premium Child Theme
Theme URI: https://www.kadencethemes.com/product/ascend-premium-wordpress-theme/
Description: Child Theme for Ascend Premium
Author: Kadence Themes
Author URI: http://kadencethemes.com/
Template: ascend_premium
Version: 1.1.8
*/

/* ------------------ Social Icons ------------------ */

.kad-topbar-flex-item .kadence_social_widget a {
    background: #fff;
    border-color: #fff;
    border-radius: 3px;
    font-size: 20px;
    line-height: 26px;
}
.kad-topbar-flex-item .kadence_social_widget a i {
  color: #000;  
}


#shipping_method_0_flat_rate5 {
    display: none;
}
label[for="shipping_method_0_flat_rate5"] {
    display: none;
}

/* ------------------ Header ------------------ */

.second-navclass .sf-menu > li::after {
    background: none !important;
}
.second-navclass .sf-menu > li > a {
    padding: 15px;
}
form.woocommerce-product-search {
    margin-right: 40px;
}
form.woocommerce-product-search input.search-field {
    padding-right: 180px;
}
form.woocommerce-product-search button.search-submit {
    background: #000;
    color: #fff;
}
input[type="search"] {
    background: #fff;
    box-shadow: none;
}

/* ------------------ Content ------------------ */

#content {
    padding-bottom: 50px !important;
}
input[type="email"] {
    width: 86%;
    margin-right: 5px;
}
.mc4wp-form-fields {
    margin-top: 30px;
}
.section-title::before {
    border-top: 1px solid #edf0f5;
    content: " ";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}
.section-title {
    position: relative;
    text-align: center;
}
.section-title h2 {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
#log-in, #lost-password {
    display: none;
}
input[type="email"] {
    width: 100%;
}
#wwof_access_denied .login-link-container, .wppb-send-credentials-checkbox {
    display: none;
}

/* ------------------ Category Page ------------------ */

.main.kt-sidebar {
    padding-right: 5px;
}
.wholesale_price_title {
    float: left;
    margin-right: 5px;
}
.wholesale_price_minimum_order_quantity {
    display: block;
    clear: both;
}
.price ins {
    margin: 6px 0;
}

/* ------------------ Single Product Page ------------------ */

.product_meta, .woocommerce-tabs h2 {
    display: none;
}
table.variations {
    margin-bottom: 45px;
}
.select2-container {
    margin-bottom: 2px;
}
.woocommerce-product-details__short-description {
    margin: 30px 0;
}
.kt_simple_share_container.kt_share_aftercontent {
    padding-top: 45px;
}
#product-1350 .woocommerce-tabs {
    display: none !important;
}
#call_for_credit {
    margin-top: -60px;   
}

/* ------------------ Checkout ------------------ */

.place-order {
    margin-top: 30px;
}


/* ------------------ Order Form ------------------ */

#wwof_product_listing_filter input[type="text"] {
    width: 300px;
    height: 30px;
}

#wwof_product_listing_filter input[type="button"] {
    padding: 6px 16px;
}
#wwof_product_listing_filter .select2-container {
    width: 300px !important;
}

/* ------------------ Footer ------------------ */

.footercol1 {
    text-align: center;
}
.footercol1 .footer-widget-title::before {
    background: none;
}
.footercol1 .footer-widget-title {
    font-size: 26px;
}
.footercol1 input[type="email"] {
    background-color: #fff;
    width: 550px;
    margin: 10px;
    padding: 15px;
}
.footercol1 input[type="submit"] {
    background-color: #fff;
    color: #000;
    width: 550px;
    display: block;
    margin: 0 auto 50px auto;
}
.footer-desc h2 {
    color: #fff;
}
.testimonial_carousel .testimonial_item .testimonial-box {
    background-color: #fff;
}
.testimonial-box p, .testimonial-box p a, .testimonial-box .testimonial-img {
    color: #000;
}
.testimonial_carousel .testimonial_item {
    padding: 5px 22px;
}

/* -------------- Mobile -------------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 736px) {
    
#pgc-17-4-0 {
    display: none;
}
.product .woocommerce-tabs .wc-tabs > li > a {
    font-size: 14px;
    padding: 8px;
}
.footercol1 input[type="email"], .footercol1 input[type="submit"] {
    width: 90%;
}
.footerclass .footer-widget-title {
    margin-top: 20px;
}

}

/* Portrait Mobile */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 

}

/* Landscape Mobile */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 

}

/* -------------- Tablet -------------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

}

/* Portrait Tablet */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

}

/* Landscape Tablet */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

}
