/*
Theme Name: Neve Child
Template: neve
Version: 8.5.3
*/
/* Custom styles go here */

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/neve-child/fonts/Raleway-Bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/neve-child/fonts/Raleway-SemiBold.ttf")
    format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/neve-child/fonts/Poppins-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/neve-child/fonts/Poppins-Medium.ttf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: "Raleway";
  font-weight: 600 !important;
}

h1 {
  font-family: "Raleway", sans-serif !important;
  font-size: 74px;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}

h2 {
  font-family: "Raleway", sans-serif !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}

h2.section-title {
  font-size: 40px !important;
  line-height: 1.2;
  margin-bottom: 40px !important;
}

h4 {
  font-family: "Raleway", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}

.container {
  max-width: 1440px !important;
  width: 100% !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

p {
  margin-bottom: 0 !important;
  /*    font-size: 18px;*/
  font-family: "Raleway", sans-serif !important;
  font-weight: 600;
}

img {
  display: block;
}

.bold-text {
  font-weight: bold;
}
.italic-text {
  font-style: italic;
}
@media (max-width: 768px) {
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  h1 {
    font-size: 36px !important;
  }
  h2,
  h2.section-title {
    font-size: 24px !important;
  }
  p {
    font-size: 16px;
  }
}

/*  contact modal*/
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 40px;
  border-radius: 30px;
  width: 80%;
  max-width: 600px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.modal-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 24px !important;
  text-align: center;

  color: #2e4e35;
}

.modal p.description {
  margin-bottom: 24px !important;

  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;

  color: #2e4e35;
}

.modal-form,
.modal-form form {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
}
.modal-form input,
.modal-form textarea {
  display: flex !important;
  align-items: flex-start;
  padding: 11px 10px !important;
  gap: 10px;

  width: 100%;
  height: 38px;

  border: 1px solid #e9ebe4 !important;
  border-radius: 16px !important;
  resize: none;
}

.modal-form input::placeholder,
.modal-form textarea::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;

  opacity: 1;

  color: rgba(46, 78, 53, 0.4);
}

.modal-form textarea {
  height: 160px;
}

.modal-close {
  width: 24px;
  height: 24px;
  display: flex;
  cursor: pointer !important;
  margin-left: auto;
  font-size: 24px;
  margin-bottom: 24px;
}

.modal-close:hover,
.modal-close:focus {
  color: #2e4e35;
  text-decoration: none;
  cursor: pointer;
}

.modal-form input[type="submit"] {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  gap: 10px;

  width: 103px;
  height: 43px;
  color: #2e4e35;
  background: #f1b314;
  border-radius: 30px !important;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .menu-item {
    margin: 0 !important;
  }
  .nav-ul {
    margin: 0 !important;
  }
}

.nav-ul #menu-item-706 {
  display: none !important;
  color: white;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .nav-ul li.nv-active > .wrap > a {
    font-style: normal;
  }
}

[tabindex="-1"]:focus,
input:read-write:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

#twitterShareButton, 
#twitterShareButtonMobile,
#tweetButton,
#tweetButtonMobile{
	display: none;
}
