/*
 Theme Name: Awekas Child Theme
 Version: 1.0
 Theme URI:http://graphiks.info/
 Author:Andreas Hartl
 Template: enfold
*/

/* =================================================================================================
Abweichende Styles */

/*Ueberschreiben*/
.vc_column_container,
.wpb_content_element {
  margin: 0 auto !important;
}
a img {
  opacity: 1;
}
a:hover img {
  opacity: 0.8;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
a:hover,
a:focus,
a:active {
  color: #ff6863 !important;
}

/*Header */

#header {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("https://www.awekas.at/wp/wp-content/uploads/2018/09/wp_header_bg-4k.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.headerColor {
  background: none !important;
}

.menu-item a {
  color: #333 !important ;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 12px !important;
}
.menu-item .sub-menu a {
  text-transform: none !important;
  font-weight: normal !important;
}

/*Startseite*/

.tp-caption {
  text-shadow: 1px 1px 1px rgba(170, 181, 183, 1) !important;
}
/*body.home .wpb_content_element .wpb_wrapper { padding-bottom: 25px !important;}
body.home .vc_custom_1602177208329 .wpb_content_element .wpb_wrapper { padding-bottom: 0 !important;}*/
body.home .to-icon-overlay {
  margin-top: 15px !important;
}

/*Social */

.shariff {
  padding-bottom: 20px;
}

/*WooCommerce */

.woocommerce ul.products li.product .price del .amount,
.woocommerce-page ul.products li.product .price del .amount {
  font-size: 12px;
}
.woocommerce ul.products li.product .price .from,
.woocommerce-page ul.products li.product .price .from {
  font-size: 12px;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  padding: 50px 0;
}

/*Footer*/
#footer {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("https://www.awekas.at/wp/wp-content/uploads/2020/10/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Awekas*/

.AWEKAS_grid_bez_light {
  font-size: 1.2em;
  color: #ff6863 !important;
  text-shadow: 1px 1px 1px #552222;
  font-weight: 500;
  font-family: "Raleway";
}
.AWEKAS_grid_bez_dark {
  font-size: 0.8em;
  color: #000000 !important;
  text-shadow: 2px 2px 3px #222222;
  line-height: 140%;
}

section-container.woocommerce {
  padding: 15px 0 40px !important;
}
.component.single.options-style-dropdowns.active.first.static.selection_thumbnail_hidden {
  background-color: #eee !important;
}
.to-page-heading.dark.left.standard.no-border.to-page-heading-img-true {
  margin-top: 0 !important;
  padding-bottom: 20px;
  padding-top: 30px !important;
}
.pea_cook_wrapper.pea_cook_bottomcenter {
  margin: 0 15% !important;
  border: 1px solid;
  border-radius: 20px;
}
.pea_cook_wrapper p {
  font-family: "Source Sans Pro", helvetica, arial, sans-serif !important;
  line-height: 20px;
  color: #000 !important;
  padding: 5px;
}
.pea_cook_btn {
  background: #ff6863 none repeat scroll 0 0 !important;
  border: 1px solid #111 !important;
  border-radius: 10px !important;
  box-shadow: 1px 1px 1px 1px #999 !important;
  color: #000000 !important;
  font: bold 11px/1 "Source Sans Pro", helvetica, arial, sans-serif !important;
  margin-left: 20px;
  padding: 2px 0 !important;
  text-align: center;
  text-shadow: none !important;
  opacity: 0.85;
}
#footer-inner-top {
  padding: 50px 0;
}

/* counter */
.to-count-number {
  font-size: 45px !important;
  color: #ff6863 !important;
  font-family: "Raleway" !important;
}

/* content box startseite */
.widget ul,
.widget ul li {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
