/*  
Theme Name: Delfina Foundation 2021
Author: Oblong
Author URI: http://oblonglondon.com
Version: 77
*/
html {
	padding-bottom: 0 !important;
}
#site-header .container {
	position: relative;
}
body:not(.page-template-front-page) #header-subscribe { display: none; }
#header-subscribe {
	position: absolute;
	z-index: 99;
    top: 20px;
    right: 10px;
    width: 128px;
    height: 128px;
    background-color: #00f;
    border-radius: 100px;
    display: grid;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "ProximaNovaBold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
	text-decoration: none;
}
#header-subscribe:hover {
	background-color: #000;
}
#header-subscribe:before {
	content: "Subscribe";
	display: block;
	transform: rotate(25deg);
}

@media (max-width: 991px) {
	#header-subscribe {
		display: none;
		top: 128px;
    	right: 0;
	}
	body:not(.page-template-front-page) #header-subscribe {
		display: none;
	}
}

.image-with-margin {
	margin-right: 1rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 576px)
{
	body.page-template-front-page #featured-slideshow h1, body.page-template-front-page #featured-slideshow p {
		display: block
	}
	body.page-template-front-page #featured-slideshow .panel_excerpt h2 {
		font-size: 18px;
	}
	#featured-slideshow .panel_excerpt h1, 
	#featured-slideshow .panel_excerpt p {
		font: 12px/24px "ProximaNovaBold",Arial,Helvetica,sans-serif;
	}
		
}