/*
 Theme Name:     Ashvagandha Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Ashvagandha Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");

body{
	
}
h2 {
	font-size: 28px;
}

h1, h2, h3, h4, h5, h6 {
	
}
h3{
    font-weight: 400;
}
h4{
	font-weight: 600;
}
h5{
	
}

#mobile_menu{
	background-color:rgba(34,103,110,0.74) !important;
}
.mb0{
	margin-bottom: 0!important;
}
.pb0{
	padding-bottom: 0!important;
}
.align_items--baseline{
	-ms-align-items: baseline;
	align-items: baseline;
}
.blurb--flex_center{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.custom_bullets--color ul{
	list-style: none;
}
.custom_bullets--color li::before {
	content: url(/wp-content/uploads/2019/03/kropka.png); 
	
	color: #f7751f;
  	display: inline-block; 
  	width: 1em;
  	margin-left: -1em;
}
.custom_bullets--color li{
    margin-bottom: 1em;
}
.et_pb_section--transparent {
	background-color: transparent;
}
.decorator--absolute {
	position: absolute;
	top: 0;
    z-index: -1;
}
.leaf-fullwidth-up{
	top: -100px;
	z-index: 100;
}
.decorator--left {
	left: 0;
}
.decorator--right {
	right: 0;
}
.decorator--top-middle{
	top: 34%;
}
.decorator--left2{
	left: 2%;
}
.decorator--right_negative15{
	right: -15%;
}
.et_pb_toggle {
	margin-bottom: 2%!important;
}
.et_pb_toggle .et_pb_toggle_title:before {
    content: "3";
    font-size: 35px;
}
.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "2";
}
#section-description .decorator--right {
    right: -134px;
}

#section-description .decorator--left {
    left: -134px;
}

#section-description .column__blurbs .et_pb_column{
	min-height: 132px;
}

@media all and (min-width: 981px){
	#section-home .et_pb_slide{
		height: 100vh;
	}
}
@media all and (max-width: 980px){
	.decorator--absolute {
		display:none;
	}
	/*tlo na prawo, ze wzgledu na tlo*/
	#section-home .et_pb_slide.et_pb_slide_1 {
		background-position: right;
	}
	/*zmiana coveru dla mobile przy braku video*/
	#section-home .et_pb_slide.et_pb_slide_0 {
		background-size: cover !important;
	}
	#section-home .et_pb_slide{
		height: auto!important;
		background-position: left;
		background-size: contain!important;

	}
	#et-main-area{
		padding-top: 80px;
	}
	#section-description .et_pb_row_1.column__blurbs .et_pb_column:first-child,
	#section-description .et_pb_row_1.column__blurbs .et_pb_column:last-child{
		min-height: 0;
	}
	#section-description .et_pb_row_1.column__blurbs .et_pb_column{
		width: 100%;
		margin-right: 0;
	}
	#section-tips .et_pb_column:first-child{
		margin-bottom: 0;
	}
}