/*
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: 4.6.6.1605199514
Updated: 2020-11-12 11:45:14

*/

/*ul#menu-primary-2.et-menu.nav {
	background-color: rgba(0,0,0,.2);
}*/

div.post-content-inner {
	margin-bottom: 10px;
}

a.more-link {
	color: #ffffff;
	background-color: #a33b96;
	padding: 5px 20px;
	border-radius: 10px;
	text-transform: capitalize;
	font-size: 16px
}

.et_pb_widget a {
    font-size: 14px;
    font-weight: 400;
}

.custom-blog p {
	font-size: 14px;
}

p {
	font-weight: 400;
}

.fixed_buttons .et_pb_column {
	padding-bottom: 30px;
}

.fixed_buttons .et_pb_button_module_wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#main-footer {
	margin-top: 35px;
}

.et_boxed_layout #page-container {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#footer-widgets {
    padding: 3% 0 1.5%;
}

#footer-widgets .footer-widget a:hover {
	color: #07397c;
}

#footer-widgets .footer-widget a {
	text-decoration: underline;
}


@media screen and (min-width: 980px){
li.menu-item {
	padding-top: 7px;
	border-right: 1px solid #ffffff;
}

li.menu-item:last-child {
	border-right: 0px solid #ffffff;
}
}

@media (min-width: 981px){
.et_pb_gutters3 .footer-widget {
    margin-right: 5.5%;
    margin-bottom: 2.5% !important;
}
}

@media screen and ( max-width: 980px ) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
} 