.alignfull{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
}
.wp-block-button__link{
  background-color:#000;
}
.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}
ul.wp-block-gallery.alignleft.columns-2.is-cropped {
    margin-right: 2em/*!rtl:end:ignore; */;
}
ul.wp-block-gallery.alignwide {
    width: 100%;
    overflow: hidden;
    clear: both;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 30px 50px 30px 80px;
  background: #ededed;
}
.is-style-solid-color blockquote {
    background: transparent;
}
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}
.wp-block-columns.alignfull {
    background: #fff;
    z-index: 999;
    position: relative;
    padding: 5px;
}
.wp-block-gallery.alignwide ,
.wp-block-gallery.alignfull {
    background: #fff;
    z-index: 999;
    position: relative;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%
}

.wp-block-table td, .wp-block-table th {
  padding: .5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote>p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}
/*embide style*/
.alignwide.wp-block-embed, 
.alignfull.wp-block-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    z-index: 999;
}
.alignwide.wp-block-embed iframe,
.alignfull.wp-block-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.alignwide.wp-block-embed figcaption,
.alignfull.wp-block-embed figcaption{
	bottom:-10px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	position:absolute
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }

}

.entry-content .alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
}
.wp-block-cover p:not(.has-text-color){
  color:#fff;
}
/*--------------------------------------------------------------
# Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

/*Default blog some style*/

/*Column bloc */
.wp-block-column{
  margin-bottom: 1.6em;
}

/*block button*/
.wp-block-button__link {
    border-radius: 22px;
    padding: 10px 20px;
    font-size: 16px;
}
.is-style-squared .wp-block-button__link {
    border-radius: 5px;
}
.is-style-outline .wp-block-button__link {
     border: 1px solid currentcolor;
}

/*Common block style*/
.has-large-font-size {
    line-height: 41px;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
    background: #ededed;
    padding: 30px 50px 30px 80px;
}
/*block widget*/

.wp-block-archives-list {
    margin: 0 0 20px 0;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    list-style: none;
    justify-content: flex-start;
    align-items: flex-start;
}

.wp-block-archives-list li {
    margin-bottom: 5px;
    flex-grow: 1;
    margin-right: 15px;
}
.wp-block-calendar,
.wp-block-categories,
.wp-block-search  {
    margin-bottom: 1.5em;
}

.wp-block-tag-cloud a {
    border: 1px solid #ededed;
    padding: 5px 10px;
    margin: 5px;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 700;
    text-shadow: inherit;
}
a.wp-block-button__link:hover {
    opacity: 0.7;
}