/*
Theme Name: WEN Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: wen
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

p a {
 text-decoration: underline;
}
.maintenance .ux-timer span:last-of-type,
.maintenance .ux-timer-text span:last-of-type {
 display: none!important;
}
#logo img,
.wen-donate {
	transition: all .2s;
}
#logo img:hover,
.wen-donate:hover {
	opacity: 0.85;
}
.nav > li > a {
	color: #000000;
}
.nav-spacing-xlarge > li {
	margin: 0 1.75em;
}
.nav-dropdown > li > a:hover {
	color: #e83926;
}
.white {
	color: #000000!important;
}
.button {
	font-family: "Roboto Condensed", sans-serif;
}
.button.primary.black:not(.is-outline) {
 background-color: #000;
}
.is-xxlarge {
	font-size: 2.5em;
}
.is-outline.primary.white-bg {
	background-color: #ffffff;
}
.is-outline.primary.white-bg:hover {
	background-color: #e83926;
}

.text {
	font-size: 18px;
}
.bw {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.no-bw {
  -webkit-filter: grayscale(0%)!important;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%)!important;
}

.wen-donate a {
	color: white!important;
	font-family: "Roboto Condensed", sans-serif!important;
	font-weight: 700 !important;
	font-size: 1.4em !important;
	padding: 10px 30px!important;
	background-color: #e83926;
}

.wen-donate-2 a {
color: black;
background-solor: white;
}
.wen-subscribe {
	margin-top: -0.5em;
	margin-bottom: -1em;
}
.wen-subscribe .is-outline:hover {
	opacity: .75;
	border: 2px solid #ffffff!important;
}
.wen-social {
	margin-bottom: -0.5em;
}
.social-icons .button.icon:not(.is-outline) > i {
	color: #e83926 !important;
}
.button.facebook:not(.is-outline),
.button.instagram:not(.is-outline),
.button.twitter:not(.is-outline),
.button.email:not(.is-outline) {
	color: #fff !important;
}
.absolute-footer {
	color: rgb(0, 0, 0);
}
.absolute-footer ul.links {
 font-size: 1.0em;
}
.absolute-footer ul.links li {
	margin: 0 1em;
}
.absolute-footer ul {
	border-bottom: 0px solid #ddd;
}
.wen-subscribe .large-6:first-of-type {
	max-width: 66.66667%;	
	-ms-flex-preferred-size: 66.66667%;
	flex-basis: 66.66667%;
}
.wen-subscribe .large-6 {
	max-width: 33.33333%;	
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
}
/* start Subscribe Form */
#wpcf7-f95-o1 div.wpcf7-mail-sent-ok {
	border: none;
	background-color: #fff;
	position: absolute;
	bottom: 4px;
	color: black;
}
.wpcf7 .wpcf7-not-valid-tip {
	opacity: 1;
	color: #fff;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.25em;
	padding: 2px 13px;
	right: 10px;
	top: 0;
	background-color: #e83926;
	max-width: 1.5em;
	border-radius: 50px;
}
.wpcf7 .wpcf7-not-valid-tip::after {
	display: none;
}
input.wpcf7-not-valid {
	color: #e83926;
}
/* end Subscribe Form */

