.wp-block-pullquote blockquote, .wp-block-quote:not(.is-large):not(.is-style-large),.wp-block-pullquote {
    border-color: #776c64;
}
.wp-block-file .wp-block-file__button, .wp-block-button .wp-block-button__link{
	background: #e2a355;
	color: #1c1c1c !important;
	border-radius: 0;
    font-weight: 500;
}
.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 {
    color: #fff !important;
    background: #1c1c1c;
    box-shadow: 0px 15px 30px -17px rgb(0 0 0 / 75%);
}

/* block gallery */

figure.wp-block-gallery.columns-3 {
    padding-right: 7%;
}

figure.wp-block-gallery.columns-2 {
    padding-right: 1%;
}

/* block button */

.wp-block-button a.wp-block-button__link {
    border-radius: 30px;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover{
    border: 2px solid #1c1c1c;
    color: #1c1c1c !important;
}

.wp-block-button.is-style-outline .wp-block-button__link{
    border: 2px solid #e2a355; 
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.wp-block-button.is-style-outline{    
    padding: 15px 0px;
}

.has-media-on-the-right img{
    width: 21vw;
}

.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
     padding: 20px;
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow p{
     margin-bottom: 0px;
}

.page-links {
    clear: both;
}