/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Bilal Fakhro
Author URI: https://www.commerz.se
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.24.2.1711441700
Updated: 2024-03-26 09:28:20

*/

/*
body * {
    direction: ltr !important;
}

.rtl .et_flex_row {
    direction: ltr;
}
*/

#top-header, #top-header a { font-size: 16px !important; }

.rtl #main-header a {
    font-size: 22px;
}

.btn-primary {
	background-color: #3042b8;
    font-family: 'Open Sans';
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff !important;
    font-size: 14px !important;
    letter-spacing: 0.16em !important;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-width: 0px;
    border-color: #333;
    border-style: solid;
}

.category-list {
    list-style: none;
    padding: 0 0 23px 0em !important;
	list-style-type: none !important;
}
.category-list > li {
    margin-bottom: 20px;
	padding: 0 0 0 0 !important;
}
li > h4 {
	font-size: 22px;
    font-weight: 500;
}
.post-list {
    margin-left: 20px;
	list-style-type: none !important;
	padding: 0 0 0 0 !important;
}

.swiper-wrapper a.swiper-slide.mlpg-card:hover {
    background-color: #F3EDE8FF;
}

#footer .et_pb_text_inner {
    display: flex;
    flex-direction: column;
}

#footer .et_pb_text_inner > a {
    color: hsl(from var(--gcid-body-color) calc(h + 0) calc(s + 0) calc(l + 0) / 0.8);
}
#footer .et_pb_text_inner > a:hover {
    color: hsl(from var(--gcid-primary-color) calc(h + 0) calc(s + 0) calc(l + 0) / 0.8);
	text-decoration: underline;
}

@media (max-width: 980px) {
	.container { width: 90%; }
}
