/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General Structure
  ## Code
  ## Cover
  ## Embeds
  ## Gallery
  ## Group
  ## Image
  ## Latest Posts
  ## List
  ## More
  ## Pullquote
  ## Quote
  ## Separator
  ## Table
  ## Video
# Additional Theme Styles
  ## Color Palette
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Block Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## General Structure
--------------------------------------------------------------*/

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Removed .entry-content > */
.alignwide,
#masthead > *{
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.alignfull { /* idem */
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
## Code
--------------------------------------------------------------*/

.wp-block-code {
  padding: 0.8em 1em;
  margin-left: 14px;
  margin-right: 14px;
}

@media screen and (min-width: 608px) {
  .wp-block-code {
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------------------
## Cover
--------------------------------------------------------------*/

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

@media screen and (min-width: 608px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}

/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/

.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;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

/*--------------------------------------------------------------
## Group
--------------------------------------------------------------*/

.wp-block-group > .wp-block-group__inner-container > * {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group > .wp-block-group__inner-container > .alignwide {
  max-width: 1200px;
}

.wp-block-group > .wp-block-group__inner-container > .alignfull {
  max-width: 100%;
}

.wp-block-group.has-background > .wp-block-group__inner-container > :first-child {
  margin-top: 0;
}

.wp-block-group.has-background > .wp-block-group__inner-container > .alignfull {
  width: calc( 100% + 60px );
  max-width: calc( 100% + 60px );
  position: relative;
  left: -30px;
}

/*--------------------------------------------------------------
# Image
--------------------------------------------------------------*/

.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-image .alignleft img,
.wp-block-image .alignright img,
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption {
  max-width: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
## Latest Posts
--------------------------------------------------------------*/

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 1rem;
}

/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/

.entry-content ul,
.entry-content ol {
  list-style-position: outside;
}

.entry-content li {
  margin-left: 1.1em;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin: 0 auto;
}

.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
  margin-left: 0;
}

/*--------------------------------------------------------------
## More
--------------------------------------------------------------*/

.more-link {
  display: block;
}

/*--------------------------------------------------------------
## Pullquote
--------------------------------------------------------------*/

.wp-block-pullquote>p:first-child {
  margin-top: 0;
}


/*--------------------------------------------------------------
## Separator
--------------------------------------------------------------*/

.wp-block-separator {
  margin: 3rem auto;
  padding: 0;
}

/*--------------------------------------------------------------
## Table
--------------------------------------------------------------*/

.wp-block-table {
  overflow-x: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc( 100% - 2rem );
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  padding: .5em;
}

@media screen and (min-width: 608px) {
  .wp-block-table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Additional Theme Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Gutenberg Customized Color Palette
--------------------------------------------------------------*/

.has-corp-blue-color {
  color: #1c3f85!important; /* Corp Blue */
}
.has-corp-blue-background-color {
  background-color: #1c3f85; /* Corp Blue */
}

.has-emerald-color {
  color: #06ad9e !important; /* Emerald */
}
.has-emerald-background-color {
  background-color: #06ad9e; /* Emerald */
}

.has-amethyst-color {
  color: #ab7ee5 !important; /* Amethyst */
}
.has-amethyst-background-color {
  background-color: #ab7ee5; /* Amethyst */
}

.has-carbon-color {
  color: #282c2e !important;  /* Carbon */
}
.has-carbon-background-color {
  background-color: #282c2e;  /* Carbon */
}

.has-dark-red-color {
  color: #d83f26 !important; /* Dark Red */
}
.has-dark-red-background-color {
  background-color: #d83f26; /* Dark Red */
}

.has-poppy-color {
  color: #eb5a29 !important; /* Poppy */
}
.has-poppy-background-color {
  background-color: #eb5a29; /* Poppy */
}

.has-coral-color {
  color: #f3925c !important; /* Coral */
}
.has-coral-background-color {
  background-color: #f3925c; /* Coral */
}

.has-sunflower-color {
  color: #fbb81d !important; /* Sunflower */
}
.has-sunflower-background-color {
  background-color: #fbb81d; /* Sunflower */
}

.has-white-color,
/* + forms inputs */
.the-gradient input[type="button"],
.the-gradient input[type="reset"],
.the-gradient input[type="submit"],
.alt-gradient input[type="button"],
.alt-gradient input[type="reset"],
.alt-gradient input[type="submit"],
.carbon input[type="button"],
.carbon input[type="reset"],
.carbon input[type="submit"]:not(.default){
  color: white !important; /* White */
}
.has-white-background-color {
  background-color: white; /* White */
}

.has-the-gradient-color,
.has-the-gradient-background-color,
/* standard button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
    color: white; /* White */
    background: #1c3f85; /* Corp Blue */
    background: -moz-linear-gradient(-65deg, rgba(28,63,133,1) 0%, rgba(28,63,133,1) 20%, rgba(6,173,158,1) 90%, rgba(6,173,158,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(28,63,133,1)), color-stop(20%, rgba(28,63,133,1)), color-stop(90%, rgba(6,173,158,1)), color-stop(100%, rgba(6,173,158,1)));
    background: -webkit-linear-gradient(-65deg, rgba(28,63,133,1) 0%, rgba(28,63,133,1) 20%, rgba(6,173,158,1) 90%, rgba(6,173,158,1) 100%);
    background: -o-linear-gradient(-65deg, rgba(28,63,133,1) 0%, rgba(28,63,133,1) 20%, rgba(6,173,158,1) 90%, rgba(6,173,158,1) 100%);
    background: -ms-linear-gradient(-65deg, rgba(28,63,133,1) 0%, rgba(28,63,133,1) 20%, rgba(6,173,158,1) 90%, rgba(6,173,158,1) 100%);
    background: linear-gradient(155deg, rgba(28,63,133,1) 0%, rgba(28,63,133,1) 20%, rgba(6,173,158,1) 90%, rgba(6,173,158,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3f85', endColorstr='#06ad9e', GradientType=1 );
    border:none;
}

.has-alt-gradient-color,
.has-alt-gradient-background-color{
    color: white; /* White */
    background: rgba(28,63,133,1);
    background: -moz-linear-gradient(-65deg, rgba(28,63,133,1) 0%, rgba(28,63,133,1) 20%, rgba(171,126,229,1) 90%, rgba(170,126,229,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(28,63,133,1)), color-stop(20%, rgba(28,63,133,1)), color-stop(90%, rgba(171,126,229,1)), color-stop(100%, rgba(170,126,229,1)));
    background: -webkit-linear-gradient(-65deg, rgba(28,63,133,1) 0%, rgba(28,63,133,1) 20%, rgba(171,126,229,1) 90%, rgba(170,126,229,1) 100%);
    background: -o-linear-gradient(-65deg, rgba(28,63,133,1) 0%, rgba(28,63,133,1) 20%, rgba(171,126,229,1) 90%, rgba(170,126,229,1) 100%);
    background: -ms-linear-gradient(-65deg, rgba(28,63,133,1) 0%, rgba(28,63,133,1) 20%, rgba(171,126,229,1) 90%, rgba(170,126,229,1) 100%);
    background: linear-gradient(155deg, rgba(28,63,133,1) 0%, rgba(28,63,133,1) 20%, rgba(171,126,229,1) 90%, rgba(170,126,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3f85', endColorstr='#aa7ee5', GradientType=1 );
}

.has-bright-gradient-color,
.has-bright-gradient-background-color{
    color: white; /* White */
    background: rgba(6,173,159,1);
    background: -moz-linear-gradient(-65deg, rgba(6,173,159,1) 0%, rgba(6,173,159,1) 20%, rgba(171,126,229,1) 90%, rgba(170,126,229,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(6,173,159,1)), color-stop(20%, rgba(6,173,159,1)), color-stop(90%, rgba(171,126,229,1)), color-stop(100%, rgba(170,126,229,1)));
    background: -webkit-linear-gradient(-65deg, rgba(6,173,159,1) 0%, rgba(6,173,159,1) 20%, rgba(171,126,229,1) 90%, rgba(170,126,229,1) 100%);
    background: -o-linear-gradient(-65deg, rgba(6,173,159,1) 0%, rgba(6,173,159,1) 20%, rgba(171,126,229,1) 90%, rgba(170,126,229,1) 100%);
    background: -ms-linear-gradient(-65deg, rgba(6,173,159,1) 0%, rgba(6,173,159,1) 20%, rgba(171,126,229,1) 90%, rgba(170,126,229,1) 100%);
    background: linear-gradient(155deg, rgba(6,173,159,1) 0%, rgba(6,173,159,1) 20%, rgba(171,126,229,1) 90%, rgba(170,126,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06ad9f', endColorstr='#aa7ee5', GradientType=1 );
}