/*
Theme Name: Charity Home Child
Description: Child Theme for Charity Home Wordpress Theme
Author: TonaTheme
Version: 1.01
Template: charityhome
Tags: two-columns, custom-header, custom-menu, editor-style, featured-images, theme-options, full-width-template, post-formats, sticky-post, left-sidebar, right-sidebar
Text Domain: charity-home-child
*/


iframe, .fb-page.fb_iframe_widget {
	max-width: 100%;
}
/* --- Custom Exhibit CSS (Vision Center) --- */
.postid-1629 .portfolio-image img, .postid-1913 .portfolio-image img, .postid-1297 .portfolio-image img {
	width: 500px !important;
	max-width: 100%;
}

/** --- Admission and Hours --- **/

.site-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

/**--- Exhibit Page Grid ---**/

/** --Portfolio Mask Grid Thing-- **/
div.portfolio-item:hover .overlay-mask  {
    background: none;
}
.portfolio-item .overlay-content {
    left: 0px;
    position: sticky;
    right: 0px;
    color: #fff;
    padding: 25px;
    bottom: 0%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    opacity: 1;
    z-index: 1;
    transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
}
.portfolio-title > h4, .portfolio-excerpts > p {
    bottom: 0px;
    position: relative;
    opacity: 1;
}
.portfolio-mask {
    position: absolute;
    color: #ffffff;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 1;
}
.portfolio-item .overlay-mask{
	background: linear-gradient(45deg, black, transparent); 
}
.portfolio-item .portfolio-image > img {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
	background:none;
}
.portfolio-item:hover .post-inside-wrapper .portfolio-content {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.portfolio-item:hover .portfolio-image img {
    transform: none;
}

@font-face {
    font-family: 'medula_oneregular';
    src: url('fonts/medulaone-regular-webfont.woff2') format('woff2'),
         url('fonts/medulaone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body.page, p {
	color: #4a4a4a;
}
#footer p {
	color: white;
}
.navbar-brand img {
	max-width: 140px !important;
}
.tpath-cta-button.text-right {
    margin-top: 0px !important;
}
body h4 {
	line-height: 35px;
}


#aboutPage-topSection {
	padding-bottom: 400px !important;
	background-position: bottom center !important;
}
@media screen and (max-width: 768px) {
	.bestOfImages {
		text-align: center;
	}
	.bestOfImages .wpb_single_image {
		width: 50%;
		display: inline-block;
		margin: 0 auto;
	}
}
@media screen and (max-width: 500px) {
	#aboutPage-topSection {
		padding-bottom: 200px !important;
	}
}

/* --- Homepage Slider ---- */
.nowHiring {
	color: rgb(234, 232, 39) !important;
}
@media screen and (max-width: 968px) {
	.nowHiring {
		text-align: center !important;
		line-height: initial !important;
	}
}
.sliderParagraph {
	text-align: center !important;
}
.sliderParagraph a {
	text-align: center !important;
	color: white;
}
.sliderParagraph a:hover {
	color: #48aad2;
}
.slider-section {
	margin-top: 154px !important;
}

#testimonial-slider .owl-dot {
	visibility: hidden;
}
@media screen and (min-width: 767px) {
	.videoContainer {
		position: relative;
		height: 100%;
	}
	.videoContainer > div {
		position: absolute;
	    top: 50%;
	    -moz-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	.homepageVideoContainer .wpb_text_column.wpb_content_element {
		height: 100%;
	}
}
@media screen and (min-width: 767px) {
	#reviewSection > div > div{
		width: 50%;
		display: inline-block;
	} 
	#reviewSection > div > div:first-child {
	    width: 40%;
	    display: inline-block;
	    margin-right: 9%;
	    border-right: 1px solid #3e3e3e;
	}
}
@media(min-width: 767px) and (max-width: 1100px) {
	#reviewSection > div > div,
	#reviewSection > div > div:first-child {
		width: 100%;
		display: block;
		border-right: none;
	}
}
#reviewSection p {
    color: white;
    font-size: 32px;
    display: inline-block;
    font-weight: bold;
}
#reviewSection h3 {
	color: white;
	margin-bottom: 5px;
	font-size: 18px;
}
#reviewSection img {
	width: 35px;
	margin-right: 10px;
	position: relative;
	top: -3px;
}
#reviewSection a:hover, #reviewSection a:hover p {
	opacity: .8;
}
#reviewSection a {
	transition: none;
}
#mailingListModal .modal-header {
	background: #9a4294;
}
#mailingListModal .modal-header h4 {
	color: white;
}
#mailingListModal .modal-header .close {
	color: white;
	opacity: .8;
}
@media screen and (min-width: 768px) {
	#mailingListModal iframe {
		height: 800px !important;
	}
}
@media screen and (max-width: 767px) {
	#reviewSection * {
		text-align: center;
	}
	#reviewSection > div > div:first-child {
		margin-bottom: 20px;
	}
}

