/*
	Theme Name: Lifespan Development Center Custom WordPress Theme
	Theme URI: http://www.guidomediaservices.com
	Description: Custom Genesis Child Theme Created For Lifespan Development Center
	Author: Guido Media
	Author URI: http://www.guidomediaservices.com
	Version: 1.0.0

	Template: genesis
	Template Version: 2.0.0
*/


/* HTML5 Reset ---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing --------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing --------------------------------------------- */
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Typographical Elements --------------------------------------------- */
html {
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	color: #282828;
	font-size: 14px;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.logo,
.site-header .nav li {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}
::-moz-selection {
}
::selection {
}
a {
	color:#6a900a;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}

/* Headings --------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	color:#2f6505;
}
h1 {
}
h2 {
	font-size: 28px;
	line-height: 36px;
}
h3 {
	font-size: 22px;
	line-height: 36px;
}
h4 {
}
h5 {
}
h6 {
}

/* Objects --------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
}
img {
	height: auto;
}
.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms --------------------------------------------- */
input,
select,
textarea {
	background-color: transparent;
	border: none;
	border-bottom: solid 2px #0d65a3;
	padding-left: 2%;
	width: 98%;
	color: #0d65a3;
	margin-top: 10px;
}
input,
select {
	height: 50px;
	line-height: 50px;
}
textarea {
	height: 150px;
	line-height: 20px;
	padding-top:20px;
}
input:focus,
textarea:focus {
	border-color: #282828;
	outline: none;
}
::-moz-placeholder {
	color: #000;
}
::-webkit-input-placeholder {
	color: #000;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	display: block;
	color: #6a900a;
	font-size: 13px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 44px;
	border: solid #6a900a 3px;
	text-transform: uppercase;
	cursor: pointer;
	width: auto;
	margin-top: 25px;
}
.button,
.entry-content .button {
	display: inline-block;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #6a900a;
	color: #fff;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gravity Forms --------------------------------------------- */
.gform_wrapper {
	max-width: 100%;
	width: 100%;
}
.gform_wrapper label {
	padding: 0;
	display: none;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"] {
	margin-top: 0;
}
.gform_wrapper ul {
	margin: 0;
	padding: 0;
}
.gform_wrapper li {
	margin: 0;
	list-style-type: none;
	margin-bottom: 12px;
	min-height: 50px;
}
.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .show-label label {
	display: block;
	font-weight: normal;
}
div.gform_confirmation_message {
	text-align: center;
}

/* Tables --------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
th,
td {
	text-align: left;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	padding: 6px 0;
	padding: 0.6rem 0;
}

/* Site Containers --------------------------------------------- */
.site-inner {
	clear: both;
}
.wrap {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}
.site-inner {
	clear: both;
}
.home .site-inner {
	padding: 0;
}

/* Wrapping div for .content and .sidebar-primary --------------------------------------------- */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Layout --------------------------------------------- */
.content {
	float: right;
	width: 740px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}
.full-width-content .content {
	width: 92%;
	max-width:1000px;
	float:none;
	margin-left: auto;
	margin-right: auto;
}

/* Primary Sidebar --------------------------------------------- */
.sidebar-primary {
	float: right;
	width: 360px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* WordPress --------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.search-form {
	overflow: hidden;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignright {
    max-width: 100%;
}
a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}
a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/*
Site Header ---------------------------------------------------------------------------------------------------- */
.site-header {
	height: 90px;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: solid 1px #ccc;
	z-index: 999;
}
.site-header .wrap {
	max-width: 96%;
	position: relative;
}

/* Title Area --------------------------------------------- */
.title-area {
	float: left;
	width: 40%;
	height: 90px;
	background-image:url(images/logo.png);
	background-size:120px auto;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:100px;
}
.site-title {
	margin: 0;
	padding: 0;
	font-weight: normal;
	padding-top:35px;
}
.site-title a {
	display: block;
	font-family: 'Vollkorn', serif;
	font-size:32px;
	text-transform: uppercase;
	line-height:32px;
	height:32px;
	text-decoration: none;
	color: #282828;
}
.site-description {
	font-size: 13px;
	line-height: 18px;
	color: #6a900a;
	text-transform: none;
	font-style: italic;
	height: 30px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	margin: 0;
}
/* Page Title */
.page-title::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0,0,0,0.35);
	z-index: 1;
}
.page-title {
	background-image: url(images/banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 75vh;
	min-height:650px;
	position: relative;
}
body.page-about .page-title, body.contact .page-title{
	background-position:center center;
}
.page-title h1 {
	text-align: center;
	color: #fff;
	font-size:4vw;
	line-height:4.2vw;
	position: absolute;
	bottom: 50px;
	width: 100%;
	left: 0;
	z-index: 9;
}

/* Primary Navigation --------------------------------------------- */
.nav-primary {
	height: 90px;
	line-height: 90px;
	width: 55%;
	float: right;
}
.nav-primary ul {
	margin:0;
	padding:0;
	display:flex;
	width:100%;
	justify-content: space-between;
}
.nav-primary li {
	display: inline-block;
}
.nav-primary li a {
	font-size: 13px;
	height: 90px;
	line-height: 90px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	color: #282828;
}
.nav-primary li a:hover {
	color: #6a900a;
}
.nav-primary li.phone a {
	font-weight: 700;
	color: #6a900a;
}
.nav-primary .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 350px;
	z-index: 99;
	padding: 0;
	margin: 0;
	height: auto;
	background-color: #0d65a3;
}
.nav-primary ul.sub-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	height: auto;
	min-height: 50px;
	line-height: 50px;
	display: block;
	border-bottom: solid 1px #fff;
}
.nav-primary ul.sub-menu li a {
	padding: 0;
	position: relative;
	width: 100%;
	display: block;
	line-height: 50px;
	height: auto;
	color: #fff;
}
.nav-primary ul.sub-menu li:hover {
	background-color: #fff;
}
.nav-primary ul.sub-menu li a:hover {
	color: #6a900a;
}
.nav-primary .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
}
.nav-primary .menu-item:hover {
}
.nav-primary .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.show-menu,
.close-menu {
	display: none;
}

