.grigora-button-align-left {
  text-align: start;
}

.grigora-button-align-right {
  text-align: end;
}

.grigora-button-align-center {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .grigora-button-align-justify .grigora-kit-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .grigora-button-mobile-align-left {
    text-align: start;
  }
  .grigora-button-mobile-align-right {
    text-align: end;
  }
  .grigora-button-mobile-align-center {
    text-align: center;
  }
  .grigora-button-mobile-align-justify .grigora-kit-button {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .grigora-button-tablet-align-left {
    text-align: start;
  }
  .grigora-button-tablet-align-right {
    text-align: end;
  }
  .grigora-button-tablet-align-center {
    text-align: center;
  }
  .grigora-button-tablet-align-justify .grigora-kit-button {
    width: 100%;
  }
}
.grigora-kit-button-wrapper .button-link {
  text-decoration: none;
}

.grigora-kit-button {
  position: relative;
  display: inline-flex;
  line-height: 1;
  font-size: 1.125rem;
  padding: 15px 30px;
  border-radius: 4px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #5093d4;
  z-index: 1;
  overflow: hidden;
  font-size: 16px;
  text-transform: none;
  font-style: normal;
  text-decoration: initial;
  line-height: 16px;
  letter-spacing: normal;
  word-spacing: normal;
}
.grigora-kit-button::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.grigora-kit-button:hover::before {
  opacity: 1;
}
.grigora-kit-button .grigora-svg-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px 5px;
}
.grigora-kit-button .grigora-svg-icon svg {
  width: 26px;
  height: 26px;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.grigora-kit-countdown {
  padding: 16px;
}
.grigora-kit-countdown .block {
  display: flex;
  font-size: 30px;
  gap: 10px;
}
.grigora-kit-countdown .inline {
  display: flex;
  font-size: 20px;
  gap: 10px;
  align-items: center;
}
.grigora-kit-countdown span {
  display: inline-block;
}
.grigora-kit-countdown .label {
  font-size: 1rem;
  text-align: center;
}
.grigora-kit-countdown .days, .grigora-kit-countdown .hours, .grigora-kit-countdown .minutes, .grigora-kit-countdown .seconds {
  text-align: center;
}
.grigora-kit-countdown .on-complete-content {
  display: none;
}
.grigora-kit-google-maps {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-grigora-kit-group.has-custom-background {
  position: relative;
}
.wp-block-grigora-kit-group.has-custom-background .inner-content {
  position: relative;
}
.wp-block-grigora-kit-group .inner-content > *, .wp-block-grigora-kit-group .grigora-kit-group-inner > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
.wp-block-grigora-kit-group .inner-content > * + *, .wp-block-grigora-kit-group .grigora-kit-group-inner > * + * {
  margin-block-start: var(--wp--style--block-gap);
  margin-block-end: 0;
}
.wp-block-grigora-kit-group .inner-content > .aligncenter, .wp-block-grigora-kit-group .grigora-kit-group-inner > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-block-grigora-kit-group video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.wp-block-grigora-kit-group .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #dc0000;
  padding: 10px;
}
.wp-block-grigora-kit-group .background-color, .wp-block-grigora-kit-group .background-hover-color {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-repeat: none;
  overflow: hidden;
}
.wp-block-grigora-kit-group .background-overlay {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}
.wp-block-grigora-kit-group .grigora-group-slideshow,
.wp-block-grigora-kit-group .grigora-group-slideshow:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  margin: 0 !important;
}
.wp-block-grigora-kit-group .grigora-group-slideshow:after {
  content: "";
}
.wp-block-grigora-kit-group .grigora-group-slideshow {
  list-style: none;
  overflow: hidden;
}
.wp-block-grigora-kit-group .grigora-group-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-repeat: none;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.grigora-kit-icon {
  display: flex;
}
.grigora-kit-icon svg {
  width: 26px;
  height: 26px;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-grigora-kit-number-counter {
  font-size: 50px;
}
.wp-block-grigora-kit-number-counter span {
  display: inline-block;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.grigora-kit-post-author {
  display: flex;
  gap: 10px;
}
.grigora-kit-post-author .grigora-kit-post-author__avatar {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 96px;
}
.grigora-kit-post-author .grigora-kit-post-author__avatar img {
  border-radius: 48px;
}
.grigora-kit-post-author__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.grigora-kit-post-author__content a {
  text-decoration: none;
}
.grigora-kit-post-author__content p, .grigora-kit-post-author__content h1, .grigora-kit-post-author__content h2, .grigora-kit-post-author__content h3, .grigora-kit-post-author__content h4, .grigora-kit-post-author__content h5, .grigora-kit-post-author__content h6, .grigora-kit-post-author__content span, .grigora-kit-post-author__content div {
  margin-bottom: 0 !important;
}
.grigora-post-excerpt-align-start {
  text-align: start;
}

.grigora-post-excerpt-align-end {
  text-align: end;
}

.grigora-post-excerpt-align-center {
  text-align: center;
}

@media (max-width: 767px) {
  .grigora-post-excerpt-mobile-align-start {
    text-align: start;
  }
  .grigora-post-excerpt-mobile-align-end {
    text-align: end;
  }
  .grigora-post-excerpt-mobile-align-center {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .grigora-post-excerpt-tablet-align-start {
    text-align: start;
  }
  .grigora-post-excerpt-tablet-align-end {
    text-align: end;
  }
  .grigora-post-excerpt-tablet-align-center {
    text-align: center;
  }
}
.grigora-kit-post-excerpt a {
  text-decoration: none;
  color: inherit !important;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.grigora-kit-post-grid-1 .img-style {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  scale: 1.2;
  transition: 0.2s;
}
.grigora-kit-post-grid-1 .overlay-style {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  background: linear-gradient(175deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 61%, rgb(0, 0, 0) 100%);
}
.grigora-kit-post-grid-1 .meta-field-container {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 8px;
}
.grigora-kit-post-grid-1 .meta-style {
  display: flex;
  gap: 16px;
  margin-top: 8px;
  order: 3;
  margin: 0;
}
.grigora-kit-post-grid-1 .meta-field-container svg {
  width: 12px;
  height: 12px;
}
.grigora-kit-post-grid-1 .a-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.grigora-kit-post-grid-1 .title-container {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  order: 1;
}
.grigora-kit-post-grid-1 .excerpt-style {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  order: 2;
}
.grigora-kit-post-grid-1 .category-style {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  width: fit-content;
  color: white;
  text-decoration: none;
}
.grigora-kit-post-grid-1 .content-container {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  color: white;
  position: relative;
  padding: 5%;
  width: 100%;
}
.grigora-kit-post-grid-1 .cat-container {
  z-index: 2;
  order: 0;
}
.grigora-kit-post-grid-1 .first-common {
  height: 500px;
  gap: 5px;
  transition: 0.2s;
  width: 100%;
}
.grigora-kit-post-grid-1 .first-block-style:hover .img-style, .grigora-kit-post-grid-1 .second-block-style:hover .img-style, .grigora-kit-post-grid-1 .third-fourth-block-style:hover .img-style {
  scale: 1.4;
}
@media only screen and (min-width: 768px) {
  .grigora-kit-post-grid-1 .first-style {
    display: flex;
  }
  .grigora-kit-post-grid-1 .middle-style {
    width: 60%;
    display: flex;
    gap: 5px;
  }
  .grigora-kit-post-grid-1 .last-style {
    position: relative;
    display: flex;
    width: 48%;
    flex-direction: column;
    height: 100%;
    gap: 5px;
  }
  .grigora-kit-post-grid-1 .first-block-style {
    position: relative;
    display: flex;
    width: 40%;
    height: 100%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
  .grigora-kit-post-grid-1 .second-block-style {
    position: relative;
    display: flex;
    width: 52%;
    height: 100%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
  .grigora-kit-post-grid-1 .third-fourth-block-style {
    position: relative;
    display: flex;
    height: 50%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .grigora-kit-post-grid-1 .first-style {
    display: flex;
    flex-direction: column;
  }
  .grigora-kit-post-grid-1 .middle-style {
    width: 100%;
    height: 40%;
    display: flex;
    overflow-x: auto;
    gap: 5px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .grigora-kit-post-grid-1 .middle-style::-webkit-scrollbar {
    display: none;
  }
  .grigora-kit-post-grid-1 .last-style {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100%;
    min-width: 120%;
    max-width: 140%;
    gap: 5px;
  }
  .grigora-kit-post-grid-1 .first-block-style {
    position: relative;
    display: flex;
    width: 100%;
    height: 70%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
  .grigora-kit-post-grid-1 .second-block-style {
    position: relative;
    display: flex;
    min-width: 60%;
    max-width: 70%;
    height: 100%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
  .grigora-kit-post-grid-1 .third-fourth-block-style {
    position: relative;
    display: flex;
    height: 100%;
    width: 50%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.grigora-kit-post-grid-2 .img-style {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  scale: 1.2;
  transition: 0.2s;
}
.grigora-kit-post-grid-2 .overlay-style {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  background: linear-gradient(175deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 61%, rgb(0, 0, 0) 100%);
}
.grigora-kit-post-grid-2 .meta-field-container {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 10px;
  gap: 8px;
}
.grigora-kit-post-grid-2 .meta-style {
  display: flex;
  gap: 16px;
  margin-top: 8px;
  margin: 0;
  order: 3;
}
.grigora-kit-post-grid-2 .meta-field-container svg {
  width: 12px;
  height: 12px;
}
.grigora-kit-post-grid-2 .title-container {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  order: 1;
}
.grigora-kit-post-grid-2 .a-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.grigora-kit-post-grid-2 .excerpt-style {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  order: 2;
}
.grigora-kit-post-grid-2 .category-style {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  width: fit-content;
  color: white;
  text-decoration: none;
}
.grigora-kit-post-grid-2 .cat-container {
  z-index: 2;
  order: 0;
}
.grigora-kit-post-grid-2 .content-container {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  color: white;
  position: relative;
  padding: 5%;
  width: 100%;
  font-size: 16px;
}
.grigora-kit-post-grid-2 .big-style:hover .img-style, .grigora-kit-post-grid-2 .small-style:hover .img-style {
  scale: 1.4;
}
@media only screen and (min-width: 768px) {
  .grigora-kit-post-grid-2 .first-style {
    display: flex;
    height: 500px;
    gap: 5px;
    transition: 0.2s;
  }
  .grigora-kit-post-grid-2 .second-style {
    display: flex;
    height: 100%;
    width: 50%;
    gap: 5px;
  }
  .grigora-kit-post-grid-2 .middle-style {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 50%;
    height: 100%;
  }
  .grigora-kit-post-grid-2 .big-style {
    position: relative;
    display: flex;
    width: 50%;
    height: 100%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
  .grigora-kit-post-grid-2 .small-style {
    position: relative;
    display: flex;
    height: 50%;
    width: 100%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .grigora-kit-post-grid-2 .first-style {
    display: flex;
    height: 500px;
    gap: 5px;
    flex-direction: column;
    transition: 0.2s;
  }
  .grigora-kit-post-grid-2 .second-style {
    display: flex;
    height: 50%;
    gap: 5px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .grigora-kit-post-grid-2 .second-style::-webkit-scrollbar {
    display: none;
  }
  .grigora-kit-post-grid-2 .middle-style {
    display: flex;
    gap: 5px;
    height: 100%;
    min-width: 120%;
    max-width: 140%;
  }
  .grigora-kit-post-grid-2 .big-style {
    position: relative;
    display: flex;
    width: 100%;
    height: 50%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
  .grigora-kit-post-grid-2 .small-style {
    position: relative;
    display: flex;
    height: 100%;
    width: 50%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.grigora-kit-post-grid-3 .img-style {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  scale: 1.2;
  transition: 0.2s;
}
.grigora-kit-post-grid-3 .overlay-style {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  background: linear-gradient(175deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 61%, rgb(0, 0, 0) 100%);
}
.grigora-kit-post-grid-3 .meta-style {
  display: flex;
  gap: 16px;
  margin-top: 8px;
  order: 3;
  margin: 0;
}
.grigora-kit-post-grid-3 .meta-field-container {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 10px;
  gap: 8px;
}
.grigora-kit-post-grid-3 .meta-field-container svg {
  width: 12px;
  height: 12px;
}
.grigora-kit-post-grid-3 .title-container {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  order: 1;
}
.grigora-kit-post-grid-3 .a-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.grigora-kit-post-grid-3 .excerpt-style {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  order: 2;
}
.grigora-kit-post-grid-3 .category-style {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  width: fit-content;
  color: white;
  text-decoration: none;
}
.grigora-kit-post-grid-3 .cat-container {
  z-index: 2;
  order: 0;
}
.grigora-kit-post-grid-3 .content-container {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  color: white;
  position: relative;
  padding: 5%;
  width: 100%;
  font-size: 16px;
}
.grigora-kit-post-grid-3 .block-style:hover .img-style {
  scale: 1.4;
}
@media only screen and (min-width: 768px) {
  .grigora-kit-post-grid-3 .first-style {
    display: flex;
    height: 500px;
    gap: 5px;
    transition: 0.2s;
  }
  .grigora-kit-post-grid-3 .block1 {
    position: relative;
    display: flex;
    width: 44%;
    height: 100%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
  .grigora-kit-post-grid-3 .block23 {
    position: relative;
    display: flex;
    height: 100%;
    width: 28%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .grigora-kit-post-grid-3 .first-style {
    display: flex;
    height: 500px;
    gap: 5px;
    flex-direction: column;
    transition: 0.2s;
  }
  .grigora-kit-post-grid-3 .block1 {
    position: relative;
    display: flex;
    width: 100%;
    height: 50%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
  .grigora-kit-post-grid-3 .block23 {
    position: relative;
    display: flex;
    height: 50%;
    width: 100%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.grigora-kit-post-grid-4 .img-style {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  scale: 1.2;
  transition: 0.2s;
}
.grigora-kit-post-grid-4 .a-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.grigora-kit-post-grid-4 .overlay-style {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  background: linear-gradient(175deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 61%, rgb(0, 0, 0) 100%);
}
.grigora-kit-post-grid-4 .meta-field-container {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 8px;
}
.grigora-kit-post-grid-4 .meta-style {
  display: flex;
  gap: 16px;
  margin-top: 8px;
  order: 3;
}
.grigora-kit-post-grid-4 .meta-field-container svg {
  width: 12px;
  height: 12px;
}
.grigora-kit-post-grid-4 .title-container {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  order: 1;
}
.grigora-kit-post-grid-4 .excerpt-container {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  order: 2;
}
.grigora-kit-post-grid-4 .category-style {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  width: fit-content;
  color: white;
  text-decoration: none;
}
.grigora-kit-post-grid-4 .cat-container {
  z-index: 2;
  order: 0;
}
.grigora-kit-post-grid-4 .content-style {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  color: white;
  position: relative;
  padding: 5%;
  width: 100%;
}
.grigora-kit-post-grid-4 .main-style {
  display: flex;
  gap: 5px;
  flex-direction: column;
  transition: 1s;
}
.grigora-kit-post-grid-4 .column-style {
  display: flex;
  gap: 5px;
}
.grigora-kit-post-grid-4 .block-style {
  position: relative;
  display: flex;
  height: 295px;
  overflow: hidden;
  box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
}
.grigora-kit-post-grid-4 .block-style:hover .img-style {
  scale: 1.4;
}
@media only screen and (min-width: 768px) {
  .grigora-kit-post-grid-4 .block-style {
    width: calc((100% - 10px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .grigora-kit-post-grid-4 .column-style {
    flex-direction: column;
  }
  .grigora-kit-post-grid-4 .block-style {
    width: 100%;
  }
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.grigora-kit-post-grid-5 .img-style {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  scale: 1.2;
  transition: 0.2s;
}
.grigora-kit-post-grid-5 .overlay-style {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  background: linear-gradient(175deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 61%, rgb(0, 0, 0) 100%);
}
.grigora-kit-post-grid-5 .meta-style {
  display: flex;
  gap: 16px;
  margin-top: 8px;
  order: 3;
  margin: 0;
}
.grigora-kit-post-grid-5 .meta-field-container {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 10px;
  gap: 8px;
}
.grigora-kit-post-grid-5 .meta-field-container svg {
  width: 12px;
  height: 12px;
}
.grigora-kit-post-grid-5 .title-container {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  order: 1;
}
.grigora-kit-post-grid-5 .a-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.grigora-kit-post-grid-5 .excerpt-style {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  order: 2;
}
.grigora-kit-post-grid-5 .category-style {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  width: fit-content;
  color: white;
  text-decoration: none;
}
.grigora-kit-post-grid-5 .cat-container {
  z-index: 2;
  order: 0;
}
.grigora-kit-post-grid-5 .content-container {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  color: white;
  position: relative;
  padding: 5%;
  width: 100%;
  font-size: 16px;
}
.grigora-kit-post-grid-5 .block1:hover .img-style, .grigora-kit-post-grid-5 .block234:hover .img-style {
  scale: 1.4;
}
@media only screen and (min-width: 768px) {
  .grigora-kit-post-grid-5 .first-style {
    display: flex;
    height: 500px;
    gap: 5px;
    transition: 0.2s;
  }
  .grigora-kit-post-grid-5 .second-style {
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 100%;
    width: 32%;
  }
  .grigora-kit-post-grid-5 .block1 {
    position: relative;
    display: flex;
    width: 68%;
    height: 100%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
  .grigora-kit-post-grid-5 .block234 {
    position: relative;
    display: flex;
    height: 33.3333333333%;
    width: 100%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .grigora-kit-post-grid-5 .first-style {
    display: flex;
    gap: 5px;
    flex-direction: column;
    transition: 0.2s;
  }
  .grigora-kit-post-grid-5 .second-style {
    width: 100%;
    height: 40%;
    display: flex;
    overflow-x: auto;
    gap: 5px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .grigora-kit-post-grid-5 .second-style::-webkit-scrollbar {
    display: none;
  }
  .grigora-kit-post-grid-5 .block1 {
    position: relative;
    display: flex;
    width: 100%;
    height: 50%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
  .grigora-kit-post-grid-5 .block234 {
    position: relative;
    display: flex;
    height: 100%;
    min-width: 60%;
    max-width: 70%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.grigora-kit-post-grid-6 .img-style {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  scale: 1.2;
  transition: 0.2s;
}
.grigora-kit-post-grid-6 .overlay-style {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  background: linear-gradient(175deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 61%, rgb(0, 0, 0) 100%);
}
.grigora-kit-post-grid-6 .meta-field-container {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 8px;
}
.grigora-kit-post-grid-6 .meta-style {
  display: flex;
  gap: 16px;
  margin-top: 8px;
  order: 3;
  margin: 0;
}
.grigora-kit-post-grid-6 .meta-field-container svg {
  width: 12px;
  height: 12px;
}
.grigora-kit-post-grid-6 .a-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.grigora-kit-post-grid-6 .title-container {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  order: 1;
}
.grigora-kit-post-grid-6 .excerpt-style {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  order: 2;
}
.grigora-kit-post-grid-6 .category-style {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  width: fit-content;
  color: white;
  text-decoration: none;
}
.grigora-kit-post-grid-6 .content-container {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  color: white;
  position: relative;
  padding: 5%;
  width: 100%;
}
.grigora-kit-post-grid-6 .cat-container {
  z-index: 2;
  order: 0;
}
.grigora-kit-post-grid-6 .first-common {
  height: 500px;
  gap: 5px;
  transition: 0.2s;
  width: 100%;
}
.grigora-kit-post-grid-6 .first-block-style:hover .img-style, .grigora-kit-post-grid-6 .second-block-style:hover .img-style, .grigora-kit-post-grid-6 .third-fourth-block-style:hover .img-style {
  scale: 1.4;
}
@media only screen and (min-width: 768px) {
  .grigora-kit-post-grid-6 .first-style {
    display: flex;
  }
  .grigora-kit-post-grid-6 .middle-style {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .grigora-kit-post-grid-6 .last-style {
    position: relative;
    display: flex;
    width: 100%;
    height: 50%;
    gap: 5px;
  }
  .grigora-kit-post-grid-6 .first-block-style {
    position: relative;
    display: flex;
    width: 50%;
    height: 100%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
  .grigora-kit-post-grid-6 .second-block-style {
    position: relative;
    display: flex;
    width: 100%;
    height: 50%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
  .grigora-kit-post-grid-6 .third-fourth-block-style {
    position: relative;
    display: flex;
    width: 50%;
    height: 100%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .grigora-kit-post-grid-6 .first-style {
    display: flex;
    flex-direction: column;
  }
  .grigora-kit-post-grid-6 .middle-style {
    width: 100%;
    height: 40%;
    display: flex;
    overflow-x: auto;
    gap: 5px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .grigora-kit-post-grid-6 .middle-style::-webkit-scrollbar {
    display: none;
  }
  .grigora-kit-post-grid-6 .last-style {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100%;
    min-width: 120%;
    max-width: 140%;
    gap: 5px;
  }
  .grigora-kit-post-grid-6 .first-block-style {
    position: relative;
    display: flex;
    width: 100%;
    height: 70%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
  .grigora-kit-post-grid-6 .second-block-style {
    position: relative;
    display: flex;
    min-width: 60%;
    max-width: 70%;
    height: 100%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
  .grigora-kit-post-grid-6 .third-fourth-block-style {
    position: relative;
    display: flex;
    height: 100%;
    width: 50%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
}
.grigora-post-taxonomy-align-start {
  text-align: start;
  justify-content: start;
}

.grigora-post-taxonomy-align-end {
  text-align: end;
  justify-content: end;
}

.grigora-post-taxonomy-align-center {
  text-align: center;
  justify-content: center;
}

.grigora-kit-post-taxonomy {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  font-size: 10px;
  align-items: center;
}
.grigora-kit-post-taxonomy a {
  text-decoration: none;
  color: inherit !important;
}
.grigora-kit-post-taxonomy .taxonomy-background {
  background-color: #222;
  height: fit-content;
  position: relative;
  z-index: 1;
}
.grigora-kit-post-taxonomy .taxonomy-background::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.grigora-kit-post-taxonomy .taxonomy-background:hover::before {
  opacity: 1;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:nth-child(18n+1) {
  background: #26789b;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:nth-child(18n+2) {
  background: #2ca0b2;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:nth-child(18n+2) {
  background: #5ec9ff;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:nth-child(18n+3) {
  background: #2dc6ad;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:nth-child(18n+4) {
  background: #e8436c;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:nth-child(18n+5) {
  background: #dd3333;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:nth-child(18n+6) {
  background: #4482ff;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:nth-child(18n+7) {
  background: #8224e3;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:nth-child(18n+8) {
  background: #9c63ff;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:nth-child(18n+9) {
  background: #df50fc;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:nth-child(18n+10) {
  background: #a8dd52;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:nth-child(18n+11) {
  background: #f96945;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:nth-child(18n+12) {
  background: #2360db;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:nth-child(18n+13) {
  background: #ce2d70;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:nth-child(18n+14) {
  background: #c563ff;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:nth-child(18n+15) {
  background: #6850e0;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:nth-child(18n+16) {
  background: #f24d4d;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:nth-child(18n+17) {
  background: #66e2ff;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:nth-child(18n+18) {
  background: #4fb2ff;
}
.grigora-kit-post-taxonomy.has-dynamic-colors .taxonomy-background:hover {
  opacity: 0.9;
}
.grigora-kit-post-taxonomy .taxonomy-background {
  padding: 3px 6px 4px 6px;
}
.grigora-kit-post-taxonomy .taxonomy-background .taxonomy-background-span {
  color: #fff;
}
.grigora-kit-post-taxonomy .grigora-kit-post-taxonomy__prefix {
  padding: 3px 6px 4px 6px;
  position: relative;
  z-index: 1;
}
.grigora-kit-post-taxonomy .grigora-kit-post-taxonomy__prefix::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.grigora-kit-post-taxonomy .grigora-kit-post-taxonomy__prefix:hover::before {
  opacity: 1;
}
.grigora-kit-post-taxonomy .grigora-kit-post-taxonomy__separator {
  padding: 3px 6px 4px 6px;
}
.grigora-post-title-align-start {
  text-align: start;
}

.grigora-post-title-align-end {
  text-align: end;
}

.grigora-post-title-align-center {
  text-align: center;
}

@media (max-width: 767px) {
  .grigora-post-title-mobile-align-start {
    text-align: start;
  }
  .grigora-post-title-mobile-align-end {
    text-align: end;
  }
  .grigora-post-title-mobile-align-center {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .grigora-post-title-tablet-align-start {
    text-align: start;
  }
  .grigora-post-title-tablet-align-end {
    text-align: end;
  }
  .grigora-post-title-tablet-align-center {
    text-align: center;
  }
}
.grigora-kit-post-title a {
  text-decoration: none;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.grigora-kit-scroll-to-top {
  position: fixed !important;
  bottom: 5vh;
  right: 3vw;
  z-index: 100;
  padding: 8px;
  background-color: #16537e;
  display: grid;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s;
  visibility: hidden;
}
.grigora-kit-scroll-to-top svg {
  color: #ffffff;
  width: 26px;
  height: 26px;
}
.grigora-kit-scroll-to-top:hover {
  background-color: #124366;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.grigora-kit-star-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.grigora-kit-star-rating svg {
  width: 18px;
  height: 18px;
  color: black;
  transition: 0.3s;
}
.grigora-kit-star-rating .star {
  display: flex;
}
.grigora-kit-star-rating .active svg {
  color: orange;
}
.grigora-kit-tabs {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
.grigora-kit-tabs .tab-titles {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
}
.grigora-kit-tabs .title-subtitle {
  padding: 10px 20px;
  margin: 0px;
  color: #000000;
  background-color: #ffffff;
  border: 0px;
  border-bottom: 5px;
  border-style: solid;
  border-color: white;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition: 0.3s;
}
.grigora-kit-tabs .title-subtitle:hover {
  cursor: pointer;
  border-color: rgb(204, 203, 203);
}
.grigora-kit-tabs .tab-active .title-subtitle {
  color: #46479e;
  background-color: #ffffff;
  border-color: #46479e;
}
.grigora-kit-tabs .tab-contents {
  padding: 15px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-top: 1px;
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #46479e;
  transition: 0.3s;
}
.grigora-kit-tabs .tab-contents > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
.grigora-kit-tabs .tab-contents > * + * {
  margin-block-start: 0;
  margin-block-end: 0;
}
.grigora-kit-tabs .tab-contents > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.grigora-kit-tabs .grigora-kit-inner-tab > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
.grigora-kit-tabs .grigora-kit-inner-tab > * + * {
  margin-block-start: var(--wp--style--block-gap);
  margin-block-end: 0;
}
.grigora-kit-tabs .grigora-kit-inner-tab > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.grigora-kit-tabs .title-subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.grigora-text-align-start {
  text-align: start;
}

.grigora-text-align-end {
  text-align: end;
}

.grigora-text-align-center {
  text-align: center;
}

.wp-block-grigora-kit-text {
  z-index: 2;
}

@media (max-width: 767px) {
  .grigora-text-mobile-align-start {
    text-align: start;
  }
  .grigora-text-mobile-align-end {
    text-align: end;
  }
  .grigora-text-mobile-align-center {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .grigora-text-tablet-align-start {
    text-align: start;
  }
  .grigora-text-tablet-align-end {
    text-align: end;
  }
  .grigora-text-tablet-align-center {
    text-align: center;
  }
}