/* ******************************* *
 * EWCV STYLE CUSTOMIZATIONS       *
 * ******************************* */
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
    font-family: 'Century Gothic', 'Arial', sans-serif;
}
a {
    color: #006505;
}
.wp-block-button{
    display: inline-block;
    width:auto;
    height:auto;
    margin:0;
    padding:0;
    background: none !important;
}
.content .wp-block-button.aligncenter,
.content .wp-block-button.aligncenter a.wp-block-button__link{
    text-align: center;
}
.wp-block-button.aligncenter {
    display: block;
    width:100%;
}
.content .wp-block-button.aligncenter a.wp-block-button__link {
    display: inline-block;
    width:auto !important;
    height:auto !important;
    margin: 1em auto;
}
.content .wp-block-button a.wp-block-button__link {
    background-color: #006505;
    line-height: 100%;
    color: #EEEEEE;
    letter-spacing:0.1em;
    word-spacing: 0.3em;
    font-size: 14pt;
}

.camelcase {
    text-transform: none !important;
}
.content .wp-block-button a.wp-block-button__link:hover {
    background-color: #009905 !important;
    color: #FFFFFF;
}
.fhbutton,
a.fhbutton {
    border: none;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-size: 14pt;
    font-weight: 700;
    padding: 16px 24px;
    text-transform: uppercase;
    white-space: normal;
    background-color: #006505;
    line-height: 100%;
    color: #EEEEEE;
    letter-spacing:0.1em;
    word-spacing: 0.3em;
}
.fhbutton:hover,
a.fhbutton:hover {
    background-color: #009905;
    color: #FFFFFF;
}
.button,
a.button,
input.button,
input[type="button"],
input[type="submit"] {
    background-color: #006505;
    color: white;
}
.error {
    color:darkred;
}
.hidden,
.hide {
    visibility:hidden;
    display:none;
}
noscript {
    color:#900;
    font-style: italic;
    font-size: 80%;
}
#copyright_logo {
    display:none;
}
#login h1 a, .login h1 a {
    background-image: url(images/EWCV-Logo-Cropped-Transparent.png);
    height:65px;
    width:320px;
    background-size: 320px 65px;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.front-page .offscreen-content-icon button,
.front-page .site-title a {
	color: #333;
}

.title-area {
    width: 260px;
}

body .site-title,
body .front-page .site-title a {
    padding-top: 0.45em;
}
body {
	font-family: 'Century Gothic', 'Arial', serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Century Gothic', 'Arial', serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

input,
select,
textarea {
	font-family: 'Century Gothic', 'Arial', serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="select"],
input[type="submit"],
.button {
	font-family: 'Arial', sans-serif;
}

.widget-title,
.front-page .widget-title {
	font-family: 'Arial', sans-serif;
}

.site-title,
.front-page .site-title {
	font-family: 'Century Gothic', 'Arial', 'Raleway', sans-serif;
}

.archive-pagination li a {
	font-family: 'Arial', sans-serif;
}

tagline {
    font-size:0.8em;
    font-weight: bold;
    color:#006505;/* dark green */
}
.front-page-3{
	padding-bottom: 40px;
	padding-top: 35px;
}

.front-page-2, .front-page-3, .front-page-4, .front-page-5, .front-page-6, .front-page-7 {
/*    border-top: 73px solid transparent;
    margin-top: -73px;*/
    border:none;
    margin:0;/* else the lower "row" prevents interaction with content in the lower 73px */
}
.front-page-1 {
    padding-bottom: 0.8em;
    background-color: #555555;
}
.front-page-1 .widget-area {
	vertical-align: bottom;
}
.front-page-1 .widget-area * {
    margin: 0;
    padding: 0;
}
.front-page-1 .widget-area .wrap {
    margin:0 auto;
}
a#a1,
a#a2 {
    /* the "Sponsor A Child" link */
    display:inline-block;
    font-size:0.6em;
    text-decoration:none;
    font-weight:bold;
    /*text-transform: uppercase;*/
    border:0.08em solid white;
    border-radius: 0.16em;
    padding:0.1em 0.5em 0.15em 0.6em;
    background-color: rgba(0,0,0,0.25);
    margin:0 0 0.5em 0;
}

