/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

#tco-under-construction-bypass span {
	color: #fff;
	padding: 1em;
	border-radius: 100%;
	background-color: rgb(29, 61, 114);
	display: flex;
	justify-content: center;
	align-items: center;
}



.has-brand-primary-background-color {
	background-color: rgb(29, 61, 114);
}
.has-brand-primary-color {
	color: rgb(29, 61, 114);
}

.has-brand-lighter-background-color {
	background-color: rgb(81, 133, 189);
}
.has-brand-lighter-color {
	color: rgb(81, 133, 189);
}

.has-link-background-color {
	background-color: rgb(109, 110, 113);
}
.has-link-color {
	color: rgb(109, 110, 113);
}

.has-link-interaction-background-color {
	background-color: rgb(29, 61, 114);
}
.has-link-interaction-color {
	color: rgb(29, 61, 114);
}

.has-grey-primary-background-color {
	background-color: rgb(109, 110, 113);
}
.has-grey-primary-color {
	color: rgb(109, 110, 113);
}

.has-grey-secondary-background-color {
	background-color: rgb(138, 139, 141);
}
.has-grey-secondary-color {
	color: rgb(138, 139, 141);
}

.has-grey-tertiary-background-color {
	background-color: rgb(220, 221, 222);
}
.has-grey-tertiary-color {
	color: rgb(220, 221, 222);
}

.has-body-copy-background-color {
	background-color: rgb(88, 89, 91);
}
.has-body-copy-color {
	color: rgb(88, 89, 91);
}

.has-white-background-color {
	background-color: rgb(255, 255, 255);
}
.has-white-color {
	color: rgb(255, 255, 255);
}