/*
Theme Name: KarolinaCzech
Author: YProjects
Author URI: https://yprojects.pl/
Description: KarolinaCzech Wordpress Theme
*/

.wp-menu {
  display: flex;
  list-style: none;
}

.menu-item {
  margin-left: 48px;
  padding: 0;
  font-size: 20px;
  font-weight: 300;

  position: relative;
  display: block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 991px) {
  .wp-menu {
    display: block;
  }

  .menu-item {
    padding: 10px 0;
  }
}



/* Offer */

.offer-section-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.offer-section-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  display: block;
}

@media only screen and (max-width: 768px) {
  .offer-section-images {
    display: block;
  }

  .offer-section-images img {
    width: 100%;
    height: auto;
    margin: 20px 0;
  }
}



/* Form */
.wpcf7-text,
.wpcf7-textarea {
  margin: 20px 0;
  color: #292624;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e1e1e1;
  border-radius: 36px;
  padding: 16px 32px;
  font-size: 18px !important;
  font-family: 'Estedad', sans-serif !important;
  display: block;
  width: 100%;
}

.wpcf7-not-valid-tip {
  font-size: 16px;
  margin-top: -15px;
  margin-left: 32px;
}

/* .wpcf7-text {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
} */


.wpcf7-textarea {
  /* max-width: 100%; */
  min-height: 230px;
  /* min-width: 100%; */
  /* float: none; */
  /* color: #292624; */
  /* background-color: rgba(0, 0, 0, 0); */
  /* border: 1px solid #e1e1e1; */
  /* border-radius: 36px; */
  /* padding: 32px; */
  /* font-size: 18px; */
  /* display: block; */
  /* overflow: visible; */

  /* background-color: #ffffff; */
  /* border: 1px solid #cccccc; */
}

.wpcf7-submit {
  border: 0;
  width: 300px;
  cursor: pointer;
}

.button-contact {
  width: 318px;
  padding-left: 56px;
  /* width: max-content; */

  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  /* margin: 0 auto; */
}