a#a1:hover {
    /* the "Sponsor A Child" and "Learn More" links */
    display:inline-block;
    border-color: #006505;/*rgba(0,88,5,0.9);*/
    background-color: rgba(255,255,255,0.9);
    color: #006505;
    transition-duration:0.1s;
    /*letter-spacing: 0.01em;
    transition:letter-spacing 0.125s;*/
}

a#a2,
a#a2:hover {
    /* the "Learn More" link */
    border:none;
    text-transform: none;
    font-weight:bold;
    background-color: transparent;
}
a#a2:hover {
    color: #006505;
    background-color: rgba(255,255,255,0.9);
}

nowrap {
    white-space:nowrap;
}

.front-page .white .site-header,
.header-image.front-page .site-header {
    /*background-color: #fff;*/
    background-color: rgba(255,255,255,0.96);
    /*border-bottom: 1px solid #eee;*/
}

.site-header,
.site-footer,
.footer-widgets {
    /*background: url('bg-texture.png') top left repeat;*/
    background-image: none;
}
.front-page-3 {
    /* The mission statement row */
    background-color: white;
}
.front-page-5 {
    /* The "Donate" row */
    position: relative;
    display:block;
    height:auto;
    padding:0;
    margin:0;
    background-color: #F3F3F3; /* Francie pic - shows only if no bg img in wp customize */

    background-attachment: fixed;
    background-size: auto;
    background-repeat: repeat;
}
.front-page-5 a {
    text-decoration:none;
    font-family: 'Arial', 'Raleway', sans-serif;
}

/* So we can get to full width for the "special projects" donate section */
.front-page-5 .wrap,
.front-page-5 .widget-full .wrap {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align:left;
}
.front-page-5 .widget-wrap {
    margin:0.5em 1.5em;
}

/* Special projects donate large image (left/above) */
.front-page-5 .img-wrap {
    display:block;
    width: 50%;
}
.front-page-5 .img-wrap img {
    border: 1px solid rgba(85, 85, 85, 0.5);
    border-radius:3px;
}

/* Special projects donate heading & links (right/below) */
.front-page-5 .content-wrap {
    display:block;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    width: 50%;
    /*background-color:orange;*/
}
.front-page-5 .content-wrap .projects-title {
    display:block;
    position: absolute;
    left:10px;
    right:10px;
}
.front-page-5 .content-wrap .projects-links {
    display:block;
    position: absolute;
    left:0;
    right:0;
}
.front-page-5 .content-wrap .projects-title {
    top:0;
    height:65%;
    /*background-color:lightyellow;*/
}
.front-page-5 .content-wrap .projects-links {
    bottom:0;
    height:auto;
    /*background-color:lightgreen;*/
    transition: font-size 0.1s;
}
.front-page-5 .projects-title-wrap,
.front-page-5 .projects-links-wrap {
    position:relative;
    display:block;
    width:100%;
    height:100%;
    text-align: center;
}
.front-page-5 .projects-title-wrap a {
    position: absolute;
    display:block;
    width:100%;
    height:auto;
    top: 50%;
    transform: translateY(-50%);
    color:#000000;
    font-family: 'Century Gothic', 'Arial', 'Raleway', sans-serif;
    font-weight:bold;
    font-size: 80%;
    transition:font-size 0.2s;
    text-decoration: none;
    border:none;
}
.front-page-5 .projects-links-a {
    display:block;
    width:100%;
    clear:both;
    margin-bottom:0.25em;
}

