/*
 Theme Name:   Dorthea's Bar. Theme
 Theme URI:    https://lighthousemedia.dk
 Description:  Dorthea's Bar. Theme
 Author:       Lighthousemedia
 Author URI:   https://lighthousemedia.dk
 Template:     generatepress
 Version:      0.1
*/

.elementor-widget-text-editor .elementor-widget-container *:last-child {
	margin-bottom: 0;
}

.elementor-widget-text-editor .elementor-widget-container a {
	text-decoration: underline;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.elementor-widget-text-editor .elementor-widget-container a:hover {
	text-decoration: none;
	opacity: .8;
}

.btn-arrow svg {
	width: 26px !important;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.btn-arrow:hover svg {
	margin-left: 6px;
	margin-right: -6px;
}

p {
	margin-bottom: 0.5em
}

.white-box {
	position: relative;
	z-index: 2;
}

.white-box .elementor-element {
	position: relative;
	z-index: 1;
}

.white-box::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 96%;
	height: 96%;
	border: 1px solid #000;
	left: 2%;
	top: 2%;
	z-index: 0;
}

.overflow-image {
	z-index: 0 !important;
	position: relative;
}

.overflow-image .elementor-widget-image {
	display: flex;
	height: 100% !important;
}

.overflow-image img {
	position: absolute;
	height: 100% !important;
	width: 150%;
	max-width: 150% !important;
	object-fit: cover;
}

.overflow-image.left img {
	left: 0;
}

.overflow-image.right img {
	right: 0;
}

.site-footer .wp-block-columns {
	align-items: flex-start !important;
	margin-top: 40px;
	padding-top: 100px;
	padding-bottom: 120px;
	border-top: 4px solid #fff;
}

.site-footer a {
	text-decoration: none;
}

.site-footer a:hover {
	text-decoration: underline;
}

.footer-social {
	column-gap: 30px;
}

.site-footer .wp-block-site-logo {
	margin-top: -40px;
}

.site-header .inside-header {
	padding: 60px 80px;
}

.main-navigation .main-nav ul li a {
	font-size: 20px;
}

.site-header .footer-social {
	margin-left: 30px;
}
.menu-toggle {
	font-size: 30px;
}

#generate-slideout-menu {
	background: url(img/mobile.jpg);
	background-size: cover;
}

.side-logo {
	margin-top: 20px;
	margin-bottom: 20px;
}

#generate-slideout-menu .inside-navigation>div:nth-child(2) {
	order: 10;
	width: 100%;
}

.wp-caption .wp-caption-text {
	opacity: 1;
	margin-top: 20px;
}

@media only screen and (min-width: 768px) {

@keyframes fadeInRightCustom {
	from {
		opacity: 0;
		transform: translate3d(100px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeftCustom {
	from {
		opacity: 0;
		transform: translate3d(-100px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUpCustom {
	from {
		opacity: 0;
		transform: translate3d(0, 100px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDownCustom {
	from {
		opacity: 0;
		transform: translate3d(0, -100px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

/* Apply the custom animations */
.fadeInRight {
	animation-name: fadeInRightCustom !important;
}

.fadeInLeft {
	animation-name: fadeInLeftCustom !important;
}

.fadeInUp {
	animation-name: fadeInUpCustom !important;
}

.fadeInDown {
	animation-name: fadeInDownCustom !important;
}

}

@media only screen and (max-width: 1200px) {
	.site-logo {
		width: 180px;
	}

	.main-navigation .main-nav ul li a {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1024px) {
	.main-navigation .main-nav ul li a {
		line-height: 40px;
		font-size: 22px;
	}

	.site-header .inside-header {
		padding: 30px;
	}

	.site-footer .wp-block-columns {
		flex-wrap: wrap;
		padding: 60px 20px;
		justify-content: center;
	}

	.site-footer .wp-block-columns>div:nth-child(1),
	.site-footer .wp-block-columns>div:nth-child(4) {
		width: 100%;
		flex-basis: 100% !important;
	}

	.site-footer .wp-block-site-logo {
		margin-top: 0;
		display: flex;
		justify-content: center;
	}

	.site-footer .wp-block-columns>div:nth-child(2),
	.site-footer .wp-block-columns>div:nth-child(3) {
		width: 36%;
		flex-basis: 36% !important;
	}

	.site-footer .wp-block-columns>div:nth-child(4) {
		justify-content: center;
	}

	.site-footer .footer-social {
		justify-content: center !important;
	}
}

@media only screen and (max-width: 768px) {
	.overflow-image img {
		position: relative;
		left: -10px !important;
		right: auto !important;
		height: auto !important;
		width: calc(100% + 20px);
		max-width: calc(100% + 20px) !important;
	}

	.site-footer .wp-block-columns>div:nth-child(2),
	.site-footer .wp-block-columns>div:nth-child(3) {
		width: 80%;
		flex-basis: 80% !important;
		text-align: center;
	}

	.wp-caption .wp-caption-text {
		font-size: 15px;
	}
	#content{
		max-width:100%;
	}
}