/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/*Fluid Type*/
h1 {font-size: clamp(2.125rem, 1.5rem + 2vw, 3rem); line-height:1.1em!important;}/*48px - 34px*/
h2 {font-size: clamp(1.5rem, 1.321rem + 0.571vw, 1.75rem); line-height:1.2em!important;}/*28px - 24px*/
h3 {font-size: clamp(1.25rem, 1.161rem + 0.286vw, 1.375rem); line-height:1.2em!important;}/*22px - 20px*/
h4 {font-size: clamp(1.063rem, 1.018rem + 0.143vw, 1.125rem); line-height:1.3em!important;}/*18px - 17px*/

p {font-size: clamp(1rem, 0.955rem + 0.143vw, 1.063rem); line-height:1.4em;}/*17px - 16px*/
body {font-size: clamp(1rem, 0.955rem + 0.143vw, 1.063rem); line-height:1.4em;}/*17px - 16px*/

/*Fluid Type Extras*/
.h2-xl h2 {font-size: clamp(2.125rem, 1.5rem + 2vw, 3rem); line-height:1.1em!important;}/*48px - 34px*/
.para-xl p {font-size: clamp(1.875rem, 1.339rem + 1.714vw, 2.625rem); line-height:1.2em!important;}/*42px - 30px*/
.para-lg p {font-size: clamp(1.375rem, 1.196rem + 0.571vw, 1.625rem); line-height:1.2em!important;}/*26px - 22px*/
.para-m p {font-size: clamp(1.25rem, 1.161rem + 0.286vw, 1.375rem); line-height:1.3em;}/*22px - 20px*/
.p-sm p {font-size: 16px; line-height:1.4em;}
.p-xs p {font-size: 12px; line-height:1.2em;}

.p-event-header p{font-size: clamp(1.875rem, 1.339rem + 1.714vw, 2.625rem); line-height:1.2em!important;}/*42px - 30px*/

.single-post h1 {font-size: clamp(1.5rem, 1.321rem + 0.571vw, 1.75rem); line-height:1.2em!important;}/*28px - 24px*/
.single-post h2 {font-size: clamp(1.25rem, 1.161rem + 0.286vw, 1.375rem); line-height:1.2em!important;}/*22px - 20px*/
.single-post h3 {font-size: clamp(1.063rem, 1.018rem + 0.143vw, 1.125rem); line-height:1.2em!important;}/*18px - 17px*/


/*Fluid Padding*/
.wrapper-hero{padding-top: clamp(3.75rem, 2.81853rem + 3.922vw, 6.25rem);}/*100px - 60px*/
.wrapper-hero-internal{
  padding-top: clamp(5.625rem, 3.99504rem + 6.863vw, 10rem);/*160px - 90px*/
  padding-right: clamp(1.25rem, 1.48275rem + -0.98vw, 0.625rem)!important;
  padding-bottom: clamp(3.125rem, 2.54099rem + 2.459vw, 5rem)!important;/*80px-50px*/
  padding-left: clamp(1.25rem, 1.48275rem + -0.98vw, 0.625rem)!important;
}

.wrapper-pagetitle{
  padding-top: clamp(5.625rem, 3.99504rem + 6.863vw, 10rem);/*160px - 90px*/
  padding-right: clamp(1.25rem, 1.48275rem + -0.98vw, 0.625rem)!important;
  padding-bottom: 30px;
  padding-left: clamp(1.25rem, 1.48275rem + -0.98vw, 0.625rem)!important;
}
.wrapper-blogtitle{
  padding-top: clamp(5.625rem, 3.99504rem + 6.863vw, 10rem);/*160px - 90px*/
  padding-right: clamp(1.25rem, 1.48275rem + -0.98vw, 0.625rem)!important;
  padding-bottom: 100px;
  padding-left: clamp(1.25rem, 1.48275rem + -0.98vw, 0.625rem)!important;
}

.wrapper-main{
    padding-top: clamp(2.5rem, 1.56853rem + 3.922vw, 5rem)!important;/*80px-40px*/
    padding-right: clamp(1.25rem, 1.48275rem + -0.98vw, 0.625rem)!important;
    padding-bottom: clamp(3.125rem, 2.54099rem + 2.459vw, 5rem)!important;/*80px-50px*/
    padding-left: clamp(1.25rem, 1.48275rem + -0.98vw, 0.625rem)!important;
}  


.wrapper-no-top{
    padding-top: 0 !important;
    padding-right: clamp(1.25rem, 1.48275rem + -0.98vw, 0.625rem)!important;
    padding-bottom: clamp(3.125rem, 2.54099rem + 2.459vw, 5rem)!important;/*80px-50px*/
    padding-left: clamp(1.25rem, 1.48275rem + -0.98vw, 0.625rem)!important;
}

