/*
Theme Name: JNews Child - PE
Description: Child theme for JNews with PE-specific customizations
Author: PE Development Team
Template: jnews
Version: 1.0.0
*/

.vc_custom_1711208151655 .wpb_single_image .vc_figure {
	display: grid !important;
    vertical-align: bottom;
    min-height: 120px;
    max-height: 120px;
}
}

nav.woocommerce-breadcrumb {
    display: none;
}

.wp-caption-text {
    position: unset !important;
	background: none !important;
}

.product_meta {
    display: none;
}
.woocommerce div.product div.summary {
    margin-bottom: 3em;
}


.woocommerce .widget_shopping_cart_content .button {
    background: #575756;
	color: #eee;
}
.woocommerce .widget_shopping_cart_content .button:hover {
    background: #305a8c;
}

.vc_row.vc_column-gap-20 {
    padding-left: 10px !important;
}

.content-inner .jeg_post_category a:hover, .jeg_post_source a:hover, .jeg_post_tags a:hover, .jeg_post_via a:hover {
    background: #305a8c!important;
    color: #fff !important;

}

.content-inner .jeg_post_category a, .jeg_post_source a, .jeg_post_tags a, .jeg_post_via a {
    background: #305a8c !important;
    color: #fff !important;
}

.jeg_content {
    padding: 30px 0 40px;
}

.entry-header {
    margin: -10px 0 0 !important;
}

