/* ------------------------------------------
Theme Name: Solik
Author: CodePages
Description: Solik | Multipurpose Creative WordPress Theme
------------------------------------------ */

.light-wrapper {
  background: #fff;
}
.whitesmoke-wrapper {
  background: #f7f7f7;
}
.none-padding {
  padding: 0;
}
.flex-display {
  display: flex;
  flex-wrap: wrap;
}
.parallax {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  color: #d9d9d9;
}
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  text-align: center;
  z-index: 1111;
  margin-top: 0;
  top: 0;
  right: 0;
  left: 0;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
}
.page-loader-spinner {
  width: 40px;
  height: 40px;
  margin: 50vh auto;
}
.page-loader-spinner .loader-spinner {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: LoaderSpinnerGridScaleDelay 1.3s infinite ease-in-out;
  animation: LoaderSpinnerGridScaleDelay 1.3s infinite ease-in-out;
}
.page-loader-spinner .loader-spinner1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.page-loader-spinner .loader-spinner2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.page-loader-spinner .loader-spinner3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.page-loader-spinner .loader-spinner4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.page-loader-spinner .loader-spinner5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.page-loader-spinner .loader-spinner6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.page-loader-spinner .loader-spinner7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.page-loader-spinner .loader-spinner8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.page-loader-spinner .loader-spinner9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes LoaderSpinnerGridScaleDelay {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes LoaderSpinnerGridScaleDelay {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
body {
  font-size: 16px;
  line-height: 1.8;
  color: #1e1e1e;
  overflow-x: hidden;
}
.entry-content li,
.entry-content > p {
  font-size: 16px;
  line-height: 1.8;
  color: #1e1e1e;
}
.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .alignwide {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-summary > *,
  .entry-content > * {
    margin: 32px 0;
  }
  .entry-content > p {
    font-size: 17px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 1.25em;
  }
}
.entry-content .clearfix,
.entry-content .row {
  margin: 0;
}
.alignleft {
  float: left;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-left: 0;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .alignleft {
    margin-bottom: 28px;
    max-width: calc(4 * (100vw / 12));
    margin-right: calc(2 * 1.5rem);
  }
}
.alignright {
  float: right;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-right: 0;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .alignright {
    max-width: calc(4 * (100vw / 12));
    margin-right: 0;
    margin-left: calc(2 * 1rem);
  }
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.sidebar-inactive #content .container {
  max-width: 80%;
}
.sidebar-inactive .alignfull,
.sidebar-inactive .blockquote.wp-block-pullquote.alignfull,
.sidebar-inactive .wp-block-pullquote:not(.is-style-solid-color).alignfull,
.wp-block-image.alignfull {
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  left: 50%;
  right: 50%;
  max-width: initial;
  border-left: 0;
}
.page.sidebar-active .alignfull,
.page.sidebar-active .blockquote.wp-block-pullquote.alignfull,
.page.sidebar-active .wp-block-pullquote:not(.is-style-solid-color).alignfull {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 0;
  right: 0;
}
.alignfull > img,
.alignwide > img {
  max-width: none;
  width: 100%;
}
.wp-caption,
.wp-caption-overlay .wp-caption,
figure {
  border: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.sidebar-inactive .alignfull blockquote {
  padding: 40px;
}
.sidebar-inactive .alignfull.wp-block-cover-image.has-background-dim {
  padding: 40px;
}
.sidebar-inactive figure.wp-block-image.alignleft.is-resized,
.wp-block-image .alignleft {
  margin-right: 30px;
  margin-bottom: 70px;
}
.sidebar-inactive figure.wp-block-image.alignright.is-resized,
.wp-block-image .alignright {
  margin-left: 30px;
}
.sidebar-inactive #content .container {
  max-width: 80%;
}
p.has-background {
  padding: 20px 30px;
}
.wp-block-audio {
  width: 100%;
}
.wp-block-audio audio {
  width: 100%;
}
.wp-block-audio.alignleft audio,
.wp-block-audio.alignright audio {
  max-width: 198px;
}
@media only screen and (min-width: 768px) {
  .wp-block-audio.alignleft audio,
  .wp-block-audio.alignright audio {
    max-width: 384px;
  }
}
@media only screen and (min-width: 1379px) {
  .wp-block-audio.alignleft audio,
  .wp-block-audio.alignright audio {
    max-width: 385.44px;
  }
}
.wp-block-video video {
  width: 100%;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper {
  text-align: center;
}
.wp-block-button {
  margin-bottom: 15px;
}
.wp-block-button .wp-block-button__link {
  transition: background 150ms ease-in-out;
  border: 0;
  font-size: 0.88889em;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: 700;
  text-decoration: none;
  padding: 0.76rem 1rem;
  outline: 0;
  outline: 0;
}
.wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #343a40;
  border-radius: 0;
  padding: 16px 35px 16px 35px;
}
.wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background: #111;
  cursor: pointer;
}
.wp-block-button .wp-block-button__link:focus {
  color: #fff;
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}
.wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 3px;
}
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link:active,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
  transition: all 150ms ease-in-out;
  border-width: 2px;
  border-style: solid;
}
.wp-block-button.is-style-outline
  .wp-block-button__link:active:not(.has-background),
