/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2024 | 19:29:43 */
/* buttons */

a.button {
	border: 1px solid;
	border-radius: 5px;
}

a.button.red {
	background-color: #A91F23;
	border-color: #A91F23;
}

a.button.yellow {
	background-color: #EF9E20;
	border-color: #EF9E20;
}

a.button.green {
	background-color: #7FB041;
	border-color: #7FB041;
}

a.button.blue {
	background-color: #388AC9;
	border-color: #388AC9;
}

a.button.purple {
	background-color: #713E71;
	border-color: #713E71;
}

a.button.gray {
	background-color: #707070;
	border-color: #707070;
}

a.button.black {
	background-color: #000;
	border-color: #000;
}

a.button.white {
	background-color: transparent;
	border-color: #fff;
}

.round-buttons {
	display: flex;
    justify-content: center;
}

.round-buttons a {
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 20px;
}

/* header */

.topbar {
	background-color: #000;
}

.topbar .headerButtons a {
	background-color: #7FB041;
	border-color: #7FB041;
	padding: 4px 20px !important;
    padding-bottom: 2px !important;
}

.topbar .socialButtons a {
	color: #fff;
}


#header .navigation.main > ul > li.menu-item-has-children {
  	padding-right: 20px;
}

#header .navigation.main > ul > li.menu-item-has-children:after {
  	content: '';
    position: absolute;
    top: 25px;
    right: 0;
    width: 11px;
    height: 6px;
    background-image: url(https://lgbtqcenter.org/wp-content/uploads/2022/07/menu-arrow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#header .navigation > ul > li > .sub-menu {
  padding: 0px;
  padding-top: 15px;
  border: none;
}

#header .navigation > ul > li > .sub-menu > li {
  text-align: left;
  padding: 15px;
  padding-top: 0;
  margin-bottom: 0;
}

#header .navigation > ul > li > .sub-menu > li.menu-item-has-children:after {
  	content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 11px;
    height: 6px;
    background-image: url(https://lgbtqcenter.org/wp-content/uploads/2022/07/menu-arrow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  	transform: rotate(-90deg);
}

#header .navigation > ul > li > .sub-menu > li.menu-item-has-children > ul.sub-menu {
  	position: absolute;
    display: none;
    text-align: center;
    top: -24px;
    right: -180px;
    width: 180px;
    width: 11.25rem;
    margin-left: -90px;
    margin-left: -5.625rem;
    background: #000;
    padding: 16px 32px;
    padding: 15px;
    border: none;
    border-top: none;
    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
    z-index: 802;
}

#header .navigation > ul > li > .sub-menu > li.menu-item-has-children > ul.sub-menu li {
  text-align: left;
}

#header .navigation > ul > li > .sub-menu > li.menu-item-has-children > ul.sub-menu a {
  	color: #fff;
}

#header .navigation > ul > li > .sub-menu > li.menu-item-has-children:hover > ul.sub-menu, #header .navigation > ul > li > .sub-menu > li.menu-item-has-children:focus > ul.sub-menu {
  	display: block;
}

/* rainbow mask */

.mask-rainbow {
	background: rgb(169,31,35);
	background: linear-gradient(180deg, rgba(169,31,35,1) 0%, rgba(239,158,32,1) 25%, rgba(127,176,65,1) 50%, rgba(56,138,201,1) 75%, rgba(113,62,113,1) 100%);
	opacity: .7;
}

/* faded backgrounds */

.block.background-red.faded-background {
	background-color: rgba(169, 31, 35, 0.7) !important
}

.block.background-yellow.faded-background {
	background-color: rgb(239 158 32 / 70%) !important;
}

.block.background-green.faded-background {
	background-color: rgb(127 176 65 / 80%) !important;
}

.block.background-blue.faded-background {
	background-color: rgb(56 138 201 / 70%) !important;
}

.block.background-purple.faded-background {
	background-color: rgb(113 62 113 / 70%) !important;
}

.block.background-gray.faded-background {
	background-color: rgb(112 112 112 / 70%) !important;
}

/* special elements - fullwidth title */

.block.fullwidth-title .container,
.block.fullwidth-title .grid,
.block.fullwidth-title .content {
	overflow: visible !important;
}

.block.fullwidth-title p,
.block.fullwidth-title img {
	margin-bottom: 0px;
}

