/*
 Theme Name:   Hellwinkel 2018
 Description:  Divi Child Theme
 Author:       Hellwinkel
 Template:     Divi
 Version:      1
*/
#et-info-email,
#et-info-phone {
  white-space: nowrap;
}
#main-content .container {
  padding-top: 48px;
}
#main-footer {
  border-top: 1px solid #eae5e2;
}
img.hellwinkel_post_image {
  width: 100%;
  margin-bottom: 58px;
}
h1.entry-title.main_title {
  text-transform: uppercase;
  color: #bf1237;
  font-size: 140% !important;
}
h2 {
  font-size: 130%;
}
blockquote > footer {
  margin-top: 25px;
  float: right;
  font-style: italic;
}
div.entry-content {
  padding-bottom: 0;
}
div#footer-bottom {
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 13px;
}
div#footer-bottom a {
  font-weight: normal;
}
div.entry-content img.alignleft {
  margin-right: 50px;
}
#et_search_icon:hover,
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
.bottom-nav li.current-menu-item > a,
.comment-reply-link,
.entry-summary p.price ins,
.et-social-icon a:hover,
.et_password_protected_form .et_submit_button,
.footer-widget h4,
.form-submit .et_pb_button,
.mobile_menu_bar::after,
.mobile_menu_bar::before,
.nav-single a,
.posted_in a,
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content input.button,
.woocommerce #content input.button.alt,
.woocommerce #content input.button.alt:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .star-rating span::before,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content input.button,
.woocommerce-page #content input.button.alt,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page .star-rating span::before,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button:hover,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page input.button,
.woocommerce-page input.button.alt,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button:hover,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #c01237;
}
.nf-form-fields-required {
  display: none;
}
/*** Take out the divider line between content and sidebar ***/
.error404 #main-content .container:before {
  background: none;
}
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px) {
  .error404 #left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
  }
}
/*** Hide Sidebar ***/
.error404 #sidebar {
  display: none;
}
div.tcr-contact-bar-container {
  position: fixed;
  height: 152px;
  width: 90%;
  max-width: 1120px;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 100000;
  pointer-events: none;
}
div.tcr-contact-bar-container div.tcr-contact-bar {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: content-box;
  pointer-events: auto;
  background-color: white;
  width: 50px;
  height: 152px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1300px) {
  div.tcr-contact-bar-container div.tcr-contact-bar {
    right: -70px;
    border-radius: 10px;
  }
}
div.tcr-contact-bar-container div.tcr-contact-bar div.item {
  position: relative;
  width: 50px;
  height: 50px;
  box-sizing: content-box;
  cursor: pointer;
}
div.tcr-contact-bar-container div.tcr-contact-bar div.item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
div.tcr-contact-bar-container div.tcr-contact-bar div.item:hover {
  background-color: #bf1237;
}
div.tcr-contact-bar-container div.tcr-contact-bar div.item:hover svg {
  fill: white;
}
div.tcr-contact-bar-container div.tcr-contact-bar div.item svg {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 26px;
  height: 26px;
  pointer-events: none;
  fill: #bf1237;
}