.wp-block-button.is-style-outline
  .wp-block-button__link:focus:not(.has-background),
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background: 0 0;
}
.wp-block-button.is-style-outline
  .wp-block-button__link:active:not(.has-text-color),
.wp-block-button.is-style-outline
  .wp-block-button__link:focus:not(.has-text-color),
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: #32373c;
  border-color: currentColor;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #111;
  border-color: #111;
}
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
  list-style-position: outside;
}
.wp-block-latest-posts.has-dates {
  list-style: none;
}
.wp-block-latest-posts__post-date {
  margin-top: 5px;
}
.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li {
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.75rem;
}
.wp-block-archives li.menu-item-has-children,
.wp-block-archives li:last-child,
.wp-block-categories li.menu-item-has-children,
.wp-block-categories li:last-child,
.wp-block-latest-posts li.menu-item-has-children,
.wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-latest-posts li a {
  text-decoration: none;
}
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter {
  text-align: left;
  list-style-position: inside;
}
.wp-block-categories ul {
  padding-top: 0.75rem;
}
.wp-block-categories li ul {
  list-style-position: inside;
}
.wp-block-categories ul {
  counter-reset: submenu;
}
.wp-block-latest-posts.is-grid li {
  border-top: 0;
  padding: 15px;
  margin-bottom: 2rem;
  background: #f4f5fa;
}
.wp-block-latest-posts.is-grid li a:after {
  content: "";
}
.wp-block-latest-posts.is-grid li:last-child {
  margin-bottom: auto;
}
.wp-block-latest-posts.is-grid li:last-child a:after {
  content: "";
}
.wp-block-preformatted {
  line-height: 1.8;
  padding: 1rem;
}
.wp-block-verse {
  font-size: 22px;
  line-height: 1.8;
}
.has-drop-cap:not(:focus):first-letter {
  font-size: 3.375em;
  line-height: 1;
  font-weight: 700;
  margin: 0 0.25em 0 0;
}
.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
}
.single-post .wp-block-pullquote p,
.wp-block-pullquote p {
  font-size: 1.6875em;
  font-style: normal;
  line-height: 1.3;
  margin-top: 0.5em;
}
.single-post .wp-block-pullquote blockquote p::after,
.single-post .wp-block-pullquote blockquote p::before {
  content: "";
}
.wp-block-pullquote p em {
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote p {
    font-size: 1.75rem;
  }
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 70px;
}
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
  margin: 1rem 0;
  max-width: 100%;
}
.wp-block-pullquote.alignright cite {
  margin-right: 60px;
}
.wp-block-pullquote.alignleft blockquote p:first-child,
.wp-block-pullquote.alignright blockquote p:first-child {
  margin-top: 0;
}
.wp-block-pullquote.is-style-solid-color {
  padding-left: 0;
  padding-right: 0;
}
h3.comment-num {
  font-size: 24px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.wp-block-pullquote.is-style-solid-color p {
  font-size: 1.6875em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color p {
    font-size: 2.25em;
  }
}
.wp-block-pullquote.is-style-solid-color a {
  color: #fff;
}
.wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  padding-left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}
.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-text-color a,
.wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
.wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    border-left: none;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color.alignleft,
  .wp-block-pullquote.is-style-solid-color.alignright {
    padding: 1rem calc(2 * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color.alignfull {
    padding-left: calc(10%+58px+ (2 * 1rem));
    padding-right: calc(10%+58px+ (2 * 1rem));
  }
}
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-large {
  padding: 0 30px 30px 70px;
}
.wp-block-pullquote {
  color: #666;
}
.wp-block-pullquote:not(.is-style-solid-color),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote:not(.is-large):not(.is-style-large),
blockquote.wp-block-pullquote,
blockquote.wp-block-quote {
  padding: 0 30px 30px 70px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  border: 0;
}
.wp-block-image.alignleft.is-resized,
.wp-block-pullquote.alignleft {
  text-align: left;
  margin-right: 20px;
}
.wp-block-image.alignright.is-resized,
.wp-block-pullquote.alignright {
  text-align: right;
  margin-left: 20px;
}
.editor-block-list__block .wp-block-pullquote blockquote,
.wp-block-pullquote blockquote {
  border-left: 0;
}
.wp-block-quote p,
blockquote.wp-block-quote p {
  margin-bottom: 20px;
}
.wp-block-quote p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-style: italic;
}
.wp-block-pullquote cite,
.wp-block-quote cite {
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
  text-transform: unset;
  display: inline-block;
}
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote__citation {
  position: relative;
  font-style: normal;
  font-size: 13px;
}
.wp-block-quote .blockquote-footer {
  margin-left: 40px;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 1rem 0;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 1.6875em;
  line-height: 1.4;
  font-style: italic;
}
.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 16px;
  text-align: left;
}
.wp-block-quote.is-style-large cite em {
  display: block;
  position: relative;
  top: -30px;
}
@media only screen and (min-width: 768px) {
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
    margin: 1rem 0;
  }
  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p {
    font-size: 1.6875em;
  }
}
.wp-block-pullquote .has-very-dark-gray-color.has-very-dark-gray-color {
  background: 0;
}
.wp-block-pullquote .has-very-dark-gray-color.has-very-dark-gray-color cite {
  color: #40464d;
}
figure.wp-block-pullquote.has-cyan-bluish-gray-background-color.is-style-solid-color {
  padding-top: 30px;
  padding-bottom: 30px;
}
.wp-block-image img {
  display: block;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
  max-width: 100%;
}
.wp-block-image.alignfull img {
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  .wp-block-image.alignfull img {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  min-height: 430px;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .wp-block-cover,
  .wp-block-cover-image {
    padding: 1rem 10%;
  }
}
.wp-block-cover,
.wp-block-cover-image {
  color: #fff;
}
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-paragraph.has-large-font-size.editor-rich-text__editable {
  padding: 0;
  color: #f8f9f9;
}
@media only screen and (min-width: 768px) {
  .cps-single-post .cps-post .cps-post--contect p.wp-block-cover-text,
  .wp-block-cover .wp-block-cover-image-text,
  .wp-block-cover h2,
  .wp-block-cover p.wp-block-cover-text,
  .wp-block-cover-image .wp-block-cover-image-text,
  .wp-block-cover-image .wp-block-cover-text,
  .wp-block-cover-image h2 {
    font-size: 34px;
    line-height: 60px;
    max-width: 100%;
    font-weight: 400;
    color: inherit;
  }
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wp-block-cover-image.alignleft,
  .wp-block-cover-image.alignright,
  .wp-block-cover.alignleft,
  .wp-block-cover.alignright {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .wp-block-cover-image.alignfull .wp-block-cover-text,
  .wp-block-cover-image.alignfull h2,
  .wp-block-cover.alignfull .wp-block-cover-image-text,
  .wp-block-cover.alignfull .wp-block-cover-text,
  .wp-block-cover.alignfull h2 {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .wp-block-cover-image.alignfull .wp-block-cover-text,
  .wp-block-cover-image.alignfull h2,
  .wp-block-cover.alignfull .wp-block-cover-image-text,
  .wp-block-cover.alignfull .wp-block-cover-text,
  .wp-block-cover.alignfull h2 {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}
.wp-block-gallery {
  list-style-type: none;
  padding-left: 0;
}
.wp-block-gallery.alignfull {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}
.wp-block-gallery figcaption a {
  color: #fff;
}
.wp-block-file .wp-block-file__button {
  display: table;
  transition: background 150ms ease-in-out;
  border: 0;
  border-radius: 5px;
  background: #d72924;
  font-size: 22px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 700;
  padding: 0.75rem 1rem;
  color: #fff;
  margin-left: 0;
  margin-top: calc(0.75 * 1rem);
}
@media only screen and (min-width: 1168px) {
  .wp-block-file .wp-block-file__button {
    font-size: 22px;
    padding: 0.875rem 1.5rem;
  }
}
.wp-block-file .wp-block-file__button:hover {
  background: #111;
  cursor: pointer;
}
.wp-block-file .wp-block-file__button:focus {
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}
.wp-block-code {
  border-radius: 0;
}
.wp-block-code code {
  font-size: 1.125em;
  white-space: pre-wrap;
  word-break: break-word;
}
.wp-block-columns.alignfull {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1128px) {
  .wp-block-column {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media only screen and (min-width: 600px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-columns .wp-block-column > :first-child {
    margin-top: 0;
  }
  .wp-block-columns .wp-block-column > :last-child {
    margin-bottom: 0;
  }
  .wp-block-columns[class*="has-"] > * {
    margin-right: 1rem;
  }
  .wp-block-columns[class*="has-"] > :last-child {
    margin-right: 0;
  }
  .wp-block-columns.alignfull,
  .wp-block-columns.alignfull .wp-block-column {
    padding-left: calc(2 * 1rem);
    padding-right: calc(2 * 1rem);
  }
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-weight: 700;
}
.wp-block-latest-comments
  .wp-block-latest-comments__comment-meta
  .wp-block-latest-comments__comment-date {
  font-weight: 400;
}
.wp-block-latest-comments .wp-block-latest-comments__comment,
.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: inherit;
}
.wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date {
  font-size: 0.71111em;
}
.has-small-font-size {
  font-size: 0.88889em;
}
.has-normal-font-size {
  font-size: 1.125em;
}
.has-large-font-size {
  font-size: 36px;
  line-height: 1.8;
}
p[style="font-size:46px"] {
  line-height: 1.625;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  margin: 0;
}
.has-huge-font-size {
  font-size: 2.25em;
}
.has-dark-gray-background-color,
.has-light-gray-background-color,
.has-primary-background-color,
.has-secondary-background-color {
  color: #fff;
}
.has-dark-gray-background-color a,
.has-dark-gray-background-color h1,
.has-dark-gray-background-color h2,
.has-dark-gray-background-color h3,
.has-dark-gray-background-color h4,
.has-dark-gray-background-color h5,
.has-dark-gray-background-color h6,
.has-dark-gray-background-color p,
.has-light-gray-background-color a,
.has-light-gray-background-color h1,
.has-light-gray-background-color h2,
.has-light-gray-background-color h3,
.has-light-gray-background-color h4,
.has-light-gray-background-color h5,
.has-light-gray-background-color h6,
.has-light-gray-background-color p,
.has-primary-background-color a,
.has-primary-background-color h1,
.has-primary-background-color h2,
.has-primary-background-color h3,
.has-primary-background-color h4,
.has-primary-background-color h5,
.has-primary-background-color h6,
.has-primary-background-color p,
.has-secondary-background-color a,
.has-secondary-background-color h1,
.has-secondary-background-color h2,
.has-secondary-background-color h3,
.has-secondary-background-color h4,
.has-secondary-background-color h5,
.has-secondary-background-color h6,
.has-secondary-background-color p {
  color: #fff;
}
.has-white-background-color {
  color: #111;
}
.has-white-background-color a,
.has-white-background-color h1,
.has-white-background-color h2,
.has-white-background-color h3,
.has-white-background-color h4,
.has-white-background-color h5,
.has-white-background-color h6,
.has-white-background-color p {
  color: #111;
}
.has-primary-background-color,
.wp-block-pullquote.is-style-solid-color.has-primary-background-color {
  background-color: #d72924;
}
.has-secondary-background-color,
.wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
  background-color: #005177;
}
.has-dark-gray-background-color,
.wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #111;
}
.has-light-gray-background-color,
.wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
  background-color: #767676;
}
.has-white-background-color,
.wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: #fff;
}
.has-primary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p {
  color: #d72924;
}
.has-secondary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p {
  color: #005177;
}
.has-dark-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p {
  color: #111;
}
.has-light-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p {
  color: #767676;
}
.has-white-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: #fff;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: calc(1.5 * 1rem);
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  color: #767676;
  font-size: 1.1em;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
  padding-top: 0;
}
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}
.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n + 2) {
  margin-right: 0;
}
.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n + 3) {
  margin-right: 0;
}
.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n + 4) {
  margin-right: 0;
}
.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n + 5) {
  margin-right: 0;
}
.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n + 6) {
  margin-right: 0;
}
.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n + 7) {
  margin-right: 0;
}
.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n + 8) {
  margin-right: 0;
}
.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n + 9) {
  margin-right: 0;
}
.gallery-item:last-of-type {
  padding-right: 0;
}
.gallery-caption {
  display: block;
  font-size: 0.71111em;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}
