/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL & Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Version: 999.999
Requires at least: 5.3
Tested up to: 6.6
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */

@import url("https://fonts.cdnfonts.com/css/raleway-5");
@import url("https://fonts.cdnfonts.com/css/open-sans");
:root {
  --background-primary: #f7f7f7;
  --text-color-primary: #292929;
  --text-color-secondary: #666666;
  --primary-font: "Raleway", sans-serif;
  --secondary-font: "Open Sans", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.banner {
  width: 100%;
  height: 240px;
  background: url("/wp-content/uploads/2024/10/image.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/uploads/2024/10/bg.png") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.container {
  max-width: 1141px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.banner-content {
  color: white;
  text-align: left;
}

.banner h1 {
  font: 600 32px/40px var(--primary-font);
  margin-bottom: 1rem;
  letter-spacing: 6px;
}

.banner p {
  max-width: 547px;
  font: 1rem/24px var(--secondary-font);
  margin-bottom: 0;
}
.info-submit {
  min-height: 353px;
  background-color: #fff;
}
.info-box {
  display: flex;
  justify-content: space-between;
}
.info-box-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding-right: 25px;
  margin-right: 25px;
}
.form-title {
  font: 600 24px/32px var(--primary-font);
  line-height: 32px;
  color: var(--text-color-primary);
  text-align: center;
  letter-spacing: 3px;
}
.info-box-submission-title {
  font: 600 24px/32px var(--primary-font);
  color: var(--text-color-primary);
  letter-spacing: 3px;
}
.info-box-submission-details {
  font: 400 16px/24px var(--secondary-font);
  color: var(--text-color-secondary);
}
.form {
  display: flex;
  justify-content: center;
  max-width: 555px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 5.64px;
  box-shadow: 0px 1px 15px 0px #00000026;
  z-index: 10 !important;
  transform: translateY(-26%);
  background-color: #fff;
}
.input-name {
  max-width: 248px;
  width: 100%;
  background-color: #f5f5f5;
  height: 50px;
  border: none;
}

.name-form {
  display: flex;
  justify-content: space-between;
}
.input-email,
.input-phonenumber {
  width: 100%;
  background-color: #f5f5f5;
  height: 50px;
  border: none;
}
input {
  padding-left: 10px;
  font-family: var(--primary-font);
  font: 700 11px/12.91px var(--primary-font);
  color: #777777;
  letter-spacing: 1px;
}
.input-email::placeholder,
.input-phonenumber::placeholder,
.input-name::placeholder {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}
.form-type {
  width: 515px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 20px 0;
}
.customer-privacy {
  background-color: var(--background-primary);
  min-height: 353px;
}
.customer-privacy .form {
  transform: translateY(0) !important;
}
.customer-privacy .form-title {
  font-size: 18px;
}
.customer-privacy .form-type {
  padding: 19px 0;
}
.customer-privacy-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 353px;
}
.customer-privacy-box .form {
  flex: 1;
}
.customer-icon {
  border: 2px solid #e2e2e2;
  border-radius: 16px;
}
.customer-privacy-box-2 {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.customer-privacy-box-details {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.info-box.service-selections {
  padding: 64px 0px;
  text-align: center;
  display: block;
}

span#add-address {
  font-size: 18.52px;
  font-weight: 600;
  line-height: 21.74px;
  font-family: var(--primary-font);
  background: #f7f7f7;
  padding: 16px 20px;
  border: 0px;
  text-align: center;
  display: flex;
  border-radius: 10px;
  cursor: pointer;
}

span#add-address img {
  padding: 0px 10px 0 0;
}

span.address-button {
  font-size: 18.52px;
  font-weight: 600;
  line-height: 21.74px;
  font-family: var(--primary-font);
  background: #00b0dc;
  padding: 16px 0px;
  border: 0px;
  text-align: center;
  display: flex;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
}

.buttons-row {
    display: block !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap;
	text-align: center;
}

.buttons-row span {
    display: inline-block !important;
    margin: 0 10px;
}

/* .buttons-row::-webkit-scrollbar {
  display: none;
} */

/* Hide scrollbar for IE, Edge and Firefox */
.buttons-row {
  /* -ms-overflow-style: none;
  scrollbar-width: none; */
}

.field-label {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #292929;
}

section.address-from.container {
  box-shadow: 0px 1px 15px 0px #00000026;
  padding: 35px 85px;
}

input.input-field {
  border: 1px solid #dedede;
  width: 100%;
  height: 52px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #29292999;
  font-family: var(--primary-font);
}

.full-address-container img {
  position: absolute;
  top: 13px;
  left: 10px;
}

.full-address-container {
  position: relative;
}

.full-address input.input-field {
  padding-left: 35px;
}

.address-form {
  border: 1px solid #e7e7e7;
  margin-top: 40px;
  border-top: 4px solid #00b0dc;
  border-radius: 5px;
  padding: 20px 0px 20px 0px;
}

h2.form-title {
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 3px;
  text-align: left;
  padding: 20px 46px;
  letter-spacing: normal;
}

.address-form .form-type {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 0;
  padding: 0;
}

fieldset {
  width: 100%;
  max-width: 100%;
  border: 0px;
  padding: 15px 10px 0 25px;
}

label.field-label {
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
}

span.red-info {
  color: red;
}

.address-form select {
  width: 100%;
  height: 52px;
  padding: 10px;
  border: 1px solid #dedede !important;
  color: #29292999;
}

.address-form input {
  border: 1px solid #dedede !important;
  background: #fff !important;
  height: 52px !important;
}

fieldset.radio-field input {
  height: auto !important;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #292929;
}

fieldset.radio-field .options {
  display: flex;
  gap: 10px;
  height: 52px;
  align-items: center;
}

fieldset.radio-field .options label {
  color: #29292999;
}

h2.form-title img {
  float: right;
  margin-top: 8px;
}

.address-form .form-type {
  padding: 0 21px;
}

.address-form.grey-border {
  border-top-color: #dddddd;
}

.address-form.grey-border.other {
/*   padding-top: 0;
  padding-bottom: 0; */
}

textarea#message {
    border: 1px solid #dedede !important;
    color: #29292999;
    width: 100%;
    padding: 10px 10px;
    font-family: var(--primary-font);
    font: 700 11px / 12.91px var(--primary-font);
    color: #777777;
    letter-spacing: 1px;
}

