/**
Theme Name: Astra Child
Author: Halliday Sales, Inc.
Author URI: http://hallidaysales.com/
Description: Child theme for Astra, A very lightweight and beautiful theme made to work with Page Builders.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.ast-article-single img {
	box-shadow: none !important;
}

.ast-builder-menu-mobile {
	border-bottom-width: 1px;
	border-bottom-color: #eaeaea;
	border-bottom-style: solid;
}

.ast-site-identity {
	padding: 0.5em 0 0 0;
}
.ast-mobile-header-wrap .ast-below-header-bar, .ast-below-header-bar .site-below-header-wrap {
	min-height: 40px;
}

.ast-desktop .ast-below-header-bar .main-header-menu > .menu-item {
	line-height: 40px;
}
.site-title {
	display: none;
}

.pad-button > a {
	padding-top: 1.125em !important;
	padding-bottom: 1.125em !important;
}

@media (min-width: 993px) {
	.ast-left-sidebar #secondary {
		padding-right: 30px;
	}	
}

.inline {
	display: inline-block;
}

.wp-block-heading {
	margin-left: 32px !important;
}

.entry-content > .wp-block-group, .entry-content > .wp-block-cover, .entry-content > .wp-block-columns {
	padding: 0px 32px 45px 32px;
}

.hsi-grid-container {
	padding: 0px 32px 32px 32px;
}

.entry-content .hsi-grid-container ul {
	padding-left: 0px !important;
}
	
.hsi-grid-container > h2 {
	font-weight: bold;
	color: #3f9933 !important;
}

.gray-bg {
	background-color: #F4F4F4;
}

.hsi-grid {
	display: grid;
	column-gap: 6em;
	list-style-type: none;
	margin: 0px !important;
}

.hsi-grid-2 {
	grid-template-columns: 1fr 1fr;
}

.hsi-grid-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.hsi-grid > li {
	text-align: center;
}

.hsi-grid > li > a {
	text-decoration: none !important;
	font-weight: bold;
}

.hsi-grid > li > a > img {
	max-width:100%;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}
	
@media only screen and (min-width: 768px) {
	.hsi-grid-md-4 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media (min-width: 992px) {
	.hsi-grid-lg-6 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}	
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding: 25px 25px 0px 25px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #ffffff;
  text-align: left;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 500px;
}

.modal-header {
	display: inline;
}

/* The Close Button */
.close {
  color: #000000;
  float:right;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Bootstrap */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media only screen and (min-width: 768px) {
	.col-md-4 { 
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none !important;
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-dark {
  color: #fff !important;
  background-color: #343a40 !important;
  border-color: #343a40 !important;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-block {
  display: block;
  width: 100%;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

/* WPForms css */
.wpforms-hidden {
	display: none;
}

.wpforms-confirmation-container {
	background: rgb(209, 231, 221);
	border: 1px solid rgb(163, 207, 187);
	border-radius: 10px;
	box-sizing: border-box;
	color: #000000;
	margin: 0 auto 24px;
	padding: 15px;
	overflow-wrap: break-word;
}


.wpforms-confirmation-container p {
	color: #000000;
	margin-bottom: 0px !important;
}

.wpc-posts-found {
	display: none;
}

.woocommerce-js h2 {
	margin-bottom: 0.5em !important;
}

.wpc-widget-top-inside {
	display: none !important;
}

.sidebar-main .ast-icon.icon-arrow {
  display: none !important;
}
