/*
Theme Name: Chefs Arena
Theme URI: http://thechefsarena.com
Author: Chefs Arena
Description: Custom WordPress theme replicating thechefsarena.com - India's first B2B platform for Masters of the Kitchen.
Version: 1.0.0
Text Domain: chefsarena
*/

/* ========== RESET & BASE ========== */
* { box-sizing: border-box; }
body {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    font-family: Verdana, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: normal;
    background: #ffffff;
}
:focus { outline: 0; }
a { color: inherit; }
img { max-width: 100%; height: auto; }

.clear { clear: both; }
.clear::before, .clear::after,
.group::before, .group::after { display: table; content: ""; }
.clear, .clear::after,
.group, .group::after { clear: both; }
.group { display: block; }

.filler { height: 10px; }
.clear-both { clear: both; }

/* ========== GRID SYSTEM ========== */
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter, .four_quarter {
    display: inline-block;
    float: left;
    margin: 0 0 0 3.06748466257669%;
    list-style: none;
    box-sizing: border-box;
}
.first { margin-left: 0; clear: left; }
.one_quarter { width: 22.69938650306748%; }
.one_third { width: 31.28834355828221%; }
.one_half, .two_quarter { width: 48.46625766871166%; }
.two_third { width: 65.6441717791411%; }
.three_quarter { width: 74.23312883435584%; }
.four_quarter { width: 98.79754601226992%; }

/* Spacing */
.btmspace-10 { margin-bottom: 10px; }
.btmspace-15 { margin-bottom: 15px; }
.btmspace-30 { margin-bottom: 30px; }
.btmspace-50 { margin-bottom: 50px; }

/* ========== HEADER / TITLE BAR ========== */
#templatemo_site_title_bar_wrapper {
    width: 100%;
    min-width: 1024px;
    min-height: 120px;
    display: inline-block;
    margin: 0 auto;
    background: #ffffff;
    border-bottom: 2px solid #e68a00;
}
#templatemo_site_title_bar {
    width: 100%;
    max-width: 1024px;
    min-width: 768px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 2px;
}

/* Logo */
.site_logo {
    float: left;
    min-height: 5px;
    display: inline-block;
    margin: 0 auto;
    width: 12.2%;
    padding: 0.3125em;
}
.site_logo img {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: auto;
}
.site_logo a { display: block; }
.custom-logo-link img { width: 100%; height: auto; }

/* Site Title */
#site_title {
    float: left;
    width: 50%;
    padding-top: 10px;
    text-align: left;
    min-height: 100px;
    box-sizing: border-box;
}
#site_title h1 { margin: 0; line-height: 1.1; }
#site_title h1 a {
    text-decoration: none;
    display: block;
}
#site_title h1 a span {
    display: inline-block;
    font-weight: normal;
    margin-top: 12px;
    font-family: 'Swis721 Th BT', sans-serif;
    font-size: 16px;
    color: #5c5c5c;
    text-align: left;
    margin-left: 10px;
}

/* Top Menu (Login/Contact) */
#title_row1 {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin-top: -20px;
}
#top_menu {
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 0;
}
#top_menu li {
    margin: 0;
    padding: 0;
    display: inline;
}
#top_menu li a {
    color: #000000;
    text-decoration: none;
    font-size: 11px;
    padding: 0 5px 0 10px;
    border-left: 1px solid #e68a00;
}
#top_menu li a:hover { text-decoration: underline; }
#top_menu .first, #top_menu li:first-child a { border: none; }

/* Top Ad Banner */
.top_add_banner {
    float: right;
    margin: 0;
    width: 28.125em;
    display: inline-block;
    padding: 0;
}
.banner_add_img {
    float: right;
    max-width: 100%;
    height: auto;
    margin: 0;
    display: block;
}

/* ========== PARTNERS BAR ========== */
.Partners_container {
    width: 100%;
    min-width: 1024px;
    padding: 0;
    text-align: left;
    border-top: 2px solid #e68a00;
    border-bottom: 2px solid #e68a00;
    background: #ffffff;
}
.part_center1 {
    width: 100%;
    max-width: 1024px;
    min-width: 1024px;
    margin: 0 auto;
}
.part_center1 #part_scroll {
    width: 70%;
    min-width: 100px;
    margin: 5px 0 0;
    float: left;
}

/* Facebook button */
.fb_container {
    margin: 13px auto;
    min-width: 100px;
    width: 9%;
    float: left;
}

/* Search box */
.box {
    margin: 13px auto;
    min-width: 200px;
    float: right;
}
.container-4 {
    overflow: hidden;
    width: 100%;
    min-width: 200px;
    margin: auto;
    vertical-align: middle;
    white-space: nowrap;
}