.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}
@media only screen and (max-width: 991px) {
  .sidebar-active .is-type-video,
  .sidebar-inactive .is-type-video {
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  .is-type-video iframe {
    height: 100%;
  }
  .wp-block-separator.is-style-dots:before,
  hr.is-style-dots:before {
    font-size: 0.3875em;
  }
  .wp-block-pullquote p {
    font-size: 1em;
  }
}
.wp-block-separator,
hr {
  background-color: #767676;
  border: 0;
  height: 2px;
  margin: 2rem auto;
  max-width: 200px;
  text-align: center;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}
.wp-block-separator.is-style-wide,
hr.is-style-wide {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .wp-block-separator.is-style-wide,
  hr.is-style-wide {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .wp-block-separator.is-style-wide,
  hr.is-style-wide {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}
.wp-block-separator.is-style-dots,
hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .wp-block-separator.is-style-dots,
  hr.is-style-dots {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .wp-block-separator.is-style-dots,
  hr.is-style-dots {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}
.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}
.wp-block-separator + h1:before,
.wp-block-separator + h2:before,
hr + h1:before,
hr + h2:before {
  display: none;
}
.wp-block-table td,
.wp-block-table th {
  border: 1px solid #ededed;
}
.wp-block-table {
  border: 0;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
table.wp-block-table > tbody > tr:nth-child(2n + 1) > td {
  background-color: #fcfcfc;
}
table.wp-block-table > tbody > tr > td {
  padding: 10px 5px;
  border-bottom: 0;
  border-left: 0;
}
.wp-block-embed__wrapper iframe {
  border: 0;
}
.wp-block-embed-vimeo iframe {
  border: 0;
}
.block-editor-block-list__layout figure.wp-block-embed-vimeo.alignfull {
  width: auto;
}
.wp-block-pullquote.is-style-default {
  background: 0;
  border-left: 0;
}
.comment-body .comment-meta {
  font-size: 12px;
}
.comment-body .comment-content {
  margin-top: 10px;
}
.comments-list .comment-body {
  border-bottom: 1px solid #eee;
}
@media (max-width: 991px) {
  .comments-list .comment-body {
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-left: 55px;
  }
}
@media (min-width: 991px) {
  .comments-list .comment-body {
    padding-bottom: 20px;
    margin-bottom: 40px;
    margin-left: 110px;
  }
  .pingback .comment-body,
  .trackback .comment-body {
    margin-left: 0;
  }
}
.comment-author cite a,
.comment-edit-link,
.comment-reply-link,
.comments-list .comment-author {
  color: #000;
}
.entry-header .entry-title a,
.post .entry-header .entry-title a,
.post-navigation h3,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
}
.post .entry-header .entry-title,
.search .page .entry-header .entry-title {
  font-size: 30px;
}
@media (max-width: 400px) {
  .post .entry-header .entry-title {
    font-size: 20px;
  }
}
.comment-content table {
  margin-bottom: 20px;
}
.comment-content blockquote,
.entry-content blockquote,
.single-post blockquote.wp-block-quote {
  border-left: 3px solid #000;
  padding-left: 15px;
  margin: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: left;
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
.single-post blockquote.wp-block-quote p {
  margin: 0;
}
.single-post blockquote.wp-block-quote p::after,
.single-post blockquote.wp-block-quote p::before {
  content: "";
  padding: 0;
}
.wp-block-pullquote blockquote {
  border: none !important;
}
.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front,
.rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;

  -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
  -o-transform: rotateY(180deg) translate3d(0, 0, 0);
  transform: rotateY(180deg) translate3d(0, 0, 0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
  -o-transform: rotateX(180deg) translate3d(0, 0, 0);
  transform: rotateX(180deg) translate3d(0, 0, 0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}
