footer.wp-block-template-part {
    margin-top: 0 !important;
}
a {
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .custom-left-column {
        order: 2; /* This will move the left column below */
    }
    .custom-right-column {
        order: 1; /* This will move the right column above */
    }
}
.heart-pic { /* blue heart */
    min-width: 44px; /* Set a minimum width */
    min-height: 44px; /* Set a minimum height */
    width: auto; /* Allows the image to scale proportionally */
    height: auto; /* Maintains the aspect ratio */
}
@media screen and (max-width: 768px) {
    img.wp-image-196 {
        width: 44px; /* Fixed width on smaller screens */
        height: auto; /* Maintain aspect ratio */
    }
}

.wp-block-button__link.wp-element-button:hover {
    background-color: #DC4D28 !important;
    border-color: #DC4D28 !important;
    color: #ffffff !important; /* Adjust text color on hover as needed */
}
.no-change-button-hover {
    min-width: 80px; /* Prevents button from being too narrow */
	   white-space: nowrap;
	  text-align: center !important;
    padding: 0 !important;
display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;

}

.no-change-button-hover {
    pointer-events: none;
    /* Set specific colors as needed */
}
.no-change-button-hover-with-width {
    min-width: 80px; /* Prevents button from being too narrow */
	   white-space: nowrap;
	  text-align: center !important;
    padding: 0 !important;
display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
width: 50% !important;align-content

}

.no-change-button-hover-with-width {
    pointer-events: none;
    /* Set specific colors as needed */
}

.button-wide-fixed {
    width: 200px !important; /* Replace 200px with your desired width */
}

.block-needs-radius{
    border-radius: 8px; /* Adjust the value as needed */
}
.column {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    /* Assuming there was a background-color property here; now it's removed. */
}

.is-style-wide {
    width: 100%; /* Ensure child elements take full width */
    /* Apply any specific background or styles needed for is-style-wide */
}

.spacer {
    flex-grow: 1;
}

.wpdt-c.wpDataTableContainerSimpleTable.wpDataTables.wpDataTablesWrapper {
    border-radius: 10px;
    overflow: hidden;  /* Necessary to ensure inner elements don't overflow the rounded corners */
}

.custom-media-text-height {
    min-height: 1000px; /* Adjust the value to your preference */
}

@media (max-width: 768px) {
  .reverse-media-text-mobile {
    display: flex;
    flex-direction: column-reverse;
  }

  .reverse-media-text-mobile .wp-block-media-text__media {
    width: 100%; /* Ensures the media takes the full width available */
    min-height: 0; /* Resets any minimum height that might be affecting visibility */
  }
  
  .reverse-media-text-mobile .wp-block-media-text__media img {
    width: 100%; /* Ensures the image takes the full width of its container */
    height: auto; /* Maintains the aspect ratio of the image */
    object-fit: cover; /* Ensures the image covers the area without being stretched */
  }
}

/* Desktop and larger devices */
.custom-min-height {
    min-height: 500px; /* Adjust this value as needed */
}

/* Mobile devices */
@media (max-width: 768px) {
    .custom-min-height {
        min-height: auto; /* Removes the minimum height on mobile */
    }
}
.custom-vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; /* Ensure the group takes full height */
}

.post-meta-tags.rt-el-post-meta a {
    pointer-events: none;
    cursor: default;
}/* deactivated blog date link */

.form-submit-button:hover {
    background-color: #DC4D28; /* Changes the fill to #DC4D28 on hover */
    color: #FFFFFF; /* Ensures text color remains white */
    border-radius: 10px; /* Maintains the border-radius */
}
#your-form-id .form-submit-button:hover {
    background-color: #DC4D28;
    color: #FFFFFF;
    border-radius: 10px;
}

.single-post-radius {
    border-radius: 5px;
}

/* Remove submenu icons for desktop screens */
@media only screen and (min-width: 768px) {
    #menu-item-945 > .hfe-has-submenu-container .sub-arrow,
    #menu-item-2200 > .hfe-has-submenu-container .sub-arrow,
    #menu-item-2199 > .hfe-has-submenu-container .sub-arrow {
        display: none !important;
    }
}
#menu-item-2199 { /* about us */
    padding-right: 5px;
}

/* repeating thsi process for the homepage but making some changes. */

