/* $gray-lighter:        lighten($gray-base, 93.5%) !default; // #eee */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*  
 * LAYOUT VARIABLES 
 */
/** CHECKOUT BY STEP */
/* --- SCSS For Accordion --- */
/* --- SCSS For Breadcrumb --- */
/* --- SCSS For Buttons --- */
/* --- SCSS For Call-to-action --- */
/* --- SCSS For Content-slider --- */
/*  */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons for light style */
/* Variables icons outline */
/* Variables icons inverse */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 5 */
/* tab style version 6 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* --- SCSS For Typography --- */
/* category */
/* blog listing */
.blog-item {
  background-color: #fff;
  position: relative;
  padding: 42px 0;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(168, 172, 185, 0.1);
  box-shadow: 0 2px 3px 0 rgba(168, 172, 185, 0.1);
}
.blog-item:before {
  position: absolute;
  content: "";
  background-color: #77a2a0;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
}
.rtl .blog-item .blog-content:before {
  right: 0;
  left: auto;
}
@media (min-width: 992px) {
  .blog-item .blog-content {
    padding: 0 0 0 30px;
  }
  .rtl .blog-item .blog-content {
    padding: 0 30px 0 0;
  }
}
.blog-item .blog-content .title {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 25px;
  margin-top: 12px;
}
.blog-item .blog-content .blog-shortinfo {
  font-size: 12px;
  color: #aab2bd;
  line-height: 20px;
}
.blog-item .blog-content .blog-shortinfo .btn {
  width: 25px;
  height: 25px;
  line-height: 27px;
  padding: 0;
  border: 1px solid transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-top: 10px;
}
.blog-item .blog-content .blog-shortinfo .btn i {
  color: #77a2a0;
  font-size: 16px;
}
.blog-item .blog-content .blog-shortinfo .btn:hover {
  background-color: #77a2a0;
}
.blog-item .blog-content .blog-shortinfo .btn:hover i {
  color: #fff;
}
.blog-item .blog-image {
  padding: 0 10px;
  text-align: right;
}
.rtl .blog-item .blog-image {
  text-align: left;
}
@media (max-width: 768px) {
  .blog-item .blog-image {
    text-align: center !important;
  }
}
.blog-item .blog-image a {
  position: relative;
  display: inline-block;
}
.blog-item .blog-image .img_effect {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  display: block;
  height: 100%;
  left: 0;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}
.blog-item:hover .blog-image .img_effect {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.blog-item:hover .blog-shortinfo .btn {
  border-color: #77a2a0;
}
.blog-item.grid {
  padding: 15px 0;
}
.blog-item.grid:before {
  display: none !important;
}
.blog-item.grid .blog-image {
  padding: 0 15px;
}
.blog-item.grid .blog-content {
  padding: 15px;
}
.blog-item.grid .readmore .btn {
  border: 1px solid;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 20px;
}

.blog-detail {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 40px;
}
@media (min-width: 1199px) {
  .blog-detail {
    padding: 40px 70px 50px 70px;
    margin-bottom: 120px;
  }
}
.blog-detail > div {
  margin-bottom: 40px;
}
.blog-detail .blog-image {
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e4e9ef;
}
.blog-detail .blog-title {
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 20px;
}
.blog-detail .blog-description {
  margin: 30px 0;
  position: relative;
  padding: 0 0 0 30px;
  font-size: 24px;
  /*font-family: "Abhaya Libre", sans-serif;*/
  letter-spacing: 1px;
  line-height: 29px;
  color: #434a54;
}
.rtl .blog-detail .blog-description {
  padding: 0 30px 0 0;
}
.blog-detail .blog-description:before {
  width: 3px;
  height: 100%;
  position: absolute;
  background-color: #77a2a0;
  left: 0;
  top: 0;
  content: " ";
}
.rtl .blog-detail .blog-description:before {
  right: 0;
  left: auto;
}
.blog-detail .social-wrap {
  width: 100%;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #e4e9ef;
  border-bottom: 1px solid #e4e9ef;
  display: -webkit-flex;
  display: flex;
}
.blog-detail .social-wrap > * {
  margin: 0 5px;
}
.blog-detail .social-wrap .social-heading {
  margin-right: strip-unit(10px)/strip-unit(13px)rem;
}
.rtl .blog-detail .social-wrap .social-heading {
  margin-left: strip-unit(10px)/strip-unit(13px)rem;
  margin-right: inherit;
}
.blog-detail .blog-video-code iframe {
  max-width: 100%;
}
.blog-detail .blog-comment-block #blog-localengine h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog-detail .blog-comment-block #blog-localengine .control-label {
  float: left;
}
.rtl .blog-detail .blog-comment-block #blog-localengine .control-label {
  float: right;
}
.blog-detail .blog-comment-block #blog-localengine .comment-item {
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #e4e9ef;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.blog-detail .blog-comment-block #blog-localengine .comment-item .comment-wrap {
  margin: 0 0 0 80px;
}
.rtl .blog-detail .blog-comment-block #blog-localengine .comment-item .comment-wrap {
  margin: 0 80px 0 0;
}
.blog-detail .blog-comment-block #blog-localengine .comment-item .comment-wrap .comment-meta {
  color: #434a54;
  font-weight: bold;
  margin-bottom: 10px;
}
.blog-detail .blog-comment-block #blog-localengine .comment-item .comment-wrap .comment-meta > span {
  margin: 0 15px 0 0;
}
.rtl .blog-detail .blog-comment-block #blog-localengine .comment-item .comment-wrap .comment-meta > span {
  margin: 0 0 0 15px;
}
.blog-detail .blog-comment-block #blog-localengine .comment-item .comment-wrap .comment-meta > span span {
  color: #aab2bd;
  margin: 0 0 0 10px;
  font-weight: normal;
}
.rtl .blog-detail .blog-comment-block #blog-localengine .comment-item .comment-wrap .comment-meta > span span {
  margin: 0 10px 0 0;
}
.blog-detail .blog-comment-block #blog-localengine .form-group {
  margin-bottom: 30px;
}
.blog-detail .blog-comment-block #blog-localengine .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 10px;
}
.blog-detail .blog-comment-block #blog-localengine .form-control:focus {
  border-color: #77a2a0;
}
.blog-detail .blog-comment-block .btn-send {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  min-width: 110px;
  text-align: center;
  color: #fff;
  background-color: #77a2a0;
  font-weight: 600;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.blog-detail .blog-comment-block .btn-send i {
  margin-right: 10px;
  font-weight: 800;
}
.rtl .blog-detail .blog-comment-block .btn-send i {
  margin-left: 10px;
  margin-right: inherit;
}
.blog-detail .blog-comment-block .btn-send:hover {
  background-color: #434a54;
}

#categories_blog_menu .block_content ul {
  margin: 0;
}
#categories_blog_menu .block_content ul li a {
  display: inline-block;
  width: 100%;
  margin: 0 0 0.76923rem;
  padding: 0 0 0.76923rem;
  border-bottom: 1px solid #e4e9ef;
}