.projects-links a.donate,
.projects-links a.learn-more {
    display:inline-block;
    width:auto;
    clear:both;
    margin:0;
    border:3px solid transparent;
    border-radius: 3px;
    background-color:#006505;
    color:white;
    font-weight:normal;
    font-size:80%;
    text-decoration: none;
    letter-spacing: normal;
    text-transform: none;
}
.projects-links a.donate {
    padding-left:1.2em;
    padding-right:1.2em;
}
.projects-links a.donate:hover {
    background-color:white;
    color:#006505;
    border-color:#006505;
}
.projects-links a.learn-more {
    background-color: transparent;
    color:black;
    border: 3px solid transparent;
    padding-left:0.4em;
    padding-right:0.4em;
}
.projects-links a.learn-more:hover {
    color: #006505;
    background-color: white;
    border-color: #006505;
}










.entry,
.page.page-template-page_blog .content .entry {
    border-bottom: none;/*1px solid #eee;*/
}

/* .footer-widgets section */
.footer-widgets-1 { width: 16%; }
.footer-widgets-2 { width: 68%; }
.footer-widgets-3 { width: 16%; }
.footer-widgets {
    vertical-align: top;
}

.footer-widgets-1 {
    text-align: center;
}

.footer-widgets-1 img {
    padding-top:4px; /* align top with neighbor footer widgets */
}

.footer-widgets-2 {
    display:block;
    text-align: center;
    /*border:1px dashed darkcyan;*/
    box-sizing:border-box;/* include padding and border in size */
}

.footer-widgets-2 * {
    box-sizing:border-box;/* include padding and border in size */
}

.footer-widgets-2 div.ewcv_wrap {
    display:inline-block;
    width:100%;
    margin:0 auto;
    padding:0;
    text-align: left;
    /*border:1px dashed lightcoral;*/
}

.footer-widgets-2 div.ewcv_wrap_inner {
    display:block;
    width:auto;
    margin:0 auto;
    text-align: left;
    /*border:1px dashed darkslateblue;*/
}

/* Turn footer menu into columns - modified later for mobile screen */
.footer-widgets-2 .menu {
    -moz-column-count: 2;
    -moz-column-gap: 2em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2em;
    column-count: 2;
    column-gap: 2em;
}
.footer-widgets-2 section.widget_nav_menu {
    display:inline-block;
    width:auto;
    margin:0;
    padding:0;
    /*border:1px dashed lightpink;*/
}

.footer-widgets-2 section.widget_nav_menu ul.menu {
    display:block;
    margin:0;
    padding:0 0.5em 0 1.5em;
    text-align: left;
    /*border:1px dashed darkkhaki;*/
}

.footer-widgets-2 section a,
.footer-widgets-2 section.widget_nav_menu ul.menu li,
.footer-widgets-2 section.widget_nav_menu ul.menu li a {
    letter-spacing: normal;
    margin:0;
    padding:0;
}

.footer-widgets-2 section.widget_nav_menu ul.menu li.menu-item {
    display:block;
    width:100%;
}

.footer-widgets-3 ul {
    display:inline-block;
    clear:both;
    width:auto !important;
    text-align: center;
    margin:0;
    padding:0;
}
.footer-widgets-3 ul > li {
    height: 3em;
    width:auto;
    clear:both;
    margin:0;
    padding:0;
    vertical-align: top;
}
.footer-widgets-3 ul > li * {
    margin:0;
    padding:0;
    transition: none;
    padding: 0;
    margin: 0;
    line-height: 100%;
}
.footer-widgets-3 ul > li > a { /* includes .blog and .facebook */
    display:inline-block;
    border-radius: 3px;
    text-align: center;
    vertical-align: top;
}
.footer-widgets-3 .blog a {
    padding:0.25em 0.85em 0.4em 0.85em;
    border: 2px solid black;
    background-color: black;
    color: white;
}
.footer-widgets-3 .blog a:hover {
    color:#006505;
    border-color: #006505;
    background-color:white;
}
.footer-widgets-3 .facebook a {
    display:inline-block;
    width:2.5em;
    height:2.5em;
    overflow: hidden;
    border-radius: 3px !important;
}
.footer-widgets-3 .facebook a:hover svg path {
    fill: #365C98 !important;/* facebook blue */
}

