/*
  Theme Name: Outreach Pro Child Theme - Custom CSS File
	Theme URI: http://www.studiopress.com/themes/outreach
	Description: This custom CSS file is used to modify the default behavior of the Outreach child theme and it also adds some new functionality.

 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Body */
h2 {
    padding-bottom: 10px;
}

h1 .entry-title {
    margin-bottom: 40px;
}

.content .entry-title a:hover {
	color: #d01212;
}

.content #genesis-responsive-slider p {
    color: #fff;
	font-size: 1.2rem;
}

.content {
	padding-top: 1px;
	margin-bottom: 0;
	padding: 0;
}

.entry {
	margin-bottom: 20px;
}

.breadcrumb {
	margin-bottom: 15px;
}

a, .widget-title {
	color: #d01212;
}

a:hover {
	color: #a80d0d;
}

/* Header */
.site-header {
	background-color: transparent;
}
.site-header .wrap {
	padding: 10px 0 9px;
	max-width: 1140px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
    align-content: center;
}

.site-header .title-area {
/* 	padding-top: 8px; */
	width: 25%;
}

#v-line {
	height: 90px;
    width: 1px;
    border-right: 1px solid #efefef;
}

.site-header .widget-area {
    text-align: right;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
    align-items: center;
    width: 75%;
}

#header-buttons .custom-html-widget {
	display:flex;
	justify-content: space-around;
}


.site-header .site-title a {
/* 	background: url(/wp-content/uploads/VCC_logo_Web.png) no-repeat !important; */
	min-height: 120px;
}

.genesis-nav-menu .sub-menu a {
    font-size: 0.8rem;
    width: 280px;
}

.nav-primary {
	background-color: #e14545;
}

.nav-secondary .wrap {
    background-color: #222;
/*    margin-bottom: 0 !important;  */
}

.nav-secondary .genesis-nav-menu .sub-menu a {
    background-color: #222;
    border-bottom-color: #292929;
    border-left-color-value: #292929;
    border-right-color-value: #292929;
    border-top-color: #292929;
    color: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu a:hover {
    background-color: #333;
}

.nav-secondary .genesis-nav-menu .sub-menu a:active {
    background-color: #333;
    color: #fff;
}

.nav-secondary .genesis-nav-menu li > a:hover, .nav-secondary .genesis-nav-menu .sub-menu a:hover, .nav-secondary .genesis-nav-menu li:hover > a {
    color: #e14545;
}

.nav-secondary .genesis-nav-menu .current-menu-item > a {
    background-color: #444;
    color: #e14545;
}

.nav-secondary .genesis-nav-menu .current-menu-item > a:hover {
    background-color: #555 !important;
    color: #e14545;
}

.genesis-nav-menu .sub-menu a {
    background-color: #eeabab;
    border-bottom-color: #fff;
    border-left-color-value: #fff;
    border-right-color-value: #fff;
    border-top-color: #fff;
    color: #222;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
    background-color: #ea9999;
}

.nav-primary .genesis-nav-menu .sub-menu a:active {
    background-color: #db8a8a;
}

.nav-primary .genesis-nav-menu .current-menu-item > a {
    background-color: #d03636 !important;
	color: #ffffff;
}

.nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu a:focus, .genesis-nav-menu li:hover > a {
    background-color: #d03636;
	color: #ffffff;
}

/* Right Header Widgets */
.header-widget-area .textwidget h4 {
	color: #d01212;
	font-weight: 700;
	margin-bottom: 6px;
}

.header-widget-area .textwidget h4:hover {
	color: #a80d0d;
	font-weight: 700;
}

.header-widget-area #custom_html-2 .join-button-wrap {
	float: left;
}

.join-button-wrap img {
	padding-left: 20px;
}

.news-button {
	float: left;
	text-align: center;
	margin-left: 63px;
}

.header-widget-area .social-icons {
	padding-top: 4px;
}

.header-widget-area .social-icons a {
	display: inline-block;
	padding: 7px;
	color: #ffffff;
	height: 2em;
	border-radius: 2px;
    margin-left: -0.5px;
}

.header-widget-area .custom-head-right {
	float: right;
	text-align: right;
	clear: right;
}

.header-widget-area .social-icons .dashicons {
	font-size: 19px;
	height: 19px;
	width: 19px;
}

