/*
 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
*/
.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull {
    margin-left: 0px!important;
    width: calc(100%)!important;;
    max-width: calc(100% )!important;;
}
body{
	background:white!important;
}
.greycolor{
	color:#222222;
}
.grid-container,
.wrapper{
	max-width:1300px;
	margin:auto;
	padding:0px 12px;
}
.header-wrap {
/* 	background:lightcoral; */
	z-index:9;
}
.company-logo{
	position:absolute;
	top:50px;
	left:30px;
}
.counter-wrap{
	background:#FFF100;
}

.no-sidebar .entry-content .alignfull{
	margin:auto;
}
.grid-container{
	width:100%;
}
.redcolor,
.categorytitle a{
	color:#EF1C25;
}
.wp-block-search__button{
	background:#EF1C25;
	color:white;
}
.categorytitle a:hover{
	color:black;
}
/* h1,h2,h3,h4,h5,p{
margin:0px!important;	
}
a{
	text-decoration:none;
}
h1{
	font-size:48px;
	font-weight:600;
}
h2{
	font-size:38px;
	font-weight:600;
}
h3{
    font-size: 30px;
    font-weight: 600;
}
p{
	font-size:16px;
} */
ul{
	list-style:none;
	margin:0px!important;
}

/* category , single page */
.singlepostimg img{
	height:400px;
	width:100%;
	object-fit:cover;
}
 .widget ul li{
	margin-bottom:0px!important;
}
.inside-right-sidebar {
	 padding: 30px;
    background: white;
	margin-top:0px!important;
  	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px!important;
}
.inside-right-sidebar aside{
	padding:0px!important;
	margin:0px!Important;
}
#block-12,#block-10{
	margin:8px 0px!Important;
}
#block-12 h3,#block-10 h3{
	font-weight: 600!important;
}
.inside-right-sidebar aside li{
	padding: 5px 0px !important;
}
.inside-right-sidebar aside li a{
	text-decoration:none;
	font-size:18px!important;
	color:#222222!important;
}
.inside-right-sidebar aside li a:hover,
.uagb-post__text.uagb-post-grid-byline a:hover{
	color:#D14140!important;	
	text-decoration:none!important;
}
.uagb-post__text.uagb-post-grid-byline{
	display:flex;
	justify-content:space-between;
}

.authorbox{
  display: flex;
  gap: 20px;
  margin: 20px 0px;
}
.authorimg{
	height: 100px;
    width: 100px;
    flex-shrink: 0;
}
.author-name{
	padding-bottom: 6px;
}
.singlecontent-box{
	display:flex;
}
.singlecontent-wrap .sidebar{
	position:relative;
}
.singlecontent-wrap .is-right-sidebar{
	width: 100%!important;
	position: sticky;
    top: 0px;
  	padding-left: 20px;
}

.recent-box,
.author-posts-grid,
.search-posts{
	 display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	row-gap: 20px;
    column-gap: 20px;
}
.reactpostbox-img img,
.author-posts-grid img,
.searchpost-thumbnail img{
	display: flex;
    width: 100%;
    object-fit: cover;
    height: 260px;
}
.recent-post-title{
	padding: 10px 0px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 10px !important;
}
.readbtn{
	background: #EF1C25;
    color: white;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
	font-family: Barlow Condensed;
font-weight: 600;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
}
.readbtn:hover
{
background: #FDF201;
    color:#000;	
}
a.redcolor:hover {
    color: #000;
}
.recentposttext p{
	 overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0px!important;
}
.recentpost-heading{
    padding: 30px 0px;
}
.postlinkcolor a{
	color:#222222!important;
}
/* ----------------------------- */
/* -----------Faq  */

.faq-wrapper {
  width: 60%;
}

.faq-container {
  background-color: white;
  color: black;
  border-radius: 0px;
  box-shadow: unset; 
  margin: 20px 0;
border-bottom:1px solid #D9D9D9;
}

.question {
  padding: 20px 80px 20px 0px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
border-bottom:1px solid #D9D9D9;
font-family: DM Sans;
font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
color:#EF1C25;
	line-height:32px;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
	color:#000;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 20px 0px 20px;
  line-height: 1.5rem;
}

/* ------------ */

.searchheading {
	padding:50px 10px 30px;
	text-align:center;
}

/* header  */
.company-logo,
.company-logo img{
	height:100%;
object-fit:contain;
}
.top-menu-wrap{
/* border-bottom:1px solid; */
/* background:#000;	 */
}
.header-wrap{
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
}
.top-menu-box ul,
.bottom-menu-box ul{
	list-style:none;
	display:flex;
	margin:0px;
	color:white;
}
.top-menu-box,
.bottom-menu-box {
	padding-left:170px;
}
.bottom-menu-box{
	display:flex;
 justify-content:space-between;
position:relative;
	
}
.counter-box{
padding: 10px 10px 10px 10px;
}
.top-menu-box{
display:flex;	
justify-content:space-between;	
}
.bottom-menu-box .header-social-widget-area{
display:flex;
gap:10px;
}

