/*
Theme Name: SurgeryWeb NHS Child Theme
Theme URI: 
Description: Bespoke Theme developed by Adrian @ AlphaWebServices.net
Author: Adrian Jones
Version: 1.0
License: 
License URI: 
Tags: 
Template: SurgeryWeb-NHS
*/

@import url('https://fonts.googleapis.com/css2?family=Hubballi&display=swap');

html {
	font-family: "Hubballi", sans-serif;
  	font-weight: 400;
  	font-style: normal;
}

.footCTA {
	background: #00a499;
	color: #fff;
	padding: 20px 0;
}
.footCTA .ctaFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footCTA .ctaFlex p {
	font-size: 32px;
	margin-bottom: 0;
}
.footCTA .ctaFlex a {
	display: inline-block;
	color: #00a499;
	background: rgba(255,255,255,1);
	padding: 12px 25px;
	border-radius: 45px;
	font-size: 24px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}
.footCTA .ctaFlex a:hover {
	background: rgba(255,255,255,0.6);
}	
.footCTA .footCtaEmail {
	text-align: center;
}
.footCTA .footCtaEmail p {
	font-size: 26px;
	margin-bottom: 0;
}
.footCTA .footCtaEmail a {
	color: #fff;
}
.footCTA .footCtaEmail a:hover {
	text-decoration: underline;
}

@media all and (max-width: 1200px){
	.footCTA .ctaFlex {
		flex-direction: column;
	}
	.footCTA .ctaFlex p {
		margin-bottom: 20px;
	}
}
	