/*
Theme Name: TM Finance Child
Theme URI: http://finance.thememove.com/
Description: A child theme of TM Finance
Author: ThemeMove Team
Author URI: http://thememove.com
Version: 1.0.14
Template: tm-finance
*/

.site-content {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .site-content {
    margin-top: 125px;
  }
}

@media only screen and (min-width: 768px) {
	.free-quote-menu a {
		color: #C94D65 !important;
	}
}