/*
Theme Name: Hearing Health Center
Theme URI: http://hearinghealthcenter.com/
Author: Codiffy
Author URI: http://codiffy.com
Description: A brief description of the theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Hearing-Health-Center
*/

@font-face {
  font-family: Avenir;
  src: url("./fonts/Avenir.ttc");
}

@font-face {
  font-family: AvenirMedium;
  src: url("./fonts/Avenir-Medium.otf");
}

@font-face {
  font-family: AvenirBlack;
  src: url("./fonts/Avenir-Black.otf");
}

@font-face {
  font-family: AvenirBook;
  src: url("./fonts/Avenir-Book.otf");
}

@font-face {
  font-family: AvenirRoman;
  src: url("./fonts/Avenir-Roman.otf");
}

@font-face {
  font-family: AvenirNext;
  src: url("./fonts/Avenir_Next.ttc");
}

@font-face {
  font-family: AvenirNextMedium;
  src: url("./fonts/AvenirNextCyr-Medium.ttf");
}

@font-face {
  font-family: AvenirNextDemiBold;
  src: url("./fonts/avenir-next-demi-bold.ttf");
}

:root {
  --primary-clr-one: #00a6cf;
  --primary-clr-two: #522d6d;
  --black-clr: #000000;
  --white-clr: #ffffff;
  --font-heading: AvenirNext;
  --font-body: Avenir;
  --border-radius: 5px;
  --green-clr: #39b24a;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;	
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
  color: var(--primary-clr-one);
}

a[href="#"], a[href=""] {
	pointer-events: none;
}

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

ul,
li {
  list-style: none;
}

img.cover,
video.cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

img.fill,
video.fill {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

body,
input,
select,
optgroup,
textarea {
  font-family: var(--font-body), sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: var(--black-clr);
}

h1,
h2,
h3,
h4,
button {
  font-family: AvenirNext;
}

h1 {
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
}

h2 {
  font-size: 48px;
  font-weight: 800;
}

h3 {
  font-size: 28px;
  font-weight: 700;
}

h4 {
  font-size: 21px;
  font-weight: 700;
}

p {
  font-family: Avenir;
  font-size: 16px;
  font-weight: 400;	
}

button {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;	
}

.container {
  width: 1320px;
  max-width: 95%;
  margin: 0 auto;
}

.section-padding {
  padding: 50px 0;
}

.padding-top {
  padding-top: 70px;
}

.padding-bottom {
  padding-bottom: 70px;
}

.hero-heading {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.section-heading {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 20px;
  color: var(--primary-clr-two);
  text-transform: uppercase;
}

.inner-heading,
.wc-block-components-product-name {
	color: var(--primary-clr-two);
    margin-bottom: 14px;
}

.description p,
.content-list,
.woocommerce p {
    color: #787c83;
    font-size: 18px;
    font-weight: 500;
}

.content-list, 
.content-list li {
	list-style-type: disc;
	list-style-position: inside;
}

.description p:not(:last-child) {
	margin-bottom: 20px;
}

.btn,
.wc-block-components-button,
.button.wc-forward,
.woocommerce-Button.button,
.woocommerce-button.button,
.add_to_cart_button,
.single_add_to_cart_button,
#submit,
#place_order,
.gform_button,
.gform-button,
.btn-asl.s-direction {
  line-height: 1.818 !important;
  display: inline-block !important;
  margin-bottom: 0 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  text-align: center !important;
  cursor: pointer !important;
  outline: none !important;
  border: none !important;
  font-family: Avenir !important;	
}

.primary-btn,
.wc-block-components-button,
.button.wc-forward,
.woocommerce-Button.button,
.woocommerce-button.button,
.add_to_cart_button,
.single_add_to_cart_button,
#submit,
#place_order,
.gform_button,
.gform-button {
  background-color: var(--green-clr) !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 100px !important;
  color: #fff !important;
  padding: 0px 30px !important;
  font-size: 18px !important;
  transition: 0.3s linear !important;
  font-weight: 500 !important;
  height: 61px !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;	
}

.btn-asl.s-direction {
  background-color: var(--green-clr) !important;
}	

.primary-btn:hover,
.wc-block-components-button:hover,
.button.wc-forward:hover,
.woocommerce-Button.button:hover,
.woocommerce-button.button:hover,
.add_to_cart_button:hover,
.single_add_to_cart_button:hover,
#submit:hover,
#place_order:hover,
.gform_button:hover,
.gform-button:hover,
.btn-asl.s-direction:hover {
  background-color: var(--primary-clr-one) !important;
}

.grid-cols-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 60px;
}

.grid-cols-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 40px;
}

.hero-banner {
  position: relative;
  text-align: center;
  padding: 2% 5%;
  background-position: center -180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2025/02/DSC_1956.png);
}

.hero-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #522d6d;
  opacity: 0.9;
}

.hero-banner .hero-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 0;	
}

@media only screen and (max-width: 1023px) {
  .hero-heading {
    font-size: 50px;
    line-height: 75px;
  }
	.woocommerce-page #payment #place_order {
		width: auto;
	}	
}

@media only screen and (max-width: 767px) {
  html {
	scroll-padding-top: 220px;	
  }	
  .hero-banner {
	margin-top: 72px;
  }	
  .btn, 
  #form-section .gform_button,
  .woocommerce ul.products li.product .button,
  .woocommerce-page #payment #place_order	{
	white-space: wrap !important;	
	width: 100% !important;  
  }	
  .grid-cols-2 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .section-padding {
    padding: 30px 0;
  }
  .padding-top {
    padding-top: 30px;
  }
  .padding-bottom {
    padding-bottom: 30px;
  }
  .hero-heading {
    font-size: 28px;
    line-height: 40px;
  }
  .section-heading {
    font-size: 25px;
	margin-bottom: 30px !important;  
  }
  .description {
    font-size: 18px;
  }
}

@media only screen and (max-width: 639px) {
  html {
    font-size: 12px;
  }
}
