/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Kristoffer Pihlfelt
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */



/* Footer */
/*#main-footer{
	position: fixed;
	bottom: 0;
	width: 100%;
}*/

.footer-col a {
	color:#fff;
}
.footer-col a:hover {
	color:#c8c8c8;
}


/* Front page */

.border-bottom-div {
	border-bottom:1px solid white;
	padding-bottom:1em;
}


/* General content */

.h1-content h1 {
	font-size:30px !important;
}

/* Google maps */
.custom-google-map h3 {
	font-size:22px !important;
}

/* Contact form */
.et_contact_bottom_container {
	float:left !important;
}

/* Stacking order on mobile */
@media all and (max-width: 980px) {
	/*** wrap row in a flex box ***/
	.two-custom-col-row {
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
	}

	/*** custom classes that will designate the order of columns in the flex box row ***/
	.first-on-mobile {
	-webkit-order: 1;
	order: 1;
	}

	.second-on-mobile {
	-webkit-order: 2;
	order: 2;
	}

	.third-on-mobile {
	-webkit-order: 3;
	order: 3;
	}

	.fourth-on-mobile {
	-webkit-order: 4;
	order: 4;
	}
	/*** add margin to last column ***/
	.custom_row:last-child .et_pb_column:last-child {
	margin-bottom: 30px;
	}
}