/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

#top-header { 
	display: none !important; 
}

/*** Color of WooCommerce Error Links ***/
.woocommerce-error > li > a {
	color: #363636 !important;
}

/*** Cookie Notice Button Style ***/
.pea_cook_btn {
	font-family: "Montserrat",sans-serif !important;
    background: #a88235 !important;
    border-radius: 0px !important;
    border: 1px solid #a88325 !important;
	box-shadow: none !important;
    letter-spacing: 3px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 7px 20px !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 700 !important;
	width: auto !important;
}

/*** Footer Menu Current Item Color ***/
.bottom-nav li.current-menu-item>a {
	color: #a88235 !important;
}

/*** Fullwidth Header Home Page Button Icons ***/
body #page-container .et_pb_section .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button:hover:after {
    margin-left: 0 !important;
	font-size: 1.6em !important;
}

/*** Portfolio Page Slider ***/
.animation-fade .et_pb_slide_image,
.animation-fade .et_pb_slide:first-child .et_pb_slide_image img.active {
    -webkit-animation-name: fade;
    -moz-animation-name: fade;
    -ms-animation-name: fade;
    -o-animation-name: fade;
    animation-name: fade;
}

/*** Footer text align center ***/
#footer-info {
    float: none;
    padding-bottom: 10px;
    text-align: center;
}

#menu-footermenue {
    text-align: center;
    float: none;
}

/*** Multi Step Form ***/
#multi-step-form div[data-required="true"] h3:after {
	color: #a88235 !important;
}

#multi-step-form h2.fw-step-part-title {
	font-size: 30px !important;
	font-weight: bold !important;
    font-style: normal !important;
}

/*** Coupon responsive on mobile devices ***/
@media (max-width: 479px) {
	.coupon>button {
		width: 100% !important;
	}
}

/*** Order received overview margin ***/
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	margin-bottom: 2em;
}

/*** product shipment info and legal info ***/
.clearfix > .summary.entry-summary {
	display: none;
}

.summary.entry-summary {
	float: left !important;
	width: 100% !important;
	margin-bottom: 2em !important;
}

/*** Top Menubar ***/
#et-info, #et-secondary-menu>ul>li a {
    display: block;
    padding-bottom: .75em;
	float: right;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px) {
	#left-area {
		width: 100%;
		padding: 23px 0px 0px !important;
		float: none !important;
	}
}

/*** Instagram Link ***/
@media (min-width: 641px) {
	.follow-ig>ul {
		margin-left: 15vw;
    	float: left;
	}	
}

.follow-ig>ul>li>h3 {
	color: #a88235;
}

.et-social-instagram.insta-gm {
	vertical-align: middle;
}

.et-social-instagram.insta-gm>a {
	font-size: 28px;
	color: #a88235;
}

/*** Not found page viewheight ***/

.et_pb_post.not_found {
    height: 75vh;
}

/*** Divi Gallery Square Images ***/

.et_pb_gallery_item img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.et_pb_gallery_image {
    padding-top: 100%;
}		