/*
Theme Name: Toolbelt
Author: Toolbelt
Author URI: https://www.facebook.com/
Description: Wordpress theme for Toolbelt
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tb
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


/* temp override */
h4, .like-h4 {
    font-weight: 300 !important;
}

/* HubSpot form styling */
.hbspt-form fieldset.form-columns-2, .hbspt-form fieldset.form-columns-1 {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 4px;
}

.hbspt-form fieldset.form-columns-2 .hs-input, .hbspt-form fieldset.form-columns-1 .hs-input  {
    width: 100% !important;
}

.hbspt-form .hs_submit { width: 100%; margin-right: 8px !important; }

ul.no-list {list-style: none; padding: 5px;margin-bottom: 5px;}

.hbspt-form .hs-form-field label.hs-error-msg {color: red; font-size: .8rem;}

.hbspt-form .hs_submit input.hs-button {
    width: 100%;
    height: 3.5rem;
    display: flex;
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    background-color: var(--grey) !important;
    color: var(--white) !important;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.01875rem;
    text-align: center;
    justify-content: center;
}

/* footer menu columns gap */
.tb-footer-widget__group {
    gap: 2rem !important;
}

/*box shadow*/

.tb-card-quote-section__card .tb-card-quote-section__card-shadow.large
{
	box-shadow: 0 40px 150px #aaa;
}

/* transition timing */
.swiper-wrapper
{
	transition-timing-function: linear !important;
}

/* hiding overflows for backgrounds */
main, .tb-animation-text-section, .tb-application-section, .tb-text-image-testimonials-section, .tb-partners-benefits-section
{
	overflow: hidden;
}

/* */
.tb-main-menu__nav ul li.current-menu-item a {
    border-bottom: 2px solid var(--yellow);

}

.tb-section-title h2
{
	text-transform: none;
}

/* Background color change for /toolbelt-hire/ */
.page-id-8675 .tb-image-logos-section {
    background-color: #ffffff !important;
}