.footer-widgets,
.footer-widgets p,
.footer-widgets a,
.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    color:black;
    font-size:15px;
    font-family: 'Arial', sans-serif;
    font-weight:bold;
    text-transform:capitalize;
    letter-spacing: normal;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
	font-family: 'Century Gothic', 'Arial', serif;
    color:#006505;
}

.footer-widgets a:hover {
    color:#006505;
    transition:none;
}

.site-footer {
    /* border over the copyright in footer */
    border-top: 1px dotted #eee;
}









/* *****************************
    EWCV Sponsor Generic Page
 ******************************* */
.ve-sponsorship h1 {
    margin:0 auto;
    padding:0 0 1em 0;
}






/* *****************************
    EWCV Sponsor "Archive" Page
 ******************************* */
/*.ve-sponsorship.archive .five-sixths,*/
/*.ve-sponsorship.archive .four-sixths,*/
/*.ve-sponsorship.archive .one-fourth,*/
/*.ve-sponsorship.archive .one-half,*/
/*.ve-sponsorship.archive .one-sixth,*/
/*.ve-sponsorship.archive .one-third,*/
/*.ve-sponsorship.archive .three-fourths,*/
/*.ve-sponsorship.archive .three-sixths,*/
/*.ve-sponsorship.archive .two-fourths,*/
/*.ve-sponsorship.archive .two-sixths,*/
/*.ve-sponsorship.archive .two-thirds {*/
    /*float: left;*/
    /*margin-left: 2.564102564102564%;*/
/*}*/
/*.ve-sponsorship.archive .one-fourth.first,*/
/*.ve-sponsorship.archive .one-fourth:nth-child(4) {*/
    /*margin-left: 0;*/
/*}*/
.ve-sponsorship.archive h1 {
    text-align: center;
}
.ve-sponsorship.archive article:nth-of-type(4n + 1) {
    margin-left:0;
    margin-right:0;
}
.ve-sponsorship.archive article {
    border:none;
}
.ve-sponsorship.archive article a {
    display: block;
    background-color: #006505;/* rgba( 0, 95, 5, 0.1 ); */
    padding:0;
    color: #E0E0DD;
    font-size: 70%;
    font-weight: normal;
    border-radius: 0.25em;
}
.ve-sponsorship.archive p.ve-details {
    display:block;
    clear:both;
    text-align: left;
    margin: 0 auto;
    line-height:1.25em;
    width: 90%;
    height: 5em;
    overflow-y: auto;
}
.ve-sponsorship.archive article .ve-name {
    font-weight: bold;
}
/*.ve-sponsorship.archive article .ve-name2 { <-- this is the 2nd time name is in description. */
    /*font-style: italic;*/
/*}*/
.ve-sponsorship.archive article .ve-days-waiting {
    font-weight: bold;
    font-style: italic;
}
.ve-sponsorship.archive article a .button {
    display:block;
    width: 100%;
    height: 3.5em;
    margin-top:1em;
    text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0,0,0,0.15);
}

.ve-sponsorship.archive article a .button.ve-name {
    margin:0;
    height: 4.5em;
    background-color: rgba(0,0,0,0.0);

}
.ve-sponsorship.archive article a .button.ve-name span, /* top "name" text */
.ve-sponsorship.archive .ve-article-footer div.button /* btm "button" text */
{
    /* vertically centered span within div container */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    line-height: normal;
}
.ve-sponsorship.archive article a:hover .button {
    background-color:black;
}






/* *****************************
    EWCV Sponsor "Single" Page
 ******************************* */
