/* color options:
 name background forground midcolor highlight
*/
/*General Content*/
img {
  border: 0;
}
a,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.clear {
  margin: 0;
  padding: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
p {
  margin: 0 0 1em 0;
}
h1 {
  margin-top: 0px;
  font-weight: normal;
  line-height: 1em;
}
h2 {
  margin-top: 0px;
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 15px;
}
hr {
  border: 0;
  color: #e7e7e7;
  background-color: #e7e7e7;
  height: 1px;
  width: 100%;
  clear: both;
}
h1 span,
h2 span {
  text-shadow: none !important;
}
/* shortcodes */
/* shortcodes */
/* line */
.dtbaker_line_heart {
  background-image: url(images/divider-heart.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1250px 12px;
  height: 12px;
  width: 100%;
  position: relative;
  clear: both;
  margin: 0 0 1em 0;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .dtbaker_line_heart {
    background-image: url(images/2x/divider-heart.png);
  }
}
.dtbaker_line_bird {
  background-image: url(images/divider-bird.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1250px 15px;
  height: 15px;
  width: 100%;
  position: relative;
  clear: both;
  margin: 0 0 1em 0;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .dtbaker_line_bird {
    background-image: url(images/2x/divider-bird.png);
  }
}
.dtbaker_line_circle {
  height: 64px;
  width: 100%;
  position: relative;
  clear: both;
  margin: 0 0 1em 0;
  overflow: visible;
  text-align: center;
  color: #FFF;
  font-size: 21px;
  line-height: 61px;
  z-index: 0;
}
.dtbaker_line_circle:before {
  background-image: url(images/circle-blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  height: 64px;
  width: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .dtbaker_line_circle:before {
    background-image: url(images/2x/circle-blue.png);
  }
}
.dtbaker_line_circle:after {
  border-top: 1px solid #d3eef5;
  border-bottom: 1px solid #d3eef5;
  position: absolute;
  content: '';
  top: 28px;
  left: 0;
  right: 0;
  height: 4px;
  z-index: -2;
}
.dtbaker_line_rectangle {
  position: relative;
  clear: both;
  margin: 34px auto 42px;
  height: 2px;
  overflow: visible;
  text-align: center;
  z-index: 0;
  border-top: 1px solid #d3eef5;
}
.dtbaker_line_rectangle div {
  border: 1px solid #d3eef5;
  border-radius: 8px;
  background: #FFF;
  display: inline-block;
  margin: 0 auto;
  color: #d3eef5;
  font-size: 20px;
  line-height: 27px;
  padding: 7px 20px;
  top: -23px;
  position: relative;
}
.dtbaker_icon_horizontal {
  min-height: 64px;
  line-height: 64px;
  font-size: 1.1em;
  position: relative;
  margin: 0 0 17px;
  display: block;
}
.dtbaker_icon_horizontal .icon_bg {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  position: absolute;
  text-align: center;
  font-size: 32px;
  line-height: 65px;
  text-indent: 1px;
  color: #FFF;
}
.dtbaker_icon_horizontal .icon_text {
  margin-left: 76px;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: middle;
}
.dtbaker_icon_horizontal .icon_text .icon_title {
  font-size: 22px;
  margin: 0 0 5px;
  position: relative;
}
.dtbaker_icon_vertical {
  width: 24%;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  margin: 0 0 30px;
}
.dtbaker_icon_vertical .fa {
  font-size: 39px;
}
.dtbaker_icon_vertical .icon_title {
  font-size: 20px;
  margin: 0.6em 0 0;
  position: relative;
}
.dtbaker_icon_vertical .icon_title:after {
  content: '';
  position: absolute;
  left: 44px;
  right: 44px;
  border-bottom: 1px solid #d3eef7;
  bottom: -14px;
}
.dtbaker_icon_vertical .icon_text {
  margin-top: 1.6em;
  color: #978b75;
}
/* google map */
.googlemap_placeholder {
  display: table;
  text-align: center;
  width: 100%;
  background: #a1c4ff;
}
.googlemap_placeholder span {
  display: table-cell;
  vertical-align: middle;
}
a.dtbaker_button,
a.dtbaker_button:link,
a.dtbaker_button:visited {
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  padding: 3px 8px;
  line-height: 14px;
  text-decoration: none;
  text-align: center;
  background: #cbe4e9;
  color: #FFF;
  font-weight: bold;
}
a.dtbaker_button.larger {
  font-size: 14px;
}
a.dtbaker_button_light,
a.dtbaker_button_light:link,
a.dtbaker_button_light:visited {
  font-size: 12px;
  border-radius: 2px;
  padding: 0 8px;
  line-height: 14px;
  text-decoration: none;
  text-align: center;
  background: #f3dbab;
  border: 1px solid #ead19b;
  color: #4c4638;
  text-shadow: none;
}
a.dtbaker_button_light.larger {
  font-size: 14px;
}
/** fancy posts shortcode */
.fancy_posts {
  padding-top: 5px;
}
div.blog.fancy_post {
  width: 47%;
  margin: 0 0 5% 0;
  float: left;
}
@media only screen and (max-width: 479px) {
  div.blog.fancy_post {
    width: 100%;
    clear: left;
  }
}
div.blog.fancy_post.first_row {
  clear: left;
  margin-right: 5%;
}
div.blog.fancy_post .blog_summary_wrap {
  margin-left: 0;
}
div.blog.fancy_post .blog_summary_wrap .blog_header {
  margin: 0.5em 0 0.7em;
  line-height: 1.8em;
}
div.blog.fancy_post .blog_summary_wrap .blog_date {
  position: relative;
  left: auto;
  width: 46px;
  margin-top: -2px;
}
div.blog.fancy_post .blog_summary_wrap .blog_date span.month {
  font-size: 12px;
  margin-top: 1px;
}
div.blog.fancy_post .blog_summary_wrap .blog_date span.day {
  font-size: 16px;
  height: 15px;
}
div.blog.fancy_post .blog_summary_wrap .blog_date span.year {
  font-size: 12px;
}
div.blog.fancy_post .blog_summary_wrap .blog_date:after,
div.blog.fancy_post .blog_summary_wrap .blog_date div {
  border-width: 12px 28px 0 28px;
}
div.blog.fancy_post .blog_summary_wrap .blog_date div:before {
  border-width: 11px 25px 0 25px;
  left: -25px;
}
div.blog.fancy_post .blog_summary_wrap .blog_date div:after {
  border-width: 11px 24px 0 24px;
  left: -24px;
}
/** fancy image */
.fancy_border {
  border: 1px solid #e8e6d9;
  padding: 2px;
  border-radius: 8px;
}
.fancy_border img {
  border-radius: 8px;
}
.page_header_fancy:after {
  border: 1px solid #e8e6d9;
  padding: 3px;
  border-radius: 8px;
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  z-index: 0;
  bottom: -3px;
}
.page_header_fancy {
  padding: 20px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  margin: 3px 3px 20px;
  background-image: url(images/bg-widget.png);
  background-repeat: repeat;
  background-size: 289px 285px;
  background-position: 29px 81px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .page_header_fancy {
    background-image: url(images/2x/bg-widget.png);
  }
}
.page_header_fancy h1 {
  padding: 0;
  margin: 0;
}
.fancy_image {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  max-width: 100%;
}
.fancy_image img {
  max-width: 100% !important;
  display: block;
  /*height: 100%;*/
  height: auto;
}
/*gallery*/
.gallery {
  margin: 0 auto 0 auto;
}
.gallery-slider {
  margin: 0 auto 2em auto;
}
.gallery-item {
  float: left;
  margin: 0 4.9% 2em 0;
  text-align: center;
  width: 30%;
  position: relative;
}
.gallery-item-last {
  margin-right: 0 !important;
}
.gallery-dtbaker-profile .gallery-icon-inner {
  border-radius: 0;
  display: inline-block;
  margin: 0;
  text-align: left;
  border: 1px solid #d3eef7;
  padding: 3px;
  line-height: 0;
}
.gallery-dtbaker-profile .gallery-icon a {
  border: 2px solid #d1eef4;
  line-height: 0;
}
.gallery-dtbaker-profile .dtbaker-pretty-title {
  margin: 0.3em 0;
}
.gallery-dtbaker-profile .wp-caption-text {
  font-size: 1.1em;
  text-transform: uppercase;
}
.gallery-dtbaker-pretty .gallery-icon {
  border: 1px solid #e8e6d9;
  padding: 3px;
  border-radius: 8px;
  line-height: 0;
  margin: 0;
}
.gallery-icon-inner {
  border-radius: 8px;
}
.gallery-icon-inner a {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
  max-width: 100%;
  text-align: left;
}
.gallery-dtbaker-pretty .gallery-icon img {
  border-radius: 8px;
}
.gallery-icon img {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.gallery-dtbaker-pretty .gallery-icon img {
  max-width: 70%;
}
.gallery-caption {
  margin-left: 0;
}
.gallery-dtbaker-pretty .dtbaker-pretty-title {
  position: absolute;
  top: 29px;
  right: 3px;
  padding: 2px 14px 0 14px;
  font-size: 33px;
  text-shadow: 2px 2px rgba(255, 255, 255, 0.6);
}
.gallery-dtbaker-pretty .gallery-caption.wp-caption-text {
  position: absolute;
  bottom: 4px;
  right: 3px;
  background-image: url(images/category-ribbon-white.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 500px 23px;
  height: 23px;
  padding: 2px 8px 0 14px;
  font-size: 16px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .gallery-dtbaker-pretty .gallery-caption.wp-caption-text {
    background-image: url(images/2x/category-ribbon-white.png);
  }
}
img#wpstats {
  display: block;
  margin: 0 auto 1.625em;
}
.gallery-dtbaker-flex {
  margin-bottom: 0 !important;
}
.entry-content .gallery-columns-2.gallery-dtbaker-flex .gallery-item {
  width: 48%;
  margin: 0 3.4% 1.3em 0;
}
.gallery-dtbaker-flex .gallery-item img {
  padding: 2px;
}
.gallery-columns-2 .gallery-item {
  width: 32%;
  margin: 0 9%;
}
.entry-content .gallery-columns-4 .gallery-item {
  width: 23%;
  margin-right: 2.5%;
}
.gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto;
}
.gallery img,
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .googlemap img {
  max-width: inherit;
}
/* post images and alignment  */
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px 0;
  border-radius: 3px;
}
.wp-caption-dt {
  display: inline;
}
.wp-caption-text {
  text-align: center;
  margin: 0 0 4px 0;
  padding: 0;
  font-size: 11px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.opening_hours strong {
  display: inline-block;
  width: 75px;
  padding: 0 0 0 6px;
}
.full_width {
  width: 100%;
}
.one_half {
  width: 49% !important;
  margin-right: 2% !important;
}
.one_half.last_column {
  width: 49% !important;
  margin-right: 0px !important;
}
.one_third {
  width: 32% !important;
  margin-right: 2% !important;
}
.one_third.last_column {
  width: 32% !important;
  margin-right: 0px !important;
}
.two_third {
  width: 66% !important;
  margin-right: 2% !important;
}
.two_third.last_column {
  width: 66% !important;
  margin-right: 0px !important;
}
.one_fourth {
  width: 23.5% !important;
  margin-right: 2% !important;
}
.one_fourth.last_column {
  width: 23.5% !important;
  margin-right: 0px !important;
}
.three_fourth {
  width: 74.5% !important;
  margin-right: 2% !important;
}
.three_fourth.last_column {
  width: 74.5% !important;
  margin-right: 0px !important;
}
.one_fifth {
  width: 18.4% !important;
  margin-right: 2% !important;
}
.one_fifth.last_column {
  width: 18.4% !important;
  margin-right: 0px !important;
}
.two_fifth {
  width: 39% !important;
  margin-right: 2% !important;
}
.two_fifth.last_column {
  width: 39% !important;
  margin-right: 0px !important;
}
.three_fifth {
  width: 59% !important;
  margin-right: 2% !important;
}
.three_fifth.last_column {
  width: 59% !important;
  margin-right: 0px !important;
}
.four_fifth {
  width: 79.6% !important;
  margin-right: 2% !important;
}
.four_fifth.last_column {
  width: 79.6% !important;
  margin-right: 0px !important;
}
.one_sixth {
  width: 15% !important;
  margin-right: 2% !important;
}
.one_sixth.last_column {
  width: 15% !important;
  margin-right: 0px !important;
}
@media screen and (max-width: 600px) {
  .full_width,
  .one_half,
  .one_third,
  .two_third,
  .one_fourth,
  .three_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth {
    clear: both;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 1em;
  }
  .full_width.last_column,
  .one_half.last_column,
  .one_third.last_column,
  .two_third.last_column,
  .one_fourth.last_column,
  .three_fourth.last_column,
  .one_fifth.last_column,
  .two_fifth.last_column,
  .three_fifth.last_column,
  .four_fifth.last_column,
  .one_sixth.last_column {
    clear: both;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 1em;
  }
}
.dtbaker-icon-truck {
  background-image: url(images/truck.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 60px;
  margin: 11px 0 0 0;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .dtbaker-icon-truck {
    background-image: url(images/2x/truck.png);
  }
}
