/*======================================
Theme Name: PAAJAF
Description: Child theme for PAAJAF
Version: 1.0.1
Author: Roro Fernandez
Author URI: http://rorofernandez.com
Template: Divi
======================================*/

.single-donation-banner-wrap .donation-header-image{
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 378px;
	background-position: center center;
		background-blend-mode: overlay;
	background-color: #424242!important;
}
.single-donation-banner-wrap .et_pb_title_container h1{
	font-size: 40px;
	color: #ffffff!important;
}
[id*=give-form] div#give-sidebar-left{
	display:none;
}
[id*=give-form] div.summary {
	float: none;
		border: 1px solid rgba(0,0,0,.1);
	border-radius: 10px;
	padding: 20px;
	margin:0 auto;
	margin-bottom: 50px;

}
.donation-logo-wrap{
	margin-bottom:50px;
	text-align:center;
}
.donation-logo-wrap ul{
	list-style:none;
	display:inline-block;
}
.donation-logo-wrap ul li{
	display:inline-block;
	margin-right:50px
}
.donation-logo-wrap ul li img{
	height: 108px;
}
.give-form-title{
	display:none;
}

.give-btn {
	color: #FFF;
	padding: 8px 10px;
	cursor: pointer;
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	background: #D9802A;
	border-radius: 10px;
	border-color: #D9802A;
}
.give-btn:hover{
	background:#FFF;
	color:#D9802A;
}

#give-recurring-form .form-row input[type=email],
#give-recurring-form .form-row input[type=password],
#give-recurring-form .form-row input[type=tel],
#give-recurring-form .form-row input[type=text],
#give-recurring-form .form-row input[type=url],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
form.give-form .form-row input[type=email],
form.give-form .form-row input[type=password],
form.give-form .form-row input[type=tel],
form.give-form .form-row input[type=text],
form.give-form .form-row input[type=url],
form.give-form .form-row select,
form.give-form .form-row textarea,
form[id*=give-form] .form-row input[type=email],
form[id*=give-form] .form-row input[type=password],
form[id*=give-form] .form-row input[type=tel],
form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=url],
form[id*=give-form]
.form-row select,
form[id*=give-form] .form-row textarea,
.form-row .give-stripe-cc-field{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
	outline: none;
	color: #333;
	background-color: #fdfdfd;
	border: 1px solid #ccc;
	margin: 0;
	padding: 1em;
	background: #F2F2F2;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1;
}
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before,
form[id*=give-form] #give-final-total-wrap .give-donation-total-label{
	background: no-repeat;
	border: 0;
}
form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text{
	background-color: #fdfdfd;
	border: 1px solid #ccc;
	margin: 0;
	padding: 1em;
	background: #F2F2F2;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1;
}
form[id*=give-form] #give-final-total-wrap .give-final-total-amount{
	background-color: #fdfdfd;
	border: 1px solid #ccc;
	background: #F2F2F2;
	border-radius: 10px;
}

.current_page_item a::before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	height: 3px;
	background: #9c0016;
	width: 100%;
}

ul.sub-menu > li.current-menu-item > a::before {
	height: 0px;
}

#menu-mainnav li ul {
	border-color: #9c0016!important;
}

.menu-item-6784 a::after {
	content: "NEW";
	padding: .3em 1em;
	background-color: #9c0016;
	color: #efefef;
	border-radius: .6em;
	margin: 1em;
	font-size: .8em;
	font-style: bold;
}

ul#menu-mainnav li a {
	font-size: 1em!important;
}

ul.sub-menu {
	border-color: #9c0016;
}

.read-more--link.more-link {
	color: #fff !important;
}

body.home h2 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	font-family: inherit;
	color: #a51b17;
}