.top-menu-box .header-social-widget-area{
display:flex;	
align-items:center;
color:white;
	height:100%;
	gap:10px;
}
.top-menu-box ul a{
	padding:13px;
    display:flex;
	color:white;
	font-weight:500;
	font-size:15px;
}
.top-menu-box .wp-block-social-links a{
    padding: 2px;
    font-size: 20px;
    border-radius: 50px;
    border: 1px solid white;	
}
.bottom-menu-box ul a{
padding:15px 12px 15px;
    display:flex;
	color:#fff;
	font-weight:500;
justify-content:space-between;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1019607843);
}

.bottom-menu-box ul{
	font-size: 15px;
    display: flex;
    gap: 6px;
}
.top-menu-box ul{
	font-size:12px;
    display: flex;
    gap:11px;
}
.counter-clock{
	margin-bottom:0px;
justify-content:flex-end;
}
.wp-block-search__button-only{
	margin:0px;
}
.header-top-counter-widget-area{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.wp-block-uagb-countdown__box{
	    padding: 0px!important;
	height:30px!important;
	width: 110px;
}

.burger-box{
	display:flex;
	gap:14px;
	align-items:center;
}

#burger-menu {
	display:none;
  cursor: pointer;
  height: 27px;
  width: 30px;
  overflow: visible;
  position: relative;
  z-index:2;
}
#burger-menu span,
#burger-menu span:before,
#burger-menu span:after {
  background: #fff;
  display: block;
  height: 3px;
  opacity: 1;
  position: absolute;
  transition: 0.3s ease-in-out;
}
#burger-menu span:before,
#burger-menu span:after {
  content: "";
}
#burger-menu span {
  right: 0px;
  top: 13px;
  width: 30px;
}
#burger-menu span:before {
  left: 0px;
  top: -10px;
  width: 30px;
}
#burger-menu span:after {
  left: 0px;
  top: 10px;
  width:30px;
}

#burger-menu.close span {
  transform: rotate(-45deg);
  top: 13px;
  width: 30px;
}
#burger-menu.close span:before {
  top: 0px;
  transform: rotate(90deg);
  width: 30px;
}
#burger-menu.close span:after {
  top: 0px;
  left:0;
  transform: rotate(90deg);
  opacity:0;
  width:0;
}
.bottom-submenu{
	display:none;
}
.bottom-menus .sub-menu{
	display: flex;
    flex-direction: column;
    position: absolute;
    background: white;
 	visibility: hidden; 
	width:200px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.bottom-menus li:hover>.sub-menu{
visibility: unset!important; 
}
.menuclick{
	position:relative;
}
.toggle-submenu{
	font-size: 10px;
	top: 11px;
    position: absolute;
    right: 10px;
    background: black;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50px;
    padding: 13px;
	display: flex;
    align-items: center;
    justify-content: center;
	transition: transform 0.5s ease, background 0.5s ease;
	transform: rotate(0deg);
   z-index:9;
}

.menu-item-active .toggle-submenu {
    transform: rotate(180deg);
	transition: transform 0.5s ease, background 0.5s ease;
}

/* ---------------FOOTER---------- */
.footer-wrap{
	background:#222222;
	color: white;
}
.footer-wrap ul{
	list-style:none;
	margin: 15px 0px 0px;
}
.footer-box{
	display:flex;
	gap:10px;
	justify-content:space-between;
	flex-wrap:wrap;
}

#menu-footer{
   display: flex;
    flex-wrap: wrap;
}
#menu-footer li{
	width: 50%!important;
}
/* #menu-footer li a{
		color: white;
} */
.footer-letterbox{
	margin:0px auto;
	transform: translateY(-50px);
	padding:0px 15px;
}
.footer-letterwrap{
	background: #EF1C25;
	padding: 40px 50px;
}

.footer-letterbox .header-social-widget-area{
	display:flex;
justify-content:space-between;
}
.footer-letterbox .footer-widget.footer-widget-2{
 width: 48%;
}
.footer-letterbox .footer-widget.footer-widget-2 h2{
 margin-bottom: 10px ! Important;
}