.homepage-exhibits {
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (min-width: 769px) {
	#homepageHoursOfOperation {
		padding-left: 40px;
	    border-left: 1px solid white;
	}
}
@media screen and (max-width: 768px) {
	#homepageHoursOfOperation {
		text-align: center;
	}
	#home-donate-row, #home-donate-row .vc_btn3-container {
		text-align: center !important;
	}
}

.homepageThreeColumns i {
    font-size: 4em !important;
    margin-bottom: 15px;
}

/* --- Colors --- */
body a {
	color: #48aad2;
    word-break: break-all;
}
body .portfolio-title a {
	word-break: normal;
}
body a:hover {
	color: #9A4294;
}
.separator.separator-double.skin-theme::before, .separator.separator-double.skin-theme::after {
	border-color: #B5CF31 !important;
}
.ecs-event .overlay-date .date {
	background-color: #B5CF31 !important;
}
.ecs-event .overlay-date .month, .tpath-testimonial.style-style_four .testimonial-item .quote-box {
	background-color: #9A4294 !important;
}

.owl-carousel.owl-theme .owl-controls .owl-dots .active span {
    background: #9A4294 none repeat scroll 0 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-dots span:hover, .owl-carousel.owl-theme .owl-controls .owl-dots .active span, .owl-carousel.owl-theme .owl-controls .owl-dots span {
    border-color: #9A4294 !important;
}
.bg-style.overlay-wrapper.bg-overlay.theme-light-overlay-color.dark-opacity:before {
    background-color: rgba(178, 80, 172, .9) !important;
}
.bg-style.primary-color, body .page-title-section.overlay-yes:before {
    background: #9A4294 !important;
}
.footer-section {
	background-color: #2094C5 !important;
}
.footer-copyright-section, .header-section .header-main-section, .header-section.header-styletwo .header-logo-section, .header-section.header-styleone .dropdown-menu, .header-section.header-styletwo.header-dark .dropdown-menu {
	background-color: #47ABD2 !important; 
	background-color: #47ABD2 !important;
}

.bg-style.overlay-wrapper.bg-overlay.theme-overlay-color.dark-opacity:before, .bg-style.overlay-wrapper.bg-overlay.theme-light-overlay-color.dark-opacity:before {
    background-color: rgba(154, 66, 148, 0.9) !important;
} 
.bg-style.overlay-wrapper.bg-overlay.theme-light-overlay-color.dark-opacity:before {
    background-color: rgba(170, 68, 167, 0.9) !important;
} 
.bg-style.overlay-wrapper.bg-overlay.dark-overlay-color:before {
    background-color: rgba(32, 148, 197, 0.9) !important;
}

.typo-white .bg-style.bg-overlay.theme-overlay-color .btn:hover, .typo-white .bg-style.bg-overlay.theme-overlay-color .btn:active, .typo-white .bg-style.bg-overlay.theme-overlay-color .btn:focus, .typo-white .bg-style.bg-overlay.theme-dark-overlay-color .btn:hover, .typo-white .bg-style.bg-overlay.theme-dark-overlay-color .btn:active, .typo-white .bg-style.bg-overlay.theme-dark-overlay-color .btn:focus, .btn.btn-style-outline.btn-skin-white:hover, .btn.btn-style-outline.btn-skin-white:active, .btn.btn-style-outline.btn-skin-white:focus, .ecs-event:hover .event-title a, li.ecs-event .duration .fa, .btn.btn-default.btn-skin-white, body .header-section .tpath-main-nav.nav.navbar-nav > li > a:hover, body .header-section .tpath-main-nav li.current-menu-ancestor > a, body .header-section .tpath-main-nav li.current-menu-parent > a, body .header-section .tpath-main-nav li.current-menu-item a, body .header-section .dropdown-menu > li > a:hover, body .header-section .tpath-main-nav li.current-menu-item > a, body .header-section .header-main-section .nav.navbar-nav.tpath-main-nav > li:hover > a, .header-section .header-main-section .nav.navbar-nav.tpath-main-nav li.active > a {
	color: #9A4294 !important;
}
.page-title-skin-light .separator.separator-dotted::before, .page-title-skin-light .separator.separator-dotted::after, .page-title-skin-light .separator.separator-dotted span.inner {
	background: white !important;
}
.page-title-skin-light .separator.separator-dotted {
	border-color: white !important;
}
.tpath-feature-box .grid-item .grid-icon-wrapper .grid-icon.icon-none.icon-skin-light, .tpath-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-color .grid-icon.icon-none.icon-skin-dark, .ecs-event .overlay-date .month, .bg-style.primary-color .typo-white .btn.btn-default.btn-skin-white:hover, body .page-title-header h1, body .page-title-header h1.entry-title, .page-breadcrumbs, .page-breadcrumbs span, body .header-section .tpath-main-nav li.current-menu-item ul a {
	color: white !important;
}
.header-label-details a {
	color:#9A4294;
}
@media screen and (max-width: 768px) {
	.portfolio-item .pf-icon-zoom {
		display: none !important;
	}
}



