*,*::before,
*::after{
    box-sizing:inherit;
}

body{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    color:#252525;
}

html{
    box-sizing:border-box;
    letter-spacing: 0.025em;
}

ul,li{
    margin:0;
    padding:0;
    letter-spacing: 0.16px;
    list-style-position: inside;
    line-height: 1.4em;
}

.item-page ul{
	padding-bottom:20px;
}

.item-page p a{
	color:#d61572;
    transition:0.3s;
}

.item-page p a:hover{
    color:#483294;
}

.pager {
	display:none;
    margin: 18px 0 0 0;
    padding: 0!important;
}

.pager {
	display:none;
    margin: 18px 0 0 0;
    padding: 0!important;
}

img{
    max-width: 100%;
}

h1,h2,h3,h4,p,a{
    margin:0;
    padding-bottom:20px;
}

h1{
    font-size:40px;
}

h2{
    font-size:35px;
}

h3{
    font-size:28px;
}

h4{
    font-size:28px;
}

p,li{
    font-size:20px;
    line-height: 1.4em;
}

a{
    font-size: 20px;
    line-height: 1.4em;
    text-decoration: none;
    color: inherit;
}

.bold{
    font-weight:700;
}

.semib{
    font-weight:600;
}

.medium{
    font-weight:500;
}

.section-title{
    font-weight: 600;
    text-transform: capitalize;
    font-size: 35px;
    padding-bottom: 20px;
    line-height: 1.4em;
    position: relative;
    color: white;
    max-width: max-content;
    margin: 0 auto;
}

.section-title:before{
    position: absolute;
    content: "";
    height: 4px;
    width: 50%;
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}

.btn-main,.readmore .btn,.dj-readmore{
    padding: 15px 20px;
    display: inline-block;
    transition: 0.3s ease-in-out;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1em;
    margin-bottom: 0;
    position: relative;
    color: white!important;
	border: none;
}

.btn-purple,.readmore .btn{
    background:#483294;
    transition: 0.3s;
}

.btn-purple:hover,.readmore .btn:hover{
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #483294;
}

.btn-pink{
    background:#d61572;
    transition: 0.3s;
}

.btn-pink:hover{
       box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #d61572;
}

.btn-orange{
    background: #f5601e;
}
.btn-orange:hover{
           box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #f5601e;
}

.btn-green{
    background: #49A93D;
}

.btn-green:hover{
           box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #49A93D;
}


.btn-red{
    background: #ED1031;
}

.btn-red:hover{
           box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #ED1031;
}

.btn-purple{
    background: #483294;
}

.btn-purple:hover{
           box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #483294;
}

.btn-donate,.dj-readmore{
    border: 3px solid white;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    font-size: 16px!important;
}

.btn-donate:hover,.dj-readmore:hover{
    border: 3px solid transparent;
    background: #483294;
    transition: 500ms ease;
}

.fab, .far {
    transition: 0.3s;
    color: white;
    margin: auto;
}

.fab + .fab{
    margin-left:10px;
}

.fab:hover, .far:hover, .fas:hover {
    color: #d61572;
    transition: 500ms ease;
}

.container{
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    padding: 60px;
	width: 100%;
}

.header-main{
    position: relative;
    width: 100%;
    z-index:999;
	background-color: #d61572;
	    z-index: 7;
}

.header-main.fixed {
    position: fixed;
	background: rgb(214, 21, 114);
    transition: 0.5s, background 0.5s, padding 0.5s, box-shadow 0.7s;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 25%);
    max-width: unset;
}

.itemid-101 .header-main{
    position: absolute;
    width: 100%;
    z-index:999;
	background-color: transparent;
}

.itemid-101 .header-main.fixed {
    position: fixed;
	background: rgb(214, 21, 114);
    transition: 0.5s, background 0.5s, padding 0.5s, box-shadow 0.7s;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 25%);
    max-width: unset;
}

.header-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px 60px;
    color: white;
    max-width: 1920px;
    margin: 0 auto;
}

.header-main.fixed .header-flex {
    padding: 15px 60px;
}

.logo{
    width: 100px;
    height: auto;
}

.header-main.fixed .logo{
    width: 50px;
    height: auto;
}

.ticket-link{
    width: 120px;
    height: auto;
    padding: 0;
    margin-left: 20px;
	transition:0.3s;
}

.ticket-link img:hover{
    background: #483294;
    transition: 500ms ease;
    border-radius: 10px;
}

.footer-cta a img:hover{
    background: #d61572;
    transition: 500ms ease;
    border-radius: 10px;
}

.btn-donate img{
    width: 26px;
    margin-right: 10px;
}

.header-flex-left{
    flex: auto;
}

.header-flex-right{
    display: flex;
    width: auto;
    align-items: flex-start;
}

.hfr-contents{
    display: flex;
    width: auto;
    align-items: center;
}

.mobile-abs {
    display: flex;
    width: auto;
    align-items: center;
}

.header-flex-right .hfr-contents * + * {
    margin-left: 20px;
}

/*navigation*/

#menu-bar{
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/menu-rainbow-bg.jpg);
    background-size: cover;
    background-position: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    transition: 0.5s;
    z-index: 10;
    transform: scale(0);
    padding: 0 20px;
    flex-direction: column;
}

#menu-bar.active{
    transform: scale(1);
}

.menu-fix{
	width:100%;
	max-width: 1500px;
}

.menu-fix ul{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0 0;
	justify-content: space-between;
}

.menu-fix ul li ul{
    flex-direction: column;
	padding: 20px 0;
}

#menu-bar .item-101{
	min-width:100px;
}

#menu-bar .item-127{
	overflow:hidden;
}

#menu-bar ul li ul li :first-child:after {display:none;}

#menu-bar ul:before{
    position: absolute;
    content: "";
    background-image: url(../images/logo.png);
    width: 77px;
    height: 120px;
    bottom:100%;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
#menu-bar ul li ul:before{
    display:none;
}
#menu-bar ul li{
    position: relative;
    list-style: none;
    display: block;
    text-align: left;
    padding: 5px 30px;
}

#menu-bar ul li ul li {
    position: relative;
    text-align: left;
    padding: 5px 0;
}

#menu-bar ul li a{
    text-decoration: none;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 0;
    color: white;
    margin: auto;
}

#menu-bar ul li ul li a {
    font-size: 18px;
}

#menu-bar ul li ul li ul li a {
    font-size: 16px;
}

#menu-bar ul li a:hover{
    color: #d61572;
    transition: 500ms ease;
}

#toggle-icon{
    width: 50px;
    height: 56px;
    background-image: url(../images/menu-icon.png);
    z-index: 11;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
}

#toggle-icon.active{
    width: 50px;
    height: 56px;
    background-image: url(../images/close-icon.png);
    z-index: 11;
    cursor: pointer;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}

#toggle-icon.active{
}


.slider{
    position: relative;
    width: 100%;
    z-index: 1;
}

