/* 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**/
.no-padding {
  padding-left: 0;
  padding-right: 0; }

.no-margin {
  margin-left: 0;
  margin-right: 0; }

/*blockprimary*/
/*blockprimary*/
/*block success*/
/*block info*/
/*block warning*/
/*block danger*/
/*block highlighted*/
/*  
 * LAYOUT VARIABLES 
 */
/* category */
#blog-category {
  margin-bottom: 30px; }

.category-info {
  margin-bottom: 50px; }

.category-image {
  margin-bottom: 15px; }

.childrens {
  margin-bottom: 1.25rem; }
  .childrens h6 {
    display: block;
    padding: 15px 0; }

.Recnet-blog .Recent-title {
  margin: 0;
  color: #000000; }

/* blog listing */
.blog-meta > div {
  color: #999999;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px; }
  .blog-meta > div i {
    display: none; }
  .blog-meta > div span {
    color: #86888e; }
  .blog-meta > div.blog-cat {
    color: #7e2d53; }

.blogs-container h3 {
  margin-bottom: 0.625rem; }

.blogs-container h4 {
  line-height: 1.5rem; }

.blog-item {
  clear: both; }

.blog-item .blog-meta {
  font-size: 93%;
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 30px; }

/* blog */
.blog-detail {
  background: #fff;
  margin-bottom: 30px; }
  .blog-detail .blog-title {
    margin: 0 0 2.5rem; }
  .blog-detail .blog-image {
    overflow: hidden; }
  .blog-detail .blog-meta {
    padding: 1.875rem 0 0.9375rem; }
  .blog-detail .blogDetailContent {
    margin-bottom: 1.875rem; }
  .blog-detail .social-wrap {
    width: 100%;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .blog-detail .social-wrap > * {
      margin: 0 0.3125rem; }
    .blog-detail .social-wrap .social-heading {
      color: #000000;
      margin-right: 0.625rem; }
      .rtl .blog-detail .social-wrap .social-heading {
        margin-left: 0.625rem;
        margin-right: inherit; }
  .blog-detail .blog-tags {
    margin-bottom: 1.25rem;
    font-size: 1.125rem; }
    .blog-detail .blog-tags .fa {
      color: #000000; }

.blog-tags, .extra-blogs, .blog-comments, .social-share {
  padding-bottom: 15px; }

.extra-blogs {
  padding-top: 1.25rem; }
  .extra-blogs h4 {
    font-family: "Abril Fatface", cursive;
    font-size: 1.875rem;
    color: #7e2d53; }
  .extra-blogs ul li {
    padding: 5px 0; }
    .extra-blogs ul li a {
      display: block;
      color: #999999;
      font-weight: 300;
      font-size: 14px; }
      .extra-blogs ul li a:hover {
        color: #7e2d53; }

.blog-video-code {
  margin-bottom: 3.125rem; }

/* comment */
.comment-item {
  padding: 0.75rem 0; }

.comment-item img {
  padding-right: 0.125rem; }
  .rtl .comment-item img {
    padding-left: 0.125rem;
    padding-right: inherit; }

.comment-wrap {
  overflow: hidden;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.comment-wrap .comment-meta {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 11px;
  margin: -1.25rem -1.25rem 0.625rem;
  padding: 0.625rem 1.25rem; }

.comment-wrap .comment-meta > span {
  font-weight: bold; }

.comment-wrap .comment-meta > span span {
  font-weight: normal; }

.blog-social .social-wrap > div {
  float: left; }

.blog-social .social-heading {
  padding-right: 12px; }

.comment-link {
  background: none repeat scroll 0 0 #F4F4F4;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  float: right;
  font-weight: bold;
  margin: -0.6875rem -1.25rem -0.625rem 0;
  padding: 0.625rem 1.25rem; }

.ipts-captcha img {
  float: left;
  margin-right: 15px; }
  .rtl .ipts-captcha img {
    float: right; }
  .rtl .ipts-captcha img {
    margin-left: 15px;
    margin-right: inherit; }

.ipts-captcha input {
  width: 6.25rem;
  height: 2.1875rem; }

/* categories menu display on left or right sidebar */
#categories_blog_menu .collapse-icons {
  position: absolute;
  right: 5px;
  top: 12px;
  padding: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: block;
  line-height: 12px;
  text-align: center;
  color: #7e2d53; }
  .rtl #categories_blog_menu .collapse-icons {
    left: 5px;
    right: auto; }
  #categories_blog_menu .collapse-icons[aria-expanded="true"] .add {
    display: none; }
  #categories_blog_menu .collapse-icons[aria-expanded="true"] .remove {
    display: block; }
  #categories_blog_menu .collapse-icons .add:hover,
  #categories_blog_menu .collapse-icons .remove:hover {
    color: #7e2d53; }
  #categories_blog_menu .collapse-icons .remove {
    display: none; }

.blog-menu .tree {
  margin-bottom: 0; }
  .blog-menu .tree > li {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .blog-menu .tree > li:first-child {
      border-top: 0; }
    .blog-menu .tree > li ul {
      margin-left: 15px; }
      .rtl .blog-menu .tree > li ul {
        margin-right: 15px;
        margin-left: inherit; }
  .blog-menu .tree li {
    position: relative;
    display: block; }
    .blog-menu .tree li a:before {
      font-family: "Material Icons";
      content: "\E315";
      color: #7e2d53;
      font-size: 14px;
      display: inline-block;
      margin-right: 10px; }
      .rtl .blog-menu .tree li a:before {
        margin-left: 10px;
        margin-right: inherit; }

.blog-menu li a {
  color: #999999;
  display: block;
  padding: 15px 0;
  line-height: 22px;
  font-weight: 400; }
  .blog-menu li a:hover {
    color: #7e2d53; }

.lastest_block .blog-title {
  margin: 0;
  padding: 10px 0;
  font-family: "Montserrat", sans-serif; }
  .lastest_block .blog-title a {
    max-height: 60px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    display: block;
    overflow-x: hidden; }
.lastest_block li {
  padding-left: 10px; }
  .rtl .lastest_block li {
    padding-right: 10px;
    padding-left: inherit; }

#blog-localengine {
  margin-top: 2.5rem; }
  #blog-localengine h3 {
    letter-spacing: 3px;
    font-size: 36px;
    color: #7e2d53; }
  #blog-localengine h4 {
    color: #8da368;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 2px; }

/*# sourceMappingURL=psblog.css.map */
