/*
Theme Name:   Loofa
Description:  Write here a brief description about your child-theme
Author:       702 Pros
Author URL:   https://702pros.com
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Loofa
*/

/* Write here your own personal stylesheet */

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@900&family=Palanquin:wght@300&display=swap');

:root {
  --primary-color: #687C62;
  --secondary-color: #FACD20;
  --third-color: #E35E27;
  --fourth-color: #3e66c2;
  --light-gray-color: #8b8b8b;
  --dark-gray-color: #444444;
  --main-font-style: "Montserrat", sans-serif;
  --content-font-style: "Montserrat", sans-serif;
  --font-weight-black: 900;
  --font-weight-bold: 600;
  --font-weight-medium: 500;
  --font-weight-regular: 400;
  --font-weight-light: 300;
  --font-size-1: 30px;
  --font-size-2: 28px;
  --font-size-3: 24px;
  --font-size-4: 22px;
  --font-size-5: 21px;
  --font-size-6: 19px;
  --font-size-regular: 18px;
  --font-size-disclaimer: 15px;
  --button-padding: 14px 18px;
}

*:focus {
  outline: none;
}

/** Global CSS **/

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--content-font-style);
  background: #fff;
}

body {
  min-height: 100%;
  margin: 0 auto;
  padding: 0px;
  overflow-x: hidden;
  color: var(--dark-gray-color);
  font-family: var(--content-font-style);
  font-size: var(--font-size-regular);
  font-weight: var(--font-size-light);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.elementor-location-header,
.elementor-location-footer {
  flex: 0 0 auto;
}

.elementor-location-single,
.elementor-location-archive,
main.site-main {
  flex: 1 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--main-font-style);
  font-weight: var(--font-weight-bold);
  text-transform: none;
  color: var(--dark-gray-color);
  margin-top: 0px;
  margin-bottom: 10px;
}

h1 {
  font-size: var(--font-size-1);
}

h2 {
  font-size: var(--font-size-2);
}

h3 {
  font-size: var(--font-size-3);
}

h4 {
  font-size: var(--font-size-4);
}

h5 {
  font-size: var(--font-size-5);
}

h6 {
  font-size: var(--font-size-6);
}

a {
  color: var(--secondary-color);
  font-weight: var(--font-weight-bold);
}

a:hover {
  color: var(--third-color);
  text-decoration: none;
}

a .title,
a .sub-title,
.sub-title > a {
  color: var(--dark-gray-color);
  text-decoration: none !important;
  font-weight: initial;
}

