/** 
 * Theme Name: Beautiful Watercolor 
 * Theme URI: https://themeforest.net/item/beautiful-watercolor/14157442 
 * Description: Beautiful Watercolor WordPress theme by dtbaker 
 * Version: 1.6.22 
 * Author: dtbaker 
 * Author URI: http://dtbaker.net 
 * Text Domain: beautiful-watercolor 
 * License: ThemeForest 
 * License URI: http://themeforest.net/wiki/support/legal-terms/licensing-terms/ 
 */ 
/*! dtbaker-themes - v1.0.2  */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Page Widths
# Elements
# Forms
# Page Background
# Header & Logo
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Sidebar
# Footer
# Blog
    ## Blog Post Summary
    ## Blog Columns
    ## Post Navigation
# Content
    ## Page Title
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Plugin CSS
	## Elementor Tweaks
	## Instagram Widgets
	## Social Icons Widget
	## Contact Form 7
	## WooCommerce


--------------------------------------------------------------*/
/**
* Core website structure  (body /  headers / sidebars / footer )
*/
html,
body {
  min-height: 100%;
}
html {
  position: relative;
}
body {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  line-height: 1.7em;
}
.responsive_enabled #holder {
  min-width: 0;
}
#wrapper {
  margin: 0 auto;
  padding: 0 15px;
  /*max-width:984px;*/
  max-width: 1170px;
  position: relative;
}
#footer_inner {
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 30px 0;
}
#header {
  text-align: center;
}
#page_bottom {
  clear: both;
}
#page_style_wrap.with-left-sidebar,
#page_style_wrap.with-right-sidebar {
  overflow: hidden;
  margin: -10px;
  padding: 10px;
}
#page_style_transparent {
  padding: 0;
  min-height: 300px;
  position: relative;
}
#page_style_transparent .beautiful_page_header {
  display: none;
}
#page_style_transparent .location .beautiful_page_header {
  display: block;
}
#page_style_no_title,
#page_style_normal {
  padding: 0;
  min-height: 300px;
  position: relative;
}
#page_style_no_title .beautiful_page_header {
  display: none;
}
#column_wrapper {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
}
#column_wrapper .content_main {
  float: left;
  width: 200%;
  position: relative;
}
#column_wrapper .content_main.with-right-sidebar {
  right: 100%;
}
#column_wrapper .content_main_wrap {
  float: right;
  width: 50%;
  position: relative;
}
#column_wrapper .content_main.with-right-sidebar .content_main_wrap {
  left: 50%;
  float: left;
}
#column_wrapper .content_main.with-left-sidebar .content_main_data {
  position: relative;
  right: 100%;
  /*overflow: hidden;*/
  padding-left: 30px;
}
#column_wrapper .content_main.with-right-sidebar .content_main_data {
  /*overflow: hidden;*/
  padding-right: 30px;
}
#column_wrapper .content_main.with-left-sidebar .sidebar {
  float: left;
  position: relative;
}
#column_wrapper .content_main.with-right-sidebar .sidebar {
  float: right;
  position: relative;
}
.content_main_data {
  ms-word-wrap: break-word;
  word-wrap: break-word;
}
.page .content_main_data {
  position: relative;
}
.page_title_text:after,
#content:after {
  content: "";
  display: table;
  clear: both;
}
.page_title_text {
  padding-bottom: 20px;
}
.entry-content {
  position: relative;
}
/** widget **/
#header_widgets {
  margin-bottom: 30px;
}
#footer_wrapper .widget-area.columns-3 {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 30px 0;
}
#footer_wrapper .widget-area.columns-3 .widget {
  display: table-cell;
  width: 2%;
  padding: 10px;
  position: relative;
  vertical-align: top;
}
#footer_wrapper .widget-area.columns-3 .widget:only-child {
  width: 100%;
}
#footer_wrapper.background #footer_widgets {
  margin-top: 40px;
}
#footer_wrapper.background #footer_widgets .widget-area.columns-1 .widget {
  padding-bottom: 80px;
}
#footer_wrapper.background #footer_widgets .widget-area.columns-1 .widget-title {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  margin: -75px 0 0 -22px;
  text-align: left !important;
  text-indent: 22px;
  padding: 8px 0 8px 0;
}
#footer_wrapper.background #footer_widgets .widget-area.columns-1 .widget_content {
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  padding: 15px;
}
#footer_wrapper.background #footer_widgets .widget-area.columns-3 {
  padding-top: 50px;
  margin: 0 -10px;
}
#footer_wrapper.background #footer_widgets .widget-area.columns-3 .widget-title {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  margin: -75px 0 0 -22px;
  text-align: left !important;
  text-indent: 22px;
  padding: 8px 0 8px 0;
}
#footer_wrapper.background #footer_widgets .widget-area.columns-3 .widget_content {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  min-height: 200px;
  padding: 22px;
  color: #FFF;
}
#footer_wrapper.background #footer_widgets .widget-area .footer_row {
  width: 100%;
  display: table;
}
.widget_content {
  position: relative;
  line-height: 1.7em;
}
.widget_content:after {
  content: "";
  display: table;
  clear: both;
}
.widget-area.columns-1 .widget {
  width: 100%;
}
.widget-area.columns-3 .widget ul li a {
  padding-left: 9px;
}
.sidebar .widget {
  clear: both;
  text-align: left;
  margin: 0 0 35px 0;
  line-height: normal;
  padding: 0;
  position: relative;
}
.widget a {
  /*font-weight: bold;*/
  text-decoration: none;
}
.widget p {
  margin: 0 0 10px;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
  text-decoration: underline;
}
.widget ul {
  margin: 0;
  /*0 6px 0 10px !important;*/
  padding: 0;
  list-style: none;
}
.widget ul ul {
  margin-left: 1em;
}
.widget ul li {
  margin: 0px;
  padding: 0;
  line-height: inherit;
}
.widget ul li a {
  padding: 8px 5px;
  display: inline-block;
}
.widget_content > ul > li > a,
.widget div > ul > li ul.children a,
.widget ul > li ul.children a,
.widget div > ul > li.has-children > a,
.widget ul > li.has-children > a {
  display: block;
  position: relative;
}
.widget ul .widget ul li a,
.widget ul li a:link,
.widget ul li a:visited,
.widget-title {
  text-decoration: none;
}
.widget ul li a:hover {
  /*color:#9a7138;*/
}
.widget-title {
  font-weight: normal;
  z-index: 80;
  text-align: left;
  margin: 0;
  padding: 2px 0 20px 0;
}
/* Calendar Widget */
#calendar_wrap {
  padding-left: 7px;
}
.widget_calendar #wp-calendar {
  width: 95%;
  text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
  text-align: center;
}
.widget_calendar #wp-calendar caption {
  font-size: 11px;
  font-weight: 500;
  padding: 5px 0 3px 0;
  text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
  border-top: 1px solid #edebdf;
  border-bottom: 1px solid #edebdf;
  font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
  border-top: 1px solid #edebdf;
  border-bottom: 1px solid #edebdf;
}
.widget_calendar a {
  font-weight: bold;
  text-decoration: underline;
}
/* social */
.widget_social_icons-description span {
  width: auto;
}
.widget_social_icons a.webicon:hover,
.widget_social_icons a.webicon {
  margin: 5px;
}
p.widget_social_icons_size_large {
  margin: 0 -6px;
}
/*categories*/
.widget.widget_recent_entries ul li {
  padding-bottom: 5px;
}
.widget_archive li,
.widget_categories li {
  position: relative;
}
.widget_archive li span,
.widget_categories li span {
  /*margin:-21px 5px 0 0;*/
  float: right;
}
.widget_rss li {
  padding: 5px;
  margin: 0 5px;
  border: 1px solid #EFEFEF;
}
.widget_rss li span,
.widget_rss li div,
.widget_rss li cite {
  padding: 5px;
}
.widget_recent_entries li a {
  /*font-weight: bold;*/
}
.widget_recent_entries li > span {
  display: block;
  padding: 0px 0 5px 10px;
  font-style: italic;
  font-size: 0.8em;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.sticky {
  /**/
}
.gallery-caption {
  /**/
}
/* Comment Form */
/* =Comments
----------------------------------------------- */
/* dtbaker_banner header */
#comment_title .full_banner .content {
  display: block;
  width: 100%;
  margin-top: -3px;
}
#comment_title .full_banner .content #comment_share {
  float: right;
  margin-top: -7px;
  line-height: 20px;
}
#comment_title .full_banner .content #comment_share .widget_social_icons a {
  margin: 5px 3px;
}
#comments-title {
  font-weight: normal;
  margin: 2em 0 0 0;
}
.nopassword,
.nocomments {
  color: #aaa;
  font-size: 24px;
  font-weight: 100;
  margin: 26px 0;
  text-align: center;
}
.commentlist {
  list-style: none;
  margin: 20px 0 0 88px;
  padding: 0;
}
.commentlist li {
  margin: 0 0 21px 0;
  padding: 0;
}
.commentlist .children li {
  margin-bottom: 10px;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
  width: 100%;
  /* reset the width for the one-column and sidebar page layout */
}
.commentlist div.comment {
  margin: 0;
  padding: 10px;
  position: relative;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
#reviews .commentlist > li.comment {
  background: #FFF;
}
.commentlist .pingback {
  margin: 0 0 1.625em;
  padding: 0 1.625em;
}
.commentlist .children {
  position: relative;
  list-style: none;
  margin: -4px 0 0 0;
  padding: 26px 0 0 24px;
}
/*
.commentlist .children li.comment {
    background: #fff;
    border-left: 1px solid #ddd;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin: 1.625em 0 0;
    padding: 1.625em;
    position: relative;
}*/
.commentlist .children li.comment .fn {
  display: block;
}
.comment-meta .fn {
  font-style: normal;
}
.comment-meta {
  font-size: 12px;
  line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
  line-height: 1.625em;
  margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
  margin: 1.625em 0 0;
}
.commentlist .reply {
  text-align: right;
}
.comment-meta a {
  font-weight: bold;
}
.commentlist .avatar {
  border-radius: 3px;
  /*-webkit-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;*/
  left: -90px;
  padding: 0;
  position: absolute;
  top: 0;
}
/*
#blog_comments .commentlist > li:before {
    content: url(../../../assets/image/theme/comment-arrow.png);
    left: -21px;
    position: absolute;
}
.commentlist > li.pingback:before {
    content: '';
}*/
.commentlist .children .avatar {
  background: none;
  box-shadow: none;
  left: 10px;
  padding: 0;
  top: 10px;
}
a.comment-reply-link {
  margin: 8px 0 0 0;
  border: 0 !important;
  color: #3989C8;
  font-weight: normal;
  padding: 4px 9px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
  color: #EFA80F;
}
a.comment-reply-link > span {
  display: inline-block;
  position: relative;
  top: -1px;
}
/* Post author highlighting */
.commentlist > li.bypostauthor {
  /*border-color: #d3d3d3;*/
}
.commentlist > li.bypostauthor .comment-meta {
  color: #575757;
}
/*
.commentlist > li.bypostauthor:before {
    content: url(../../../assets/image/theme/comment-arrow-bypostauthor.png);
}
.commentlist .children > li.bypostauthor {
    background: #fafafa;
    border-color: #d3d3d3;
}
*/
/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
  margin-left: 102px;
  width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
  width: auto;
}
#respond input[type="text"],
#respond input[type="email"],
#respond textarea {
  position: relative;
  padding: 8px;
  margin-left: 80px;
  display: block;
  width: 82%;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
  display: inline-block;
  font-size: 13px;
  z-index: 1;
  position: absolute;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
}
#respond textarea {
  resize: vertical;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
  color: #CCC;
  font-size: 15px;
  position: absolute;
  z-index: 1;
  top: 2px;
  right: -18px;
}
#respond .comment-notes,
#respond .logged-in-as {
  font-size: 13px;
}
#respond .logged-in-as a:hover,
.commentlist #respond {
  margin: 1.625em 0 0;
  width: auto;
}
#reply-title {
  /*color: #373737;*/
  margin: 10px 0;
  padding: 0;
  display: none;
}
.commentlist #reply-title {
  display: block;
}
#cancel-comment-reply-link {
  float: right;
}
#respond label {
  line-height: 2.2em;
}
#respond p {
  font-size: 12px;
  margin: 11px 0;
  padding: 0;
}
#respond p.form-submit {
  margin-left: 78px;
}
p.comment-form-comment {
  margin: 0;
}
.form-allowed-tags {
  display: none;
}
/* 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: 0 0 20px;
  font-weight: normal;
  line-height: 1em;
}
h2 {
  margin: 0 0 0.6em 0;
  font-weight: normal;
}
h3 {
  margin: 0 0 0.4em 0;
  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 */
