/*!	
	Theme Name: Arcadia Healthcare Solutions
	Theme URI: http://landslidecreative.com
	Description: A Wordpress theme specifically designed for Arcadia Healthcare Solutions by Landslide Creative based on HTML5 Blank and Foundation 5 by Zurb.
	Author URI: http://landslidecreative.com
	Version: 1

	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Updated homepage header text */
.editor-block {
    margin-left: 43px;
    padding-right: 34px;
    margin-bottom: 50px;
}

@media (max-width: 1023px) {
    .editor-block {
        margin-left: 0;
    }
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 68px;
}

/* Temporary homepage styles Mar 27 2020 */
.site-header {
	position: absolute;
}
.covid-banner {
    background-color: #1EF3B3;
    color: #1d1a2b;
    font-size: 0.9375rem;
    padding: 0.75rem 1rem;
    text-align: center;
	position: relative;
	z-index: 9; 
}
/*.covid-banner {
	background-color: #1EF3B3;
	color: #1d1a2b;
	font-size: 1.125rem;
	padding: 1.25rem 1.5rem;
	text-align: center;
	position: absolute;
	top: calc(100vh - 5.75rem);
	width: 100%;
}

@media (min-width: 480px) {
	.covid-banner {
		top: calc(100vh - 4.25rem);
	}
} */

body .has-small-font-size.scroll-text {
	bottom: 131px;
}

.covid-banner p {
	margin-bottom: 0;
	position: relative;
	z-index: 1000;
}

.covid-banner a {
	color: #1d1a2b;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: #fff;
}

.covid-banner a:hover,
.covid-banner a:focus {
	color: #1d1a2b;
	text-decoration-color: #09071a;
}

.container-full-with-cross.has-black-rock-background-color::before {
	background-color: #09071a;
}

.has-small-text-size {
	font-size: 0.875rem;
}

.card-group {
	padding: 1rem 1.5rem;
}

body .card-group p.has-text-color a {
	color: #1EF3B3;
	text-decoration: underline;
}

.equalize-heights {
	align-content: stretch;
}

.equalize-heights > .wp-block-column {
	margin-bottom: 1.5rem;
}

.equalize-heights > .wp-block-column > .wp-block-group {
	height: 100%;
}

.max-width-text.gutter-padding {
	max-width: 51rem;
	padding: 0 1rem;
}
.wp-block-cover {
	z-index: 0;
}

@media (min-width: 640px) {
	.max-width-text.gutter-padding {
		max-width: 53rem;
		padding: 0 2rem;
	}
}

figure > video {
	max-width: 100%;
}

figure.aligncenter {
	display: block;
}

figure.wp-block-image,
figure.wp-block-embed.is-type-video  {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

/* iFrame for rapid-build Covid-19 app */
#c19-app {
	border: 0;
	width: 1px;
    min-width: 100%;
}

/* Make the container around the Covid App wider */
@media (min-width: 1024px) {
	.covid-container {
		max-width: 1256px;
	}
	.covid-container::before {
		left: -30px;
		right: -30px;
	}
	.covid-container::after {
		left: -30px;
	}
}
