/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/
/* card details start  */

.wk-container {
    padding: 10px;
}

.wk-card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
    height: 200px;
}

.wk-card-img img {
    width: 100%;
    height: 200px;
    display: block;
    padding: 5px;
}

.wk-card-img span {
    position: absolute;
    top: 90%;
    left: 15%;
    /* background: #1ABC9C; */
    padding: 6px;
    color: grey;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%, -50%);
}

.wk-card-img span h4 {
    font-size: 12px;
    margin: 0;
    padding: 10px 5px;
    line-height: 0;
}

.wk-card-img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.wk-card-desc {
    padding: 1.25rem;
    height: auto;
    overflow: scroll;
}

.wk-home-card-title {
    height: 80px;
}

.wk-home-card-desc {
    height: 80px;
}

.wk-card-desc h3 {
    color: #000000;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.0em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.wk-card-desc p {
    color: #747373;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0px;
    margin-bottom: 15px;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.wk-btn-card {
    background-color: #1ABC9C;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: .55rem 1.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}

.wk-btn-card:hover {
    background: orange;
}

a.wk-btn-card {
    text-decoration: none;
    color: #fff;
}

.wk-blog-card-container {
    margin-bottom: 15px;
}

.wk-blog-hding {
    /* background-color: #D8D8D8; */
    padding: 5px 5px 1px 5px;
    margin-bottom: 10px;
    float: left;
    margin-left: 5px;
}

.wk-blog-list-view-box {
    padding: 5px 5px 1px 0px;
    margin-bottom: 0px;
}

#wk-left-hook-span {
    color: grey;
}

#wk-left-hook-link {
    font-size: 13px;
}

.wk-date-span {
    float: right;
}

.wk-home-title-link {
    font-size: 14px;
}

#wk-home-link {
    font-size: 14px;
}

.wk-blog-action {
    width: 100%;
    display: flex;
}

.left-column-blog-box {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
}

.wk-left-card-content {
    width: 100%;
}

.wk-left-image-card {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
    height: 200px;
}

.wk-left-image-card img {
    height: auto;
    display: block;
    width: 200px;
}

.wk-left-card-desc {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
    height: 200px;
}

.wk-left-post-btn {
    position: absolute;
    top: 90%;
    left: 15%;
    background: #1ABC9C;
    padding: 6px;
    color: grey;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%, -50%);
}

.more-blogs-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.card-box {
    background: #ffffff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    /* margin-left: 10px; */
    margin-bottom: 20px;
    padding: 0px;
    min-height: 200px;
    position: relative;
    max-height: 400px;
    overflow: hidden;
}

.img-card {
    height: 200px;
    border: 0px solid black;
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 10px;
}

.date-box {
    border: 0px solid black;
    padding: 0px 8px 0px 10px;
}

.btn-box {
    width: 100%;
    height: 30px;
    border: 0px solid black;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    padding: 0px 5px 2px 10px;
}

.img-card img {
    height: 200px;
    width: 100%;
    width: auto;
    display: block;
    padding: 5px
}

.heading-box {
    padding: 10px 15px 0px 10px;
}

.date-box p {
    margin-bottom: 2px;
    font-size: 13px;
    font-style: italic;
    color: gray;
}