.ve-sponsorship.single h5 { /* single page */
    font-weight: normal;
    font-size: 90%;
    padding-bottom:0;
    margin-bottom:0.25em;
    opacity: 0.75;
}
.ve-sponsorship.single .ve-loop {
    display:block;
    width:100%;
    max-width: 480px;
    margin:0 auto;
    text-align: center;
    padding:0 1em;
}
.ve-sponsorship.single .ve-sponsorship-fullsize-img-id img {
    display:block;
    max-width: 100%;
    margin: 0 auto;
    clear: both;
    border-radius: 0.25em;
    border: 1px solid #eeeeee;
}
.ve-sponsorship.single .ve-loop .ve-content {
    max-width:480px;
    margin:1em auto 0 auto;
    line-height: normal;
    text-align: justify;
}
.ve-sponsorship.single a:hover {
    cursor:pointer;
}
.ve-sponsorship.single .ve-back-btn-wrap a {
    font-size:smaller;
    margin-top:0;
    padding-top:0
}






/* *****************************
    EWCV Sponsor "Single" FORM-A Page
 ******************************* */
.ve-sponsorship-form {
    line-height: initial;
}
.ve-sponsorship-form .thumbnail {
    text-align:center;
}
form.sponsorship1 label.sponsorship-name-checkbox {
    display:block;
    width:100%;
    margin-bottom: 1.5em;
    text-align:center;
}
form.sponsorship1 input[name=sponsorship-name] {
    margin-right: 0.5em;
}
.ve-sponsorship-form .thumbnail img {
    border-radius:50%;
}
p.submit {
    text-align: center;
}
p.back-link {
    text-align: center;
    font-size: 75%;
}
form.sponsorship1 input:not([type="checkbox"]) {
    width: 100% !important;
}
form.sponsorship1 noscript {
    display:inline-block;
    padding:0.1em 0.5em;
    border:1px solid #900;
    border-radius: 15%;
}
form.sponsorship1 label {
    display:inline-block !important;
    font-size:0.8em;
    line-height:initial;
    color:rgba(0,0,0,0.5);
    margin-bottom:1em;
}
form.sponsorship1 label input {
    margin-right: 0.2em;
}
form.sponsorship1 input[name=fullname],
form.sponsorship1 input[name=email],
form.sponsorship1 input[name=phone] {
    padding-left:48px; /* margin around svg */
    color: #005;
}
form.sponsorship1 input[name=fullname] {
    /* SVG is normal cleaned SVG with "fill-opacity" and "fill" attributes added */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="-4 0 28 24"><path fill-opacity="0.35" fill="#000" d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/></svg>') left center no-repeat;
}
form.sponsorship1 input[name=email] {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="-4 0 28 24"><path fill-opacity="0.35" fill="#000" d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>') left center no-repeat;
}
form.sponsorship1 input[name=phone] {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="-4 0 28 24"><path fill-opacity="0.35" fill="#000" d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/></svg>') left center no-repeat;
}
.ve-sponsorship-form p.error {
    color: inherit;
    display:block;
    padding:1em;
    border:1px dotted #990000;
}
.ve-sponsorship-form .important-notice {
    display:block;
    padding:1em 0;
    margin:1em 0 2em 0;
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    font-weight:bold;
}






/* Jetpack: Carousel
****************************************** /

/* Hide Comment Form & Link */
#jp-carousel-comment-form-container, /* Form */
div.jp-carousel-buttons a.jp-carousel-commentlink, /* Link */
#jp-carousel-comments-loading /* Loading Comments text */ {
    display: none !important;
}

/* Remove Padding from Link Area */
.jp-carousel-buttons {
    padding: 0 !important;
}



.media-page .wp-block-image {
    display:inline-block;
    width:auto;
    height:auto;
}



