.is-style-custombuttonone .wp-block-button__link {
  padding: 20px 40px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 16px;
}

.is-style-custombuttonone:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttontwo .wp-block-button__link {
  padding: 20px 40px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 16px;
}

.is-style-custombuttontwo:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-custombuttonthree .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.is-style-custombuttonthree:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttonfour .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.is-style-custombuttonfour:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-custombuttonfive .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 12px;
}

.is-style-custombuttonfive:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttonsix .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 12px;
}

.is-style-custombuttonsix:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-customboxshadow,
.is-style-customboxshadowhover:hover {
  box-shadow: 0px 3px 15px 0px #1010101a;
}

.wp-block-separator{
border-top: 1px solid;
}

body .wp-block-post-comments {
  padding: 0px;
  border: none;
  border-radius: 0px;
}

body .wp-block-post-comments h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  margin-bottom: 20px;
}

body .wp-block-post-comments p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
  margin-top: 10px;
  margin-bottom: 20px;
}

.wp-block-post-comments label {
  display: block;
  margin-top: 16px;
  margin-bottom: 10px !important;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 500;
  color: var(--wp--preset--color--primary);
}

.wp-block-post-comments [class^="comment-form-"] input:not([type=checkbox]) {
  padding: 15px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-radius: 5px;
  border: 1px solid #0003;
  margin-bottom: 20px;
  font-size: 16px;
}

.wp-block-post-comments textarea {
  padding: 15px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-radius: 5px;
  border: 1px solid #0003;
  font-size: 16px;
  resize: vertical; 
  min-height: 100px;
}

body .wp-block-post-comments input[type=submit] {
  margin-top: 0px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: "Lato";
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-left: 35px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
}

body .wp-block-post-comments [type=submit]:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

p.wp-block-post-excerpt__excerpt {
  margin-bottom: 10px;
}

@media only screen and (min-width: 600px) {

  .wp-block-navigation.is-style-customnav > .wp-block-navigation-item,
  .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item {
   height: 95px;
   color: var(--wp--preset--color--primary);
  }
  
  .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item:hover {
    color: var(--wp--preset--color--.is-style-custombuttonone .wp-block-button__link {
  padding: 20px 40px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 16px;
}

.is-style-custombuttonone:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttontwo .wp-block-button__link {
  padding: 20px 40px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 16px;
}

.is-style-custombuttontwo:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-custombuttonthree .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.is-style-custombuttonthree:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttonfour .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.is-style-custombuttonfour:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-custombuttonfive .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 12px;
}

.is-style-custombuttonfive:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttonsix .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 12px;
}

.is-style-custombuttonsix:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-customboxshadow,
.is-style-customboxshadowhover:hover {
  box-shadow: 0px 3px 15px 0px #1010101a;
}

.wp-block-separator{
border-top: 1px solid;
}

body .wp-block-post-comments {
  padding: 0px;
  border: none;
  border-radius: 0px;
}

body .wp-block-post-comments h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  margin-bottom: 20px;
}

body .wp-block-post-comments p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
  margin-top: 10px;
  margin-bottom: 20px;
}

.wp-block-post-comments label {
  display: block;
  margin-top: 16px;
  margin-bottom: 10px !important;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 500;
  color: var(--wp--preset--color--primary);
}

.wp-block-post-comments [class^="comment-form-"] input:not([type=checkbox]) {
  padding: 15px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-radius: 5px;
  border: 1px solid #0003;
  margin-bottom: 20px;
  font-size: 16px;
}

.wp-block-post-comments textarea {
  padding: 15px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-radius: 5px;
  border: 1px solid #0003;
  font-size: 16px;
  resize: vertical; 
  min-height: 100px;
}

body .wp-block-post-comments input[type=submit] {
  margin-top: 0px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: "Lato";
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-left: 35px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
}

body .wp-block-post-comments [type=submit]:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

p.wp-block-post-excerpt__excerpt {
  margin-bottom: 10px;
}