.footer-imgbox .header-social-widget-area{
    display: flex;
    gap: 15px;	
}
.contact-list{
	display:flex;
	align-items:center;
	gap:10px;
margin-bottom:4px;
}
.footer-social-links{
	margin-top:10px!important;
}
.footer-social-links .wp-block-social-link-anchor {
    color: white!important;
    padding: 5px;

    font-size: 25px;	
}
.footer-social-links li.wp-social-link {
/*     border: 1px solid white; */
	border-radius:50px;
	
}
.contact-list svg{
	background: black;
    padding: 6px 10px;
    border-radius: 54px;
	width:40px;	
	height:40px;
	flex-shrink:0!important;
}
.footer-1{
    width: 27%;
}
.footer-2{
    width: 30%;
}
.footer-3{
    width: 28%;
display:flex;	
align-items:center;
}
.footer-cnt h5{
	margin-bottom: 10px !important;
    font-weight: 600;
}
.copyrightbox .header-social-widget-area{
	display:flex;
	justify-content: space-between;
}
.copyrightbox  #menu-footer-1{
	display:flex;
}
.copyrightbox {
	padding-bottom:20px;
}
#menu-captionlinks{
	display:flex;
	margin:0px;
}
#menu-captionlinks a{
	color: white;
    font-size: 14px;
    padding: 0px 10px;
    display: inline-flex;
    border-right: 1px solid white ! Important;

}
.divider{
	border-top:1px solid white;
	width:100%;
	margin:20px 0px;
}
.contact-list a{
color:white;
}
.subscribe-form{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.subscribe-box p{
font-family: DM Sans;
font-weight: 400;
font-style: italic;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;	
padding-top:10px;
}

.subscribe-btn {
    background: #FDF201!important;
    color: #222222!important;
    font-weight: 600;
    font-family: 'Barlow Condensed';
}
.subscribe-box{
	display: flex;
    align-items: flex-start;
    gap: 10px;
	flex-direction:column;
}

.subscribe-input{
	background:none!important;
	color:white!important;
	outline:0px;
}
.subscribe-input::placeholder {
 	color:white!important;
}
.subscp-descp{
	margin: 10px 0px 15px !important;
}
.mb-logo{
	display:none;
}
	.bottom-register{
		display:none;
	}
/* Contact Page */

.contact-formwrap {
	margin-top:40px;
}
.contact-li{
	 display:flex;
	align-items:center;
	gap:8px;
	margin-bottom: 5px;
}
.contact-formcnt{
gap:0px!important;
	background: #d636371f;
}
.wpforms-submit{
	background:#d63637!important;
	color:white!important;
}
.uagb-post__inner-wrap{
	padding:0px 0px 20px 0px!important; 
}
.uagb-post__title.uagb-post__text{
	color:#D14140;
    border-bottom: 1px solid #D9D9D9;
}
.singlepostwrap{
	padding:90px 0px 30px;
	margin-bottom:30px;
    background: #d636371f;
}
.singletitle{
	text-transform: capitalize;
    padding: 10px 0px;
}
.authorpostwrap{
	 padding: 90px 0px 30px;
    margin-bottom: 30px;
    background: #d636371f;
}
.error-pagebox{
	width: 65%;
    margin: 40px auto;
    text-align: center;
    padding: 40px 20px;
	background:#d636371f;
   border-radius: 15px;
}
.error-desp{
	 padding: 6px 0px;
}
/* ----------- */
/*  ----------------Tabs ------------*/
   .tab {
	   margin: auto;display: flex;justify-content: center; gap: 10px;
	   overflow: hidden; background:unset!important;
	  }
    .tab button { float: left; border: none; padding: 14px; cursor: pointer; }
    .tab button:hover { background-color: #D14140; }
    .tab button.active { background-color: #D14140;; }
    .tabcontent { display: none; padding: 10px; border:0px; }


/* ----------End Tabs--------------- */
/* ---------------- gallery------------------ */

.rl-gallery.rl-basicgrid-gallery {
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	justify-content: center;
}
.rl-gallery-item{
	width:fit-content;
}
.Gallery-img-container figure.wp-block-image::before{
	content:unset!important;
}

.Gallery-img-container figure.wp-block-image{
	height:350px!important;
	margin-bottom:20px!important;
}
.rl-gallery-item{
	height: 300px !Important;
	width: 312px !important;
}
.rl-gallery-item img{
	height:100%;
	    width: 100%;
	object-fit:cover;
}
.Gallery-img-container figcaption{
	font-size:24px!important;
	background:#222222E5!important;
}
.rl-pagination.rl-pagination-bottom{
	 text-align: center;
    margin-top: 25px;
 margin-bottom: 15px;
}
.page-numbers{
	background: #222222E5;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
}
.page-numbers:hover{
	color: white;
}
/* ---------- end-gallery --------------*/
@media(max-width:1200px){
	.company-logo {
    z-index: 0;
}
	.bottom-menus{
		position: absolute;
		transform: translateX(-100%);
		transition: 0.8s;
		background: white;
    	width: 315px;
		height:100vh; 
		left: 0px;
		right: 0px;
		top: 48px;
 		overflow: auto;
	}
	.bottom-menu-box{
		justify-content:flex-end;
	}
	
 	.bottom-menu-box ul {
		font-size: 15px;
		display: flex;
		gap: 6px;
		flex-direction: column;
	}	
	.bottom-submenu{
	display:block;
	color:#55595c;
	}
 	.bottom-submenu .header-social-widget-area{
		display: flex;
		flex-direction: column;
		margin-bottom:180px;
		padding: 10px;
		 gap:20px;
	}
	.bottom-submenu .wp-block-social-links{
		flex-direction:row;
		gap:12px;
	}
	.bottom-submenu .wp-block-social-links a{
		 font-size: 26px;
  	  padding: 0px;
	}
	#burger-menu{
	display:block;
	}
	.bottom-submenu #menu-top-menu-1{
	 flex-direction: row;
    font-size: 12px;
    flex-wrap: wrap;
	gap:0px;
	}
	.bottom-submenu #menu-top-menu-1  a{
	  padding:10px!important;
	}

	.bottom-menus .sub-menu {
	 visibility:unset;
	position: relative;
	}
	.footer-1{
		width:35%;
	}
	.footer-letterbox{
		margin: 0px 20px;
		padding:0px;
	}
		.footer-letterwrap{
		padding:24px;
	}
	
	.menu-item-has-children .sub-menu {
		position: static;
		display: none;
		border: none;
		margin: 5px 0 0;
		padding-left: 20px;
	}
	.bottom-menus .wp-block-social-links svg{
		fill:#000!important;
	}
/* Contact Page */
.contact-formwrap {
    margin-top: 120px!important;
}

/* -------end Contact  */
/* 	---- Blog ---- */
.singlepostwrap,.authorpostwrap{
	padding-top:140px;
}
	.blogtitle-box{
		padding:180px 10px 50px!important; 
	}
	.error-pagebox{
    margin: 70px auto 90px;
	}
/* -end blog--------- */
	.counter-clock{
		margin-right:20px;
	}
	.wp-block-uagb-container.event-section.uag-hide-desktop.uag-blocks-common-selector.uagb-block-0bfa0eb2.alignfull.uagb-is-root-container {
    margin-top: 0px !important;
}
}

