/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
#module-rbthemeblog-single #content-wrapper .page-header h1 {
  font-size: 28px;
}

#module-rbthemeblog-single #content-wrapper .rbblog__post p {
  font-size: 16px;
  line-height: 24px;
}

#module-rbthemeblog-single #wrapper > .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

#module-rbthemeblog-single #right-column {
  order: 2;
}

#module-rbthemeblog-single .page-content {
  border: none;
  padding: 0;
}

#module-rbthemeblog-single #main .page-header {
  text-align: left;
}

#module-v-single #content.card,
#module-rbthemeblog-category #content.card,
#module-rbthemeblog-list #content.card {
  padding: 0;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.rbblog__mostViewed__menu {
  margin-top: 0.625rem;
}

.rbblog__mostViewed__menu li:last-child a {
  border-bottom: none;
}

.rbblog__mostViewed__menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  display: inline-block;
  margin: 0.3125rem 0 0;
  padding-bottom: 0.1875rem;
  font-size: 14px;
}

.rbblog__mostViewed__footer {
  text-align: center;
}

.rbblog__mostViewed__footer .btn-primary {
  color: white;
}

.rbblog__listing {
  padding: 0;
}

.rbblog__listing__post.first-in-line {
  clear: left;
}

.rbblog__listing__post__wrapper {
  background: #fff;
  margin-bottom: 1.563rem;
  border: 1px solid #efefef;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rbblog__listing__post__wrapper:hover {
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}

.rbblog__listing__post__wrapper__content {
  padding: 20px 20px 0;
}

.rbblog__listing__post__wrapper__content .blog-headline {
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 23px;
}

.rbblog__listing__post__wrapper__content .blog_description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 25px;
}

.rbblog__listing__post__wrapper__content__footer {
  margin: 0 -20px;
  padding: 0 20px;
  height: 60px;
  border-top: 1px solid #efefef;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.rbblog__listing__post__wrapper__content__footer .btn {
  background: #212529;
  padding: 7px 15px;
  font-size: 14px;
}

.rbblog__listing__post__wrapper__content__footer .btn:hover {
  background: #D70018;
}

.rbblog__listing__post__wrapper__content__footer__category {
  margin-left: 15px;
}

.rbblog__listing__post__wrapper__content__footer__category i {
  color: #727272;
}

.rbblog__listing__post__wrapper__content__footer__category time,
.rbblog__listing__post__wrapper__content__footer__category a,
.rbblog__listing__post__wrapper__content__footer__category span {
  position: relative;
  top: 2px;
  margin-left: 2px;
  color: #727272;
}

.rbblog__listing__post__wrapper__content__footer__category .rbblog__listing__post__wrapper__footer {
  background: #efefef;
  padding: 0 1.25rem;
}