#programs .hovered-div {
	display: none;
	background-color: #951419;
	height: 100%;
}
#programs .hovered-div .give-form-wrap {
	padding-top: 10px;
}
#programs .hovered-div input,
#programs .hovered-div button.give-btn.give-btn-modal:hover {
	color: #951419;
}
#programs .hovered-div span.give-currency-symbol {
	color: #fff;
}
#programs .hovered-div a {
	background-color: #dd801d;
	color: #fff;
	padding: 10px 25px;
	border-radius: 25px;
	text-transform: uppercase;
}
#programs .hovered-div a:hover {
	background-color: #fff;
	color: #951419;
}
#programs .hovered-div .et_pb_text_inner,
#programs .hovered-div h3 {
	color: #fff;
}
#programs .hovered-div ul.give-donation-levels-wrap {
	display: flex;
}
#programs .hovered-div ul.give-donation-levels-wrap li {
	margin-right: 10px;
}

.centered {
	text-align: center;
}
.read-more--area {
	text-align: center;
}


div.team-members {
	background-color: #f7f7f7;
}
div.team-members .et_pb_row {
	width: 100%;
}
div.team-members .et_pb_row img {
	width: 280px;
	height: 280px;
}
body.single-team #main-content {
	background-color: #f7f7f7;
	padding-bottom: 75px;
}
body.single-team .ct-main-title {
	height: 250px;
	padding-top: 100px;
	color: #fff;
	background-position: 50% 40%;
	background-size: cover;
	background-repeat: no-repeat;
}
body.single-team .ct-main-title.has-header-image {
	background-position: 50% 15%;
}
body.single-team .ct-main-title h1 {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
}
body.single-team .ct-main-title p.team-breadcrumb {
	font-weight: bold;
}
body.single-team .ct-main-title p.team-breadcrumb a {
	color: #fff;
}
body.single-team .ct-main-title .fbc-page .fbc-wrap .fbc-items li a {
	color: #fff;
	font-weight: bold;
}
body.single-team .et_pb_row.teaminfo {
	width: 100%;
}
body.single-team .et_pb_row.teaminfo img {
	width: 400px;
	height: 400px;
}
body.single-team .et_pb_row.teaminfo h2 {
	margin: 55px 0 10px;
	color: #cd0088;
}
body.single-team .et_pb_row.teaminfo p.team-position {
	margin: 20px 0;
	font-weight: bold;
	font-size: 110%;
}
body.single-team .et_pb_row.teaminfo ul.et_pb_social_media_follow {
	margin: 30px 0;
}
.et_pb_social_media_follow li a.icon {
	border-radius: 30px;
}
.et_pb_social_icon.et-social-linkedin a.icon {
	background-color: #0a66c2;
}
.et_pb_social_icon.et-social-facebook a.icon {
	background-color: #3b5998;
}
.et_pb_social_icon.et-social-twitter a.icon {
	background-color: #00aced;
}
.et_pb_social_icon.et-social-instagram a.icon {
	background-color: #ea2c59;
}
.et_pb_social_icon.et-social-youtube a.icon {
	background-color: #c33;
}
body.single-team .member-description {
	background-color: #fff;
	padding: 50px;
}
body.single-team .member-description strong {
	color: #993300;
	font-size: 110%;
}

.volunteering-ads .et_pb_row {
	width: unset;
}
.volunteering-ads .volunteering-info {
	margin: 0 auto;
	padding: 50px;
	max-width: 480px;
	min-width: 300px;
	box-shadow: 0px 0px 4px #888;
}
.volunteering-ads .volunteering-info h3 {
	margin: 10px;
}
.volunteering-ads .volunteering-info .job-image img {
	height: 80px;
	width: auto;
}
.volunteering-ads .volunteering-info .job-description>div {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
}
.volunteering-ads .volunteering-info .job-description img,
body.single-volunteering .job-key img {
	width: 20px;
	height: 20px;
	vertical-align: text-top;
	margin-right: 10px;
}
body.single-volunteering .container {
	max-width: unset;
}
body.single-volunteering article h1 {
	width: 90%;
}
body.single-volunteering article h1,
body.single-volunteering article h2,
body.single-volunteering .volunteering-related h2 {
	text-align: center;
	margin-bottom: 15px;
}
body.single-volunteering article .et_pb_row {
	width: unset;
	max-width: unset;
}
body.single-volunteering article .apply-button {
	transition: transform 300ms ease 0ms;
	transform-origin: 0%;
}
body.single-volunteering article .apply-button:hover {
	transform: scale(1.1);
}
body.single-volunteering article .apply-button a {
	background-color: #951419;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	padding: 15px 30px;
}
body.single-volunteering article div.job-description,
body.single-volunteering article div.job-requirements,
body.single-volunteering article div.job-key {
	padding: 50px;
	box-shadow: 0px 0px 4px #888;
	width: 90%;
	margin-bottom: 50px;
}
body.single-volunteering article div.job-key div {
	margin-bottom: 10px;
}
body.single-volunteering article div.job-skills {
	padding: 0 50px;
}
body.single-volunteering article div.job-skills p {
	background-color: #e1e9ac;
	color: #333;
	font-weight: bold;
	border-radius: 30px;
	padding: 15px 0;
	margin: 15px 0;
	text-align: center;
}
body.single-volunteering article #apply {
	display: none;
}

