.has-media-on-the-right  img{
	width: 20vw!important;
	margin-left: 0px !important;
}
.wp-block-media-text__media img{
    height: auto;
    max-width: unset;
    vertical-align: middle;
    width: 91%;
    margin-left:43px;
}
p.wp-block-tag-cloud a:hover{
    background:var(--theme-primary-color);
}
.wp-block-button .wp-block-button__link{
    background:var(--theme-secondary-color);
    color: #fff !important;
}
.wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
    background-color: var(--theme-secondary-color);
    color: #fff;
    border-color: var(--theme-secondary-color);
}
.wp-block-file .wp-block-file__button, .wp-block-button.is-style-outline .wp-block-button__link{
    border-color:var(--theme-secondary-color) !important;
    color:var(--theme-secondary-color) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover{
border-color:var(--theme-secondary-color) !important;
    color:var(--theme-secondary-color) !important;
}
.wp-block-button .wp-block-button__link{
    background:var(--theme-secondary-color);
    border-radius:5px !important;
}
.wp-block-file .wp-block-file__button,
.wp-block-button.is-style-outline .wp-block-button__link{
     background: var(--theme-primary-color);
}