@media (max-width: 1000px) {/* repeating thsi process for the homepage but making some changes. Ensures the media takes the full width available */
  .reverse-media-text-mobile2 {
    display: flex;
    flex-direction: column-reverse;
  }

  .reverse-media-text-mobile2 .wp-block-media-text__media {
    width: 100%; /* Ensures the media takes the full width available */
    min-height: 0; /* Resets any minimum height that might be affecting visibility */
  }
  
  .reverse-media-text-mobile2 .wp-block-media-text__media img {
    width: 100%; /* Ensures the image takes the full width of its container */
    height: auto; /* Maintains the aspect ratio of the image */
    object-fit: cover; /* Ensures the image covers the area without being stretched */
  }
}

/* Desktop and larger devices */
.custom-min-height2 {
    min-height: 550px; /* Adjust this value as needed */
}

/* Mobile devices */
@media (max-width: 768px) {
    .custom-min-height2 {
        min-height: auto; /* Removes the minimum height on mobile */
    }
}
.custom-vertical-center2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; /* Ensure the group takes full height */
}

.homepage-shorter-width {
    max-width: 400px !important;
    margin: 0 auto; /* This centers the content if it's less than the full width of its container */
}

.calendly-inline-widget {
    min-height: 800px !important;
}

.group-html {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
}

button.is-style-outline:focus, .is-style-outline a:focus,
button.is-style-fill:focus, .is-style-fill a:focus {
  outline: none;
}
 
/* Assuming the separator has a class 'separator' */
.separator-hide {
  display: block; /* or 'inline-block', 'flex', etc., depending on your layout */
}

/* Hide the separator on mobile devices */
@media (max-width: 768px) {
  .separator-hide {
    display: none;
  }
}
@media (max-width: 768px) {
  .stack1 {
    display: flex;
    flex-direction: column;
  }

  .stack1 .group1 {
    order: 2;
  }

  .stack1 .group2 {
    order: 1;
  }
}
/* Assuming .mobile-deactivate works as a spacer on larger screens */
.mobile-deactivate {
  flex-grow: 1; /* Takes up available space, pushing siblings apart */
}

/* Deactivate spacer effect on mobile */
@media (max-width: 768px) {
  .mobile-deactivate {
    flex-grow: 0; /* Prevent it from taking up available space */
    width: 0;      /* Optionally ensure it has no width */
    height: 0;     /* Optionally ensure it has no height */
    margin: 0;     /* Reset any margin */
    padding: 0;    /* Reset any padding */
    min-width: 0;  /* Ensure the spacer doesn't occupy space */
    min-height: 0; /* Ensure the spacer doesn't occupy space */
    visibility: hidden; /* Optionally make it completely invisible */
  }
}
/* Assuming default styles for .wrap-fix are set up as needed and should remain unchanged for desktop */

@media (max-width: 410px) {
  .wrap-fix-parent {
    flex-direction: column; /* Stack the buttons vertically */
    align-items: center; /* Center-align the buttons if desired */
  }

  .wrap-fix {
    width: 100%; /* Make buttons full width within the container */
    white-space: nowrap; /* Prevent text inside buttons from wrapping */
  }
}

body.page-id-624 .chaty.chaty-id-0.chaty-widget-0.chaty-key-0.first_click.active,
body.single-post .chaty.chaty-id-0.chaty-widget-0.chaty-key-0.first_click.active {
    display: none !important;
}

.block-space-edge {
  display: flex;
  justify-content: space-between; /* This ensures the text and image are spaced apart */
  align-items: center; /* This vertically aligns the text and image if you want them centered */
}

/* Hide the popup on screens smaller than 768px, which typically includes tablets and mobile phones */
@media (max-width: 768px) {
    .harrogate-c-canvas.Campaign__canvas {
        display: none !important;
    }
}

.image-hover-effect {
    /* Set initial styles for the image */
    transition: transform 0.3s ease; /* Add smooth transition effect */
}

.image-hover-effect:hover {
    /* Set styles for when hovering over the image */
    transform: scale(1.1); /* Increase the size of the image slightly */
    /* Add any other effects you want */
}

.header-space {
      display: flex;
    justify-content: space-between; /* Aligns children to each side */
    
}

.heading-with-image{
       display: flex;
    align-items: center; /* Aligns items vertically in the center */
    justify-content: flex-start; /* Aligns items to the start */
    gap: 30px; /* Creates a gap between the flex items */
}









/* CSS for larger screens remains unchanged */

/* Media query for mobile devices */
@media screen and (max-width: 1125px) {
  .colour-group {
    display: none; /* This hides the .colour-group divs on screens 600px wide and smaller */
  }
}