.rbblog__listing__post__wrapper__footer {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.rbblog__listing__post__wrapper__footer__block {
  padding-right: 0.763rem;
}

.rbblog__listing__post__wrapper__footer__block i {
  color: #727272;
  font-size: 15px;
}

.rbblog__listing__post__wrapper__footer__block span,
.rbblog__listing__post__wrapper__footer__block time {
  position: relative;
  top: 2px;
  margin-left: 2px;
  color: #727272;
  font-size: 14px;
}

.rbblog__listing__post__wrapper__footer__block .rbblog__listing__pagination {
  margin-top: 1.5rem;
}

.rbblog__listing__pagination > div {
  color: #7a7a7a;
}

@media (max-width: 767px) {
  .rbblog__listing__pagination__list {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .rbblog__listing__pagination__list li {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .rbblog__listing__pagination__list li:first-child,
  .rbblog__listing__pagination__list li:last-child {
    display: block;
    overflow: auto;
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .rbblog__listing__pagination__list li:first-child a,
  .rbblog__listing__pagination__list li:last-child a {
    float: none;
  }
}

.rbblog__postInfo ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .rbblog__postInfo ul {
    display: block;
    overflow: auto;
  }
}

.rbblog__postInfo ul li {
  color: #727272;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

@media (max-width: 991px) {
  .rbblog__postInfo ul li {
    float: left;
    width: 50%;
  }
}

.rbblog__postInfo ul li > a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.rbblog__postInfo ul li a {
  color: inherit;
}

.rbblog__postInfo ul li a:hover {
  text-decoration: underline;
}

.rbblog__postInfo ul li:last-child:after {
  display: none;
}

.rbblog__postInfo ul li:after {
  content: "";
  height: 10px;
  background: #cecece;
  width: 2px;
  margin: 0 13px;
  display: inline-block;
}

@media (max-width: 991px) {
  .rbblog__postInfo ul li:after {
    display: none;
  }
}

.rbblog__postInfo ul li i {
  color: #727272;
  font-size: 15px;
  margin-right: 3px;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.rbblog__postInfo ul li span {
  color: #727272;
  font-size: 13px;
  padding: 0 3px;
}

.rbblog__post {
  background: #fff;
  padding: 20px;
  margin-bottom: 60px;
}

.rbblog__post-featured img {
  max-width: 100%;
  margin: 0 auto 20px;
  display: block;
}

.rbblog__share ul {
  list-style-type: none;
  margin: 25px 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .rbblog__share ul {
    display: block;
  }
}

.rbblog__share ul li {
  margin-right: 16px;
}

@media (max-width: 991px) {
  .rbblog__share ul li {
    margin: 0 0 10px;
  }
  .rbblog__share ul li .btn {
    width: 100%;
  }
}

.rbblog__featuredProducts {
  margin-bottom: 60px;
}

.rbblog__featuredProducts > h2 {
  margin-bottom: 25px;
}

.rbblog__comments {
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}

.rbblog__comments > h2 {
  font-weight: 500;
}

.rbblog__comments .alert a {
  color: inherit;
}

.rbblog__comments > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.rbblog__comments > ul > li {
  padding: 1.563rem 1.25rem;
}

.rbblog__comments > ul > li:nth-child(odd) {
  background: white;
}

.rbblog__comments > ul > li:nth-child(even) {
  background: #f6f6f6;
}

.rbblog__comments > ul > li .rbblog__comments__authorInfo {
  list-style-type: none;
  margin: 0 0 12px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .rbblog__comments > ul > li .rbblog__comments__authorInfo {
    display: block;
  }
}

.rbblog__comments > ul > li .rbblog__comments__authorInfo li {
  font-size: 14px;
  color: #727272;
}

.rbblog__comments > ul > li .rbblog__comments__authorInfo li:last-child:after {
  display: none;
}

.rbblog__comments > ul > li .rbblog__comments__authorInfo li:after {
  content: "";
  height: 10px;
  background: #cecece;
  width: 2px;
  margin: 0 18px;
  display: inline-block;
}

@media (max-width: 991px) {
  .rbblog__comments > ul > li .rbblog__comments__authorInfo li:after {
    display: none;
  }
}

.rbblog__comments > ul > li .rbblog__comments__authorInfo__author {
  color: #38b5d0 !important;
  font-weight: 600;
}

.rbblog__comments > ul > li .rbblog__comments__text {
  color: #414141;
}

.rbblog__comments > ul > li .rbblog__comments__text p {
  color: #414141;
  margin: 0;
  padding: 0;
}

.rbblog__comments-empty {
  margin-bottom: 0;
}

.rbblog__comments-empty h2 {
  font-weight: 500;
}

.rbblog__addComment .alert a {
  color: inherit;
}

.rbblog__addComment > h2 {
  font-weight: 500;
}

.rbblog__addComment__form {
  background: #ffffff;
  padding: 20px;
}

@media (max-width: 991px) {
  .rbblog__addComment__form .form-footer .btn-primary {
    width: 100%;
    float: none !important;
  }
}

.rbblog__seo {
  display: none;
}

.rbblog__categoryInfo {
  border-bottom: 2px solid #d6d6d6;
  margin: 30px 0;
}

.rbblog__categoryInfo img {
  width: 100%;
  height: auto;
}

.rbblog__categoryInfo p {
  font-size: 14px;
  color: #727272;
  margin: 30px 0;
}

.btn-facebook {
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  background: #415994;
  color: white;
}

.btn-facebook i {
  margin-right: 8px;
  font-size: 19px;
  position: relative;
  top: 2px;
}

.btn-facebook:hover {
  color: white;
  background: #203363;
}

.btn-twitter {
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  background: #4ba0ec;
  color: white;
}

.btn-twitter i {
  margin-right: 8px;
  font-size: 19px;
  position: relative;
  top: 1px;
}

.btn-twitter:hover {
  color: white;
  background: #2f7bbf;
}

.btn-google {
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  background: #bd403b;
  color: white;
}

.btn-google i {
  margin-right: 8px;
  font-size: 19px;
}

.btn-google:hover {
  color: white;
  background: #a12520;
}

.btn-pinterest {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  background: #ae2626;
  color: white;
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.btn-pinterest i {
  margin-right: 8px;
  font-size: 19px;
}

.btn-pinterest:hover {
  color: white;
  background: #8e1010;
}

#rbblogrecentposts .h1 {
  text-align: center;
  position: relative;
  margin-bottom: 1.5rem;
}

#rbblogrecentposts .h1 a {
  float: right;
  text-transform: none;
  font-size: 80%;
  position: absolute;
  right: 0;
  bottom: 0;
}