.header-widget-area .social-icons > a:nth-child(1) {
	background-color: #e14545;
}
.header-widget-area .social-icons > a:nth-child(1):hover {
	background-color: #d03d3d;
}

.header-widget-area .social-icons > a:nth-child(2) {
	background-color: #4267b2;
}
.header-widget-area .social-icons > a:nth-child(2):hover {
	background-color: #3b5da0;
}

.header-widget-area .social-icons > a:nth-child(3) {
	background-color: #1da1f2;
}
.header-widget-area .social-icons > a:nth-child(3):hover {
	background-color: #1994df;
}

.header-widget-area .social-icons > a:nth-child(4) {
	background: rgb(255,129,0);
	background: linear-gradient(45deg, rgba(255,129,0,1) 0%, rgba(235,43,142,1) 84%);
	padding: 4px 4px;
    vertical-align: bottom;
    margin-bottom: 1px;
}
.header-widget-area .social-icons > a:nth-child(4):hover {
	background: rgb(255,91,0);
	background: linear-gradient(45deg, rgba(255,91,0,1) 0%, rgba(214,9,131,1) 84%);
}
.header-widget-area .social-icons > a:nth-child(4) img {
	width: 24px;
}

.header-widget-area .social-icons > a:nth-child(5) {
	background-color: #19a8dd;
}
.header-widget-area .social-icons > a:nth-child(5):hover {
	background-color: #00c9ff;
}
.header-widget-area .social-icons > a:nth-child(5) img {
	width: 18px;
}

.header-widget-area .social-icons > a:nth-child(6) {
	background-color: #1e2129;
	padding: 4px 4px;
    vertical-align: bottom;
    margin-bottom: 1px;
}
.header-widget-area .social-icons > a:nth-child(6):hover {
	background-color: #000;
}
.header-widget-area .social-icons > a:nth-child(6) img {
	width: 24px;
}


.header-widget-area .social-icons a:hover {
	color: inherit;
}

.header-widget-area #search-4 .search-form {
	height: 40px;
	width: 208px;
	margin-top: 0;
	margin-bottom: 5px;
}

.header-widget-area #search-4 input {
	padding: 10px;
	color: #333333;
	width: 100%;
}

.header-widget-area #search-4 .search-form-submit {
	display: none;
}

/* Home Page */
.home-bottom .widget-title {
    line-height: 1.6 !important;
}

.home-bottom .widget .homefeat {
    color: #fff;
    font-weight: 700;
    width: auto;
    padding: 20px 16px;
    background-color: #555 !important;
    margin: 0;
}

.home-bottom .widget .homefeat ul {
	padding: 12px 0;
}
.home-bottom .widget .homefeat ul > li {
/* 	margin-bottom: 0; */
	padding-bottom: 0;
	color: #b4cbf7;
}

.home-bottom .widget .homefeat ul > li a {
	color: #b4cbf7;
}

.home .home-bottom {
	padding-top: 0;
}

.widget-title.widgettitle {
	
}

.home .home-bottom h4 {
	margin-bottom: 4px;
	font-weight: 900;
	line-height: 1.4 !important;
    font-size: 20px;
}

.home .content #genesis-responsive-slider {
	box-shadow: none;
}

#home_images-widget {
	padding: 0;
	margin-top: 16px;
	margin-bottom: 8px;
}

#home_images-widget .home_images-row {
	margin-left: -10px;
	margin-right: -10px;
}

#home_images-widget .home_images-column {
	width: 33.33333333%;
	float: left;
	padding: 0 10px;
}

.home_images-column a img:hover {
	opacity:0.9;
}

/* Bookstore */
.entry-content iframe {
	margin-right: 70px;
	margin-bottom: 30px;
}

/* Contribution Pages */
.donation-page #Main .crm-block > .crm-public-form-item .label, .donation-page #Main .crm-block > #priceset-div .label,
.donation-page #Main .crm-block > #billing-payment-block .label {
	width: 20%;
	padding: 11px 15px 0;
	display: flex;
	align-items: center;
	justify-content: right;
	height: 50px;
	clear: left;
}

.donation-page #Main .crm-block > .crm-public-form-item .content, .donation-page #Main .crm-block > #priceset-div .content,
.donation-page #Main .crm-block > #billing-payment-block .content {
	width: 80%;
	margin: 0;
	padding: 11px 15px 0;
}

.crm-container.crm-public .select2-container, .crm-container.crm-public .select2-results {
	width: 237px !important;
	max-width: 100%;
}

