
/*
Theme Name:  Stock MHS
Theme URI:   http://stockmhs.com
Version:     1.0
Description: A child theme of Divi. This is a custom child theme created for our site My blog.
Author:      admin
Author URI:  http://stockmhs.com
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/
.vid-glow {
	-webkit-box-shadow: 0px 0px 31px 6px rgba(255, 255, 255, .65);
	-moz-box-shadow: 0px 0px 31px 6px rgba(255, 255, 255, .65);
	box-shadow: 0px 0px 31px 6px rgba(255, 255, 255, .65);
}

div.vid-glow, .vid-glow iframe {
	min-width: 600px;
	height: auto;
	margin: 0 auto;
}

.footer-logo {
	border-right: 1px solid #5b5b5b;
}

@media only screen and (max-width: 980px) {
	.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
		width: 100% !important;
	}
	
	.footer-address {
		text-align: center !important;
	}
	
	.footer-logo {
		border-right: 0px solid #5b5b5b;
	}
	
	.mhi-logo {
		padding-top: 40px;
	}
}