.block.fullwidth-title h2 {
	text-align: center;
	position: relative;
	color: #fff !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.block.fullwidth-title h2.textColor-black {
	background-color: #000 !important;	
}

.block.fullwidth-title h2.textColor-red {
	background-color: #A91F23 !important;
}

.block.fullwidth-title h2.textColor-yellow {
	background-color: #EF9E20 !important;
}

.block.fullwidth-title h2.textColor-green {
	background-color: #7FB041 !important;
}

.block.fullwidth-title h2.textColor-blue {
	background-color: #388AC9 !important;
}

.block.fullwidth-title h2.textColor-purple {
	background-color: #713E71 !important;
}

.block.fullwidth-title .row > .column:first-child h2 {
	border-radius: 0px 50px 50px 0px;
}

.block.fullwidth-title .row > .column:first-child h2:before {
	position: absolute;
	content: '';
	top: 0px;
	left: -500px;
	width: 500px;
	height: 100%;
}

.block.fullwidth-title .row > .column:first-child h2.textColor-red:before {
	background-color: #A91F23;
}

.block.fullwidth-title .row > .column:first-child h2.textColor-yellow:before {
	background-color: #EF9E20;
}

.block.fullwidth-title .row > .column:first-child h2.textColor-green:before {
	background-color: #7FB041;
}

.block.fullwidth-title .row > .column:first-child h2.textColor-blue:before {
	background-color: #388AC9;
}

.block.fullwidth-title .row > .column:first-child h2.textColor-purple:before {
	background-color: #713E71;
}

.block.fullwidth-title .row > .column:last-child h2 {
	border-radius: 50px 0px 0px 50px;
}

.block.fullwidth-title .row > .column:last-child h2:before {
	position: absolute;
	content: '';
	top: 0px;
	right: -500px;
	width: 500px;
	height: 100%;
}

.block.fullwidth-title .row > .column:last-child h2.textColor-red:before {
	background-color: #A91F23;
}

.block.fullwidth-title .row > .column:last-child h2.textColor-yellow:before {
	background-color: #EF9E20;
}

.block.fullwidth-title .row > .column:last-child h2.textColor-green:before {
	background-color: #7FB041;
}

.block.fullwidth-title .row > .column:last-child h2.textColor-blue:before {
	background-color: #388AC9;
}

.block.fullwidth-title .row > .column:last-child h2.textColor-purple:before {
	background-color: #713E71;
}

.block.fullwidth-title .row > .column.width-twelve h2 {
	border-radius: 0px;
}

.block.fullwidth-title .row > .column.width-twelve h2.textColor-black:before {
	position: absolute;
	content: '';
	top: 0px;
	left: -500px;
	width: 500px;
	height: 100%;
	background-color: #000;
}

.block.fullwidth-title .row > .column.width-twelve h2.textColor-black:after {
	position: absolute;
	content: '';
	top: 0px;
	right: -500px;
	width: 500px;
	height: 100%;
	background-color: #000;
}

/* special elements - fullwidth title */

.block.circle-images img {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

img.red-border {
	border: 2px solid #A91F23;
}

img.yellow-border {
	border: 2px solid #EF9E20;
}

img.green-border {
	border: 2px solid #7FB041;
}

img.blue-border {
	border: 2px solid #388AC9;
}

img.purple-border {
	border: 2px solid #713E71;
}

/* home events */

.block.home-events .excerpt.event {
	width: 33.33%;
	padding: 40px;
	color: #000;
}

.block.home-events .excerpt.event .inner {
	height: auto;
    padding: 0;
}

.block.home-events .excerpt.event .inner .image,
.block.home-events .excerpt.event .inner .content {
	position: relative;
}

.block.home-events .excerpt.event .inner .content {
	padding: 0px;
}

.block.home-events .excerpt.event .inner .mask {
	display: none;
}

.block.home-events .excerpt.event .inner .content .info {
	width: 100%;
	text-align: left;
}

.block.home-events .excerpt.event .inner .content .info p.event-excerpt-title {
	font-family: 'Playfair Display', serif !important;
	font-size: 1.625rem;
	font-weight: 700;
	color: #713E71 !important;
}

.block.home-events .excerpt.event .inner .content .info p.event-excerpt-readmore {
	color: #388AC9 !important;
}

/* Home News */

.block.home-news .excerpts .excerpt {
	width: 100%;
}

.block.home-news .excerpts .excerpt p.post-excerpt-title {
	font-family: 'Playfair Display', serif !important;
	font-size: 1.625rem;
	font-weight: 700;
	color: #388AC9 !important;
	padding-bottom: 7px;
    border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

.block.home-news .excerpts .excerpt p.post-excerpt-readmore a {
	color: #388AC9 !important;
}

/* footer menu */

#gform_4 input[type="text"] {
	color: #000;
}

/* Menu media queries */

@media(max-width:1620px) {
	#header .navigation.main > ul > li > a {
		font-size: 16px;
	}
	#header .navigation.main > ul > li.menu-item-has-children:after {
		top: 23px;
	}
}