@media only screen and (min-width: 600px) {

  .wp-block-navigation.is-style-customnav > .wp-block-navigation-item,
  .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item {
   height: 95px;
   color: var(--wp--preset--color--primary);
  }
  
  .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item:hover {
    color: var(--wp--preset--color--.is-style-custombuttonone .wp-block-button__link {
  padding: 20px 40px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 16px;
}

.is-style-custombuttonone:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttontwo .wp-block-button__link {
  padding: 20px 40px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 16px;
}

.is-style-custombuttontwo:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-custombuttonthree .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.is-style-custombuttonthree:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttonfour .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.is-style-custombuttonfour:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-custombuttonfive .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 12px;
}

.is-style-custombuttonfive:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttonsix .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 12px;
}

.is-style-custombuttonsix:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-customboxshadow,
.is-style-customboxshadowhover:hover {
  box-shadow: 0px 3px 15px 0px #1010101a;
}

.wp-block-separator{
border-top: 1px solid;
}

body .wp-block-post-comments {
  padding: 0px;
  border: none;
  border-radius: 0px;
}

body .wp-block-post-comments h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  margin-bottom: 20px;
}

body .wp-block-post-comments p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
  margin-top: 10px;
  margin-bottom: 20px;
}

.wp-block-post-comments label {
  display: block;
  margin-top: 16px;
  margin-bottom: 10px !important;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 500;
  color: var(--wp--preset--color--primary);
}

.wp-block-post-comments [class^="comment-form-"] input:not([type=checkbox]) {
  padding: 15px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-radius: 5px;
  border: 1px solid #0003;
  margin-bottom: 20px;
  font-size: 16px;
}

.wp-block-post-comments textarea {
  padding: 15px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-radius: 5px;
  border: 1px solid #0003;
  font-size: 16px;
  resize: vertical; 
  min-height: 100px;
}

body .wp-block-post-comments input[type=submit] {
  margin-top: 0px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: "Lato";
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-left: 35px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
}

body .wp-block-post-comments [type=submit]:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

p.wp-block-post-excerpt__excerpt {
  margin-bottom: 10px;
}

@media only screen and (min-width: 600px) {

  .wp-block-navigation.is-style-customnav > .wp-block-navigation-item,
  .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item {
   height: 95px;
   color: var(--wp--preset--color--primary);
  }
  
  .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item:hover {
    color: var(--wp--preset--color--.is-style-custombuttonone .wp-block-button__link {
  padding: 20px 40px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 16px;
}

.is-style-custombuttonone:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttontwo .wp-block-button__link {
  padding: 20px 40px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 16px;
}

.is-style-custombuttontwo:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-custombuttonthree .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.is-style-custombuttonthree:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttonfour .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.is-style-custombuttonfour:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-custombuttonfive .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 12px;
}

.is-style-custombuttonfive:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttonsix .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 12px;
}

.is-style-custombuttonsix:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-customboxshadow,
.is-style-customboxshadowhover:hover {
  box-shadow: 0px 3px 15px 0px #1010101a;
}

.wp-block-separator{
border-top: 1px solid;
}

body .wp-block-post-comments {
  padding: 0px;
  border: none;
  border-radius: 0px;
}

body .wp-block-post-comments h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  margin-bottom: 20px;
}

body .wp-block-post-comments p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
  margin-top: 10px;
  margin-bottom: 20px;
}

.wp-block-post-comments label {
  display: block;
  margin-top: 16px;
  margin-bottom: 10px !important;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 500;
  color: var(--wp--preset--color--primary);
}

.wp-block-post-comments [class^="comment-form-"] input:not([type=checkbox]) {
  padding: 15px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-radius: 5px;
  border: 1px solid #0003;
  margin-bottom: 20px;
  font-size: 16px;
}

.wp-block-post-comments textarea {
  padding: 15px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-radius: 5px;
  border: 1px solid #0003;
  font-size: 16px;
  resize: vertical; 
  min-height: 100px;
}

body .wp-block-post-comments input[type=submit] {
  margin-top: 0px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: "Lato";
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-left: 35px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
}

body .wp-block-post-comments [type=submit]:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

p.wp-block-post-excerpt__excerpt {
  margin-bottom: 10px;
}

