/*============ Blog start ============*/

.blog-page .mega-menu-category {
  display: none;
}

.blog-wrapper {
  margin-top: 0px;
}
.blog-col {
  padding-left: 60px;
  margin-top: 30px;
}
.blog_content-wrapper {
  padding-bottom: 63px;
  margin-top: 20px;
}
.blog_container {
  position: relative;
  width: 1170px;
  margin: 0 auto;
  padding: 0;
}
.clearfix:before,
.row:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.blog_container .grid_8 {
  width: 788px;
  padding: 0px 25px 0px 0px;
  margin-bottom: 30px;
  float: left;
}
.blog_entry {
  padding-bottom: 40px;
  background: #fff;
}
.blog_entry .featured-thumb {
  margin-bottom: 18px;
  float: none;
  margin: 0 0px 10px 0;
  position: relative;
  overflow: hidden;
}
.blog_entry .featured-thumb a {
  display: block;
}
.blog_entry .featured-thumb a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.blog_entry-header-inner {
  overflow: hidden;
  padding: 0px 40px;
  border-bottom: 0px solid #e3e3e3;
  margin-bottom: 5px;
  margin-top: 20px;
}
h2.blog_entry-title {
  font-size: 26px;
  line-height: 1.1em;
  text-transform: none;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 0px;
  color: #445a69;
  font-weight: 500;
  letter-spacing: normal;
  font-family: "Playfair Display", serif;
}
.blog_entry h3 {
  font-size: 24px;
  padding: 20px 40px;
  line-height: 1.1em;
  text-transform: none;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 0px;
  color: #445a69;
  font-weight: 500;
  letter-spacing: normal;
  font-family: "Playfair Display", serif;
}
.blog_entry > img {
  width: 100%;
}
.blog_entry-title a {
  font-weight: 500;
  color: #333;
  letter-spacing: normal;
}
.blog_entry-title a:hover {
  color: #333;
}
.blog_entry .post-meta {
  margin-bottom: 20px;
  text-align: left;
  padding: 0px 40px;
  border-bottom: 1px #efe1d7 solid;
  padding-bottom: 20px;
}
.blog_entry .post-meta span {
  display: inline-block;
  margin-right: 0px;
}
.blog_entry .post-meta [class^="icon-"] {
  font-size: 14px;
  margin-right: 6px;
  color: #999;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.blog_entry .post-meta span a {
  color: #999;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.blog_entry .post-meta span a .icon-user:before {
  content: "\f007";
  font-size: 14px;
  float: none;
  margin-right: 6px;
  color: #999;
}
.blog_entry .entry-content,
.entry-footer {
  padding: 0 0 15px 0;
  background: #fcf2e8;
  border-radius: 5px;
}
.blog_entry header {
  width: auto;
  height: auto;
  background: none;
  margin: 0px;
}
.blog_entry p {
  margin: 0 0 1.5em 0;
  font-size: 14px;
  line-height: 1.8em;
  padding: 0px 40px;
}
.blog_entry .entry-footer {
  padding: 0px 0px 0px 0px;
  width: auto;
  background: none;
}
.blog_entry .btn {
  padding: 10px 0px;
  color: #f85457;
  font-weight: 500;
  font-size: 16px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Ubuntu", sans-serif;
  background: none;
  border: none;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
  box-shadow: none;
}

.blog_entry .btn i {
  font-size: 26px;
  margin-right: 5px;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
  vertical-align: middle;
}

.blog_entry .btn:hover i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.blog_entry .btn:hover {
  background: none;
  color: #f85457;
}
/* #Misc
================================================== */

/* Pagination */
.pagination {
  margin: 0;
  padding: 0;
}
.pagination li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.pagination li a,
.pagination li span {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 0 8px;
}
.pagination li a {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #e3e3e3;
  color: #999;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.pagination li a:hover {
  background: #cf3341;
  color: #fff;
  text-decoration: none;
}
.pagination li .current {
  background: #222;
  color: #fff;
}
.pagination li .gap {
}
/*/#Misc */

/*  a side start */