.slider-container{
    position: absolute;
    
    top: 220px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.slider img {
    width: 100%;
    display: block;
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
	    filter: brightness(80%);
}

.slider-text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 60px;
    text-align: left;
    width: 100%;
}

/*.slider .btn-purple {
    -webkit-box-shadow: 5px 5px 15px 1px rgb(0 0 0 / 45%);
    box-shadow: 5px 5px 15px 1px rgb(0 0 0 / 45%);
}*/

.slider:before{
    position: absolute;
    .content: "";
    background-image: url(../images/unique-text.png);
    width: 1000px;
    max-width: 1662px;
    height: 116px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}

.slider-heading{
    font-style: normal;
    font-size: 70px;
    font-weight: 700;
    line-height: 1em;
    padding-bottom: 0;
    margin-bottom: 0;
    color: white;
    text-shadow: 2px 2px 10px #00000090;
    text-transform: uppercase;
	margin-bottom: 32px;
}

.slider-subtitle {
    font-style: normal;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3em;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: white;
    text-shadow: 2px 2px 10px #00000090;
    max-width: 100%;
    width: 675px;
}

/* New Slider */


.djslider-default ul.djslider-in>li {
min-height:85vh!important;
	max-height: 960px;
}

.djslider-default ul.djslider-in>li img {
min-height:85vh!important;
	max-height: 960px;
	object-position: center;
}

.djslider-default {
min-height: 85vh!important;
	max-height: 960px;
}

.intro-menu{
    position: relative;
    z-index: 1;
	background-color:#ed1031;
}

.intro-menu-flex{
    text-align: center;
    color: white;
}

.intro-menu-item{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.intro-menu-item a:hover img{
    transform: translateX(10px);
}

.intro-menu-item img{
    width: 30px;
    height: auto;
    margin-left: 15px;
    transition: 0.3s;
	padding-bottom: 0!important;
}

.intro-menu-item a{
    padding: 0;
    font-size: 30px;
    display: flex;
    align-items: center;
	color:white!important;
}
.intro-menu-item h3{
    padding: 0;
	font-weight:400;
}

.red-bg{
    background-color: #ed1031;
}

.purple-bg{
    background-color: #483294;
}

.brown-bg{
    background-color: #613915;
}

.orange-bg{
    background-color: #f0a816;
}

.green-bg{
    background-color: #49a93d;
}

.pink-bg{
    background-color: #d61572;
}

.lblue-bg{
    background-color: #84cad4;
}

.who{
    padding: 80px 60px;
    background-image: url(../images/who-bg.jpg);
    color: white;
    text-align: center;
	overflow: hidden;
}

.who-flex{
    display: flex;
    max-width: 1650px;
    margin: 40px auto;
    align-items: center;
}

.who-flex-left{
    flex: 60%;
    padding: 0 60px 0 0;
    text-align: left;
}

.who-flex-left p{
	font-size:23px;
}

.who-flex-right{
    flex:40%;
    padding: 0 0 0 60px;
}

.who-flex-right img{
    border: 4px solid white;
    border-radius: 5px;
}

.video{
    background-image: url(../images/purple-icons-bg.jpg);
    text-align: center;
    padding: 80px;
	overflow: hidden;
	    background-size: cover;
}

.hp-video{
    border-radius: 5px;
    width: 100%;
    height: auto;
    max-width: 1200px;
	margin: 0 auto;
}

.hp-video iframe{
	border: 5px solid white;
}
.contact{
    padding-top: 80px;
}

.contact-flex{
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
}

.contact-left{
    flex:1;
}

.contact-left video{
	padding-right:30px;
}

.contact-right{
    flex:1;
}

/* sponsor module */
.sponsor{
	max-width:1920px;
	margin:0 auto;
	padding:20px 60px;
	text-align:center;
}

.sponsor-flex {
    display: flex;
	justify-content: center;
    gap: 30px;
	width: 100%;
	height: auto;

   
}

.sponsor1 {
	display:  flex;
	justify-content: center;
	align-items: center;
	    text-align: center;
}

.sponsor1 img {
    width: 70%;
    height: auto;
	    padding: 0;
	    max-width: 350px;
}

.sponsor2 {
	display:  flex;
	justify-content: center;
	align-items: center;
	    text-align: center;
}
.sponsor2 img {
    width: 70%;
    height: auto;
	    padding: 0;
	    max-width: 350px;
}

.sponsor3 {
	display:  flex;
	justify-content: center;
	align-items: center;
	    text-align: center;
}	
	
.sponsor3 img {
    width: 70%;
    height: auto;
	    padding: 0;
	    max-width: 350px;
}


.item-page .fab, .far {
	 transition: 0.3s;
    color: #d61572;
    margin: auto;
}

.item-page .fab:hover, .item-page .far:hover, .item-page .fas:hover {
    color: #483294;
    transition: 500ms ease;
}

.item-page .socials a {
    font-size: 40px!important;
}

.social-icons{
    display: flex;
    justify-content: space-between;
    max-width: 350px;
    margin-top: 20px;
}

.social-icons img{
    width:50px;
    height:auto
}

.contact-left .section-title {
    max-width: 264px;
    text-align: left;
    margin-left: 0;
}

.contact-left .section-title:before {
    left: 0;
    transform: none;
}

.rhys-welsh img {
    width: 60px;
	margin-left:5px;
}

.footer{
    padding: 30px 60px 10px 60px;
    text-align: center;
    background-color: #121011;
    position: relative;
}

.footer-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-logo img {
  height: auto;
  margin: 5px;
}


.footer-cta {
    margin-top: 30px;
}

.footer-cta img{
    width: 110px;
    height: auto;
}

.footer-info{
    max-width: 800px;
    margin: 0 auto;
}

.footer-info p{
	font-size: 12px!important;
    line-height: 1.4em!important;
    padding: 0 0 15px 0;
    color: white;
}

.footer-menu {
    margin: 0 0 15px 0;
}

.footer-menu ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    max-width: 650px;
    margin: 0 auto;
}

.footer-menu ul li a{
    color: white;
    padding-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    margin: auto;
}

.footer-menu ul li a:hover{
    color: #d61572;
    transition: 500ms ease;
}

.socials{
    padding:15px 0;
    position: relative;
}

.socials a{
    padding-bottom: 0;
    color:white;
    font-size:30px!important;
    z-index: 1;
    position: relative;
}

.socials a i{
	font-size:30px!important;
}

.socials a + a{
    margin-left:10px
}

.rhys-welsh a{
    padding-bottom: 0;
    font-size: 8px!important;
	line-height:1.4em!important;
    color:white;
    margin: 0;
}

.rhys-welsh{
    display: flex;
    align-items: center;
    justify-content: center;
}

/*additional css*/

.form-wrapper {
	display: flex;
}

.form-flex1 {
	flex:1;
	padding: 10px;
}


.is_articlebox p {
	font-size: 16px;
	
}

.is_articlecarousel .mod-articles-category-title {
color: white!important; 	
}

