/*
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.
Version: 4.21.0.1687159169
Updated: 2023-06-19 07:19:29

*/

.navigation-menu .dashicons._mi,
.navigation-menu .dashicons {
	font-size: 15px;
	color: #fff;
	display: inline-block;
	padding: 0px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 1px;
	margin-right: 10px;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    margin-top: 8px;
    border-right: 1px solid #f1f1f166;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li:first-child {
	border-left: 1px solid #f1f1f166;
}

.home-blog article {
	display: flex;
	margin-bottom: 10px;
}

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.nav-button>a {
	margin-top: 15px;
	margin-left: 10px;
    padding: 0 30px;
    border: 1px solid #fff;
    height: 50px;
    background: #fff;
    color: #6690cf !important;
	transition: all .3s;
}

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.nav-button>a:hover {
	background: transparent;
	color: #fff !important;
}

@media screen and (max-width: 768px) {
	.et_mobile_menu {
    	width: 95vw;
    	left: -81vw;
	}
	.et_pb_menu_0_tb_header.et_pb_menu ul li a {
		color: #333 !important;
	}
	.et_mobile_menu .nav-button a {
    	border: 1px solid #fff;
    	display: inline-block;
    	margin-top: 10px;
	}
	.navigation-menu .dashicons._mi,
	.navigation-menu .dashicons {
		color: #3e003d;
	}
	.et_pb_column.et_pb_column_2_3.et_pb_column_1_tb_header.header-nav-col.et_pb_css_mix_blend_mode_passthrough.et-last-child.et_pb_column--with-menu {
    	max-width: 30%;
	}
}

.home-magazines .et_pb_main_blurb_image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.home-magazines span.et_pb_image_wrap.et_pb_only_image_mode_wrap {
    height: 100%;
}


.home-news article {
	display: flex;
	align-items: center;
	padding: 20px;
	border: 1px solid #777;
}

.home-news article.et_pb_post .post-meta {
	margin: 0;
}

.home-news article.et_pb_post .entry-title {
	order: 2;
	padding: 0;
}

.home-news article.et_pb_post {
    margin-bottom: 20px;
}

.home-blog-section article .entry-featured-image-url {
    overflow: hidden;
}

.home-blog-section article a img {
	object-fit: cover;
	transition: all .3s;
}

.home-blog-section article:hover .et_pb_image_container a img {
	transform: scale(1.08) rotate(-5deg) !important;
}

.home-magazine-section .et_pb_main_blurb_image img {
	transition: all .3s;
}

.home-magazine-section:hover .et_pb_main_blurb_image img {
	transform: scale(1.08) rotate(-3deg);
}

.footer-menu a {
	color: #fff;
	transition: all .3s;
}

.footer-menu a:hover {
	opacity: 0.7;
}