@media only screen and (min-width: 600px) {

  .wp-block-navigation.is-style-customnav > .wp-block-navigation-item,
  .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item {
   height: 95px;
   color: var(--wp--preset--color--primary);
  }
  
  .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item:hover {
    color: var(--wp--preset--color--.is-style-custombuttonone .wp-block-button__link {
  padding: 20px 40px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 16px;
}

.is-style-custombuttonone:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttontwo .wp-block-button__link {
  padding: 20px 40px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 16px;
}

.is-style-custombuttontwo:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-custombuttonthree .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.is-style-custombuttonthree:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttonfour .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.is-style-custombuttonfour:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-custombuttonfive .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 12px;
}

.is-style-custombuttonfive:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttonsix .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 12px;
}

.is-style-custombuttonsix:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-customboxshadow,
.is-style-customboxshadowhover:hover {
  box-shadow: 0px 3px 15px 0px #1010101a;
}

.wp-block-separator{
border-top: 1px solid;
}

body .wp-block-post-comments {
  padding: 0px;
  border: none;
  border-radius: 0px;
}

body .wp-block-post-comments h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  margin-bottom: 20px;
}

body .wp-block-post-comments p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
  margin-top: 10px;
  margin-bottom: 20px;
}

.wp-block-post-comments label {
  display: block;
  margin-top: 16px;
  margin-bottom: 10px !important;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 500;
  color: var(--wp--preset--color--primary);
}

.wp-block-post-comments [class^="comment-form-"] input:not([type=checkbox]) {
  padding: 15px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-radius: 5px;
  border: 1px solid #0003;
  margin-bottom: 20px;
  font-size: 16px;
}

.wp-block-post-comments textarea {
  padding: 15px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-radius: 5px;
  border: 1px solid #0003;
  font-size: 16px;
  resize: vertical; 
  min-height: 100px;
}

body .wp-block-post-comments input[type=submit] {
  margin-top: 0px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: "Lato";
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-left: 35px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
}

body .wp-block-post-comments [type=submit]:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

p.wp-block-post-excerpt__excerpt {
  margin-bottom: 10px;
}

@media only screen and (min-width: 600px) {

  .wp-block-navigation.is-style-customnav > .wp-block-navigation-item,
  .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item {
   height: 95px;
   color: var(--wp--preset--color--primary);
  }
  
  .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item:hover {
    color: var(--wp--preset--color--.is-style-custombuttonone .wp-block-button__link {
  padding: 20px 40px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 16px;
}

.is-style-custombuttonone:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttontwo .wp-block-button__link {
  padding: 20px 40px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 16px;
}

.is-style-custombuttontwo:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-custombuttonthree .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.is-style-custombuttonthree:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttonfour .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.is-style-custombuttonfour:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-custombuttonfive .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 12px;
}

.is-style-custombuttonfive:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttonsix .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 12px;
}

.is-style-custombuttonsix:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-customboxshadow,
.is-style-customboxshadowhover:hover {
  box-shadow: 0px 3px 15px 0px #1010101a;
}

.wp-block-separator{
border-top: 1px solid;
}

body .wp-block-post-comments {
  padding: 0px;
  border: none;
  border-radius: 0px;
}

body .wp-block-post-comments h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  margin-bottom: 20px;
}

body .wp-block-post-comments p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
  margin-top: 10px;
  margin-bottom: 20px;
}

.wp-block-post-comments label {
  display: block;
  margin-top: 16px;
  margin-bottom: 10px !important;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 500;
  color: var(--wp--preset--color--primary);
}

.wp-block-post-comments [class^="comment-form-"] input:not([type=checkbox]) {
  padding: 15px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-radius: 5px;
  border: 1px solid #0003;
  margin-bottom: 20px;
  font-size: 16px;
}

.wp-block-post-comments textarea {
  padding: 15px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-radius: 5px;
  border: 1px solid #0003;
  font-size: 16px;
  resize: vertical; 
  min-height: 100px;
}

body .wp-block-post-comments input[type=submit] {
  margin-top: 0px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: "Lato";
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-left: 35px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
}

body .wp-block-post-comments [type=submit]:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

p.wp-block-post-excerpt__excerpt {
  margin-bottom: 10px;
}

@media only screen and (min-width: 600px) {

  .wp-block-navigation.is-style-customnav > .wp-block-navigation-item,
  .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item {
   height: 95px;
   color: var(--wp--preset--color--primary);
  }
  
  .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item:hover {
    color: var(--wp--preset--color--.is-style-custombuttonone .wp-block-button__link {
  padding: 20px 40px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 16px;
}

.is-style-custombuttonone:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttontwo .wp-block-button__link {
  padding: 20px 40px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 16px;
}

.is-style-custombuttontwo:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-custombuttonthree .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.is-style-custombuttonthree:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttonfour .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.is-style-custombuttonfour:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-custombuttonfive .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 12px;
}

.is-style-custombuttonfive:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttonsix .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 12px;
}

.is-style-custombuttonsix:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-customboxshadow,
.is-style-customboxshadowhover:hover {
  box-shadow: 0px 3px 15px 0px #1010101a;
}

.wp-block-separator{
border-top: 1px solid;
}

body .wp-block-post-comments {
  padding: 0px;
  border: none;
  border-radius: 0px;
}

body .wp-block-post-comments h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  margin-bottom: 20px;
}