.is_articlebox {
  background-image: url(/templates/pride/images/purple-icons-bg1.jpg)!important;
  background-size: cover!important;
  background-position: bottom;
  color: white;
  box-shadow: 5px 5px 15px rgb(0 0 0 / 40%);
  -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 40%);
  -moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.4);	
}

#tab-all-positions{
	background-color: #d61572;
    border-radius: 0;
    color: white;
    font-weight: bold;
    padding: 15px;
	box-shadow: none;
    border: none;
}

.nav-tabs #tab-all-positions:hover {
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #d61572;
}

#tab-paid-positions{
	background-color: #ed1031;
    border-radius: 0;
    color: white;
    font-weight: bold;
    padding: 15px;
	box-shadow: none;
    border: none;
}

.nav-tabs #tab-paid-positions:hover {
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #ed1031;
}

#tab-voluntary-positions{
	background-color: #483294;
    border-radius: 0;
    color: white;
    font-weight: bold;
    padding: 15px;
	box-shadow: none;
    border: none;
}

.nav-tabs #tab-voluntary-positions:hover {
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #483294;
}

.rl_tabs>ul.nav-tabs>li {
    margin: 0 20px 0 0!important;
    padding: 0!important;
    list-style: none!important;
    list-style-image: none!important;
    background: 0 0!important;
    overflow-y: visible!important;
}

.rl_tabs.outline_content>ul.nav-tabs {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.item-page a{
	font-weight:bold;
}
#dj-masonry1m125 .dj-slide img.dj-image, #dj-masonry1m125 .dj-slide a:hover img.dj-image {
    padding-bottom:0;
	display: block;
}

#dj-masonry1m125.dj-masonry {
margin-left: auto;
	margin-right: auto;
}

#dj-galleryGrid1m125 {
    z-index: 0;
    position: relative;
}

.dj-full-item-desc a {
color: #d61572!important;
	  

}

/* NEW LINE UP */


.community-stage-image,.main-stage-image{
padding-bottom: 0px!important;	
}

.custom_line_up_module .dj-galleryGrid  .dj-slide img.dj-image,.custom_line_up_module .dj-galleryGrid  .dj-slide a:hover img.dj-image {
    padding-bottom:0;
	display: block;
}

.custom_line_up_module .dj-galleryGrid .dj-slides .dj-slide, .custom_line_up_module .dj-galleryGrid .dj-slide-desc-bg {
opacity: 1!important;
}

.custom_line_up_module .dj-galleryGrid .dj-slides .dj-slide {
border-radius: 0!important;
}

.custom_line_up_module .dj-galleryGrid .dj-slides {
display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.custom_line_up_module .dj-galleryGrid .dj-slides .dj-slide .dj-slide-image img {

	height: 434px!important;
	object-fit: cover;
}

.custom_line_up_module .dj-galleryGrid .dj-slides .dj-slide .dj-slide-desc-text { padding: 1.5rem!important; }

.custom_line_up_module .dj-galleryGrid .dj-slides .dj-slide-desc {
height: 100%;
}
.custom_line_up_module .dj-galleryGrid .dj-slides .dj-slide-title {
text-transform: uppercase;
}

.custom_line_up_module .day-title, .custom_line_up_module .stage-title {
text-align: center;
	    background: #d61572;
    padding: 24px;
    margin: 1rem -60px;
    color: white;
}

.custom_line_up_module .stage-title.main {
background: #49a93d;}
.custom_line_up_module .stage-title.community {
background: #483294;}
.custom_line_up_module .stage-title.dj {
background: #ed1031;}

.custom_line_up_module {
text-align: center;
}

/* Parade Line Up */

.custom_line_up_module.parade #dj-galleryGrid12m137 {
display: flex;

}


.custom_line_up_module.parade #dj-galleryGrid12m137 .dj-galleryGrid-in  {
margin: 0 auto;

} 




.benefits-flex{
	display:flex;
	gap: 20px;
	align-items: center;
    text-align: center;
	flex-wrap:wrap;
}

.benefits-item{
	flex: 18%;
    transition: 0.3s;
}

.benefits-item img {
    width: 100px;
    height: auto;
}

.benefits-item:hover {
    transform: translateY(-15px);
}

.benefits-item p{
	font-weight:600;
}

.squares-flex{
	display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
}

.squares-item{
    width: 32%;
    padding: 20px;
    color: white;
    min-width: 265px;
    transition: 0.3s;
    position: relative;
	box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 20%);
}

.squares-item:hover{
    transform: translateY(-15px);
}

.squares-item-top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 120px;
}

.squares-item-top img{
	height: 70px;
    width: auto;	
}

.square-item-text{
    padding-bottom: 20px;
}

.squares-item-top .section-title {
    font-weight: 600;
    font-size: 28px;
    padding-bottom: 0;
    line-height: 1.1em;
    position: relative;
    margin-bottom: 0;
}

.squares-item-top .section-title a:hover {
	color:white!important;
}

.squares-item-top .section-title:before{
	display:none;
}

.square-item-arrow {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.square-item-arrow img{
    display:inline-block;
	padding-bottom: 0!important;
}

.square-item-arrow a{
    padding:0;
}
.volunteer-benefits-flex p img{
	padding-bottom:0!important;
	margin-right:5px;
	height: 20px;
	width:auto;
}
.form-flex{
	display: flex;
    gap: 30px;
}
#mc_embed_signup{
	background: #d61572;
    color: white;
    padding: 60px;
    clear: left;
	max-width: 100%;
    width: 900px;
    margin: 0 auto;
}
.signups{
	background-color: #d61572;
    margin-left: -60px;
    margin-right: -60px;
    margin-bottom: -60px;
}
.signups input[type="email"],.signups input[type="text"]{
	height:30px;
	width: 100%;
}
.mc-field-group{
	flex:1;
}
.perform-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    gap: 40px;
}

.perform-left  {
    display: flex;
    flex: 1;
}

.perform-right  {
    display: flex;
    flex: 1;
}

.perform-left img {
    width: 100%;
    height: auto;
}
div.rc_team h2 {
    font-size: 25px!important;
}
div.rc_team h3 {
    font-size: 16px!important;
}
.access{
	position: absolute;
    right: 10px;
    bottom: 10px;
}
.flipbook-ui-btn:hover {
    color: #bf1363!important;
}
.video-cols{
	display: flex;
}
.video-left{
	margin-right:30px;
	flex:1;
}
.video-right{
	flex:1;
}
div.rc_member_img {
    box-shadow: none!important;
	border-radius: 0;
}
.item-page .article-readmore{
	display:none;
}
.item-page img {
    padding-bottom: 20px;
}
.article-buttons{
	display: flex;
    flex-direction: column;
    max-width: 400px;
    align-items: center;
    margin: 0 auto;
    padding: 20px 0;
}
.article-buttons a:last-child{
	margin-top:20px;
}
span.highlight {
    background-color: #483294;
    font-weight: bold;
    padding: 1px 0;
	color: white;
}
.list-striped li:nth-child(odd), .list-striped dd:nth-child(odd), .row-striped .row:nth-child(odd), .row-striped .row-fluid:nth-child(odd) {
    background-color: #d61572;
    color: white;
}

