/*
Theme Name: Georgetown Deep Poverty
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.5.3
Description: Divi Child Theme
Template: Divi
*/

/* Main Theme Styles */
@import url("../Divi/style.css");
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Cardo:400,700,400italic);

/* =Theme customization starts here
------------------------------------------------------- */

.post_share_buttons {
float: right;
margin-top: -45px;
}

span.tealdrop {
	font-size: 2.5em;
	color: #008196;
	float: left;
	line-height: 1;
	font-weight: bold;
	margin-right: 3px;
}

/* FACEt WP */
div.facet-label {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    display: block;
    font-family: 'Montserrat';
}

input#date {
    margin-right: 0.5em;
    font-size: 16px;
}

.fwpl-col.fwpl-col.post-content {
    padding: 1em 2em;
}

.fwpl-item.post-title a {
    font-size: 20px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700;
}

.fwpl-item.post-excerpt {
    padding: 1em 0;
}

.fwpl-result {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 1em 0;
}

/* 2023 Updates - New Home WPFacet Feed*/
div#publications-home {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    }

 .publication-article-home:first-child {
     flex-basis: 100%;
 }

   .publication-article-home:not(:first-child) {
       flex-basis: 48%;
   }

@media only screen and (max-width: 980px) {
	.publication-article-home {
		flex-basis: 100% !important;
	}	
}

.publication-article-home:nth-child(n+2) {
	display:flex;
}

.publication-article-home:nth-child(n+2) .post-content, 
.publication-article-home:nth-child(n+2) .col.image-col{
	display: none;
}

.publication-article-home .col.content-col {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

.publication-article-home:nth-child(n+2) .col.content-col {
	gap:5px !important;
}

.issues-boxes{
	transition: all .5s ease-out;
}

.issues-boxes .et_pb_blurb_content:hover{
	opacity:50% !important;
	transition: all .5s ease-out;
}

span.faux-link {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
	color: #2e7e8e !important;
}

.issues-boxes .et_pb_blurb_container {
    position: relative !important;
	z-index: 50 !important;
	padding: 2em !important;
    margin-top: -25% !important;
    background: #ffffff !important;
	margin-right: 2em !important;
    margin-left: 2em !important;
}

.issues-boxes .et_pb_blurb_container h3 {
	margin-top: 0px !important;
}

.issues-boxes .et_pb_main_blurb_image {
    position: relative !important;
	z-index: 20 !important;	
}