/* Home Page --------------------------------------------- */
#home-banner {
	background-image: url(images/banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 75vh;
	min-height:650px;
	position: relative;
}
#home-banner .wrap {
	z-index: 99;
	color: #fff;
	background-color:rgba(106,144,10,0.75);
	padding:25px;
	text-align:center;
	font-size:18px;
	width:100%;
	max-width:100%;
	height:auto;
	position:absolute;
	left:0;
	bottom:50px;
	-webkit-transform:rotate(-1deg);
	-ms-transform:rotate(-1deg);
	transform:rotate(-1deg);
}
#home-banner .wrap .container{
	-webkit-transform:rotate(1deg);
	-ms-transform:rotate(1deg);
	transform:rotate(1deg);
}
#home-banner .wrap span{
	display:block;
	font-size:32px;
}
#home-banner .wrap a {
	text-decoration:none;
	color:#fff;
}
#home-content {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 18px;
	line-height: 24px;
	min-height: 370px;
	height:auto;
}
#home-content .wrap {
	position: relative;
	max-width: 1000px;
	width: 96%;
	background-repeat: no-repeat;
	position: relative;
}
#home-content img {
	width: 320px;
	height: 320px;
	border-radius: 160px;
	float: left;
	margin-right: 20px;
}
#home-content img {
	float: left;
	margin-right: 40px;
}
#home-content h2 {
	font-size: 36px;
	line-height: 48px;
	font-weight: 300;
	color: #2f6505;
}
#home-content a.button {
	color: #6a900a;
	font-size: 13px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	height: 45px;
	line-height: 39px;
	border: solid #6a900a 3px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration:none;
}
#home-content a.button:hover {
	background-color: #6a900a;
	color: #fff;
	cursor: pointer;
}

