/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* Override theme colors | 21595494-hc | tmb */
.navigation-main li.menu-button a {
	background: #068ad0;
}
.wp-block-quote {
	border-left-color: #55b8d5;
}

.block-four .post .entry-title, .widget_maisha_column_recentposts .post .entry-title, .block-four .page .entry-title, .widget_maisha_column_recentposts .page .entry-title {
	border-bottom-color: #55b8d5;
}

/* Menu hover color / 21595494-HC (MI) */
.navigation-main li.menu-button a:hover {
	background: #9E7A0B;
}

.entry-content a:link {
	color: #068ad0;
}

.entry-content a:hover {
	color: #9E7A0B;
}

/*Move caption on front page to the right side | 3104190-hc sb*/
.content-caption {
    left: unset;
    right: 0;
    position: absolute;
}
/*Undo caption modifications on smaller screens | 3104190-zen sb*/
@media screen and (max-width: 48.75em) {
    .content-caption {
        position: inherit;
    }
}
/*Make Donate button larger*/
.navigation-main li.menu-button a {
    padding: 5px 10px;
    font-size: 1.5rem;
}
/* Change donate menu text color | 22274236-hc | tmb */
.navigation-main li.menu-button a {
  color: #ffffff;
}
/* Change donate button on homepage AL hc-22704689 */

   .wp-block-button.has-custom-lineheight .wp-block-button__link {
    line-height: inherit;
    font-size: 36px;
}

.wp-block-cover.has-background-dim.has-custom-content-position.is-position-bottom-center {
    height: 300px;
}

/*  Make background white on search bar in footer 25567005-hc    */
.footer input.search-field {
    background:#fff;
}

/* Color change for visited links in the content hc-26862364-vk*/
.entry-content a:visited {
    color: #068ad0;
}

/* Removing underline from links | 27025089-HC (AVS) */
#content a {
	border: none;
}

/* adjust color of donation submit button | 29587356-hc DG */	
	#express-submit {
    background: #068ad0;
    color: white;
    padding: 18px;
	font-size: 24px;
	padding: 15px 30px;
}

/* Make sure theme inputs keep dark font color | HC-29641134-JG */
input.required,
select.required,
textarea.required {
	color:#333;
}
/* Padding on donate form CAPTCHA | HC-29641134-JG */
#captcha56320 {
	padding: 30px 0;
}
/**
 * GiveWP Form Require Fields
 *
 * @description: Cusomize the prefix of this function before using. The $required_fields array key is the name of the field you would like to make required; ie " name='card_address_2' " - find using Debug Tools, etc.
 *
 * @param $required_fields
 *
 * @return mixed
 */
/**
 * GiveWP Form Require Fields
 *
 * @description: Cusomize the prefix of this function before using. The $required_fields array key is the name of the field you would like to make required; ie " name='card_address_2' " - find using Debug Tools, etc.
 *
 * @param $required_fields
 *
 * @return mixed
 */


.page-template-default .no-sidebar .is-type-video iframe, .page-template-grid-page .is-type-video iframe, .page-template-full-bg-page .is-type-video iframe {
	height: auto;
}

/* Check box change // 29823804-HC SK*/
input[type=checkbox] {
    border-radius:0px;
}

/*  hide video black bars -- 29838096-hc (DOC) */
.video-player iframe {
height: auto;
}

.wp-block-video iframe {
  height: auto;
}
/* EXAMPLE CODE FOR OVERRIDING THEME COLORS ON MENU ITEM | 31270643-hc/zen (LL) */
.navigation-main li#menu-item-7125 a {
background: #068ad0;
color: #fff;
padding: 5px 10px;
font-size: 1.5rem;
}

/* EXAMPLE MENU HOVER COLOR / 31270643-HC (LL) */
.navigation-main li#menu-item-7125 a:hover {
background: #9E7A0B;
}