@media(max-width:768px){
ul.wp-block-list.list-margin {
    word-wrap: break-word;
}
.wp-block-uagb-container.iphone.uagb-block-ba29d536.alignfull.uagb-is-root-container {
    margin-top: 0px !important;
    padding-top: 0px;
}	
	
	.width-size 
{
	max-width:100% !important;
	width:100%;
}

.align .uagb-container-inner-blocks-wrap {
    display: flex;
    flex-direction: column !important;
}

.searchheading {
	padding:80px 10px 30px;
}
	.top-menu-wrap{
		display:none!important;
	}
	.counter-box {
    padding: 10px 10px 10px 140px;
	}
	.wp-block-uagb-countdown{
		width: 350px;
	}
	.wp-block-uagb-countdown__box{
	  margin-right: 0px!important;
 	   padding: 0px 6px !important;
	}
	.footer-1,.footer-2{
		width: 45%;
	}
	
	.footer-donate-img{
	width: 50px;
    height: 50px;
	}
	.footer-senior-img{
	width: 100px;
    height: 50px;
	}
	.footer-imgbox figure{
		margin:0px!important;
	}
	.footer-social-links .wp-block-social-link-anchor{
	 font-size: 20px;
	}
	.subscribe-box{
		flex-direction: column;
    	gap: 5px;
	}
	.footer-box{
		margin-top:-30px;
	}
/* Contact Page */
.contact-formwrap {
    margin-top: 40px!important;
}


/*----end contact----------  */
/* 	Single page */
	.sidebar{
		display:none;
	}
	.recent-box ,.author-posts-grid ,
	.search-posts{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.singlepostwrap,.authorpostwrap{
	padding-top:90px;
}
	.blogtitle-box {
        padding: 120px 10px 50px !important;
    }
	
/* ---------Single page-----------	 */
}
@media(max-width:576px){
	.footer-2{
	 
    margin-top: 10px;
    padding-top: 12px;
	}
	.bottom-menus {
    height: 70vh;
}
	.company-logo{
		display:none;
	}
	.counter-box,
	.bottom-menu-box{
		padding:10px;
	}
	.bottom-menu-box{
		justify-content: space-between;
	}
	.wp-block-uagb-countdown {
	width: 213px;
	}
	.wp-block-uagb-countdown__label{
		font-size:10px;
	}
	.wp-block-uagb-countdown__box {
		padding:0px !important;
	}
	.burger-box .header-social-widget-area{
		display:none;
	}
		.bottom-register{
		 bottom: 0px;
		position: fixed;
		left: 0px;
		right: 0px;
		display:block;
		z-index:9;
	}
		.bottom-register form[role="search"]{
		display:none!important;
	}
	.bottom-register .wp-block-button,
	.bottom-register .wp-block-button__link{
		width:100%;
	}
	.footer-cnt{
		width:100%;
	}
	.footer-letterbox .footer-widget.footer-widget-2{
		width: 100%;
	}
	.footer-letterbox .header-social-widget-area{
		flex-direction:column;
	}
	.copyrightbox .header-social-widget-area{
		flex-direction: column;
	}
	.copyrightbox{
		padding-bottom: 50px;
	}
	#menu-captionlinks a{
		font-size:15px;
		padding:0px 6px;
	height:80%;
	}
	.subscribe-btn{
		width:100%;
	}

	.footer-2 .footer-widget-3{
        position: relative;
    }

	.footer-2 .header-social-widget-area.active .footer-widget-3>h5::after{
		transition: transform 0.3s ease, background 0.3s ease;
	 	transform: rotate(180deg);
	}
    .footer-2 .footer-widget-3>h5::after  {
            content: "\25bc";
    right: 0px;
    position: absolute;
    font-size: 10px;
    background: #EF1C25;
    padding: 1px 10px;
    border-radius: 10px;
    transition: transform 0.3s ease, background 0.3s ease;
    transform: rotate(0deg);
    }
    .footer-2  #menu-footer{
        position:absolute;
        opacity: 0;
    }
    .footer-2 .header-social-widget-area.active #menu-footer {
        position: relative;
        opacity: 1;
    }
	.contact-list svg{
		width: 37px;
    	height: 37px;
	}
	.copyrightbox {
		text-align:center;
	}
	.bottom-submenu{
		margin-bottom:40px;
	}
	.mb-logo{
		display:block;
	height:50px;
	}
	.mb-logo figure{
		margin:0px!important;
	}
	.bottom-menus{
		top:70px;
	}
