/*
 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: rgba(255,255,255,0.95) !important;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

/*a link color with hover*/
.link-hover a {
	text-decoration: none;
	color: inherit;
	transition: 0.3s ease;
}
.link-hover a:hover {
	color: #C3B186;
}

/*Call to action button*/

.cta-btn a {
    padding: 8px 60px 8px 50px!important;
}
.cta-btn a::before {
    content: "•" !important;
    opacity: 1 !important;
    display: block;
	margin-left: -0.7em !important;
	transition: all .3s;
}
.cta-btn a:hover::before {
	margin-left: 4em !important;
	opacity: 0!important;
}
.cta-btn a::after {
    background-color: #C3B186;
    border-radius: 100px;
    width: 25px;
	height: 30px;
	margin-left: 0.8em !important;
	padding-left: 5px;
}
.cta-btn a:hover::after {
	background-color: #8F633F;
}
@media only screen and (max-width: 980px) {
	.cta-btn a::before {
		display: block !important;
	}
}

/* Menu itmes hover effect*/
.menu-items .et_pb_column {
	background-size: 100%;
	background-position: top right;
	transition: 0.3s ease;
}
.menu-items .et_pb_column:hover {
	background-size: 110%;
}
.menu-items .et_pb_column .heading2 {
	opacity: 0;
	transition: 0.3s ease;
	display: none;
}
.menu-items .et_pb_column:hover .heading2 {
	opacity: 1;
	display: block;
}
.menu-items .et_pb_column .et_pb_module_header {
	transition: 0.3s ease;
}
.menu-items .et_pb_column:hover .et_pb_module_header {
	opacity: 0;
	display: none;
}

.menu-items .et_pb_column p {
	transition: 0.3s ease;
	padding-top: 0px;
}
.menu-items .et_pb_column:hover p {
	padding-top: 10px;
}
.menu-items .et_pb_column .et_pb_module {
	display: flex;
	flex-direction: column;
}
.menu-items .et_pb_column .et_pb_button_wrapper{
	margin-top: auto;
	margin-bottom: 0px;
}
@media only screen and (max-width: 450px) {
	.menu-items .et_pb_column {
		background-size: cover;
	}
	.menu-items .et_pb_column:hover {
		background-size: cover;
	}
}

/*Two column image height of the image module*/
.full-height-image-column {
	height: 100%;
}
.full-height-image-column .et_pb_image_wrap {
	height: 100%;
}
.full-height-image-column img {
	object-fit: cover;
	height: 100%;
}

/*Menu Price table*/
.price-table table {
	border-collapse: collapse;
	border: none !important;
}
.price-table tr td {
	border: none !important;
	padding: 6px 0px;
}
.price-table tr {
	border-bottom: 1px solid rgba(195, 177, 134, 0.2);
}
.price-table tr:last-child {
	border-bottom: none;
}

/* 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: 150px;
    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;
}

/*Kontakt form*/
.contact-us .gfield_label {
	color: #1D2A52 !important; 
}
.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: #8f633f !important;
	outline: 1px solid #8f633f;
	box-shadow: 0px 0px 4px #8f633f;
}
.contact-us .gform_button {
    background-color: #C3B186 !important;
    padding: 10px 40px !important;
    font-size: 18px !important;
	border-radius:10px !important;
	color: #8f633f !important;
	transition: all 0.3s ease !important;
}
.contact-us .gform_button:hover {
    background-color: #8f633f !important;
	color: #ffffff !important;
}