@media(max-width:1500px) {
	#header .navigation.main > ul > li > a {
		font-size: 14px;
	}
	#header .navigation.main > ul > li.menu-item-has-children:after {
		top: 21px;
	}
}

@media(max-width:1380px) {
	#header .navigation.main > ul > li > a {
		font-size: 12px;
	}
	#header .navigation.main > ul > li.menu-item-has-children:after {
		top: 20px;
	}
}

@media(max-width:1280px) {
	#header .navigation.main > ul > li > a {
		font-size: 10px;
	}
	#header .navigation.main > ul > li.menu-item-has-children:after {
		top: 19px;
	}
	#header .navigation.main > ul > li {
		margin-left: 1.5rem;
	}
}

@media(max-width:1080px) {
	#header .navigation.main > ul > li {
		margin-left: 1rem;
	}
}

/* Footer Newsletter */

@media(max-width:75rem) {
	#footer .footer-newsletter .imagebg {
		background-size: 240%;
    	background-position: 70% 100%;
	}
}


@media(max-width:62rem) {
	#footer .footer-newsletter .imagebg {
		background-size: 260%;
		background-position: 67% 100%;
	}
}

@media(max-width:48rem) {
	#footer .footer-newsletter .imagebg {
		background-color: #000;
    	background-image: none !important;
	}
}

/* Home Hero */

.home-slider .slide .imagebg {
	width: 50%;
	left: 50%;
}

.home-slider .slide .content {
	position: absolute !important;
    width: 50% !important;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
	background-color: #000000 !important
}

.home-slider .slide .content .container {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
}

.page-title .entry-title{
  font: normal 900 60px / 60px "Lato", Helvetica, Arial, Verdana, sans-serif;
  color: #111111;
  text-transform: none;
  letter-spacing: 1px;
  margin-bottom: 40px;
  margin-top: 30px;
}

.mec-events-event-image img{
  height: auto;
}

#mec_search_form_1758 label{
  display: none;
}

#wpbdp-page-main_page{
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 50px;
}

#wpbdp-main-box{
  grid-column: 1 / span 4;
}

ul.wpbdp-categories.cf.wpbdp-categories-large{
  display: block;
}

.wpbdp-categories .cat-item{
  width: 100%;
}

.mec-wrap .button:hover{
  border-color: #A91F23 !important;
}

.mec-wrap .button{
  color: #ffffff;
}

#wpbdp-categories .wpbdp-categories{
	padding: 0;
}

@media(max-width:767px) {
	.home-slider .slide {
		flex-wrap: wrap;
	}
	.home-slider .slide .imagebg {
		position: relative;
		width: 100%;
		height: 50%;
		left: 0;
		order: 1;
	}
	.home-slider .slide .content {
		position: relative !important;
		width: 100% !important;
		height: 50%;
		order: 2;
	}
}

@media(max-width:600px) {
	.home-slider {
		padding-top: 100% !important;
	}
}

@media(max-width:450px) {
	.home-slider {
		padding-top: 200% !important;
	}
}

.page-id-3610 #footer{
  margin-top: -200px;
  z-index: -1;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .page-id-3610 #footer{
    margin-top: -90px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-id-3610 #footer{
    margin-top: -120px;
  }
  .page-id-3610 #footer .footer-newsletter .imagebg{
    background-size: 190%;
  }
}
@media only screen and (max-width: 1100px) {
  .page-id-3610 #footer .footer-newsletter .imagebg{
    background-size: 210%;
  }
}
@media only screen and (max-width: 980px) {
  .page-id-3610 #footer{
    margin-top: 0px;
  }
  .page-id-3610 #footer .footer-newsletter .imagebg{
    background-size: 240%;
  }
}













