/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=ABeeZee:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.lightbox-by-id {
  padding: 0 !important;
  border-radius: 16px;
  overflow: hidden;
}

.popup-content .wpcf7,
.popup-title {
  padding: 24px;
}

.popup-content .wpcf7 label {
  font-weight: 600;
  font-size: 0.9em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.popup-content .wpcf7-form-control-wrap input[type="text"],
.popup-content .wpcf7-form-control-wrap input[type="tel"],
.popup-content .wpcf7-form-control-wrap select,
.popup-content .wpcf7-form-control-wrap textarea {
  background-color: var(--bs-white);
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  font-weight: 300;
  font-size: 1.05em;
  padding: 4px 0 5px;
  border-bottom: 1px solid #303030a6;
  height: unset;
  color: var(--bs-gray-600);
  appearance: none;
  margin-bottom: 25px;
}

.popup-content .wpcf7-form-control-wrap textarea {
  height: 80px;
  min-height: unset;
}

.popup-content .wpcf7 input[type="submit"] {
  border-radius: 99px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}

.popup-title h4 {
  font-size: 0.95em;
  color: var(--primary-color);
  line-height: 1.2;
  text-transform: none;
}

.popup-title h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.6em;
  color: #d42600;
  margin: 5px 0;
  line-height: 1.4;
}

.popup-title p {
  font-size: 0.9em;
  opacity: 0.8;
  color: #495057;
  margin-bottom: 0;
}

ul.content-navigation li {
  background-color: rgba(243, 246, 249, 0.61);
}

.the-content-box .col-inner:not(.has-borderr) {
  background-color: rgb(236, 236, 236);
}

.has-borderr .is-border {
  border: 0;
}

.the-content-box .col-inner .no-image {
  padding: 0 10px;
}