.elementor-social-icons-wrapper a {
  font-weight: normal;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

p {
  margin: 0px 0px 20px 0px;
}

p:last-child {
  margin-bottom: 0px;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

hr,
span.elementor-divider-separator,
.elementor hr {
  width: 100% !important;
  clear: both;
  border: 0px;
  height: 2px !important;
  margin: 20px auto !important;
  background: var(--primary-color) !important;
}

span.req {
  color: #f00 !important;
}

ul,
ol {
  list-style-position: outside;
  margin-bottom: 20px;
}

.breadcrumb {
  font-size: 0px;
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

.breadcrumb li {
  display: inline-block;
  font-size: var(--font-size-regular);
}

.breadcrumb li::after {
  content: "\f105";
  font-family: "FontAwesome";
}

.breadcrumb li:last-child::after {
  content: "";
}

.breadcrumb li a {
  margin: 0px 10px;
}

.breadcrumb li:first-child > a {
  margin-left: 0px;
}

.breadcrumb li:last-child > a {
  margin-right: 0px;
}

.breadcrumb li.active a {
  color: #939598;
  pointer-events: none;
  cursor: default;
}

.clear-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.clear-list a {
  text-decoration: none;
}

.clear-list a:hover {
  text-decoration: underline;
}

a#button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button {
  padding: var(--button-padding);
}

button,
.button,
.submit,
a#button,
.btn,
input[type="submit"],
[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--content-font-style);
  font-size: var(--font-size-disclaimer);
  font-weight: var(--font-weight-medium);
  background-color: var(--secondary-color);
  background: var(--secondary-color);
  border: none;
  border-radius: 0px;
  color: #fff;
  float: none;
  margin: 0px auto;
  display: inline-block;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

[type="submit"] {
  padding: var(--button-padding);
}

button,
.button,
.button a,
.submit,
a#button,
.btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button {
  line-height: normal;
  width: auto !important;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.submit:hover,
.submit:focus,
a#button:hover,
a#button:focus,
.btn:focus,
.btn:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
[type="submit"]:hover,
[type="submit"]:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus {
  background-color: var(--third-color);
  background: var(--third-color);
  border: none;
  color: #fff;
}

button:active,
.button:active,
.submit:active,
a#button:active,
.btn:active,
input[type="submit"]:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce a.button-alt:active,
.woocommerce button.button:active,
.woocommerce button.button.alt:active,
.woocommerce input.button:active {
  color: #fff;
  background: var(--primary-color);
}

.button a,
.submit a,
input[type="submit"] {
  padding: var(--button-padding);
  text-decoration: none;
  display: inline-block;
  line-height: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button:hover a,
.button:focus a,
.submit:hover a,
.submit:focus a {
  color: var(--primary-color) !important;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button a:hover,
.button a:focus,
.submit a:hover,
.submit a:focus {
  text-decoration: none;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: #fff;
}

.woocommerce a.add_to_cart {
  display: block !important;
}

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden !important;
}

.clickable {
  cursor: pointer;
}

.grecaptcha-badge {
  visibility: hidden;
}

body.woocommerce table th,
body.woocommerce table td {
  padding: 15px !important;
}

/**
table {
  border-collapse: collapse;
  margin: 20px auto;
}

table,
th,
td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

table th {
  background: #444444;
  color: #fff;
}

table tr:nth-child(odd) {
  background: #fff;
}

table tr:nth-child(even) {
  background: #f3f3f3;
}
**/

/** End Global CSS **/

/** CSS for Forms **/

form {
  display: block;
  padding: 0px;
  margin-bottom: 0px;
  float: none;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form p {
  text-align: left !important;
}

label {
  font-weight: bold;
  display: inline-block;
}

label > span {
  margin: 0 auto;
  color: #000;
  font-weight: bold;
}

label.required::after {
  color: #f00;
  content: "*";
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="phone"],
input[type="password"],
input[type="tel"],
input[type="url"],
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text textarea,
select {
  font-family: var(--content-font-style) !important;
  font-size: var(--font-size-regular) !important;
  font-weight: inherit;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: var(--dark-gray-color);
  height: auto;
  margin-top: 0px;
  outline: 0 none;
  padding: var(--button-padding) !important;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  margin-bottom: 10px;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-remove {
  text-align: center;
}

#footer input[type="date"],
#footer input[type="email"],
#footer input[type="number"],
#footer input[type="phone"],
#footer input[type="password"],
#footer input[type="tel"],
#footer input[type="url"],
#footer textarea,
#footer select {
  color: var(--primary-color);
}

::-webkit-input-placeholder {
  color: #777 !important;
}

:-ms-input-placeholder {
  color: #777 !important;
}

::placeholder {
  color: #777 !important;
}

select {
  /* appearance: none; */
  /* -webkit-appearance: none; */
  /* -moz-appearance: none; */
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
  height: auto;
  margin-top: 0px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

form textarea {
  font-family: inherit;
  height: 100px !important;
  resize: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.elementor-field-textual {
  font-size: inherit;
  padding: var(--button-padding);
}

form textarea:hover,
.elementor-field-textual:hover {
  border: 1px solid var(--primary-color);
  background: none;
}

input[type="text"]:hover,
input[type="date"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="phone"]:hover,
input[type="tel"]:hover,
input[type="password"]:hover,
input[type="checkbox"]:hover,
input[type="url"]:hover,
textarea:hover,
select:hover {
  background: var(--light-gray-color);
  border: 1px solid var(--primary-color);
  border-image-slice: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="phone"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="checkbox"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.checkbox-list li {
  margin-left: 20px;
  margin-right: 15px;
  float: left;
}

.caldera-grid {
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}

.caldera-grid .checkbox-list {
  -webkit-column-count: 2;
  column-count: 2;
}

.caldera-grid .checkbox-list .checkbox {
  margin-bottom: 10px;
}

/** End CSS for Forms **/

@media screen and (max-width: 460px) {
  :root {
    --font-size-1: 26px;
    --font-size-2: 24px;
    --font-size-3: 22px;
    --font-size-4: 20px;
    --font-size-5: 19px;
    --font-size-6: 18px;
    --font-size-regular: 16px;
    --font-size-disclaimer: 14px;
  }
}