/* --- Footer --- */
#text-2 a {
    float: left;
    width: 30px;
    height: 30px;
    background: url('/wp-content/uploads/2017/09/soc-icon-2.png') no-repeat left top;
    position: relative;
    top: 0;
}
.footer-widgets .widget .give-nebraska img {
	max-width: 275px;
    display: block;
    margin: 0 auto;
}



/* --- 404 Page --- */
.error404 .page-title-section {
	display: none;
}
.error404 #main {
	background: #9a4294;
}
.error404 h2, .error404 .content-404page .error-msg {
	color: white;
}
.error404 .errorButton {
	 color: white !important;
	 border: 1px solid white;
	 border-radius: 20px;
	 padding: 5px 20px;
	 margin-top: 10px;
     display: inline-block;
}



/* --- Events Page --- */
.single .tribe-events-event-image {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
    display: block;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.post-type-archive-tribe_events #tribe-events-content-wrapper {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}
.post-type-archive-tribe_events .tribe-events-list .type-tribe_events {
	margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
	.tribe-bar-date-filter, .tribe-bar-submit {
		width: 33%;
	}
}
@media screen and (max-width: 515px) {
	.tribe-bar-submit {
		padding: 15px 5px;
	}
}
@media screen and (max-width: 425px) {
	.tribe-bar-date-filter, .tribe-bar-submit {
		width: 100%;
	}
}

.page-id-363 input[type="text"], .page-id-363 input[type="email"], .page-id-363 input[type="url"], .page-id-363 input[type="password"], .page-id-363 input[type="search"], .page-id-363 input[type="number"], .page-id-363 input[type="tel"], .page-id-363 input[type="range"], .page-id-363 input[type="date"], .page-id-363 input[type="month"], .page-id-363 input[type="week"], .page-id-363 input[type="time"], .page-id-363 input[type="datetime"], .page-id-363 input[type="datetime-local"],.page-id-363  input[type="color"], .page-id-363 textarea {
    color: #666;
    background: #fff !important;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px !important;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
    width: 100% !important;
}
@media screen and (min-width: 48em) {
	body, button, input, select, textarea {
	    font-size: 16px;
	    font-size: 1rem;
	    line-height: 1.5;
	}
}
.page-id-363 #main-wrapper button, .page-id-363 #main-wrapper input[type="button"], .page-id-363 #main-wrapper input[type="submit"] {
    background-color: #625858;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
	border: 1px solid #625858;
}
.page-id-363 .wpcf7-submit:hover {
	background-color: transparent;
	color: #625858;
	border: 1px solid #625858;
}


#footer3Box {
	text-align: left !important;
	position: relative !important;
	text-decoration: none !important;
	width: 300px !important;
	height: 380px !important;
}

/* --- Contact Page --- */
.fa-time:before {
    content: '';
    background-image: url(/wp-content/uploads/2018/04/icons8-watch-filled-50.png);
    width: 35px;
    height: 35px;
    display: block;
    background-size: 35px;
    position: relative;
    top: 7px;
}



/* --- Newsletter Page --- */
.newsletterBoxes {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;	
}
@media (min-width: 768px) {
	.newsletterBoxes.vc_col-sm-4 {
	    width: 31% !important;
	}
}

