/* 
 Theme Name:     House of Ruth Maryland
 Author:         ORANGEHAT
 Author URI:     http://www.orangehat.us 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

/* 5 columns */
.et_pb_module.five-columns{
	width: 20%;
	float: left;
}

.hrm-module-icon {
	background-size: 50%;
	background-position: top center;
	background-repeat: no-repeat;
}
	.hrm-module-icon img{
		opacity:1;
		transition:all .2s ease;
		width:50%;
	}
	.hrm-module-icon:hover img {
		opacity:0;
	}

	.hrm-module-icon .et_pb_blurb_container > h4 {
		color:#5B297C;
		transition:all .2s ease;
	}
	.hrm-module-icon:hover .et_pb_blurb_container > h4 {
		color:#54B58D;
	}

.financial-icon{
  background-image:url('/wp-content/uploads/2017/11/give-money-green-01.svg');
}
.volunteer-icon {
  background-image:url('/wp-content/uploads/2017/11/give-volunteer-green-01.svg');
}
.wish-icon {
  background-image:url('/wp-content/uploads/2017/11/give-wishlist-green-01.svg');
}
.bmore-icon {
  background-image:url('/wp-content/uploads/2017/11/give-bmorebags-green-01.svg');
}
.ruths-icon {
  background-image:url('/wp-content/uploads/2017/11/give-ruthcloset-green-01.svg');
}

@media (max-width: 980px){
	.et_pb_module.five-columns{
		width: 33.3%;
	}
}
 
@media all and (max-width: 767px) {
	.et_pb_module.five-columns{
		width: 50%;
	}
}

.et_pb_toggle_close{
	background-color: #fff;
}

/* Fonts */
@font-face {
	font-family: 'Hellena Script';
	src: url('assets/fonts/hellena-script/Hellena Script-webfont.eot'); /* IE9 Compat Modes */
	src: url('assets/fonts/hellena-script/Hellena Script-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('assets/fonts/hellena-script/Hellena Script-webfont.woff2') format('woff2'), /* Super Modern Browsers */
	     url('assets/fonts/hellena-script/Hellena Script-webfont.woff') format('woff'), /* Pretty Modern Browsers */
	     url('assets/fonts/hellena-script/Hellena Script.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('assets/fonts/hellena-script/Hellena Script-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Argent DemiBold';
    src: url('assets/fonts/argent/ArgentCF-DemiBold.eot');
    src: url('assets/fonts/argent/ArgentCF-DemiBold.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/argent/ArgentCF-DemiBold.woff') format('woff'),
		 url('assets/fonts/argent/ArgentCF-DemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'globerregular';
    src: url('assets/fonts/glober/glober_regular-webfont.eot');
    src: url('assets/fonts/glober/glober_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/glober/glober_regular-webfont.woff') format('woff'),
         url('assets/fonts/glober/glober_regular-webfont.ttf') format('truetype'),
         url('assets/fonts/glober/glober_regular-webfont.svg#globerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'globerregular', sans-serif !important;
    color: #666 !important;
}

h1{
	font-family: 'Hellena Script', serif !important;
}

#main-header,
#et-top-navigation,
#mobile_menu_slide,
h2,
h3,
.et_pb_blurb h4,
.et_pb_button,
.percent-value,
#tribe-events-pg-template .tribe-events-content h1,
.BBFormSectionHeading > label,
.BBFormRadioLabelGivingLevel,
#bboxdonation_btnSubmit{
	font-family: 'Argent DemiBold', serif !important;
}

body,
#top-menu li{
	font-size: 15px;
}
#top-menu li,
#top-menu li a{
    text-transform: none !important;
    font-size: 18px !important;
}

#et-secondary-nav a {
    color: #67338b !important;
}

.et_pb_text_inner h2 {
    color: #333 !important;
}

h1,
.et_pb_title_container h1{
	font-size: 42px;
}

.single-post .entry-title{
	font-size: 52px;
	font-family: 'Argent DemiBold', serif !important;
    color: #333;
}

.widgettitle{
	font-weight:bold;
    color: #333 !important;
    font-family: 'globerregular', sans-serif !important;
}
.et_pb_blog_grid h2 {
    color: #333 !important;
}

.headline h2,
.hotline h2{
	font-size: 30px;
}

