/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. 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 so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # 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 beautiful theme!
Version: 1.0.0
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-container {
	max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
}

.ast-scroll-top-icon {
	width: 50px !important;
    height: 50px !important;
    border-radius: 100px !important;
    background: #449B23 !important;
}

#ast-scroll-top:focus {
	border: none;
}

.ast-scroll-top-icon:hover {
	opacity: 0.66;
}

.ast-scroll-top-icon .icon-arrow {
	font-size: 25px;
}

.ast-scroll-top-icon .icon-arrow svg {
	transform: translate(0, -30%) rotate(180deg) !important;
}

.site-main {
	margin: 0 !important;
}

.feature-section ul, .accordion-section ul, .multi-media-cta-section ul, .cta-section ul, .icon-cards ul, .problem-solution-section ul, .service-demo-text-carousel ul {
	margin: 0 0 30px 20px;
    padding-top: 10px;
}

.policy-content ul, .policy-content ol {
	margin: 0 0 30px 20px;
}

.feature-section :is(p, ul):last-child, .accordion-section :is(p, ul):last-child, .multi-media-cta-section :is(p, ul):last-child, .cta-section :is(p, ul):last-child, .icon-cards :is(p, ul):last-child, .problem-solution-section :is(p, ul):last-child, .service-demo-text-carousel :is(p, ul):last-child {
  margin-bottom: 0;
}

.feature-section ul:first-child, .accordion-section ul:first-child, .multi-media-cta-section ul:first-child, .cta-section ul:first-child, .icon-cards ul:first-child, .problem-solution-section ul:first-child, .service-demo-text-carousel ul:first-child {
	padding-top: 0;
}

.feature-section li, .accordion-section li, .multi-media-cta-section li, .cta-section li, .icon-cards li, .problem-solution-section li, .service-demo-text-carousel li, .news-repeater-container li, .policy-content li {
	margin-bottom: 10px;
}

.hbp-contact-form {
	margin: 0 !important;
}

.wpforms-field-layout .wpforms-layout-column:nth-child(1) {
	padding-right: 15px !important;
}

.wpforms-field-layout .wpforms-layout-column:nth-child(2) {
	padding-left: 15px !important;
}

.hbp-contact-form .contact-form-name {
	padding-top: 0 !important;
    padding-bottom: 10px !important;
}

.contact-form-phone, .wpforms-field-email, .contact-form-company-name, .contact-form-text-area {
	padding: 10px 0 !important;
}

.wpforms-field-label {
	margin-bottom: 5px !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

.wpforms-required-label {
	display: none !important;
}

.hbp-contact-form input {
	border: none !important;
    background: #F5F5F5 !important;
    height: 50px !important;
    border-radius: 0 !important;
    color: #333 !important;
}

.contact-form-text-area textarea {
	height: 100px !important;
    border: none !important;
    background: #f5f5f5 !important;
    border-radius: 0 !important;
    color: #333 !important;
}

.hbp-contact-form-submit-btn {
	width: 100% !important;
    height: 50px !important;
    background: transparent !important;
    border: 2px solid #449B23 !important;
    border-radius: 2px !important;
    color: #449B23 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
    position: relative !important
}

.hbp-button {
	width: fit-content;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #449B23 !important;
    height: 50px;
    min-width: 200px;
    border: 2px solid #449B23;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
}

.hbp-contact-form-submit-btn::before, .hbp-button::before {
	background: #449B23;
}

.hbp-contact-form-submit-btn:hover, .hbp-button:hover {
	color: #fff !important;
}

.calendly-button p {
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    gap: 8px;
    align-items: center;
    border: 2px solid #006BFF;
    color: #006BFF;
    justify-content: center;
    height: 50px;
    border-radius: 2px;
    margin-bottom: 0;
    position: relative;
}

.calendly-button p:hover {
	color: #006bff;
}

.calendly-button img {
	width: 100px;
}

.calendly-button p::before {
	background: #B0D1FF;
}

.hbp-contact-form-submit-btn::before, .calendly-button p::before, .hbp-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s ease, transform-origin 0s linear 0.5s;
}

.hbp-contact-form-submit-btn:hover::before, .calendly-button p:hover::before, .hbp-button:hover::before {
    transform: scaleY(1);
    transform-origin: bottom;
}

.divider {
	display: flex;
    align-items: center;
    padding: 30px 0;
}

.divider::before, .divider::after {
	content: "";
    flex: 1;
    border-bottom: 1px solid #000;
}

.divider::before {
	margin-right: 20px;
}

.divider::after {
	margin-left: 20px;
}

.divider span{
	white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
}

.seo-word-ticker {
	padding: 0 40px;
    background: #A1CD90;
    height: 60px;
    display: flex;
    align-items: center;
}

.acf-ticker-inner-container {
	overflow: hidden;
    white-space: nowrap;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.acf-ticker-inner-container::before,
.acf-ticker-inner-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.acf-ticker-inner-container::before {
  left: 0;
  background: linear-gradient(to right, #A1CD90 0%, rgba(161, 205, 144, 0) 100%);
}

.acf-ticker-inner-container::after {
  right: 0;
  background: linear-gradient(to left, #A1CD90 0%, rgba(161, 205, 144, 0) 100%);
}

#acf-ticker {
	display: flex;
    gap: 20px;
    align-items: center;
}

.ticker-word {
	font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #333;
}

.ticker-bullet {
	display: inline-block;
  	width: 20px;
  	height: 20px;
  	background: #B7FE64;
  	border-radius: 50%;
    flex-shrink: 0;
}

.policy-content h4 {
	margin-bottom: 20px;
    padding-top: 20px;
}

.hbp-contact-form .wpforms-confirmation-scroll p {
	font-weight: 700 !important;
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
    
    .ticker-word {
    	font-size: 18px;
        line-height: 22px;
    }
    
    .ticker-bullet {
    	width: 14px;
        height: 14px;
    }

}

@media only screen and (max-width: 1024px) {
    
    .seo-word-ticker {
    	padding: 0;
    }

}

@media only screen and (max-width: 767px) {
    
    .ticker-word {
    	font-size: 18px;
        line-height: 22px;
    }
    
    .ticker-bullet {
    	width: 14px;
        height: 14px;
    }
    
    .wpforms-field-layout .wpforms-layout-column:nth-child(1) {
		padding-right: 0 !important;
	}

}

@media only screen and (max-width: 399px) {

	h1 {
    	font-size: 35px !important;
        line-height: 35px !important;
    }

}