/* 
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.17.1761641428
Updated: 2025-10-28 08:50:28

*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.events-calebdar :where(.wp-block-calendar table:not(.has-background) th) {
  background: linear-gradient(180deg, #070707 0%, #0a1c31 100%);
  color: #fff !important;
}

.events-calebdar .wp-block-calendar th {
  border: 1px solid #000 important;
}

/* #region Header */
.header__logo .site-title {
  max-width: 200px;
  line-height: normal;
}
/* #endregion */

/* #region Footer */

.ct-footer .ct-container .wp-block-heading {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.ct-footer .ct-container .widget-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.ct-footer .ct-container .widget-menu li a {
  color: #99a1af;
  font-weight: 400;
}

.ct-footer .ct-container .widget-menu li a:hover {
  color: #fff;
}

.ct-footer .ct-container .widget_text p {
  max-width: 300px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__contacts-item {
  display: flex;
  align-items: flex-start;
  line-height: 100%;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.footer__contacts-item svg {
  flex-shrink: 0;
}

/* .location-svg {
  margin-bottom: 10px;
} */

.footer__socials {
  display: flex;
  gap: 12px;
}

.footer__socials a:hover svg {
  opacity: 0.8;
}

.footer__caption {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__caption--block {
  width: 32px;
  height: 16px;
}

.footer__caption--block.blue {
  background-color: #0057b7;
}

.footer__caption--block.yellow {
  background-color: #ffd700;
}

.footer__caption--blocks {
  display: flex;
  gap: 8px;
}

.footer__caption--text {
  color: #99a1af;
  font-size: 14px;
}

.footer__rht {
  display: flex;
  align-items: center;
  line-height: 100%;
  height: fit-content;
  gap: 8px;
}

.footer__rht--text {
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  white-space: nowrap;
}

.footer__rht-socials {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__rht-social img:hover {
  transform: scale(1.09);
  transition: transform 0.2s ease-out;
}

@media (max-width: 767px) {
  .ct-footer [data-row="bottom"] .ct-container {
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .ct-footer [data-row="bottom"] .ct-container [data-column="widget-area-6"] {
    justify-self: center;
  }
}

/* #endregion */

/* #region Page Title */
.section__heading {
  background: linear-gradient(180deg, #070707 0%, #0a1c31 100%);
  max-width: 100%;
  width: 100%;
}

.section__title {
  color: #fff;
  font-size: 48px;
  line-height: 100%;
  font-weight: 400;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 0;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .section__title {
    padding: 32px 15px;
  }
}

@media (max-width: 767px) {
  .section__title {
    font-size: 40px;
  }
}

.site-title .box-logo {
  color: #ffd700;
  font-size: 16px;
}

.ct-container-full:has(.section__heading) {
  padding-top: 0;
  padding-bottom: 0;

  .hero-section {
    display: none;
  }
}
/* #endregion */

/* #region Blog */
.type-post .page-title {
  font-weight: 400;
}
.blog-partners {
  background: linear-gradient(
    90deg,
    rgba(220, 20, 60, 0.1) 0%,
    rgba(0, 87, 183, 0.1) 100%
  );
  margin-top: 40px;
  max-width: 100%;
  width: 100%;
}
.blog-partners__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.blog-partners__title {
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #070707;
  font-weight: 400;
}
.blog-partners__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1000px;
}

.blog-partners__list--item {
  max-width: 180px;
  max-height: 180px;
  padding: 24px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 1px 2px -1px #0000001a;
}

.blog-partners__list--item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .blog-partners__container {
    padding: 50px 15px;
  }

  .blog-partners__list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }

  .ct-posts-block .entry-title {
    font-size: 24px;
  }
}

@media (max-width: 749px) {
  .blog-partners__list {
    grid-template-columns: 1fr 1fr;
  }
}

/* #endregion */

/* #region Contact Form */
.contacts-column {
  padding: 24px 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border-radius: 10px;
}

.contact-form {
  background: linear-gradient(
    135deg,
    rgba(220, 20, 60, 0.05) 0%,
    rgba(0, 87, 183, 0.05) 100%
  );
  border-radius: 10px;
  padding: 30px;
  max-width: 600px;
  border: 1px solid #e5e7eb;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.contact-form form::before {
  content: "ЗВ'ЯЖІТЬСЯ З НАМИ";
  color: #070707;
  font-size: 24px;
  line-height: 100%;
}

.contact-form label {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #364153;
}

.contact-form input[type="submit"] {
  background: linear-gradient(145deg, #dc143c 6.17%, #0057b7 93.83%);
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  border-radius: 10px;
  padding: 15px;
}

.wpcf7-spinner {
  display: none;
}

.contacts__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contacts__heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts__title {
  font-size: 30px;
  line-height: 100%;
  font-weight: 400;
  color: #070707;
  text-transform: uppercase;
  max-width: 500px;
}
.contacts__subtitle,
.contacts__items--text,
.contacts__items--item a {
  color: #364153;
  font-size: 16px;
  line-height: 100%;
  max-width: 550px;
}

.contacts__map {
  padding-bottom: 48px;
}

.contacts__map iframe {
  width: 100%;
}

.contacts__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contacts__items {
  display: flex;
  gap: 16px;
}

.contacts__items--item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contacts__items--title,
.contacts__socials--title {
  font-size: 18px;
  line-height: 100%;
  color: #070707;
  font-weight: 400;
}
.contacts__items--img {
  display: flex;
  padding: 12px;
  border-radius: 10px;
  background: linear-gradient(
    135deg,
    rgba(220, 20, 60, 0.1) 0%,
    rgba(220, 20, 60, 0.05) 100%
  );
  height: max-content;
}

.contacts__items--img img,
.contacts__socials--item img {
  width: 20px;
  height: 20px;
}

.contacts__items:nth-child(even) .contacts__items--img {
  background: linear-gradient(
    135deg,
    rgba(0, 87, 183, 0.1) 0%,
    rgba(0, 87, 183, 0.05) 100%
  );
}

.contacts__socials--items {
  display: flex;
  gap: 16px;
}

.contacts__socials {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contacts__socials--item {
  padding: 12px;
  border-radius: 10px;
  height: max-content;
  display: flex;
}

.contacts__socials--item.facebook {
  background: linear-gradient(
    135deg,
    rgba(0, 87, 183, 0.1) 0%,
    rgba(0, 87, 183, 0.05) 100%
  );
}

.contacts__socials--item.youtube {
  background: linear-gradient(
    135deg,
    rgba(220, 20, 60, 0.1) 0%,
    rgba(220, 20, 60, 0.05) 100%
  );
}

.contacts__items svg,
.contacts__socials svg {
  height: 20px;
}
/* #endregion */
