/*****************

Stylesheet Table Of Contents:

style.css:              Menu, Widgets, Footer, Gallery, Inner Page Content.
style.content.css:      Links, Headers, Photo Borders
style.blog.css:         Blog Layout
style.color.css:        Color options for various theme elements.
style.plugins.css:      Visual Composer styles
style.structure.css:    Page layout and sidebars
style.woocommerce.css:  WooCommerce Styles
style.wpcf7.css:        Contact Form Styles.

*.less files:           Used for generating the .css files. Optional.

*****************/
/** fancy posts / 2 column layout template */
.fancy_posts {
  padding-top: 5px;
}
/*blog*/
.boho_blog_more {
  display: inline-block;
}
div.blog-summary {
  text-align: center;
}
#the-loop div.blog-single {
  margin-bottom: 60px;
}
div.blog {
  margin-bottom: 20px;
  /* full width blog post */
}
div.blog.blog-summary.boho_post_style_clear {
  clear: left;
}
div.blog.blog-summary.boho_post_style_1 {
  width: 48%;
  margin-bottom: 30px;
  float: left;
}
div.blog.blog-summary.boho_post_style_1 .blog_header {
  margin: 1.3em 0 0.7em;
  position: relative;
}
div.blog.blog-summary.boho_post_style_1 .blog_header .entry-title {
  width: 100%;
  font-size: 24px;
  padding: 0;
  margin: 0;
  line-height: 1.5em;
}
div.blog.blog-summary.boho_post_style_1.boho_post_style_last {
  margin-left: 18px;
}
@media only screen and (max-width: 768px) {
  body.responsive_enabled div.blog.blog-summary.boho_post_style_1.boho_post_style_last {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.responsive_enabled div.blog.blog-summary.boho_post_style_1 {
    width: auto;
    max-width: 100%;
    float: none;
    clear: left;
  }
}
div.blog.blog-summary.boho_post_style_4 {
  width: 100%;
  margin-bottom: 100px;
  float: left;
  clear: left;
}
div.blog.blog-summary.boho_post_style_4 .blog_summary_holder {
  display: table;
  table-layout: fixed;
}
div.blog.blog-summary.boho_post_style_4 .blog_summary_holder .blog_image,
div.blog.blog-summary.boho_post_style_4 .blog_summary_holder .blog_summary_wrap {
  display: table-cell;
  width: 2%;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  div.blog.blog-summary.boho_post_style_4 .blog_summary_holder {
    display: block;
  }
  div.blog.blog-summary.boho_post_style_4 .blog_summary_holder .blog_image,
  div.blog.blog-summary.boho_post_style_4 .blog_summary_holder .blog_summary_wrap {
    display: block;
    width: 100%;
  }
}
div.blog.blog-summary.boho_post_style_4 .blog_summary_wrap {
  padding-top: 0;
  padding-left: 20px;
}
div.blog.blog-summary.boho_post_style_4 .blog_header {
  margin: 0 0 30px;
  position: relative;
  text-align: left;
}
div.blog.blog-summary.boho_post_style_4 .blog_header .entry-title {
  width: 100%;
  font-size: 24px;
  padding: 0;
  margin: 0;
  line-height: 1.5em;
}
@media only screen and (max-width: 768px) {
  body.responsive_enabled div.blog.blog-summary.boho_post_style_4 {
    clear: left;
    max-width: 100%;
  }
}
div.blog .blog_content_wrap {
  position: relative;
  padding: 0;
  margin-top: 5px;
  text-align: center;
}
div.blog .blog_content_wrap .blog_date {
  z-index: 10;
  top: -10px;
  left: 24px;
  position: absolute;
  padding-top: 0;
  width: 64px;
  height: 72px;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  div.blog .blog_content_wrap .blog_date {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  div.blog .blog_content_wrap .blog_date {
    display: none;
  }
}
div.blog .blog_content_wrap .blog_date span {
  display: block;
  width: 64px;
  text-transform: uppercase;
  font-size: 20px;
  height: 20px;
}
div.blog .blog_content_wrap .blog_content {
  text-align: left;
}
div.blog .blog_content_wrap .blog_content:after {
  content: "";
  display: table;
  clear: both;
}
div.blog .blog_summary_wrap {
  padding-left: 0px;
  padding-top: 20px;
  text-align: left;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  div.blog .blog_summary_wrap {
    padding-left: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  div.blog .blog_summary_wrap {
    padding-left: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  div.blog .blog_summary_wrap .blog_date {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  div.blog .blog_summary_wrap .blog_date {
    display: none;
  }
}
div.blog .blog_image {
  position: relative;
}
div.blog .blog_image img {
  display: block;
  max-width: 100%;
  height: auto;
}
div.blog.blog-single.boho_image_style_2 .blog_image {
  float: right;
  width: 300px;
  margin: 0 0 20px 20px;
}
div.blog.blog-single.boho_image_style_3 .blog_image {
  float: left;
  width: 300px;
  margin: 0 20px 20px 0;
}
div.blog.blog-single.boho_image_style_4 .blog_image {
  display: none;
}
.category_image {
  margin-bottom: 20px;
  text-align: center;
}
div.blog .blog_header a,
div.blog .blog_header a:link,
div.blog .blog_header a:visited {
  text-decoration: none;
}
div.blog .blog_header a:hover {
  text-decoration: underline;
}
.blog_summary {
  margin-top: 0.9em;
}
.blog_full {
  margin-top: 20px;
  min-height: 150px;
}
.blog_thumb .thumb_thumb_decoration {
  position: absolute;
  display: block;
  width: 138px;
  height: 138px;
  border: 1px solid #FFF;
  margin-left: 3px;
  opacity: 0.5;
  margin-top: 3px;
}
.blog_text p {
  margin: 0 0 10px 0;
  padding: 0;
}
div.blog-single .blog_header {
  margin: 0 0 1.2em 0;
  /* margin-left:90px; */
  /* uncomment to display blog date on inner page */
}
.blog-single .blog_image {
  margin-bottom: 15px;
}
.blog_links {
  margin-top: 1.5em;
  padding: 8px 0;
  position: relative;
  font-size: 14px;
  clear: both;
  text-align: right;
}
.blog_links:before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 1px;
}
.blog_links:after {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 1px;
}
.blog_links a,
.blog_links a:link,
.blog_links a:visited {
  font-size: 14px;
}
.blog_links_sep {
  padding: 0 9px;
}
.blog_links ul {
  list-style: none;
  margin: 7px 0 0 0;
  padding: 0;
  position: relative;
}
.blog_links ul li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0 15px 0 0;
  position: relative;
}
.blog_links ul li:after {
  right: 6px;
  position: absolute;
  content: "";
  top: 5px;
  border-radius: 50%;
  height: 2px;
  width: 2px;
}
.blog_links a,
.blog_links a:link,
.blog_links a:visited {
  text-decoration: none;
}
.blog_links a:hover {
  text-decoration: underline;
}
/* other */
/* Assistive text */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
  background: #E7E2AF;
  border-bottom: 1px solid #ddd;
  color: #1982d1;
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}
/* Image borders */
.wp-caption img {
  border-color: #E7E2AF;
}
ul.dtbaker-page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul.dtbaker-page-numbers li {
  display: block;
  float: left;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 5px;
  /*background-image:url(images/pink/circle-bg-lg.png);*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
ul.dtbaker-page-numbers li span,
ul.dtbaker-page-numbers li a {
  display: inline-block;
  padding-left: 6px;
  padding-right: 9px;
  padding-top: 6px;
}
ul.dtbaker-page-numbers li a span {
  padding: 0;
}
ul.dtbaker-page-numbers li span,
ul.dtbaker-page-numbers li .current,
ul.dtbaker-page-numbers li .current:hover {
  font-weight: bold;
  text-decoration: underline;
}
.dtbaker-page-numbers a:hover,
.dtbaker-page-numbers li > span,
.dtbaker-page-numbers.current,
.dtbaker-page-numbers.current:hover {
  text-decoration: none;
}
.dtbaker-page-numbers:hover {
  text-decoration: none;
}
