/**
* 2010-2017 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* 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 https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2017 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

/*Blog css*/

.wk_theme_blog {
  text-align: start;
  background-color: #ffffff;
  font-size: 16px;
  color: #555555;
  width: 100%;
}

.wk_theme_blog h2 {
  text-align: center;
}

.wk_blog {
  margin: 0;
  box-shadow: #555555;
}

.wk_read_more {
  color: #297cd1;
  display: block;
}

.wk_Upper_home {
  width: 100%;
  display: block;
}

.wk_blog_heading {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

/*==*/

.wk-latest-blog {
  text-align: center;
}

.wk-blog-content {
  color: #bbbbbb;
  padding: 20px 0;
}

.wk-blog-heading {
  color: #555555;
}

.wk-latest-blog-heading {
  color: #555555;
  padding: 2%;
}

.wk-latest-blog-heading:before {
  content: "";
  position: absolute;
  width: 20%;
  top: 9%;
  left: 17%;
  border-top: 0.5px solid #555555;
}

.wk-latest-blog-heading:after {
  content: "";
  position: absolute;
  width: 20%;
  top: 9%;
  right: 17%;
  border-top: 1px solid #555555;
}

.wk-img-border {
  border: 1px solid #555555;
  min-height: 230px;
  max-height: 340px;
}

.wk_font_light > a {
  color: #297cd1;
}

.wk-read-more {
  display: none;
  position: absolute;
  top: 36%;
  left: 29%;
}

.wk-blog-product-index:hover {
  opacity: 0.3;
}

.wk-blog-product-index:hover .wk-read-more {
  display: block;
  opacity: 1;
}

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

.wk-blog-image {
  margin: 20px 0;
  overflow: hidden;
}

.wk-blog-desc p {
  font: 400 16px "Oxygen", sans-serif;
  color: #555555;
}

.wk-blog-desc {
  text-align: left;
  margin: 20px 0;
  word-break: break-all;
}

.wk-read {
  margin-top: 0%;
}

.wk-img-border-view > img {
  max-width: 268px;
}

.wk-background {
  background: #f5f5f5;
}

.wk-readmore {
  margin: 3%;
  color: #297cd1;
  border: 1px solid #297cd1;
}

.wk-recentblog-content {
  color: #297cd1;
  text-align: left;
  padding: 12px 0;
}

.wk-recentblog-heading {
  text-align: left;
  padding: 0px 0 12px;
}

.wk_blog_authenters {
  margin-top: 15px;
}

.wk_read_more:hover {
  color: #236cb8 !important;
}

.wk-viewmore-button {
  padding: 5px;
  margin: 10px;
}

.wk_font_mini {
  font-family: Arial !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.wk_blog_title p {
  font: 700 16px "Oxygen", sans-serif;
  color: #555555;
}
