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

Stylesheet Table Of Contents:

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

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

*****************/
/**
CSS for styling all our custom plugins.
*/
/************************** dtbaker-header-buttons plugin ****************************/
/************************** dtbaker-header-buttons plugin ****************************/
/************************** dtbaker-header-buttons plugin ****************************/
/************************** dtbaker-header-buttons plugin ****************************/
#header_widgets {
  position: absolute;
  width: 100%;
  padding-top: 80px;
  visibility: hidden;
  /* Header widgets (menu buttons) */
}
#header_widgets .widget {
  position: relative;
  float: left;
  z-index: 200;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #header_widgets .widget {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  #header_widgets .widget {
    display: none !important;
  }
}
#header_widgets .widget.widget_boho ul li:before {
  display: none;
}
#header_widgets .widget .widget-title {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
/************************** dtbaker-menu-widget plugin ****************************/
/************************** dtbaker-menu-widget plugin ****************************/
/************************** dtbaker-menu-widget plugin ****************************/
/************************** dtbaker-menu-widget plugin ****************************/
.dtbaker-menu-widget-wrap .dtbaker-menu-widget-go {
  padding: 7px 0 7px 10px;
  font-size: 23px;
  text-transform: uppercase;
}
/************************** buttons an stuff ****************************/
/************************** buttons an stuff ****************************/
/************************** buttons an stuff ****************************/
/************************** buttons an stuff ****************************/
.woocommerce .quantity .qty,
.woocommerce-page .quantity .qty {
  height: 40px;
  border: 0;
  width: 90px;
  padding: 0 0 0 15px;
  text-align: left;
  outline: 0;
}
/* ensure style.color is updated too */
button[type="submit"],
.boho_button,
.boho_button:link,
.boho_button:visited,
.dtbaker_button,
.dtbaker_button:link,
.dtbaker_button:visited,
a.boho_blog_more,
a.boho_blog_more:link,
a.boho_blog_more:hover,
#submit,
.woocommerce a.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt.single_add_to_cart_button,
.widget.woocommerce .button,
.widget.woocommerce .button:hover {
  box-sizing: border-box;
  position: relative;
  line-height: 30.6px !important;
  /* this depends on the chosen font */
  height: 34px !important;
  min-height: 34px !important;
  border: 0;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 17px;
  outline: 0;
  background: transparent;
}
.wpcf7 .wpcf7-submit:before,
.boho_button:before {
  content: "";
  position: absolute;
  left: -17px;
  bottom: 0;
  top: -1px;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 17px;
  border-bottom-width: 17px;
}
.wpcf7 .wpcf7-submit:after,
.boho_button:after {
  content: "";
  position: absolute;
  right: -17px;
  bottom: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left-style: solid;
  border-left-width: 17px;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.woocommerce a.button,
.woocommerce button.button.alt.single_add_to_cart_button {
  box-sizing: border-box;
  position: relative;
  border: 0;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 3px;
  line-height: 36px;
  height: 40px !important;
  min-height: 40px !important;
  outline: 0;
  background: #FFF;
  border: 1px solid #f2f2f2;
}
/************************** events manager ****************************/
/************************** events manager ****************************/
/************************** events manager ****************************/
/************************** events manager ****************************/
/************************** events manager ****************************/
/************************** events manager ****************************/
.em_event_wrapper {
  /** bookings **/
}
.em_event_wrapper .heading_booking_form,
.em_event_wrapper .heading_event_details {
  clear: both;
  margin: 0 0 20px;
}
.em_event_wrapper .event_description:after {
  display: table;
  content: '';
  clear: both;
}
.em_event_wrapper .event_details {
  float: left;
}
.em_event_wrapper .event_details ul,
.em_event_wrapper .event_details li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.em_event_wrapper .event_details li {
  padding: 14px 0;
  font-size: 1.3em;
  line-height: 44px;
  padding-left: 60px;
}
.em_event_wrapper .event_details li span {
  margin-left: -60px;
  text-align: center;
  font-size: 30px;
  line-height: 42px;
  width: 42px;
  height: 42px;
  display: inline-block;
  margin-right: 20px;
  position: absolute;
}
.em_event_wrapper .event_map {
  float: right;
  width: 300px;
  margin: 0 0 20px 20px;
}
.em_event_wrapper .em-tickets tr {
  display: none;
}
.em_event_wrapper .em-tickets tr.em-ticket {
  display: table-row;
}
.em_event_wrapper .em-tickets tr.em-ticket td {
  font-size: 1.3em;
  padding: 5px 18px 5px 0;
}
.em_event_wrapper .em-tickets tr.em-ticket td span {
  font-size: 0.7em;
  font-family: Arial;
}
.em_event_wrapper .em-booking-form-details {
  padding: 0;
}
.em_event_wrapper .em-booking-form-details label {
  font-size: 1.3em;
}
.em_event_wrapper .em-booking-form-details input.input,
.em_event_wrapper .em-booking-form-details textarea {
  width: 180px;
}
.em_event_wrapper .em-booking-buttons {
  padding-left: 89px;
}
.em_event_wrapper .em-booking-buttons button {
  font-size: 1.1em;
}
.em_event_wrapper .location_map {
  border: 0;
  float: none;
  width: 100%;
}
.em_event_wrapper .location_map .widget_content {
  padding-top: 20px;
}
.em_event_wrapper .location_details {
  background-repeat: repeat;
  background-size: 353px 353px;
  padding: 10px 30px;
  margin: 30px 0;
  font-size: 1.3em;
  line-height: 2.1em;
}
.em_event_wrapper .location_details span.fa {
  width: 20px;
  font-size: 1.2em;
}
.em_event_wrapper .location_details span.fa,
.em_event_wrapper .location_details span.title {
  color: #76a3a9;
  display: inline-block;
  margin: 0 10px 0 0;
}
.em_event_wrapper .future-events,
.em_event_wrapper .event_bookings {
  padding: 20px 10px;
}
.em_event_wrapper .rtb-booking-form {
  text-align: center;
}
.em_event_wrapper .rtb-booking-form input,
.em_event_wrapper .rtb-booking-form textarea,
.em_event_wrapper .rtb-booking-form select {
  width: 220px;
}
.em_event_wrapper .rtb-booking-form button {
  font-size: 1.2em;
  line-height: 1.7em !important;
}
.em_event_wrapper .rtb-booking-form .add-message {
  font-size: 0.8em;
  padding: 0 0 0 10px;
}
.em_event_wrapper .rtb-booking-form .rtb_button_clear {
  display: table;
  clear: both;
  height: 13px;
}
.em_event_wrapper .rtb-booking-form fieldset {
  min-height: 250px;
  text-align: left;
}
.em_event_wrapper .rtb-booking-form fieldset.reservation {
  float: left;
  width: 45%;
}
.em_event_wrapper .rtb-booking-form fieldset.contact {
  float: right;
  width: 45%;
}
.em_event_wrapper .rtb-booking-form fieldset label {
  display: inline-block;
  width: 100px;
  vertical-align: top;
  padding: 7px 0 0 10px;
}
div.css-search .em-search-submit-custom {
  padding: 4px 7px;
  float: right;
  margin: 2px 14px 0 0;
}
div.css-search .em-search-options span {
  font-size: 0.8em;
}
div.css-search div.em-search-text,
div.css-search div.em-search-geo {
  padding-left: 30px;
  padding-right: 20px;
}
div.css-search.has-search-geo.has-search-term input.em-search-text,
div.css-search.has-search-geo.has-search-term input.em-search-geo {
  width: 25%;
}
table.events-table {
  width: 100%;
}
table.events-table tr th,
table.events-table tr td {
  text-align: left;
  padding: 7px 11px;
}
table.events-table tr th .boho_button_dark,
table.events-table tr td .boho_button_dark {
  margin: 0 10px;
}
table.events-table tr th.location-name,
table.events-table tr td.location-name {
  font-weight: bold;
}
table.events-table tr th.location-button,
table.events-table tr td.location-button,
table.events-table tr th.event-button,
table.events-table tr td.event-button {
  text-align: right;
}
table.events-table tr th.event-date,
table.events-table tr td.event-date {
  width: 84px;
}
table.events-table tr th.event-button,
table.events-table tr td.event-button {
  width: 78px;
}
#em_wp-submit {
  margin: 0 35px 10px 0;
}
/************************** dtbaker images ****************************/
.dtbaker_image_style {
  box-shadow: none;
}
.dtbaker_image_style.border1 {
  padding: 0;
}
.border1 {
  box-shadow: none;
  background: transparent;
}
.dtbaker_image_style .border1 {
  padding: 0 !important;
  border: 0 !important;
}
/************************** dtbaker icons ****************************/
.dtbaker_icon {
  text-align: left;
}
.dtbaker_icon_horizontal .icon_bg {
  border-radius: 0;
  line-height: 64px;
}
.dtbaker_icon_horizontal .icon_bg .fa {
  line-height: 64px !important;
}
.dtbaker_icon_horizontal .icon_text {
  margin-left: 90px;
}
.dtbaker_icon_horizontal .icon_text .icon_title {
  font-size: 18px;
}
.dtbaker_icon_square {
  text-align: center;
  vertical-align: top;
  display: inline-block;
  margin: 0 4px 20px;
  width: auto;
}
.dtbaker_icon_square .square_wrap {
  width: 40px;
  height: 40px;
  display: table;
}
.dtbaker_icon_square .square_wrap .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  padding: 0 4px 0 0;
}
.wpview-wrap[data-wpview-text^="%5Bdtbaker_icon%20type%3D%22square"] {
  display: inline-block;
  width: auto;
}
/************************** rhcol ****************************/
.rhcol.widget_box_style {
  padding: 30px;
}
/************************** lines ****************************/
.dtbaker_line_circle_black,
.dtbaker_line_circle_grey {
  background-repeat: repeat-x;
  background-position: center;
  background-size: 7px 5px;
  height: 5px;
  width: 100%;
  position: relative;
  clear: both;
  margin: 0 0 1em 0;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}