/* start Civi Forms */
.civi-form {
	margin: 0 auto;
	width: 82%;
}
.civi-form label {
	font-weight: normal;
	display: inline-block;
}
.civi-form legend {
	font-size: 1.125em;
	color: #000000;
	font-weight: normal;
	font-family: "Roboto Condensed", sans-serif;
}
.civi-form .other_amount-section {
	padding-top: 2em;
}
.civi-form #price_18 {
	max-width: 25%;
}
.civi-form .select2-container .select2-choice {
	height: 40px;
	background-image: linear-gradient(to top,#eee 0,#fff 0%);
}
/* end Civi Forms */

.page-id-402 .follow-icons,
.page-id-406 .follow-icons {
	display: none;
}

.circle .banner-bg {
	border-radius: 999px;

}
.block-red {
	background-color: #e83926;
	display: inline;
	padding: 0 0.6em !important;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	margin-left: -0.6em;
	margin-right: -0.6em;
	max-width: 100%;
}
.banner p {
	font-size: 200%;
}
.text-black {
	color: #000000!important;
}
.section-title-bold-center span {
	padding: .0em .7em;
	z-index: 2;
	border: 0px solid rgba(0,0,0,0.1);
}
.section-title b {
	visibility: hidden;
}
.section-title-main {
	background-color: #e83926;
	color: #ffffff;
}
.events .is-xlarge {
 font-size: 2em!important;
}
.portfolio-cols .image-cover {
	margin-top: 2em;
}
.portfolio-box .portfolio-box-category .show-on-hover {
	opacity: 0;
}

/* start Slider Prev Next Half Circle */
.slider-nav-reveal .flickity-prev-next-button.previous,
.slider-nav-reveal .flickity-prev-next-button.next {
	height: 150px;
	width: 75px;
	top: 33%;
	box-shadow: none;
}
.slider-nav-reveal .flickity-prev-next-button.previous {
	border-bottom-right-radius: 120px;
	border-top-right-radius: 120px;
}
.slider-nav-reveal .flickity-prev-next-button.next {
	border-bottom-left-radius: 120px;
	border-top-left-radius: 120px;
}
.slider-nav-reveal .flickity-prev-next-button svg {
	width: 75%;
}
.slider-nav-reveal.slider .flickity-prev-next-button .arrow {
	fill: #000000;
}
.slider-nav-reveal .flickity-page-dots {
	line-height: 3;
	margin-bottom: -1em;
	position: unset;
}
.slider-nav-light .flickity-page-dots .dot.is-selected {
	background-color: #e83926;
	border: 3px solid #e83926;
}
.slider-nav-reveal .flickity-page-dots .dot {
	width: 20px;
	height: 20px;
	border: 3px solid #d6d6d6;
	background-color: #d6d6d6;
	opacity: 1;
}
/* end Slider Prev Next Half Circle */
/* start Slider Timeline */
.timeline-line {
	width: 200%!important;
	z-index: 0;
	top: 47%;
}
.timeline-date-left {
	margin-left: -14%;
	z-index: 999;
}
.timeline-date-left p {
	float: right;
	padding-right: 15px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 800;
	font-size: 25px;
}
.timeline-slider .slider-nav-reveal .flickity-prev-next-button {
	background-color: #f2ac3a;
}
.z-top {
	z-index: 999;
}
/* end Slider Timeline */
/* start Blog Home */
.home-blog .box-text .button {
	margin-top: 0;
}
/* end Blog Home */

/* start Blog Grid */
.box-blog-post .is-divider {
	display: none;
}
.badge.post-date {
	display: none;
}
/* end Blog Grid */
/* start Single Blog */
.single-post h1 {
	font-size: 38px;
}
.single-post h2 {
	font-size: 40px;
}
.single-post h3 {
	font-size: 35px;
	font-family: "Hind", sans-serif;
}
.single-post .row .col .large-6 .section {
	padding-left: 10px;
	padding-right: 10px;
}
.single-post .entry-header {
	display: flex;
	flex-direction: column;
}
.single-post .entry-header-text {
	order: 2;
	padding-top: 2em;
}
.single-post .entry-image {
	order: 1;
}
/* end Single Blog */

/* Misc changes - see ticketrefs */

/* #4285 */

.inlaypay-intro-text,
.kind-text-regular {
 color: #000;
 font-size: larger;
}

.inlaypay-kind-text>div {
 margin-bottom: 0 !important;
}
.inlaypay-amount-button {
 background-color: #fff;
 color: #000;
}

.inlaypay-selected-amount-text {
display: none;
}

.inlaypay-selectable {
border: 2px solid #000 !important;
border-radius: 5px;
}

.inlaypay-selectable.inlaypay-selected {
 background: #ef4632 !important;
 color: #fff;
 border-color:#000 !important;
}

.inlaypay-amount-option.inlaypay-selected {
 background: #ef4632 !important;
 color: #fff;
}

.inlaypay-amount-option button .amount {
    font-size: 1.2rem !important;
}

.inlaypay-other-amount-wrapper {
 display: flex;
 margin-top: 1rem;
}

.inlaypay-other-amount-wrapper > label {
 width: 15%;
 font-size: 24px;
 padding-top: 10px;
 font-weight: normal;
}

#ip-60fd05493603-2otherAmount,
.inlaypay-form-page-2 input,
.inlaypay-card-element,
#ip-60fd05493603-2country {
border: solid 2px #000 !important;
border-radius: 5px;
color: #000;
}

.inlaypay-card-element {
height: 2.5rem;
}

.inlaypay-card-details {
color: #000 !important;
 font-size: 18px;
 font-weight: bold;
}
.inlaypay-devices-wrapper {
margin: auto;
color: #000;

}

.inlaypay-payment-icon {
    display: none !important;
}

