/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.21.3.1660903655
Updated: 2022-08-19 10:07:35

*/

.title-span {
	color: #f91c87;
	font-weight: 700;
}
.site-blurb .et_pb_blurb_container {
	padding-left: 20px;
}
.hover-box:hover {
	transform: translateY(-10px);
}
.hover-box {
	transition: all .2s ease-out;
}
.title-span2 {
	color: #9975a6;
	font-weight: 700;
}
.bg-gradient:before {
	position: absolute;
	top: -40%;
	left: 0px;
	content: "";
	height: 100%;
	width: 120%;
	background-color: rgba(0, 0, 0, 0.80);
	-ms-transform: rotate(165deg); /* IE 9 */
   transform: rotate(165deg);
	border-radius: 0px 50px 0px 0px;
	background: url(http://magnesiumolie.dk/wp-content/uploads/2022/08/banner3.jpg) left;
	background-size: cover;
	
}
@media screen and (min-device-width: 767px) and (max-device-width: 980px) { 
.bg-gradient:before {
	top: -20%;
	width: 120%;
}
}
@media screen and (min-device-width: 400px) and (max-device-width: 766px) { 
.bg-gradient:before {
	top: -5%;
	width: 120%;
	transform: rotate(180deg);
	border-radius: 0px 0px;
}

}