h2,
.hotline h2 > span:first-child,
.et_pb_blurb h4,
#tribe-events-pg-template .tribe-events-content h1,
#tribe-events-pg-template .tribe-events-content h2,
.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2{
	font-size: 23px;
}

h3,
.et_pb_button{
	font-size: 18px;
}

.et_pb_toggle > h5,
.questions + h2{
	font-size: 16px;
}

#mobile_menu_slide > li > a{
	font-size: 18px;
}

#mobile_menu_slide .sub-menu > li > a{
	font-size: 15px;
}

.et_pb_module .wpcf7 input[type="text"],
.et_pb_module .wpcf7 input[type="email"],
.et_pb_module .wpcf7 inpug[type="tel"],
.et_pb_module .wpcf7 select,
.et_pb_module .wpcf7 textarea{
	font-size: 16px;
}

.footer-widget p,
.question > p > em{
	font-size: 13px !important;
}

input{
font-family: 'globerregular', sans-serif!important;
}

/* compact widescreen laptops (e.g. Macbook) */
@media only screen and (min-width: 982px) and (max-width: 1440px){
	.home.page .et_pb_section.fullwidth .et_pb_bmore_overlay h1{
		font-size: 52px;
	}
	
	.home.page .et_pb_section.fullwidth .et_pb_bmore_overlay p{
		font-size: 15px;
		line-height: 1.5;
	}
}

@media only screen and (min-width: 981px){
	body,
	#top-menu li{
		font-size: 18px;
	}

	h1,
	.et_pb_title_container h1{
		font-size: 76px;
	}
	
	.headline h2,
	.hotline h2{
		font-size: 45px;
	}
	
	h2,
	.hotline h2 > span:first-child,
	.et_pb_blurb h4,
	#tribe-events-pg-template .tribe-events-content h1,
	#tribe-events-pg-template .tribe-events-content h2,
	.et_pb_column_1_3 h2,
	.et_pb_column_1_4 h2{
		font-size: 32px;
	}
	
	h3,
	.et_pb_button{
		font-size: 24px !important;
	}
	
	.et_pb_toggle > h5,
	.questions + h2{
		font-size: 20px;
	}
	
	#mobile_menu_slide > li > a{
		font-size: 20px;
	}
	
	#mobile_menu_slide .sub-menu > li > a{
		font-size: 16px;
	}
}

.et_slide_in_menu_container{
	background: #67338b;
}

	.et_slide_in_menu_container #mobile_menu_slide li a{
		padding: 5px 0;
	}

		#mobile_menu_slide > li > a{
			color: #ffffff;
		}

			#mobile_menu_slide .sub-menu > li > a{
				color: #9373ab;
			}

				.et_slide_in_menu_container #mobile_menu_slide li li a{
					opacity: 1;
				}

.visuallyhidden{
	position: absolute;
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; width: 1px; 
	margin: -1px;
	padding: 0;
	border: 0;
}

.container{
	max-width: 1370px;
}

.container.et_menu_container{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 93px;
	transition: height .4s;
	max-width: none;
	width: 95%;
}

	.et-fixed-header .container.et_menu_container{
		height: 54px;
	}

	.et_header_style_left .logo_container{
		position: relative;
		width: auto;
		margin-right: auto;
		display: flex;
		align-items: center;
	}
	
		.et_pb_svg_logo #hrm-logo{
			width: 234px;
			transition: width .2s;
		}
		
			.et_pb_svg_logo .et-fixed-header #hrm-logo{
				width: 136px;
			}
			
			.et_pb_svg_logo .logo_container > a{
				display: inherit; /* remove bottom padding */
			}

