/*
 Theme Name:     Divi Child
 Theme URI:      http:/furkan.ch
 Description:    Divi Child
 Author:         Furkan Suv
 Author URI:     http:/furkan.ch
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
/* =Theme customization starts here
------------------------------------------------------- */

/* PrayerTime General*/
.fixed_button {
    	z-index: 1000000;
    	color: white;
}

/* PrayerTime Desktop*/
@media only screen and (min-width:1000px){
	.disable_mobile {
		display: none;
	}
	
   .fixed_button {
	   position: fixed;
    	bottom: 0px;
    	z-index: 1000000;
	   	line-height: 15px;
    	right: 0px;
	}
}

/* PrayerTime Mobile*/
@media only screen and (max-width:1000px){
	.disable_desktop {
		display: none;
	}
	
   .fixed_button {
	   position: absolute;
	   top: 0px;
	   left: 0px;
	   z-index: 1000000;
	   font-size: 13px;
	   line-height: 13px;
	   border-radius: 10px;
	   height: 80px;
	}
	.w-full{
		width:100%
	}
	.et_fixed_nav #main-header {
		position: sticky;
		top: 0;
	}
}

.flex{
	display: flex;
}

.justify-between{
	justify-content: space-between;
}

.text-sm{
	font-size: 15px;
}

.font-700 {
	font-weight: 700;
}

.pr-5 {
	padding-right: 5px;
}

.border-b-1 {
	border-bottom: 0.5px solid white;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.bg-main{
	background-color: #DEB887;
}

.p-5 {
	padding: 5px;
}

.p-10 {
	padding: 10px;
}

.b-top-left-r {
	border-top-left-radius: 15px;
}

.px-15 {
	padding: 5px 15px;
}

.mb-5 {
	margin-bottom: 5px;
}

/* Divi Engine CTA Button in the Divi Menu */

.spenden_cta_button a {
	background-color: #4A7A5A!important;
	padding: 10px!important;
    color: white!important;
	border-radius: 5px!important;
}

.spenden_cta_button > a {
	line-height: 15px!important;
} 

.et-fixed-header #top-menu .spenden_cta_button a {
    color: white!important;
}