body .wp-block-post-comments p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
  margin-top: 10px;
  margin-bottom: 20px;
}

.wp-block-post-comments label {
  display: block;
  margin-top: 16px;
  margin-bottom: 10px !important;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 500;
  color: var(--wp--preset--color--primary);
}

.wp-block-post-comments [class^="comment-form-"] input:not([type=checkbox]) {
  padding: 15px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-radius: 5px;
  border: 1px solid #0003;
  margin-bottom: 20px;
  font-size: 16px;
}

.wp-block-post-comments textarea {
  padding: 15px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-radius: 5px;
  border: 1px solid #0003;
  font-size: 16px;
  resize: vertical; 
  min-height: 100px;
}

body .wp-block-post-comments input[type=submit] {
  margin-top: 0px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: "Lato";
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-left: 35px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
}

body .wp-block-post-comments [type=submit]:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

p.wp-block-post-excerpt__excerpt {
  margin-bottom: 10px;
}

@media only screen and (min-width: 600px) {

  .wp-block-navigation.is-style-customnav > .wp-block-navigation-item,
  .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item {
   height: 95px;
   color: var(--wp--preset--color--primary);
  }
  
  .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item:hover {
    color: var(--wp--preset--color--.is-style-custombuttonone .wp-block-button__link {
  padding: 20px 40px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 16px;
}

.is-style-custombuttonone:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttontwo .wp-block-button__link {
  padding: 20px 40px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 16px;
}

.is-style-custombuttontwo:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-custombuttonthree .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.is-style-custombuttonthree:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttonfour .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.is-style-custombuttonfour:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-custombuttonfive .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 12px;
}

.is-style-custombuttonfive:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttonsix .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 12px;
}

.is-style-custombuttonsix:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-customboxshadow,
.is-style-customboxshadowhover:hover {
  box-shadow: 0px 3px 15px 0px #1010101a;
}

.wp-block-separator{
border-top: 1px solid;
}

body .wp-block-post-comments {
  padding: 0px;
  border: none;
  border-radius: 0px;
}

body .wp-block-post-comments h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  margin-bottom: 20px;
}

body .wp-block-post-comments p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
  margin-top: 10px;
  margin-bottom: 20px;
}

.wp-block-post-comments label {
  display: block;
  margin-top: 16px;
  margin-bottom: 10px !important;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 500;
  color: var(--wp--preset--color--primary);
}

.wp-block-post-comments [class^="comment-form-"] input:not([type=checkbox]) {
  padding: 15px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-radius: 5px;
  border: 1px solid #0003;
  margin-bottom: 20px;
  font-size: 16px;
}

.wp-block-post-comments textarea {
  padding: 15px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-radius: 5px;
  border: 1px solid #0003;
  font-size: 16px;
  resize: vertical; 
  min-height: 100px;
}

body .wp-block-post-comments input[type=submit] {
  margin-top: 0px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: "Lato";
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-left: 35px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
}

body .wp-block-post-comments [type=submit]:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

p.wp-block-post-excerpt__excerpt {
  margin-bottom: 10px;
}

@media only screen and (min-width: 600px) {

  .wp-block-navigation.is-style-customnav > .wp-block-navigation-item,
  .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item {
   height: 95px;
   color: var(--wp--preset--color--primary);
  }
  
  .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item:hover {
    color: var(--wp--preset--color--secondary);
  }
  
  body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: var(--wp--preset--color--white);
    border: none;
    border-radius: 0px;
    color: var(--wp--preset--color--primary);
    padding: 10px;
    min-width: 160px !important;
  }
  
  body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li:hover {
     color: var(--wp--preset--color--secondary);
  }
  
  .wp-block-navigation .wp-block-navigation__submenu-icon {
        align-self: center;
        background-color: inherit;
        display: inline-block;
        font-size: 24px;
        height: 0.6em;
        line-height: 0;
        margin-left: 0.25em;
        margin-bottom: 5px;
        padding: 0;
        width: 0.6em;
   }
}


