/*
Theme Name:     Christian Care Connect
Theme URI: 		https://siddatwork.com/
Description:    Custom Child theme for Christian Care Connect built by SIDDATWORK
Author:         SIDDATWORK
Theme URI: 		https://siddatwork.com/
Template:       generatepress
Text Domain:    generatepress
Version:        3.0.1
*/

/*
	NOTE:
	-----
	- Please write the CSS in page specific files.
*/

.zip-error {
    color: #ff0000;
    position: absolute;
    left: 10px;
    top: 30px;
    font-size: 8px;
}

 body header.site-header .header-image {
  max-height: 55px;
}

.grey-text, body .grey-text p, body .grey-text p > *, body .grey-text h1, body .grey-text h2, body .grey-text h3, body .grey-text strong, body .grey-text ol li, body .grey-text ul li {
  color: #11313F;
  font-weight: bolder;
	line-height:1.1em;
}

body .listings-main-container .listing-name h2 {
  margin-bottom: 5px;
}
/*added to fix blogs display on mobile - Doug */
.site-content {
  display: flow-root;
}

.acf-map {
				width: 100%;
				height: 400px;
				border: #ccc solid 1px;
				margin: 20px 0;
			}

			.acf-map img {
				max-width: inherit !important;
			}