.hp-search{
	max-width:500px;
	margin-top: 20px;
}

.hp-search input#mod-finder-searchword111,.hp-search input#q {
        width: 73%;
    height: 40px;
    border-radius: 0;
    padding: 10px;
}

.hp-search form {
    width: 100%;
}

.hp-search .btn-main{
    height: 40px;
    padding: 10px;
    font-size: 18px;
	border: none;
}
.pager li > a, .pager li > span {
    background-color: #d61572;
    border: 1px solid #d61572;
	color:white;
}
.items-leading {
    display: flex;
    flex-wrap: wrap;
}

.items-leading > *{
	width: 32.333%;
    margin: 40px 0.5%;
    position: relative;
    transition: 0.3s;
    background-image: url(../images/purple-icons-bg.jpg);
    background-size: cover;
    background-position: bottom;
    color: white;
	    box-shadow: 5px 5px 15px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 40%);
    -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
}

.items-leading > *:hover{
	transform: scale(0.98);
}

.news-page .readmore .btn {
    position: absolute;
    bottom: 10px;
    left: 20px;
	color: white;
}

.news-page .items-leading p {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 0 45px 0;
}

.news-page .items-leading p:first-child {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 0 20px 0;
}

.news-page .items-leading img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.blog.news-page .page-header a{
	font-size:22px;
	line-height:1.4em;
}

.blog.news-page .blog-text{
	padding:0 20px;
}
.blog-text h2{
	line-height:35px;
}

.news-page .item-image {
width: 100%;
}

.news-page div[itemprop="articleBody"] img {
height: auto!important;
}

/* Sticky header */
.sticky {
    position: fixed!important;
    top: 0;
    width: 100%;
	transition:0.3s;
	z-index: 100;
	-webkit-box-shadow: 0px 10px 12px 0px rgb(1 1 1 / 5%);
    box-shadow: 0px 10px 12px 0px rgb(1 1 1 / 5%);
}

.itemid-101 .fade-background {

      background-color: #d61572;
      

      -webkit-transition: background-color 0.75s;
    transition: background-color 0.75s;

}

.fade-background .ticket-link img,.sticky .ticket-link img{
    width: 100px;
	height:auto;
}

.fade-transparent {

      background-color: transparent;

      -webkit-transition: background-color 0.75s;
    transition: background-color 0.75s;

}
.rl_sliders.accordion>.accordion-group {
    margin-bottom: 10px;
    background-color: #121011;
    color: white;
}
.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:hover {
    background: #483294;
    color: white;
}
.rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {
    background: #483294;
    color: white;
}
.rl_sliders.accordion>.accordion-group>.accordion-body {
    background-color: white;
    color: #222222;
}
.nn_sliders-toggle-inner{
	font-weight:600;
}
.rl_sliders.accordion>.accordion-group.icon>.accordion-heading>a.accordion-toggle span.rl_sliders-toggle-inner:before {
    margin-right: 15px;
}
.itemid-101 .container{
	display:none;
}
.contact-right .rsform{
    background-color: #ffffff30;
    padding: 30px;
    border-radius: 30px;
    max-width: 500px;
    margin: 0 auto;
}

.contact-right input[type="text"]{
	height: 40px;
    width: 100%;
}

.contact-right textarea{
	height:100px;
	width:100%;
}

.contact-right .rsform-submit-button{
	padding: 15px 20px;
    display: inline-block;
    transition: 0.3s ease-in-out;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1em;
    margin-bottom: 0;
    position: relative;
    color: white;
	background:#483294;
	border-radius: 30px;
    border: none;
}

.contact-right .rsform-submit-button:hover{
	background: #d61572;
    transition: 500ms ease;
}

.contact-right .rsform-block-submit{
	text-align:left;
}



@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 900px)
  and (orientation: landscape) {
    .slider-heading {
        font-size: 40px;
    }
    .slider-subtitle {
        font-size: 25px;
    }
    .slider .btn-purple {
        padding: 10px;
    }
    .slider:before {
        bottom: 20px;
		    height: 69px;
		width: 590px;
    }
  }


@media(min-width:1700px){
.slider-container {
    top: 300px;
}
	.video {
    background-size: cover;
}
}

@media(min-width:1530px){
.slider:before {
    background-size: cover;
}
}

@media only screen and (max-device-width: 1300px){
	  .slider:before {
    width: 60%;
    height: 75px;
    bottom: 10px;
}
}

@media(max-width:1200px){
	#menu-bar ul li a {
    font-size: 20px;
}
	#menu-bar ul li {
    padding: 5px 27px 5px 0;
}
.who-flex-right {
    padding: 0 0 0 0;
}
	.who-flex-left {
    padding: 0 30px 0 0;
}
	.proj-intro {
        padding: 45px;
        
    }
    
    .proj-main-left {
        padding: 45px;   
    }
    
    .proj-main-left img {
        width: 110%;
        height: auto;
        margin: 0 auto;
    }
    
    .proj-main-right {
        padding: 45px;
    }
    
    .proj-btm  {
        display: flex;
        justify-content: center;
    }
    
    .btm-content {
        padding: 45px;
    }
    
    .btm-nav-flex {
        display: flex;
        background-color: #32a4dc;
        gap: 100px;
        margin: 0 auto;
        padding: 30px;
    }
    
    .btm-nav-left {
        display: flex;
        align-items: center;
    }
    
    .btm-nav-right {
        display: flex;
        align-items: center;
    }
    
    .btm-nav-left img {
        height: 20px;
        width: auto;
        margin-right: 20px;
    }
    
    .btm-nav-right img {
        height: 20px;
        width: auto;
        margin-left: 20px;
    }
    
    .btm-nav-mid {
        display: flex;
        justify-content: center;
    }
    
    .btm-nav-mid img {
        width: 30%;
        height: auto;
    }
    
    .flag {
        display: flex;
        flex-direction: column;
    }
}


@media(max-width:1100px){
	.squares-item-top .section-title {
        font-size: 25px;
    }
    .squares-item-top img {
        width: 60px;
		    height: auto;
    }
    .squares-item {
        width: 48%;
        min-width: 265px;
    }
	#mc_embed_signup{
    padding: 20px;
}
	.signups{
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
}
	.sponsor{
	padding:40px 20px;
}
	.header-flex-right .hfr-contents * + * {
    margin-left: 20px;
}
	.header-main.fixed .header-flex {
    padding: 15px 20px;
}
	#menu-bar ul:before{
    width: 64px;
    height: 100px;
}
		.items-leading > * {
    width: 49%;
}
	.menu-fix ul.nav li .puls { right: 0; position: absolute; top: 0; width: 20%; height: 100%; }
.menu-fix ul.nav li .puls::before { color: white;    content: ">";    transform: rotate(90deg);    -webkit-transform: rotate(90deg);
    cursor: pointer;    font-size: 22px;    right: 0;    position: absolute;    top: 10px;    font-weight: 600; }
