@charset "UTF-8";
/*
 *  Theme Name:   Cville Tool Library
 *  Description:  Child theme of WP Twenty Twenty-One
 *  Author:       Ammon Shepherd
 *  Author URI:   https://mossiso.com
 *  Template:     twentytwentyone
 *  Version:      1.0.0
 *  
 */ 

/***********
 * Primary Colors
 * Black = #3f392f
 * Light Yellow = #fffdf8
 * Yellow = #f3ae0b
 * 
 * Secondary Colors
 * Blue = #0694cc
 * Green = #04955a

/*** Change site font? */

/*
:root {

	/* Font Family */
	/*--global--font-primary: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
	--global--font-secondary: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
}
*/

/********************************************************************************
 *                                                                                
 * Header Styles                                                                  
 *                                                                                
 * *****************************************************************************/
.donate-button {
  background-color:#0694cc;
  border-radius: 40px;
  color:#fffdf8;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.donate-button a {
  color: #fffdf8 !important;
}



/********************************************************************************
 *                                                                                
 * Main/Home Page Styles                                                                  
 *                                                                                
 * *****************************************************************************/
.main_page-cover-image {
  padding-bottom: 0px;
  margin-bottom: 0px;
  align-items: flex-end;
}
div.wp-block-cover:nth-child(1) > div:nth-child(3) {
	margin-bottom: 0px;
}
.main_page-cover-image .wp-block-cover__inner-container {
  margin-bottom: 0px;
}
.main_page-title-card {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 40px;
}
.main_page-problem-image img {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.main_page-tools-button {
	color: #3f392f;
}

.main_page-tools-button > a:nth-child(1):hover {
    background-color: #04955a !important;
}

.main_page-mem-sign-button {
    flex-wrap: wrap !important;
    justify-content: space-around;
	color: #0694cc !important;
}
.main_page-mem-sign-button > a:nth-child(1) {
    border-color: #0694cc !important;
	color: #0694cc !important;

}
.main_page-solutions-card-holder {
  padding: 50px;
  border-radius: 50px;
  box-shadow: 0 4px 20px 0 rgba(100, 100, 100, 0.2);
}
.main_page-solution-card {
  border-radius: 50px;
  background-color: #04955a;
  color: #fffdf8;
  padding: 40px;
}
/* ammon - 7/22/22 change color */
.main_page-solution-card_v1 {
	background-color: black !important;
}

.main_page-steps-card {
  border-radius: 50px;
  background-color: #fffdf8;
  color: #3f392f;
  padding: 40px;
  box-shadow: 0 4px 20px 0 rgba(100, 100, 100, 0.2);
}

.main_page-steps-circle {
  width: 75px;
  height: 75px;
  border-radius: 50px;
  color: #fffdf8;
  background-color: #f3ae0b;
  line-height: 75px;
  text-align: center;
  margin: auto;
  display: block;
}

.main_page-get-involved-card {
  border-radius: 50px;
  background-color: #fffdf8;
  color: #3f392f;
  padding: 30px;
  border-left: 1px solid #f3ae0b;
  border-image: linear-gradient(to right, #000 50%, #FFF 50%) 100% 1;
  box-shadow: 0 4px 20px 0 rgba(100, 100, 100, 0.2);
}

/********************************************************************************
 *                                                                                
 * General Styles                                                                  
 *       applies to all pages                                                                         
 * *****************************************************************************/
.entry-header, .entry-title {
  display: none;
}


/********************************************************************************
 *                                                                                
 * About Page Styles                                                             
 *                                                                                
 * *****************************************************************************/
.about_page-value-card {
  border-radius: 30px;
  background-color: #fffdf8;
  color: #3f392f;
  padding: 30px;
  border-image: linear-gradient(to right, #000 50%, #FFF 50%) 100% 1;
  box-shadow: 0 4px 20px 0 rgba(100, 100, 100, 0.2);
}

.about_page-vision-image img {
    box-shadow: -20px -20px #f3ae0b, -20px 20px #f3ae0b;
}
.about_page-mission-image img {
  box-shadow: 20px 20px #f3ae0b, 20px -20px #f3ae0b;
}
.about_page-tagline {
    font-size: 1em;
    color: #88847d;
}


/********************************************************************************
 *                                                                                
 * People Page Styles                                                             
 *                                                                                
 * *****************************************************************************/

.people_page-top-callout {
    border-bottom: 12px solid #04955a;
    border-right: 12px solid #04955a;
    width: 50%;
    padding: 10px;
}

.people_page-person-card {
  border-radius: 30px;
  background-color: #fffdf8;
  color: #3f392f;
  padding: 30px;
  border-image: linear-gradient(to right, #000 50%, #FFF 50%) 100% 1;
  box-shadow: 0 4px 20px 0 rgba(100, 100, 100, 0.2);
}

/********************************************************************************
 *                                                                                
 * Contact Page Styles                                                                  
 *                                                                                
 * *****************************************************************************/
#myturn-embed-frame { min-width: 100%;}


/********************************************************************************
 *                                                                                
 * Contact Page Styles                                                                  
 *                                                                                
 * *****************************************************************************/
.indicates-required {
  text-align: right;
  color: #88847d;
}
.asterisk {
  color: red;
}
.contact_page-mailchimp-form {
    background-color: #fffdf8;
    padding: 40px;
    color: #3f392f;
}
.contact_page-mailchimp-form .mc-field-group input, .content_page-mailchimp-form .mc-field-group input[type=email]{
    border: 1px solid #88847d;
    background: none;
    background-image: none;
    width: 100%;
    margin: 20px auto;
}
.contact_page-mailchimp-form #mce-EMAIL {
  background-image: none;
  border: 1px solid #88847d;
  border-radius: 0px;
}
.contact_page-mailchimp-form #mc-embedded-subscribe {
  margin: 20px;
}

.contact_page-send-message {
  border-radius: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 20px 40px;
}

.wpcf7-submit {
  background-color: #0694cc !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}


/********************************************************************************
 * Past Events
 ********************************************************************************/
/* Ammon edits 7/31/23 */

.past-event-article {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
    margin: 80px;
}
.past-event-details {
    grid-column: 1;
    grid-row: 2;
}
.past-event-image {
    grid-column: 1;
    grid-row: 1;
}

@media screen and (min-width: 990px) {
    
    .past-event-article {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-column-gap: 20px;
        grid-template-rows: 100%;
        margin: 80px;
    }
    .past-event-details {
        grid-column: 1;
        grid-row: 1;
    }
    .past-event-image {
        grid-column: 2;
        grid-row: 1;
    }
}
/* end Ammon edits 7/31/23 */


/********************************************************************************
 *                                                                                
 * Footer Styles                                                                  
 *                                                                                
 * *****************************************************************************/
#footer-wrapper {                                                                 
  background-color: #04955a;                                                      
  background-size: cover;                                                         
  background-repeat: no-repeat;                                                   
  background-attachment: fixed;                                                   
  background-position: center;                                                    
  color: #fffdf8;                                                                 
  padding-top: 20px;
}                                                                                 
                                                                                  
#footer-wrapper > .widget-area,                                                   
#footer-wrapper > .widget-area a {                                                
  color: #fffdf8;                                                                 
}   

/* Fang - revised by Owen 8/11/22 */
.site-footer > *, .widget-area > *{
	color:#fffdf8;  
}

/* owen 8/11 edits to fix footer on desktop view end */
.widget-area {
	margin-top:0 !important;
}

.widget-area > * {
	margin-top:0 !important;
}

#footer-wrapper {
	padding-top:50px !important;
	position:relative;
}
input[type=email].footer-email-input {
 	width: 90% !important;
  	margin-bottom: 1rem;
}
#colophon.site-footer > * {
  margin-top: 0 !important;
}
@media only screen and (min-width:420px){
	input[type=email].footer-email-input {
		width: 35%  !important;
	}
}
@media only screen and (min-width:482px){
	#footer-wrapper {
		position:relative;
		margin-top:50px !important;
	}
	#footer-wrapper #colophon.site-footer > * {
		 margin-top: 0 !important;
	}
	#footer-wrapper .widget-area section {
		margin-top:0px !important;
	}
	#newspaper-signup {
		position:absolute;
		top:30px;
	}
}