.crm-section .select2-container .select2-choice {
	height: 36px;
}

.donation-page #pricesetTotal .calc-value {
	height: 50px;
	display: flex;
	align-items: center;
}

.donation-page #Main .crm-block .membership-group fieldset {
	border-top: none;
}

.donation-page .crm-title {
	display: none;
}

.donation-page .support_vcc-content, .donation-page .billboards-content, .donation-page .legal_fund-content {
	position: relative;
}

.donation-page .support_vcc-content:after, .donation-page .billboards-content:after, .donation-page .legal_fund-content:after {
	position: absolute;
	top: 20px;
	left: 21px;
	content: "$";
	font-size: 15px;
	pointer-events: none;
}

.donation-page #priceset .crm-section .content input {
	color: #333333;
	padding-left: 18px;
}

.crm-container .label .crm-marker {
	margin-right: 0;
}

.donation-page .crm-public-form-item #membership fieldset {
	padding-bottom: 0;
	margin-bottom: 0;
}

.donation-page .paypal_checkout-group .description {
	display: block;
}

.donation-page #Main .crm-block > .crm-public-form-item input.email {
	max-width: 350px;
}

.crm-contribution-main-form-block .contribution-subtitle {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 17px;
}

.donation-page .crm-block h3 {
	background-color: transparent;
	font-size: 16px;
	padding-left: 0;
	padding-right: 0;
}

.donation-page .crm-block ul, .donation-page .crm-block p {
	margin-bottom: 20px;
}

.donation-page .crm-block table {
	border: none;
	line-height: 1;
	font-size: 16px;
}

.donation-page tbody {
	border-bottom: none;
}

#crm-container #Main input.crm-form-text, #crm-container #Main input.crm-form-password {
	height: 1.7em;
	max-width: 96%;
	color: #333333;
}

.donation-page #Main .content > #cvv2 {
	width: 90px;
}

.donation-page #Main .billing_name_address-section > div:nth-child(-n+5) .content input {
	width: 400px;
}

.donation-page #Main #payment_information .credit_card_type-section > .content {
	padding-bottom: 5px;
}

.donation-page #Main .credit_card_exp_date-section > .content select {
	width: 117px;
	margin-bottom: 7px;
}

.crm-container #Main fieldset legend {
	font-size: 18px;
	padding-right: 8px;
}

#credit_card_number {
	width: 225px;
}

/* Misc */
.widget-area h2 {
    font-size: 1.1em !important;
    padding-bottom: 0px !important;
    margin-bottom: 2px;
}

.entry-comments-link, .entry-tags {
    float: left;
    clear: left;
}

.newsletter .entry-header {
	display: none;
}

.crm-container #printer-friendly {
	display: none;
}

#crm-container .select2-container .select2-choice abbr {
	top: 11px;
}

.tml .tml-button {
	background: #d01212;
}

.tml .tml-button:hover {
	background: #a80d0d;
}

.archive-pagination li a:hover, .archive-pagination .active a {
	background: #d01212;
}

/* Fix child pages shortcode issue */
.child_pages .child_page-container {
    height: inherit!important;
    padding-bottom: 17px;
}

.child_pages .child_page-container .post_thumb {
    display: none;
}

.site-inner {
    padding-top: 17px;
}

.crm-container .messages.help {
	background-color: #e7eff7;
	border: 1px solid #c7ced5;
}

/* Forms */
.crm-public .crm-profile-view .content, .crm-public .CRM_Profile_Form_Edit .content {
	float: none;
}

#crm-main-content-wrapper .action-link, .account .entry-title {
	display: none;
}

#crm-main-content-wrapper table tr.content {
	background-color: none;
}

#crm-main-content-wrapper table tr.content > input[type="text"] {
	display: none;
}

#crm-main-content-wrapper > h2 {
	margin: 0;
	padding: 0;
}

#crm-main-content-wrapper #Edit .form-item input {
	color: #333;
}

#crm-main-content-wrapper #Edit .select2-container .select2-choice {
	padding-top: 0;
}

.account .detail-link {
	margin-bottom: 5px;
}

.account .crm-container .crm-section .label {
	width: 25%;
}

.account .crm-container .crm-section .content {
	margin-left: 27%;
}

.account .crm-container .crm-profile-name-Membership_Info_20 .crm-section .label {
	font-weight: bold;
	text-align: left;
	padding-left: 30px;
}