section.submit-section .container {
  padding-right: 0;
  text-align: right;
}

button#save-submit {
  font-size: 18.52px;
  font-weight: 600;
  line-height: 21.74px;
  text-align: left;
  font-family: var(--primary-font);
  padding: 14px 18px;
  background: #00b0dc;
  border: 0px;
  color: #fff;
  margin: 30px 0 0 0;
  cursor: pointer;
}

.address-form input {
  width: 100%;
}

.radio-field input {
  width: auto !important;
}

.address-form select {
  background: #fff;;
}

section.submit-section {
  padding-bottom: 40px;
}

p.full-address-same-as {
  display: flex;
  align-items: center;
}

label.same-as-label-main {
  display: flex;
  width: 100%;
  justify-content: end;
  gap: 10px;
}

label.field-label.same-as-label {
  width: auto;
}

@media (max-width: 1141px) {
  .form {
    transform: translateY(-10%);
  }
}
@media (max-width: 1000px) {
  .info-box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
  }
  .banner h1 {
    font-size: 18px;
    line-height: 25px;
  }
  .form {
    width: 100%;
    max-width: 360px;
    transform: translateY(0%);
  }
  .form-type {
    width: 330px;
    gap: 20px;
  }
  .form-title {
    font-size: 16px;
    line-height: 25px;
  }
  .input-name {
    width: 155px;
    height: 35px;
  }
  .input-email,
  .input-phonenumber {
    height: 35px;
  }
  .info-box-submission-title {
    width: 100%;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1.5px;
    padding: 15px 0 10px;
  }
  .info-box-submission-details br {
    display: none;
  }
  .info-box-submission-details {
    text-align: center;
    font-size: 14px;
  }
  .banner p {
    width: 100%;
  }
  .info-box-text {
    padding-right: 0;
    margin-right: 0;
  }
  .banner-content p {
    max-width: 350px;
    width: 100%;
    font: 14px/16px;
  }
  .input-name::placeholder,
  .input-email::placeholder,
  .input-phonenumber::placeholder {
    font: 700 10px/11.91px;
    letter-spacing: 1px;
  }
  .info-submit {
    height: auto;
  }
  .customer-privacy {
    height: auto;
  }
  .customer-privacy-box {
    height: auto;
  }
  .customer-privacy-box {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 20px;
    gap: 20px;
  }
  .customer-privacy-box-details {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .customer-privacy-box-details .info-box-submission-title br {
    display: none;
  }
  .customer-privacy-box-details .info-box-submission-title {
    padding-top: 10px;
  }
  .customer-privacy-box-2 {
    padding-top: 15px;
    gap: 2px;
  }
  .customer-privacy-box .form-title {
    font-size: 16px;
  }
  .customer-icon {
    width: 35px;
    height: 35px;
    border-radius: 6px;
  }
  .address-form .form-type {
    display: block;
  }
  section.address-from.container {
    padding: 35px 15px;
  }

  .address-form .form-type {
    padding: 0 5px;
  }
  p.full-address-same-as {
    font-size: 11px !important;
  }
  label.field-label.same-as-label {
    padding: 0;
    font-size: 11px;
    line-height: 14px;
    margin-top: 6px;
  }
}