/* Contact Page */
.contact-formwrap {
    margin-top: 80px!important;
}
	.contact-mapcnt{
		padding-top:0px;
		padding-bottom:0px!important;
	}

/*----end contact---  */
/* --------single post-----------	 */
	.recent-box,.author-posts-grid ,
	.search-posts{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.authorbox{
		flex-direction:column;
	}

	.error-pagebox{
	  width: 90%;
    margin: 130px auto 90px;
	}
/* --------end single post----------- */
	
.content-area {
    margin-top: 12px !important;
}
	
.event-section
	{
		margin-top:0px !important;
		padding-top:70px !important;
	}
.menu-captionlinks-container {
    margin-bottom: 20px;
}
	.max-width
{
max-width:100% !important;	
}

}

/* -------Events ----------------- */
.tribe-events-l-container .tribe-events-calendar-list__event-date-tag-datetime{
	border: 1px solid;
    height: max-content;
    border-radius: 6px;
	 padding: 15px 10px;
}
.tribe-events-l-container .tribe-events-calendar-list__event-featured-image-link{
	height: 350px;
}
.tribe-events-l-container .tribe-events-calendar-list__event-featured-image-link img{
	 height: 100%;
    object-fit: cover;
}
.tribe-events-l-container{
	padding:170px 0px 0px!important;
}
.tribe-events-l-container .tribe-common-h7{
	font-size: 28px!important;
    font-weight: 600;
}
.tribe-events-l-container .tribe-events-calendar-list__event-date-tag-weekday{
	font-size: 14px!important;
    color: black!important;
}
/* --------end Events  */



.footer-widget-3 p {
    margin-bottom: 10px;
    color: grey;
}

.footer-widget-3 p strong {
    color:#fff; 
}
ul.wp-block-social-links.has-icon-color.is-style-logos-only.footer-social-links.is-layout-flex.wp-block-social-links-is-layout-flex {
    gap: 5px;
}
.footer-widget-3 a
{
	color:#CBCBCB;
}
.footer-widget-3 a:hover
{
	color:#CBCBCB;
}
.top-space
{
	margin-top:20px;
}
.red-btn a.wp-block-button__link.has-text-align-center.wp-element-button
{
    font-family: Barlow Condensed;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    background: #EF1C25;
    border-radius: 0px;
	padding:10px 35px;
}
.red-btn a.wp-block-button__link.has-text-align-center.wp-element-button:hover {
    background: #FDF201;
    color: #000;
}
.flex-center
{
	display: flex;
    justify-content: flex-end;
}
.yellow-btn  a.wp-block-button__link.has-text-align-center.wp-element-button
{
    font-family: Barlow Condensed;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    background: #FDF201;
    border-radius: 0px;
	padding:10px 35px;
	color:#000;
}
.arrow-main p::after {
    content: '➜'; /* Unicode arrow symbol */
    display: inline-block;
    margin-left: 8px; /* Adjust spacing */
    font-size: 16px; /* Adjust size */
    color: inherit; /* Match text color */
}
.d-none
{
	display:none;
}
/* .main-box:hover .arrow-main {
    display: block !important;
} */