.menu-fix ul.nav li .puls1 { right: 0; position: absolute; top: 0; width: 20%; height: 100%; }
.menu-fix ul.nav li .puls1::before { color: white;    content: ">";    transform: rotate(90deg);    -webkit-transform: rotate(90deg);
    cursor: pointer;    font-size: 20px;    right: 0;    position: absolute;    top: 10px;    font-weight: 600; }

#menu-bar ul li{
    text-align: center;
}
	
#menu-bar ul li a:first-child:after{position: absolute;

	display: none;
	}
	
.menu-fix .nav-child {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: max-content;
    padding: 5px 20px;
    margin: 0;
    list-style: none;
    background-clip: padding-box;
    background-color: #d61572;
}

.menu-fix .nav-child li .nav-child {
    background-color: #f0a816;
    left: 30px;
}

.menu-fix .nav>li:hover>.nav-child, .menu-fix .nav>li>a:focus+.nav-child, .menu-fix .nav li li:hover>.nav-child, .menu-fix .nav li li>a:focus+.nav-child {
    display: block;
}

	
	#menu-bar ul {
    flex-direction:column;
}
    .menu-fix {
    width: 300px;
    position: absolute;
    top: 200px;
}
    .menu-fix .nav>li:hover>.nav-child, .menu-fix .nav>li>a:focus+.nav-child, .menu-fix .nav li li:hover>.nav-child, .menu-fix .nav li li>a:focus+.nav-child {
    display: none;
}   
    #menu-bar ul li ul li {
    text-align: center;
}
    #menu-bar .nav-child {
    position: relative;
    min-width: 100%;
    top: 0;
		left: 0;
}
	#menu-bar ul li {
    padding: 5px 0;
}
.menu-fix ul.nav li .puls::before { color: white;    content: ">";    transform: rotate(90deg);    -webkit-transform: rotate(90deg);
    cursor: pointer;    font-size: 22px;    right: 0;    position: absolute;    top: 7px;    font-weight: 600; }
.menu-fix ul.nav li .puls1::before { color: white;    content: ">";    transform: rotate(90deg);    -webkit-transform: rotate(90deg);
    cursor: pointer;    font-size: 20px;    right: 0;    position: absolute;    top: 7px;    font-weight: 600; }

	h1{
    font-size:35px;
}

h2{
    font-size:30px;
}

h3{
    font-size:25px;
}

h4{
    font-size:23px;
}

    #toggle-icon,#toggle-icon.active {
        width: 40px;
        height: 45px;
    }
    .slider-heading {
        font-size: 50px;
    }
    .slider-subtitle {
        font-size: 25px;
    }
    .section-title{
        font-size:25px;
    }
    .header-flex {
        padding: 20px 20px;
    }
    .slider-text {
        padding: 0 20px;
    }
    .container {
        padding: 20px;
    }
    
    .footer {
        padding: 20px 20px 10px 20px;
    }

    .footer-menu ul {
        flex-direction: column;
        width: 100%;
    }
    .btn-main {
        font-size: 20px;
    }
    .video {
        padding: 40px 20px;
    }
    .who {
        padding: 40px 20px;
    }       
    .logo {
        width: 70px;
    } 
    .ticket-link {
        width: 100px;
    }
    .slider-container {
        top: 160px;
    }
    .intro-menu-item a {
        font-size: 25px;
    }
    .intro-menu-item img {
        width: 25px;
        margin-left: 10px;
    }
    }
    
    @media(max-width:990px){
	.video-cols{
		flex-direction:column;
	}
		.video-left{
			margin-right:0;
			margin-bottom:30px;
		}
		.hp-search {
    width: 100%;
    margin: 20px auto 0 auto;
}
        .slider img {
            width: 100%;
    		height: 85vh;
    		object-fit: cover;
    		object-position: center;
        }
        .slider-text{
            top: 40%;
            transform: translateY(-50%);
            text-align: center;
        }

        .slider-heading {
            font-size: 55px;
            text-shadow: 2px 2px 10px #00000075;
			padding-bottom: 5px;
        }
        .slider-subtitle {
            font-size: 25px;
			padding-bottom: 10px;
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
            text-shadow: 2px 2px 10px #00000075;
        }
        .who-flex {
            flex-direction: column;
        }
        .who-flex-left {
            padding: 20px 0 0 0;
            text-align: center;
        }
        .who-flex-right {
            padding: 20px 0;
        }
        .contact-flex {
            flex-direction: column;
        }
        .contact-right {
            order: 1;
        }
        .contact-left{
            order: 2;
            margin-top: 20px;
            width: 100%;
        }
		.contact-left video{
			padding-right:0;
				padding-top:20px;
			padding-bottom:20px;
		}
        .contact-left .section-title {
            max-width: 200px;
            text-align: center;
            margin: 0 auto;
        }
        .contact-left .section-title:before {
            left: 50%;
            transform: translateX(-50%);
        }
        .social-icons {
            max-width: 100%;
            width: 350px;
            margin-right: auto;
            margin-left: auto;
        }
        .footer-logo img {
            /*width: 80px;*/
			height: auto
        }
        p, a, li {
            font-size: 18px;
        }
    }
@media only screen and (max-width: 980px){

    
    .proj-title1 h2 {
        font-size: 30px;
    }
    
    .proj-intro {
        padding: 35px;
        
    }
    .proj-intro h3 {
        font-size: 26px;
    }
    
    .proj-title2 h1 {
        font-size: 35px;
        
    }

    .proj-title2 h4 {
        font-size: 22px;
    }
    
    .proj-main-left {
        padding: 35px;   
    }
    
    .proj-main-left img {
        width: 100%;
        height: auto;
        margin: 0 auto;
      
    }
    
    .proj-main-right {
        padding: 35px 65px 35px 15px;
    }
    
    
    .proj-btm li  {
        font-size: 18px;
    }
    
    .btm-content {
        padding: 35px;
    }
    .btm-nav-flex {
        display: flex;
        background-color: #32a4dc;
        gap: 100px;
        margin: 0 auto;
        padding: 30px;
    }
    
    .btm-nav-left {
        display: flex;
        align-items: center;
    }
    
    .btm-nav-right {
        display: flex;
        align-items: center;
    }
    
    .btm-nav-left img {
        height: 20px;
        width: auto;
        margin-right: 20px;
    }
    
    .btm-nav-right img {
        height: 20px;
        width: auto;
        margin-left: 20px;
    }
    
    .btm-nav-mid {
        display: flex;
        justify-content: center;
    }
    
    .btm-nav-mid img {
        width: 30%;
        height: auto;
    }
    
}
@media(max-width:960px) {
	.slider video{
		height:82vh;
		object-fit:cover;
	}
.djslider-default ul.djslider-in>li {
height:82vh!important;
}

.djslider-default ul.djslider-in>li img {
height:82vh!important;
	height: 100%!important;
	object-fit:cover!important;
}

.djslider-default {
height: 82vh!important;
}
}
@media(max-width:850px) {
	.slider-heading {
	    font-size: 42px;
    	line-height: 42px;
		margin-bottom: 32px;
	}
}

