/*
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. 
/*-------------------------------------------------------------------------*/

.carousel-image-item {
	border-radius: 20px !important;
}
.location-text {
	font-size: 1.125rem;
	color: #242424;
	text-align: center;
	line-height: 0.5;
}
.callout-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* or desired size */
  height: 20px;
  background-image: url('/wp-content/uploads/2025/10/border-top-repeat.svg');
  background-repeat: repeat;
  background-position: top left;
  background-size: contain; /* or cover, depending on effect */
  pointer-events: none; /* optional, if you don't want it blocking clicks */
  z-index: 1;
}
.callout-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; /* adjust as needed */
  height: 20px;
  background-image: url('/wp-content/uploads/2025/10/border-top-repeat.svg');
  background-repeat: repeat;
  background-position: bottom left;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
	transform: rotate(180deg);
}
.callout-section {
  position: relative; /* required for absolute positioning of pseudo-element */
}
.callout-section p{
	font-size: 1.875rem;
	line-height: 1.25;
	font-weight: 500;
}
.full-width-video {
	min-width: 100%;
}
.media-grid img, .media-grid video, .media-grid .nectar__bg-image {
	border-radius: 20px !important;
	border: solid 1px #F4E3D3;
}
.location-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 105px; /* or desired size */
  height: 120px;
  background-image: url('/wp-content/uploads/2025/10/star.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain; /* or cover, depending on effect */
  pointer-events: none; /* optional, if you don't want it blocking clicks */
  z-index: 1;
  transform: translate(-45px, -45px);
}
.location-inner {
  position: relative; /* required for absolute positioning of pseudo-element */
}
.happyforms-form.happyforms-form--padding-narrow {
    padding: 0px !important;
}
.happyforms-form__part {
    padding: 0px !important;
}
.footer-logo img {
	min-width: 150%;
}
.happyforms-styles .happyforms-part--placeholder p {
    color: #F4E3D3 !important;
}
.happyforms-submit.happyforms-button--submit {
  position: relative; /* ensures the pseudo-element is positioned relative to the button */
  padding-right: 40px; /* add space for the arrow */
}

.happyforms-submit.happyforms-button--submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px; /* adjust spacing from right edge */
  transform: translateY(-50%);
  width: 16px; /* size of your arrow */
  height: 16px;
  background-image: url('/wp-content/uploads/2025/10/arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none; /* ensures it doesn’t block clicks */
}
button.happyforms-submit.happyforms-button--submit  {
	width: 175px;
	text-transform: uppercase !important;
    letter-spacing: 3px !important;
    font-weight: 500 !important;
}
body #footer-outer #copyright p
 {
    color: #F4E3D3 !important;
	 text-transform: capitalize;
}
.privacy-policy .container-wrap {
	background-color: #353a40;
}
.privacy-policy h2 {
    color: #f4e3d3;
    font-size: 2.5rem !important;
}
#footer-outer #copyright > .container {
    flex-direction: row-reverse;
	font-size: 0.813rem;
}
#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li {
    text-align: center !important;
}
@media screen and (max-width: 420px) {
  .footer-space {
    display: none;
  }
	.footer-logo img {
	min-width: 100%;
}
.nectar-blocks-carousel .nectar-swiper .swiper-button-wrap .swiper-button-next, .nectar-blocks-carousel .nectar-swiper .swiper-button-wrap .swiper-button-prev {
    transform: translatey(2.5rem);
}
}