/* Version: 1.1 */

.enquiry-body {
  padding: 25px 60px !important;
  margin-top: 10px;
}

.width-form {
  width: 60%;
}

.wpcf7 {
  width: 100%;
  margin-bottom: 250px;
}

.wpcf7-form p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}

.wpcf7-form label {
  width: 40%;
  text-align: right;
  padding-right: 40px;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: inherit;
}

#enquiry-form p:nth-last-child(2) {
  justify-content: right;
  flex-flow: row-reverse;
}

.wpcf7-submit {
  background-color: black;
  color: white;
  border-color: black;
  border-radius: 5px;
}

.wpcf7-submit:hover {
  border-color: black;
  background-color: black;
}

.wpcf7-submit:focus {
  background-color: black;
}

#archive-category-title-style {
  padding: 0px 20px;
}

.pagination-container {
  /* display: flex; */
  margin-top: 100px;
}
.pagination-styling {
  display: flex;
  justify-content: flex-end;
}

span.page-numbers {
  padding: 6px 15px !important;
  border-top: 2px solid black !important;
  border-bottom: 2px solid black !important;
  border-right: 2px solid black !important;
  background-color: black;
  color: white;
}

a.page-numbers {
  padding: 6px 15px !important;
  border-top: 2px solid black !important;
  border-bottom: 2px solid black !important;
  border-right: 2px solid black !important;
}

.pagination-styling *:first-child {
  border-left: 2px solid black !important;
  border-radius: 5px 0px 0px 5px;
}

.pagination-styling *:last-child {
  /* border-left: none !important; */
  border-radius: 0px 5px 5px 0px;
}

/* Footer Address styling */
.contact-us-styling{
  padding-bottom: 20px;
  color:white;
  letter-spacing: 2px;
  font-size: 16px;
}

.contact-us-content{
  color: white;
  letter-spacing: 2px;
  font-size: 14px;
}
/* Laptop View */
@media (max-width: 1280px) {
  .width-form {
    width: 80%;
  }
}

/* Tablet Large View*/
@media (max-width: 960px) {
  #archive-body-styles {
    display: none;
  }
  .padding-section {
    padding: 0;
  }

  .width-form {
    width: 100%;
  }

  #contact-us-desktop{
    display: none;
  }

  #contact-us-tablet{
    display: block !important;
  }
  .bread-enquiry{
    display: none !important;
  }
}

/* Tablet View */
@media (max-width: 768px) {
  .width-form {
    width: 100%;
  }

  .padding-section {
    padding: 0;
  }

  .wpcf7-form label {
    width: 55%;
  }

  #archive-body-styles {
    display: none !important;
  }
  .bread-enquiry{
    display: none !important;
  }
}

@media (max-width: 480px) {
  .enquiry-body {
    padding: 25px 16px !important;
    margin-top: 10px;
  }

  .width-form {
    width: 100%;
  }

  .wpcf7-form p {
    display: block !important;
  }

  .wpcf7-form label {
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
  }

  #enquiry-form p:nth-last-child(2) {
    text-align: center;
  }

  .wpcf7-spinner {
    display: none;
  }

  .padding-section {
    padding: 0;
  }
  .bread-enquiry{
    display: none !important;
  }
}