/* Content ---------------------------------------------------------------------------------------------------- */
.content {
	padding-top:55px;
	padding-bottom:55px;
	font-size:16px;
	line-height:24px;
}
.content .wp-block-button__link{
	background-color:#6a900a;
}

/* About Us Page ---------------------------------------------------------------------------------------------------- */
.staff{
	display:flex;
	justify-content:space-between;
	margin-bottom:60px;
}
.staff .image{
	flex:0 0 300px;
	height:300px;
	border-radius:50%;
	overflow:hidden;
	margin-right:5%;
}
.staff .image img{
	width:100%;
	height:100%;
}
.staff h2{
	margin-top:0;
}

/* Book Page ---------------------------------------------------------------------------------------------------- */
body.book .content{
	max-width: 800px;
}

/* Forms, Resources Page ---------------------------------------------------------------------------------------------------- */
body.forms.full-width-content .content,
body.resources.full-width-content .content{
	max-width:500px;
}

/* Contact Page ---------------------------------------------------------------------------------------------------- */
body.contact .content{
	max-width:100%;
	width:100%;
}
body.contact .content form{
	max-width:600px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

/* Pre Footer ---------------------------------------------------------------------------------------------------- */
#pre-footer {
	background-color: #2f6505;
	padding-top: 50px;
	padding-bottom: 50px;
}
#pre-footer section .widgettitle {
	font-size:32px;
	line-height: 36px;
	font-weight: 300;
	color: #fff;
}
#pre-footer section {
	margin-top: 24px;
	color: #fff;
}
#pre-footer a.button{
	font-size:16px;
	text-decoration:none;
	display:inline-block;
	width:200px;
	margin-left:20px;
	margin-right:20px;
}
#pre-footer section h2 {
	margin-bottom: 12px;
}
#pre-footer section h2 a {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
}
#pre-footer article a.more-link {
	color: #282828;
	font-weight: bold;
	font-size: 13px;
	display: block;
	text-decoration: none;
	margin-top: 12px;
}
#pre-footer section{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	font-size:22px;
	text-align:center;
}
#pre-footer input,
#pre-footer select,
#pre-footer textarea {
	border-bottom: solid 2px #fff;
	color: #fff;
}
#pre-footer ::-moz-placeholder {
	color: #fff;
}
#pre-footer ::-webkit-input-placeholder {
	color: #fff;
}
#pre-footer button,
#pre-footer input[type="button"],
#pre-footer input[type="reset"],
#pre-footer input[type="submit"],
#pre-footer .button {
	color: #fff;
	border-color:#fff;
}