.wrapper-no-bottom{
    padding-top: clamp(2.5rem, 1.56853rem + 3.922vw, 5rem)!important;/*80px-40px*/
    padding-right: clamp(1.25rem, 1.48275rem + -0.98vw, 0.625rem)!important;
    padding-bottom: 0 !important;
    padding-left: clamp(1.25rem, 1.48275rem + -0.98vw, 0.625rem)!important;
}

.wrapper-no-topbottom{
    padding-top: 0 !important;
    padding-right: clamp(1.25rem, 1.48275rem + -0.98vw, 0.625rem)!important;
    padding-bottom: 0 !important;
    padding-left: clamp(1.25rem, 1.48275rem + -0.98vw, 0.625rem)!important;
}/*when you want the image to be flush with the top and bottom of the section*/

.wrapper-no-leftright{
    padding-top: clamp(2.5rem, 1.56853rem + 3.922vw, 5rem)!important;/*80px-40px*/
    padding-right: 0 !important;
    padding-bottom: clamp(3.125rem, 2.54099rem + 2.459vw, 5rem)!important;/*80px-50px*/
    padding-left: 0 !important;
} 


.wrapper-text-left{
  padding-right: clamp(0rem, -1.16423rem + 4.902vw, 3.125rem)!important;/*50px-0px*/
}
.wrapper-text-right{
  padding-left: clamp(0rem, -1.16423rem + 4.902vw, 3.125rem)!important;/*50px-0px*/
}

.wrapper-bleeding-left{
  padding-top: clamp(2.5rem, 1.56853rem + 3.922vw, 5rem)!important;/*80px-40px*/
  padding-right: clamp(1.25rem, 0.55151rem + 2.941vw, 3.125rem)!important;/*50px-0px*/
  padding-bottom: clamp(3.125rem, 2.54099rem + 2.459vw, 5rem)!important;/*80px-50px*/
  padding-left: clamp(1.25rem, 1.48275rem + -0.98vw, 0.625rem)!important;/*10px-20px*/
}
.wrapper-bleeding-right{
  padding-top: clamp(2.5rem, 1.56853rem + 3.922vw, 5rem)!important;/*80px-40px*/
  padding-right: clamp(1.25rem, 1.48275rem + -0.98vw, 0.625rem)!important;/*10px-20px*/
  padding-bottom: clamp(3.125rem, 2.54099rem + 2.459vw, 5rem)!important;/*80px-50px*/
  padding-left: clamp(1.25rem, 0.55151rem + 2.941vw, 3.125rem)!important;/*50px-0px*/
}


@media only screen and (max-width: 544px){
.text-wrap-left{padding-right: clamp(1.25rem, 1.48275rem + -0.98vw, 0.625rem)!important;}
.text-wrap-right{padding-left: clamp(1.25rem, 1.48275rem + -0.98vw, 0.625rem)!important;}
}/*END 544px*/



.grecaptcha-badge {visibility: hidden;}