.widget_search {
  border: 1px #ddd solid;
  border-radius: 8px;
  margin-bottom: 40px;
  margin-top: 5px;
  position: relative;
}
.widget_search .search-field {
  border: none;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  padding: 12px;
  background: none;
}
.widget_search .search-btn-bg {
  background: none;
  padding: 0px;
  width: auto;
  margin-right: 15px;
}
.blog-banner {
  margin-top: 10px;
  margin-bottom: 40px;
}
.latest-blogs {
  background: #e9eeee;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 60px;
}
.latest-blogs h6 {
  color: #13aeb8;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.latest-blogs h3 {
  color: #333;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1em;
  margin-top: 0;
}
.latest-blogs p {
  font-size: 14px;
}
.latest-blogs a {
  background: #f85457;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
  letter-spacing: 1px;
  border-bottom: 2px #ce282b solid;
}

.latest-blogs a:hover {
  color: #fff;
}

.widget__sidebar {
  position: relative;
  margin-bottom: 0px;
  border-radius: 3px 3px 0 0;
}
.popular-posts {
  padding: 0px;
  margin-bottom: 50px;
  margin-top: 15px;
}
.popular-posts.widget_categories ul {
  background: none repeat scroll 0 0 #fff;
  border-top: medium none;
  font-size: 14px;
  overflow: hidden;
  padding-top: 7px;
  /*	padding-left: 15px;   */
}
.widget__sidebar .widget-title {
  font-size: 28px;
  font-weight: 500;
  padding: 9px 0px 15px 45px;
  color: #445a69;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.5px;
  border-bottom: 1px #445a69 solid;
  line-height: normal;
  background: url(../images/beauty-icon.png) no-repeat 0px 8px;
  margin: 0;
}

.widget-content {
  border-top: medium none;
  font-size: 15px;
  overflow: hidden;
  padding: 25px 0px 0px 0px;
}
.unstyled {
  margin: 0;
  padding: 0;
}
.unstyled li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.popular-posts .posts-list li {
  overflow: hidden;
  margin: 10px 0 0 0;
}
.popular-posts .posts-list li:first-child {
  margin-top: 0;
}
.featured-thumb {
  float: left;
  margin: 0 15px 15px 0;
  position: relative;
}

.featured-thumb img {
  border-radius: 5px 5px 0px 0;
}

.popular-posts .featured-thumb img {
  border-radius: 5px;
}

.popular-posts h4 {
  font-size: 16px;
  line-height: 21px;
  padding-top: 0px;
  margin-bottom: 9px;
  margin: auto;
}
.popular-posts h4 a {
  color: #445a69;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 16px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
}
.popular-posts .post-meta {
  margin-bottom: 0;
  font-size: 13px;
  color: #999;
  margin-top: 5px;
}
.popular-posts .post-meta a {
  color: #cf3341;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ad-spots {
  padding-bottom: 0px;
}
.ad-spots img {
  margin-bottom: 15px;
}
.widget_wrapper13 {
}
.entry .featured-thumb {
  float: none;
  margin-bottom: 18px;
  margin-right: 0;
}
.post-meta [class^="icon-"] {
  font-size: 14px;
  margin-right: 6px;
  color: #999;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.post-meta span a {
  color: #999;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.post-meta span a:hover {
  text-decoration: none;
  color: #cf3341;
}
.post-meta span a:hover [class^="icon-"] {
  color: #cf3341;
}
.post-excerpt p {
  margin-bottom: 1.3em;
}
.post-meta span {
  display: inline-block;
  margin-right: 16px;
}
/* Blog Page
-------------------------------------------------- */
.entry {
  padding-bottom: 37px;
  margin-bottom: 35px;
  background: #fff;
}
.entry .featured-thumb {
  margin-bottom: 18px;
  float: none;
  margin-right: 0;
}
.entry-header {
  height: auto;
  background: #fff;
  margin: 0px;
}
.format-icon {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  background-color: #bdd4c1;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
}
.entry-header-inner {
  overflow: hidden;
  padding: 0px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 15px;
}
.entry-title {
  font-size: 26px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 6px;
  text-align: left;
}
.entry-title a {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: bold;
}
.entry-title a:hover {
  color: #282828;
  text-decoration: none;
}
.entry-header-inner p {
  text-align: left;
}
.entry-content {
  margin-bottom: 20px;
}
.entry-content ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.entry-content ul li {
  position: relative;
  padding: 0px 20px;
  margin: 20px 70px;
  list-style: none;
  text-align: left;
}
.entry-content ul li:before {
  content: "\f067";
  position: absolute;
  left: 0;
  top: 0;
  font: 500 1.5rem "FontAwesome";
  line-height: inherit;
  color: #65b6b7;
}