#et-top-navigation,
#top-menu-nav,
#top-menu,
.et_header_style_left #et-top-navigation nav > ul > li > a{
	height: 100%;
}

	.et_header_style_slide .et-fixed-header #et-top-navigation{
		padding: 0 !important;
	}

		.et_header_style_slide #top-menu-nav{
			display: block;
		}

			#top-menu{
				display: flex; /* remove the space between inline-block elements */
				align-items: center;
			}

				#top-menu li{
					padding-right: 0;
					text-align: center;
					height: 100%;
				}

					.et_header_style_left #et-top-navigation nav > ul > li > a{
						display: flex;
						align-items: center;
						padding: 0 10px;
					}
									
						.et_header_style_left #et-top-navigation nav > ul > li:nth-last-child(2) > a,
						.et_header_style_left #et-top-navigation nav > ul > li:last-child > a{
							padding-right: 16px;
							padding-left: 16px;
							color: #fff;
						}

							.et_header_style_left #et-top-navigation nav > ul > li:nth-last-child(2) > a{
								background-color: #662f87;
								margin-left: 6px;
							}
							
							.et_header_style_left #et-top-navigation nav > ul > li:last-child > a{
								background-color: #5eb893;
							}

.et_header_style_left .mobile_menu_bar{
	padding-bottom: 0;
}

	.et_header_style_slide .mobile_menu_bar.et_toggle_slide_menu{
		margin-right: 20px;
		margin-left: 20px;
	}

/* Navigation Map
2199 - What is Abuse
2198 - About
2200 - Contact Us
1811 - Phone
2260 - Donate
2226 - Hide Page */

#top-menu li.menu-item-2226,
#top-menu li.menu-item-2200,
#top-menu li.menu-item-2198,
#top-menu li.menu-item-2199 {
	display: none; /* all but Phone */
}

@media screen and (min-width: 769px){
	#top-menu li.menu-item-1811{
		display: none;
	}
	
	#top-menu li.menu-item-2226{
		display: block;
	}	
}

@media screen and (min-width: 981px){
	.et_header_style_slide #et-top-navigation{
		padding: 0 !important;
	}

	.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a{
		padding-bottom: 0;
	}
	
	#top-menu li[class^="menu-item"]{
		display: block;
	}
}


@media screen and (max-width: 980px){
	.et_fixed_nav #main-header{
		position: fixed !important;
	}

	#hrm_mobile_close{
		display: block;
		color: #fff;
		float: right;
		position: relative;
		margin: 5px 5px 0 0;
		z-index: 10000; /* Divi is dumb sometimes */
	}
	
		#hrm_mobile_close > .icon_close:before{
			font-family: "ETmodules";
			font-weight: normal;
			font-variant: normal;
			font-size: 32px;
			-webkit-font-smoothing: antialiased;
			line-height: 1;
			text-transform: none;
			speak: none;
			content: "\4d";
		}
	
	.et_header_style_left #et-top-navigation{
		padding-top: 0;
	}
	
	.et_header_style_left #et-top-navigation nav > ul > li:last-child > a{
		padding-right: 10px;
		padding-left: 10px;
		margin-left: 12px;
	}
}

#bottom-header{
	background-color: #e8e4e6;
}

	#bottom-header.secnav-up{
		display: none;
	}
	
	#bottom-header.secnav-down{
		display: inherit;
	}

	#et-secondary-nav .menu-item-has-children > a:first-child:after{
		display: none;
	}

		#et-secondary-menu{
			float: none;
			display: flex;
			justify-content: center;
		}
	
		#et-secondary-menu > ul > li a{
			padding-bottom: 0;
			line-height: 40px;
		}
		
		#et-secondary-nav > li:last-child{
			margin-left: 15px;
		}
	