.dtbaker_line_grunge {
  background-repeat: repeat-x;
  background-position: center;
  background-size: 251px 2px;
  height: 2px;
  width: 100%;
  position: relative;
  clear: both;
  margin: 0 0 1em 0;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}
.dtbaker_line_slash {
  background-repeat: repeat-x;
  background-position: center;
  background-size: 10px 7px;
  height: 7px;
  width: 100%;
  position: relative;
  clear: both;
  margin: 0 0 1em 0;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}
.map_buttons {
  margin-top: 19px;
}
form.wpcf7-form {
  padding-top: 6px;
}
.wpcf7 p > span:only-child {
  margin: 0 20px 0 0;
  padding: 0;
}
.wpcf7 p > span:only-child input {
  background: #FFF;
  border-color: #FFF;
  font-size: 14px;
}
.wpcf7 .wpcf7-submit.widget-submit {
  margin: 0 0 0 16px !important;
}
.WP_Editor_Widget h2 {
  color: #a1a1a1;
}
/** visual composer ***/
/** visual composer ***/
/** visual composer ***/
/** visual composer ***/
.vc_row {
  /*margin-top: 40px;*/
}
.vc_row.boho_row_border_both,
.vc_row.boho_row_border_top {
  border-top: none !important;
}
.vc_row.boho_row_border_both,
.vc_row.boho_row_border_bottom {
  border-bottom: none !important;
}
.vc_row[data-vc-full-width] {
  overflow: visible !important;
}
.vc_row[data-vc-full-width].vc_parallax {
  overflow: hidden !important;
  margin-bottom: 16px;
}
.boho-row-wrap-before {
  position: absolute;
  top: 0;
  left: -2000px;
  right: -2000px;
}
.boho-row-wrap-after {
  position: absolute;
  bottom: 0;
  left: -2000px;
  right: -2000px;
}
.boho_row_border_both .boho-row-wrap-before:before,
.boho_row_border_top .boho-row-wrap-before:before {
  position: absolute;
  background-repeat: repeat-x;
  background-size: 1600px 6px;
  background-position: top;
  content: '';
  top: -2px;
  left: 0;
  right: 0;
  height: 5px;
  z-index: 1;
  pointer-events: none;
}
.vc_editor .boho_row_border_both .boho-row-wrap-before:before,
.vc_editor .boho_row_border_top .boho-row-wrap-before:before {
  z-index: 0;
}
.boho_row_border_both .boho-row-wrap-after:after,
.boho_row_border_bottom .boho-row-wrap-after:after {
  position: absolute;
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 1600px 6px;
  content: '';
  bottom: -3px;
  left: 0;
  right: 0;
  height: 5px;
  z-index: 2;
  pointer-events: none;
}
.vc_editor .boho_row_border_both .boho-row-wrap-after:after,
.vc_editor .boho_row_border_bottom .boho-row-wrap-after:after {
  z-index: 0;
}
.boho_row_border_flag-top {
  background-image: url(images/flags-tile.png);
  background-position: left top;
  background-repeat: repeat-x;
}
.boho-row-wrap .boho-row-wrap-after {
  clear: both;
}
.vc_btn3.vc_btn3-shape-boho-arrow {
  background-image: none !important;
  margin-left: 25px;
}
.vc_btn3.vc_btn3-shape-boho-arrow:before {
  content: "";
  position: absolute;
  left: -21px;
  bottom: 0;
  top: -1px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-top-style: solid;
  border-bottom-style: solid;
}
.vc_btn3.vc_btn3-shape-boho-arrow:after {
  content: "";
  position: absolute;
  right: -21px;
  bottom: 0;
  top: -1px;
  width: 0;
  height: 0;
  border-left-style: solid;
  border-left-width: 20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.vc_btn3.vc_btn3-shape-boho-arrow.vc_btn3-size-lg {
  font-size: 50px;
  padding: 5px 19px;
  line-height: 50px;
}
.vc_btn3.vc_btn3-shape-boho-arrow.vc_btn3-size-lg:before,
.vc_btn3.vc_btn3-shape-boho-arrow.vc_btn3-size-lg:after {
  border-top-width: 31px;
  border-bottom-width: 31px;
}
.vc_btn3.vc_btn3-shape-boho-arrow.vc_btn3-size-md {
  font-size: 36px;
  padding: 5px 19px;
  line-height: 36px;
}
.vc_btn3.vc_btn3-shape-boho-arrow.vc_btn3-size-md:before,
.vc_btn3.vc_btn3-shape-boho-arrow.vc_btn3-size-md:after {
  border-top-width: 24px;
  border-bottom-width: 24px;
}
.vc_btn3.vc_btn3-shape-boho-arrow.vc_btn3-size-sm {
  font-size: 24px;
  padding: 5px 19px;
  line-height: 24px;
}
.vc_btn3.vc_btn3-shape-boho-arrow.vc_btn3-size-sm:before,
.vc_btn3.vc_btn3-shape-boho-arrow.vc_btn3-size-sm:after {
  border-top-width: 18px;
  border-bottom-width: 18px;
}
.vc_btn3.vc_btn3-shape-boho-arrow.vc_btn3-size-xs {
  font-size: 18px;
  padding: 5px 19px;
  line-height: 18px;
}
.vc_btn3.vc_btn3-shape-boho-arrow.vc_btn3-size-xs:before,
.vc_btn3.vc_btn3-shape-boho-arrow.vc_btn3-size-xs:after {
  border-top-width: 15px;
  border-bottom-width: 15px;
}
.vc_btn3.vc_btn3-shape-boho-arrow:hover {
  background-position: 0 0;
}
.vc_icon_element-outer .vc_icon_element-icon {
  transition: margin 0.5s ease;
  margin-top: 0;
}
.vc_icon_element-outer:hover .vc_icon_element-icon {
  margin-top: -10px;
}
/** staff output **/
.vc_grid-item:hover .staff_layout {
  top: 0;
}
.vc_grid-item .staff_layout {
  position: relative;
  top: 150px;
  transition: top 1s ease 0s;
}
.vc_grid-item .staff_layout:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(124, 115, 114, 0.59);
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 20%, 50% 0%, 0% 20%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 20%, 50% 0%, 0% 20%);
}
.vc_grid-item .staff_layout div,
.vc_grid-item .staff_layout h4 {
  margin: 0;
  padding: 0;
  color: #FFF;
  position: relative;
  z-index: 2;
  font-size: 24px;
}
.vc_grid-item .staff_layout .vc_gitem-post-meta-field-staff_contact_html {
  line-height: 10px;
}
.vc_grid-item .staff_layout .vc_gitem-post-meta-field-staff_contact_html a {
  display: inline-block;
}
.vc_grid-item .staff_layout .vc_gitem-post-meta-field-staff_contact_html .fa {
  color: #FFF;
  font-size: 12px;
  margin: 0 5px;
}