@media(max-width:750px){
.items-leading > * {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
	.slider:before {
    width: 300px;
    height: 35px;
    bottom: 20px;
}
}
@media(max-width:680px){
.mobile-abs{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 100%;
    justify-content: center;
}
	.header-main.fixed .header-flex,.header-flex{
    padding: 15px 15px 50px 15px;
}
	.header-flex .btn-donate {
    width: 158px;
    justify-content: center;
}
}
    @media(max-width:600px){
		.rl_tabs>ul.nav-tabs>li {
    margin: 0 0 10px 0!important;
    width: 100%;
    text-align: center;
}
		.slider-container .btn-main{
			font-size:16px;
		}
		.squares-item {
        width: 100%;
    }
    .squares-item-top {
        height: auto;
        margin-bottom: 20px;
    }
    .slider-heading {
        font-size: 30px;
    }
    .slider-subtitle {
        font-size: 25px;
    }
    .btn-donate {
        padding: 5px 10px;
    }
    .ticket-link {
        width: 80px;
        margin-left: 10px;
    }
    #toggle-icon, #toggle-icon.active {
        margin-left:10px;
    }
    .logo {
        width: 60px;
    }
    .btn-donate img {
        width: 15px;
    }
    .intro-menu-item a {
        font-size: 20px;
    }
    .intro-menu-item img {
        width: 20px;
        margin-left: 5px;
    }
		.sponsor-flex {
    flex-direction: column;
}
		.video-right iframe{
			height:auto;
}
		.video-left iframe{
			height:auto;
}
		.form-flex {
    gap: 20px;
    flex-direction: column;
}
}

@media(max-width:400px){
    .social-icons img {
        width: 40px;
    }
}

@media(max-width:370px){
#toggle-icon, #toggle-icon.active {
    width: 35px;
    height: 39px;
    margin-left: 5px;
}
.logo {
    width: 50px;
}
.ticket-link {
    width: 70px;
    margin-left: 5px;
}

.header-flex .btn-donate {
    width: 137px;
    justify-content: center;
}
.btn-donate {
    font-size: 14px!important;
}
.slider-heading {
    font-size: 30px;
}
}

@media(max-width:350px){
.slider video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
	.slider-heading {
    font-size: 25px;
}
}

/* header */

.pride-header-flex {
    display: flex;
    margin: 0 auto;
}

.pride-header img {
    width: 100%;
    height: auto;
}

/* about */

.pride-header-flex {
    display: flex;
    margin: 0 auto;
}

.pride-header img {
    width: 100%;
    height: auto;
}

/* about */

.about-flex {
	padding: 30px 0 30px 0;
}

.about-top {
    display: flex;
    justify-content: center;    
}

.about-text1 {
    padding: 20px 140px;
}

.about-text1 h3 {
    font-weight: 600;
    color: #000;
}

.about-top-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding: 90px 30px 100px 70px;
}

.about-top-right {
    display: flex;
    flex: 1;
}

.about-top-right img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.about-main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 50px;
}

.about-icons-flex  {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.about-icons img {
    margin: 0 auto;
    padding: 40px;
    width: 100%;
    max-width: 230px;
}

.about-text2 {
    display: flex;
    justify-content: space-between;
}

.text2-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px;
    flex: 1;
    text-align: left;
}

.text2-left {
    display: flex;
    padding: 50px;
    flex: 1;
}

.text2-left img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

.about-text3 {
    padding: 20px 140px;
    text-align: left;
}

.our-story {
    display: flex;
    justify-content: center;
}

.began {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 180px;
}

.began h3 {
    font-weight: 500;
    padding-bottom: 50px;
}

.began-img  {
    display: flex;
    padding: 20px 180px 50px 180px;
}

.began-img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-shadow: 5px 10px 18px #00000046;
}

.five-facts {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0px 100px 60px 100px;
}

.five-facts-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px;
    text-align: center;
    gap: 30px;
    margin: 60px 50px 0px 50px;
}

.five-facts p {
    font-size: 18px;
}

.fact1 {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.283);
    width: 350px;
    height: auto;
    padding: 40px;
    align-items: center;
    text-align: center;
    gap: 30px;
    box-shadow: 5px 10px 18px #00000046;
}

.fact1 img {
    width: 60%;
    height: auto;
}

.fact2 {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.283);
    width: 350px;
    height: auto;
    padding: 40px;
    align-items: center;
    text-align: center;
    gap: 30px;
    box-shadow: 5px 10px 18px #00000046;
}

.fact2 img {
    width: 60%;
    height: auto;
}

.fact3 {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.283);
    width: 350px;
    height: auto;
    padding: 40px;
    align-items: center;
    text-align: center;
    gap: 30px;
    box-shadow: 5px 10px 18px #00000046;
}

.fact3 img {
    width: 60%;
    height: auto;
}

.fact4 {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.283);
    width: 350px;
    height: auto;
    padding: 40px;
    align-items: center;
    text-align: center;
    gap: 30px;
    box-shadow: 5px 10px 18px #00000046;
}

.fact4 img {
    width: 60%;
    height: auto;
}

.fact5 {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.283);
    width: 350px;
    height: auto;
    padding: 40px;
    align-items: center;
    text-align: center;
    gap: 30px;
    box-shadow: 5px 10px 18px #00000046;
}

.fact5 img {
    width: 60%;
    height: auto;
}

/* projects module */

.proj-flex {
    display: flex;
    width: 100%;
}

.our-proj {
    display: flex;
    justify-content: center;
    background-color: #32a4dc;
    padding: 30px;
    margin: 0 auto;
    width: 100%;
}

.proj-title1 {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.proj-title1 h2 {
    display: flex;
    color: #fff;
}

.proj-title1 img {
    width: 100px;
    height: auto;
}

.proj-intro {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 50px;
    
}

.proj-intro h3 {
    font-weight: 500;
}

.proj-title2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
    gap: 20px;
}

.proj-title2 h1 {
    color: #000;
}

.proj-main {
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

.proj-main-left {
    display: flex;
    flex: 1;
    padding: 60px;   
}

.proj-main-left img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  
}

.proj-main-right {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 60px;
}

.proj-btm  {
    display: flex;
    justify-content: center;
}

.proj-btm li  {
    font-size: 22px;
}

.btm-content {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 50px;
    text-align: center;
}

.btm-nav-flex {
	display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #32a4dc;
    gap: 100px;
    margin: 0 auto;
    padding: 30px;
    width: 100%;
}

.btm-nav-left {
    display: flex;
    align-items: center;
}

.btm-nav-right {
    display: flex;
    align-items: center;
}

.btm-nav-left img {
    height: 20px;
    width: auto;
    margin-right: 20px;
}

.btm-nav-right img {
    height: 20px;
    width: auto;
    margin-left: 20px;
}

.btm-nav-mid {
    display: flex;
    justify-content: center;
}

