/*
 Theme Name:   quotes.MedicareGuide.com
 Theme URI:    https://quotes.medicareguide.com/
 Description:  QUOTES.MG.com Child Theme from Mothership
 Author:       HealthCare Inc.
 Author URI:   https://HealthCare.com/
 Template:     mothership
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  quotesmgcom
*/

/*SMALL CHANGES*/
h1 strong {font-family: "tasman",sans-serif; font-weight: 600; color: #00E0BA;}
.mgcom-hero-header{margin-top:0; margin-bottom:70px; background: #5150ad 0% 0% no-repeat padding-box; padding: 30px 0 40px; position: relative; background-size: cover; background-image: url(img/homepage-hero-image.jpg);}
.mgcom-hero-header h1{color:#ffffff; margin:0 auto 30px; line-height:62px !important;}
.mgcom-separator{margin-top: 40px;margin-bottom: 40px; background-color: #A3A3A3;}
.mgcom-about{margin-bottom:67px;}
.mgcom-about .wp-block-image{overflow:hidden;}
.mgcom-about figure {width:100%; height: 220px; position: relative; overflow: hidden; border-radius: 4px; margin-bottom: 24px;}
.mgcom-about figure img{width: 100%; height: 220px; object-fit: cover;}
.mgcom-about h2 {font-family: "tasman",sans-serif !important; font-size: 42px; line-height: 62px; color: #303030; margin-bottom: 13px; font-weight: 600;}
.mgcom-about h2 strong {font-family: "tasman",sans-serif; font-weight: 700; position: relative; color: #4D41E1;}
.mgcom-about h2 strong:before {content: ""; width: 100%; height: 60px; position: absolute; background: #DDFFF9 0% 0% no-repeat padding-box; z-index: -1;}
.mgcom-about p {font-size: 22px !important; line-height: 32px !important; color: #303030; margin-bottom: 9px;}
.mgcom-about p a {color: #15B8C4; text-decoration: underline; display: block; margin-top: 30px; font-weight: 600;}
.mgcom-about hr {background: #15B8C4; margin-top: 30px; margin-bottom: 20px;}

.footer-zip-code h2{
	font-family: "tasman",sans-serif !important;
}

.footer-zip-code .hcinc_shortcodes{
	background:#ffffff;
	padding: 24px 60px 35px 60px;
}

@media (max-width: 480px) {
	.mgcom-hero-header {
	    padding: 20px 0 0px;
	    margin-bottom:26px;
	}

		.mgcom-hero-header h1{
		    width: 280px;
		    font-size: 30px !important;
		    line-height: 35px !important;
		}

	.mgcom-about h2 {
	    font-size: 30px !important;
	}

	.mgcom-about p {
	    font-size: 16px !important;
	    line-height: 22px !important;
	}


}