.testimonial-info {
	margin: 0 1.5%;
}
.testimonial-info .testimonial-image img {
	border-radius: 50%;
}
.testimonial-info .testimonial-description {
	margin: 10px 0;
}
.testimonial-info .testimonial-description h3 {
	font-size: 24px;
}
body.single-testimonial h1 {
	font-size: 40px;
	margin-bottom: 25px;
}
body.single-testimonial .testimonial-text blockquote {
	position: relative;
	padding: 15px 30px;
	margin: 0 auto;
	width: 80%;
	border: 5px solid #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
body.single-testimonial .testimonial-text blockquote:after {
	content: "";
	position: absolute;
	bottom: -50px;
	right: 10%;
	border-width: 0 0 50px 20px;
	border-style: solid;
	border-color: transparent #eee;
	display: block;
	width: 0;
}
body.single-testimonial .testimonial-text h2.entry-title,
body.single-testimonial .testimonial-text p.team-position {
	text-align: right;
	margin-right: 23%;
	margin-right: calc(20% + 25px);
}
body.single-testimonial .testimonial-text h2.entry-title {
	margin-top: 10px;
}
body.single-testimonial .testimonial-text p.team-position {
	font-style: italic;
}
body.single-testimonial .related {
	margin: 50px 0;
}
body.single-testimonial .related h2 {
	font-size: 34px;
}

a.more-link {
	cursor: pointer;
}

body.post-type-archive-publication .ct-main-title {
	background-image: url('https://paajaf.org/wp-content/themes/paajaf-child/assets/img/publication-heading.jpg') !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 180px;
}
body.post-type-archive-publication .ct-main-title h1,
body.post-type-archive-publication .ct-main-title a {
	color: #fff !important;
	text-shadow: 0px 0px 5px #000;
}
body.post-type-archive-publication .ct-main-title a:hover {
	color: #dd801d !important;
	text-shadow: 1px 1px 0px #000;
}
body.post-type-archive-publication #content-area .et_pb_row.publications,
body.post-type-archive-publication #content-area .publication-listing .et_pb_row {
	width: 100%;
}
div.publication-section {
	margin-bottom: 40px;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
	body.single-volunteering article div.job-description, 
	body.single-volunteering article div.job-requirements, 
	body.single-volunteering article div.job-key {
		padding: 35px;
	}
	body.single-volunteering article div.job-skills {
		padding: 35px;
	}
	body.single-volunteering .job-key img {
		display: block;
	}
}
@media screen and (max-width: 1024px) {
	body.single-volunteering .et_pb_column_3_4,
	body.single-volunteering .et_pb_column_1_4 {
		width: 100%;
	}
}
@media screen and (max-width: 980px) {
	.volunteering-ads .volunteering-info {
		margin: 0 auto 30px;
		max-width: unset;
	}
	.volunteering-ads .et_pb_row:after {
		content: none;
	}
}
@media screen and (max-width: 360px) {
	.volunteering-ads .volunteering-info {
		min-width: unset;
	}
	.volunteering-ads .volunteering-info .job-description>div {
		width: 100%;
	}
	.volunteering-ads .volunteering-info .job-description img {
		display: block;
		margin: auto;
	}
}