.desc-box {
    padding: 0px 8px 0px 10px;
    font-size: 13px;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.wk-blog-card {
    margin-bottom: 10px;
    max-height: 300px;
}

.wk-card-blog-img {
    width: 100%;
    height: 180px;
}

/* HOME PAGE CSS */

.wk-blog-tiles {
    /*min-height: 390px;*/
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}

.wk-home-img-tab {
    height: 206px;
    width: 100%;
    overflow: hidden;
    border-radius: var(--border-radius-lg);
    margin-bottom: 30px;
}

.wk-home-img-tab img {
    width: 100%;
    /* min-height: 180px; */
}

@media all and (max-width: 980px) {
    .wk-home-img-tab {
        height: 130px;
    }
}

@media all and (max-width: 980px) {
    .wk-home-desc-tab .wk-home-desc-tab {
        display: none;
    }
}

.more-blogs-box p {
    font-size: 16px;
    color: #555555;
    text-align: center;
    line-height: 25px;
}

.wk-view-all-blogs-btn {
    background: #FFFFFF;
}

.wk-view-all-blogs-btn a {
    font-size: 14px;
    color: #555555;
    text-align: center;
}

.more-blogs-box a {
    font-size: 14px;
}

.more-blog-span {
    font-size: 14px;
    color: gray;
    background-color: #2fb5d2;
    font-weight: bold;
}

.featured-blog-h {
    text-align: center;
}

.featured-blog-h h2 {
    color: #333333;
    line-height: 3;
}

.blog-per-page-list,
.blog-sort-btn {
    text-align: center;
}

.blog-per-page-list li:hover,
.blog-sort-btn li:hover {
    background-color: #D9D9D9;
}

.wk-blog-list-view-tab {
    padding: 3px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 5px;

    border: 1px solid #e5e2e2;
    border-radius: 5px;
    padding: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 8px;

    display: flex;
}

.wk-blog-list-view-tab .list-content {
    width: 80%;
}

.wk-blog-list-view-tab .list-img {
    width: 20%;
}

.wk-home-img-tab img {
    object-fit: cover;
}

.wk-blog-list-view-tab .list-img img {
    width: 100%;
    object-fit: cover;
    height: 100px;
}

.wk-blog-list-view-title {
    color: #2FB5D2;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
}

.wk-blog-list-view-date {
    font-size: 12px;
    margin-bottom: 2px;
    color: #777;
    font-weight: bold;
}

.wk-blog-product-pagination-btn {
    margin-bottom: 20px;
    margin-top: 10px;
}

#left-column-blog-box {
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    padding: 1.563rem 1.0rem;
    margin-bottom: 20px;
}

.wk-blog-left-list-tab {
    padding: 3px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 5px;
}

.wk-blog-left-list-title {
    color: #2FB5D2;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: bold;
}

.wk-blog-left-list-date {
    font-size: 12px;
    margin-bottom: 2px;
    color: #777;
    font-weight: bold;
}

/* More Blog Page */

.pull-left {
    float: left;
}

.wk-page-view-btn {
    float: right;
    margin-left: 10px;
}

.wk-page-view-toggle-btn {
    background-color: #fff;
    color: gray;
    float: right;
    display: flex !important;
    justify-content: space-between !important;
}

.wk-container-row {
    margin-bottom: 20px;
}

.wk-blog-sort-btn-box {
    margin-left: 10px;
}

.wk-blog-sort-btn {
    background-color: #fff;
    color: gray;
}

#wk_blog_container {
    margin-top: 10px;
    position: relative;
}

.wk-header-btn {
    color: RED;
    font-weight: bold;
}

.wk-footer-btn {
    color: #7a7a7a;
    font-weight: 600px;
}

#wk-left-column-title {
    color: #2FB5D2;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: bold;
}

#wk-left-column-date {
    font-size: 12px;
    margin-bottom: 2px;
    color: #777;
    font-weight: bold;
}