.btm-nav-mid img {
    width: 30%;
    height: auto;
}

.flag {
    display: flex;
    flex-direction: column;
}

.brown {
    display: flex;
    height: 30px;
    width: 100%;
    background-color: #7b4d33;
}

.pink {
    display: flex;
    height: 30px;
    width: 100%;
    background-color: #f39ac0;
}

.light-blue {
    display: flex;
    height: 30px;
    width: 100%;
    background-color: #7efdfc;
}

@media only screen and (max-width: 1024px){
    .proj-flex {
        display: flex;
        width: 100%;
    }
    
    .our-proj {
        display: flex;
        justify-content: center;
        background-color: #32a4dc;
        padding: 30px;
        margin: 0 auto;
        width: 100%;
    }
    
    .proj-title1 {
        display: flex;
        justify-content: center;
        gap: 30px;
        align-items: center;
    }
    
    .proj-title1 h2 {
        font-size: 34px;
    }
    
    .proj-intro {
        padding: 40px;
        
    }
    
    .proj-title2 h1 {
        font-size: 37px;
        color: #000;
    }

    .proj-title2 h4 {
        font-size: 22px;
    }
    
    .proj-main-left {
        padding: 40px;   
    }
    
    .proj-main-left img {
        width: 100%;
        height: auto;
        margin: 0 auto;
      
    }
    
    .proj-main-right {
        padding: 40px 70px 40px 10px;
    }
    
    
    .proj-btm li  {
        font-size: 20px;
    }
    
    .btm-content {
        padding: 40px;
    }
    
    .btm-nav-flex {
        padding: 25px;
    }
    
}

@media only screen and (max-width: 900px){
    .proj-main {
        flex-direction: column;
    }

    .proj-main-left {
        padding: 40px;   
    }
    
    .proj-main-left img {
        width: 100%;
        height: auto;
        margin: 0 auto;
      
    }
    
    .proj-main-right {
        padding: 40px;
    }
}

@media only screen and (max-width: 768px){
	
  .footer-logo {
    flex-direction: column;
    align-items: center;
  }
	
	.benefits-item {
    flex: 48%;
}
    
    .our-proj {
        padding: 20px;
    }
    
    .proj-title1 {
        gap: 20px;
    }
    
    .proj-title1 h2 {
        font-size: 32px;
    }
    
    .proj-intro {
        padding: 30px;  
    }

    .proj-intro h3 {
        font-size: 24px;
    }
    
    .proj-title2 h1 {
        font-size: 35px;
    }

    .proj-title2 h4 {
        font-size: 22px;
    }
    
    .proj-main-left {
        padding: 30px;   
    }
    
    .proj-main-right {
        padding: 30px;
    }
    
    .proj-btm li  {
        font-size: 22px;
    }
    
    .btm-content {
        padding: 30px;
    }
    
    .btm-nav-flex {
        gap: 60px;
        margin: 0 auto;
        padding: 10px;
    }
    
    .btm-nav-left {
        display: flex;
        align-items: center;
    }
    
    .btm-nav-right {
        display: flex;
        align-items: center;
    }
    
    .btm-nav-left img {
        height: 20px;
        width: auto;
        margin-right: 20px;
    }
    
    .btm-nav-right img {
        height: 20px;
        width: auto;
        margin-left: 20px;
    }
    
    .btm-nav-mid {
        display: flex;
        justify-content: center;
    }
    
    .btm-nav-mid img {
        width: 30%;
        height: auto;
    }
    
}

@media only screen and (max-width: 660px){
    .btm-nav-mid img {
        display: none;
    }
}


@media only screen and (max-width: 480px){
	.hp-search input#mod-finder-searchword111,.hp-search input#q {
    width: 70%;
}
    .our-proj {
        padding: 10px;
    }

    .proj-title2 p  {
        font-size: 18px;
    }

    .proj-title2 {
        text-align: center;
        padding: 20px;
    }
    
    .proj-title1 {
        gap: 10px;
    }
    
    .proj-title1 h2 {
        font-size: 32px;
    }
    
    .proj-intro {
        padding: 20px;  
    }

    .proj-intro h3 {
        font-size: 20px;
    }
    
    .proj-title2 h1 {
        font-size: 35px;
    }

    .proj-title2 h4 {
        font-size: 22px;
    }

    .proj-main p {
        font-size: 18px;
    }
    
    .proj-main-left {
        padding: 20px;   
    }
    
    .proj-main-right {
        padding: 20px;
    }
    
    .proj-btm li  {
        font-size: 22px;
    }
    
    .btm-content {
        padding: 20px;
    }

    .btm-content p {
        font-size: 18px;
    }
	
 	.btm-nav-left {
        display: flex;
        align-items: center;
    }
	
	.btm-nav-flex {
		gap: 10px;
		margin: 0 auto;
		padding: 10px;
}

}

@media only screen and (max-width: 1200px){
    .perform-right h3 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 980px){
    .perform-right h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px){
    .perform-flex {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        gap: 30px;
    }

    .perform-right h3 {
        text-align: center;
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px){
    .perform-flex {
        padding: 10px;
        gap: 30px;
    }

    .perform-right h3 {
        text-align: center;
        font-size: 22px;
        padding: 0;
    }
}

.joinparade-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    gap: 40px;
}

.joinparade-left  {
    display: flex;
    flex: 1;
}

.joinparade-right  {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.joinparade-left img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1200px){
    .joinparade-right h3 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 980px){
.joinparade-flex {
    flex-direction: column;
}

    .joinparade-right h3 {
        font-size: 20px;
    }
    .joinparade-left img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 768px){
    .joinparade-flex {
        padding: 20px 0;
        gap: 30px;
    }

    .joinparade-right h3 {
        text-align: center;
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px){
    .joinparade-flex {
        padding: 10px;
        gap: 30px;
    }

    .joinparade-right h3 {
        text-align: center;
        font-size: 22px;
        padding: 20px;
    }
}

.joinmarket-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    gap: 40px;
}

.joinmarket-left  {
    display: flex;
    flex: 1;
}