#homepageHeaderSection {
	background: purple;
}
#homepageHeaderSection .container {
	position: relative;
}
#homepageHeaderSection > div > div:first-child {
	background: yellow;
	width: 200px;
	text-align: center;
	padding: 20px 0;	
	text-transform: uppercase;
}
#homepageHeaderSection > div > div:first-child a {
	color: purple;
}
#homepageHeaderSection > div > div:first-child a:hover {
	opacity: .8;
}
#homepageHeaderSection > div > div:first-child span {
	font-size: 22px;
	font-weight: bold;
}
#homepageHeaderSection > div > div:last-child {
	padding: 20px 0;	
	color: yellow;
	font-size: 18px;
}
#homepageHeaderSection > div > div:last-child span {
	color: white;
	font-size: 16px;
}
#homepageHeaderSection span {
	display: block;
}



/* --- Corporate Membership Page --- */
.purpleText, .purpleText h1, .purpleText h2, .purpleText h3, .purpleText h4, .purpleText h5, .purpleText h6, .purpleText p {
	color: #9a4294;
}
.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p {
	color: white;
}
.text-yellow, .text-yellow h1, .text-yellow h2 {
	color: white;
}
#membershipLevels-row .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
	background-color: #9a4294;
	padding: 40px 40px 60px 40px;
	height: 100%;
	width: 340px;
	margin: 0 auto;
	border-radius: 20px;
}
#membershipLevels-row .vc_col-sm-4:first-child > .vc_column-inner > .wpb_wrapper {
	margin-right: 0px;
}
#membershipLevels-row .vc_col-sm-4:last-child > .vc_column-inner > .wpb_wrapper {
	margin-left: 0px;
}
#membershipLevels-row h4 {
	color: #eae828;
	margin-bottom: 10px;
}
#membershipLevels-row h5 {
	line-height: 30px;
	font-size: 24px;
}
#membershipLevels-row .vc_col-sm-4 > div, #membershipLevels-row h5 {
	color: white;
}
#membershipLevels-row ul {
	padding-left: 0px;
	list-style-position: inside;
}
#membershipLevels-row li {
	margin-bottom: 10px;
	font-size: 16px;
}


/* --- Media Queries --- */
@media screen and (max-width: 1225px) {
	.footer-section > div > div {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}
@media screen and (max-width: 960px) {
	.grid-item {
		text-align: center !important;
	}
	.tpath-feature-box.style-default-box .grid-text-left .grid-icon-wrapper {
		float: none !important;
		margin-right: 0px !important;
		margin-bottom: 10px !important;
	}
	#footer .col-sm-4{
		width: 100%;
		text-align: center;
	}
	#footer #text-5 .textwidget > #footer3Box {
		margin: 0 auto !important;
	}
	
}
@media screen and (max-width: 767px) {
	.tpath-feature-box.style-default-box .grid-content-wrapper, .tpath-feature-box.style-default-box .grid-text-left .grid-icon-wrapper {
		display: block !important;
	}
	#homepageSection1 .wpb_column {
		margin-bottom: 0px !important;
	}
	.ecs-event .overlay-date {
		top: -20px !important;
	}
	div#cff {
	    width: 100% !important;
	}
	div#footer-widgets-2, div#footer-widgets-3{
		text-align: center;
	}
	#text-2 a {
		float: none; 
		display: block;
		margin: 0 auto;
	}
	i.fa.fa-angle-down {
		color: #9a4294;
	}
	body .navbar-collapse {
	    max-height: 300px;
	}
	.mobileCenter {
		text-align: center;
	}
	.mobileCenter ul {
		padding-left: 0px !important;
		list-style: none;
	}
	iframe {
		width: 100%;
	}
}
@media screen and (max-width: 700px) {
	.tpath-call-to-action-block.tpath-vc-cta.text-left .tpath-cta-heading-wrapper {
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	.tpath-cta-button.text-right {
		float: none !important;
		display: block;
		text-align: center;
	}
}
@media screen and (max-width: 620px) {
	.ecs-event .overlay-date {
		position: inherit !important;
		display: block;
		max-width: 60px;
		margin: 0 auto 10px auto;
	}
	
}
@media screen and (min-width: 767px) {
	.videoContainer>div {
		position: initial;
		transform: none;
	}
}
@media only screen and (max-width: 767px) {
	#main-mobile-nav li .menu-toggler {
	    width: 100%;
	    text-align: right;
	}
	#mobile-menunav ul li span.menu-toggler i {
		line-height: 25px !important;
	}
}

/* AJAX Pagination Styles for Exhibits */
.home .tpath-isotope-system .pagination>li>a:hover, 
.home .tpath-isotope-system .pagination>li>a:focus, 
.home .tpath-isotope-system .pagination>li>a.current {
    background: #9a4294;
    border-color: #9a4294;
    color: #FFF;
}
.grid-sizer,
.grid-item {
	width: 25%;
}
.home .tpath-isotope-system .pagination a.next.page-numbers {
	display: none;
}

