/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;700&display=swap');

h1, h2, h3, h4, h5 {
	font-family: 'League Spartan', sans-serif;
}
ol ul li {
    margin-left: 15px;
}
.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #FFF;
}
.et_mobile_menu li a, .nav li li a {
    text-transform:uppercase;
}

.entry-content ul ul {
    padding-bottom: 0px;
}

nav>ul>li.menu-packages a {
    background: #d7c94e;
    color: #333!important;
    border-radius: 20px;
    padding: 20px 20px!important;
    margin: 13px 0 0 0!important;
    height: 50px;
}

#footer-info {
    text-align: center;
    margin: 0px auto;
    width: 100%;
}
.et_pb_widget {
    clear: both;
}

.widget_block:not(:first-child) h4 {
    margin-top: 20px;
}
#footer-widgets {
    padding: 2% 0 0;
}
.footer-widget { margin-right: 0;}
.footer-widget:nth-child(4) {
	width: 0%!important;
}
.et_pb_widget a {
    text-decoration: underline;
}

.et_pb_contact_form_0 .et-pb-contact-message p {
position: relative;
    background: #6DC248;
    border-radius: 10px;
    color: #FFF;
    padding: 10px 50px;
    text-align: center;
    max-width: 800px;
    margin: 10px auto;
    text-transform: uppercase;
    font-size: 20px;
	display: inline-flex;
}
 
@media only screen and (max-width: 980px){
.footer-widget:nth-child(1) { width: 100%!important; padding-right:15px!important;}
.footer-widget:nth-child(2) { width: 100%!important; padding-right:15px!important;}
.footer-widget:nth-child(3) { width: 100%!important; margin-right:0!important;}}

@media (min-width: 981px){
	.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 0px;
	}
		.et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
	margin-top: 2.5%;
	margin-right:2%;
	}
	    .footer-widget:first-child,
	.footer-widget:nth-child(2),
	.footer-widget:nth-child(3){
        width: 29%!important;
    }
}
@media (max-width: 980px){
	#footer-widgets .footer-widget .fwidget {
    margin-bottom: 0px;
	}
	#footer-widgets {
       margin-bottom: 20px;
	}
}
@media (max-width: 767px){
	#footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget .fwidget {
       margin-bottom: 0px!important;
}
	#main-footer .widget_block h4 {
    margin-top: 30px;
	}
}