/*
  Theme Name: TAG Theme
  Theme URI: https://www.thirdandgrove.com
  Author: Render Web Development
  Author URI: https://renderdev.com
  Description: TAG Blank Theme
 */

html, html body {
	margin:  0;
	padding: 0;
	border:  0;
}

html {
	font-size: 62.5%;
}

html, html:before, html:after {
	box-sizing: border-box;
}

html *, html *:before, html *:after {
	box-sizing: inherit;
}

html body::after {
	content: "";
	display: table;
	clear:   both;
}

body {
	background-color: #F1F1F3;
}

*:first-child {
	margin-top: 0;
}

*:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height:    auto;
}

.assistive-text, .screen-reader-text {
	clip:     rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.assistive-text:hover, .assistive-text:active, .assistive-text:focus, .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	display:          block;
	position:         absolute;
	z-index:          100000;
	top:              0.5em;
	left:             0.5em;
	color:            black;
	background-color: white;
	clip:             auto !important;
	border:           2px solid #333;
	padding:          1em;
}

.site {
	max-width: 1180px;
	margin:    0 auto;
}

.site-footer {
	padding:    30px;
	text-align: center;
}