/* Footer Logos */
#bpp-logo-footer {
	display: block; 
	width: 150px; 
	height: auto;
}
@media (max-width: 960px) {
	#bpp-logo-footer {
		margin: 0 auto;
	}
}


#home-donate-row {
	padding: 35px 0px;
}
#home-donate-row * {
	color: white;
}
#home-donate-row h5 {
    color: #FFF;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
}
@media(max-width: 600px) {
	#home-donate-row h5 {
		font-size: 18px;
	}
}
#home-donate-row .vc_btn3.vc_btn3-style-border.vc_btn3-color-theme_color {
	color: #FFF;
	border-color: #FFF !important;
	transition: all .3s;
}
@media screen and (min-width: 767px) and (max-width: 800px) {
	body .slider-section {
		margin-top: 142px !important;
	}
}
@media screen and (min-width: 730px) {
	#homepageHeaderSection > div > div:first-child {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	}
	#homepageHeaderSection > div > div:last-child {
		position: relative;
		left: 200px;
	}
}
@media screen and (max-width: 729px) {
	#homepageHeaderSection>div>div:first-child {
		margin: 0 auto;
	}
	#homepageHeaderSection>div>div:last-child {
		text-align: center;
	}
}



/* --- Get Involved Page --- */
.page-id-1422 .site-content {
	padding-bottom: 0px;
	padding-top: 0px;
}
#getInvolved-topSection {
	padding-top: 100px;
}
#getInvolved-topLeft p strong, #getInvolved-middleLeft p {
    color: #9A4294;
    font-size: 22px;
    line-height: 35px;
    font-weight: 600;
}
#getInvolved-topLeft p:last-child  {
    color: black;
}
#getInvolved-topRight {
	position: relative;
}
@media screen and (min-width: 768px) {
	#getInvolved-topRight .wpb_text_column {
		position: absolute;
		left: 0;
		top: -20px;
	}
}
#getInvolved-topRight .wpb_text_column h2 {
    color: #ebe350;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
#getInvolved-middleLeft p {
	color: #ebe350;
}
#getInvolved-middleRight p {
	color: white;
}
#getInvolved-bottomSection {
	padding: 40px 0;
}
#getInvolved-bottomSection i {
	font-size: 4em;
	color: #9a4294;
}
#getInvolved-bottomSection p {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
}
#getInvolved-bottomSection .vc_col-sm-4 {
	padding: 10px 0;
}
#getInvolved-bottomSection .vc_col-sm-4:nth-child(2) {
	border-left: 2px solid #ddd54b;
	border-right: 2px solid #ddd54b;
}
#getInvolved-purpleSection {
	background-position: bottom center;
}
#getInvolved-bottomSection h3 a {
	color: black;
}
/* --- End Get Involved Page Stylings --- */


.fundraiser-buttons .vc_btn3 {
	font-size: 14px !important;
	padding: 15px 40px !important;
}


/* --- New Employment Page --- */
#employment-one .wpb_text_column {
	margin-top: 150px;
}
#employment-one h4 {
	color: #9A4294;
	margin-bottom: 35px;
    line-height: 40px;
}
#employment-one p {
	color: black;
}
#employment-two h3 {
	color: #eae827;
	margin-bottom: 35px;
}
#employment-two p {
	color: white;
}
#employment-two p:not(:last-child) {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 35px;
}
#employment-two a {
	display: inline-block;
	padding: 12px 20px;
	background-color: #eae827;
	color: black;
	border-radius: 5px;
	text-transform: initial;
}
#employment-two a:first-child {
	margin-right: 10px;
}
#employment-two a:last-child {
	margin-left: 10px;
}
#employment-three h3, #employment-three h4 {
	color: #9A4294;
}
#employment-three .vc_tta-container {
	padding: 20px;
	border: 1px solid grey;
	border-radius: 5px;
}
#employment-three .vc_active .vc_tta-panel-heading {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 15px;
}
#employment-three .vc_tta-title-text {
	color: black;
}
#employment-three .vc_tta-panel-body {
	padding-left: 0px;
	padding-right: 0px;
}
#employment-three h5 {
	font-size: 20px;
	color: #9A4294;
	font-weight: 400;
}
#employment-three li {
	color: black;
}
#employment-three h4:not(.vc_tta-panel-title) {
	margin-bottom: 20px;
}
.employment-fifty, .employment-fifty + .vc_tta-container {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
#employment-three li a {
	 color: #9A4294;
}
/* --- End New Employment Page Stylings --- */