.vc_custom_1756117829996 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
.vc_custom_1756117829996 {
    background-image: url(https://www.pharmaexcipients.com/wp-content/uploads/2024/03/Pharma_Excipients_Shop_Header.jpg?id=446885) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.jeg_midbar .jeg_logo_img {
    max-height: 50px !important;
}

.jeg_header .jeg_bottombar, .jeg_header .jeg_bottombar.jeg_navbar_dark, .jeg_bottombar.jeg_navbar_boxed .jeg_nav_row, .jeg_bottombar.jeg_navbar_dark.jeg_navbar_boxed .jeg_nav_row {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.jeg_menu_style_1>li {
    padding-right: 40px !important;
}

.jeg_midbar.jeg_container.jeg_navbar_wrapper.normal {
    padding-bottom: 25px !important;
	margin-top:15px;
}


/* Import parent theme styles */
@import url("../jnews/style.css");

/* Custom styles for PE project */
/* Add your custom CSS here */

/* WPBakery customizations */
.vc_row {
    /* Custom row styles */
}

.vc_column {
    /* Custom column styles */
}

/* Category link styles */
.jeg_post_category a {
    color: #e3e3e3 !important;
}

/* vc_wp_search Custom Styles - Identical to header search */
.vc_wp_search {
    /* Container styles for the search widget */
    position: relative;
}

.vc_wp_search .widget_search {
    /* Widget container styles */
    background:0 !important;
    border: 0 !important;
    /* margin-bottom: 30px; */
    padding: 0 !important;

}

.vc_wp_search .jeg_search_form {
    /* Search form styles - integrated design like header */
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.vc_wp_search .jeg_search_input {
    /* Search input field styles - integrated with button */
    flex: 1;
    border: none;
    outline: none;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.4;
    background-color: transparent;
    color: #333333;
}

.vc_wp_search .jeg_search_input:focus {
    /* Search input focus styles */
    outline: none;
    background-color: #f8f9fa;
}

.vc_wp_search .jeg_search_input::placeholder {
    /* Placeholder text styles */
    color: #999999;
    font-size: 13px;
}

.vc_wp_search .jeg_search_button {
    /* Search button styles - integrated rectangular design */
    background: #305a8c;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0;
    width: 72px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.vc_wp_search .jeg_search_button:hover {
    /* Search button hover styles */
    background: #2a4f7a;
}

.vc_wp_search .jeg_search_button:focus {
    /* Search button focus styles */
    outline: none;
}

.vc_wp_search .jeg_search_button i {
    /* Search icon styles */
    font-size: 14px;
    line-height: 1;
}

.vc_wp_search .jeg_search_result {
    /* Search results container styles */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 5px;
}

.vc_wp_search .jeg_search_hide {
    /* Hidden search results */
    display: none;
}

.vc_wp_search .search-result-wrapper {
    /* Search results wrapper styles */
    padding: 8px;
}

.vc_wp_search .search-link {
    /* Search link styles */
    padding: 8px 12px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 13px;
}

.vc_wp_search .search-link:hover {
    /* Search link hover styles */
    background-color: #f8f9fa;
}

.vc_wp_search .search-noresult {
    /* No results message styles */
    color: #666666;
    font-style: italic;
    text-align: center;
    font-size: 13px;
    padding: 8px 12px;
}

.vc_wp_search .search-all-button {
    /* View all results button styles */
    background-color: #f8f9fa;
    color: #007cba;
    font-weight: 600;
    text-align: center;
    border-bottom: none;
    font-size: 13px;
    padding: 8px 12px;
}

.vc_wp_search .search-all-button:hover {
    /* View all results button hover styles */
    background-color: #e9ecef;
}

.vc_wp_search .search-all-button i {
    /* View all results icon styles */
    margin-right: 6px;
    font-size: 12px;
}

/* vc_wp_search specific boxed styles */
.vc_wp_search .jeg_pb_boxed,
.vc_wp_search .jnews_boxed_container .jeg_account_right,
.vc_wp_search .jnews_boxed_container .jeg_authorpage .jeg_author_wrap,
.vc_wp_search .jnews_boxed_container .jeg_inner_content,
.vc_wp_search .jnews_boxed_container .jeg_main .widget,
.vc_wp_search .jnews_boxed_container .jnews_index_content_wrapper {
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    /* margin-bottom: 30px; */
    padding: 5px !important;
}

@media (min-width: 1025px){
.jeg_single_tpl_2 .entry-header .jeg_post_title, .jeg_single_tpl_3 .entry-header .jeg_post_title, .jeg_single_tpl_6 .entry-header .jeg_post_title {
    font-size: 3em !important;
}

    .col-sm-8 {
        width: 72%;
    }

    .col-sm-4 {
        width: 26%;
    }
    .col-md-4 {
        width: 26%;
    }

}

/* Responsive adjustments for vc_wp_search */
@media (max-width: 768px) {
    .vc_wp_search .jeg_search_form {
        /* Mobile search form adjustments */
        border-radius: 0;
    }
    
    .vc_wp_search .jeg_search_input {
        /* Mobile search input adjustments */
        font-size: 16px; /* Prevents zoom on iOS */
        padding: 10px 12px;
    }
    
    .vc_wp_search .jeg_search_button {
        /* Mobile search button adjustments */
        width: 72px;
        height: 40px;
        padding: 0;
    }
    
    .vc_wp_search .jeg_search_button i {
        /* Mobile search icon adjustments */
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .vc_wp_search .jeg_search_input {
        /* Small mobile search input adjustments */
        padding: 8px 10px;
        font-size: 14px;
    }
    
    .vc_wp_search .jeg_search_button {
        /* Small mobile search button adjustments */
        padding: 8px 10px;
        min-width: 40px;
    }
    
    .vc_wp_search .jeg_search_button i {
        /* Small mobile search icon adjustments */
        font-size: 14px;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    /* Mobile customizations */
}

@media (max-width: 480px) {
    /* Small mobile customizations */
}

/* Sticky Header für große Tablets und Desktop */
@media (min-width: 767px) and (max-width: 992px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: none !important;
    }
    .col-sm-8 {
        width: 750px !important;
    }
.jeg_single_tpl_2 .entry-header .jeg_post_title, .jeg_single_tpl_3 .entry-header .jeg_post_title, .jeg_single_tpl_6 .entry-header .jeg_post_title {
    font-size: 2.5em !important;
}
}
@media (min-width: 767px) {
    .jeg_header_wrapper {
        position: sticky;
        z-index: 9999;
        overflow: visible;
        top: 0;
    }
 }

@media (min-width: 992px) {
    .col-md-4 {
        width: 25% !important;
    }
}

@media (max-width: 603px) {
  .wpb_wrapper h1 span strong {
	font-weight: 700;
    line-height: 1.3em;
  }
}