#main-footer .container{
	color: #fff;
}

	#footer-subscribe,
	#footer-widgets{
		padding: 4rem 0;
	}

	#footer-subscribe{
		background-color: #5ebd98;
	}
	
		#footer-subscribe > .container{
			text-align: center;
		}
		
		#footer-subscribe h2{
			color: #fff;
		}
			
		#footer-subscribe input{
			border: none;
			line-height: 34px;
			padding: 0 17px;
			border-radius: 16px;
		}
	
		#footer-subscribe input[type="text"],
		#footer-subscribe input[type="email"]{
			background-color: #459073;
			color: #fff;
			font-size: 16px;
			padding-left: 40px;
		}
		
		#footer-subscribe input[type="submit"]{
			background-color: #fff;
			color: #5ebd98;
			cursor: pointer;
		}

		#footer-subscribe input[type="checkbox"]{
			border-radius: 0;
			margin: 0 5px 0 0;
			padding: 0;
			width: 16px;
			height: 16px;
		}
		
		#footer-subscribe input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
			color: #fff;
		}

		#footer-subscribe input::-moz-placeholder { /* Firefox 19+ */
			color: #fff;
		}

		#footer-subscribe input:-ms-input-placeholder { /* IE 10+ */
			color: #fff;
		}

		#footer-subscribe input:-moz-placeholder { /* Firefox 18- */
			color: #fff;
		}

		.ctct-form-wrapper{
			margin-top: 10px;
		}
		
		.ctct-form-wrapper .ctct-form-field{
			margin-bottom: 0;
		}
		
		.ctct-form-field-text{
			margin-top: 5px;
		}

		.ctct-form-field.ctct-form-field-checkbox{
			margin: 0;
			padding: 0;
		}

		.ctct-form-wrapper .ctct-input-container{
			display: flex;
			justify-content: center;
			margin-top: 10px;
		}
		
		.ctct-form-wrapper .ctct-input-container label{
			color: #fff;
			line-height: 16px;
			text-align: left;
		}
		
		.ctct-form-wrapper .ctct-form-field > label,
		.ctct-disclosure{
			display: none;
		}
	
	#footer-bottom{
		background-color: #67338b;
	}
	
		#footer-widgets .widget_media_image img{
			width: 234px;
		}
	
		#footer-bottom .widget_nav_menu{
			font-size: 12px;
			text-transform: uppercase;
		}
	
		#footer-bottom li{
			display: inline-block;
		}
		
		#footer-widgets .footer-widget li{
			padding-left: 0;
			margin-left: 0;
			margin-right: 20px;
		}
		
		#footer-widgets .footer-widget li:before{
			display: none;
		}
		
		#footer-bottom .et-social-icons{
			float: left;
		}
		
		#footer-bottom .et-social-icons a{
			display: inline-flex;
			align-self: center;
			width: 1em;
			height: 1em;
			min-width: 8px;
			background-color: #fff;
			border-radius: 50%;
			padding: 1rem;
			position: relative;
			font-size: 20px;
		}
		
		#footer-bottom .et-social-icons svg{
			width: 1em;
			height: 1em;
			display: inline-block;
			stroke-width: 0;
			stroke: currentColor;
			fill: #67338b;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}

		#text-3 a{
			display: block;
		}
		
	@media screen and (min-width: 767px){
		.ctct-form{
			max-width: 660px;
			margin: 0 auto;
		}
		
			.ctct-form-field-text:first-of-type{				
				float: left;
				margin-right: 20px;				
			}
			
			.ctct-form-field-text:last-of-type{
				float: right;
			}
			
			.ctct-form-wrapper .ctct-form-field.ctct-form-field-email{
				clear: both;
				float: left;
				margin-left: 132px;
			}
			
			.ctct-form-field-submit{
				float: left;
			}
			
			.ctct-input-container{
				clear: both;
			}
		
		#footer-subscribe input[type="email"]{
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
		}
				
		#footer-subscribe input[type="submit"]{
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
		}		
		
		#footer-subscribe input[type="text"],
		#footer-subscribe input[type="email"]{
			width: 320px;
		}
		
		#footer-widgets .footer-widget li{
			margin-left: 20px;
			margin-right: 0;
		}

		#footer-bottom .widget_nav_menu ul,
		#footer-bottom .et-social-icons{
			float: right;
		}

		#text-3 a{
			display: inline-block;
		}
		
			#text-3 a:before{
				content: '|';
				padding-right: 8px;
				padding-left: 4px;
			}
	}		
		
	@media screen and (min-width: 981px){
		.et_pb_gutters3 .footer-widget,
		.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
			margin-bottom: 0;
		}
	}

/* true fullwidth */
.et_pb_section.fullwidth{
	padding-top: 0;
	padding-bottom: 0;
}

	.et_pb_section.fullwidth > .et_pb_row.et_pb_row_fullwidth{
		width: 100% !important;
		max-width: 100% !important;
		padding-top: 0;
		padding-bottom: 0;
	}
	
		.et_pb_section.fullwidth .et_pb_column,
		.et_pb_section.fullwidth .et_pb_column > .et_pb_module{
			margin-bottom: 0;
		}
			
		@media screen and (min-width: 981px){
			.et_pb_gutters3 .et_pb_section.fullwidth > .et_pb_row.et_pb_row_fullwidth > .et_pb_column.et_pb_column_1_2{
				width: 50%;
				margin-right: 0;
			}
			
				.et_pb_gutters3 .et_pb_section.fullwidth > .et_pb_row.et_pb_row_fullwidth > .et_pb_column.et_pb_column_1_2 > .et_pb_module{
					margin-bottom: 0;
				}
		}