.main-box:hover h4 {
    display: block !important;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.main-box:hover h4 {
    display: block !important;
    animation: fadeIn 0.5s ease-in-out;
}
.main-box:hover .arrow-main {
    display: block !important;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}
.main-box:hover .arrow-main {
    display: block !important;
    animation: fadeIn 0.35s ease-in-out;
}
.arrow-main {
    display: none;
    opacity: 0;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.arrow-main {
    display: none;
}
.main-box, h4
{
	text-transform:uppercase;
}
.slick-next:before {
    font-size: 45px !important; 
    line-height: 1;
    opacity: .75;
    color: #EF1C25 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next {
    right: -12px !important;
}
.slick-prev {
    right: 0px !important;
}
.slick-prev:before{
    font-size: 45px !important; 
    line-height: 1;
    opacity: .75;
    color: #EF1C25 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flex-section {
    display: flex !important;
    justify-content: center;
	align-items:center;
	height:200px;
}
.hover-slide .slick-prev {
    left: -50px;
}
.home-blog .wp-block-button .wp-block-button__link {
    padding: 10px 0px;
}
.home-blog .wp-block-button .wp-block-button__link::after {
    content: '➜'; /* Unicode arrow symbol */
    display: inline-block;
    margin-left: 8px; /* Adjust spacing */
    font-size: 16px; /* Adjust size */
    color: inherit; /* Match text color */
}
.home, .uagb-post__inner-wrap
{
	padding:20px !important;
}

.bottom-menus  .sub-menu a {
   color: #000;
}
.bottom-menus .menu-item-has-children > a::after {
    content: " ▼"; /* Downward arrow */
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
}
.home, .uagb-post__title.uagb-post__text a
{
	color:#000 !important;
}
.home, .uagb-post__title.uagb-post__text a:hover
{
	color:#EF1C25 !important;
}
header, a:hover, a:active {
    color: #fff;
}
header, a {
    color: #fff;
}
.slick-dots li.slick-active button:before {
    color: #EF1C25;
}
.sub-menu li a:hover,
.sub-menu li a:active {
    background:#EF1C25;
    color: #fff;
}




/*HOME BLACK HOVER BOX */

.text-arrow::after {
    content: '➜'; /* Unicode arrow symbol */
    display: inline-block;
    margin-left: 8px; /* Adjust spacing */
    font-size: 16px; /* Adjust size */
    color: inherit; /* Match text color */
}


.main-text-box:hover p {
    display: block !important; /* Forces visibility */
}

.main-text-box .main-black-cover:hover .d-none.show {
    display: block !important; /* Show on hover */
}
.main-text-box .main-black-cover {
    transition: transform 0.5s ease-in-out; /* Smooth transition */
}

.main-text-box:hover .main-black-cover {
/*      transform: translateY(-285px);  */
    transition: transform 0.5s ease-in-out;  
}

.main-text-box .main-black-cover {
    position:absolute;
	top:285px;
    background-size: cover;
    transition: background-color 0.3s ease-in-out;
}

.main-text-box .main-black-cover:hover {
    background-color: black !important;
    background-image: none !important;
	height:420px;
	
}
 .uagb-block-72c58207 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px; /* Adjust as needed */
} 

.main-text-box {
    display: flex;
    flex-direction: column;
    height: 100%;
	position:relative;
}
.main-text-box {
    min-height: 100%;
}


/* .hover-color:hover
{
color:#EF1C25;	
} */
  .content-area
{
	margin-top:178px;
}  
.bottom-menus {
    top: 0px;
/*     background: #000; */
}








.zero-margin
	{
		margin-bottom:0px;
	}


@media screen and (max-width: 767px) {
  .content-area {
    margin-top: 130px;
} 
	
	.slide-main .slick-slide {
    margin-right: 0px !important;
}
	.bottom-menu-box ul a {
    color: #000;
}
	.add-space
	{
		padding-right:20px;
		padding-left:20px;
	}
	.checkbox-space
	{
		padding:0px !important;
	}
	#post-1127 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: unset !important;
		display:contents;
}
	.wp-block-uagb-container.main-contact.uagb-block-33865a21.alignfull.uagb-is-root-container {
    padding-bottom: 0px;
}
.bg-position, .uagb-block-efe8660f .swiper-content {
    background-position: 7% 50%;
}
.hero-banner-main
	{
		min-height:400px !important;
	}
	.wp-block-uagb-container.iphone.hero-banner.uagb-block-633ca124.alignfull.uagb-is-root-container
	{
		margin-top:0px !important;
	}
.iphone
{
margin-top:100px;
}
.main-text-box {
    min-height: auto !important;
	height:auto;
}
.main-text-box .main-black-cover {
    top: 200px;
}
.slick-prev:before {
    font-size: 30px !important;
}
.slick-next:before{
    font-size: 30px !important;
}
.hover-slide .slick-prev {
    left: -35px;
}	
.slick-next {
    right: -19px !important;
}	
.slider-space .uagb-slides.uagb-swiper {
    margin-top: -6px;
    margin-bottom: -124px;
}
.mobile-logo .wp-block-image .alignleft {
    position: absolute;
    top: -2px;
}	
.max-width
{
max-width:100% !important;	
}	
.bottom-menus {
  background: #fff;
	z-index:1;
}	
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis:unset !important;
}
.footer-widget.footer-widget-1 p a {
    color: #000 !important;
}	
	.bottom-menus {
    top: -6px;
   
}
	.no-margin
	{
		gap:5px !important;
	}
	p.no-margin br
	{
		display:none;
	}
  }

@media (min-width: 768px) and (max-width: 1024px) {
.content-area {
    margin-top: 100px;
}
		#post-1127 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: unset !important;
		display:contents;
}
	.no-margin
	{
		gap:5px !important;
	}
	p.no-margin br
	{
		display:none;
	}
.bottom-menus {
    top: -6px;
}
	.ipad-hover h4
	{
		font-size:24px;
	}
	.wp-block-uagb-container.ipad-hover {
    margin-top: -100px !important;
}
	.wp-block-uagb-container.arrow-main {
    margin-top: -80px !important;
}
	.arrow-main a {
    font-size: 17px;
}
		.wp-block-uagb-container.address-box{
    flex-wrap: wrap;
}
	.wp-block-uagb-container.address-sub {
    max-width: 48% !important;
}
.custom-logo-link {
    z-index: 0 !important;
}
	.half-width
	{
		max-width:48% !important;
	}