.no-more-article {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.gray-heading {
    color: gray;
}

.blog-page-no-show {
    padding: 50px 5px;
}

.left-more-blogs {
    padding: 0px;
}

.header-link-box {
    float: left;
    margin: 15px 10px;
}

.dropdown {
    text-align: center;
}

@media screen and (max-width: 425px) {
    .wk-blog-elements {
        width: 100%;
    }
}

.blog-tiles-box {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.wk-selected-blog-checkbox,
.wk-selected-pages-checkbox {
    border: 1px solid #c7d6db;
    max-height: 350px;
    overflow: scroll;
}

.wk-selected-blogs_empty .wk-selected-blog-checkbox,
.select-blog-pages_empty .wk-selected-pages-checkbox {
    border: none !important;
    max-height: none !important;
    overflow: hidden !important;
}

@media screen and (max-width: 767px) {
    .header-link-box {
        float: right;
    }
}

.wk_wbp_author {
    float: right;
}

.wk-blog-tiles {
    position: relative;
    padding: 0;
    display: block;
    overflow: hidden;
}

.wk-home-title-tab h2 a
{
    color: inherit;
}

.wk-social-sharing {
    opacity: 0;
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--primary);
    width: 100%;
    height: 390px;
    background-color: rgba(0, 0, 0, 0.809);
    transition: all 400ms ease-out;
    border-radius: var(--border-radius-lg);
    text-align: center;
}

.wk-blog-tiles .wk-social-sharing:hover {
    opacity: 1;
}

.wk-blog-tiles .wk-social-sharing .display_content {
    opacity: 1;
    transition-delay: 0s;
    transition-duration: 0.4s;
    width: 100%;
}

.wk-blog-tiles .wk-social-sharing:hover .display_content {
    opacity: 1;
    width: 100%;
    transform: translateY(30px);
    display: flex;
}

.wk-social-sharing ul {
    width: 100%;
    justify-content: center;
}


.btn-outline-viewpost {
    color: #f4f4f4 !important;
    background-image: none;
    background-color: transparent;
    border-color: #f2f2f2;
    border-radius: 5px !important;
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid white;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0;
    text-decoration: none;
}

.btn-outline-viewpost:hover {
    background-color: white !important;
    color: #000000 !important;
}

.wk_view_post {
    justify-content: center;
}


.wk_post_filter_btn {
    color: #232323;
    min-width: 130px;
    height: 40px;
    display: inline-block;
    padding: 0.625rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-color: #fff;
    box-shadow: 2px 2px 8px -1px rgb(107 103 103 / 20%);
    text-align: left;
    margin-top: 10px;
}

.wk-show-filters {
    width: 100%;
    min-height: 50px;
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 8px 0px rgb(144 144 144 / 20%);
    margin-top: 10px;
}

.wk-show-filters span {
    padding: 32px 15px;
    font-weight: 900;
}

.wk-filter-box {
    background-color: #f1f1f1;
    display: inline-block;
    border: 1px solid #d9d9d9;
    color: #232323;
    min-width: 100px;
    height: 30px;
    padding: 5px 10px;
    margin: 4px 4px;
}

.wk-close,
.wk-close-author {
    cursor: pointer;
}

.wk_loader {
    position: fixed;
    z-index: 1100;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, .507);
}

.wk_loader_text {
    color: rgb(230, 230, 230);
}

.wk_no_margin_padding {
    margin: 0 !important;
    padding: 0 !important;
}

.author-avatar {
    border-radius: 50%;
    width: 25px !important;
    display: inline !important;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 12.75px 2.25px rgb(0 0 0 / 8%);
    border-radius: 50%;
    object-fit: cover;
    background-color: #f2f2f2;
}

.wk-blog-category-dropdown {
    width: 20rem;
}

.wk-container .dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
}


.wk_post_filter_btn:focus, .wk_post_filter_btn:active:focus {
    outline: none;
}

.wk_options .dropdown-item {
    padding-left: 0;
    padding-right: 0;
}

.wk_options .dropdown-item a {
    color: #232323;
    display: block;
    padding: 0 20px;
}


.wk_options .dropdown-item:hover {
    background-color: #24b9d7;
}

body .bx-wrapper .bx-controls-direction a
{
    top: 95px;
}

.bx-wrapper .bx-controls-direction .bx-prev
{
    left: -16px;
}

.bx-wrapper .bx-controls-direction .bx-next
{
    right: -16px;
}

.bx-controls-direction i
{
    background-color: #d7d7d7 !important;
    color: black !important;
}

.wk-details-card .products-section-title
{
    margin-bottom: 2rem !important;
}

.wk-home-date-tab
{
    display: none;
}