/*
Theme Name: Beyoubeauty-Mine Theme
URI: https://my-blog-shop.de
Description: Ein GeneratePress Child Theme
Author: myblogshop
Author URI: https://my-blog-shop.de
Template: generatepress
Version: 1.0
*/

body {
	font-family: 'Quicksand';
	font-size: 20px;
	overflow-x:hidden;
	color: #000000;
	background-color: #ffffff;
}

p {
    margin-bottom: 1.2em;
    line-height: 1.3em;
}

a {
	text-decoration: none;
}

a.button {
	font-weight: bold;
	transition: background-color 500ms ease-out;
}

h1, h2, h3 {
	font-weight: 600;
	font-size: 1.3em;
}

h2 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
	text-transform: uppercase;
	margin: 2em 0;
}

h2:before,
h2:after {
    content: '';
    border-top: 5px solid #F6E8DA;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

h2:after {
    margin: 0 0 0 20px;
}

h1 {
	margin-bottom: 1em;
}

.fullwidth-banner {
	background: #F6E8DA;
	margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
	padding: 1.5em 0;
	margin-top: 3em;
}

.fullwidth-banner a,
.fullwidth-banner a:hover {
	color: #000000;
}

.fullwidth-banner p {
    max-width: 800px;
	margin: 0 auto;
	text-align: center;
    font-size: 1.2em;
    line-height: 1.8em;
}

.h3 {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
    margin-bottom: 0;
	margin-top: 2em;
}

.site-info {
    color: #000000;
    background-color: #ffffff;
	font-size: 1.1em;
}

.site-header,
.main-navigation {
    background-color: transparent;
}

.footer-widgets {
    background-color: #f6e8da;
}

.footer-widget-1 {
	text-align: center;
}

.footer-widget-1 .textwidget {
    text-transform: uppercase;
}

.footer-widget-1 a,
.footer-widget-1 a:hover {
	color: #000000;
	font-size: 13px;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
}

.flex-item {
	padding: 30px 10px;
	text-align: center;
	margin: 5px;
	flex-basis: 350px;
	flex-grow: 1;
}

.hero-image {
	max-width: 300px;
	margin: 0 auto;
	padding: 1em 0 0 0;
}

ul {
	margin: 0;
	list-style-type: none;
}

ul > li {
	padding-left: 1em;
}

.inside-article ul > li:before {
	content: "-";
    display: inline-block;
    width: 28px;
    margin-left: -28px;
    padding-left: 10px;
}

.main-navigation .main-nav ul li a {
    text-transform: uppercase;
	color: #000000;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #000000;
}

.main-navigation.toggled .main-nav li {
    text-align: center;
}

.pp-hint {
    font-size: .8em;
    color: #a0a0a0;
}

.site-info a {
    color: #9c9c9c;
}

/* Contact Form 7 */

span.wpcf7-list-item {
	margin: 0;
}

div.wpcf7-response-output {
	margin: 20px 0;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
}

#acceptance-wrapper {
	margin: 10px 0 10px 0;
}

div.wpcf7 input[type='text'],
div.wpcf7 input[type='email'],
div.wpcf7 input[type='submit'],
div.wpcf7 textarea {
	margin-bottom: 20px;
	border-radius: 5px;
}

.wpcf7-not-valid {
	border: 1px solid red;
}

.wpcf7-not-valid-tip {
	position: absolute;
	left: -17px;
	top: -9px;
	width: 17px;
	height: 44px;
	background: url('img/contact_form_error.png');
	overflow: hidden;
	text-indent: -9999px;
	padding: 0;
	border: none;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #e62424;
	background: rgba(232, 5, 5, 0.08);
	color: #e62424;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	color: #398f14;
	background: rgba(57, 143, 20, 0.1);
}

.site-content div.wpcf7 {
	overflow: inherit;
}

input[type=text].wpcf7-quiz {
    max-width: 3em;
    text-align: center;
    font-weight: bold;
}

input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
	border-color: #e52323;
	border-left: 4px solid #e52323;
}

/* Media Queries */

@media( min-width: 1280px ) {
	body {
		background-image: url('img/body-bg.png');
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	.hero-image {
		padding: 4em 0 1em 0;
	}
}

@media( min-width: 1080px ) {
	h2 {
			margin: 4em 0 2em 0;
	}
	
	.footer-widget-1 .textwidget {
		font-size: 1.5em;
	}
	
	.hero-image {
		max-width: 600px;
	}
	
	.h3 {
		font-size: 1.3em;
	}
}

@media( min-width: 769px ) {
	.main-navigation .main-nav ul li a {
		font-size: 1.7em;
	}
	
	.main-navigation .main-nav ul li[class*="current-menu-"] > a {
		border-bottom: 5px solid #f6e8da;
		padding-top: 5px;
	}
}

@media( min-width: 550px ) {
	.footer-widget-1 a,
	.footer-widget-1 a:hover {
		padding: 1em;
		font-size: 17px;
	}
}

@media( max-width: 768px ) {
	.main-navigation .main-nav ul li a {
		line-height: 40px;
	}
}

/* Fonts */

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('fonts/quicksand-v22-latin-regular.woff2') format('woff2'),
       url('fonts/quicksand-v22-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''),
       url('fonts/quicksand-v22-latin-600.woff2') format('woff2'),
       url('fonts/quicksand-v22-latin-600.woff') format('woff');
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('fonts/quicksand-v22-latin-700.woff2') format('woff2'),
       url('fonts/quicksand-v22-latin-700.woff') format('woff');
}