.bg-position, .uagb-block-efe8660f .swiper-content {
    background-position: 7% 50%;
}
	.wp-block-uagb-container.team-sub.uagb-block-027fdea4 {
    display: flex;
    flex-wrap: wrap;
}
.bottom-menu-box ul a {
    color: #000;
}
.main-text-box {
    min-height: auto !important;
	height:auto;
}
.main-text-box .main-black-cover {
    top: 200px;
}	
.main-text-box {
    width: 45% !important;
}
.home, .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: unset !important;
}
.home, .wp-block-uagb-container.main-black-cover.uagb-block-4edfa66b {
    width: 55%;
}
	.main-text-box .main-black-cover {
    top: 220px;
}
.main-text-box .main-black-cover:hover {
    top: 280px;
}
	
	 
.hover-slide .slick-track {
    display: flex !important;
    gap: 10px;
}
.bottom-menus {
    min-height: 60vh;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.slick-prev:before {
    font-size: 30px !important;
}
.slick-next:before{
    font-size: 30px !important;
}
.hover-slide .slick-prev {
    left: -35px;
}	
.slick-next {
    right: -19px !important;
}		
.content-area {
    margin-top: 38px;
}	
.slider-space .swiper-wrapper {
    margin-bottom: -75px;
}	
.wp-block-uagb-container.iphone.uagb-block-ba29d536.alignfull.uagb-is-root-container
	{
		margin-top:0px !important;
	}
	.max-width
{
max-width:100% !important;	
}	
	.wp-block-uagb-container.ipad-padding.uag-blocks-common-selector.uagb-block-e005abe1 {
    padding-top: 150px;
}
.footer-widget.footer-widget-1 p a {
    color: #000 !important;
}	
}
 
.text-arrow .hover-color, a
{
	color:#000;
}


.wp-block-column.main-text-box {
    position: relative;
    overflow: hidden;
}

.wp-block-column.main-text-box img {
    display: block;
    transition: opacity 0.3s ease-in-out;
}

.wp-block-column.main-text-box:hover img {
    opacity: 0; /* Hide the image on hover */
}

.wp-block-uagb-container.main-black-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0); /* Initially transparent */
    transition: background-color 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wp-block-column.main-text-box:hover .wp-block-uagb-container.main-black-cover {
    background-color: rgba(0, 0, 0, 0.8); /* Black overlay on hover */
}



/* EVENTS */
.tribe-events-single {
    margin-top: 180px;
	margin-bottom:100px;
}
.tribe-events-single-event-title
{
font-family: Barlow Condensed;
font-weight: 600;
font-size: 96px;
line-height: 48px;
letter-spacing: 0%;
text-transform: uppercase;	
}
.tribe-events-back a
{
font-family: DM Sans;
font-weight: 400;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;	
}
.tribe-events-schedule h2
{
font-family: DM Sans;
font-weight: 400;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;	
}
.tribe-events-single p
{
font-family: DM Sans;
font-weight: 400;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;		
}
#tribe-events-pg-template {
    max-width: 1300px;
}
.tribe-events-event-meta.primary
{
	width:100%;
}
.tribe-events-c-subscribe-dropdown {
    width: 100%;
    max-width: 20%;
	margin-top:0px !important;
}
.tribe-common .tribe-common-c-btn-border
{
background:#EF1C25;
color:#fff;
border:1px solid #EF1C25;
}
.tribe-common .tribe-common-c-btn-border:hover{
background:#EF1C25 !important;
color:#fff;
border:1px solid #EF1C25;	
}
.tribe-events-meta-group .tribe-events-single-section-title
{
font-family: Barlow Condensed;
font-weight: 600;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;	
}
.tribe-events-event-meta dl {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
}
li.tribe-events-nav-previous {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;	
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a{
	color:#000;
}
.tribe-events-nav-next{
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;	
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a
{
color:#000;	
}
button.tribe-events-c-subscribe-dropdown__button-text
{
font-family: Barlow Condensed;
font-weight: 600;
font-size: 20px !important;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;	
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus
{
background:#EF1C25 !important;	
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
    display:block !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list {
font-family: DM Sans;
font-weight: 400;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
}
.tribe-events-c-subscribe-dropdown:focus-visible
{
	outline:unset !important;
}
.tribe-common .tribe-common-c-btn-border:active{
background:#EF1C25;
color:#fff;
} 
.tribe-events-c-subscribe-dropdown {
    display: none;
}
.arrow-main a
{
	color:#fff;
}
.hover-color a
{
	color:#fff !important;
}
.search button:hover
{
background:#EF1C25;	
}
.register-btn
{
font-family: Barlow Condensed;
font-weight: 600;
}
#post-96 h3
{
		margin-top:20px;
}
#post-96 ul {
    list-style: disc !important;
}
#post-96 a:hover {
color:#000;
}

/* #post-96 ul {
    margin: 0 0 1.5em 3em !important;
} */

/* Main Events */

.tribe-common-l-container.tribe-events-l-container {
    margin-top: 50px;
}
.tribe-events-calendar-list__event-details.tribe-common-g-col, header
{
	background:unset !important;
	box-shadow:unset !important;
}
.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button
{
	background:#EF1C25;
}
.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button a
{
	font-family: Barlow Condensed;
font-weight: 600;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
}
.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button:hover
{
	background:#FDF201;
	color:#000;
}
a.wp-block-button__link.has-background.wp-element-button:hover {
    background: #FDF201 !important;
	color:#000;
}
li.tribe-events-c-view-selector__list-item.tribe-events-c-view-selector__list-item--day.tribe-events-c-view-selector__list-item--active {
    display: none;
}
.tribe-events .tribe-events-c-search__button:focus, .tribe-events button.tribe-events-c-search__button:focus {
    outline: unset;
}
button.tribe-common-c-btn.tribe-events-c-search__button:focus {
    background: #EF1C25;
}
h3.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium
{
font-family: Barlow Condensed;
font-weight: 600;
font-size: 55px;
line-height: 48px;
letter-spacing: 0%;
text-transform: uppercase;
}
h3.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium a
{
	text-decoration:none !important;
	border-bottom:unset !important;
}
.tribe-events-l-container .tribe-common-h7 {
    font-size: 28px!important;
    font-weight: 600;
    font-family: Barlow Condensed;
}
.tribe-events-l-container .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium
{
font-family: DM Sans;	
}

/* End Events*/

/* iPad Air */
@media only screen and (min-width: 820px) and (max-width: 1180px) {
 .top-menu-box.wrapper {
    display: none;
}
	.bottom-menus {
    min-height: 52vh;
}
}
@media only screen and (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) {
  
.wp-block-uagb-container.ipad-hover.uagb-block-e85afea0 h4
	{
		font-size:31px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1180px) and (orientation: landscape) {
 .bottom-menus {
    min-height: unset;
	 top:-6px;
	 height:80vh;
}
	.footer-widget.footer-widget-1 p a {
    color: #000 !important;
}
	.bottom-menu-box ul a {
    color: #000;
}
	.slick-prev:before {
    font-size: 30px !important;
}
.slick-next:before{
    font-size: 30px !important;
}
.hover-slide .slick-prev {
    left: -35px;
}	
.slick-next {
    right: -19px !important;
}
	.content-area {
    margin-top: 122px;
}
.bottom-menu-box ul a
	{
		font-size:13px;
	}
}
.top-margin {
    margin-top: 175px;
	 margin-bottom: 85px;
}

.custom-logo-link
{
height: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
/*  .footer-wrap {
    margin-bottom: 220px;
} */
	.content-area {
    margin-top: 0px;
}
	.bottom-menus {
    min-height: 85vh !important;
}
.max-width
{
max-width:100% !important;	
}
}
.max-width
{
max-width:60%;	
}
 @media screen and (min-width: 768px) {
.width-size{
    max-width: 25% !important;
	width:100% !important;
}	 
}




@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 767px) {
    .content-area {
      margin-top: -5px;
    }
  }
}
#topbanner{
	margin-top:-127px!important;
}
.para-link
{
	
}