span.address-button {
    padding-right: 0px;
    position: relative;
    width: 164px;
}

.minus-address {
    font-size: 30px;
    position: absolute;
    right: 8px;
    top: 18px;
    font-weight: 100;
}

span#add-address {
  padding-left: 51px;
  position: relative;
  padding-right: 21px;
}

span#add-address img {
    position: absolute;
    left: 21px;
}
.address-from.container[data-address-form="addr-button-01"] label.field-label.same-as-label-main {
  display: none;
}

input#full-address-autocomplete {
    background-image: none !important;
}

.grey-border.info-box {
  display: block;
}

.form-type-textarea fieldset {
  padding: 0px 46px;
}

.address-form.grey-border.info-box {
  padding: 15px 25px 15px 25px;
  border-top: 1px solid #dddddd;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 16px;
  line-height: 24px;
  margin-top: 40px;
  background: #F3F3F3;

}

.info-p-box {
  max-width: 831px;
  margin: 0 auto;
}

.address-form.grey-border.info-box p:first-child{
  margin-top: 0px;
}

.address-form.grey-border.info-box p{
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  margin-top: 25px;
}

.arrow-up-icon {
  cursor: pointer;
}

.address-form select {
    background: #fff;
    font: 700 11px / 12.91px var(--primary-font);
    color: #777777;
    letter-spacing: 1px;
}

input:focus {
  outline: none !important;
  border:1px solid #00b0dc !important;
}


.info-box h2.form-title {
  text-align: center;
}

section.customer-privacy h2.form-title {
  text-align: center;
}

.logo-img {
  text-align: center;
}

.logo-img img{
  width: 136px;
}


.active-button:hover .minus-address {
  display: block !important;
}

span.address-button img {
    display: block !important;
}

span.address-button.active-button img {
    display: none !important;
}

.address-form select {
    background: rgba(0,0,0,0) url('/wp-content/uploads/2024/10/arrow-down.png') 97% center no-repeat !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.options label {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.78px;
    text-align: left;
    font-family: var(--primary-font);
}

.address-form input, .address-form select {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

textarea#message {
    font-family: var(--primary-font) !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.full-address-container img.close-icon {
    top: 13px;
    left: unset;
    right: 10px;
    cursor: pointer;
}