.sponsorship-success-form .profile-wrap{display:block;text-align: center;}
.profile-wrap .profile{
    display:inline-block;width:auto;clear:both;margin:0 auto 1.25em auto;text-align:center;
    border:1px dotted #CCCCCC;border-radius:0.5em;padding:1em 1em 0.125em 1em;
}
.profile-wrap .profile *{font-size:1.04em;}
.profile-wrap .profile a,.profile a:visited{color:#009900;}
.profile-wrap .profile a:hover{color:#33CC33;}
.profile-wrap .profile a#verify {
    display:inline-block;
    width:auto;
    padding:1em;
    border-radius:0.325em;
    font-weight:bold;
    clear:both;
    text-decoration:none;
    background-color:#004400;
    color:#EEEEEE;
    border:1px solid #005500;
}
.profile-wrap .profile-wrap .profile a#verify:hover{background-color:#007700;color:white;}
.profile-wrap .profile p.ps{opacity:0.7;font-size:90%;}
.profile-wrap .profile .custom-logo img{margin-bottom:1em;}
.profile-wrap .profile img.candidate{border-radius:50%;border:1px solid #CCCCCC;margin:1em auto;}

.nf-form-fields-required {
    visibility: hidden;
    position: relative;
}
.nf-form-fields-required:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "All fields are required.";
    font-style: italic;
    font-size: 90%;
    opacity: 0.75;
}













/* Extra-wide screen */
@media only screen and (min-width: 1300px) {
    .front-page-5 .content-wrap .projects-title-wrap a,
    .front-page-5 .content-wrap .projects-links a.donate,
    .front-page-5 .content-wrap .projects-links a.learn-more  {
        font-size: 120%;
    }
}



/* Wide screen */
@media only screen and (min-width: 1024px) {
    #menu-header-menu a {
        font-size:0.65em;
    }

    tagline {
        font-size:1.6em;
    }
    .front-page-3 {
        padding-bottom: 90px;
        padding-top: 85px;
    }

    a#a1,
    a#a2 {
        font-size:1.4em;
    }
}




/* Medium-width screen */
@media only screen and (min-width: 801px) {


    /* Site Navigation
    ---------------------------------------------------------------------------------- */
    #menu-header-menu {
        clear: both;
        line-height: 1;
        width: 100%;
    }
    #menu-header-menu .menu-item {
        display: inline-block;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: left;
    }
    #menu-header-menu a {
        color: #000;
        display: block;
        font-family: 'Arial', sans-serif;
        font-size: 10px;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: 2px;
        padding: 30px 0.5em;
        text-decoration: none;
        text-transform: uppercase;
    }
    #menu-header-menu a:hover,
    #menu-header-menu a:focus,
    #menu-header-menu .current-menu-item > a,
    #menu-header-menu .sub-menu .current-menu-item > a:hover,
    #menu-header-menu .sub-menu .current-menu-item > a:focus {
        color: #006505;/*#d43c67;*/ /* RED */
        text-decoration: none;
    }
    #menu-header-menu .sub-menu .current-menu-item > a:hover,
    #menu-header-menu .sub-menu .current-menu-item > a:focus {
        cursor:default;
    }
    #menu-header-menu .sub-menu a:hover,
    #menu-header-menu .sub-menu a:focus,
    #menu-header-menu .sub-menu .current-menu-item a:hover,
    #menu-header-menu .sub-menu .current-menu-item a:focus {
        background-color: #006505;
        color: white;
    }
    #menu-header-menu .sub-menu {
        border-top: 1px solid #eee;
        left: -9999px;
        opacity: 0;
        position: absolute;
        -webkit-transition: opacity .4s ease-in-out;
        -moz-transition:    opacity .4s ease-in-out;
        -ms-transition:     opacity .4s ease-in-out;
        -o-transition:      opacity .4s ease-in-out;
        transition:         opacity .4s ease-in-out;
        width: 160px;
        z-index: 99;
    }
    #menu-header-menu .sub-menu a {
        background-color: #fff;
        border: 1px solid #eee;
        border-top: 0;
        padding: 12px 0.5em;
        position: relative;
        width: 160px;
        word-wrap: break-word;
    }
    #menu-header-menu .sub-menu .sub-menu {
        margin: -35px 0 0 159px;
    }
    #menu-header-menu .menu-item:hover {
        position: static;
    }
    #menu-header-menu .menu-item:hover > .sub-menu {
        left: auto;
        opacity: 1;
    }
    #genesis-nav-primary {
        width:auto; /* else it can wrap beneath logo */
        float:right;
        margin:0;
        padding:0;
    }
    #menu-header-menu {
        text-align: right;
        height:70px;
        margin-top:15px;
    }
    #menu-header-menu a {
        font-size:0.54em;
        padding-left:0.24em;
        padding-right:0.24em;
        letter-spacing:0.075em;
    }
    #genesis-nav-primary,
    .title-area,
    .header-image,
    .header-image .title-area,
    .header-image .site-title {
        height:100px;
        min-height:100px;
    }

    .header-image .title-area {
        padding:0;
        margin:0;
        width:170px;
    }

    .header-image .site-title > a {
        height:87%;
        width:100%;
        margin:3.3% 0;
    }

    tagline {
        font-size:1.2em;
    }

    .front-page-3 {
        padding-bottom: 60px;
        padding-top: 55px;
    }

    a#a1,
    a#a2 {
        font-size:1em;
    }
}