/* --- Birthday Parties Page --- */
.birthday-parties_column > div {
	background-position: top center !important;
}
.birthday-parties_column *, #birthday-parties_middle {
	color: white;
}
.birthday-number{
    color: #ebe640;
    word-break: break-all;
    font-size: 25px;
    font-weight: 600;
}

.wpb_column .wpb_wrapper .vc_custom_1727097761883 {
    margin: 0;
    padding-right: 20%;
    padding-left: 20%;
}
.vc_btn3-container.vc_btn3-inline {
    display: flex;
    vertical-align: top;
    flex-direction: row-reverse;
}
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-color-theme_color {
    background: #ebe640;
    color: #742C5B;
}
ul.kcm-icon-list {
    width: 75%;
    margin: 0 auto;
    list-style-position: inside;
	list-style-image: url(https://kearneychildrensmuseum.org/wp-content/uploads/2024/09/birthday-cake-solid.png);
}
ul.kcm-icon-list li {
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #FFF;
}
ul.kcm-icon-list li:last-child {
    border-bottom: none;
}
ul.kcm-bday-pricing:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    background-color: #D069D0;
    width: 1px;
    transform: translateX(-50%);
}
ul.kcm-bday-pricing {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 85%;
    margin: 0 auto;
}
ul.kcm-bday-pricing li {
    font-size: 30px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    color: #eae658;
    text-align: center;
}
ul.kcm-bday-pricing li span {
    color: #eae658;
    display: block;
    font-size: .6em;
}

li.vline {
    width: 1px;
    height: 100%;
    display: flex;
    background: #FFF;
}
h2.vc_custom_heading.vc_do_custom_heading {
	color:#eae658;
	}
/* Birthday Page Mobile Sizing */
@media only screen and (max-width: 767px){
	element.style {
		width:0px;
	}
	.vc_row.vc_column-gap-35>.vc_column_container.vc_col-sm-6 {
		padding: 0px;
		margin-bottom:0px;
	}
	.vc_btn3-container.vc_btn3-right.vc_do_btn {
		text-align: center;
	}
	div#birthday-parties_top {
		padding-bottom: 0px;
	}
	ul.kcm-bday-pricing {
		width:100%;
	}
	.wpb_row .wpb_column {
        margin-bottom: 0px !important;
    }
}
/* --- End Birthday Parties Page --- */




/* --- Donate Page --- */

.text-white, .text-white p, .text-white h6 {
	color: white;
}
.donateLi li {
	padding-bottom: 20px;
}
body .yellowButton .vc_btn3.vc_btn3-style-border.vc_btn3-color-theme_color {
	background-color: #eae828 !important;
	border-radius: 20px;
}

.floatingBoxLeft .wpb_column {
	margin-top: 60px;
	margin-bottom: 60px !important;
}
.floatingBoxLeft .wpb_text_column {
	margin-bottom: 0px;
}
@media screen and (min-width: 1205px) {
	.floatingBoxLeft .wpb_column:first-child .vc_column-inner{
		width: 585px;
		float: right;
		padding-right: 40px;
	}
}
@media screen and (max-width: 1204px) {
	.floatingBoxLeft .wpb_column:first-child .vc_column-inner{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (min-width: 768px) {
	.floatingBoxLeft .wpb_column:last-child > div {
		width: 50%;
		height: 100%;
		float: right;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: 0;
	}
}
.floatingBoxLeft .wpb_wrapper {
	margin-top: 30px;
}
.floatingBoxLeft li:last-child {
	padding-bottom: 0px;
}
.floatingBoxLeft .container {
	padding: 0px !important;
	max-width: 100% !important;
}
@media screen and (max-width: 767px) {
	.floatingBoxLeft .wpb_column:last-child {
		margin-top: 0px;
		margin-bottom: 0px !important;
	}
	.floatingBoxLeft .wpb_column:last-child > div {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
.page-id-1568 #footer > div:first-child {
	display: none;
}
.page-id-1568 #main-wrapper p, .page-id-5383 #main-wrapper li {
	font-size: 18px;
}

.grecaptcha-badge {
	visibility: hidden;
}

.alignnone {
	margin: 5px 20px 20px 0 !important;
}



@media screen and (min-width: 992px) {
	.header-section.header-styletwo .navbar-brand {
		line-height: initial !important;
	}
}

