
.wp-block-buttons{
    margin-top: 4rem;
}
.has-red-color {
	color: #c73632;
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center;
    display: flex;
}

.wp-block-button__link{
    background: #008792;
    border: 2px solid #008792;
    color: #fff!important;
    padding: 0.8rem 1.2rem;
    font-size: 1rem !important;
    font-weight: 700;
    border-radius: 0;
    -webkit-transition:all .25s ease-in-out;
    -moz-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out;
    text-decoration:none;
   
}
.wp-block-button__link:after{
    content: none;
}
.wp-block-button__link:hover {
    background: #fff;
    color: #008792 !important;
    border: 2px solid #008792 !important;
}

.block-editor-block-list__block.is-style-outline .wp-block-button__link, .is-style-outline .wp-block-button__link{
    border: 2px solid #008792 !important;
    color: #008792 !important;
    padding: 0.8rem 1.2rem !important;
    font-weight: 700;
}
.is-style-outline .wp-block-button__link:hover{
    background-color: #008792 !important;
    color: #fff !important;
}

@media only screen and (max-width: 768px) {
    .wp-block-button__link {
        display:block
    }
}
@media only screen and (min-width: 998px) {
    .wp-block-button__link {
        padding: 0.8rem 1.2rem;
    }
}

   
.wp-block-buttons {
    margin: 1.4rem 0;
}


.has-primary-eosc-color{
    color: #008792;
}

.has-secondary-eosc-color{
    color: #FF5B7F;
}

.has-white-eosc-color{
    color: #fff;
}

.has-dark-eosc-color{
    color: #040204 !important;
}
.has-gray-eosc-color{
    color: #e4e4e3;
}

/* 
    Style for the Dark EOSC Background Color
*/
.has-dark-eosc-background-color{
    background-color: #040204;
}
.wp-block-button__link.has-dark-eosc-background-color{
    border-color: #040204;
}
/* 
    Style for the Primary EOSC Background Color
*/
.has-primary-eosc-background-color{
    background-color: #008792;
}
.has-primary-eosc-background-color a, .has-secondary-eosc-background-color a, .has-dark-eosc-background-color a{
    color: #fff !important;
}
.has-primary-eosc-background-color a:after, .has-secondary-eosc-background-color a:after, .has-dark-eosc-background-color a:after{
    width: 100% !important;
    background-color: #fff !important;
}
.has-primary-eosc-background-color a:hover, .has-secondary-eosc-background-color a:hover, .has-dark-eosc-background-color a:hover{
    color: #fff !important;
    text-decoration: none;
}
.has-primary-eosc-background-color a:hover:after, .has-secondary-eosc-background-color a:hover:after, .has-dark-eosc-background-color a:hover:after{
    background-color: #fff !important;
    width: 0 !important;
}
/* 
    Style for the Secondary EOSC Background Color
*/
.has-secondary-eosc-background-color{
    background-color: #FF5B7F;
}
.wp-block-button__link.has-secondary-eosc-background-color{
    border-color: #FF5B7F;
}
/* 
    Style for the Gray dark EOSC Background Color
*/
.has-gary-dark-eosc-background-color{
    background-color: #1d1b1d;
}
.wp-block-button__link.has-gary-dark-eosc-background-color{
    border-color: #1d1b1d;
}
/* 
    Style for the Gray EOSC Background Color
*/
.has-gray-eosc-background-color{
    background-color: #e4e4e3;
}
.wp-block-button__link.has-gray-eosc-background-color{
    border-color: #e4e4e3;
}