/*
Theme Name: Pinselpauker Child Theme
Description: This is the Pinselpauker Theme
Theme URI:   https://pinselpauker.de
Author: Someliero
Author URI:  https:/pinselpauker.de
Template: salient
Version: 1.0
*/

/* Fonts */

/* caveat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/caveat-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/caveat-v17-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* mukta-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/mukta-v14-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/mukta-v14-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* Allgemein */

body,
.bold,
b,
strong {
	font-family: 'Mukta', Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.handwritten {
	font-family: 'Caveat', Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.main-content {
	min-height: 800px;
}

#top nav > ul > li > a,
.sf-menu li ul li a .menu-title-text {
	font-size: 15px;
}

#top nav ul li a, body[data-header-color="light"] .mobile-header, body[data-header-color="light"] .span_9 > .slide-out-widget-area-toggle a .label {
	color: #333;
}

.woocommerce-breadcrumb,
.home .before-footer {
	display: none;
}

.nectar-shop-header h1.page-title {
	padding-bottom: 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid #d3ced2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs[data-tab-style="in_sidebar"] ul.tabs li.active {
	border-radius: 5px 5px 0 0;
	border-right: 0;
	margin-right: 2px;
}

.woocommerce-page button[type="submit"].single_add_to_cart_button {
	margin-bottom: 30px;
}