.edit-subs #crm-main-content-wrapper > .status {
	display: none;
}

#crm-main-content-wrapper .crm-form-checkbox {
	margin-right: 5px;
}

#crm-main-content-wrapper .group-wrapper:not(:last-child) {
	margin-bottom: 8px;
}

/* Footer */
.sub-footer {
	padding: 40px 0 10px;
	background-color: #d0d3d4;
}

.footer-widgets {
	padding: 40px 0 10px;
}

#loginwithajaxwidget-2 input {
	padding-top: 8px;
	padding-bottom: 8px;
}

#loginwithajaxwidget-2 #lwa_wp-submit {
	padding: 10px 20px;
	background: #d01212;
}

#loginwithajaxwidget-2 #lwa_wp-submit:hover {
	background: #a80d0d;
}

#loginwithajaxwidget-2 h4 {
	margin-bottom: 20px;
}

.donate-button-wrap {
	float:left;
	max-width: 130px;
    min-width: 100px;
    margin: 6px;
}

#custom_html-2 {
	float: left;
}

#search-4 {
	padding: 12px 0;
}

a.join-button:hover, a.donate-button:hover, a.ci-button:hover {
	opacity: 0.85;
}

.elementor-widget-text-editor ul {
    padding-left: 18px;
}

.list-decimal ol {
    padding-left: 14px;	
}

.list-decimal ol li, .elementor-widget-text-editor li {
	list-style-type: decimal;
    padding-left: 8px;
	padding-bottom: 8px;
}

.list-decimal ol ul li, .list-disc ul li {
	list-style-type: disc;
}

.list-decimal ol ul {
    padding-bottom: 12px;
}

.keypoints li {
    list-style-type: disc;
    margin-left: 24px;
    margin-top: 6px;
}

.keypoints > ul {
    margin-top: 14px;
}

.elementor-widget-container > li {
    list-style-type: disc;
    margin-left: 24px;
    margin-top: 2px;
}

.elementor-widget-container > ul {
    margin-top: 12px;
	margin-bottom: 12px;
}

.urgent-news {
    width: 100%;
    height: 120px;
    text-align: center;
    margin: 0 12px 16px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background: url(/wp-content/uploads/hands_01.jpg) no-repeat center center;
	background-size:cover;
	padding: 12px;
}

.urgent-news h2 a {
	margin: 0;
    font-size: 1.4rem !important;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.25;
    font-family: 'Circular-Loom';
    color: #ff4c7c;
}


.urgent-news h2 a:hover {
	color:#e6174f;
}


.select2-container.big.crm-select2.crm-chain-select-control.crm-form-select.select2-allowclear>a, a.select2-choice, a.select2-choice.select2-default, .crm-section.select2-container.select2-choice {
	height:auto !important;
}

span.crm-button.crm-button-type-upload.crm-button_qf_Main_upload.crm-i-button, span.crm-button.crm-button-type-next.crm-button_qf_Confirm_next.crm-i-button {
	padding: 12px 20px;
}

span.crm-button.crm-button-type-back.crm-button_qf_Confirm_back.crm-i-button {
	padding: 12px 20px;
	color: #4c4c4c;
    text-shadow: none;
	background: #f7f7f7;
    border: 1px solid #8a8a8a;
}
#_qf_Confirm_back-top, #_qf_Confirm_back-bottom, input.crm-form-submit.cancel {
	color: #4c4c4c;
    text-shadow: none;
}


i.crm-i.fa-check, i.crm-i.fa-chevron-left {
	position:static;
}

input.crm-form-submit.default.validate {
}

#crm-submit-buttons {
	margin-bottom: 80px;
	padding-bottom: 124px;
    border-bottom: 1px solid #ddd;
}


#footer_text.crm-public-form-item.crm-section.contribution_footer_text-section {
	background: #f7f7f7;
    padding: 24px;
}

#membership-intro {
	background: #f7f7f7;
    padding: 24px;
}

#intro_text.crm-public-form-item.crm-section.intro_text-section {
	padding: 24px;
    background: #f7f7f7;
    margin: 20px 0 20px 0;
}




/* Start Media Queries*/
/* Order max-width only from largest to smallest */
/* Range queries between */
/* order min with from smallest to largest */
@media (max-width: 1180px) {
	.genesis-nav-menu a {
		padding: 18px 12px;
	}
	
	.join-button-wrap img {
		padding-left: 0;
	}
	
	.news-button {
		margin-left: 16px;
	}
	
	.header-widget-area #search-4 .search-form {
		width: 175px;
	}
	.donate-button-wrap {
 	   float: none;
	}
}