@media only screen and (max-width: 880px) {

    .front-page-5 .content-wrap .projects-title-wrap a {
        font-size: 65%;
    }
    .front-page-5 .content-wrap .projects-links a.donate,
    .front-page-5 .content-wrap .projects-links a.learn-more  {
        font-size: 80%;
        margin:0;
    }
    .front-page-5 .content-wrap .projects-links-wrap .projects-links-a {
        margin:0 0 1em 0;
        padding:0;
        width:50%;
        text-align: right;
    }
    .front-page-5 .content-wrap .projects-links-wrap .projects-links-a:last-child {
        position:absolute;
        top:0;
        right:0;
        float:right;
        text-align: left;
    }
    .front-page-5 .content-wrap .projects-links-wrap .projects-links-a a {
        margin-right:0.5em;
    }
}

/* Narrow-width tablet screen */
@media only screen and (max-width: 800px) {
    body .title-area,
    body.header-image .title-area {
        width: 100%;
        margin-bottom:0;
        padding-bottom:0;
    }
    .header-image .site-title > a {
        /* remove logo for mobile... */
        margin-top:1em;
        background-image: none !important;
        margin-bottom:0;
        padding-bottom:0;
        width: 100%;
    }
    .header-image .site-title {
        /* re-instate site title text for mobile... */
        display: block;
        width: 100%;
        text-indent: initial;
        margin-bottom:0;
        padding-bottom:0;
    }
    .footer-widgets-1 {
        /* Remove logo from left of footer on narrow screens */
        display:none;
    }
    #copyright_logo {
        /* The logo above the credits (for narrow screens only) */
        display:block;
        width:100%;
        height:auto;
        margin-bottom: 1.5em;
        text-align: center;
    }
    #copyright_logo img {
        /* The logo image above the credits (for narrow screens only) */
        display: block;
        width: 94%;
        height: auto;
        margin: 0 auto;
        max-width: 169px; /* 1/2 the width of the image */
    }
}





/* Mobile screen */
@media only screen and (max-width: 640px) {
    /*.front-page-5 .widget-wrap {}*/
    .front-page-5 .img-wrap,
    .front-page-5 .content-wrap,
    .front-page-5 .content-wrap .projects-title,
    .front-page-5 .content-wrap .projects-links,
    .front-page-5 .content-wrap .projects-title-wrap,
    .front-page-5 .content-wrap .projects-links-wrap,
    .front-page-5 .content-wrap .projects-title-wrap a {
        display:block;
        position: relative;
        left:auto;
        right:auto;
        top:auto;
        bottom:auto;
        width:100%;
        height:auto;
        float:none;
        clear: both;
    }
    .front-page-5 .content-wrap .projects-title-wrap a {
        margin-top:0.25em;
        transform: none;
    }
    .front-page-5 .img-wrap {
        max-width:512px;
        margin:0 auto;
    }
}