/* content styles */
#top-menu li.current-menu-item > a,
.et_pb_blurb_container > h4,
.et_pb_toggle_close > h5.et_pb_toggle_title,
.et_pb_toggle_open h5.et_pb_toggle_title{
	color: #67338b;
}

.hotline h2 > span:first-child{
	color: #99808b !important;
}

.hotline{
	background: url(assets/images/hotline-bg.png) bottom center no-repeat;
	padding-bottom: 2rem;
}

.hotline + .et_pb_social_media_follow{
	display: flex;
	justify-content: center;
}

.et_pb_row + .et_pb_row{
	padding-top: 0;
}

.page .et_pb_section.fullwidth .et_pb_bmore_overlay{
	height: 35vh;
}

	.home.page .et_pb_section.fullwidth .et_pb_bmore_overlay{
		height: 65vh;
	}

@media screen and (min-width: 375px){
	.home.page .et_pb_section.fullwidth .et_pb_bmore_overlay{
		height: 40vh;
	}	
}

@media screen and (min-width: 981px){
	.page .et_pb_section.fullwidth .et_pb_bmore_overlay > a{
		padding: 30px 50px;
	}
	
		.page .et_pb_section.fullwidth .et_pb_bmore_overlay a > p{
			width: 40%;
		}
		
			.home.page .et_pb_section.fullwidth .et_pb_bmore_overlay a > p{
				width: 100%;
			}
	
	.et_pb_promo{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
		.et_pb_promo > .et_pb_promo_description{
			width: 80%;
		}

	.et_pb_fullwidth_header{
		padding-top: 100px;
	}

		.et_pb_fullwidth_header .et_pb_fullwidth_header_container{
			position: relative;
			margin-top: auto;
		}
		
			.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content{
				width: 70%;
			}
		
				.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button{
					position: absolute;
					right: 0;
					bottom: 0;
				}
}

@media only screen and (min-width: 982px) and (max-width: 1440px){
	body #page-container .et_pb_promo .et_pb_promo_button.et_pb_button{
		padding-right: .5em !important;
		padding-left: .5em !important;
		font-size: 18px !important;
	}
}

.et_pb_main_blurb_image > img{
	max-width: 50%;
}

/* About */
.entry-content thead tr td{
	color: #504851;
}

.entry-content tbody tr td{
	border-top: solid 1px #c9c8cb;
}

.entry-content tfoot tr td{
	border-top: solid 1px #662f87;
	color: #662f87;
	font-weight: bold;
}

/* Contact */
.form-block{
	margin-bottom: 20px;
}

.et_pb_module .wpcf7 input[type="text"],
.et_pb_module .wpcf7 input[type="email"],
.et_pb_module .wpcf7 input[type="tel"],
.et_pb_module .wpcf7 select,
.et_pb_module .wpcf7 textarea{
	padding: 10px 5px;
}

.et_pb_module .wpcf7 input[type="submit"]{
	background: #5eb893;
    color: #fff;
	cursor: pointer;
}

	.et_pb_module .wpcf7 .et_pb_button:hover{
		padding: 0.3em 1em;
	}

@media screen and (min-width: 981px){
	.et_pb_module .wpcf7-form{
		display: flex;
		flex-wrap: wrap;
	}
	
		.form-block{
			width: 50%
		}
		
			.form-block.form-block-extended{
				width: 100%;
			}
			
		.et_pb_module .wpcf7 input[type="text"],
		.et_pb_module .wpcf7 input[type="email"],
		.et_pb_module .wpcf7 input[type="tel"],
		.et_pb_module .wpcf7 select{
			width: 95%;
		}
		
		.et_pb_module .wpcf7 textarea{
			width: 98%;
		}
}