@media (max-width: 1023px) {
	.header-widget-area #custom_html-2 .join-button-wrap {
		width: 100%;
		float: none;
	}
	
	.header-widget-area .join-button-wrap img {
		padding: 0;
	}
	
	.header-widget-area .custom-head-right {
		float: none;
		text-align: center;
	}
	
	.site-header .site-title a {
		background-position: top !important;
	}
	
	.site-header .title-area {
		float: left;
/* 		width: 50%; */
		padding-top: 0;
	}
	
	.site-header .header-widget-area {
		float: none;
	}
	
	.news-button {
		float: none;
		margin-left: 0;
	}
	
	.header-widget-area > section:nth-child(1) {
/* 		padding-bottom: 20px; */
	}
	
	.header-widget-area > section:nth-child(1), .header-widget-area > section:nth-child(2) {
/* 		width: 50%; */
		float: left;
	}
	
	#custom_html-15 {
		display: none;
	}
	
	.site-header .header-widget-area {
    	float: none;
    	display: flex;
    	justify-content: space-around;
		flex-wrap: nowrap;
    	flex-direction: row;
	}
}

@media (max-width: 782px) {
	.donation-page #Main .crm-block > .crm-public-form-item .label, .donation-page #Main .crm-block > #priceset-div .label,
	.donation-page #Main .crm-block > #billing-payment-block .label {
		width: 100%;
		text-align: left;
		justify-content: left;
		font-size: 17px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 21px;
		height: 40px;
	}
	
	.donation-page #Main .crm-block .payment_options-group > div:first-of-type .label,
	.donation-page #Main .crm-block > #priceset-div .label:first-child,
	.donation-page #crm-container #Main .crm-block .billing_name_address-section > div:first-child .label {
		padding-top: 5px;
		height: 30px;
	}

	.donation-page #Main .crm-block > .crm-public-form-item .content, .donation-page #Main .crm-block > #priceset-div .content,
	.donation-page #Main .crm-block > #billing-payment-block .content {
		width: 100%;
		text-align: left;
		font-size: 17px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.donation-page #Main .billing_name_address-section > div:nth-child(-n+5) .content input {
		width: 100%;
	}
	
	.donation-page #Main .crm-block > .crm-public-form-item .membership_amount-content {
		margin-bottom: 9px;
	}
	
	.donation-page .support_vcc-content:after, .donation-page .billboards-content:after,
	.donation-page .legal_fund-content:after {
		left: 7px;
	}
	
	.donation-page .crm-block ul {
		margin-left: 20px;
	}
	
	div.widget-area.header-widget-area {
    	display: flex;
    	flex-direction: row;
    	align-content: center;
    	flex-wrap: wrap;
    	justify-content: space-around;
		align-items: center;
		margin: 0 auto;
	}
	
	.site-header .title-area {
    	width: 100%;
	}
}

@media (max-width: 560px) {
	.header-widget-area > section:nth-child(1) {
		padding-bottom: 0;
	}
	
	.header-widget-area > section:nth-child(1), .header-widget-area > section:nth-child(2),
	.site-header .title-area	{
/* 		width: 100%; */
	}
	
	.header-widget-area > section:nth-child(1), .header-widget-area > section:nth-child(2),
	.site-header .header-widget-area, .news-button {
		float: none;
	}
	
	div.widget-area.header-widget-area {
    	display: flex;
    	flex-direction: column;
    	align-content: center;
		width: 100%;
	}
	
	.header-widget-area .join-button-wrap img {
		width: 180px;
		margin-bottom: 4px;
	}
	
	.news-button img {
		margin-bottom: 5px;
	}
	
	.site-header .title-area {
		margin-bottom: 10px;
	}
	
	.donate-button-wrap {
/* 		padding: 16px 8px; */
	}
}

@media (max-width: 500px) {
	.entry-content iframe {
		margin-right: 35px;
	}
	
	#home_images-widget .home_images-column {
		width: 100%;
		float: left;
	}
	
	#home_images-widget .home_images-column > img {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.home .home-bottom {
		padding-top: 20px;
		padding-bottom: 15px;
	}
	
	.home .home-bottom .homefeat {
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {

}
