.has-blue-light-color{
color: #7574c0 !important;
}
.has-blue-light-background-color{
background-color: #7574c0 !important;
}
.has-blue-light-2-color{
color: #004588 !important;
}
.has-blue-light-2-background-color{
background-color: #004588 !important;
}
.has-blue-dark-color{
color: #171695 !important;
}
.has-blue-dark-background-color{
background-color: #171695 !important;
}
.has-blue-dark-2-color{
color: #001A33 !important;
}
.has-blue-dark-2-background-color{
background-color: #001A33 !important;
}
.has-grey-color{
color: #7C7C7C !important;
}
.has-grey-background-color{
background-color: #7C7C7C !important;
}
.has-black-color{
color: #000 !important;
}
.has-black-background-color{
background-color: #000 !important;
}
.has-white-color{
color: #FFFFFF !important;
}
.has-white-background-color{
background-color: #FFFFFF !important;
}
.has-xs-font-size{
font-size: smaller !important;
}
.has-s-font-size{
font-size: small !important;
}
.has-m-font-size{
font-size: medium !important;
}
.has-l-font-size{
font-size: large !important;
}
.has-xl-font-size{
font-size: x-large !important;
}
.has-xxl-font-size{
font-size: xx-large !important;
}
.alignwide{
max-width: 1140px;
margin: auto !important;
}
.alignfull{
max-width: 100%;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:link,
.wp-block-social-links .wp-social-link a:active,
.wp-block-social-links .wp-social-link a:focus,
.wp-block-social-links .wp-social-link a:visited{
color: #FFF !important;
background-color: #0096D6 !important;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.wp-block-social-links .wp-social-link a:hover{
background-color: #000;
}