@media screen and (max-width: 1015px) {
	.site-sub-footer .charity {
		position: relative;
		margin-bottom: 20px;
	}
	.site-sub-footer .charity a {
		margin-left: 0;
		margin-right: 10px;
	}
}
.testimonial__image {
width: 120px;
height: 120px;
}

.hero__content .sharedaddy, .footer-cta__content .sharedaddy, .section .sharedaddy {
	display: none;
}

.post-content .sharedaddy {
	display: block;
}

div.sharedaddy h3.sd-title:before {
	border: none;
}

.btn, .btn-circle, .btn-toggle, .flickity-prev-next-button, .gform_drop_area input, .gform_footer .gform_button {
	border: 1px solid rgba(255, 255, 255, .5);
box-shadow: 2px 3px 8px rgba(0, 0, 0, .2);
}

.gform_drop_area .site-header__split input, .gform_footer .site-header__split .gform_button, .site-header__split .btn, .site-header__split .gform_drop_area input, .site-header__split .gform_footer .gform_button {
	border: none;

}

.icon-linkedin:after {
	content: url('/wp-content/themes/red-rover/src/images/linkedin-icon.svg');
}

.site-header .icon-linkedin:hover:after {
	content: url('/wp-content/themes/red-rover/src/images/linkedin-icon-alt.svg');
}


.section--newsletter .signup {
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0;
}
.section--newsletter .signup input[type="text"] {
    width: 31%;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.section--newsletter .signup input[type="text"] {
    width: 100%;
	}
}
	
.section--newsletter .g-recaptcha {
	width: 100%;
	margin-bottom: 20px;
}
.section--newsletter .signup input[type="submit"] {
color: #fff;
background-color: #11595f;
-webkit-transform: scale(1.1);
transform: scale(1.1);
	border: 1px solid rgba(255, 255, 255, .5);
box-shadow: 2px 3px 8px rgba(0, 0, 0, .2);
	display: inline-block;
vertical-align: middle;
text-decoration: none;
text-align: center;
font-family: "Proxima Nova",Helvetica Neue,Helvetica,Arial,sans-serif;
font-size: 1em;
line-height: 50px;
height: 50px;
font-weight: 700;
padding: 0 45px;
    padding-right: 45px;
cursor: pointer;
margin: 0;
-webkit-transition: background .4s cubic-bezier(.165,.84,.44,1),padding .4s cubic-bezier(.165,.84,.44,1),-webkit-transform .4s cubic-bezier(.165,.84,.44,1);
transition: background .4s cubic-bezier(.165,.84,.44,1),padding .4s cubic-bezier(.165,.84,.44,1),-webkit-transform .4s cubic-bezier(.165,.84,.44,1);
transition: background .4s cubic-bezier(.165,.84,.44,1),padding .4s cubic-bezier(.165,.84,.44,1),transform .4s cubic-bezier(.165,.84,.44,1);
transition: background .4s cubic-bezier(.165,.84,.44,1),padding .4s cubic-bezier(.165,.84,.44,1),transform .4s cubic-bezier(.165,.84,.44,1),-webkit-transform .4s cubic-bezier(.165,.84,.44,1);
-webkit-tap-highlight-color: transparent;
border-radius: 25px;
	margin-left: 10px;
}
.section--newsletter .signup input[type="submit"]:hover {
color: #fff;
background-color: #11595f;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.postid-7934 .postid-2652 .global-alert {
	display: none;
}
.global-alert {
	background: #842c80;
}

