/*
Theme Name:    	osoca-child
Description:    Odisha State Organic Certification Agency
Author:         OSOCA
Template:       accesspress-parallax

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/* Hide the menu by default on smaller screens */


/* Style the toggle button */
section.breadcrumb-banner {
    margin-top: -20px;
    position: relative;
}
section.breadcrumb-banner figure {
    margin: 0;
    height: 360px;
}
section.breadcrumb-banner figure img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
section.breadcrumb-banner .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    width: 100%;
    color: #fff;
}
ul#crumbs {
    padding: 0;
    width: 100%;
    margin: 5px 0 0;
}
ul#crumbs li {
    float: left;
    font-size: 14px;
    padding: 0 1px;
}
ul#crumbs li a{
text-decoration: none;
color: #fff;
}
section.breadcrumb-banner .content h2 {
    padding: 0;
    margin: 0;
}

.entry_content {
    width: 100%;
    float: left;
    padding: 60px 0;
}
.menu-toggle {
    display: none;
    cursor: pointer;
    padding: 10px;
    background-color: #333;
    color: #fff;
    border: none;
    font-size: 16px;
}
div#data_paginate {
    width: 50%;
    float: left;
    margin-top: 12px;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 10px!important;
    width: 50%;
    float: left;
}
.dataTables_paginate .paginate_button.disabled {
    color: #000000 !important;
    cursor: default;
    text-decoration: none;
}
.dataTables_paginate .paginate_button:first-child, .dataTables_paginate .paginate_button:last-child {
    padding: 0 11px;
    width: auto;
}
.dataTables_paginate .paginate_button {
    width: 30px;
    height: 30px;
    text-align: center;
    background: #dfdfdf;
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    text-decoration: none!important;
}
.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button:hover {
    background: #09b500;
    color: #fff!important;
    cursor: pointer;
}
.dataTables_paginate .paginate_button {
    color: #111;
    display: inline-block;
    margin: 0 5px;
    outline: none;
    position: relative;
    text-decoration: underline;
}
ul.certification-list b {
    font-size: 20px;
    font-weight: 500;
    color: #9c2b01;
}
.table>thead tr th {
    background: #a0380b !important;
    color: #fff!important;
}
/* Show the menu toggle button on screens smaller than 992px */
@media (max-width: 991px) {
    .menu-toggle {
        display: block;
    }
    .top-3.sticky {
        position: static;
    }
    header .menu-con {
        width: 98%;
        padding: 0 0;
        position: absolute;
        left: 1%;
        top: 0;
    }

    .my-custom-menu-container {
        position: relative;
    }


    .my-custom-menu-container .my-custom-menu-class li {
        display: block;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ffffff24;
    }
    .my-custom-menu-container .my-custom-menu-class li  span.menu-icon {
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        margin: auto;
        height: max-content;
    }


    header .menu-con .navbar-toggler-icon {
        background: no-repeat;
        border-top: 2px solid #FFF;
        border-bottom: 2px solid #FFF;
        height: 18px;
        position: relative;
        margin: 3px 0;
    }
    header .menu-con nav button.navbar-toggler:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }
    header .menu-con .navbar-toggler-icon::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        height: 2px;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .my-custom-menu-container .my-custom-menu-class li a {
        display: block;
        padding: 0 10px;
        text-decoration: none;
        color: #fff;
    }

    .my-custom-menu-container .my-custom-menu-class li a:hover {
        background-color: #0b7c05;
    }

    header .menu-con nav {
        position: relative;
    }
    header .menu-con nav button.navbar-toggler {
        position: absolute;
        right: 0;
        top: -64px;
        background: #09b500;
        width: 43px;
        height: 38px;
        padding: 5px;
    }
    .my-custom-menu-class ul.sub-menu {
        width: 100%;
    }
    .slider {
        margin-top: 0;
    }
    header .menu-con {
        background: #09b500;
        border-radius: 0 0 15px 15px;
        z-index: 100;
    }
    .my-custom-menu-class ul.sub-menu li>ul.sub-menu {
        top: 100%;
        left: 0;
        padding-top: 0;
    }

}



@media (max-width: 768px) {
    header .menu-con nav button.navbar-toggler {
        top: -63px;
    }
}