#toppadding {
    padding-top: 100px;
}
.para-link a
{
	color:#ef1c25;
	font-family: Barlow Condensed;
font-weight: 600;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
}
.para-link a:hover{
color:#000;	
}
.margin-none
{
	margin-bottom:-8px;
}
.z-index .uagb-container-inner-blocks-wrap {
    z-index: 1;
}
.slide-main .slick-slide
{
margin-right:10px;	
}
#post-96 ul {
    list-style: disc !important;
    padding-left: 20px;
}
h3.wp-block-heading.head-three.policy-head {
    margin-top: 20px;
}
p.policy-para a:hover{
    color: #000;
}
.width-size 
{
	max-width:25% !important;
	width:100%;
}
.no-margin
{
	margin-bottom:0px;
	gap:1em;
}
.no-margin a:hover{
	color:#000;
}
.footer-widget.footer-widget-1 p a {
    color: #fff;
}
.cover img
{
	object-fit:cover;
}
/* Progress Bar*/


        .progress-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 600px;
            margin: 20px auto;
            font-weight: bold;
        }

        .progress-bar-container {
            width: 100%;
            height: 12px;
            background-color: #ddd;
            border-radius: 10px;
            overflow: hidden;
            position: relative;
        }

        .progress-bar {
            height: 100%;
            background-color: #EF1C25;
            width: 1.4%; /* (211 / 15000) * 100 */
        }
.progress-container span
{
font-family: Barlow Condensed;
font-weight: 600;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
}
/* End Progress Bar */


.hover-text a:hover
{
color:#000;	
}
div#wpforms-74-field_1-container {
    padding-top: 0px;
}

.gallery-text strong
{
font-family: Barlow Condensed;
font-weight: 700;
font-size: 32px;
line-height: 24px;
letter-spacing: 0%;
text-transform: uppercase;	
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
.bottom-menus {
    height: 120vh;
	
}
	.content-area {
    margin-top: 0px;
}
.feature-one {
    max-width: 48% !important;
}
	.slide-main .slick-slide {
    margin-right: 10px !important;
}
.arrow-main p
	{
		font-size:14px;
	}
	.ipad-hover h4
	{
		font-size:20px;
	}
.wp-block-uagb-container.ipad-hover:hover {
    margin-top: -90px !important;
}	
	.wp-block-uagb-container.address-sub {
    max-width: 46% !important;
}
}

.overlay{
	display:none;
}
.overlay.active{
	display:flex;
	background: #000000a3;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
.bottom-menu-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
}