/* Mobile portrait */
@media only screen  and (max-width: 480px) {

    /* the "Sponsor A Child" and "Learn More" links */
    .front-page-1 .widget-area h2,
    .front-page-1 .widget-area p {
        display:inline-block !important;
        width:auto !important;
        clear:none !important;
        margin:0 !important;
        padding:2em 0 0 0 !important;
    }
    a#a1,
    a#a2 {
        display: inline-block !important;
        width: auto !important;
        font-size: 14pt !important;
        background-color: rgba(0,0,0,0.25) !important;
        border:0.08em solid rgba(255,255,255,0.9) !important;
        line-height: normal !important;
        padding: 0.1em 0.3em !important;
        margin:0 0.15em !important;
        letter-spacing: normal !important;
        font-weight:bold;
    }
    a#a1:hover,
    a#a2:hover {
        background-color: rgba(255,255,255,0.9) !important;
        color: #006505;
        border:0.08em solid #006505 !important;
        font-weight:bold;
    }
    a#a2 {
        /* lighten the "Learn More" link only */
        font-weight: normal !important;
        letter-spacing: normal !important;
    }

    /* Turn footer menu into columns - modified later for mobile screen */
    .footer-widgets .menu {
        -moz-column-count: 1;
        -moz-column-gap: 0em;
        -webkit-column-count: 1;
        -webkit-column-gap: 0em;
        column-count: 1;
        column-gap: 0em;
    }
}













/* PHOTOS */
.photos .entry-content .wp-block-image {
	display: inline-block;
	width:auto;
	height:auto;
	clear:none;
}
.photos .entry-content .wp-block-image *,
.photos .entry-content .wp-block-columns,
.photos .entry-content .wp-block-columns * {
	margin:0;
	padding:0;
	text-align:center;
}
.photos .entry-content .wp-block-image  {
	position:relative;
}
.photos .entry-content .wp-block-image img {
	border: 1px solid #555;
}
.photos .entry-content .wp-block-image figcaption {
	position:absolute;
	display:inline-block;
	height:auto;
	left:0;
	right:0;
	bottom:0;
	pointer-events: none;
	font-size:150%;
	font-weight:bold;
	font-style:normal;
    line-height: 1.2em;
	color: white !important;
	text-shadow: 1px 1px black;
	padding:0;
	margin:0;
}
body.photos .entry-content figure.wp-block-image * {
    display:block;
    line-height: normal;
    text-align:center;
    height:auto;
    width:auto;
    padding:0 !important;
    margin:0 !important;
    transition: 0.1s !important;
}
body.photos .entry-content figure.wp-block-image a,
body.photos .entry-content figure.wp-block-image figcaption {
    width:90%;
    margin: 0 auto !important;
    transition: 0.15s;
}
.photos .entry-content .wp-block-image img {
	border: 1px solid #ccc;
}
body.photos .entry-content figure.wp-block-image figcaption {
    font-size:150%;
}
.photos .entry-content figure.wp-block-image a:hover img {
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 0 0 3px 0px #000;/* dark green */
	/*border: 1px solid #555;/ *#006505;/ * dark green */;
    border: 1px solid #006505;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none !important;
}
body.photos .entry-content figure.wp-block-image:hover figcaption {
    font-size:200%;
    bottom:3px;
    /*color: #00a535 !important;/ * dark green */
}
body.photos .wp-block-column {
    padding-bottom:20px !important;
}




body.newsletters table {
    border:none;
    text-align: center;
    margin: 1em auto;
    border-spacing: 1em;
    border-collapse: separate;
}
body.newsletters table th,
body.newsletters table td {
    text-align: center;
    margin: 0;
    padding: 0;
    border: 2px solid #006505;
}
body.newsletters table * a {
    display: block;
    margin:0;
    padding: 1em;
    width:auto;
    height:auto;
    background-color: white;
    color: #006505;
}
body.newsletters table * a:hover {
    background-color: #006505;
    color: white;
}