#colophon.site-footer > * {
  margin-top: 0 !important;
}
/* owen 8/11 edits to fix footer on desktop view end */

/*html.respect-color-scheme-preference body.page-template-default.page.page-id-471.logged-in.admin-bar.custom-background.wp-custom-logo.wp-embed-responsive.is-light-theme.has-background-white.singular.has-main-navigation.customize-support div#page.site div#footer-wrapper aside.widget-area {
	margin-top: 20px !important;
}*/

#mc-embedded-subscribe-form {                                                     
  display: flex;                                                                  
  flex-flow: column nowrap;   
  justify-content: center;    
	align-items:center;
}            /* owen 8/11 */

input[type=email].footer-email-input {                                                                      
  border: none;                                                                   
  border-radius: 80px;                                                            
  width: 35%;
}                                                                                 
input[type=email].footer-email-input::placeholder {                                                         
  color: #88847d;                                                                 
}                                                                                 
#newsletter-signup #mc-embedded-subscribe {                                                          
  border-radius: 80px;                                                            
  background-color: #0694cc;                                                      
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}                                                                                 
.ctl-button a {                                                                   
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}                                                                                 
                                                                                  
#copyright, #website {                                                                      
  text-align: center;                                                             
}                                                                                 
#website, #website a {
	color: white !important;
}                                                                                  
.widget-area,                                                                     
.site-footer,                                                                     
.site-footer > .site-info {                                                       
  color: #fffdf8;                                                                 
}                                                                                 
                                                                                  
.site-footer path {                                                               
  fill: #fffdf8;                                                                  
}    

/* owen */
.bi-geo-alt {
	width:48px;
	height:48px;
	margin-top:1rem;
	text-decoration:none;
}