/* Danger Assessment */
.questions{
	width: 100%;
}

	.question{
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: solid 2px #e2dcde;
		padding: 6px 0;
	}
	
		.questions > .question:last-child{
			border-bottom: none;
		}

		.question > p{
			padding-bottom: 0;
			line-height: 1.5;
		}
		
			.question > p > em{
				display: block;
			}
	
	.questions + h2{
		margin-top: 2em;
		line-height: 1.2;
	}

.toggle-check-input {
	width: 1px;
	height: 1px;
	position: absolute;
	opacity: 0;
}

.toggle-check-text {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	background: #CCC;
	padding: 0 0.5em 2px 2em;
	border-radius: 1em;
	min-width: 2em;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.15s;
}

.toggle-check-text:after {
	content: ' ';
	display: block;
	background: #fff;
	width: 1.1em;
	height: 1.1em;
	border-radius: 1em;
	position: absolute;
	left: 0.3em;
	top: 0.25em;
	transition: left 0.15s, margin-left 0.15s;
}

.toggle-check-text:before {
	content: 'No';
}

.toggle-check-input:checked ~ .toggle-check-text {
	background: #c00;
	padding-left: 0.5em;
	padding-right: 2em;
}

.toggle-check-input:checked ~ .toggle-check-text:before {
	content: 'Yes';
}

.toggle-check-input:checked ~ .toggle-check-text:after {
	left: 100%;
	margin-left: -1.4em;
}

/* Events */
#tribe-events-pg-template,
.tribe-events-pg-template{
	max-width: none;
}

	.post-type-archive-tribe_events #tribe-events-bar{
		max-width: 1200px;
		margin: 0 auto 30px auto;
	}
	
		#tribe-bar-form{
			background: #fff;
		}
		
			#tribe-bar-form .tribe-bar-submit input[type=submit]{
				cursor: pointer;
				background-color: #662f87;
				transition: background-color .2s;
			}
			
				#tribe-bar-form .tribe-bar-submit input[type=submit]:hover{
					background-color: #5eb893;
				}
	
	.tribe-events-list .type-tribe_events{
		border-bottom: none;
	}
	
		/*.tribe-events-list .type-tribe_events:nth-child(even){
			background-color: #ececef;
		}*/
	
		#tribe-events-header .tribe-events-sub-nav,
		#tribe-events-footer .tribe-events-sub-nav,
		.hrm-event{
			max-width: 1200px;
			margin: 0 auto;
		}
		
			.tribe-events-list-event-title > a{
				color: #67338b;
			}

.home #tribe-events-footer .tribe-events-sub-nav,
.page-template-default #tribe-events-footer .tribe-events-sub-nav,
.home #tribe-events-header .tribe-events-sub-nav,
.page-template-default .tribe-events-sub-nav,
.home #tribe-events .tribe-events-ical.tribe-events-button,
.page-template-default .tribe-events-ical.tribe-events-button,
.home .tribe-events-ical.tribe-events-button,
.page-template-default .tribe-events-ical.tribe-events-button {
	display: none!important;
}

@media screen and (max-width: 768px){
	#tribe-events-pg-template {
		padding: 0 0 20px 0;
	}
	
		.tribe-events-list .type-tribe_events{
			padding-right: 20px;
			padding-left: 20px;
		}
		
			.tribe-events-loop .tribe-events-event-meta{
				background: inherit;
				border: none;
				padding: 0;
			}
			
				.tribe-events-list .tribe-event-schedule-details{
					padding-right: 0;
					padding-left: 0;
				}
}

