/*
Theme Name:     Gridlove Child
Theme URI:      https://mekshq.com/theme/gridlove
Description:    Child theme for Gridlove theme
Author:         meks
Author URI:     https://mekshq.com
Template:       gridlove
Version:        0.1.0
*/

.gridlove-cover-area {
  background: #009cff;
}
.custom-search-form {
  position: relative;
  margin: 0 auto;
  max-width: 700px;
  height: 60px;
}
.custom-search-form form {
  width: 100%;
  height: 100%;
}
.custom-search-form input {
  padding: 0 150px 0 32px;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 1, 1, 0.1) 0 5px 15px;
  border: 0;
  border-radius: 2px;
  color: gray;
  font-size: 16px;
  line-height: normal;
}
.custom-search-form button {
  position: absolute;
  padding: 10px;
  height: auto;
  width: 110px;
  top: 50%;
  right: 10px;
  font-size: 16px;
  color: #ffffff;
  background: #009cff;
  border-radius: 2px;
  transform: translateY(-50%);
  border: 0;
  cursor: pointer;
}
.custom-search-form button i {
  margin-right: 10px;
}
.custom-search-form button:hover {
  background: #008de8;
}
.download-meta {
  position: relative !important;
  bottom: 0 !important;
  margin-right: 0px !important;
  height: 30px;
  display: flex;
}
.download-meta .meta-item {
  width: 50%;
  margin-right: 0px;
  padding-right: 5px;
}
.download-meta .meta-item:last-child {
  padding-right: 0px;
  padding-left: 5px;
}
.download-meta .meta-item .gridlove-button {
  width: 100%;
  display: inline-block;
  padding: 6px;
  height: 30px;
  font-weight: normal;
  text-transform: capitalize;
  white-space: nowrap;
  color: #fff;
}
.download-meta .meta-item:first-child .gridlove-button {
  color: #5e5e5e;
  background-color: #ffffff;
  border: 1px solid #999999;
}
.temp-detail {
  display: block;
  text-align: center;
}
.temp-detail h2 {
  margin-bottom: 0px;
}
.temp-detail img {
  width: 100px;
}
.temp-detail .gridlove-button {
  width: 100%;
  height: 45px;
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}
.widget.temp-detail {
  display: none;
}
.widget.temp-detail table,
.widget.temp-detail table,
thead,
.widget.temp-detail table,
thead,
td,
.widget.temp-detail table,
thead,
td,
th {
  text-align: left;
  border-color: #ddd !important;
}
@media (min-width: 1024px) {
  .temp-detail {
    display: none;
  }
  .widget.temp-detail {
    display: block;
  }
}
.pricing-table .pricing-item {
  position: relative;
  padding: 20px;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}
.pricing-table .not-available {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.pricing-table .pricing-title {
  padding: 10px 30px;
  background: #f5f5f5;
  margin-bottom: 25px;
}
.pricing-table .pricing-title h2 {
  color: #083b5c;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 0px !important;
}
.pricing-table .pricing-title p {
  margin-bottom: 0px !important;
}
.pricing-table .pricing-title p span {
  color: #009cff;
  font-weight: 700;
}
.pricing-table p {
  margin-bottom: 10px !important;
}
.pricing-table .pricing-feature {
  display: flex;
  justify-content: space-between;
}
.pricing-table .pricing-feature-no {
  text-decoration: line-through;
  color: #bbbbbb;
}
.pricing-table .fa-check {
  color: #61c436;
  margin-right: 5px;
}
.pricing-table .fa-times {
  color: #d60000;
  margin-right: 5px;
}
.pricing-table .fa-question-circle {
  color: #bbbbbb;
}
.pricing-table .tooltip {
  position: relative;
  cursor: help;
}
.pricing-table .tooltip-text {
  position: absolute;
  visibility: hidden;
  width: 200px;
  bottom: 115%;
  right: 0;
  background: #083b5c;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 10px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.pricing-table .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 3px;
  border-width: 5px;
  border-style: solid;
  border-color: #083b5c transparent transparent transparent;
}
.pricing-table .tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.pricing-table .mks_button {
  display: block;
  margin-top: 15px;
  color: #ffffff;
  background: #0288d1;
}
.pricing-table .pre-checkout {
  margin-top: 15px;
}
.pricing-table .price-option {
  position: relative;
  display: flex;
  gap: 15px;
  padding: 15px;
  border-radius: 2px;
  border: 2px solid #e5e5e5;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-bottom: 15px;
}
.pricing-table .price-option input {
  position: absolute;
  opacity: 0;
}
.pricing-table .price-option:hover {
  border-color: #009cff;
}
.pricing-table .price-option .radio-ui {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.pricing-table .price-option .radio-ui::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #e5e5e5;
  border-radius: 50%;
  transition: 0.2s;
}
.pricing-table .price-option .option-body {
  flex: 1;
}
.pricing-table .price-option .option-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pricing-table .price-option .option-title {
  font-size: 18px;
  font-weight: 700;
  color: #083b5c;
  text-align: left;
}
.pricing-table .price-option .option-price {
  font-size: 18px;
  font-weight: 700;
  color: #009cff;
}
.pricing-table .price-option .option-price del {
  color: #999999;
  font-weight: normal;
}
.pricing-table .price-option .option-desc {
  font-size: 16px;
  color: #5e5e5e;
  text-align: left;
}
.pricing-table .price-option .badge {
  position: absolute;
  top: -10px;
  left: 15px;
  background: #009cff;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 2px;
}
.pricing-table .price-option:has(input:checked) {
  border-color: #009cff;
  background: rgba(0, 156, 255, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.pricing-table .price-option:has(input:checked) .radio-ui {
  border-color: #009cff;
}
.pricing-table .price-option:has(input:checked) .radio-ui::after {
  background: #009cff;
}
.pricing-table .price-option:has(input:checked) .option-title {
  color: #009cff;
}
.custom-contact form p {
  margin-bottom: 8px;
}
.custom-contact .cc-error {
  display: block;
  margin-bottom: 15px;
  color: #e74c3c;
}
.custom-contact .cc-success {
  display: block;
  margin-bottom: 15px;
  color: #28a745;
}
.custom-contact h2.cc-error,
.custom-contact h2.cc-success {
  margin-bottom: 25px;
}
