/**
* 2010-2023 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to 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 2010-2023 Webkul IN
* @license LICENSE.txt
*/


.wkblog_tags {
    margin: 0px 10px;
    float: left;
}

.wkblog_tags button {
    margin-bottom: 10px;
    margin-left: 5px;
}

.wkbottom {
    margin-bottom: 20px;
}

.wktitle {
    font-size: 16px;
    color: #222222;
    padding: 10px 0px 0px 10px;
    font-weight: 600;
}

.wktitle_tags {
    font-weight: 600;
    color: #c3c2c2;
    padding: 10px;
    font-size: 19px;
    min-height: 40px;
    float: left;
    width: 100%;
}

.wkcontent {
    margin: 10px 5px;
}

.wkcontent h4 {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    padding: 0 5px;
}

.padleft {
    padding-left: 0px;
}

.padright {
    padding-right: 0px;
}

.right {
    right: 15px !important;
}

@media only screen and (max-width:480px) {
    .padright {
        padding: 0px;
    }
}

.wkblog_tags a button {
    font-size: 10px;
}

.wkcontent .wk_author,
.wkcontent .wk_add_date {
    float: left;
    width: 100%;
}

.wkcontent .wk_description,
.wkcontent .wk_description p {
    font-size: 13px;
}

.wkcontent .wk_description {
    width: 100%;
    clear: both;
    float: left;
}

.blog_content_info h3 {
    margin-bottom: 2px;
}

.wk_post_category h3,
.wk_post_category h3 a {
    font-size: 15px;
    color: #1DAAD3;
    margin-bottom: 15px;
    font-weight: 400;
}

.wk_post_category h3 a.active {
    color: #333333;
}
.wk_post_category h3 a:hover {
    text-decoration: underline;
}

.wk_post_category .wkcontent {
    padding: 0 10px;
}

.wkblog_search input {
    background: #FFF;
}


/* Tag*/

.tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    color: #222222;
}

.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.tag:hover {
    background-color: #2FB5D2;
    color: white;
}

.tag:hover::after {
    border-left-color: #2FB5D2;
}

#wk_search_block_top form button[type=submit] {
    position: absolute;
    top: 4px;
    background: none;
    border: none;
    bottom: 1.8125rem;
    right: 0;
    color: #7a7a7a;
}

#wk_search_block_top form {
    position: relative;
}

#wk_search_block_top form button[type=submit]:focus {
    outline: 1px dotted;
    outline: navajowhite;
}