/* 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;
}
.widget.woocommerce .button,
.widget.woocommerce .button:hover,
#respond input#submit {
  /*background-image: url(../../../assets/image/theme/banner-flag-sml-tile.png);*/
  background-repeat: repeat;
  background-size: 100% 100%;
  line-height: 14px;
  text-decoration: none;
  text-align: center;
  border: 0;
  display: inline;
  min-height: 36px;
  border-radius: 5px;
  cursor: pointer;
}
/** fancy image */
.fancy_border {
  border: 2px solid #000;
  padding: 2px !important;
  background: #FFF;
}
.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 .border2 {
  margin: 11px;
}
.gallery-item {
  float: left;
  margin: 0 4.9% 2em 0;
  text-align: center;
  width: 30%;
  position: relative;
}
.gallery-item-first {
  clear: left;
}
.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: block;
  margin: 0;
  padding: 0;
  line-height: 0;
  max-width: 100%;
  text-align: left;
}
.gallery-icon {
  margin: 0;
  padding: 0;
}
.gallery-icon img {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
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;
}
.entry-content .gallery-columns-1 .gallery-item {
  width: 100%;
  margin: 0 0 2em;
}
.entry-content .gallery-columns-2 .gallery-item {
  width: 32%;
  margin: 0 9% 2em;
}
.entry-content .gallery-columns-4 .gallery-item {
  width: 23%;
  margin-right: 2.5%;
}
.entry-content .gallery-columns-5 .gallery-item {
  width: 18.7%;
  margin-right: 1.3%;
}
.entry-content .gallery-columns-6 .gallery-item {
  width: 16%;
  margin-right: 0.5%;
}
.entry-content .gallery img {
  width: 100%;
  height: auto;
}
.beautiful_box_style img,
.gallery img,
.sidebar 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: 4px;
  margin: 10px 0;
  border-radius: 3px;
  max-width: 100%;
}
.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: 106px;
  padding: 0 0 0 6px;
}
.beautiful_box_style_box {
  position: relative;
}
.beautiful_box_style_box .beautiful_box_wrap {
  padding-top: 5px;
}
.beautiful_box_style_box .beautiful_box_wrap .beautiful_box_content {
  padding: 15px 20px;
}
.beautiful_box_style_box .beautiful_box_wrap .beautiful_box_content:after {
  content: "";
  display: table;
  clear: both;
}
.beautiful_box_style_box .beautiful_box_wrap .beautiful_box_content h2.wpb_heading {
  text-align: center;
}
.beautiful_box_style_circle {
  position: relative;
  opacity: 0;
  padding: 0 16px 8px 0;
}
.beautiful_circle_wrap {
  width: 100%;
  position: relative;
  border-radius: 50%;
  padding: 5px;
}
.beautiful_circle_wrap .beautiful_circle_border {
  position: relative;
  border-radius: 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.beautiful_circle_wrap .beautiful_circle_border .beautiful_circle_align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #000;
}
.wu-current-conditions .wu-day-title {
  width: 46%;
}
/* location plugin stuff */
.location.entry-content,
.location.beautiful_box_style {
  margin-bottom: 30px;
}
.dtbaker_location_google_map img {
  max-width: none !important;
}
.blog_content .location_map {
  width: 50%;
  float: right;
}
.location_map {
  margin-bottom: 40px;
  border: 4px solid rgba(0, 0, 0, 0.09);
}
.location_sub_cats {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.7em;
}
.location_sub_cats li {
  list-style: none;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #edece8;
}
.location_sub_cats li .images {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.location_sub_cats li .location_sub_title {
  margin-bottom: 10px;
  color: #61b5b7;
}
.location_sub_cats li .location_sub_title a {
  color: #61b5b7;
}
.location_sub_cats li .location_sub_description {
  font-size: 0.8em;
  margin-bottom: 10px;
}
.location_sub_cats li:last-child {
  border-bottom: none;
}
.location_pics_and_map {
  text-align: left;
}
.location_pics_and_map .location_map {
  margin-bottom: 0;
}
.location_pics_and_map:after {
  display: table;
  clear: both;
  content: '';
}
nav.breadcrumb-trail {
  padding-bottom: 15px;
}
nav.breadcrumb-trail .trail-browse {
  display: none;
}
nav.breadcrumb-trail .trail-items,
nav.breadcrumb-trail .trail-items li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-indent: 0;
}
nav.breadcrumb-trail .trail-items {
  list-style: none;
}
nav.breadcrumb-trail .trail-items li::after {
  content: "\002F";
  padding: 0 0.5em;
}
nav.breadcrumb-trail .trail-items li:last-of-type::after {
  display: none;
}
.map_buttons {
  margin: 12px 0 0 0;
  text-align: center;
}
.map_buttons a {
  margin: 0 8px 4px;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .map_buttons a {
    display: block;
    margin: 0 0 8px;
  }
}
.simple_slick_slider {
  padding: 40px 40px 10px !important;
}
.simple_slick_slider .border1 {
  margin: 8px;
}
.simple_slick_slider .slickslider-caption {
  text-align: center;
  padding: 10px 0 0 0;
}
.wunderground .widget-title {
  text-align: center;
}
/******************************************/
.border1 {
  box-shadow: 0px 0px 9px 2px #d9d9d9;
  background: #FFF;
  border: 1px solid #eee;
  padding: 8px;
}
.border2 {
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  position: relative;
}
.border2:before,
.border2:after {
  background: none;
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
}
.border2:before {
  width: 40%;
  height: 40%;
  left: -8px;
  top: -8px;
  border-top: 1px solid #b8b8b8;
  border-left: 1px solid #b8b8b8;
}
.border2:after {
  width: 40%;
  height: 40%;
  right: -8px;
  bottom: -8px;
  border-bottom: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
}
.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;
}
@media only screen and (max-width: 768px) {
  .dtbaker_icon_vertical {
    width: 100%;
  }
}
.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;
}
.dtbaker_icon_bubble {
  text-align: center;
  vertical-align: top;
  display: inline-block;
  margin: 0 4px 20px;
  width: auto;
}
.dtbaker_icon_bubble .bubble_wrap {
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: 100% 100%;
  display: table;
}
.dtbaker_icon_bubble .bubble_wrap .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  padding: 0 4px 0 0;
}
.dtbaker_icon_bubble .icon_title {
  font-size: 20px;
  margin: 0.6em 0 0;
  position: relative;
}
.dtbaker_icon_bubble .icon_title:after {
  content: '';
  position: absolute;
  left: 44px;
  right: 44px;
  border-bottom: 1px solid #d3eef7;
  bottom: -14px;
}
.dtbaker_icon_bubble .icon_text {
  margin-top: 1.6em;
  color: #978b75;
}
.widget .widget_content .widget_contact_us_widget {
  text-align: center;
}
.widget .widget_content .widget_contact_us_widget.widget_contact_us_widget_size_small .fa {
  font-size: 22px;
}
.widget .widget_content .widget_contact_us_widget.widget_contact_us_widget_size_medium .fa {
  font-size: 27px;
}
.widget .widget_content .widget_contact_us_widget.widget_contact_us_widget_size_large .fa {
  font-size: 35px;
}
.widget .widget_content .widget_contact_us_widget a.fa {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #FFF;
  padding: 8px 15px 8px 9px;
  margin: 4px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.widget .widget_content .widget_contact_us_widget a.fa:hover {
  text-decoration: none;
}
/** line shortcode */
.dtbaker_line_arrow {
  background-image: url(../../../assets/image/theme/line-arrow-left.png), url(../../../assets/image/theme/line-arrow-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top right;
  background-size: 17px 21px, 66px 21px;
  height: 21px;
  position: relative;
  clear: both;
  margin: 0 0 1em 0;
}
.dtbaker_line_arrow:before {
  height: 1px;
  position: absolute;
  content: '';
  top: 10px;
  left: 16px;
  right: 64px;
  bottom: 0;
  border-top: 1px solid #89898A;
}
.dtbaker_line_dash {
  background-image: url(../../../assets/image/theme/line-dash.png);
  background-repeat: repeat-x;
  background-position: center;
  height: 5px;
  width: 100%;
  position: relative;
  clear: both;
  margin: 0 0 1em 0;
}
.dtbaker_line_heart {
  background-image: url(../../../assets/image/theme/line-hearts.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 59px 17px;
  height: 17px;
  width: 100%;
  position: relative;
  clear: both;
  margin: 0 0 1em 0;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}
.dtbaker_line_heart:before {
  height: 1px;
  position: absolute;
  content: '';
  width: 50%;
  top: 6px;
  left: -35px;
  bottom: 0;
  z-index: -1;
  border-top: 1px solid #89898A;
}
.dtbaker_line_heart:after {
  height: 1px;
  position: absolute;
  content: '';
  width: 50%;
  top: 6px;
  right: -35px;
  bottom: 0;
  z-index: -1;
  border-top: 1px solid #89898A;
}
.dtbaker_line_leaf {
  background-image: url(../../../assets/image/theme/line-leaf.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 12px;
  height: 13px;
  width: 100%;
  position: relative;
  clear: both;
  margin: 0 0 1em 0;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}
.dtbaker_line_leaf:before {
  height: 1px;
  position: absolute;
  content: '';
  width: 50%;
  top: 6px;
  left: -30px;
  bottom: 0;
  z-index: -1;
  border-top: 1px solid #89898A;
}
.dtbaker_line_leaf:after {
  height: 1px;
  position: absolute;
  content: '';
  width: 50%;
  top: 6px;
  right: -30px;
  bottom: 0;
  z-index: -1;
  border-top: 1px solid #89898A;
}
.dtbaker_line_flower {
  background-image: url(../../../assets/image/theme/line_flower.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 68px 14px;
  height: 14px;
  width: 100%;
  position: relative;
  clear: both;
  margin: 0 0 1em 0;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}
.dtbaker_line_flower:before {
  height: 1px;
  position: absolute;
  content: '';
  width: 50%;
  top: 6px;
  left: -35px;
  bottom: 0;
  z-index: -1;
  border-top: 1px solid #89898A;
}
.dtbaker_line_flower:after {
  height: 1px;
  position: absolute;
  content: '';
  width: 50%;
  top: 6px;
  right: -35px;
  bottom: 0;
  z-index: -1;
  border-top: 1px solid #89898A;
}
.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 #89898A;
}
.dtbaker_line_rectangle div {
  border: 1px solid #89898A;
  border-radius: 8px;
  background: #FFF;
  display: inline-block;
  margin: 0 auto;
  color: #89898A;
  font-size: 20px;
  line-height: 27px;
  padding: 7px 20px;
  top: -23px;
  position: relative;
}
div.dtbaker_photo_border {
  position: relative;
  display: inline-block;
  max-width: 100%;
  background: #f4f4f4;
  box-shadow: 0px 0px 18px 2px #d9d9d9;
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
}
div.dtbaker_photo_border > div {
  position: relative;
  display: block;
  background: #FFF;
  padding: 8px;
  border: 1px solid #eee;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.dtbaker_photo_border img {
  display: block;
  max-width: 100%;
}
div.dtbaker_photo_border2 {
  position: relative;
  display: inline-block;
  max-width: 100%;
  box-shadow: 0px 0px 18px 2px #d9d9d9;
}
div.dtbaker_photo_border2 > div {
  position: relative;
  display: block;
  background: #FFF;
  padding: 8px;
  border: 1px solid #eee;
}
.dtbaker_photo_border2 img {
  display: block;
  max-width: 100%;
}
/** fancy posts / 2 column layout template */
.fancy_posts {
  padding-top: 5px;
}
/*blog*/
.beautiful_blog_more {
  display: inline-block;
}
div.blog-summary {
  text-align: center;
}
div.blog-summary.beautiful_post_style_clear {
  clear: left;
}
div.blog-summary.beautiful_post_style_1 {
  width: 48%;
  margin-bottom: 30px;
  float: left;
}
div.blog-summary.beautiful_post_style_1 .blog_header {
  margin: 1.3em 0 0.7em;
  position: relative;
}
div.blog-summary.beautiful_post_style_1 .blog_header .entry-title {
  width: 100%;
  font-size: 24px;
  padding: 0;
  margin: 0;
  line-height: 1.5em;
}
div.blog-summary.beautiful_post_style_1.beautiful_post_style_last {
  margin-left: 18px;
}
@media only screen and (max-width: 768px) {
  body.responsive_enabled div.blog-summary.beautiful_post_style_1.beautiful_post_style_last {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.responsive_enabled div.blog-summary.beautiful_post_style_1 {
    width: auto;
    max-width: 100%;
    float: none;
    clear: left;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .responsive_enabled div.blog-summary.beautiful_post_style_1.has-post-thumbnail .blog_image {
    width: 150px !important;
    position: relative;
    float: left;
  }
  .responsive_enabled div.blog-summary.beautiful_post_style_1.has-post-thumbnail .blog_summary_wrap {
    margin-left: 0 !important;
  }
  .responsive_enabled div.blog-summary.beautiful_post_style_1.has-post-thumbnail .blog_summary_wrap .blog_header {
    margin: 0 0 0.4em 170px !important;
  }
  .responsive_enabled div.blog-summary.beautiful_post_style_1.has-post-thumbnail .blog_summary_wrap .blog_summary,
  .responsive_enabled div.blog-summary.beautiful_post_style_1.has-post-thumbnail .blog_summary_wrap .blog_button {
    margin-left: 0;
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .responsive_enabled div.blog-summary.beautiful_post_style_1.has-post-thumbnail .blog_image {
    width: 150px !important;
    position: absolute;
  }
  .responsive_enabled div.blog-summary.beautiful_post_style_1.has-post-thumbnail .blog_summary_wrap {
    margin-left: 0 !important;
  }
  .responsive_enabled div.blog-summary.beautiful_post_style_1.has-post-thumbnail .blog_summary_wrap .blog_header {
    margin: 0 0 0.4em 170px !important;
  }
  .responsive_enabled div.blog-summary.beautiful_post_style_1.has-post-thumbnail .blog_summary_wrap .blog_summary,
  .responsive_enabled div.blog-summary.beautiful_post_style_1.has-post-thumbnail .blog_summary_wrap .blog_button {
    margin-left: 170px;
  }
  .responsive_enabled div.blog-summary.beautiful_post_style_4.has-post-thumbnail .blog_image {
    width: 150px !important;
    position: absolute;
  }
  .responsive_enabled div.blog-summary.beautiful_post_style_4.has-post-thumbnail .blog_summary_wrap {
    margin-left: 0 !important;
  }
  .responsive_enabled div.blog-summary.beautiful_post_style_4.has-post-thumbnail .blog_summary_wrap .blog_header {
    margin: 0 0 0.4em 170px !important;
  }
  .responsive_enabled div.blog-summary.beautiful_post_style_4.has-post-thumbnail .blog_summary_wrap .blog_summary,
  .responsive_enabled div.blog-summary.beautiful_post_style_4.has-post-thumbnail .blog_summary_wrap .blog_button {
    margin-left: 170px;
  }
}
@media only screen and (max-width: 480px) {
  .responsive_enabled div.blog-summary.beautiful_post_style_1.has-post-thumbnail .blog_image {
    width: 100% !important;
    position: relative !important;
    clear: both;
  }
  .responsive_enabled div.blog-summary.beautiful_post_style_1.has-post-thumbnail .blog_summary_wrap {
    float: left;
    clear: left;
    margin-left: 0 !important;
    margin-top: 20px !important;
  }
  .responsive_enabled div.blog-summary.beautiful_post_style_1.has-post-thumbnail .blog_summary_wrap .blog_header {
    margin: 0 0 0.4em 0 !important;
  }
  .responsive_enabled div.blog-summary.beautiful_post_style_1.has-post-thumbnail .blog_summary_wrap .blog_button,
  .responsive_enabled div.blog-summary.beautiful_post_style_1.has-post-thumbnail .blog_summary_wrap .blog_summary {
    margin-left: 0 !important;
  }
  .responsive_enabled div.blog-summary.beautiful_post_style_4.has-post-thumbnail .blog_image {
    width: 100% !important;
    position: relative !important;
    clear: both;
  }
  .responsive_enabled div.blog-summary.beautiful_post_style_4.has-post-thumbnail .blog_summary_wrap {
    float: left;
    clear: left;
    margin-left: 0 !important;
    margin-top: 20px !important;
  }
  .responsive_enabled div.blog-summary.beautiful_post_style_4.has-post-thumbnail .blog_summary_wrap .blog_header {
    margin: 0 0 0.4em 0 !important;
  }
  .responsive_enabled div.blog-summary.beautiful_post_style_4.has-post-thumbnail .blog_summary_wrap .blog_button,
  .responsive_enabled div.blog-summary.beautiful_post_style_4.has-post-thumbnail .blog_summary_wrap .blog_summary {
    margin-left: 0 !important;
  }
}
div.blog-summary.beautiful_post_style_4 {
  width: 100%;
  margin-bottom: 30px;
  float: left;
  clear: left;
}
div.blog-summary.beautiful_post_style_4 .blog_header {
  margin: 0 0 0.7em;
  position: relative;
}
div.blog-summary.beautiful_post_style_4 .blog_header .entry-title {
  width: 100%;
  font-size: 24px;
  padding: 0;
  margin: 0;
  line-height: 1.5em;
}
div.blog-summary.beautiful_post_style_4.has_post_thumb .blog_image {
  width: 260px;
  position: absolute;
}
div.blog-summary.beautiful_post_style_4.has_post_thumb .blog_summary_wrap {
  margin-left: 280px;
}
@media only screen and (max-width: 768px) {
  body.responsive_enabled div.blog-summary.beautiful_post_style_4 {
    clear: left;
    max-width: 100%;
  }
}
#the-loop div.blog-single {
  margin-bottom: 60px;
}
div.blog {
  margin-bottom: 20px; font-size: 16px;
}
div.blog .blog_content_wrap {
  position: relative;
  padding: 0 20px 0;
  margin-top: 5px;
}
div.blog .blog_content_wrap:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 5px;
}
div.blog .blog_image {
  position: relative;
}
div.blog .blog_image img {
  display: block;
  max-width: 100%;
  height: auto;
}
div.blog.blog-single.beautiful_image_style_2 .blog_image {
  float: right;
  width: 300px;
  margin: 0 0 20px 20px;
}
div.blog.blog-single.beautiful_image_style_3 .blog_image {
  float: left;
  width: 300px;
  margin: 0 20px 20px 0;
}
div.blog.blog-single.beautiful_image_style_4 .blog_image {
  display: none;
}
.blog_content_wrap {
  text-align: center;
}
.blog_content_wrap .blog_content {
  text-align: left;
}
.blog_content:after {
  content: "";
  display: table;
  clear: both;
}
.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_summary .blog_text.has_image {
  padding-left: 168px;
}
.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: 0.8em 0;
  margin-bottom: 1em;
  position: relative;
  color: #8a8a8a;
  font-size: 12px;
  clear: both;
}
.blog_links a,
.blog_links a:link,
.blog_links a:visited {
  color: #8a8a8a;
}
.blog_links:before {
  content: '';
  height: 2px;
  left: 50px;
  right: 50px;
  top: 0;
  position: absolute;
  /*background-image:url(../../../assets/image/theme/line-thin-left.png), url(../../../assets/image/theme/line-thin-right.png), url(../../../assets/image/theme/line-thin-tile.png);*/
  background-size: 43px 2px, 65px 2px, 4px 2px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left top, right top, center top;
  background-clip: border-box, border-box, padding-box;
  background-origin: border-box, border-box, padding-box;
  border-left: 43px solid transparent;
  border-right: 65px solid transparent;
}
.blog_links:after {
  content: '';
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  /*background-image:url(../../../assets/image/theme/line-thin-left.png), url(../../../assets/image/theme/line-thin-right.png), url(../../../assets/image/theme/line-thin-tile.png);*/
  background-size: 43px 2px, 65px 2px, 4px 2px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left top, right top, center top;
  background-clip: border-box, border-box, padding-box;
  background-origin: border-box, border-box, padding-box;
  border-left: 43px solid transparent;
  border-right: 65px solid transparent;
}
.blog_links_sep {
  padding: 0 3px;
}
.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;
}
/* blog navigation */
#nav-single {
  margin: 0;
  height: 38px;
  position: relative;
  margin-bottom: 30px;
}
#nav-single a {
  display: inline-block;
}
#page_style_transparent #nav-single {
  margin-bottom: 0px;
}
.navigation .nav-previous {
  float: left;
}
.navigation .nav-next {
  float: right;
}
.navigation .meta-nav {
  display: none;
}
.navigation,
.navigation a,
.navigation a:link,
.navigation a:visited {
  color: #b8e9f0;
}
.dtbaker_pagination {
  padding-top: 20px;
  text-align: center;
  clear: both;
}
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(../../../assets/image/theme/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;
}
/*form*/
div.wpcf7 {
  margin: 0;
  padding: 0;
}
.wpcf7 p > span {
  position: relative;
  margin-top: -29px;
  padding-left: 100px;
  margin-right: 67px;
  display: block;
  height: 66px;
}
.wpcf7 p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both;
}
.wpcf7 input,
.wpcf7 textarea {
  float: left;
  padding: 7px;
  font-family: inherit;
  font-size: inherit;
  border: 0;
  margin: 0 0 22px 0;
  max-width: 100%;
  min-width: 80px;
}
.wpcf7 textarea {
  height: 100px;
}
.wpcf7 .wpcf7-submit {
  margin: 0 0 0 100px !important;
  position: absolute;
  width: auto;
  cursor: pointer;
}
.wpcf7 .wpcf7-submit:focus,
.wpcf7 .wpcf7-submit:active {
  outline: none;
}
div.wpcf7-response-output,
div.wpcf7-validation-errors {
  position: absolute;
}
div.wpcf7-validation-errors,
.wpcf7-not-valid {
  border: 1px solid #FF0000 !important;
}
span.wpcf7-not-valid-tip {
  display: block;
  top: 35px;
  position: absolute;
}
form.wpcf7-form {
  position: relative;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 85% 95%;
  /** background image is set in style.color.css **/
  min-height: 250px;
  padding-top: 30px;
  margin: 0 0 40px;
}
.widget_product_categories ul li {
  line-height: 19px;
}
.woocommerce .page-description,
.woocommerce-page .page-description {
  clear: both;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: #ffffff;
  margin-bottom: 3.8%;
  text-align: center;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 48% !important;
  }
}
.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
  display: block;
  position: relative;
  z-index: 10;
  margin: 15px 15px 0;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  margin: 0;
  padding: 5px;
  background-color: #fff;
  max-width: 100%;
  box-sizing: border-box;
  height: auto;
  box-shadow: 0px 0px 18px 2px #eeeeee;
}
.woocommerce ul.products li.product a h3,
.woocommerce-page ul.products li.product a h3 {
  font-size: 1.4em;
  padding: .7em 0 .3em;
}
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button {
  display: inline-block;
  padding: 3px 11px;
  margin: 10px 0 0;
}
.woocommerce ul.products li.product a.added_to_cart,
.woocommerce-page ul.products li.product a.added_to_cart {
  margin: 0;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #5a564b;
  font-size: 13px;
  min-height: 20px;
  line-height: 22px;
  padding-left: 2px;
  position: relative;
  margin: 0;
}
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  display: inline-block;
  padding-right: 7px;
}
.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
  font-size: 0.6em;
  margin-top: 4px;
  position: absolute;
  right: 0;
}
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce .price,
.woocommerce-page .price {
  color: #5a564b;
}
.woocommerce div.product p.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce .price ins,
.woocommerce-page .price ins {
  text-decoration: none;
}
.woocommerce div.product p.price del,
.woocommerce-page div.product p.price del,
.woocommerce .price del,
.woocommerce-page .price del {
  display: inline-block;
  padding-right: 7px;
}
.woocommerce .summary .price,
.woocommerce-page .summary .price {
  border-bottom: 1px solid #edeee9;
  padding-bottom: 13px;
  display: block;
  margin-bottom: 14px;
}
.woocommerce .summary div[itemprop=description],
.woocommerce-page .summary div[itemprop=description] {
  border-bottom: 1px solid #edeee9;
  margin-bottom: 13px;
  padding-bottom: 4px;
}
.woocommerce .summary del .amount,
.woocommerce-page .summary del .amount {
  background: none;
  text-decoration: line-through;
}
.woocommerce .quantity .qty,
.woocommerce-page .quantity .qty {
  height: 2.87em;
}
.woocommerce .wpb_wrapper ul.products,
.woocommerce-page .wpb_wrapper ul.products {
  margin: 0;
}
.woocommerce .wpb_wrapper ul.products li.product,
.woocommerce-page .wpb_wrapper ul.products li.product {
  margin-bottom: 0.5em;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  float: right;
  font-size: 14px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .woocommerce .woocommerce-breadcrumb,
  .woocommerce-page .woocommerce-breadcrumb {
    float: none;
  }
}
.woocommerce #review_form #respond textarea,
.woocommerce-page #review_form #respond textarea {
  width: 75%;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  margin: 3px 0 1em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
  }
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    float: left;
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
  }
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    float: none;
    width: 100%;
  }
}
.beautiful_product_category {
  color: #85ad74 !important;
  padding: 0 4px 5px;
}
.post-type-archive-product .woocommerce-breadcrumb {
  float: right;
  font-size: 14px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.beautiful_header-3.woocommerce-page .woocommerce-breadcrumb,
.beautiful_header-1.woocommerce-page .woocommerce-breadcrumb,
.beautiful_header-3.post-type-archive-product .woocommerce-breadcrumb,
.beautiful_header-1.post-type-archive-product .woocommerce-breadcrumb {
  right: 5px;
  top: 1px !important;
}
.beautiful_header-2.woocommerce-page .woocommerce-breadcrumb {
  margin: 28px 20px 0 0;
}
.beautiful_header-2.post-type-archive-product .woocommerce-breadcrumb {
  margin: 28px 20px 0 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  margin-left: 0px;
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 3px;
}
.woocommerce ul.cart_list li a:after,
.woocommerce ul.product_list_widget li a:after,
.woocommerce-page ul.cart_list li a:after,
.woocommerce-page ul.product_list_widget li a:after {
  display: none;
}
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:before {
  display: none;
}
.woocommerce ul.cart_list li > span,
.woocommerce ul.product_list_widget li > span,
.woocommerce-page ul.cart_list li > span,
.woocommerce-page ul.product_list_widget li > span {
  margin: 0;
  padding: 4px 0 0 0;
}
.woocommerce ul.cart_list li > del,
.woocommerce ul.product_list_widget li > del,
.woocommerce-page ul.cart_list li > del,
.woocommerce-page ul.product_list_widget li > del {
  padding: 0 10px 0 0;
}
.woocommerce ul.cart_list li > ins,
.woocommerce ul.product_list_widget li > ins,
.woocommerce-page ul.cart_list li > ins,
.woocommerce-page ul.product_list_widget li > ins {
  text-decoration: none;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce-page ul.product_list_widget li dl {
  border-left: 0;
  padding: 4px 0 0;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
  font-size: 0.8em;
  margin: 0;
  padding: 1px;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
  font-size: 0.8em;
  padding-top: 1px;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
  border-radius: 0;
  line-height: normal;
  text-align: center;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons,
.woocommerce-page.widget_shopping_cart .buttons,
.woocommerce-page .widget_shopping_cart .buttons {
  margin: 10px -20px;
  text-align: center;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
  margin: 0;
  padding: 0;
}
.woocommerce-main-image.fancy_border {
  border-radius: 8px;
  display: inline-block;
  line-height: 0;
}
.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img {
  box-shadow: none;
}
.woo-image-wrap {
  border-radius: 8px;
  border: 2px solid #e8e6d9;
  display: inline-block;
  line-height: 0;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  border: 1px solid #e8e6d9;
  box-shadow: none;
}
.woocommerce-result-count {
  font-size: 15px;
}
.product_meta > select {
  clear: left;
  float: left;
}
.product_meta > span {
  clear: left;
  float: left;
}
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 2em;
}
.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
  vertical-align: middle;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 100px;
  padding: 9px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 9px;
  border: 1px solid #ccc;
}
.woocommerce div.product form.cart .button {
  height: 43px;
}
.woocommerce span.onsale {
  /*background-color: #fdabd1;*/
  padding: 0;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  z-index: 100;
  min-width: 1px;
  min-height: 1px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  clear: both;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  font-weight: bold;
}
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a:link,
.woocommerce .woocommerce-info a:link,
.woocommerce .woocommerce-message a:link {
  color: #F2F1F4;
}
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-error a.button:hover,
.woocommerce .woocommerce-info a.button:hover,
.woocommerce .woocommerce-message a.button:hover {
  margin-top: -11px;
  font-size: 15px;
  padding: 10px;
}
.widget_product_search .widget_content .widget-title {
  padding-bottom: 10px;
}
.widget_product_search .widget_content .woocommerce-product-search * {
  box-sizing: border-box;
  height: 33px;
  vertical-align: top;
  margin: 5px;
}
.responsive_enabled {
  /*-----------------------------------------------------------------------------------*/
  /*	responsive css
  /*-----------------------------------------------------------------------------------*/
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .responsive_enabled {
    /* ipad portrait */
  }
  .responsive_enabled #menu_container > div > ul {
    /** smaller padding between menu items */
  }
  .responsive_enabled #menu_container > div > ul > li {
    padding-right: 40px !important;
  }
  .responsive_enabled #menu_container > div > ul > li:after {
    right: 10px !important;
  }
  .responsive_enabled .sidebar-right:before {
    left: -15px;
  }
  .responsive_enabled .sidebar-left:before {
    right: -15px;
  }
  .responsive_enabled .sidebar .widget {
    width: 200px;
  }
  .responsive_enabled #column_wrapper .content_main.with-left-sidebar {
    left: 225px;
  }
  .responsive_enabled .rtl #column_wrapper .content_main.with-left-sidebar {
    right: 225px;
    left: auto;
  }
  .responsive_enabled #column_wrapper .content_main.with-right-sidebar {
    margin-left: -225px;
  }
  .responsive_enabled .rtl #column_wrapper .content_main.with-right-sidebar {
    margin-right: -225px;
    margin-left: 0;
  }
  .responsive_enabled #column_wrapper .content_main.with-left-sidebar .content_main_wrap {
    right: 225px;
  }
  .responsive_enabled .rtl #column_wrapper .content_main.with-left-sidebar .content_main_wrap {
    left: 225px;
    right: auto;
  }
  .responsive_enabled #column_wrapper .content_main_data {
    margin-left: 225px;
    /* increase gap between sidebar and content */
  }
  .responsive_enabled .rtl #column_wrapper .content_main_data {
    margin-right: 225px;
    /* increase gap between sidebar and content */
  }
  .responsive_enabled #column_wrapper .sidebar {
    width: 200px;
    right: 225px;
    /* increase to get sidebar closer to left wall */
  }
  .responsive_enabled .rtl #column_wrapper .sidebar {
    left: 225px;
    /* increase to get sidebar closer to left wall */
    right: auto;
  }
  .responsive_enabled #column_wrapper .content_main.with-right-sidebar .sidebar {
    left: 226px;
    /* increase to get sidebar closer to left wall */
  }
  .responsive_enabled .rtl #column_wrapper .content_main.with-right-sidebar .sidebar {
    right: 226px;
    /* increase to get sidebar closer to left wall */
    left: auto;
  }
  .responsive_enabled #wrapper {
    padding: 10px;
  }
  .responsive_enabled #page_style_wrap.with-left-sidebar,
  .responsive_enabled #page_style_wrap.with-right-sidebar {
    padding: 0;
    margin: 0;
  }
  .responsive_enabled #column_wrapper .content_main.with-left-sidebar .content_main_data {
    padding-left: 0;
  }
  .responsive_enabled #column_wrapper .content_main.with-right-sidebar .content_main_data {
    padding-right: 10px;
    padding-left: 20px;
  }
  .responsive_enabled .widget_search .widget_content .searchform .searchstring {
    width: 65%;
  }
}
@media only screen and (max-width: 768px) {
  .responsive_enabled #holder {
    overflow: visible;
  }
  .responsive_enabled #logo {
    background: none;
  }
  .responsive_enabled #logo img {
    max-height: 140px;
    width: auto !important;
  }
  .responsive_enabled #wrapper {
    padding: 5px;
  }
  .responsive_enabled #page_style_wrap.with-left-sidebar,
  .responsive_enabled #page_style_wrap.with-right-sidebar {
    overflow: visible;
    margin: 0;
    padding: 0;
  }
  .responsive_enabled #column_wrapper {
    clear: none;
    float: none;
  }
  .responsive_enabled #column_wrapper .sidebar,
  .responsive_enabled #column_wrapper .content_main.with-right-sidebar,
  .responsive_enabled #column_wrapper .content_main.with-left-sidebar,
  .responsive_enabled #column_wrapper .content_main.with-right-sidebar .content_main_data,
  .responsive_enabled #column_wrapper .content_main.with-right-sidebar .content_main_wrap,
  .responsive_enabled #column_wrapper .content_main.with-left-sidebar .content_main_data,
  .responsive_enabled #column_wrapper .content_main.with-left-sidebar .content_main_wrap {
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 5px !important;
  }
  .responsive_enabled #column_wrapper .sidebar {
    margin: 60px 0 0 0 !important;
  }
  .responsive_enabled .sidebar-right:before,
  .responsive_enabled .sidebar-left:before {
    left: 0;
    right: 0;
    height: 5px;
    bottom: auto;
    top: -30px;
    width: auto;
    background-repeat: repeat-x;
  }
  .responsive_enabled #mobile_menu_toggle {
    display: block;
    width: 48px;
    height: 45px;
    position: absolute;
    left: 10px;
    top: 50px;
    cursor: pointer;
    z-index: 12399994;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .responsive_enabled #mobile_menu_toggle:after {
    content: '';
    position: absolute;
    width: 57%;
    height: 5px;
    top: 10px;
    left: 16%;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 0 rgba(255, 255, 255, 0.8), 0 20px 0 rgba(255, 255, 255, 0.8);
  }
  .responsive_enabled #menu_wrap {
    display: none;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .responsive_enabled #menu_wrap.menu_visible {
    display: block;
  }
  .responsive_enabled #menu_wrap:before {
    display: none;
  }
  .responsive_enabled #menu_wrap #menu_container {
    /*padding:0 5px;*/
    opacity: 1;
    background-repeat: repeat;
  }
  .responsive_enabled #menu_wrap #menu_container > div > ul {
    border-top: none;
  }
  .responsive_enabled #menu_wrap #menu_container ul {
    display: block;
    table-layout: auto;
    position: relative;
    border-top: 1px solid #ffe8f1;
  }
  .responsive_enabled #menu_wrap #menu_container ul li {
    display: inline-block;
    width: 100%;
    margin: 5px 0 0 0;
    text-align: left;
    padding: 0 !important;
    border-bottom: 1px solid #ffe8f1;
  }
  .responsive_enabled #menu_wrap #menu_container ul li:last-child {
    border-bottom: none;
  }
  .responsive_enabled #menu_wrap #menu_container ul li.menu-item-has-children > .menu-dropdown-toggle {
    display: block;
    position: absolute;
    right: 0px;
    top: -5px;
    width: 50px;
    /*bottom:0;*/
    height: 54px;
    cursor: pointer;
    border-left: 1px solid #ffe8f1;
  }
  .responsive_enabled #menu_wrap #menu_container ul li.menu-item-has-children > .menu-dropdown-toggle:before {
    position: absolute;
    top: 21px;
    right: 24px;
    display: block;
    width: 1px;
    height: 12px;
    background: rgba(79, 79, 79, 0.49);
    content: '';
    transition: all 0.25s ease;
  }
  .responsive_enabled #menu_wrap #menu_container ul li.menu-item-has-children > .menu-dropdown-toggle:after {
    position: absolute;
    top: 26px;
    right: 19px;
    width: 12px;
    height: 1px;
    display: block;
    background: rgba(79, 79, 79, 0.49);
    content: '';
  }
  .responsive_enabled #menu_wrap #menu_container ul li:after {
    display: none;
    /* hearts */
  }
  .responsive_enabled #menu_wrap #menu_container ul li a {
    margin: 10px 20px !important;
    padding: 5px !important;
    display: inline-block;
  }
  .responsive_enabled #menu_wrap #menu_container ul li ul {
    display: none !important;
    background: transparent;
    background-image: none !important;
  }
  .responsive_enabled #menu_wrap #menu_container ul li.toggle-open > .menu-dropdown-toggle:before,
  .responsive_enabled #menu_wrap #menu_container ul li.current-menu-item > .menu-dropdown-toggle:before,
  .responsive_enabled #menu_wrap #menu_container ul li.current_page_ancestor > .menu-dropdown-toggle:before,
  .responsive_enabled #menu_wrap #menu_container ul li.current_page_item > .menu-dropdown-toggle:before,
  .responsive_enabled #menu_wrap #menu_container ul li.current_page_parent > .menu-dropdown-toggle:before {
    top: 26px;
    height: 0;
  }
  .responsive_enabled #menu_wrap #menu_container ul li.toggle-open > ul,
  .responsive_enabled #menu_wrap #menu_container ul li.current-menu-item > ul,
  .responsive_enabled #menu_wrap #menu_container ul li.current_page_ancestor > ul,
  .responsive_enabled #menu_wrap #menu_container ul li.current_page_item > ul,
  .responsive_enabled #menu_wrap #menu_container ul li.current_page_parent > ul {
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    width: auto;
    margin-bottom: -1px;
  }
  .responsive_enabled #menu_wrap #menu_container ul li.toggle-open > ul li,
  .responsive_enabled #menu_wrap #menu_container ul li.current-menu-item > ul li,
  .responsive_enabled #menu_wrap #menu_container ul li.current_page_ancestor > ul li,
  .responsive_enabled #menu_wrap #menu_container ul li.current_page_item > ul li,
  .responsive_enabled #menu_wrap #menu_container ul li.current_page_parent > ul li {
    background: transparent;
  }
  .responsive_enabled #menu_wrap #menu_container ul li.toggle-open > ul li a,
  .responsive_enabled #menu_wrap #menu_container ul li.current-menu-item > ul li a,
  .responsive_enabled #menu_wrap #menu_container ul li.current_page_ancestor > ul li a,
  .responsive_enabled #menu_wrap #menu_container ul li.current_page_item > ul li a,
  .responsive_enabled #menu_wrap #menu_container ul li.current_page_parent > ul li a {
    margin-left: 30px !important;
    font-size: 0.7em;
  }
  .responsive_enabled #menu_wrap #menu_container ul li.toggle-open > ul li a:after,
  .responsive_enabled #menu_wrap #menu_container ul li.current-menu-item > ul li a:after,
  .responsive_enabled #menu_wrap #menu_container ul li.current_page_ancestor > ul li a:after,
  .responsive_enabled #menu_wrap #menu_container ul li.current_page_item > ul li a:after,
  .responsive_enabled #menu_wrap #menu_container ul li.current_page_parent > ul li a:after {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 0;
    content: '';
  }
  .responsive_enabled #menu_wrap #menu_container ul li.toggle-open > ul li li a,
  .responsive_enabled #menu_wrap #menu_container ul li.current-menu-item > ul li li a,
  .responsive_enabled #menu_wrap #menu_container ul li.current_page_ancestor > ul li li a,
  .responsive_enabled #menu_wrap #menu_container ul li.current_page_item > ul li li a,
  .responsive_enabled #menu_wrap #menu_container ul li.current_page_parent > ul li li a {
    margin-left: 40px !important;
  }
  .responsive_enabled #menu_wrap #menu_container ul li.toggle-closed > .menu-dropdown-toggle:before {
    top: 21px;
    height: 12px;
  }
  .responsive_enabled #menu_wrap #menu_container ul li.toggle-closed > ul {
    display: none !important;
  }
  .responsive_enabled .dtbaker_images {
    height: auto;
    padding: 15px 0 22px;
  }
  .responsive_enabled .dtbaker_images:before {
    display: none;
  }
  .responsive_enabled .dtbaker_images:after {
    background: none;
  }
  .responsive_enabled .dtbaker_images .banner_flex_wrap {
    margin: 0 0;
    padding: 0 5px 0 0;
    height: auto;
    overflow: visible;
  }
  .responsive_enabled .dtbaker_images .banner_flex_wrap .banner_image_wrap {
    height: auto;
  }
  .responsive_enabled .dtbaker_images .banner_flex_wrap .banner_image_wrap .banner_image_position {
    position: relative;
  }
  .responsive_enabled .dtbaker_images .banner_flex_wrap .banner_image_wrap .banner_image_position .banner_image_inner {
    padding: 4px;
    position: relative;
    margin-top: 0;
  }
  .responsive_enabled .dtbaker_banner.dtbaker_banner_banner span,
  .responsive_enabled .dtbaker_banner.dtbaker_banner_brush span {
    font-size: 1.3em;
    line-height: 1em;
  }
  .responsive_enabled .row-fluid [class*="span"] {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .responsive_enabled #column_wrapper .content_main {
    left: 0;
    width: auto;
    float: none;
  }
  .responsive_enabled #column_wrapper .sidebar {
    padding: 20px;
  }
  .responsive_enabled .sidebar .widget:nth-child(even) {
    float: right;
    clear: right;
  }
  .responsive_enabled .sidebar .widget:nth-child(odd) {
    float: left;
    clear: left;
  }
  .responsive_enabled .flex-caption {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  .responsive_enabled #holder {
    background-image: none,none !important;
    padding: 5px !important;
  }
  .responsive_enabled #column_wrapper .content_main {
    left: 0;
    width: auto;
    float: none;
  }
  .responsive_enabled #column_wrapper .sidebar {
    left: auto !important;
    right: auto !important;
    position: relative;
    float: none !important;
    width: auto !important;
    padding: 20px 20px 0;
  }
  .responsive_enabled #column_wrapper .sidebar .widget {
    width: 100% !important;
  }
  .responsive_enabled #column_wrapper .content_main.with-right-sidebar,
  .responsive_enabled #column_wrapper .content_main.with-left-sidebar,
  .responsive_enabled #column_wrapper .content_main.with-right-sidebar .content_main_data,
  .responsive_enabled #column_wrapper .content_main.with-right-sidebar .content_main_wrap,
  .responsive_enabled #column_wrapper .content_main.with-left-sidebar .content_main_data,
  .responsive_enabled #column_wrapper .content_main.with-left-sidebar .content_main_wrap {
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    margin: 0 !important;
  }
  .responsive_enabled #column_wrapper .content_main.with-right-sidebar:after,
  .responsive_enabled #column_wrapper .content_main.with-left-sidebar:after,
  .responsive_enabled #column_wrapper .content_main.with-right-sidebar .content_main_data:after,
  .responsive_enabled #column_wrapper .content_main.with-right-sidebar .content_main_wrap:after,
  .responsive_enabled #column_wrapper .content_main.with-left-sidebar .content_main_data:after,
  .responsive_enabled #column_wrapper .content_main.with-left-sidebar .content_main_wrap:after {
    content: "";
    display: table;
    clear: both;
  }
  .responsive_enabled .widget {
    display: block;
    float: none;
    width: auto;
  }
  .responsive_enabled #footer_widgets {
    padding-top: 10px;
  }
  .responsive_enabled #footer_wrapper #footer_widgets .widget {
    width: 100% !important;
    display: block !important;
    margin-bottom: 10px;
  }
  .responsive_enabled #footer_wrapper #footer_widgets .widget-area.columns-3 .widget_content,
  .responsive_enabled #footer_wrapper.transparent #footer_widgets .widget-area.columns-3 .widget_content {
    min-height: 20px;
  }
  .responsive_enabled .widget-area.columns-3 .widget.widget_style0 .widget_content .widget-title {
    margin-top: -49px !important;
    margin-left: -15px !important;
  }
  .responsive_enabled .widget-area.columns-3 .widget {
    padding: 0 !important;
  }
  .responsive_enabled .woocommerce ul.products li.product,
  .responsive_enabled .woocommerce-page ul.products li.product {
    width: 45%;
    margin: 0 0 15px;
  }
  .responsive_enabled .flex-caption {
    line-height: 22px;
    right: 7px;
    bottom: -7px;
  }
  .responsive_enabled .dtbaker_icon_vertical {
    width: 30%;
    margin: 0 9% 30px;
  }
  .responsive_enabled .gallery-item {
    float: left;
    width: 40% !important;
    margin: 0 10px 10px !important;
  }
  .responsive_enabled .alignright,
  .responsive_enabled .alignleft,
  .responsive_enabled .aligncenter {
    display: block;
    float: none;
  }
  .responsive_enabled .mobile-view-full-width {
    display: block;
  }
  .responsive_enabled.woocommerce ul.products li.product .star-rating,
  .responsive_enabled .woocommerce ul.products li.product .star-rating,
  .responsive_enabled.woocommerce-page ul.products li.product .star-rating {
    position: relative;
  }
  .responsive_enabled.woocommerce #respond input#submit.added:after,
  .responsive_enabled.woocommerce a.button.added:after,
  .responsive_enabled.woocommerce button.button.added:after,
  .responsive_enabled.woocommerce input.button.added:after,
  .responsive_enabled .woocommerce #respond input#submit.added:after,
  .responsive_enabled .woocommerce a.button.added:after,
  .responsive_enabled .woocommerce button.button.added:after,
  .responsive_enabled .woocommerce input.button.added:after {
    font-size: 0.56em;
  }
  .responsive_enabled .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 20px;
  }
}
.clear {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
@font-face {
  font-family: WooCommerce;
  src: url(../../../assets/font/theme/WooCommerce.eot);
  src: url(../../../assets/font/theme/WooCommerce.eot?#iefix) format('embedded-opentype'), url(../../../assets/font/theme/WooCommerce.woff) format('woff'), url(../../../assets/font/theme/WooCommerce.ttf) format('truetype'), url(../../../assets/font/theme/WooCommerce.svg#WooCommerce) format('svg');
  font-weight: 400;
  font-style: normal;
}
div.pp_woocommerce .pp_content_container {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 0;
  *zoom: 1;
}
div.pp_woocommerce .pp_content_container:after,
div.pp_woocommerce .pp_content_container:before {
  content: " ";
  display: table;
}
div.pp_woocommerce .pp_content_container:after {
  clear: both;
}
div.pp_woocommerce .pp_loaderIcon {
  background: url(../../../assets/image/theme/ajax-loader.gif) center no-repeat;
}
div.pp_woocommerce div.ppt {
  color: #000;
}
div.pp_woocommerce .pp_gallery ul li a {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  display: block;
}
div.pp_woocommerce .pp_gallery ul li a:hover,
div.pp_woocommerce .pp_gallery ul li.selected a {
  border-color: #000;
}
div.pp_woocommerce .pp_next:before,
div.pp_woocommerce .pp_previous:before {
  border-radius: 100%;
  height: 1em;
  width: 1em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #444;
  color: #fff!important;
  font-size: 16px!important;
  line-height: 1em;
  transition: all ease-in-out 0.2s;
  font-family: WooCommerce;
  content: "\e00b";
  text-indent: 0;
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  text-align: center;
}
div.pp_woocommerce .pp_next:before:hover,
div.pp_woocommerce .pp_previous:before:hover {
  background-color: #000;
}
div.pp_woocommerce .pp_next:hover:before,
div.pp_woocommerce .pp_previous:hover:before {
  display: block;
}
div.pp_woocommerce .pp_previous:before {
  left: 1em;
}
div.pp_woocommerce .pp_next:before {
  right: 1em;
  font-family: WooCommerce;
  content: "\e008";
}
div.pp_woocommerce .pp_details {
  margin: 0;
  padding-top: 1em;
}
div.pp_woocommerce .pp_description,
div.pp_woocommerce .pp_nav {
  font-size: 14px;
}
div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous,
div.pp_woocommerce .pp_nav,
div.pp_woocommerce .pp_nav .pp_pause,
div.pp_woocommerce .pp_nav p,
div.pp_woocommerce .pp_play {
  margin: 0;
}
div.pp_woocommerce .pp_nav {
  margin-right: 1em;
  position: relative;
}
div.pp_woocommerce .pp_close {
  border-radius: 100%;
  height: 1em;
  width: 1em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #444;
  color: #fff!important;
  line-height: 1em;
  transition: all ease-in-out 0.2s;
  top: -0.5em;
  right: -0.5em;
  font-size: 1.618em !important;
}
div.pp_woocommerce .pp_close:hover {
  background-color: #000;
}
div.pp_woocommerce .pp_close:before {
  font-family: WooCommerce;
  content: "\e013";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-indent: 0;
}
div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous {
  border-radius: 100%;
  height: 1em;
  width: 1em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #444;
  color: #fff!important;
  font-size: 16px!important;
  line-height: 1em;
  transition: all ease-in-out 0.2s;
  position: relative;
  margin-top: -1px;
}
div.pp_woocommerce .pp_arrow_next:hover,
div.pp_woocommerce .pp_arrow_previous:hover {
  background-color: #000;
}
div.pp_woocommerce .pp_arrow_next:before,
div.pp_woocommerce .pp_arrow_previous:before {
  font-family: WooCommerce;
  content: "\e00b";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-indent: 0;
}
div.pp_woocommerce .pp_arrow_previous {
  margin-right: 0.5em;
}
div.pp_woocommerce .pp_arrow_next {
  margin-left: 0.5em;
}
div.pp_woocommerce .pp_arrow_next:before {
  content: "\e008";
}
div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_expand {
  border-radius: 100%;
  height: 1em;
  width: 1em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #444;
  color: #fff!important;
  line-height: 1em;
  transition: all ease-in-out 0.2s;
  right: auto;
  left: -0.5em;
  top: -0.5em;
  font-size: 1.618em !important;
}
div.pp_woocommerce a.pp_contract:hover,
div.pp_woocommerce a.pp_expand:hover {
  background-color: #000;
}
div.pp_woocommerce a.pp_contract:before,
div.pp_woocommerce a.pp_expand:before {
  font-family: WooCommerce;
  content: "\e005";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-indent: 0;
}
div.pp_woocommerce a.pp_contract:before {
  content: "\e004";
}
div.pp_woocommerce #respond {
  margin: 0;
  width: 100%;
  background: 0 0;
  border: 0;
  padding: 0;
}
div.pp_woocommerce #respond .form-submit {
  margin-top: 0;
  float: none;
}
div.pp_woocommerce .pp_inline {
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  div.pp_woocommerce {
    left: 5%!important;
    right: 5%!important;
    box-sizing: border-box;
    width: 90% !important;
  }
  div.pp_woocommerce .pp_contract,
  div.pp_woocommerce .pp_expand,
  div.pp_woocommerce .pp_gallery,
  div.pp_woocommerce .pp_next,
  div.pp_woocommerce .pp_previous {
    display: none !important;
  }
  div.pp_woocommerce .pp_arrow_next,
  div.pp_woocommerce .pp_arrow_previous,
  div.pp_woocommerce .pp_close {
    height: 44px;
    width: 44px;
    font-size: 44px;
    line-height: 44px;
  }
  div.pp_woocommerce .pp_arrow_next:before,
  div.pp_woocommerce .pp_arrow_previous:before,
  div.pp_woocommerce .pp_close:before {
    font-size: 44px;
  }
  div.pp_woocommerce .pp_description {
    display: none !important;
  }
  .pp_content,
  div.pp_woocommerce .pp_details {
    width: 100% !important;
  }
  .pp_content img {
    width: 100%!important;
    height: auto !important;
  }
  .currentTextHolder {
    line-height: 3;
  }
}
div.pp_pic_holder a:focus {
  outline: 0;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_top {
  height: 20px;
  position: relative;
}
* html .pp_top {
  padding: 0 20px;
}
.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_fade {
  display: none;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap;
}
.pp_nav .pp_pause,
.pp_nav .pp_play {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_next,
a.pp_arrow_previous {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  text-indent: -100000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery li.selected a,
.pp_gallery ul a:hover {
  border-color: #fff;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery li.default a img {
  display: none;
}
.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
  margin-top: 7px !important;
}
a.pp_next {
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_contract,
a.pp_expand {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  text-indent: -10000px;
}
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_bottom {
  padding: 0 20px;
}
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
#pp_full_res .pp_inline {
  text-align: left;
}
div.ppt {
  color: #fff!important;
  font-weight: 700;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}
/**
CSS for styling all our custom plugins.

*/
/************************** dtbaker_banner plugin ****************************/
/************************** dtbaker_banner plugin ****************************/
/************************** dtbaker_banner plugin ****************************/
.dtbaker_banner.dtbaker_banner_brush {
  font-weight: normal;
  /*background-image:url(../../../assets/image/theme/under-h1.png),url(../../../assets/image/theme/behind-h1.png);*/
  background-size: 84px 27px, 95% 102px;
  background-repeat: no-repeat, no-repeat;
  background-position: center 56px, left top;
  min-height: 69px;
  margin: 20px 0 20px;
  text-align: center;
  padding: 7px 0 16px;
  width: 100%;
  position: relative;
  display: table;
}
.dtbaker_banner.dtbaker_banner_banner {
  margin: 30px 0;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.dtbaker_banner.dtbaker_banner_banner {
  color: #FFF;
  font-size: 20px;
  border-top: 0;
  line-height: 19px;
  /*background-image:url(../../../assets/image/theme/banner-flag-right.png), url(../../../assets/image/theme/banner-flag-tile.png), url(../../../assets/image/theme/banner-flag-left.png);*/
  background-position: right top, right top, left top;
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-origin: border-box, padding-box, border-box;
  background-clip: border-box, padding-box, border-box;
  height: 69px;
  background-color: transparent;
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  display: table;
}
@media only screen and (max-width: 767px) {
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-message,
  .dtbaker_banner.dtbaker_banner_banner {
    border: 0;
    padding: 13px 5px 13px 25px !important;
    font-size: 14px;
    height: auto;
  }
}
.dtbaker_banner.dtbaker_banner_banner span,
.dtbaker_banner.dtbaker_banner_brush span {
  font-size: 30px;
  height: 69px;
  width: 100%;
  text-align: center;
  z-index: 100;
  position: relative;
  display: table-cell;
  line-height: 1.9em;
}
.dtbaker_banner.dtbaker_banner_banner span,
.dtbaker_banner.dtbaker_banner_banner span a {
  color: #ffffff;
}
.dtbaker_banner.dtbaker_banner_brush span,
.dtbaker_banner.dtbaker_banner_brush span a {
  color: #9470ad;
}
.beautiful_color_pink .dtbaker_banner.dtbaker_banner_brush {
  background-image: url("../../../assets/image/theme/under-h1.png"), url(../../../assets/image/theme/behind-h1.png);
}
.beautiful_color_pink.woocommerce .woocommerce-error,
.beautiful_color_pink.woocommerce .woocommerce-info,
.beautiful_color_pink.woocommerce .woocommerce-message,
.beautiful_color_pink .woocommerce .woocommerce-error,
.beautiful_color_pink .woocommerce .woocommerce-info,
.beautiful_color_pink .woocommerce .woocommerce-message,
.beautiful_color_pink .dtbaker_banner.dtbaker_banner_banner {
  background-image: url("../../../assets/image/theme/banner-flag-right-variationgreen9846.png"), url("../../../assets/image/theme/banner-flag-tile-variationgreen7b64.png"), url("../../../assets/image/theme/banner-flag-left-variationgreen1288.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_pink.woocommerce .woocommerce-error,
  .beautiful_color_pink.woocommerce .woocommerce-info,
  .beautiful_color_pink.woocommerce .woocommerce-message,
  .beautiful_color_pink .woocommerce .woocommerce-error,
  .beautiful_color_pink .woocommerce .woocommerce-info,
  .beautiful_color_pink .woocommerce .woocommerce-message,
  .beautiful_color_pink .dtbaker_banner.dtbaker_banner_banner {
    background: #ffc7df;
    border-radius: 5px;
  }
}
.beautiful_color_blue .dtbaker_banner.dtbaker_banner_brush {
  background-image: url("../../../assets/image/theme/under-h1-variationgreen58fd.png"), url(../../../assets/image/theme/behind-h1.png);
}
.beautiful_color_blue.woocommerce .woocommerce-error,
.beautiful_color_blue.woocommerce .woocommerce-info,
.beautiful_color_blue.woocommerce .woocommerce-message,
.beautiful_color_blue .woocommerce .woocommerce-error,
.beautiful_color_blue .woocommerce .woocommerce-info,
.beautiful_color_blue .woocommerce .woocommerce-message,
.beautiful_color_blue .dtbaker_banner.dtbaker_banner_banner {
  background-image: url("../../../assets/image/theme/banner-flag-right-variationgreend46b.png"), url("../../../assets/image/theme/banner-flag-tile-variationgreen12c6.png"), url("../../../assets/image/theme/banner-flag-left-variationgreend796.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_blue.woocommerce .woocommerce-error,
  .beautiful_color_blue.woocommerce .woocommerce-info,
  .beautiful_color_blue.woocommerce .woocommerce-message,
  .beautiful_color_blue .woocommerce .woocommerce-error,
  .beautiful_color_blue .woocommerce .woocommerce-info,
  .beautiful_color_blue .woocommerce .woocommerce-message,
  .beautiful_color_blue .dtbaker_banner.dtbaker_banner_banner {
    background: #86dafb;
    border-radius: 5px;
  }
}
.beautiful_color_gold .dtbaker_banner.dtbaker_banner_brush {
  background-image: url("../../../assets/image/theme/under-h1-variationgreen049d.png"), url(../../../assets/image/theme/behind-h1.png);
}
.beautiful_color_gold.woocommerce .woocommerce-error,
.beautiful_color_gold.woocommerce .woocommerce-info,
.beautiful_color_gold.woocommerce .woocommerce-message,
.beautiful_color_gold .woocommerce .woocommerce-error,
.beautiful_color_gold .woocommerce .woocommerce-info,
.beautiful_color_gold .woocommerce .woocommerce-message,
.beautiful_color_gold .dtbaker_banner.dtbaker_banner_banner {
  background-image: url("../../../assets/image/theme/banner-flag-right-variationgreen18f7.png"), url("../../../assets/image/theme/banner-flag-tile-variationgreenc70e.png"), url("../../../assets/image/theme/banner-flag-left-variationgreen4f88.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_gold.woocommerce .woocommerce-error,
  .beautiful_color_gold.woocommerce .woocommerce-info,
  .beautiful_color_gold.woocommerce .woocommerce-message,
  .beautiful_color_gold .woocommerce .woocommerce-error,
  .beautiful_color_gold .woocommerce .woocommerce-info,
  .beautiful_color_gold .woocommerce .woocommerce-message,
  .beautiful_color_gold .dtbaker_banner.dtbaker_banner_banner {
    background: #f6e196;
    border-radius: 5px;
  }
}
.beautiful_color_green .dtbaker_banner.dtbaker_banner_brush {
  background-image: url("../../../assets/image/theme/under-h1-variationgreen1006.png"), url(../../../assets/image/theme/behind-h1.png);
}
.beautiful_color_green.woocommerce .woocommerce-error,
.beautiful_color_green.woocommerce .woocommerce-info,
.beautiful_color_green.woocommerce .woocommerce-message,
.beautiful_color_green .woocommerce .woocommerce-error,
.beautiful_color_green .woocommerce .woocommerce-info,
.beautiful_color_green .woocommerce .woocommerce-message,
.beautiful_color_green .dtbaker_banner.dtbaker_banner_banner {
  background-image: url("../../../assets/image/theme/banner-flag-right-variationgreend741.png"), url("../../../assets/image/theme/banner-flag-tile-variationgreen7ca4.png"), url("../../../assets/image/theme/banner-flag-left-variationgreen1c87.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_green.woocommerce .woocommerce-error,
  .beautiful_color_green.woocommerce .woocommerce-info,
  .beautiful_color_green.woocommerce .woocommerce-message,
  .beautiful_color_green .woocommerce .woocommerce-error,
  .beautiful_color_green .woocommerce .woocommerce-info,
  .beautiful_color_green .woocommerce .woocommerce-message,
  .beautiful_color_green .dtbaker_banner.dtbaker_banner_banner {
    background: #baeb9c;
    border-radius: 5px;
  }
}
.beautiful_color_grey .dtbaker_banner.dtbaker_banner_brush {
  background-image: url("../../../assets/image/theme/under-h1-variationgreena441.png"), url(../../../assets/image/theme/behind-h1.png);
}
.beautiful_color_grey.woocommerce .woocommerce-error,
.beautiful_color_grey.woocommerce .woocommerce-info,
.beautiful_color_grey.woocommerce .woocommerce-message,
.beautiful_color_grey .woocommerce .woocommerce-error,
.beautiful_color_grey .woocommerce .woocommerce-info,
.beautiful_color_grey .woocommerce .woocommerce-message,
.beautiful_color_grey .dtbaker_banner.dtbaker_banner_banner {
  background-image: url("../../../assets/image/theme/banner-flag-right-variationgreenfe1b.png"), url("../../../assets/image/theme/banner-flag-tile-variationgreena8ee.png"), url("../../../assets/image/theme/banner-flag-left-variationgreen580e.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_grey.woocommerce .woocommerce-error,
  .beautiful_color_grey.woocommerce .woocommerce-info,
  .beautiful_color_grey.woocommerce .woocommerce-message,
  .beautiful_color_grey .woocommerce .woocommerce-error,
  .beautiful_color_grey .woocommerce .woocommerce-info,
  .beautiful_color_grey .woocommerce .woocommerce-message,
  .beautiful_color_grey .dtbaker_banner.dtbaker_banner_banner {
    background: #bfbfbf;
    border-radius: 5px;
  }
}
.beautiful_color_purple .dtbaker_banner.dtbaker_banner_brush {
  background-image: url("../../../assets/image/theme/under-h1-variationgreen79db.png"), url(../../../assets/image/theme/behind-h1.png);
}
.beautiful_color_purple.woocommerce .woocommerce-error,
.beautiful_color_purple.woocommerce .woocommerce-info,
.beautiful_color_purple.woocommerce .woocommerce-message,
.beautiful_color_purple .woocommerce .woocommerce-error,
.beautiful_color_purple .woocommerce .woocommerce-info,
.beautiful_color_purple .woocommerce .woocommerce-message,
.beautiful_color_purple .dtbaker_banner.dtbaker_banner_banner {
  background-image: url("../../../assets/image/theme/banner-flag-right-variationgreena492.png"), url("../../../assets/image/theme/banner-flag-tile-variationgreen9a6b.png"), url("../../../assets/image/theme/banner-flag-left-variationgreen6aa3.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_purple.woocommerce .woocommerce-error,
  .beautiful_color_purple.woocommerce .woocommerce-info,
  .beautiful_color_purple.woocommerce .woocommerce-message,
  .beautiful_color_purple .woocommerce .woocommerce-error,
  .beautiful_color_purple .woocommerce .woocommerce-info,
  .beautiful_color_purple .woocommerce .woocommerce-message,
  .beautiful_color_purple .dtbaker_banner.dtbaker_banner_banner {
    background: #c899e3;
    border-radius: 5px;
  }
}
/************************** dtbaker_images plugin ****************************/
/************************** dtbaker_images plugin ****************************/
/************************** dtbaker_images plugin ****************************/
/************************** dtbaker_images plugin ****************************/
/************************** dtbaker_images plugin ****************************/
/************************** dtbaker_images plugin ****************************/
/** frontend styles **/
.dtbaker_images {
  overflow: hidden;
  padding: 25px 108px 36px;
  position: relative;
  margin-top: 0px;
  visibility: hidden;
}
.dtbaker_images.banner_loaded {
  visibility: visible;
}
.dtbaker_images:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: -19px;
  background-image: url("../../../assets/image/theme/banner-plants.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  transition: opacity 1s ease-in-out;
  /* Safari */
  transition-delay: 1s;
  opacity: 0;
}
.dtbaker_images.banner_loaded:before {
  opacity: 1;
}
.dtbaker_images:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 78px;
  background-image: url("../../../assets/image/theme/banner-line-mask.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.dtbaker_images .banner_flex_wrap {
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 30px 30px 0;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.dtbaker_images .banner_flex_wrap .banner_image_wrap {
  overflow: visible;
  display: table-cell;
  position: relative;
  margin: 0;
  padding: 0;
  top: 16px;
}
.dtbaker_images .banner_flex_wrap .banner_image_wrap .banner_image_position {
  position: relative;
  width: 100%;
}
.dtbaker_images .banner_flex_wrap .banner_image_wrap .banner_image_position .banner_image_inner {
  background: #ffffff;
  padding: 7px;
  position: relative;
  width: 100%;
  top: 0;
  line-height: 0;
  /* Safari */
  transition-delay: 0.8s;
  -webkit-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 0px 18px 2px #d9d9d9;
}
.dtbaker_images.banner_loaded .banner_flex_wrap .banner_image_wrap:nth-child(1) .banner_image_inner {
  -webkit-transform: translate(0px, -5px) rotate(-3deg);
  transform: translate(0px, -5px) rotate(-3deg);
  /* Safari */
  transition-delay: 0.2s;
}
.dtbaker_images.banner_loaded .banner_flex_wrap .banner_image_wrap:nth-child(2) .banner_image_inner {
  -webkit-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  /* Safari */
  transition-delay: 0.3s;
}
.dtbaker_images.banner_loaded .banner_flex_wrap .banner_image_wrap:nth-child(3) .banner_image_inner {
  -webkit-transform: translate(0px, -5px) rotate(3deg);
  transform: translate(0px, -5px) rotate(3deg);
  /* Safari */
  transition-delay: 0.4s;
}
.dtbaker_images.banner_loaded .banner_flex_wrap .banner_image_wrap:nth-child(4) .banner_image_inner {
  -webkit-transform: translate(0px, 10px) rotate(-1deg);
  transform: translate(0px, 10px) rotate(-1deg);
  /* Safari */
  transition-delay: 0.5s;
}
.dtbaker_images.banner_loaded .banner_flex_wrap .banner_image_wrap:nth-child(5) .banner_image_inner {
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
  /* Safari */
  transition-delay: 0.6s;
}
.dtbaker_images .banner_flex_wrap .banner_image_wrap .banner_image_inner a {
  line-height: 0;
}
.dtbaker_images .banner_flex_wrap .banner_image_wrap .banner_image_position .banner_image_inner img {
  max-width: 100%;
  height: auto;
}
.dtbaker_images .banner_flex_wrap .banner_image_wrap .banner_image_position .banner_image_innerOLD:hover {
  /* Safari */
  transition-delay: 0s;
  top: -10px;
  transition: all 0.2s ease-in-out;
}
.dtbaker_images .banner_flex_wrap .banner_image_wrap {
  transition: all 0.2s ease-in-out;
  top: 10px;
}
.dtbaker_images .banner_flex_wrap .banner_image_wrap:hover {
  /* Safari */
  transition-delay: 0s;
  top: 0px;
}
/************************** dtbaker_columns plugin ****************************/
/************************** dtbaker_columns plugin ****************************/
/************************** dtbaker_columns plugin ****************************/
/************************** dtbaker_columns plugin ****************************/
/************************** dtbaker_columns plugin ****************************/
.rhcol.box_style1 {
  position: relative;
  padding: 10px;
  background-color: #FFF;
  background-position: left bottom, right top, center bottom, right bottom, left top;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, 100% 23px, auto, auto;
}
.rhcol.box_style1:before {
  position: absolute;
  content: '';
  top: -8px;
  left: -6px;
  right: -4px;
  height: 8px;
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
}
.rhcol.box_style1:after {
  position: absolute;
  content: '';
  bottom: -8px;
  left: -6px;
  right: -5px;
  height: 8px;
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
}
.rhcol.box_style2 {
  position: relative;
  background-position: left bottom, right top, center bottom, right bottom, left top;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, 100% 22px, auto, auto;
  padding: 40px;
  background-color: #FFFFff;
}
.rhcol.box_style_flowertopbot {
  position: relative;
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  padding: 73px 0;
}
.rhcol.box_style_background {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 33px 0;
  min-height: 400px;
}
/** buttons **/
/* moved from style.content.less - from style.fonts.php */
.beautiful_button,
.beautiful_button:link,
.beautiful_button:visited,
.wpcf7 .wpcf7-submit,
a.beautiful_blog_more,
a.beautiful_blog_more:link,
a.beautiful_blog_more:hover,
#submit,
.woocommerce a.button.add_to_cart_button,
.woocommerce button.button,
.woocommerce button.button.alt.single_add_to_cart_button,
.woocommerce a.button.add_to_cart_button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce a.button:hover,
.woocommerce button.button.alt.single_add_to_cart_button,
#nav-single a {
  background-color: transparent !important;
  /*background-image:url(../../../assets/image/theme/banner-flag-sml-left.png), url(../../../assets/image/theme/banner-flag-sml-right.png), url(../../../assets/image/theme/banner-flag-sml-tile.png);*/
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left top, right top, center top;
  background-clip: border-box, border-box, padding-box;
  background-origin: border-box, border-box, padding-box;
  background-size: 10px 100%, 10px 100%, 100% 100%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: none;
}
#holder {
  /*background-image: url(../../../assets/image/theme/header-bg.png), url(../../../assets/image/theme/footer-flowers.png);*/
  background-repeat: repeat-x, repeat-x;
  background-position: center top, center bottom;
  background-size: 1800px 390px, 100% auto;
  min-width: 1170px;
  overflow: hidden;
}
#logo {
  text-align: center;
}
#logo a {
  text-decoration: none;
  display: block;
}
#logo a span.large {
  display: block;
  position: relative;
}
#logo a span.sub {
  display: inline-block;
  position: relative;
}
#logo a span.sub:after {
  position: absolute;
  content: '';
  right: -59px;
  top: 0.5em;
  width: 50px;
}
#logo a span.sub:before {
  position: absolute;
  content: '';
  left: -59px;
  top: 0.5em;
  width: 50px;
}
/*menu*/
#menu_fixed_wrap.visible {
  margin-bottom: 30px;
}
body.admin-bar #menu_wrap.fixed {
  top: 32px;
}
#menu_mobile {
  display: none;
}
#menu_wrap {
  margin-top: 20px;
  margin-bottom: 40px;
  /*height:60px;*/
  position: relative;
  box-sizing: border-box;
}
#menu_wrap:before {
  left: -124px;
  top: -22px;
  right: -110px;
  bottom: -35px;
  position: absolute;
  content: '';
  /*background: url(../../../assets/image/theme/menu-ribbon-left.png), url(../../../assets/image/theme/menu-ribbon-right.png), url(../../../assets/image/theme/ribbon-tile.png);*/
  background-position: top left, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-clip: border-box, border-box, padding-box;
  background-origin: border-box, border-box, padding-box;
  border-left: 400px solid transparent;
  border-right: 400px solid transparent;
}
#menu_wrap.fixed {
  position: fixed;
  width: 100%;
  top: -30px;
  z-index: 1000;
  left: 0;
  right: 0;
}
#menu_wrap.fixed #menu_container {
  z-index: 1000;
  margin: 0 auto;
}
#menu_wrap #menu_container {
  border-right: 0 !important;
}
#menu_wrap #menu_container > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#menu_wrap #menu_container > div > ul li a,
#menu_wrap #menu_container > div > ul li a:link,
#menu_wrap #menu_container > div > ul li a:visited {
  text-decoration: none;
}
#menu_wrap #menu_container > div > ul li.current_page_parent > a:after,
#menu_wrap #menu_container > div > ul li.current_page_ancestor > a:after,
#menu_wrap #menu_container > div > ul li.current-menu-item > a:after,
#menu_wrap #menu_container > div > ul li.current_page_item > a:after {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0;
  content: '';
}
#menu_wrap #menu_container > div > ul > li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 72px 40px 0;
  text-align: center;
  position: relative;
}
#menu_wrap #menu_container > div > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../../../assets/image/theme/icon-heart.png") no-repeat;
  clear: both;
  width: 13px;
  height: 17px;
  right: 25px;
  top: 2px;
}
#menu_wrap #menu_container > div > ul > li:last-child {
  padding-right: 0 !important;
}
#menu_wrap #menu_container > div > ul > li:last-child:after {
  display: none;
}
#menu_wrap #menu_container > div > ul > li > a {
  position: relative;
  z-index: 57;
  display: block;
}
#menu_wrap #menu_container > div > ul > li > a:focus {
  outline: none;
}
#menu_wrap #menu_container > div > ul > li:hover ul {
  display: block;
}
#menu_wrap #menu_container > div > ul > li:hover ul ul {
  display: none;
}
#menu_wrap #menu_container > div > ul > li ul {
  /* second level nav */
  position: absolute;
  top: 35px;
  /*how far away from the top menu*/
  left: -27px;
  margin: 0;
  padding: 0;
  display: none;
  height: auto;
  z-index: 400;
  background-position: center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  text-align: left;
}
#menu_wrap #menu_container > div > ul > li ul li {
  list-style: none;
  margin-top: -1px;
  position: relative;
  padding: 0 5px;
  border-bottom: 1px solid #FFF;
  min-width: 180px;
}
#menu_wrap #menu_container > div > ul > li ul li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#menu_wrap #menu_container > div > ul > li ul li a {
  padding: 15px 20px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 0.8em;
}
#menu_wrap #menu_container > div > ul > li ul li:hover ul {
  display: block;
}
#menu_wrap #menu_container > div > ul > li ul li ul {
  display: none;
  top: 1px;
  left: 97%;
}
#menu_wrap #menu_container > div > ul > li ul li.current_page_parent > a:after,
#menu_wrap #menu_container > div > ul > li ul li.current_page_ancestor > a:after,
#menu_wrap #menu_container > div > ul > li ul li.current-menu-item > a:after,
#menu_wrap #menu_container > div > ul > li ul li.current_page_item > a:after {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 15px;
  content: '';
}
#menu_wrap #menu_container.small-padding > div > ul > li {
  padding: 0 32px 40px 0;
}
#menu_wrap #menu_container.small-padding > div > ul > li:after {
  right: 10px;
}
.sidebar-right:before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 0;
  left: -32px;
  /*background-image: url(../../../assets/image/theme/side-bar-line-v.png);*/
  background-repeat: repeat-y;
  width: 5px;
}
.sidebar-left:before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 0;
  right: -32px;
  /*background-image: url(../../../assets/image/theme/side-bar-line-v.png);*/
  background-repeat: repeat-y;
  width: 5px;
}
.widget_content > ul > li > a,
.widget div > ul > li ul.children a,
.widget ul > li ul.children a,
.widget div > ul > li.has-children > a,
.widget ul > li.has-children > a {
  display: block;
  position: relative;
}
.widget_content > ul > li > a:after,
.widget div > ul > li ul.children a:after,
.widget ul > li ul.children a:after,
.widget div > ul > li.has-children > a:after,
.widget ul > li.has-children > a:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  /*background-image: url(../../../assets/image/theme/side-bar-line-under.png);*/
  background-size: 100% 2px;
  background-repeat: no-repeat;
}
.widget div > ul > li:last-child > a,
.widget ul > li:last-child > a,
.widget div > ul > li:last-child ul.children li:last-child a,
.widget ul > li:last-child ul.children li:last-child a,
#footer_widgets .widget div > ul > li > a,
#footer_widgets .widget ul > li > a,
#footer_widgets .widget div > ul > li ul.children a,
#footer_widgets .widget ul > li ul.children a {
  border-bottom: none;
}
.widget li span.number {
  position: absolute;
  right: 5px;
  top: 8px;
  color: #ef5480;
  background-image: url(../../../assets/image/theme/button-circle-white.png);
  background-size: 100% 100%;
  width: 25px;
  height: 20px;
  text-align: center;
  padding: 1px 0 3px 0;
  font-size: 13px;
}
.widget_search .widget_content .widget-title {
  padding-bottom: 10px;
}
.widget_search .widget_content .searchform {
  /*background-image:url(../../../assets/image/theme/search-box.png);*/
  background-repeat: no-repeat;
  background-size: 100% 64px;
  background-position: center top;
  font-size: 1em;
  padding: 19px 0 0 8px;
  border-radius: 1em;
  font-family: sans-serif;
  border-width: 0;
  line-height: 1em;
  overflow: visible;
  height: 45px;
  position: relative;
}
.widget_search .widget_content .searchform .searchstring {
  width: 75%;
  float: left;
  padding-left: 9px;
  border: 0;
}
.widget_search .widget_content .searchform .searchstring:focus {
  border: 0;
  outline: none;
}
.widget_search .widget_content .searchform .searchsubmit {
  border: 0;
  padding: 0px 10px 0px 6px;
  position: absolute;
  right: 13px;
  text-transform: uppercase;
  background-color: transparent;
  background-image: url(../../../assets/image/theme/button-circle-white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #ef5480;
  height: 35px;
}
.widget_search .widget_content .searchform .searchsubmit:hover {
  cursor: pointer;
}
.widget_search .widget_content .searchform * {
  box-sizing: border-box;
  height: 33px;
  vertical-align: top;
}
/** widget styles **/
.widget.widget_box_style {
  background: #ffffff;
  position: relative;
}
.widget.widget_box_style .widget_header,
.widget.widget_box_style .widget_footer {
  display: none;
}
.widget.widget_box_style.box_style1 {
  position: relative;
  /*background-image: url(../../../assets/image/theme/box-bg-bottom.png), url(../../../assets/image/theme/box-bg-br.png), url(../../../assets/image/theme/box-bg-tl.png);*/
  background-position: center bottom, right bottom, left top;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% 23px, auto, auto;
}
.widget.widget_box_style.box_style1:before {
  position: absolute;
  content: '';
  top: -7px;
  left: -5px;
  right: -4px;
  height: 8px;
  /*background-image: url(../../../assets/image/theme/corner-tl.png), url(../../../assets/image/theme/corner-tr.png);*/
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
}
.widget.widget_box_style.box_style1:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  right: -4px;
  height: 8px;
  /*background-image: url(../../../assets/image/theme/corner-bl.png), url(../../../assets/image/theme/corner-br.png);*/
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
}
.widget.widget_box_style.box_style1 .widget_content {
  background-image: url(../../../assets/image/theme/box-bg-flower-bl.png), url(../../../assets/image/theme/box-bg-flower-tr.png);
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
  border: 1px solid #eebbca;
  padding: 20px 45px 15px;
  min-height: 60px;
  text-align: center;
}
.widget.widget_box_style.box_style1 .widget_content .widget-title {
  text-align: center;
}
.widget.widget_box_style.box_style2 {
  position: relative;
  background-image: url(../../../assets/image/theme/box2-flower-bl.png), url(../../../assets/image/theme/box2-flower-tr.png);
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
}
.widget.widget_box_style.box_style2 .widget_content {
  /*background-image: url(../../../assets/image/theme/box2-bg-bottom.png), url(../../../assets/image/theme/box2-bg-br.png), url(../../../assets/image/theme/box2-bg-tl.png);*/
  background-position: center bottom, right bottom, left top;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% 22px, auto, auto;
  padding: 40px;
  min-height: 60px;
  text-align: center;
}
.widget.widget_box_style.box_style2 .widget_content .widget-title {
  text-align: center;
}
.widget.widget_box_style.box_style3 {
  position: relative;
  background-image: url(../../../assets/image/theme/box3-flowers-bl.png), url(../../../assets/image/theme/box3-tr.png);
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
}
.widget.widget_box_style.box_style3 .widget_content {
  /*background-image: url(../../../assets/image/theme/box2-bg-bottom.png), url(../../../assets/image/theme/box2-bg-br.png), url(../../../assets/image/theme/box2-bg-tl.png);*/
  background-position: center bottom, right bottom, left top;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% 22px, auto, auto;
  padding: 25px 30px 15px;
}
.widget.widget_box_style.box_style3 .widget_content .widget-title {
  text-align: left;
}
.widget.widget_box_style.box_style4 {
  box-shadow: 0px 0px 18px 2px #d9d9d9;
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
  background: #f4f4f4;
}
.widget.widget_box_style.box_style4 .widget_content {
  position: relative;
  display: block;
  background: #FFF;
  padding: 14px;
  border: 1px solid #eee;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.widget.widget_box_style.border1 .widget_content {
  padding: 20px;
}
.widget.widget_box_style.border2 .widget_content {
  padding: 20px;
}
.widget.widget_box_style.widget_text .textwidget {
  font-size: 18px;
}
.mobile-view-full-width {
  display: none;
}
.beautiful_page_header h1 {
  float: left;
}
div.dtbaker_photo_border {
  position: relative;
  display: inline-block;
  max-width: 100%;
  background: #f4f4f4;
  box-shadow: 0px 0px 18px 2px #d9d9d9;
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
}
div.dtbaker_photo_border > div {
  position: relative;
  display: block;
  background: #FFF;
  padding: 8px;
  border: 1px solid #eee;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.dtbaker_photo_border img {
  display: block;
  max-width: 100%;
}
div.dtbaker_photo_border2 {
  position: relative;
  display: inline-block;
  max-width: 100%;
  box-shadow: 0px 0px 18px 2px #d9d9d9;
}
div.dtbaker_photo_border2 > div {
  position: relative;
  display: block;
  background: #FFF;
  padding: 8px;
  border: 1px solid #eee;
}
.dtbaker_photo_border2 img {
  display: block;
  max-width: 100%;
}
#footer_widgets {
  text-align: center;
}
.beautiful_color_pink {
  background-color: #ffffff;
  /*&.beautiful_header_overlay.beautiful_footer_overlay #holder{
      background-image: url("../../../assets/image/theme/header-bg-variationgreenc705.png"), url("../../../assets/image/theme/footer-flowers-variationgreen0f6f.png");
      padding: 0 0 230px;
    }*/
}
.beautiful_color_pink.beautiful_header_overlay #holder {
  padding: 0 0 30px;
}
.beautiful_color_pink.beautiful_footer_overlay #holder {
  background-image: none, url("../../../assets/image/theme/footer-flowers.png");
  padding: 0 0 230px;
}
.beautiful_color_pink #menu_wrap:before {
  background-image: url("../../../assets/image/theme/menu-ribbon-left.png"), url("../../../assets/image/theme/menu-ribbon-right.png"), url("../../../assets/image/theme/ribbon-tile.png");
}
.beautiful_color_pink .sidebar-right:before,
.beautiful_color_pink .sidebar-left:before {
  background-image: url("../../../assets/image/theme/side-bar-line-v.png");
}
.beautiful_color_pink .widget_content > ul > li > a:after,
.beautiful_color_pink .widget div > ul > li ul.children a:after,
.beautiful_color_pink .widget ul > li ul.children a:after,
.beautiful_color_pink .widget div > ul > li.has-children > a:after,
.beautiful_color_pink .widget ul > li.has-children > a:after,
.beautiful_color_pink .woocommerce ul.cart_list li,
.beautiful_color_pink .woocommerce ul.product_list_widget li,
.beautiful_color_pink .woocommerce-page ul.cart_list li,
.beautiful_color_pink .woocommerce-page ul.product_list_widget li {
  background-image: url("../../../assets/image/theme/side-bar-line-under.png");
}
.beautiful_color_pink.woocommerce span.onsale,
.beautiful_color_pink .woocommerce span.onsale {
  background-color: #ffc7df;
}
.beautiful_color_pink .widget_search .widget_content .searchform {
  background-image: url("../../../assets/image/theme/search-box.png");
}
.beautiful_color_pink .rhcol.box_style1 {
  background-image: url("../../../assets/image/theme/box-bg-flower-bl.png"), url("../../../assets/image/theme/box-bg-flower-tr.png"), url("../../../assets/image/theme/box-bg-bottom.png"), url("../../../assets/image/theme/box-bg-br.png"), url("../../../assets/image/theme/box-bg-tl.png");
  border: 1px solid #eebbca;
}
.beautiful_color_pink .rhcol.box_style1:before {
  background-image: url("../../../assets/image/theme/corner-tl.png"), url("../../../assets/image/theme/corner-tr.png");
}
.beautiful_color_pink .rhcol.box_style1:after {
  background-image: url("../../../assets/image/theme/corner-bl.png"), url("../../../assets/image/theme/corner-br.png");
}
.beautiful_color_pink .rhcol.box_style2 {
  background-image: url("../../../assets/image/theme/box2-flower-bl.png"), url("../../../assets/image/theme/box2-flower-tr.png"), url("../../../assets/image/theme/box2-bg-bottom.png"), url("../../../assets/image/theme/box2-bg-br.png"), url("../../../assets/image/theme/box2-bg-tl.png");
}
.beautiful_color_pink .rhcol.box_style_flowertopbot {
  background-image: url("../../../assets/image/theme/contact-flowers-top.png"), url("../../../assets/image/theme/contact-flowers-bottom.png");
}
.beautiful_color_pink .rhcol.box_style_background {
  background-image: url("../../../assets/image/theme/contact-form-behind.png");
}
.beautiful_color_pink .widget.widget_box_style.box_style1 {
  background-image: url("../../../assets/image/theme/box-bg-bottom.png"), url("../../../assets/image/theme/box-bg-br.png"), url("../../../assets/image/theme/box-bg-tl.png");
}
.beautiful_color_pink .widget.widget_box_style.box_style1:before {
  background-image: url("../../../assets/image/theme/corner-tl.png"), url("../../../assets/image/theme/corner-tr.png");
}
.beautiful_color_pink .widget.widget_box_style.box_style1:after {
  background-image: url("../../../assets/image/theme/corner-bl.png"), url("../../../assets/image/theme/corner-br.png");
}
.beautiful_color_pink .widget.widget_box_style.box_style2 .widget_content {
  background-image: url("../../../assets/image/theme/box2-bg-bottom.png"), url("../../../assets/image/theme/box2-bg-br.png"), url("../../../assets/image/theme/box2-bg-tl.png");
}
.beautiful_color_pink .widget.widget_box_style.box_style3 .widget_content {
  background-image: url("../../../assets/image/theme/box2-bg-bottom.png"), url("../../../assets/image/theme/box2-bg-br.png"), url("../../../assets/image/theme/box2-bg-tl.png");
}
.beautiful_color_pink .blog_links:before,
.beautiful_color_pink .blog_links:after {
  background-image: url("../../../assets/image/theme/line-thin-left.png"), url("../../../assets/image/theme/line-thin-right.png"), url("../../../assets/image/theme/line-thin-tile.png");
}
.beautiful_color_pink ul.dtbaker-page-numbers li,
.beautiful_color_pink .widget_contact_us_widget .fa,
.beautiful_color_pink .bubble_wrap {
  background-image: url("../../../assets/image/theme/circle-bg-lg.png");
}
.beautiful_color_pink .beautiful_button,
.beautiful_color_pink .beautiful_button:link,
.beautiful_color_pink .beautiful_button:visited,
.beautiful_color_pink .wpcf7 .wpcf7-submit,
.beautiful_color_pink a.beautiful_blog_more,
.beautiful_color_pink a.beautiful_blog_more:link,
.beautiful_color_pink a.beautiful_blog_more:hover,
.beautiful_color_pink #submit,
.beautiful_color_pink .woocommerce a.button,
.beautiful_color_pink .woocommerce button.button,
.beautiful_color_pink .woocommerce button.button.alt.single_add_to_cart_button,
.beautiful_color_pink.woocommerce a.button,
.beautiful_color_pink.woocommerce button.button,
.beautiful_color_pink.woocommerce a.button,
.beautiful_color_pink.woocommerce button.button.alt.single_add_to_cart_button,
.beautiful_color_pink #nav-single a {
  background-image: url("../../../assets/image/theme/banner-flag-sml-left.png"), url("../../../assets/image/theme/banner-flag-sml-right.png"), url("../../../assets/image/theme/banner-flag-sml-tile.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_pink .beautiful_button,
  .beautiful_color_pink .beautiful_button:link,
  .beautiful_color_pink .beautiful_button:visited,
  .beautiful_color_pink .wpcf7 .wpcf7-submit,
  .beautiful_color_pink a.beautiful_blog_more,
  .beautiful_color_pink a.beautiful_blog_more:link,
  .beautiful_color_pink a.beautiful_blog_more:hover,
  .beautiful_color_pink #submit,
  .beautiful_color_pink .woocommerce a.button,
  .beautiful_color_pink .woocommerce button.button,
  .beautiful_color_pink .woocommerce button.button.alt.single_add_to_cart_button,
  .beautiful_color_pink.woocommerce a.button,
  .beautiful_color_pink.woocommerce button.button,
  .beautiful_color_pink.woocommerce a.button,
  .beautiful_color_pink.woocommerce button.button.alt.single_add_to_cart_button,
  .beautiful_color_pink #nav-single a {
    background: url("../../../assets/image/theme/banner-flag-sml-tile.png") repeat-x;
    background-size: 100% 100%;
    background-position: top;
    border-radius: 5px;
    border: 0;
  }
}
.beautiful_color_pink .widget.woocommerce .button,
.beautiful_color_pink .widget.woocommerce .button:hover,
.beautiful_color_pink #respond input#submit {
  background-image: url("../../../assets/image/theme/banner-flag-sml-tile.png");
}
.beautiful_color_pink.demo_visible #dtbaker_demo_header {
  border-bottom: 5px solid #ffc7df;
}
.beautiful_color_pink.demo_visible #dtbaker_demo_header ul li.current {
  background: #ffc7df;
}
.beautiful_color_pink form.wpcf7-form {
  background-image: url("../../../assets/image/theme/contact-form-behind.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_pink form.wpcf7-form {
    background-size: 100% 95%;
  }
}
.beautiful_color_pink #menu_wrap #menu_container > div > ul > li ul {
  background-image: url("../../../assets/image/theme/drop-menu-tile.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_pink.responsive_enabled #menu_container {
    background-image: url("../../../assets/image/theme/drop-down-tile-square.jpg");
  }
  .beautiful_color_pink.responsive_enabled .sidebar-right:before,
  .beautiful_color_pink.responsive_enabled .sidebar-left:before {
    background-image: url("../../../assets/image/theme/side-bar-line-v.png");
  }
}
.beautiful_color_pink.responsive_enabled #mobile_menu_toggle {
  background-image: url("../../../assets/image/theme/circle-bg-lg.png");
}
/********/
.beautiful_color_blue {
  background-color: #e9f8fe;
  /*&.beautiful_header_overlay.beautiful_footer_overlay #holder{
      background-image: url("../../../assets/image/theme/header-bg-variationgreenc705.png"), url("../../../assets/image/theme/footer-flowers-variationgreen0f6f.png");
      padding: 0 0 230px;
    }*/
}
.beautiful_color_blue.beautiful_header_overlay #holder {
  padding: 0 0 30px;
}
.beautiful_color_blue.beautiful_footer_overlay #holder {
  background-image: none, url("../../../assets/image/theme/footer-flowers-variationgreen67a4.png");
  padding: 0 0 230px;
}
.beautiful_color_blue #menu_wrap:before {
  background-image: url("../../../assets/image/theme/menu-ribbon-left-variationgreenec9b.png"), url("../../../assets/image/theme/menu-ribbon-right-variationgreen2601.png"), url("../../../assets/image/theme/ribbon-tile-variationgreen9acd.png");
}
.beautiful_color_blue .sidebar-right:before,
.beautiful_color_blue .sidebar-left:before {
  background-image: url("../../../assets/image/theme/side-bar-line-v-variationgreen6fe3.png");
}
.beautiful_color_blue .widget_content > ul > li > a:after,
.beautiful_color_blue .widget div > ul > li ul.children a:after,
.beautiful_color_blue .widget ul > li ul.children a:after,
.beautiful_color_blue .widget div > ul > li.has-children > a:after,
.beautiful_color_blue .widget ul > li.has-children > a:after,
.beautiful_color_blue .woocommerce ul.cart_list li,
.beautiful_color_blue .woocommerce ul.product_list_widget li,
.beautiful_color_blue .woocommerce-page ul.cart_list li,
.beautiful_color_blue .woocommerce-page ul.product_list_widget li {
  background-image: url("../../../assets/image/theme/side-bar-line-under-variationgreene9a0.png");
}
.beautiful_color_blue.woocommerce span.onsale,
.beautiful_color_blue .woocommerce span.onsale {
  background-color: #86dafb;
}
.beautiful_color_blue .widget_search .widget_content .searchform {
  background-image: url("../../../assets/image/theme/search-box-variationgreen9551.png");
}
.beautiful_color_blue .rhcol.box_style1 {
  background-image: url("../../../assets/image/theme/box-bg-flower-bl.png"), url("../../../assets/image/theme/box-bg-flower-tr.png"), url("../../../assets/image/theme/box-bg-bottom-variationgreen2f40.png"), url("../../../assets/image/theme/box-bg-br-variationgreen1d13.png"), url("../../../assets/image/theme/box-bg-tl-variationgreen560e.png");
  border: 1px solid #eebbca;
}
.beautiful_color_blue .rhcol.box_style1:before {
  background-image: url("../../../assets/image/theme/corner-tl-variationgreen0d40.png"), url("../../../assets/image/theme/corner-tr-variationgreen2679.png");
}
.beautiful_color_blue .rhcol.box_style1:after {
  background-image: url("../../../assets/image/theme/corner-bl-variationgreen239a.png"), url("../../../assets/image/theme/corner-br-variationgreen63fa.png");
}
.beautiful_color_blue .rhcol.box_style2 {
  background-image: url("../../../assets/image/theme/box2-flower-bl.png"), url("../../../assets/image/theme/box2-flower-tr.png"), url("../../../assets/image/theme/box2-bg-bottom-variationgreene53b.png"), url("../../../assets/image/theme/box2-bg-br-variationgreen0f9c.png"), url("../../../assets/image/theme/box2-bg-tl-variationgreen75e2.png");
}
.beautiful_color_blue .rhcol.box_style_flowertopbot {
  background-image: url("../../../assets/image/theme/contact-flowers-top-variationgreen4e9f.png"), url("../../../assets/image/theme/contact-flowers-bottom-variationgreen70c7.png");
}
.beautiful_color_blue .rhcol.box_style_background {
  background-image: url("../../../assets/image/theme/contact-form-behind-variationgreend143.png");
}
.beautiful_color_blue .widget.widget_box_style.box_style1 {
  background-image: url("../../../assets/image/theme/box-bg-bottom-variationgreen2f40.png"), url("../../../assets/image/theme/box-bg-br-variationgreen1d13.png"), url("../../../assets/image/theme/box-bg-tl-variationgreen560e.png");
}
.beautiful_color_blue .widget.widget_box_style.box_style1:before {
  background-image: url("../../../assets/image/theme/corner-tl-variationgreen0d40.png"), url("../../../assets/image/theme/corner-tr-variationgreen2679.png");
}
.beautiful_color_blue .widget.widget_box_style.box_style1:after {
  background-image: url("../../../assets/image/theme/corner-bl-variationgreen239a.png"), url("../../../assets/image/theme/corner-br-variationgreen63fa.png");
}
.beautiful_color_blue .widget.widget_box_style.box_style2 .widget_content {
  background-image: url("../../../assets/image/theme/box2-bg-bottom-variationgreene53b.png"), url("../../../assets/image/theme/box2-bg-br-variationgreen0f9c.png"), url("../../../assets/image/theme/box2-bg-tl-variationgreen75e2.png");
}
.beautiful_color_blue .widget.widget_box_style.box_style3 .widget_content {
  background-image: url("../../../assets/image/theme/box2-bg-bottom-variationgreene53b.png"), url("../../../assets/image/theme/box2-bg-br-variationgreen0f9c.png"), url("../../../assets/image/theme/box2-bg-tl-variationgreen75e2.png");
}
.beautiful_color_blue .blog_links:before,
.beautiful_color_blue .blog_links:after {
  background-image: url("../../../assets/image/theme/line-thin-left-variationgreenafb0.png"), url("../../../assets/image/theme/line-thin-right-variationgreen4a5f.png"), url("../../../assets/image/theme/line-thin-tile-variationgreene946.png");
}
.beautiful_color_blue ul.dtbaker-page-numbers li,
.beautiful_color_blue .widget_contact_us_widget .fa,
.beautiful_color_blue .bubble_wrap {
  background-image: url("../../../assets/image/theme/circle-bg-lg-variationgreencdf6.png");
}
.beautiful_color_blue .beautiful_button,
.beautiful_color_blue .beautiful_button:link,
.beautiful_color_blue .beautiful_button:visited,
.beautiful_color_blue .wpcf7 .wpcf7-submit,
.beautiful_color_blue a.beautiful_blog_more,
.beautiful_color_blue a.beautiful_blog_more:link,
.beautiful_color_blue a.beautiful_blog_more:hover,
.beautiful_color_blue #submit,
.beautiful_color_blue .woocommerce a.button,
.beautiful_color_blue .woocommerce button.button,
.beautiful_color_blue .woocommerce button.button.alt.single_add_to_cart_button,
.beautiful_color_blue.woocommerce a.button,
.beautiful_color_blue.woocommerce button.button,
.beautiful_color_blue.woocommerce a.button,
.beautiful_color_blue.woocommerce button.button.alt.single_add_to_cart_button,
.beautiful_color_blue #nav-single a {
  background-image: url("../../../assets/image/theme/banner-flag-sml-left-variationgreen15f7.png"), url("../../../assets/image/theme/banner-flag-sml-right-variationgreenb5a6.png"), url("../../../assets/image/theme/banner-flag-sml-tile-variationgreen6141.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_blue .beautiful_button,
  .beautiful_color_blue .beautiful_button:link,
  .beautiful_color_blue .beautiful_button:visited,
  .beautiful_color_blue .wpcf7 .wpcf7-submit,
  .beautiful_color_blue a.beautiful_blog_more,
  .beautiful_color_blue a.beautiful_blog_more:link,
  .beautiful_color_blue a.beautiful_blog_more:hover,
  .beautiful_color_blue #submit,
  .beautiful_color_blue .woocommerce a.button,
  .beautiful_color_blue .woocommerce button.button,
  .beautiful_color_blue .woocommerce button.button.alt.single_add_to_cart_button,
  .beautiful_color_blue.woocommerce a.button,
  .beautiful_color_blue.woocommerce button.button,
  .beautiful_color_blue.woocommerce a.button,
  .beautiful_color_blue.woocommerce button.button.alt.single_add_to_cart_button,
  .beautiful_color_blue #nav-single a {
    background: url("../../../assets/image/theme/banner-flag-sml-tile-variationgreen6141.png") repeat-x;
    background-size: 100% 100%;
    background-position: top;
    border-radius: 5px;
    border: 0;
  }
}
.beautiful_color_blue .widget.woocommerce .button,
.beautiful_color_blue .widget.woocommerce .button:hover,
.beautiful_color_blue #respond input#submit {
  background-image: url("../../../assets/image/theme/banner-flag-sml-tile-variationgreen6141.png");
}
.beautiful_color_blue.demo_visible #dtbaker_demo_header {
  border-bottom: 5px solid #86dafb;
}
.beautiful_color_blue.demo_visible #dtbaker_demo_header ul li.current {
  background: #86dafb;
}
.beautiful_color_blue form.wpcf7-form {
  background-image: url("../../../assets/image/theme/contact-form-behind-variationgreend143.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_blue form.wpcf7-form {
    background-size: 100% 95%;
  }
}
.beautiful_color_blue #menu_wrap #menu_container > div > ul > li ul {
  background-image: url("../../../assets/image/theme/drop-menu-tile-variationgreen8db2.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_blue.responsive_enabled #menu_container {
    background-image: url("../../../assets/image/theme/drop-down-tile-square-variationgreenad14.jpg");
  }
  .beautiful_color_blue.responsive_enabled .sidebar-right:before,
  .beautiful_color_blue.responsive_enabled .sidebar-left:before {
    background-image: url("../../../assets/image/theme/side-bar-line-v-variationgreen6fe3.png");
  }
}
.beautiful_color_blue.responsive_enabled #mobile_menu_toggle {
  background-image: url("../../../assets/image/theme/circle-bg-lg-variationgreencdf6.png");
}
/********/
.beautiful_color_gold {
  background-color: #fefcf4;
  /*&.beautiful_header_overlay.beautiful_footer_overlay #holder{
      background-image: url("../../../assets/image/theme/header-bg-variationgreenc705.png"), url("../../../assets/image/theme/footer-flowers-variationgreen0f6f.png");
      padding: 0 0 230px;
    }*/
}
.beautiful_color_gold.beautiful_header_overlay #holder {
  padding: 0 0 30px;
}
.beautiful_color_gold.beautiful_footer_overlay #holder {
  background-image: none, url("../../../assets/image/theme/footer-flowers-variationgreen2fae.png");
  padding: 0 0 230px;
}
.beautiful_color_gold #menu_wrap:before {
  background-image: url("../../../assets/image/theme/menu-ribbon-left-variationgreen7298.png"), url("../../../assets/image/theme/menu-ribbon-right-variationgreen1afb.png"), url("../../../assets/image/theme/ribbon-tile-variationgreenedb7.png");
}
.beautiful_color_gold .sidebar-right:before,
.beautiful_color_gold .sidebar-left:before {
  background-image: url("../../../assets/image/theme/side-bar-line-v-variationgreen2a88.png");
}
.beautiful_color_gold .widget_content > ul > li > a:after,
.beautiful_color_gold .widget div > ul > li ul.children a:after,
.beautiful_color_gold .widget ul > li ul.children a:after,
.beautiful_color_gold .widget div > ul > li.has-children > a:after,
.beautiful_color_gold .widget ul > li.has-children > a:after,
.beautiful_color_gold .woocommerce ul.cart_list li,
.beautiful_color_gold .woocommerce ul.product_list_widget li,
.beautiful_color_gold .woocommerce-page ul.cart_list li,
.beautiful_color_gold .woocommerce-page ul.product_list_widget li {
  background-image: url("../../../assets/image/theme/side-bar-line-under-variationgreen4746.png");
}
.beautiful_color_gold.woocommerce span.onsale,
.beautiful_color_gold .woocommerce span.onsale {
  background-color: #f6e196;
}
.beautiful_color_gold .widget_search .widget_content .searchform {
  background-image: url("../../../assets/image/theme/search-box-variationgreene70d.png");
}
.beautiful_color_gold .rhcol.box_style1 {
  background-image: url("../../../assets/image/theme/box-bg-flower-bl.png"), url("../../../assets/image/theme/box-bg-flower-tr.png"), url("../../../assets/image/theme/box-bg-bottom-variationgreen7830.png"), url("../../../assets/image/theme/box-bg-br-variationgreen9bb9.png"), url("../../../assets/image/theme/box-bg-tl-variationgreen82b3.png");
  border: 1px solid #eebbca;
}
.beautiful_color_gold .rhcol.box_style1:before {
  background-image: url("../../../assets/image/theme/corner-tl-variationgreen54d3.png"), url("../../../assets/image/theme/corner-tr-variationgreen7c8d.png");
}
.beautiful_color_gold .rhcol.box_style1:after {
  background-image: url("../../../assets/image/theme/corner-bl-variationgreen36fd.png"), url("../../../assets/image/theme/corner-br-variationgreen1405.png");
}
.beautiful_color_gold .rhcol.box_style2 {
  background-image: url("../../../assets/image/theme/box2-flower-bl.png"), url("../../../assets/image/theme/box2-flower-tr.png"), url("../../../assets/image/theme/box2-bg-bottom-variationgreenf4b6.png"), url("../../../assets/image/theme/box2-bg-br-variationgreen1990.png"), url("../../../assets/image/theme/box2-bg-tl-variationgreena678.png");
}
.beautiful_color_gold .rhcol.box_style_flowertopbot {
  background-image: url("../../../assets/image/theme/contact-flowers-top-variationgreencb6b.png"), url("../../../assets/image/theme/contact-flowers-bottom-variationgreen0d88.png");
}
.beautiful_color_gold .rhcol.box_style_background {
  background-image: url("../../../assets/image/theme/contact-form-behind-variationgreencbfa.png");
}
.beautiful_color_gold .widget.widget_box_style.box_style1 {
  background-image: url("../../../assets/image/theme/box-bg-bottom-variationgreen7830.png"), url("../../../assets/image/theme/box-bg-br-variationgreen9bb9.png"), url("../../../assets/image/theme/box-bg-tl-variationgreen82b3.png");
}
.beautiful_color_gold .widget.widget_box_style.box_style1:before {
  background-image: url("../../../assets/image/theme/corner-tl-variationgreen54d3.png"), url("../../../assets/image/theme/corner-tr-variationgreen7c8d.png");
}
.beautiful_color_gold .widget.widget_box_style.box_style1:after {
  background-image: url("../../../assets/image/theme/corner-bl-variationgreen36fd.png"), url("../../../assets/image/theme/corner-br-variationgreen1405.png");
}
.beautiful_color_gold .widget.widget_box_style.box_style2 .widget_content {
  background-image: url("../../../assets/image/theme/box2-bg-bottom-variationgreenf4b6.png"), url("../../../assets/image/theme/box2-bg-br-variationgreen1990.png"), url("../../../assets/image/theme/box2-bg-tl-variationgreena678.png");
}
.beautiful_color_gold .widget.widget_box_style.box_style3 .widget_content {
  background-image: url("../../../assets/image/theme/box2-bg-bottom-variationgreenf4b6.png"), url("../../../assets/image/theme/box2-bg-br-variationgreen1990.png"), url("../../../assets/image/theme/box2-bg-tl-variationgreena678.png");
}
.beautiful_color_gold .blog_links:before,
.beautiful_color_gold .blog_links:after {
  background-image: url("../../../assets/image/theme/line-thin-left-variationgreena6dc.png"), url("../../../assets/image/theme/line-thin-right-variationgreen04be.png"), url("../../../assets/image/theme/line-thin-tile-variationgreen3811.png");
}
.beautiful_color_gold ul.dtbaker-page-numbers li,
.beautiful_color_gold .widget_contact_us_widget .fa,
.beautiful_color_gold .bubble_wrap {
  background-image: url("../../../assets/image/theme/circle-bg-lg-variationgreena297.png");
}
.beautiful_color_gold .beautiful_button,
.beautiful_color_gold .beautiful_button:link,
.beautiful_color_gold .beautiful_button:visited,
.beautiful_color_gold .wpcf7 .wpcf7-submit,
.beautiful_color_gold a.beautiful_blog_more,
.beautiful_color_gold a.beautiful_blog_more:link,
.beautiful_color_gold a.beautiful_blog_more:hover,
.beautiful_color_gold #submit,
.beautiful_color_gold .woocommerce a.button,
.beautiful_color_gold .woocommerce button.button,
.beautiful_color_gold .woocommerce button.button.alt.single_add_to_cart_button,
.beautiful_color_gold.woocommerce a.button,
.beautiful_color_gold.woocommerce button.button,
.beautiful_color_gold.woocommerce a.button,
.beautiful_color_gold.woocommerce button.button.alt.single_add_to_cart_button,
.beautiful_color_gold #nav-single a {
  background-image: url("../../../assets/image/theme/banner-flag-sml-left-variationgreen9707.png"), url("../../../assets/image/theme/banner-flag-sml-right-variationgreenb4a7.png"), url("../../../assets/image/theme/banner-flag-sml-tile-variationgreen2304.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_gold .beautiful_button,
  .beautiful_color_gold .beautiful_button:link,
  .beautiful_color_gold .beautiful_button:visited,
  .beautiful_color_gold .wpcf7 .wpcf7-submit,
  .beautiful_color_gold a.beautiful_blog_more,
  .beautiful_color_gold a.beautiful_blog_more:link,
  .beautiful_color_gold a.beautiful_blog_more:hover,
  .beautiful_color_gold #submit,
  .beautiful_color_gold .woocommerce a.button,
  .beautiful_color_gold .woocommerce button.button,
  .beautiful_color_gold .woocommerce button.button.alt.single_add_to_cart_button,
  .beautiful_color_gold.woocommerce a.button,
  .beautiful_color_gold.woocommerce button.button,
  .beautiful_color_gold.woocommerce a.button,
  .beautiful_color_gold.woocommerce button.button.alt.single_add_to_cart_button,
  .beautiful_color_gold #nav-single a {
    background: url("../../../assets/image/theme/banner-flag-sml-tile-variationgreen2304.png") repeat-x;
    background-size: 100% 100%;
    background-position: top;
    border-radius: 5px;
    border: 0;
  }
}
.beautiful_color_gold .widget.woocommerce .button,
.beautiful_color_gold .widget.woocommerce .button:hover,
.beautiful_color_gold #respond input#submit {
  background-image: url("../../../assets/image/theme/banner-flag-sml-tile-variationgreen2304.png");
}
.beautiful_color_gold.demo_visible #dtbaker_demo_header {
  border-bottom: 5px solid #f6e196;
}
.beautiful_color_gold.demo_visible #dtbaker_demo_header ul li.current {
  background: #f6e196;
}
.beautiful_color_gold form.wpcf7-form {
  background-image: url("../../../assets/image/theme/contact-form-behind-variationgreencbfa.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_gold form.wpcf7-form {
    background-size: 100% 95%;
  }
}
.beautiful_color_gold #menu_wrap #menu_container > div > ul > li ul {
  background-image: url("../../../assets/image/theme/drop-menu-tile-variationgreena49c.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_gold.responsive_enabled #menu_container {
    background-image: url("../../../assets/image/theme/drop-down-tile-square-variationgreen2876.jpg");
  }
  .beautiful_color_gold.responsive_enabled .sidebar-right:before,
  .beautiful_color_gold.responsive_enabled .sidebar-left:before {
    background-image: url("../../../assets/image/theme/side-bar-line-v-variationgreen2a88.png");
  }
}
.beautiful_color_gold.responsive_enabled #mobile_menu_toggle {
  background-image: url("../../../assets/image/theme/circle-bg-lg-variationgreena297.png");
}
/********/
.beautiful_color_green {
  background-color: #f5fcf1;
  /*&.beautiful_header_overlay.beautiful_footer_overlay #holder{
      background-image: url("../../../assets/image/theme/header-bg-variationgreenc705.png"), url("../../../assets/image/theme/footer-flowers-variationgreen0f6f.png");
      padding: 0 0 230px;
    }*/
}
.beautiful_color_green.beautiful_header_overlay #holder {
  padding: 0 0 30px;
}
.beautiful_color_green.beautiful_footer_overlay #holder {
  background-image: none, url("../../../assets/image/theme/footer-flowers-variationgreenb774.png");
  padding: 0 0 230px;
}
.beautiful_color_green #menu_wrap:before {
  background-image: url("../../../assets/image/theme/menu-ribbon-left-variationgreend899.png"), url("../../../assets/image/theme/menu-ribbon-right-variationgreenf853.png"), url("../../../assets/image/theme/ribbon-tile-variationgreen0749.png");
}
.beautiful_color_green .sidebar-right:before,
.beautiful_color_green .sidebar-left:before {
  background-image: url("../../../assets/image/theme/side-bar-line-v-variationgreend178.png");
}
.beautiful_color_green .widget_content > ul > li > a:after,
.beautiful_color_green .widget div > ul > li ul.children a:after,
.beautiful_color_green .widget ul > li ul.children a:after,
.beautiful_color_green .widget div > ul > li.has-children > a:after,
.beautiful_color_green .widget ul > li.has-children > a:after,
.beautiful_color_green .woocommerce ul.cart_list li,
.beautiful_color_green .woocommerce ul.product_list_widget li,
.beautiful_color_green .woocommerce-page ul.cart_list li,
.beautiful_color_green .woocommerce-page ul.product_list_widget li {
  background-image: url("../../../assets/image/theme/side-bar-line-under-variationgreen1e0e.png");
}
.beautiful_color_green.woocommerce span.onsale,
.beautiful_color_green .woocommerce span.onsale {
  background-color: #FC0303;
}
.beautiful_color_green .widget_search .widget_content .searchform {
  background-image: url("../../../assets/image/theme/search-box-variationgreen4703.png");
}
.beautiful_color_green .rhcol.box_style1 {
  background-image: url("../../../assets/image/theme/box-bg-flower-bl.png"), url("../../../assets/image/theme/box-bg-flower-tr.png"), url("../../../assets/image/theme/box-bg-bottom-variationgreena6a3.png"), url("../../../assets/image/theme/box-bg-br-variationgreenc6d7.png"), url("../../../assets/image/theme/box-bg-tl-variationgreenc0d0.png");
  border: 1px solid #eebbca;
}
.beautiful_color_green .rhcol.box_style1:before {
  background-image: url("../../../assets/image/theme/corner-tl-variationgreen2edf.png"), url("../../../assets/image/theme/corner-tr-variationgreen425f.png");
}
.beautiful_color_green .rhcol.box_style1:after {
  background-image: url("../../../assets/image/theme/corner-bl-variationgreen693a.png"), url("../../../assets/image/theme/corner-br-variationgreen9e28.png");
}
.beautiful_color_green .rhcol.box_style2 {
  background-image: url("../../../assets/image/theme/box2-flower-bl.png"), url("../../../assets/image/theme/box2-flower-tr.png"), url("../../../assets/image/theme/box2-bg-bottom-variationgreen54c3.png"), url("../../../assets/image/theme/box2-bg-br-variationgreen4472.png"), url("../../../assets/image/theme/box2-bg-tl-variationgreenbf57.png");
}
.beautiful_color_green .rhcol.box_style_flowertopbot {
  background-image: url("../../../assets/image/theme/contact-flowers-top-variationgreen8351.png"), url("../../../assets/image/theme/contact-flowers-bottom-variationgreend594.png");
}
.beautiful_color_green .rhcol.box_style_background {
  background-image: url("../../../assets/image/theme/contact-form-behind-variationgreen5eec.png");
}
.beautiful_color_green .widget.widget_box_style.box_style1 {
  background-image: url("../../../assets/image/theme/box-bg-bottom-variationgreena6a3.png"), url("../../../assets/image/theme/box-bg-br-variationgreenc6d7.png"), url("../../../assets/image/theme/box-bg-tl-variationgreenc0d0.png");
}
.beautiful_color_green .widget.widget_box_style.box_style1:before {
  background-image: url("../../../assets/image/theme/corner-tl-variationgreen2edf.png"), url("../../../assets/image/theme/corner-tr-variationgreen425f.png");
}
.beautiful_color_green .widget.widget_box_style.box_style1:after {
  background-image: url("../../../assets/image/theme/corner-bl-variationgreen693a.png"), url("../../../assets/image/theme/corner-br-variationgreen9e28.png");
}
.beautiful_color_green .widget.widget_box_style.box_style2 .widget_content {
  background-image: url("../../../assets/image/theme/box2-bg-bottom-variationgreen54c3.png"), url("../../../assets/image/theme/box2-bg-br-variationgreen4472.png"), url("../../../assets/image/theme/box2-bg-tl-variationgreenbf57.png");
}
.beautiful_color_green .widget.widget_box_style.box_style3 .widget_content {
  background-image: url("../../../assets/image/theme/box2-bg-bottom-variationgreen54c3.png"), url("../../../assets/image/theme/box2-bg-br-variationgreen4472.png"), url("../../../assets/image/theme/box2-bg-tl-variationgreenbf57.png");
}
.beautiful_color_green .blog_links:before,
.beautiful_color_green .blog_links:after {
  background-image: url("../../../assets/image/theme/line-thin-left-variationgreen0175.png"), url("../../../assets/image/theme/line-thin-right-variationgreenc248.png"), url("../../../assets/image/theme/line-thin-tile-variationgreenb982.png");
}
.beautiful_color_green ul.dtbaker-page-numbers li,
.beautiful_color_green .widget_contact_us_widget .fa,
.beautiful_color_green .bubble_wrap {
  background-image: url("../../../assets/image/theme/circle-bg-lg-variationgreenbe55.png");
}
.beautiful_color_green .beautiful_button,
.beautiful_color_green .beautiful_button:link,
.beautiful_color_green .beautiful_button:visited,
.beautiful_color_green .wpcf7 .wpcf7-submit,
.beautiful_color_green a.beautiful_blog_more,
.beautiful_color_green a.beautiful_blog_more:link,
.beautiful_color_green a.beautiful_blog_more:hover,
.beautiful_color_green #submit,
.beautiful_color_green .woocommerce a.button,
.beautiful_color_green .woocommerce button.button,
.beautiful_color_green .woocommerce button.button.alt.single_add_to_cart_button,
.beautiful_color_green.woocommerce a.button,
.beautiful_color_green.woocommerce button.button,
.beautiful_color_green.woocommerce a.button,
.beautiful_color_green.woocommerce button.button.alt.single_add_to_cart_button,
.beautiful_color_green #nav-single a {
  background-image: url("../../../assets/image/theme/banner-flag-sml-left-variationgreena338.png"), url("../../../assets/image/theme/banner-flag-sml-right-variationgreen2e8f.png"), url("../../../assets/image/theme/banner-flag-sml-tile-variationgreen772f.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_green .beautiful_button,
  .beautiful_color_green .beautiful_button:link,
  .beautiful_color_green .beautiful_button:visited,
  .beautiful_color_green .wpcf7 .wpcf7-submit,
  .beautiful_color_green a.beautiful_blog_more,
  .beautiful_color_green a.beautiful_blog_more:link,
  .beautiful_color_green a.beautiful_blog_more:hover,
  .beautiful_color_green #submit,
  .beautiful_color_green .woocommerce a.button,
  .beautiful_color_green .woocommerce button.button,
  .beautiful_color_green .woocommerce button.button.alt.single_add_to_cart_button,
  .beautiful_color_green.woocommerce a.button,
  .beautiful_color_green.woocommerce button.button,
  .beautiful_color_green.woocommerce a.button,
  .beautiful_color_green.woocommerce button.button.alt.single_add_to_cart_button,
  .beautiful_color_green #nav-single a {
    background: url("../../../assets/image/theme/banner-flag-sml-tile-variationgreen772f.png") repeat-x;
    background-size: 100% 100%;
    background-position: top;
    border-radius: 5px;
    border: 0;
  }
}
.beautiful_color_green .widget.woocommerce .button,
.beautiful_color_green .widget.woocommerce .button:hover,
.beautiful_color_green #respond input#submit {
  background-image: url("../../../assets/image/theme/banner-flag-sml-tile-variationgreen772f.png");
}
.beautiful_color_green.demo_visible #dtbaker_demo_header {
  border-bottom: 5px solid #baeb9c;
}
.beautiful_color_green.demo_visible #dtbaker_demo_header ul li.current {
  background: #baeb9c;
}
.beautiful_color_green form.wpcf7-form {
  background-image: url("../../../assets/image/theme/contact-form-behind-variationgreen5eec.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_green form.wpcf7-form {
    background-size: 100% 95%;
  }
}
.beautiful_color_green #menu_wrap #menu_container > div > ul > li ul {
  background-image: url("../../../assets/image/theme/drop-menu-tile-variationgreen58bf.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_green.responsive_enabled #menu_container {
    background-image: url("../../../assets/image/theme/drop-down-tile-square-variationgreena72c.jpg");
  }
  .beautiful_color_green.responsive_enabled .sidebar-right:before,
  .beautiful_color_green.responsive_enabled .sidebar-left:before {
    background-image: url("../../../assets/image/theme/side-bar-line-v-variationgreend178.png");
  }
}
.beautiful_color_green.responsive_enabled #mobile_menu_toggle {
  background-image: url("../../../assets/image/theme/circle-bg-lg-variationgreenbe55.png");
}
/********/
.beautiful_color_grey {
  background-color: #f2f2f2;
  /*&.beautiful_header_overlay.beautiful_footer_overlay #holder{
      background-image: url("../../../assets/image/theme/header-bg-variationgreenc705.png"), url("../../../assets/image/theme/footer-flowers-variationgreen0f6f.png");
      padding: 0 0 230px;
    }*/
}
.beautiful_color_grey.beautiful_header_overlay #holder {
  padding: 0 0 30px;
}
.beautiful_color_grey.beautiful_footer_overlay #holder {
  background-image: none, url("../../../assets/image/theme/footer-flowers-variationgreen5543.png");
  padding: 0 0 230px;
}
.beautiful_color_grey #menu_wrap:before {
  background-image: url("../../../assets/image/theme/menu-ribbon-left-variationgreen8bb0.png"), url("../../../assets/image/theme/menu-ribbon-right-variationgreen8456.png"), url("../../../assets/image/theme/ribbon-tile-variationgreen2770.png");
}
.beautiful_color_grey .sidebar-right:before,
.beautiful_color_grey .sidebar-left:before {
  background-image: url("../../../assets/image/theme/side-bar-line-v-variationgreen7d0c.png");
}
.beautiful_color_grey .widget_content > ul > li > a:after,
.beautiful_color_grey .widget div > ul > li ul.children a:after,
.beautiful_color_grey .widget ul > li ul.children a:after,
.beautiful_color_grey .widget div > ul > li.has-children > a:after,
.beautiful_color_grey .widget ul > li.has-children > a:after,
.beautiful_color_grey .woocommerce ul.cart_list li,
.beautiful_color_grey .woocommerce ul.product_list_widget li,
.beautiful_color_grey .woocommerce-page ul.cart_list li,
.beautiful_color_grey .woocommerce-page ul.product_list_widget li {
  background-image: url("../../../assets/image/theme/side-bar-line-under-variationgreencc5d.png");
}
.beautiful_color_grey.woocommerce span.onsale,
.beautiful_color_grey .woocommerce span.onsale {
  background-color: #bfbfbf;
}
.beautiful_color_grey .widget_search .widget_content .searchform {
  background-image: url("../../../assets/image/theme/search-box-variationgreenadd7.png");
}
.beautiful_color_grey .rhcol.box_style1 {
  background-image: url("../../../assets/image/theme/box-bg-flower-bl.png"), url("../../../assets/image/theme/box-bg-flower-tr.png"), url("../../../assets/image/theme/box-bg-bottom-variationgreenf6d1.png"), url("../../../assets/image/theme/box-bg-br-variationgreen671e.png"), url("../../../assets/image/theme/box-bg-tl-variationgreen412c.png");
  border: 1px solid #eebbca;
}
.beautiful_color_grey .rhcol.box_style1:before {
  background-image: url("../../../assets/image/theme/corner-tl-variationgreen95a3.png"), url("../../../assets/image/theme/corner-tr-variationgreen161b.png");
}
.beautiful_color_grey .rhcol.box_style1:after {
  background-image: url("../../../assets/image/theme/corner-bl-variationgreen638d.png"), url("../../../assets/image/theme/corner-br-variationgreendfe0.png");
}
.beautiful_color_grey .rhcol.box_style2 {
  background-image: url("../../../assets/image/theme/box2-flower-bl.png"), url("../../../assets/image/theme/box2-flower-tr.png"), url("../../../assets/image/theme/box2-bg-bottom-variationgreend071.png"), url("../../../assets/image/theme/box2-bg-br-variationgreen09a6.png"), url("../../../assets/image/theme/box2-bg-tl-variationgreenc93c.png");
}
.beautiful_color_grey .rhcol.box_style_flowertopbot {
  background-image: url("../../../assets/image/theme/contact-flowers-top-variationgreen71f7.png"), url("../../../assets/image/theme/contact-flowers-bottom-variationgreenc435.png");
}
.beautiful_color_grey .rhcol.box_style_background {
  background-image: url("../../../assets/image/theme/contact-form-behind-variationgreen6db0.png");
}
.beautiful_color_grey .widget.widget_box_style.box_style1 {
  background-image: url("../../../assets/image/theme/box-bg-bottom-variationgreenf6d1.png"), url("../../../assets/image/theme/box-bg-br-variationgreen671e.png"), url("../../../assets/image/theme/box-bg-tl-variationgreen412c.png");
}
.beautiful_color_grey .widget.widget_box_style.box_style1:before {
  background-image: url("../../../assets/image/theme/corner-tl-variationgreen95a3.png"), url("../../../assets/image/theme/corner-tr-variationgreen161b.png");
}
.beautiful_color_grey .widget.widget_box_style.box_style1:after {
  background-image: url("../../../assets/image/theme/corner-bl-variationgreen638d.png"), url("../../../assets/image/theme/corner-br-variationgreendfe0.png");
}
.beautiful_color_grey .widget.widget_box_style.box_style2 .widget_content {
  background-image: url("../../../assets/image/theme/box2-bg-bottom-variationgreend071.png"), url("../../../assets/image/theme/box2-bg-br-variationgreen09a6.png"), url("../../../assets/image/theme/box2-bg-tl-variationgreenc93c.png");
}
.beautiful_color_grey .widget.widget_box_style.box_style3 .widget_content {
  background-image: url("../../../assets/image/theme/box2-bg-bottom-variationgreend071.png"), url("../../../assets/image/theme/box2-bg-br-variationgreen09a6.png"), url("../../../assets/image/theme/box2-bg-tl-variationgreenc93c.png");
}
.beautiful_color_grey .blog_links:before,
.beautiful_color_grey .blog_links:after {
  background-image: url("../../../assets/image/theme/line-thin-left-variationgreendcbb.png"), url("../../../assets/image/theme/line-thin-right-variationgreene8e0.png"), url("../../../assets/image/theme/line-thin-tile-variationgreenf714.png");
}
.beautiful_color_grey ul.dtbaker-page-numbers li,
.beautiful_color_grey .widget_contact_us_widget .fa,
.beautiful_color_grey .bubble_wrap {
  background-image: url("../../../assets/image/theme/circle-bg-lg-variationgreen9304.png");
}
.beautiful_color_grey .beautiful_button,
.beautiful_color_grey .beautiful_button:link,
.beautiful_color_grey .beautiful_button:visited,
.beautiful_color_grey .wpcf7 .wpcf7-submit,
.beautiful_color_grey a.beautiful_blog_more,
.beautiful_color_grey a.beautiful_blog_more:link,
.beautiful_color_grey a.beautiful_blog_more:hover,
.beautiful_color_grey #submit,
.beautiful_color_grey .woocommerce a.button,
.beautiful_color_grey .woocommerce button.button,
.beautiful_color_grey .woocommerce button.button.alt.single_add_to_cart_button,
.beautiful_color_grey.woocommerce a.button,
.beautiful_color_grey.woocommerce button.button,
.beautiful_color_grey.woocommerce a.button,
.beautiful_color_grey.woocommerce button.button.alt.single_add_to_cart_button,
.beautiful_color_grey #nav-single a {
  background-image: url("../../../assets/image/theme/banner-flag-sml-left-variationgreen04c7.png"), url("../../../assets/image/theme/banner-flag-sml-right-variationgreenaff9.png"), url("../../../assets/image/theme/banner-flag-sml-tile-variationgreen24b0.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_grey .beautiful_button,
  .beautiful_color_grey .beautiful_button:link,
  .beautiful_color_grey .beautiful_button:visited,
  .beautiful_color_grey .wpcf7 .wpcf7-submit,
  .beautiful_color_grey a.beautiful_blog_more,
  .beautiful_color_grey a.beautiful_blog_more:link,
  .beautiful_color_grey a.beautiful_blog_more:hover,
  .beautiful_color_grey #submit,
  .beautiful_color_grey .woocommerce a.button,
  .beautiful_color_grey .woocommerce button.button,
  .beautiful_color_grey .woocommerce button.button.alt.single_add_to_cart_button,
  .beautiful_color_grey.woocommerce a.button,
  .beautiful_color_grey.woocommerce button.button,
  .beautiful_color_grey.woocommerce a.button,
  .beautiful_color_grey.woocommerce button.button.alt.single_add_to_cart_button,
  .beautiful_color_grey #nav-single a {
    background: url("../../../assets/image/theme/banner-flag-sml-tile-variationgreen24b0.png") repeat-x;
    background-size: 100% 100%;
    background-position: top;
    border-radius: 5px;
    border: 0;
  }
}
.beautiful_color_grey .widget.woocommerce .button,
.beautiful_color_grey .widget.woocommerce .button:hover,
.beautiful_color_grey #respond input#submit {
  background-image: url("../../../assets/image/theme/banner-flag-sml-tile-variationgreen24b0.png");
}
.beautiful_color_grey.demo_visible #dtbaker_demo_header {
  border-bottom: 5px solid #bfbfbf;
}
.beautiful_color_grey.demo_visible #dtbaker_demo_header ul li.current {
  background: #bfbfbf;
}
.beautiful_color_grey form.wpcf7-form {
  background-image: url("../../../assets/image/theme/contact-form-behind-variationgreen6db0.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_grey form.wpcf7-form {
    background-size: 100% 95%;
  }
}
.beautiful_color_grey #menu_wrap #menu_container > div > ul > li ul {
  background-image: url("../../../assets/image/theme/drop-menu-tile-variationgreenbf50.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_grey.responsive_enabled #menu_container {
    background-image: url("../../../assets/image/theme/drop-down-tile-square-variationgreen6a8c.jpg");
  }
  .beautiful_color_grey.responsive_enabled .sidebar-right:before,
  .beautiful_color_grey.responsive_enabled .sidebar-left:before {
    background-image: url("../../../assets/image/theme/side-bar-line-v-variationgreen7d0c.png");
  }
}
.beautiful_color_grey.responsive_enabled #mobile_menu_toggle {
  background-image: url("../../../assets/image/theme/circle-bg-lg-variationgreen9304.png");
}
/********/
.beautiful_color_purple {
  background-color: #f3e9f9;
  /*&.beautiful_header_overlay.beautiful_footer_overlay #holder{
      background-image: url("../../../assets/image/theme/header-bg-variationgreenc705.png"), url("../../../assets/image/theme/footer-flowers-variationgreen0f6f.png");
      padding: 0 0 230px;
    }*/
}
.beautiful_color_purple.beautiful_header_overlay #holder {
  padding: 0 0 30px;
}
.beautiful_color_purple.beautiful_footer_overlay #holder {
  background-image: none, url("../../../assets/image/theme/footer-flowers-variationgreen9608.png");
  padding: 0 0 230px;
}
.beautiful_color_purple #menu_wrap:before {
  background-image: url("../../../assets/image/theme/menu-ribbon-left-variationgreenff3b.png"), url("../../../assets/image/theme/menu-ribbon-right-variationgreen071e.png"), url("../../../assets/image/theme/ribbon-tile-variationgreen4e7e.png");
}
.beautiful_color_purple .sidebar-right:before,
.beautiful_color_purple .sidebar-left:before {
  background-image: url("../../../assets/image/theme/side-bar-line-v-variationgreen3784.png");
}
.beautiful_color_purple .widget_content > ul > li > a:after,
.beautiful_color_purple .widget div > ul > li ul.children a:after,
.beautiful_color_purple .widget ul > li ul.children a:after,
.beautiful_color_purple .widget div > ul > li.has-children > a:after,
.beautiful_color_purple .widget ul > li.has-children > a:after,
.beautiful_color_purple .woocommerce ul.cart_list li,
.beautiful_color_purple .woocommerce ul.product_list_widget li,
.beautiful_color_purple .woocommerce-page ul.cart_list li,
.beautiful_color_purple .woocommerce-page ul.product_list_widget li {
  background-image: url("../../../assets/image/theme/side-bar-line-under-variationgreenee42.png");
}
.beautiful_color_purple.woocommerce span.onsale,
.beautiful_color_purple .woocommerce span.onsale {
  background-color: #c899e3;
}
.beautiful_color_purple .widget_search .widget_content .searchform {
  background-image: url("../../../assets/image/theme/search-box-variationgreen792c.png");
}
.beautiful_color_purple .rhcol.box_style1 {
  background-image: url("../../../assets/image/theme/box-bg-flower-bl.png"), url("../../../assets/image/theme/box-bg-flower-tr.png"), url("../../../assets/image/theme/box-bg-bottom-variationgreen5633.png"), url("../../../assets/image/theme/box-bg-br-variationgreen1a20.png"), url("../../../assets/image/theme/box-bg-tl-variationgreen5b69.png");
  border: 1px solid #eebbca;
}
.beautiful_color_purple .rhcol.box_style1:before {
  background-image: url("../../../assets/image/theme/corner-tl-variationgreen2826.png"), url("../../../assets/image/theme/corner-tr-variationgreen27be.png");
}
.beautiful_color_purple .rhcol.box_style1:after {
  background-image: url("../../../assets/image/theme/corner-bl-variationgreen8c60.png"), url("../../../assets/image/theme/corner-br-variationgreenf39a.png");
}
.beautiful_color_purple .rhcol.box_style2 {
  background-image: url("../../../assets/image/theme/box2-flower-bl.png"), url("../../../assets/image/theme/box2-flower-tr.png"), url("../../../assets/image/theme/box2-bg-bottom-variationgreen60ec.png"), url("../../../assets/image/theme/box2-bg-br-variationgreen7e3c.png"), url("../../../assets/image/theme/box2-bg-tl-variationgreen7e33.png");
}
.beautiful_color_purple .rhcol.box_style_flowertopbot {
  background-image: url("../../../assets/image/theme/contact-flowers-top-variationgreen0451.png"), url("../../../assets/image/theme/contact-flowers-bottom-variationgreenb181.png");
}
.beautiful_color_purple .rhcol.box_style_background {
  background-image: url("../../../assets/image/theme/contact-form-behind-variationgreenf723.png");
}
.beautiful_color_purple .widget.widget_box_style.box_style1 {
  background-image: url("../../../assets/image/theme/box-bg-bottom-variationgreen5633.png"), url("../../../assets/image/theme/box-bg-br-variationgreen1a20.png"), url("../../../assets/image/theme/box-bg-tl-variationgreen5b69.png");
}
.beautiful_color_purple .widget.widget_box_style.box_style1:before {
  background-image: url("../../../assets/image/theme/corner-tl-variationgreen2826.png"), url("../../../assets/image/theme/corner-tr-variationgreen27be.png");
}
.beautiful_color_purple .widget.widget_box_style.box_style1:after {
  background-image: url("../../../assets/image/theme/corner-bl-variationgreen8c60.png"), url("../../../assets/image/theme/corner-br-variationgreenf39a.png");
}
.beautiful_color_purple .widget.widget_box_style.box_style2 .widget_content {
  background-image: url("../../../assets/image/theme/box2-bg-bottom-variationgreen60ec.png"), url("../../../assets/image/theme/box2-bg-br-variationgreen7e3c.png"), url("../../../assets/image/theme/box2-bg-tl-variationgreen7e33.png");
}
.beautiful_color_purple .widget.widget_box_style.box_style3 .widget_content {
  background-image: url("../../../assets/image/theme/box2-bg-bottom-variationgreen60ec.png"), url("../../../assets/image/theme/box2-bg-br-variationgreen7e3c.png"), url("../../../assets/image/theme/box2-bg-tl-variationgreen7e33.png");
}
.beautiful_color_purple .blog_links:before,
.beautiful_color_purple .blog_links:after {
  background-image: url("../../../assets/image/theme/line-thin-left-variationgreenf5cd.png"), url("../../../assets/image/theme/line-thin-right-variationgreen689e.png"), url("../../../assets/image/theme/line-thin-tile-variationgreenc274.png");
}
.beautiful_color_purple ul.dtbaker-page-numbers li,
.beautiful_color_purple .widget_contact_us_widget .fa,
.beautiful_color_purple .bubble_wrap {
  background-image: url("../../../assets/image/theme/circle-bg-lg-variationgreen65cb.png");
}
.beautiful_color_purple .beautiful_button,
.beautiful_color_purple .beautiful_button:link,
.beautiful_color_purple .beautiful_button:visited,
.beautiful_color_purple .wpcf7 .wpcf7-submit,
.beautiful_color_purple a.beautiful_blog_more,
.beautiful_color_purple a.beautiful_blog_more:link,
.beautiful_color_purple a.beautiful_blog_more:hover,
.beautiful_color_purple #submit,
.beautiful_color_purple .woocommerce a.button,
.beautiful_color_purple .woocommerce button.button,
.beautiful_color_purple .woocommerce button.button.alt.single_add_to_cart_button,
.beautiful_color_purple.woocommerce a.button,
.beautiful_color_purple.woocommerce button.button,
.beautiful_color_purple.woocommerce a.button,
.beautiful_color_purple.woocommerce button.button.alt.single_add_to_cart_button,
.beautiful_color_purple #nav-single a {
  background-image: url("../../../assets/image/theme/banner-flag-sml-left-variationgreen3860.png"), url("../../../assets/image/theme/banner-flag-sml-right-variationgreen4830.png"), url("../../../assets/image/theme/banner-flag-sml-tile-variationgreen23d2.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_purple .beautiful_button,
  .beautiful_color_purple .beautiful_button:link,
  .beautiful_color_purple .beautiful_button:visited,
  .beautiful_color_purple .wpcf7 .wpcf7-submit,
  .beautiful_color_purple a.beautiful_blog_more,
  .beautiful_color_purple a.beautiful_blog_more:link,
  .beautiful_color_purple a.beautiful_blog_more:hover,
  .beautiful_color_purple #submit,
  .beautiful_color_purple .woocommerce a.button,
  .beautiful_color_purple .woocommerce button.button,
  .beautiful_color_purple .woocommerce button.button.alt.single_add_to_cart_button,
  .beautiful_color_purple.woocommerce a.button,
  .beautiful_color_purple.woocommerce button.button,
  .beautiful_color_purple.woocommerce a.button,
  .beautiful_color_purple.woocommerce button.button.alt.single_add_to_cart_button,
  .beautiful_color_purple #nav-single a {
    background: url("../../../assets/image/theme/banner-flag-sml-tile-variationgreen23d2.png") repeat-x;
    background-size: 100% 100%;
    background-position: top;
    border-radius: 5px;
    border: 0;
  }
}
.beautiful_color_purple .widget.woocommerce .button,
.beautiful_color_purple .widget.woocommerce .button:hover,
.beautiful_color_purple #respond input#submit {
  background-image: url("../../../assets/image/theme/banner-flag-sml-tile-variationgreen23d2.png");
}
.beautiful_color_purple.demo_visible #dtbaker_demo_header {
  border-bottom: 5px solid #c899e3;
}
.beautiful_color_purple.demo_visible #dtbaker_demo_header ul li.current {
  background: #c899e3;
}
.beautiful_color_purple form.wpcf7-form {
  background-image: url("../../../assets/image/theme/contact-form-behind-variationgreenf723.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_purple form.wpcf7-form {
    background-size: 100% 95%;
  }
}
.beautiful_color_purple #menu_wrap #menu_container > div > ul > li ul {
  background-image: url("../../../assets/image/theme/drop-menu-tile-variationgreenca1f.png");
}
@media only screen and (max-width: 767px) {
  .beautiful_color_purple.responsive_enabled #menu_container {
    background-image: url("../../../assets/image/theme/drop-down-tile-square-variationgreend9dd.jpg");
  }
  .beautiful_color_purple.responsive_enabled .sidebar-right:before,
  .beautiful_color_purple.responsive_enabled .sidebar-left:before {
    background-image: url("../../../assets/image/theme/side-bar-line-v-variationgreen3784.png");
  }
}
.beautiful_color_purple.responsive_enabled #mobile_menu_toggle {
  background-image: url("../../../assets/image/theme/circle-bg-lg-variationgreen65cb.png");
}
/********/
/*# sourceMappingURL=style.css.map */