.wp-block-query-pagination .wp-block-query-pagination-numbers {
margin: 0 3px;
display: inline-block;
}

.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous{
margin: 0 6px;
});
  }
  
  body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: var(--wp--preset--color--white);
    border: none;
    border-radius: 0px;
    color: var(--wp--preset--color--primary);
    padding: 10px;
    min-width: 160px !important;
  }
  
  body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li:hover {
     color: var(--wp--preset--color--secondary);
  }
  
  .wp-block-navigation .wp-block-navigation__submenu-icon {
        align-self: center;
        background-color: inherit;
        display: inline-block;
        font-size: 24px;
        height: 0.6em;
        line-height: 0;
        margin-left: 0.25em;
        margin-bottom: 5px;
        padding: 0;
        width: 0.6em;
   }
}


.wp-block-query-pagination .wp-block-query-pagination-numbers {
margin: 0 3px;
display: inline-block;
}

.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous{
margin: 0 6px;
});
  }
  
  body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: var(--wp--preset--color--white);
    border: none;
    border-radius: 0px;
    color: var(--wp--preset--color--primary);
    padding: 10px;
    min-width: 160px !important;
  }
  
  body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li:hover {
     color: var(--wp--preset--color--secondary);
  }
  
  .wp-block-navigation .wp-block-navigation__submenu-icon {
        align-self: center;
        background-color: inherit;
        display: inline-block;
        font-size: 24px;
        height: 0.6em;
        line-height: 0;
        margin-left: 0.25em;
        margin-bottom: 5px;
        padding: 0;
        width: 0.6em;
   }
}


.wp-block-query-pagination .wp-block-query-pagination-numbers {
margin: 0 3px;
display: inline-block;
}

.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous{
margin: 0 6px;
});
  }
  
  body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: var(--wp--preset--color--white);
    border: none;
    border-radius: 0px;
    color: var(--wp--preset--color--primary);
    padding: 10px;
    min-width: 160px !important;
  }
  
  body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li:hover {
     color: var(--wp--preset--color--secondary);
  }
  
  .wp-block-navigation .wp-block-navigation__submenu-icon {
        align-self: center;
        background-color: inherit;
        display: inline-block;
        font-size: 24px;
        height: 0.6em;
        line-height: 0;
        margin-left: 0.25em;
        margin-bottom: 5px;
        padding: 0;
        width: 0.6em;
   }
}


.wp-block-query-pagination .wp-block-query-pagination-numbers {
margin: 0 3px;
display: inline-block;
}

.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous{
margin: 0 6px;
});
  }
  
  body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: var(--wp--preset--color--white);
    border: none;
    border-radius: 0px;
    color: var(--wp--preset--color--primary);
    padding: 10px;
    min-width: 160px !important;
  }
  
  body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li:hover {
     color: var(--wp--preset--color--secondary);
  }
  
  .wp-block-navigation .wp-block-navigation__submenu-icon {
        align-self: center;
        background-color: inherit;
        display: inline-block;
        font-size: 24px;
        height: 0.6em;
        line-height: 0;
        margin-left: 0.25em;
        margin-bottom: 5px;
        padding: 0;
        width: 0.6em;
   }
}


.wp-block-query-pagination .wp-block-query-pagination-numbers {
margin: 0 3px;
display: inline-block;
}

.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous{
margin: 0 6px;
});
  }
  
  body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: var(--wp--preset--color--white);
    border: none;
    border-radius: 0px;
    color: var(--wp--preset--color--primary);
    padding: 10px;
    min-width: 160px !important;
  }
  
  body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li:hover {
     color: var(--wp--preset--color--secondary);
  }
  
  .wp-block-navigation .wp-block-navigation__submenu-icon {
        align-self: center;
        background-color: inherit;
        display: inline-block;
        font-size: 24px;
        height: 0.6em;
        line-height: 0;
        margin-left: 0.25em;
        margin-bottom: 5px;
        padding: 0;
        width: 0.6em;
   }
}


.wp-block-query-pagination .wp-block-query-pagination-numbers {
margin: 0 3px;
display: inline-block;
}

