/*
Theme Name: Divi Child Theme
Version: 4.25.7
Description: Child theme for Divi.
Author: Jason Moore
Author URI: http://versedhires.com
Template: Divi
*/

@import url("../Divi/style.css");

body {
	font-family: "DM Sans", Arial, Helvetica, sans-serif;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: "DM Sans", Arial, Helvetica, sans-serif;
}

/* DM SANS */
.dm-sans {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* MAIN NAVIGATION */
#et-top-navigation {font-weight: 400;}

/* TESTIMONIALS */
.dipi-testimonial-rating {
	margin-top:10px;
}

/* FLIP THE COLUMN ORDER ON MOBILE */
@media only screen and (max-width: 980px) {
	    #logo {
        max-height: 50% !IMPORTANT;
    }
    .row-order-reverse {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
	
	.row-order-reverse .et_pb_image {
		margin-bottom: 25px !IMPORTANT;
    }
}


/* FOOTER */
.footer-text {color:#ffffff;}
a.footer-link {color:#0AADEB; font-weight:600;}
a.footer-link:hover {text-decoration: underline; color: #ffffff;}