.entry-content,
.entry-footer {
  padding: 0px;
}

.post_navigation {
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 40px;
}
.post_navigation a {
  color: #19b3bd;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.post_navigation h4 {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  line-height: 1.2em;
  font-family: "Playfair Display", serif;
}
.post_navigation i {
  font-size: 13px;
  font-weight: normal;
}
/* Standard Post Format */
.entry__standard {
}
/* Gallery Post Format */
.entry__gallery {
}
.entry__gallery .flexslider {
  height: 258px;
  margin-bottom: 29px;
}
/* Video Post Format */
.entry__video {
}
/* Quote Post Format */
.entry__quote {
}
.entry__quote .entry-content {
  margin-bottom: 0;
}
.entry__quote blockquote {
  margin-bottom: 0;
}
.entry__quote blockquote:before {
  display: none;
}
.entry__quote blockquote p {
  margin-bottom: 0.5em;
}
.entry__quote blockquote {
  padding-left: 38px;
}
/* Link Post Format */
.entry__link {
}
.entry__link .entry-content {
  margin-bottom: 0;
}

/*============ Blog end ============*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .entry-content ul li {
    position: relative;
    padding: 0px 20px;
    margin: 10px;
    list-style: none;
    text-align: left;
  }
  .blog_entry-title a {
    font-size: 28px;
    line-height: 1.3em;
  }
  .blog_entry > img {
    max-width: 100%;
  }

  .blog-banner {
    display: none;
  }

  .blog_entry footer {
    padding-top: 0px;
  }
  .blog_entry {
    padding-bottom: 20px;
  }
  .blog_entry-title {
    font-size: 30px;
    line-height: 1.1em;
  }
  .blog_entry p {
    padding: 0px 10px;
    text-align: justify;
  }
  .blog_entry h3 {
    padding: 10px 0;
    text-align: justify;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .blog-col {
    padding-left: 15px;
  }

  .blog-page .col-main {
    margin-top: 0;
    margin-left: 0;
  }

  .blog-banner {
    display: none;
  }

  .comment-form textarea {
    width: 250px;
  }
  .blog_entry-title a {
    font-size: 36px;
    line-height: 1.1em;
  }
  .blog_entry footer {
    padding-top: 0px;
  }
  .blog_entry {
    padding-bottom: 20px;
  }
  .blog_entry-title {
    font-size: 36px;
  }

  .blog-wrapper .pager {
    overflow: hidden !important;
    margin-bottom: 0px;
  }
  .blog-wrapper .pager .amount {
    float: left !important;
  }
  .blog-wrapper .pager .limiter {
    float: right !important;
    display: none;
  }
  .blog-wrapper .pager .pages {
    float: right !important;
  }

  .comments-form-wrapper {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-col {
    padding-left: 15px;
  }

  .blog-banner img {
    width: 100%;
  }
  .featured-thumb {
    width: 100%;
    margin-bottom: 5px;
  }
  .featured-thumb img {
    width: 100%;
    height: auto;
  }

  .popular-posts .posts-list li {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-add-inner .banner-content .banner-text {
    margin-bottom: 20px;
  }
  .featured-add-inner .banner-content .banner-text1 {
    font-size: 42px;
  }

  .blog-banner img {
    width: 100%;
  }
  .featured-thumb {
    width: 100%;
    margin-bottom: 5px;
  }
  .featured-thumb img {
    width: 100%;
    height: auto;
  }
  .popular-posts .posts-list li {
    margin-bottom: 25px;
  }
}