/* Partners menu */
#part_menu { padding: 0; list-style: none; margin: 0; text-align: center; }
#part_menu li { margin: 0 10px; padding: 0 10px; display: inline; }
#part_menu li a { color: #000; text-decoration: none; font-size: 13px; }
#part_menu li a:hover { text-decoration: underline; }

/* ========== MAIN LAYOUT CONTAINERS ========== */
.center1 {
    width: 100%;
    max-width: 1024px;
    min-width: 1024px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}
.center1_resp {
    width: 100%;
    max-width: 1024px;
    min-width: 1024px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}
.center_advert {
    width: 100%;
    max-width: 1024px;
    min-width: 1024px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}
.container { padding: 5px 10px; }

/* ========== MAIN NAVIGATION MENU ========== */
.part_center_menu {
    width: 100%;
    min-width: 1024px;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,0.55);
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}
.part_center_menu #cssmenu,
.part_center_menu #cssmenu ul,
.part_center_menu #cssmenu ul li,
.part_center_menu #cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    box-sizing: border-box;
}
.part_center_menu #cssmenu { font-family: Raleway, sans-serif; width: 100%; margin: 0 auto; }
.part_center_menu #cssmenu ul { height: auto; }
.part_center_menu #cssmenu > ul {
    background: linear-gradient(#ffb84d, #e68a00);
    width: 100%;
    border-left: 1px solid #e68a00;
    border-right: 1px solid #e68a00;
}
.part_center_menu #cssmenu > ul::after { content: ""; display: table; clear: both; }
.part_center_menu #cssmenu > ul > li { float: left; border-right: 1px solid rgba(255,255,255,0.35); }
.part_center_menu #cssmenu > ul > li:last-child { border-right: none; }
.part_center_menu #cssmenu > ul > li > a {
    padding: 14px 18px;
    font-size: 13px;
    color: #222222;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s;
    white-space: nowrap;
}
.part_center_menu #cssmenu > ul > li.active > a {
    color: #ffffff;
    background: linear-gradient(#e68a00, #b36b00);
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
}
.part_center_menu #cssmenu > ul > li:hover > a,
.part_center_menu #cssmenu > ul > li > a:hover {
    color: #ffffff;
    background: rgba(0,0,0,0.12);
}

/* ========== HOMEPAGE SLIDER MENU (RIGHT) ========== */
#home_slider_menu { width: 100%; }
#home_slider_menu_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#home_slider_menu_list li { border-bottom: 1px solid rgba(255,255,255,0.25); }
#home_slider_menu_list li:last-child { border-bottom: none; }
#home_slider_menu_list li a {
    display: block;
    padding: 12px 12px;
    font-family: Raleway, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}
#home_slider_menu_list li.active a,
#home_slider_menu_list li a:hover {
    background: rgba(0,0,0,0.18);
}

/* ========== RIGHT SIDEBAR (INNER PAGES) ========== */
.news_body_container .one_quarter {
    border-left: none !important;
    padding-left: 0 !important;
}
.news_body_container .one_quarter > h3,
.news_body_container .one_quarter > h2 {
    background: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 3px solid #e68a00;
    padding: 10px 12px;
    margin: 0 0 10px 0;
}
.news_body_container .one_quarter > div {
    background: #ffffff;
    border: 1px solid #dedede;
    padding: 10px 12px;
}
.news_body_container .one_quarter > div + div {
    border-top: 0;
}
.news_body_container .one_quarter a {
    display: block;
}
.news_body_container .one_quarter > div[style] {
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
    border-bottom: 1px dotted #e68a00 !important;
}
.news_body_container .one_quarter > div[style]:last-child {
    border-bottom: none !important;
}