.joinmarket-right  {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.joinmarket-left img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1200px){
    .joinmarket-right h3 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 980px){
.joinmarket-flex {
    flex-direction: column;
}

    .joinmarket-right h3 {
        font-size: 20px;
    }
    .joinmarket-left img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 768px){
    .joinmarket-flex {
        padding: 20px 0;
        gap: 30px;
    }

    .joinmarket-right h3 {
        text-align: center;
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px){
    .joinmarket-flex {
        padding: 10px;
        gap: 30px;
    }

    .joinmarket-right h3 {
        text-align: center;
        font-size: 22px;
        padding: 20px;
    }
}

.patron-head {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.patron-flex {
    display: flex;
    justify-content: center;
    padding: 60px 0 60px 0;
    gap: 100px;
    margin: 0 auto;
}

.patron-1 {
    display: flex;
    flex-direction: column;
    flex: 33%;
    margin: 0 auto;
}

.patron-1 img {
    width: 100%;
    height: auto;
}

.patron-2 {
    display: flex;
    flex-direction: column;
    flex: 33%;
    margin: 0 auto;
}

.patron-2 img {
    width: 100%;
    height: auto;
}

.patron-3 {
    display: flex;
    flex-direction: column;
    flex: 33%;
    margin: 0 auto;
}

.patron-3 img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1200px){
    .patron-flex {
        padding: 60px 0 60px 0;
        gap: 80px;
        
    }
}

@media only screen and (max-width: 980px){
    .patron-flex {
        padding: 60px 0 60px 0;
        gap: 60px;
        
    }
}


@media only screen and (max-width: 768px){
    .patron-flex {
        flex-direction: column;
        padding: 60px 0 60px 0;
    }

    .patron-1 {
        padding: 30px;
    }

    .patron-1 img {
        width: 100%;
        height: auto;
    }

    .patron-2 {
        padding: 30px;
    }

    .patron-2 img {
        width: 100%;
        height: auto;
    }

    .patron-3 {
        padding: 30px;
    }

    .patron-3 img {
        width: 100%;
        height: auto;
    }
	
	.form-wrapper {
	flex-direction: column;
}

}


@media only screen and (max-width: 480px){
    .patron-flex {
        padding: 0;
    }

    .patron-head {
        margin-bottom: 20px;
    }

    .patron-1 {
        padding: 0;
    }
    
    .patron-2 {
        padding: 0;
    }

    .patron-3 {
        padding: 0;
    }

    
}

/*  aboout */

.about-top {
    display: flex;
    justify-content: center;    
}

.about-text1 {
    padding: 20px 140px;
}

.about-text1 h3 {
    font-weight: 600;
    color: #000;
}

.about-top-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding: 90px 30px 100px 70px;
}

.about-top-right {
    display: flex;
    flex: 1;
}

.about-top-right img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.about-main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 50px;
}

.about-icons-flex  {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.about-icons img {
    padding: 20px;
    max-width:150px; 
}

.about-text2 {
    display: flex;
    justify-content: space-between;
}

.text2-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px;
    flex: 1;
    text-align: left;
}

.text2-left {
    display: flex;
    padding: 50px;
    flex: 1;
}

.text2-left img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

.about-text3 {
    padding: 20px 140px;
    text-align: left;
}

.our-story {
    display: flex;
    justify-content: center;
}

.began {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 180px;
}

.began h3 {
    font-weight: 500;
    padding-bottom: 50px;
}

.began-img  {
    display: flex;
    padding: 20px 180px 50px 180px;
}

.began-img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-shadow: 5px 10px 18px #00000046;
	padding: 0;
}

.five-facts {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0px 100px 60px 100px;
}

.five-facts-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px;
    text-align: center;
    gap: 30px;
    margin: 60px 50px 0px 50px;
}

.five-facts p {
    font-size: 18px;
}

.fact1 {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.283);
    width: 350px;
    height: auto;
    padding: 40px;
    align-items: center;
    text-align: center;
    gap: 30px;
    box-shadow: 5px 10px 18px #00000046;
}

.fact1 img {
    width: 60%;
    height: auto;
}

.fact2 {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.283);
    width: 350px;
    height: auto;
    padding: 40px;
    align-items: center;
    text-align: center;
    gap: 30px;
    box-shadow: 5px 10px 18px #00000046;
}

.fact2 img {
    width: 60%;
    height: auto;
}

.fact3 {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.283);
    width: 350px;
    height: auto;
    padding: 40px;
    align-items: center;
    text-align: center;
    gap: 30px;
    box-shadow: 5px 10px 18px #00000046;
}

.fact3 img {
    width: 60%;
    height: auto;
}

.fact4 {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.283);
    width: 350px;
    height: auto;
    padding: 40px;
    align-items: center;
    text-align: center;
    gap: 30px;
    box-shadow: 5px 10px 18px #00000046;
}

.fact4 img {
    width: 60%;
    height: auto;
}



@media only screen and (max-width: 1200px){
    .about-text1 {
        padding: 20px;
    }
    
    .about-text1 h3 {
        font-weight: 600;
        color: #000;
    }
    
    .about-top-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
        padding: 90px 50px 100px 50px;
    }
	.about-main {
    padding: 20px;
}
    
    .about-top-left h2 {
        font-size: 32px;
    }

    .about-top-left p  {
        font-size: 18px;
    }
    
    .text2-right {
        padding: 20px;
    }

    .text2-right p {
        font-size: 18px;
    }
    
    .text2-left {
        padding: 20px;
    }
    
    .about-text3 {
        padding: 20px 50px;
        text-align: left;
    }
    
    .our-story {
        display: flex;
        justify-content: center;
    }
    
    .began {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 20px;
    }
}

@media only screen and (max-width: 980px){
    .about-top {
        flex-direction: column-reverse;
        padding-top: 50px;    
    }

    .about-text2 {
        flex-direction: column-reverse;
        padding-top: 50px;  
    }
}

@media only screen and (max-width: 480px){

    .about-main{
        padding: 10px;
    }
    .about-top {
        padding: 10px;   
    }

    .about-top-right  {
        padding:20px 10px 20px 10px;
    }

    .about-top-left {
        padding:20px 10px 20px 10px;
    }

    .about-text1  {
        text-align: center;
        padding: 20px 10px 20px 10px;
        
    }

    .about-text3 {
        padding: 10px;
    }

    .began-img img {
        width: 100%;
        height: auto;
    }

    .began-img {
        padding: 30px 20px 30px 20px;
    }

    .five-facts  {
        padding: 30px 10px 20px 10px;
    }
	
	.five-facts-text {
		padding: 10px;
		margin: 0 auto;
	}
}


/* Volunteering Benefits */

@media (max-width: 960px) {

	.volunteer-benefits-flex {
flex-direction: column;	
}
	
	.volunteer-benefits-flex img {
width: 100%;	
		margin: 0!important;
}
	
}

/* Sponsors & Supporters */
#dj-galleryGrid10m135 {
    max-width: max-content;
    margin: 0 auto;
}

#dj-galleryGrid10m135 .dj-slide {
	opacity: 1!important;

}

#dj-mslider10m136 .dj-slide-image img {
padding: 0;
}

#dj-mslider10m136 .dj-mslider-in {
z-index:-1;
}
#dj-mslider10m136 .dj-slides {
border-radius: 0;
}

/******rc team edit****/

/**.rc_member.rc_member_4col:nth-child(34) .rc_member_img:hover {
  background-image: url('https://www.pridecymru.com/images/Laura.png')!important;
}**/

div.rc_member_4col {
    display: inline-block;
    width: calc(25% - 40px);
    vertical-align: top;
}

@media (max-width: 1200px){
	div.rc_member_4col {
	width: calc(33.333% - 40px);
}
}

@media (max-width: 990px){
	div.rc_member_4col {
	width: calc(50% - 20px);
}
}

@media (max-width: 600px){
	div.rc_member_4col {
	width: calc(100% - 10px);
}
}