html{overflow-x: hidden;}
body { overflow-x: hidden; /* Hide scrollbars */}
.alink a{text-decoration: underline !important; color:black;}
.alink a:hover{color:#0240FF;}
.blog-alink a{color:black; text-decoration: underline !important; font-weight:500;}
.white-links a{color:white !important; font-weight:500;}
.white-links a:hover{color:pink !important; font-weight:500;}

.bullets ol,
.bullets ul {
  margin: 0 0 1.5em 1em !important; /*Removes indent from bulleted lists*/
}

.bullets li {
  margin-bottom: 6px;
}
/*To have coloured bullets use the following 2 code blocks*/

/*coloured bullets using the before tag*/
.bullets-coloured ul li::marker {
  color: #FF6900;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/*coloured bullets using the before tag*/
.bullets-coloured-arrow ul li::marker {
  content: "> > ";
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.bullets-coloured-blue ul li::marker {
  color: #0f2c4a;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}


.elementor-element.transparentheader {
  z-index: 999;
  transition: all ease-in-out 0.4s;
}
.elementor-element.transparentheader {
  position: absolute;
  /* top: 0px; */
  background: transparent !important;
  border-bottom: 0px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
  left: 0;
  width: 100% !important;
  padding:30px 20px;
}
/* sticky header styles*/
.transparentheader.elementor-sticky--effects {
  position: fixed; /* Change from absolute to fixed */
  top: 0 !important; /* Position at the top of the viewport */
  background-color: rgba(39, 40, 45, 0.8) !important;
  width: 100%; /* Ensure the header spans the full width */
  padding:10px 20px;
}

/* .transparentheader.elementor-sticky--effects{
transition: background-color 1s ease !important;
}
.transparentheader.elementor-sticky--effects > .elementor-element{
min-height: 500px !important;
} */

.transparentheader > .elementor-element {
  max-width: 1200px; /* Limit the width of the header content */
  margin: 0 auto; /* Center the header content horizontally */
}
.transparentheader.elementor-sticky--effects .elementor-widget-image a img {
width: 200px !important;
  transition: 0.7s ease-in-out !important;
}


.centre-absolute {
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 450px; /* Need a specific value to work */
}

.centre-absolute-element-wrap{position: relative;}
.centre-absolute-element {
    position: absolute;
    left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: 0 auto;
}

.elementor-button-icon {margin-left: 30px;}

.text-link a:hover{color:#a1384f !important;}

.flippybox .elementor-flip-box__button{padding: 0px !important;}
.flippybox .elementor-flip-box__front .elementor-flip-box__layer__overlay {
  background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%)!important;
}

.flippybox-team .elementor-flip-box__button{padding: 0px !important;}
.flippybox-team .elementor-flip-box__front .elementor-flip-box__layer__overlay {
  background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%)!important;
}

/* .e-n-accordion-item-title-text{width:80%;} */

/* .elementor-nav-menu>li:not(:last-child):after {display:none;} */
.none-clickable{pointer-events: none;}

.wp-block-image{margin-bottom:20px;}

.home-btns-list .elementor-button{height:70px; align-content: center;}

/*remove breadcrumbs for phase 1*/
.elementor-widget-breadcrumbs{display:none;}

.e-hotspot__label {
  color: white !important;
}

.book-demo a {color:#E11283 !important; background-color:white; padding:0 14px !important; border-radius:30px;     margin: 6px 10px !important;}
.book-demo a:hover {color:#ffffff !important; background-color:#7E3A9C;}

.elementor-posts .elementor-post__card { border-radius: 12px !important;}


.tribe-events button.tribe-events-c-top-bar__datepicker-button:hover{background-color:transparent !important;}
#tribe-events-pg-template {
  width: 100% !important;
  padding: 0 !important;
  max-width: 100% !important;
}
.tribe_events-template-default .grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
}
.tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-details>*{padding:0 !important; margin:0 !important;}
.tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-details{padding:0 !important; margin:0 !important;}
.tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-container{margin:0 !important; padding:0 !important; border:0px !important;}

/*css for heading, read more link text, meta field*/
.event_meta_address{display:block !important;}
.eventful .eventful__item--title a, .eventful .eventful_pro__item--title a {color:#E11283 !important;}
.eventful .eventful__item--title a:hover, .eventful .eventful_pro__item--title a:hover {color:#1d1d1d !important;}
.eventful .eventful__item__link, .eventful .eventful_pro__item__link {
  display: block;
  margin-top: 20px;
}
/*setting height and object cover on featured image*/
.eventful .eventful__item--thumbnail img, .eventful .eventful_pro__item--thumbnail img {
  max-width: 100%;
  transition: ease all .3s;
  height: 200px !important;
  object-fit: cover !important;
  object-position: center !important;
}
/*width of select dropdowns*/
.eventful_pro_filter_wrapper .eventful_pro_select_area {
  max-width: 250px !important;
}

/*Gravity confirmation wrapper*/
.gform_confirmation_wrapper {
  background-color: #7E3A9C !important;
  text-align: center;
  padding: 60px !important;
  border: 0px solid white !important;
  border-radius: 15px;
  color: white;
  font-size: 20px;
}


/*---------------------------------MEDIA QUERIES-----------------------------------------*/

@media (min-width: 768px) and (max-width: 1023px){
  .contact-gf .gform_wrapper .top_label li.gfield.gf_right_half{width: 60%; margin-bottom: 20px;}
 .contact-gf .gform_wrapper .top_label li.gfield.gf_left_half{width: 40%;}
 .home-btns-list .elementor-button{height:80px; align-content: center;}
 }/*END 1024px*/
 
 
 @media only screen and (max-width: 767px){
 .elementor-section.home-hero-bg{background-image:none !important;}
 .home-btns-list .elementor-button{height:80px; align-content: center;}
 }/*END 768px*/
 
 
 @media only screen and (max-width: 544px){
     /*FORM*/
     .ginput_container_name{margin-bottom: 0px !important;}
     .ginput_container_name .name_first{margin-bottom: 8px !important;}
     .contact-gf .gform_wrapper .top_label li.gfield.gf_right_half{width: 100%; margin-bottom: 20px;}
     .contact-gf .gform_wrapper .top_label li.gfield.gf_left_half{width: 100%;}
     /* .hero-heading{font-size:35px;} */
     .elementor-section.transparentheader { background:#272B2B !important; top:0; position: relative;} 
     .elementor-section.home-hero-bg{background-image:none !important;}
   .event-brite-btn { margin-bottom: 50px; margin-left:0 !important;}
   .hide-mobile{display:none;}
 }/*END 544px*/
 