/* ========== SLIDER ========== */
.Slider_container {
    width: 100%;
    min-height: 259px;
    margin: 0 auto;
    overflow: hidden;
}
.menu_container {
    width: 20%;
    margin: 0 auto;
    float: right;
    background: #e68a00;
}
.Slider_slides {
    width: 80%;
    height: 259px;
    margin: 0 auto;
    float: left;
    display: none;
}
.slide_img {
    float: left;
    width: 50%;
    height: 259px;
    display: inline-block;
}
.slide_text {
    float: right;
    width: 50%;
    height: 259px;
    background: #F79F00;
    border-left: 1px solid #e68a00;
}
.slide_img_style { width: 100%; height: 100%; min-height: 259px; object-fit: cover; }
.slide_head_style {
    float: left;
    height: 10%;
    width: 100%;
    overflow: hidden;
    margin-top: 1px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 15px;
    color: #e68a00;
    font-family: 'Segoe UI Semibold', sans-serif;
}
.slide_list {
    width: 100%;
    height: 90%;
    list-style: none;
    text-align: left;
    overflow: hidden;
    padding: 0;
}
.slide_list li {
    margin: 0 0 0 -25px;
    width: 99.8%;
    padding: 5px 10px;
    border-bottom: 1px dotted #FF9800;
    font-size: 12px;
    text-align: justify;
    line-height: 18px;
}
.slide_list li a {
    color: #333333;
    font-family: 'Segoe UI Semibold', sans-serif;
    font-size: 13px;
    text-decoration: none;
}
.slide_list li a:hover { color: #000; text-decoration: underline; }
.more_link {
    text-align: right;
    float: right;
    width: 100%;
    padding-right: 5%;
    padding-top: 3%;
    color: #f2f2f2;
    font-family: Raleway, sans-serif;
    font-size: 15px;
}
.more_link a { color: #f2f2f2; text-decoration: none; }
.more_link a:hover { color: #000; text-decoration: underline; }

/* ========== CONTENT SECTIONS ========== */
.title_black {
    margin-top: 8px;
    margin-bottom: 5px;
    color: #333333;
    padding-bottom: 4px;
    padding-left: 0.3125em;
    border-bottom: 3px solid #e68a00;
    font-family: 'Segoe UI Semibold', Raleway, sans-serif;
    font-size: 16px;
    word-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}

/* Content cards */
.white_div { overflow: hidden; }
.white_div_img {
    width: 45%;
    display: block;
    padding: 5px;
    margin-right: 5px;
    box-sizing: border-box;
    float: left;
    transition: all 1s;
}
.home_div_img {
    width: 100%;
    max-width: 250px;
    height: auto;
    display: block;
    margin: auto;
}
.white_div_text {
    width: 100%;
    display: block;
    padding: 0;
    font-size: 13px;
    text-align: justify;
    transition: transform 2s ease-in-out;
}
.white_div_text p {
    padding: 0;
    margin: auto;
    font-size: 13px;
    margin-bottom: 5px;
    word-spacing: 1px;
    line-height: 19px;
    font-family: 'Segoe UI Semibold', sans-serif;
}

/* Chef overlay text */
.white_div_text_q {
    display: block;
    padding: 0 0px;
    box-sizing: border-box;
    width: 94.4%;
    float: left;
    bottom: 4%;
    position: absolute;
    z-index: 1;
}
.white_div_text_q a {
    margin: 0;
    display: inline-block;
    padding: 0 2px;
    font-family: 'Segoe UI Semibold', sans-serif;
    font-size: 12px;
    height: 20px;
    color: #ffad33;
    font-weight: bold;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.5);
}
.white_div_text_q span {
    display: block;
    font-weight: normal;
    padding: 0 2px;
    height: 20px;
    font-family: 'Segoe UI Semibold', sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #ffffff;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
}
.white_div_text_q a:hover { text-decoration: underline; cursor: pointer; }

/* MORE link */
.more_lnk {
    font-size: 12px;
    color: #e68a00;
    text-decoration: none;
    font-weight: bold;
}
.more_lnk:hover { color: #000; text-decoration: underline; }

/* ========== INNER PAGES ========== */
.sitemap_center1 {
    width: 100%;
    max-width: 1024px;
    min-width: 768px;
    margin: 0 auto;
}
.news_body_container { padding: 5px 10px; }
.news_title {
    color: #000;
    padding-bottom: 8px;
    border-bottom: 3px solid #e68a00;
    font-family: 'Segoe UI Semibold', sans-serif;
    font-size: 1.0625em;
    text-transform: none;
    position: relative;
    font-weight: 700;
    line-height: 23px;
    margin-top: 8px;
}

/* Archive list items */
.white_div_img_s {
    float: left;
    width: 300px;
    height: 200px;
    border: 1px solid #999;
    overflow: hidden;
}
.white_div_text_s {
    float: left;
    width: 53%;
    height: 200px;
    padding: 0 5px 5px 10px;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    color: #000;
    overflow: hidden;
}
.white_div_text_s h1 { font-size: 16px; margin: 0 0 5px; }
.white_div_text_s h1 a {
    font-family: 'Segoe UI Semibold', sans-serif;
    text-decoration: none;
    color: #000;
}
.white_div_text_s h1 a:hover { text-decoration: underline; }

/* News list */
.news_list_text { height: 89%; overflow: hidden; padding: 5px 0; border-bottom: 1px dotted #e68a00; }
.news_list_text li { border-bottom: 1px dotted #e68a00; margin-left: -35px; width: 100%; padding: 5px 0; }
.news_list_text h1 { border: none; padding: 0 0 0 10px; margin: 0; }
.news_list_text h1 a {
    font-size: 0.453em;
    font-family: 'Segoe UI Semibold', sans-serif;
    text-decoration: none;
    line-height: 21px;
    color: #1a1a1a;
}
.news_list_text h1 a:hover { text-decoration: underline; color: #000; }

/* ========== WINE RACK ========== */
.wine_img { margin: 0 auto; min-height: 10px; width: 400px; }
.wine_text {
    margin: 0 auto;
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
    padding: 10px 0;
    width: 400px;
}
.wine_text a { color: #000; text-decoration: none; font-family: 'Segoe UI Semibold'; font-size: 16px; }
.white_div_text_wine {
    margin: auto;
    position: relative;
    bottom: 50px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    height: 50px;
    padding: 6px 5px 0 10px;
    color: #fff;
    overflow: hidden;
    width: 400px;
}
.white_div_text_wine a {
    font-family: Raleway, sans-serif;
    font-size: 15px;
    color: #ffad33;
    font-weight: bold;
    text-decoration: none;
}
.white_div_text_wine span {
    display: block;
    font-weight: normal;
    font-family: Raleway, sans-serif;
    font-size: 11px;
    color: #fff;
}
.white_div_text_wine a:hover { text-decoration: underline; }

/* ========== CONTACT FORM ========== */
.lbl_div {
    font-family: 'Segoe UI Semibold', sans-serif;
    font-size: 14px;
    padding: 5px;
    padding-top: 10px;
}
.txt_div {
    font-family: 'Segoe UI Semibold', sans-serif;
    font-size: 14px;
    padding: 5px;
}
.txt_box {
    border: 1px solid #ffb84d;
    border-radius: 5px;
    width: 80%;
    padding: 5px;
}
.txt_box_large {
    border: 1px solid #ffb84d;
    border-radius: 5px;
    width: 80%;
    padding: 5px;
    height: 100px;
}
.serstyle {
    font-family: 'Segoe UI Semibold', sans-serif;
    font-size: 1em;
    border-radius: 5px;
    float: right;
    background: linear-gradient(#ffe0b3, #ffb84d);
    border: 1px solid #e68a00;
    padding: 8px 20px;
    cursor: pointer;
}
.serstyle:hover { background: linear-gradient(#ffa31a, #e68a00); color: #fff; }

/* ========== BREADCRUMBS ========== */
.breadcrumbs { font-family: 'Segoe UI Semibold', sans-serif; font-size: 0.875em; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }

/* ========== FOOTER ========== */
.templatemo_site_footer_bar_wrapper {
    width: 100%;
    min-height: 100px;
    min-width: 1024px;
    display: inline-block;
    padding-top: 20px;
    margin: 0 auto;
    background: #e6e6e6 url('images/templatemo_footer_bg.jpg') repeat-x top;
}
#footer_row1 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}
#foot_menu {
    padding: 0;
    list-style: none;
    margin: auto;
    text-align: center;
    font-family: 'Segoe UI Semibold', sans-serif;
}
#foot_menu li {
    margin: 0;
    display: inline;
    font-family: 'Segoe UI Semibold', sans-serif;
}
#foot_menu li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    padding: 0 10px 0 15px;
    border-left: 1px solid #e68a00;
}
#foot_menu li a:hover { text-decoration: underline; }
#foot_menu .first, #foot_menu li:first-child a { border: none; }
#footer_row1 p {
    font-size: 13px;
    font-family: 'Segoe UI Semibold', sans-serif;
}

/* ========== ARCHIVE / SINGLE ========== */
.white_div_img_large { width: 500px; margin: 0 auto; min-height: 100px; }
.white_div_text_large { width: 100%; margin-top: 0; }

/* Archive list alternate */
.arcive_list { list-style: none; margin: 0 0 20px; padding: 0; }
.arcive_list a { text-decoration: none; color: #1a1a1a; font-size: 13px; line-height: 21px; padding: 5px 0; }
.arcive_list a:hover { text-decoration: underline; color: #000; }

/* Pagination */
.pagination { text-align: center; padding: 20px 0; }
.pagination .nav-links a, .pagination .nav-links span {
    padding: 3px 10px;
    border: 1px solid #ffcc00;
    border-radius: 2px;
    text-decoration: none;
    color: gray;
    margin: 0 2px;
}
.pagination .nav-links .current {
    background-color: #ffcc00;
    color: #fff;
}
.pagination .nav-links a:hover {
    background-color: #ffcc00;
    color: #fff;
}

/* ========== MISC ========== */
.add_img { max-width: 100%; height: auto; display: block; margin: auto; }
.cp_link { color: blue; }
.centert { }

/* WordPress specific */
.wp-caption { max-width: 100%; }
.alignleft { float: left; margin: 0 15px 15px 0; }
.alignright { float: right; margin: 0 0 15px 15px; }
.aligncenter { display: block; margin: 0 auto 15px; }

/* Blog area for inner pages */
#blog_area p {
    margin: 0;
    padding: 2px 0;
    line-height: 25px;
}

/* ===== ADVERTISE BANNER IMPROVEMENTS ===== */
.top_add_banner {
    width: 468px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.top_add_banner img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
}