.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous{
margin: 0 6px;
});
  }
  
  body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: var(--wp--preset--color--white);
    border: none;
    border-radius: 0px;
    color: var(--wp--preset--color--primary);
    padding: 10px;
    min-width: 160px !important;
  }
  
  body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li:hover {
     color: var(--wp--preset--color--secondary);
  }
  
  .wp-block-navigation .wp-block-navigation__submenu-icon {
        align-self: center;
        background-color: inherit;
        display: inline-block;
        font-size: 24px;
        height: 0.6em;
        line-height: 0;
        margin-left: 0.25em;
        margin-bottom: 5px;
        padding: 0;
        width: 0.6em;
   }
}


.wp-block-query-pagination .wp-block-query-pagination-numbers {
margin: 0 3px;
display: inline-block;
}

.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous{
margin: 0 6px;
});
  }
  
  body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: var(--wp--preset--color--white);
    border: none;
    border-radius: 0px;
    color: var(--wp--preset--color--primary);
    padding: 10px;
    min-width: 160px !important;
  }
  
  body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li:hover {
     color: var(--wp--preset--color--secondary);
  }
  
  .wp-block-navigation .wp-block-navigation__submenu-icon {
        align-self: center;
        background-color: inherit;
        display: inline-block;
        font-size: 24px;
        height: 0.6em;
        line-height: 0;
        margin-left: 0.25em;
        margin-bottom: 5px;
        padding: 0;
        width: 0.6em;
   }
}


.wp-block-query-pagination .wp-block-query-pagination-numbers {
margin: 0 3px;
display: inline-block;
}

.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous{
margin: 0 6px;
});
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.is-style-custombuttonthree:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttonfour .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 30px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.is-style-custombuttonfour:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-custombuttonfive .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 12px;
}

.is-style-custombuttonfive:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.is-style-custombuttonsix .wp-block-button__link {
  padding: 15px 20px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 12px;
}

.is-style-custombuttonsix:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.is-style-customboxshadow,
.is-style-customboxshadowhover:hover {
  box-shadow: 0px 3px 15px 0px #1010101a;
}

.wp-block-separator{
border-top: 1px solid;
}

body .wp-block-post-comments {
  padding: 0px;
  border: none;
  border-radius: 0px;
}

body .wp-block-post-comments h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  margin-bottom: 20px;
}

body .wp-block-post-comments p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
  margin-top: 10px;
  margin-bottom: 20px;
}

.wp-block-post-comments label {
  display: block;
  margin-top: 16px;
  margin-bottom: 10px !important;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 500;
  color: var(--wp--preset--color--primary);
}

.wp-block-post-comments [class^="comment-form-"] input:not([type=checkbox]) {
  padding: 15px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-radius: 5px;
  border: 1px solid #0003;
  margin-bottom: 20px;
  font-size: 16px;
}

.wp-block-post-comments textarea {
  padding: 15px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-radius: 5px;
  border: 1px solid #0003;
  font-size: 16px;
  resize: vertical; 
  min-height: 100px;
}

body .wp-block-post-comments input[type=submit] {
  margin-top: 0px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: "Lato";
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-left: 35px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
}

body .wp-block-post-comments [type=submit]:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

p.wp-block-post-excerpt__excerpt {
  margin-bottom: 10px;
}

@media only screen and (min-width: 600px) {

  .wp-block-navigation.is-style-customnav > .wp-block-navigation-item,
  .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item {
   height: 95px;
   color: var(--wp--preset--color--primary);
  }
  
  .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item:hover {
    color: var(--wp--preset--color--secondary);
  }
  
  body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: var(--wp--preset--color--white);
    border: none;
    border-radius: 0px;
    color: var(--wp--preset--color--primary);
    padding: 10px;
    min-width: 160px !important;
  }
  
  body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li:hover {
     color: var(--wp--preset--color--secondary);
  }
  
  .wp-block-navigation .wp-block-navigation__submenu-icon {
        align-self: center;
        background-color: inherit;
        display: inline-block;
        font-size: 24px;
        height: 0.6em;
        line-height: 0;
        margin-left: 0.25em;
        margin-bottom: 5px;
        padding: 0;
        width: 0.6em;
   }
}


.wp-block-query-pagination .wp-block-query-pagination-numbers {
margin: 0 3px;
display: inline-block;
}

.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous{
margin: 0 6px;
}

.wp-block-template-part:has(.travey-footer-container) {
    margin-block-start: 0 !important;
}