


/*--------------------------------------------------------------
# post
--------------------------------------------------------------*/
.post {
  padding: 40px 0 20px 0;
  font-family: 'Dosis' , sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito', sans-serif;
}

.post .entry {
  padding: 30px;
  margin-bottom: 60px;
  background: #fcffff;
}

.post .entry .entry-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

  
.post .entry .entry-title {
  font-size: 32px;
  font-weight: 900;
  padding: 0;
  margin: 0 0 20px 0;
}

.post .entry .entry-content p {
font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  line-height:120%;
}


.post .entry .entry-title a {
  color: #00aaf2;
  transition: 0.3s;
}

.post .entry .entry-title a:hover {
  color: #FF9000;
}

.post .entry .entry-meta {
  margin-bottom: 15px;
  color: #9c847b;
}

.post .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.post .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.post .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.post .entry .entry-meta a {
  color: #836a61;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
}


.post .entry p span {
  color: #e43c5c;
  font-weight: bold;
  }
  
.post .entry p img {
  margin: 0px 7px 2px 0px;
  overflow: hidden;
}

.post .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.post .entry .entry-content .read-more a {
  display: inline-block;
  background: #00aaf2;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.post .entry .entry-content .read-more a:hover {
  background: #fd541e;
}

.post .entry .entry-content h3 {
  font-size: 20px;
 letter-spacing: 2px;
text-transform: uppercase;
  margin-top: 30px;
  font-weight: 600;
   color: #500F99;
}

.post .entry .entry-content h4 {
  font-size: 18px;
 letter-spacing: 2px;
text-transform: uppercase;
  margin-top: 30px;
  font-weight: 600;
 color: #00AAD2;
}

.post .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: left;
  margin: 20px 0;
}

.post .entry .entry-content blockquote p {
  color: #000080;
  line-height: 1.4;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.post .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.post .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.post .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #00AAF2;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.post .entry .entry-footer i {
  color: #836a61;
  display: inline;
}

.post .entry .entry-footer a {
  color: #ae9a92;
  transition: 0.3s;
}

.post .entry .entry-footer a:hover {
  color: #00aaf2;
}

.post .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.post .entry .entry-footer .cats li {
  display: inline-block;
}

.post .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.post .entry .entry-footer .tags li {
  display: inline-block;
}

.post .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.post .entry .entry-footer .share {
  font-size: 16px;
}

.post .entry .entry-footer .share i {
  padding-left: 5px;
}

.post .entry-single {
  margin-bottom: 30px;
}

.post .post-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.post .post-author img {
  width: 120px;
}

.post .post-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.post .post-author .social-links {
  margin: 0 0 5px 140px;
}

.post .post-author .social-links a {
  color: #9c847b;
}

.post .post-author p {
  margin-left: 140px;
  font-style: italic;
  color: #bfb9b6;
}

.post .post-comments {
  margin-bottom: 30px;
}

.post .post-comments .comments-count {
  font-weight: bold;
}

.post .post-comments .comment {
  margin-top: 30px;
  position: relative;
}

.post .post-comments .comment .comment-img {
  width: 50px;
}

.post .post-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.post .post-comments .comment h5 a {
  font-weight: bold;
  color: #4d4643;
  transition: 0.3s;
}

.post .post-comments .comment h5 a:hover {
  color: #00aaf2;
}

.post .post-comments .comment h5 .reply {
  padding-left: 10px;
  color: #2b2320;
}

.post .post-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #9c847b;
  margin-bottom: 5px;
}

.post .post-comments .comment p {
  margin-left: 65px;
}

.post .post-comments .comment.comment-reply {
  padding-left: 40px;
}

.post .post-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.post .post-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.post .post-comments .reply-form p {
  font-size: 14px;
}

.post .post-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.post .post-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.post .post-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.post .post-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.post .post-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.post .post-comments .reply-form .btn-primary {
  padding: 8px 20px;
  border: 0;
  border-radius: 4px;
  background-color: #2b2320;
}

.post .post-comments .reply-form .btn-primary:hover {
  background-color: #00aaf2;
}

.post .post-pagination {
  color: #65534c;
}

.post .post-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.post .post-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.post .post-pagination li.active {
  background: white;
}

.post .post-pagination li a {
  color: #b4aca8;
  padding: 7px 16px;
  display: inline-block;
}

.post .post-pagination li.active, .post .post-pagination li:hover {
  background: #00aaf2;
  border: 1px solid #00aaf2;
  border-radius: 4px;
}

.post .post-pagination li.active a, .post .post-pagination li:hover a {
  color: #fff;
}

.post .post-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.post .post-pagination li.disabled i {
  color: #f6f5f5;
  padding: 10px 16px;
  display: inline-block;
}

.post .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  background: #f8f6f5;
}

.post .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #2b2320;
  position: relative;
  text-align: center;
}

.post .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.post .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 4px;
}

.post .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.post .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #00aaf2;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.post .sidebar .search-form form button:hover {
  background: #fd5c28;
}

.post .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.post .sidebar .categories ul li + li {
  padding-top: 10px;
}

.post .sidebar .categories ul a {
  color: #745f56;
}

.post .sidebar .categories ul a:hover {
  color: #00aaf2;
}

.post .sidebar .categories ul a span {
  padding-left: 5px;
  color: #9c847b;
  font-size: 14px;
}

.post .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.post .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.post .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.post .sidebar .recent-posts h4 a {
  color: black;
  transition: 0.3s;
}

.post .sidebar .recent-posts h4 a:hover {
  color: #00aaf2;
}

.post .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #9c847b;
}

.post .sidebar .tags {
  margin-bottom: -10px;
}

.post .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.post .sidebar .tags ul li {
  display: inline-block;
}

.post .sidebar .tags ul a {
  color: #745f56;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #ded5d2;
  display: inline-block;
  transition: 0.3s;
  border-radius: 4px;
}

.post .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #00aaf2;
  background: #00aaf2;
}

.post .sidebar .tags ul a span {
  padding-left: 5px;
  color: #c8bab5;
  font-size: 14px;
}
