/*
 Theme Name:     BDK Child Theme
 Theme URI:      https://www.bording.dk
 Description:    BDK Child Theme
 Author:         Bording Danmark
 Author URI:     https://www.bording.dk
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
#screenshot {
    width: 1200px;
    height: 900px;
    background: url('screenshot.png') no-repeat center center;
    background-size: cover;
}
/* =Theme Admin customization ends here
------------------------------------------------------- */
@media (max-width: 980px) {
	.et_pb_row {
		width: 90% !important;
	}
	a {
	text-decoration: none !important;
	-webkit-tap-highlight-color: transparent;
	}
}
.dsm_fixed_header_shrink_active .et_pb_section_0_tb_header.et_pb_section {
	background-color: #e6e6dcd1 !important;
}
/*Link hover*/
.link-hover {
	color: #000;
	text-decoration: underline;
	transition: 0.3s ease;
}
.link-hover:hover {
	color: #00a971;
	text-decoration: underline;
}

/* Footer Foodfamily group logos*/
.ff-group-logos .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	gap: 20px;
}
.ff-group-logos .et_pb_column .et_pb_module {
    width: 155px;
    text-align: center;
	margin: 0;
  }
.ff-group-logos .et_pb_column .et_pb_module a {
    display: block;
    padding: 10px;
  }
.ff-group-logos .et_pb_image img {
	width: 100% !important;
	height: 100%;
	max-width: 150px;
    max-height: 100px;
}

.hvid-knap {
    color: #000000 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    background-color: #FFFFFF !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    display: inline-block;
    width: 100%;
    text-align: center !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
	transition: 0.3s ease;
}
.hvid-knap:hover {
	background-color: #e7e6dd !important;
}

.graa-knap {
    color: #000000 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    background-color: #e7e6dd !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    display: inline-block;
    width: 100%;
    text-align: center !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
	transition: 0.3s ease;
}
.graa-knap:hover {
	background-color: #ffffff !important;
}

/*Kontakt form*/
.contact-us p.gform_required_legend {
    display: none !important;
}
.contact-us .gform_fields {
	row-gap: 20px !important;
}
.contact-us input:focus, .textarea:focus, select:focus {
	border-color: #00a971 !important;
	outline: 1px solid #00a971;
	box-shadow: 0px 0px 4px #00a971;
}
.contact-us .gform_button {
    background-color: #000 !important;
    padding: 10px 40px !important;
    font-size: 18px !important;
}
.contact-us .gform_button:hover {
    background-color: #00a971 !important;
}