﻿
/***

====================================================================
						blog-classic / blog-page
====================================================================

***/

.blog-page{
  position: relative;
  padding: 100px 0px 100px 0px;
}
.blog-page .single-item{
  position: relative;
  margin-bottom: 42px;
}
.blog-page .single-item .img-box{
  position: relative;
  margin-bottom: 23px;
}
.blog-page .single-item .img-box .date{
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #caa680;
  color: #fff;
  font-size: 15px;
  padding: 4px 19px 5px 19px;
}
.blog-page .single-item .img-box .date.right {
	right: 20px;
	left: auto;
}
.blog-page .single-item .lower-content .meta{
  position: relative;
  margin-bottom: 15px;
}
.blog-page .single-item .lower-content .meta li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.blog-page .single-item .lower-content .meta li a {
  font-size: 13px;
}
.blog-page .single-item .lower-content .meta li a.active {
  color: #caa680;
}
.blog-page .single-item .lower-content .meta li:before{
  position: absolute;
  content: '/';
  font-size: 15px;
  color: #777;
  right: -15px;
  top: 0px;
}
.blog-page .single-item .lower-content .meta li:last-child:before{
  display: none;
}
.blog-page .single-item .lower-content .meta li span{
  color: #caa680;
}
.blog-page .single-item .read-more a{
  color: #222;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-page .single-item .read-more a:hover{
  color: #caa680;
}
.blog-page .single-item .lower-content h1 a{
  font-weight: 600;
}
.blog-page .single-item .lower-content h1{
  margin-bottom: 5px;
}
.blog-page .single-item .lower-content p{
  margin-bottom: 14px;
}

/***

====================================================================
						blog-details / blog-page
====================================================================

***/

.blog-details img{
  width: 100%;
}
.blog-details .blog-details-content .single-item h1{
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 34px;
  line-height: 40px;
  color: #222;
}
.blog-details .blog-details-content .single-item .img-box{
  margin-bottom: 41px;
}
.blog-details .blog-details-content .single-item .lower-content p{
  margin-bottom: 26px;
}
.blog-details .rich-text-editor-content{
  margin-top: -24px;
}
.container.blog-header {
  margin-top: 53px;
}

.blog-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.blog-tags .tag {
  border: 1px solid rgb(119, 119, 119);
  padding: 0.5rem 1rem;
  margin: 1rem 1rem  0 1rem;
  color: rgb(119, 119, 119);
}

.blog-tags .tag i {
  color: #caa680;
  opacity: 0.2;
}

.blog-tags .tag:hover, .blog-tags .tag.active {
  border-color: #caa680;
  color: #caa680;
  transition: all 500ms ease;
}

.blog-tags .tag:hover i, .blog-tags .tag.active i {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .blog-tags {
    justify-content: start;
  }
}

.blog-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.blog-categories .blog-category {
  border: 1px solid rgb(119, 119, 119);
  margin: 1rem 1rem  0 1rem;
  color: rgb(119, 119, 119);
  align-items: center;
}

.blog-categories .blog-category img {
  display: inline-block;
  height: 100%;
  max-width: 10rem;
}

.blog-categories .blog-category span {
  display: inline-block;
  padding: 0.5rem 1rem;
}

.blog-categories .blog-category:hover {
  border-color: #caa680;
  color: #caa680;
  transition: all 500ms ease;
}

@media only screen and (max-width: 768px) {
  .blog-categories {
    justify-content: start;
  }
}

.blog-page.blog-flex-page {
  padding: 50px 0;
}
.blog-page.catalogs {
	padding: 0 0;
  }

.blog-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.blog-flex .blog-flex-item {
  display: flex;
  flex-direction: column;
  padding: 0 1.5rem 4rem 1.5rem;
  margin: 0 !important;
  width: 33.3333333333333333333%;
  max-width: 100% !important;
}

@media only screen and (max-width: 991px) {
  .blog-flex .blog-flex-item {
    width: 50%;
  }
}

@media only screen and (max-width: 650px) {
  .blog-flex .blog-flex-item {
    width: 100%;
  }
}

.blog-flex .blog-flex-item .img-box {
  margin: 0 0 2rem 0;
}

.blog-flex .blog-flex-item .img-box img {
  width: 100%;
}

.blog-flex .blog-flex-item .lower-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-flex .blog-flex-item .lower-content .text {
  flex-grow: 1;
}

.blog-flex .blog-flex-item .lower-content .read-more {
  margin-top: 2rem;
}

.blog-details .content-style-one .title{
  position: relative;
  font-size: 27px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #222;
  line-height: 35px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.blog-details .content-style-one p{
  margin-bottom: 42px;
}
.blog-details .content-style-one .img-box{
  margin-bottom: 43px;
  margin-right: 33px;
}
.blog-details .content-style-one .content-text{
  position: relative;
  margin-left: -34px;
  margin-top: 23px;
}
.blog-details .content-style-one .content-text p{
  margin-bottom: 26px;
}
.blog-details .post-share-option .text{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #848484;
  margin-right: 13px;
}
.blog-details .post-share-option{
  margin-bottom: 91px;
}
.blog-details .post-share-option .post-share{
  position: relative;
  display: inline-block;
}
.blog-details .post-share-option .post-share li{
  display: inline-block;
  margin: 0px 2px;
}
.blog-details .post-share-option .post-share li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 42px;
  color: #777;
}
.blog-details .post-share-option .post-share li a:hover,
.blog-details .post-share-option .post-share li a.active{
  color: #fff;
  background: #caa680;
  border: 1px solid #caa680;
}
.blog-details .comment-form textarea{
  width: 100%;
  height: 160px;
  padding: 15px 20px;
  resize: none;
  margin-bottom: 22px;
}
.blog-details .comment-title h3{
  text-transform: capitalize;
  margin-bottom: 23px;
}
.blog-details .comment-form input{
  margin-bottom: 30px;
}
.blog-details .sidebar{
  position: relative;
  margin-left: 20px;
}
.blog-details .sidebar .sidebar-search{
  position: relative;
  margin-bottom: 20px;
}
.blog-details .sidebar .sidebar-search button{
  position: absolute;
  font-size: 15px;
  color: #222;
  background: transparent;
  top: 11px;
  right: 15px;
}
.blog-details .sidebar .sidebar-category{
  position: relative;
  margin-bottom: 17px;
}
.blog-details .sidebar .sidebar-post{
  position: relative;
  margin-bottom: 42px;
}
.blog-details .sidebar .sidebar-post .single-post{
  position: relative;
  padding: 0px 0px 0px 104px;
  margin-bottom: 39px;
}
.blog-details .sidebar .sidebar-post .title{
  margin-bottom: 28px;
}
.blog-details .sidebar .sidebar-post .single-post .img-box{
  position: absolute;
  left: 0px;
  top: -6px;
}
.blog-details .sidebar .sidebar-post .single-post h4{
  margin-bottom: 2px;
  line-height: 24px;
  text-transform: none;
}
.blog-details .sidebar .sidebar-post .single-post h4 a{
  line-height: 24px;
}
.blog-details .sidebar .sidebar-archives a{
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.blog-details .sidebar .sidebar-archives .title{
  margin-bottom: 14px;
}