/* Site Footer ---------------------------------------------------------------------------------------------------- */
.site-footer {
	font-size: 12px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.site-footer .logo-footer{
	font-size: 13px;
	line-height: 18px;
	color: #6a900a;
	text-transform: none;
	font-style: italic;
	background-image:url(images/logo.png);
	background-size:120px auto;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:100px;
	text-align:left;
	padding-top:35px;
	padding-bottom:10px;
	width:660px;
	margin-left:auto;
	margin-right:auto;
}
.site-footer .logo-footer a {
	font-family: 'Vollkorn', serif;
	font-size:32px;
	text-transform: uppercase;
	line-height:32px;
	height:32px;
	text-decoration: none;
	color: #282828;
	font-style:normal;
}
.site-footer a.phone  {
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #6a900a;
	padding-top: 10px;
	text-decoration: none;
}
.site-footer .creds,
.site-footer .creds a {
	color: #999;
	text-decoration: none;
}

/* Media Queries ---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1620px) {
	.nav-primary li a{
		letter-spacing:0;
	}
	.site-header .wrap{
		width:98%;
		max-width:98%;
	}
	.site-title a{
		font-size:28px;
		line-height:28px;
	}
	.site-description{
		font-size:12.5px;
	}
	.title-area{
		width:45%;
	}
}

@media only screen and (max-width: 1420px) {
	.site-title a, .site-footer .logo-footer a{
		font-size:22px;
		line-height:22px;
		height:25px;
	}
	.site-description{
		font-size:12px;
		line-height:12px;
		height:20px;
	}
	.title-area{
		width:38%;
	}
	.nav-primary {
  	width: 60%;
	}
	.site-footer .logo-footer{
		font-size:13px;
		line-height:13px;
		width:510px
	}
}

@media only screen and (max-width: 1220px) {
	.title-area{
		width:550px;
	}
	.show-menu,
	.nav-primary ul li.mobile{
		display: block;
	}
	.show-menu{
		position: absolute;
		top: 30px;
		right: 30px;
		width: 35px;
		height: 35px;
		background-image: url(images/icon-mobile-menu.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		text-indent: -99999px;
		cursor: pointer;
	}
	.close-menu{
		position: absolute;
		top:30px;
		right: 30px;
		width: 35px;
		height: 35px;
		background-image: url(images/icon-mobile-close.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		text-indent: -99999px;
		cursor: pointer;
	}
	.scrolled .show-menu {
		top:17px;
	}
	.nav-primary {
		position: fixed;
		height: 100%;
		width: 80%;
		left: -100%;
		top:0;
		background-color:#6a900a;
		border-right: solid 1px #000;
		overflow-y:scroll;
	}
	.nav-primary ul {
		display: block;
	}
	.nav-primary ul li {
		width: 100%;
		display: block;
		height:auto;
		min-height:11vh;
		border-bottom: 1px #fff dotted;
	}
	.nav-primary ul li a,
	.scrolled .nav-primary ul li a{
		height:11vh;
		line-height:11vh;
		color: #fff;
		font-size:16px;
		display:block;
	}
	.nav-primary li.phone a{
		color:#fff;
		font-size:20px;
	}
	.nav-primary ul li a:hover,
	.scrolled .nav-primary ul li a:hover{
		color:#222;
	}
	#home-content{
		height:auto;
	}
	.page-title h1{
		font-size:6vw;
		line-height:6.2vw;
	}
}

@media only screen and (max-width: 1023px) {
	#pre-footer section{
		width:90%;
	}
	.page-title h1{
		font-size:7vw;
		line-height:7.2vw;
	}
}

@media only screen and (max-width: 800px) {
	#home-content{
		text-align:center;
	}
	#home-content h2{
		text-align:center;
	}
	.page-title h1{
		font-size:8vw;
		line-height:8.2vw;
	}
}

@media only screen and (max-width: 680px) {
	.title-area{
		width:100%;
		background-image:none;
		padding-left:0;
	}
	.site-title{
		padding-top:10px;
	}
	.site-title a{
		font-size:5.9vw;
		line-height:5.9vw;
		height:5.9vw;
	}
	.site-description{
		width:350px;
	}
	.show-menu,
	.close-menu{
		top:45px;
		right:5px;
	}
	.page-title h1{
		font-size:10vw;
		line-height:10.2vw;
	}
	.page-title,
	#home-banner{
		height:350px;
		min-height:auto;
	}
	.staff{
		display:block;
	}
	.staff .image{
		margin-left:auto;
		margin-right:auto;
		width:300px;
	}
	.staff h2{
		text-align:center;
	}
	.site-footer .logo-footer{
		background-size:80px auto;
		padding-left:80px;
		padding-top:10px;
		width:100%;
		padding-bottom:20px;
	}
	.site-footer .logo-footer a{
		font-size:18px;
		line-height:18px;
	}
}

@media only screen and (max-width: 480px) {
	.site-description{
		width:270px;
		position:absolute;
		left:0;
		top:45px;
	}
	.page-title,
	#home-banner{
		height:300px;
	}
	.page-title h1{
		font-size:12vw;
		line-height:12.2vw;
	}
	body.forms .wp-block-file{
		text-align:center;
		margin-bottom:40px;
	}
	body.forms .wp-block-file a.wp-block-file__button{
		display:block;
	}
}

@media only screen and (max-width: 320px) {
	.site-description{
		width:220px;
		font-size:12px;
	}
	.staff .image{
		width:200px;
		height:200px;
	}
}
