/*
 Theme Name:   Mothers Matter 2021
 Theme URI:    https://www.mothersmattercic.co.uk
 Description:  Custom Divi based theme for mothersmattercic.co.uk by Pixel & Print Ltd
 Author:       Kat Clarke - Pixel & Print Ltd
 Author URI:   https://www.pixel-and-print.com/
 Template:     Divi
 Version:      1.0.1
 Tags:         Pixel, Print, divi, MothersMatter
 Text Domain:  mothersmattercic.co.uk_2021
*/

#donate{
	float: right!important;
}
#get-help{
	float: right!important;
}
.header_button{
	font-size: 18px !important;
	padding: .15em .5em;
 	line-height: 1.5em !important;
  	margin: 0 .3em;
}
.header_button::after{
	font-size: 28px !important;
}
.et_pb_button:hover{
	padding: .15em 2em .15em .7em;
}
.header_button_help{
	background-color: #E6948A!important;
}
.header_button_donate{
	background-color: #8080CE!important;
}
#top-header .container{
	padding: 10px!important;
}
.et_fixed_nav #top-header{
	height: 55px!important;
}

.et_fixed_nav #main-header{
	top: 100px!important;
}

#et-info{
	padding: 1em 0 1em 0!important;
}

@media (max-width: 980px) {
	#donate{
		float: none!important;
		text-align: center!important;
	}
	#get-help{
		float: none!important;
		text-align: center!important;
	}
	.header_button{
		line-height: 2em !important;
	}
	#top-header .container{
		padding: 10px!important;
	}
	.et_fixed_nav #top-header{
		height: 125px!important;
	}

	.et_fixed_nav #main-header{
		top: 120px!important;
	}

	#et-info{
		padding: 1em 0 1em 0!important;
	}
}