/*
Theme Name:  Nectarblocks Child Theme
Version:     1.0.0
Template:    nectar-blocks-theme
Description: Child theme for Nectarblocks.
Theme URI:   https://nectarblocks.com
Author:      NectarBlocks
Author URI:  https://nectarblocks.com
License:     Custom license
License URI: https://nectarblocks.com/license
Text Domain: nectar-blocks-theme
*/

/*-------------------------------------------------------------------------*/
/* Note: The theme CSS files are loaded through the /css/ folder. 
/*-------------------------------------------------------------------------*/

h1, h2, h3, h4, h5 {
	text-wrap: balance;
}

.pill .nectar-blocks-column__wrapper {
	width: fit-content;
	border-radius: 150px;
	padding: 10px 15px;
}

.nectar-blocks-button.button-arrow .nectar-component__icon__img {
  width: 15px;
}

.nectar_hook_global_section_footer .tot-stats__pill--years {
	display: none;
}

.nectar_hook_global_section_footer .nectar-blocks-column {
	width: fit-content;
}

.container:has(> .col.span_5 .privacy-links) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container:has(> .col.span_5 .privacy-links) .col {
  width: auto;
  float: none;
}
.privacy-links {
  display: inline-flex;
  gap: 1.5rem;
  margin-left: 2rem;
}

.three-column-image-cover,
.three-column-image-cover .nectar-blocks-column__inner,
.three-column-image-cover .wp-block-nectar-blocks-image,
.three-column-image-cover .nectar-blocks-image__inner {
  height: 100%;
  display: flex;
  flex: 1;
}

.three-column-image-cover img {
  width: 100%;
  height: 100%;
  min-height: 340px;       /* adjust to taste */
  object-fit: cover;
  object-position: center;
}

.two-column-image-img img {
  width: 100%;
  aspect-ratio: 4 / 5;     /* portrait ratio matching your source */
  max-height: 675px;
  object-fit: cover;
  object-position: center;
}

.nectar-font-em, em {
    font-style: italic;
    color: inherit;
}

.tot-video-embed iframe {
brder-radius: 20px;
}

.nectar-blocks-accordion-section.is-active {
    border-radius: 20px !important;
}

.nectar-blocks-accordion-section__title__indicator .default line {
stroke: #3da2a4;
}

body .gform_wrapper .top_label .gfield_label {
    margin-top: 0px;
}

.gform-theme--foundation .gform_fields {
    row-gap: 1rem;
}

.gform_wrapper .gform_button {
    font-size: 1.025rem !important;
    font-weight: 700 !important;
}
 
.request-button-header a {
    display: flex;
    flex-direction: row-reverse;
    }

.request-button-header a > img {
    margin-right: 0px !important;
    margin-left: 10px;
    }

.request-button-header-mobile {
    border: solid 2px;
    border-radius: 50px;
    padding: 5px 15px;
    max-width: 260px;
Margin-top: 6rem;
}

.request-button-header-mobile a {
    flex-direction: row-reverse;
}

.off-canvas-menu-container .nectar-menu-icon-img {
    display: inline !important;
    margin-right: 0px !important;
    margin-left: 10px;
}

.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon span:after {
display: none !important;
}

@media screen and (max-width: 1190px) {
    .request-button-header a {
        border: 2px solid white;
        border-radius: 50px;
        padding: 10px 20px;
    }
.request-button-header a > span > span {
    font-size: 1.55rem;
    font-weight: 600;
}
.request-button-header a > img {
    display: inline;
}
}

@media screen and (min-width: 530px) and (max-width: 1189px) {
        .request-button-header a {
        padding: 5px 0px !important;
    }
}

@media screen and (min-width: 1190px) {
.request-button-header-mobile {
display: none !important;
}
}


@media screen and (max-width: 530px) {
    .request-button-header {
        display: none !important;
    }
.tot-stats__pill--years {
    display: none !important;
}
.pill .nectar-blocks-column__wrapper {
	width: fit-content;
	border-radius: 150px;
	padding: 8px 10px;
}
}

@media (max-width: 1024px) {
    .tot-testimonials__grid {
        margin-right: -25px;
    }
}