.inlaypay-devices-wrapper > div > button,
.inlaypay-submit-wrapper > button {
/*text-decoration: underline;*/
    background: #ef4632 !important;
    color: #fff;
    border: solid 2px  #000 !important;
    border-radius: 5px;
}

.inlaypay-devices-wrapper > div > button:hover {
color: #ddd;
font-weight: bold;
text-decoration: none;
}

.inlaypay-footer,
.inlaypay-submit-wrapper,
.inlaypay-form-page-2 p {
text-align: left !important;
color: #000;
font-size: 18px !important;
align-items: normal !important;
}

.inlaypay-p1-summary > a {
font-weight: bold;
font-size: 24px;
}

/* Hack the footer source to suit our needs */
.inlaypay-form-page-1 + .inlaypay-footer > #thankyou_msg {
display: none;
}

.inlaypay-form-page-2 + .inlaypay-footer > #select_payment {
display: none;
}

.inlaypay-devices-wrapper > div > button {
width: 100%;
}

.inlaypay-devices-wrapper {
 flex-direction: row !important;
 justify-content: center;
}

.inlaypay-devices-wrapper > div {
 flex-grow: 1;
 width: 100%;
}

.inlaypay-submit {
margin-right: 0;
}

/* Half-width form for specific inlaypay. Narrow styles below */
.medium-6 #inlay-60fd05493603 .inlaypay-kind-buttons-wrapper {
 gap: 0;
}

.inlaypay-kind-buttons-wrapper button:nth-child(2) {
margin-right: 0;
}

.medium-6 #inlay-60fd05493603 .inlaypay-other-amount-wrapper {
flex-direction: column;
}

.medium-6 #inlay-60fd05493603 .inlaypay-other-amount-wrapper > label {
width: 100%;
}

.medium-6 #inlay-60fd05493603 .inlaypay-devices-wrapper {
flex-direction: column !important;
}
.medium-6 #inlay-60fd05493603 .inlaypay-devices-wrapper > div {
 width: 100%;
}

.medium-6 #inlay-60fd05493603 .inlaypay-name-wrapper {
         flex-wrap: wrap:
        }


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.single-post h1 {
		font-size: 35px;
	}
	.single-post h2 {
		font-size: 28px;
	}
	.banner h2 {
    	font-size: 1.9em;
	}
	.banner h3 {
	 	font-size: 2.75em;
	}
	.banner p {
 		font-size: 150%;
	}
	.nav > li {
		margin: 0 30px;
	}
	.is-xxlarge {
 		font-size: 1.8em;
	}
	.absolute-footer ul.links li {
		margin: .5em .25em;
/* 		width: 100%; */
	}
	.off-canvas .nav-vertical > li > a {
		color: #000000;
		font-size: 1.1em;
		font-weight: 500;
		text-align: center;
	}
	.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
		padding-left: 0px;
	}
	.off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover,
	.off-canvas:not(.off-canvas-center) .nav-vertical li > a:focus {
		background: #f08183;
	}
	.off-canvas .nav-vertical	.wen-donate a, wen-donate-2 a {
		font-size: 1.5em !important;
	}
	.wen-subscribe .medium-flex-wrap .flex-col {
		margin: 0 auto;
		text-align: center;
	}
	.wen-subscribe {
		margin-top: -0.5em;
	}
	.wen-social {
		margin: 0 auto;
		text-align: center;
	}
	.off-canvas:not(.off-canvas-center) .nav-vertical .small-pad-left > a {
		padding-left: 45px;
	}
	.wen-subscribe .small-12 {
		max-width: 100%!important;	
		-ms-flex-preferred-size: 100%!important;
		flex-basis: 100%!important;
	}
	.inlaypay-kind-text {
	 margin-top: 1rem;
	}
	.inlaypay-devices-wrapper {
	 justify-content: normal;
	 flex-direction: column !important;
	}
	.inlaypay-kind-buttons-wrapper {
	 gap: 0.4rem !important;
	}

	.inlaypay-kind-buttons-wrapper>button {
	 font-size: 1rem !important;
	 margin: auto;
	}
	.inlaypay-other-amount-wrapper {
 	 flex-flow: wrap;
	}
	.inlaypay-other-amount-wrapper > label {
	 width: 100%;
	}
	.inlaypay-footer {
	 text-align: center !important;
	}
	.inlaypay-name-wrapper {
	 flex-wrap: wrap:
	}

        .medium-6 #inlay-60fd05493603 .inlaypay-name-wrapper {
         flex-wrap: wrap !important;
        }
}