@media screen and (min-width: 981px){
	.hrm-event{
		display: flex;
	}
	
		.tribe-events-list .tribe-events-loop .tribe-events-event-image{
			width: 100%;
			margin-right: 3%;
		}
		
		.hrm-event__info{
			display: flex;
			flex-direction: column;
			position:relative;
		}
		
			.hrm-event__info .tribe-events-read-more{
				width: 42px;
				height: 42px;
				font-size:1px;
				color:rgba(0,0,0,0);
				position:absolute;
				bottom:0;
				right:0;
			}
				.hrm-event__info .tribe-events-read-more:after{
					content:'+';
					font-size: 64px;
					color:#67338b;
					-webkit-transition: color 0.4s ease;
					-moz-transition: color 0.4s ease;
					transition: color 0.4s ease;
				}
				.hrm-event__info .tribe-events-read-more:hover:after{
					color:#a48db5;
				}
	
		.tribe-events-loop{
			display: flex;
			justify-content: space-between;
		}

		.home #tribe-events-content.tribe-events-list{
			margin-bottom:0;
		}

		.tribe-events-page-template .tribe-events-list{
			background:#e9e9ed;
			padding:1em!important;
		}
	
		.hrm-event{
			flex-direction: column;
		}
		
			#tribe-events-content.tribe-events-list .type-tribe_events{
				padding: 0;
				background-color: #fff;
				border-bottom: 0;
                margin: 0 24px;
			}
	
				/* two items */
				.type-tribe_events:first-child:nth-last-child(2),
				.type-tribe_events:first-child:nth-last-child(2) ~ .type-tribe_events {
					width: 50%;
				}

				/* three items */
				.type-tribe_events:first-child:nth-last-child(3),
				.type-tribe_events:first-child:nth-last-child(3) ~ .type-tribe_events {
					width: 30%;
				}

				/* one item */
				.type-tribe_events.tribe-events-first.tribe-events-last {
					width: 50%;
					margin: 0 auto;
					padding-bottom:0;
				}
				
				.type-tribe_events:first-child,
				.type-tribe_events:last-child{
					transform: scale(.8);
				}

				#tribe-events .tribe-events-list .tribe-events-loop .tribe-events-event-image,
				.tribe-events-page-template .tribe-events-list .tribe-events-loop .tribe-events-event-image{
					float: none;
					margin: 0;
					width: 100%;
				}
				
				.hrm-event__info{
					box-sizing: border-box;
					padding: 0 1rem 1rem;
				}
}

.green-view-all-btn{
    background: #5eb893!important;
    letter-spacing: 0px;
    padding: .2em 1em!important;
    border: 0;
    color: #fff!important;
    margin-bottom: 2em!important;
}
.green-view-all-btn:after{
    display:none;
}
.green-view-all-btn:hover{
    background: #5b297c!important;
    letter-spacing: 0px;
    padding: .2em 1em!important;
    border: 0!important;
    color: #fff!important;
}

#tribe-events-pg-template .tribe-events-content h1{
	margin: 0;
	line-height: inherit;
}

#tribe-events-pg-template .tribe-events-content h2{
	line-height: inherit;
}

.single-tribe_events .tribe-events-event-meta{
    background: #fff;
    border: none;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
	display: none;
}

.tribe-events-meta-group .tribe-events-single-section-title{
	color: #67338b;
}

.tribe-events-event-meta .tribe-events-meta-group{
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-left: 0;
	background: url('assets/images/hotline-bg.png') bottom left no-repeat;
}

	.tribe-events-event-meta .tribe-events-meta-group:last-child{
		background: none;
	}

	.single-tribe_events #tribe-events-content .tribe-events-event-meta dt{
		font-size: 20px;
	}

	.single-tribe_events #tribe-events-content .tribe-events-event-meta dd{
		font-size: 18px;
	}

@media screen and (min-width: 981px){
	.single-tribe_events .tribe-events-venue-map{
		float: left;
	}
}

.single-tribe_events .et_pb_row .et_pb_row{
    width: 100%;
}

/* Blackbaud */
#bboxdonation_BBEmbeddedForm{
	background-color: #ececef;
	border: none;
}

#bboxdonation_BBEmbeddedForm .BBFormSection{
	margin-right: auto;
	margin-left: auto;
}

#bboxdonation_BBEmbeddedForm,
#bboxdonation_BBEmbeddedForm .BBFormFieldContainer,
#bboxdonation_BBEmbeddedForm .BBFormCheckbox,
#bboxdonation_BBEmbeddedForm .BBLinkSecureInfo{
	color: #662f87;
}

#bboxdonation_BBEmbeddedForm .BBFormTextbox,
#bboxdonation_BBEmbeddedForm .BBFormTextArea,
#bboxdonation_BBEmbeddedForm .BBFormSelectList{
	background-color: #fff;
}

#bboxdonation_BBEmbeddedForm .BBFormRadioLabelGivingLevelSelected{
	color: #fff;
	background-color: #662f87;
	border: solid 1px #662f87;
}

#bboxdonation_BBEmbeddedForm .BBFormSubmitbutton{
	background-color: #5eb893;
}