/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
.spu-open-689 {
	background-color: #070;
	border-radius: 4px;
}
#recaptcha {
	margin: 0;
}
#wpcf7-f642-o1 {
	background: #e6e6e6;
	padding: 10px 20px;
	border: 1px solid #070;
	border-radius: 4px;
	max-width: 400px;
	box-shadow: 0 0 1px 0px rgba(0,0,0,0.35);
}
#wpcf7-f642-o1 p {
	color: #070;
}
#wpcf7-f642-o1 input,
#wpcf7-f642-o1 textarea {
	border-color: #070;
}
#wpcf7-f642-o1 .cd-upload-btn {
	color: #070;
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 100%;
	font-family: "Segoe UI", Roboto, Helvetica, sans-serif;
}
body {
	color:#444;
    background: #fff url("../../uploads/2018/10/body-bg.png") repeat;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
a {
	color:#822;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1, h3, h4 {
	margin: 1px;
}

ul {
	margin: 0.25em;
	padding: 0.125em 0.25em;
    list-style: none;
}

section br {
	display: none;
}

p {
	margin: 5px;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	width: inherit;
    max-width: 80em;
}

/* nav */
.nav {
	position: fixed;
	width: inherit;
	max-width: 80em;
    padding: 0.125em;
    font-variant: small-caps;
    background-color: #600;
    background-color: rgba(102, 0, 0, 0.95);
	border-radius: 0 0 2px 2px;
	box-shadow: 0 0 3px 0 rgba(26, 26, 26, 0.6);
	z-index: 100;
}

nav li {
    display: inline-block;
    padding: 2px 1px;
    font-size: 0.938em;
}

.nav a {
	/* border: 1px #600 solid; */
    color: #fdb;
	padding: 0 2px;
}

.nav a:hover {
	text-decoration: none;
}

.sub-menu {
	margin: 0 0.25em 0 -0.5em;
	padding: 0;
}

.svc-link {
	font-size: 1em;
}

.svc-menu i, .svc-menu span {
	display: none;
}

.svc-link a:hover {
	border: 1px #fdb solid;
	border-radius: 4px;
    text-decoration: none;
}

/* Book menu link  */
#menu-item-73 a {
	padding: 0 4px;
	color: #600;
	background-color: #fdb;
	border: 1px #fdb solid;
	border-radius: 4px;
}

#menu-item-73 a:hover {
	background-color: #fed;
	text-decoration: none;
}

/* Grace menu link */
#menu-item-98 a {
	padding: 0 4px;
	color: #ddd;
	background-color: #1a1a1a;
	border: 1px #ccc solid;
	border-radius: 4px;
}

#menu-item-98 a:hover {
	color: #fff;
	background-color: #000;
	border-color: #fff;
	text-decoration: none;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* Home page banner */
#hdr-grid {
	padding: 3em 0 0;
    background: url("../../uploads/2018/10/header-bg.png") top left repeat-x;
	background-size: contain;
}

#hdr-flex {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    max-width: 39.938em;
    min-height: 11.5em;
}

#hdr-flex div {
    margin: 3px 0;
    padding: 2px 0;
    border-radius: 4px;
}

#hdr-flex h1 {
    padding: 0 4px;
    color: #600;
    font: 800 2.4em Muli, Roboto, "Segoe UI", Helvetica, sans-serif;
    letter-spacing: 1px;
}

#hdr-flex h3 {
    padding: 0 4px;
    color: #600;
    font: 600 1.2em Muli, Roboto, "Segoe UI", Helvetica, sans-serif;
}

.name, .business {
    text-shadow: 0 0 4px rgba(102, 0, 0, 0.33);
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.25);
    border: #600 1px solid;
    border-color: rgba(102, 0, 0, 0.267);
    text-align: center;
}

.location {
    display: flex;
    flex-flow: column nowrap;
    width: 85%;
    align-items: center;
    padding-top: 0px;
    text-align: left;
}

.location ul {
    margin: 3px 0;
    width: 95%;
    max-width: 18em;
    padding: 3px;
    color: #fff;
    background-color: #861203;
    background-color: rgba(134, 18, 3, 0.102);
    border: #600 1px solid;
    border-color: rgba(102, 0, 0, 0.267);
    border-radius: 4px;
}

.location li {
    padding: 1px 4px;
    color: #600;
    font-size: 0.875em;
    font-variant: small-caps;
    letter-spacing: 2px;
	line-height: 1.15;
    text-shadow: 0 1px 3px rgba(102, 0, 0, 0.33);
}

#line-art img {
    max-width: 160px;
    height: auto;
}

/* Popup container - can be anything you want */
.popup {
	position: relative;
	top: -0.5em;
	cursor: pointer;
	color: #600;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: sans-serif;
	font-size: 0.875em;
	text-align: center;
}

.popup span {
	font-variant: small-caps;
}

.popup span:hover {
	text-decoration: underline;
}

/* The actual popup */
.popup .popuptext {
	visibility: hidden;
	width: 220px;
	background: #fff3e9;
	background-color: rgba(255,241,231,0.5);
	color: #600;
	text-align: center;
	font-size: 0.875em;
	border-width: 1px;
	border-style: dotted;
	border-radius: 6px;
	padding: 8px 0;
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 2px 0px #600;
}

/* Popup arrow
.popup .popuptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #555 transparent;
}
 */

/* Toggle this class - hide and show the popup */
.popup .show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
	from {opacity: 0;} 
	to {opacity: 1;}
}

@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity:1 ;}
}

/* Welcome message */
#welcome {
    margin: 0 auto;
    height: auto;
    padding: 0 5px;
    text-align: center;
}

#welcome div {
    margin: 0 auto;
    max-width: 60em;
}

#welcome h3 {
    display: inline-block;
    color: #600;
    color: rgba(102, 0, 0, 0.6);
    padding: 0.25em;
    font-size: 1.25em;
	font-weight: 300;
    font-variant: small-caps;
    letter-spacing: 5px;
    text-shadow: 0 0 2px rgba(102, 0, 0, 0.4);
    border-bottom: #600 1px solid;
    border-bottom-color: rgba(102, 0, 0, 0.6);
    border-radius: 8px;
}

#welcome div > p {
    margin: 0 auto;
    padding: 0.75em 0 0.5em 0;
    color: #600;
    color: rgba(102, 0, 0, 0.6);
    font: 300 1em Muli, Roboto, "Segoe UI", Helvetica, sans-serif;
    line-height: 1.5;
    letter-spacing: 4px;
    text-shadow: 1px 1px 2px rgba(102, 0, 0, 0.4);
}

#services {
	padding-top: 1em;
}

#services .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 2px;
    background-color: #eeeeee80;
    border: #600 1px solid;
    border-color: rgba(102, 0, 0, 0.25);
    border-radius: 4px;
}

#services .item {
    margin: 4px auto;
    flex-basis: auto;
    max-width: 22.5em;
    min-height: 18em;
    padding: 2px;
    text-align: center;
    border: #600 1px solid;
    border-color: rgba(102, 0, 0, 0.35);
    border-radius: 4px;
    box-shadow: 0px 0px 3px 0px rgba(102, 0, 0, 0.25);
}

#services .massage {
    background: #fed url("../../uploads/2018/10/massage.png") center top no-repeat;
    background-color: rgba(255, 238, 221, 0.4);
    background-size: contain;
}

#services .laser {
    background: #fed url("../../uploads/2018/10/laser-wand.png") center top no-repeat;
    background-color: rgba(255, 238, 221, 0.4);
    background-size: contain;
}

#services .cupping {
    background: #fed url("../../uploads/2018/10/cupping.png") center top no-repeat;
    background-color: rgba(255, 238, 221, 0.4);
    background-size: contain;
}

#services .colon {
    background: #fed url("../../uploads/2018/10/colon.png") center top no-repeat;
    background-color: rgba(255, 238, 221, 0.4);
    background-size: contain;
}

#services .grace {
    background: #fed url("../../uploads/2018/10/grace.png") center top no-repeat;
    background-color: rgba(255, 238, 221, 0.4);
    background-size: contain;
    border: #808080 1px solid;
    border-color: rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 3px 0px rgba(51, 153, 51, 0.5);
}


#services .item-content {
    display: flex;
    height: 100%;
    flex-flow: column nowrap;
	justify-content: space-between;
	align-content: center;
	margin: 0 3px;
}

#services .item-content > p {
    position: relative;
	top: 2.5em;
	margin: 0;
    font-size: 0.938em;
    line-height: 1.5;
}

#services .item-benefits {
	margin: 0 auto;
	margin-top: 1.25em;
	padding: 1em 0;
	width: 90%;
	font: 300 0.938em Muli, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

/* #content-list li {
	margin: 0.5em auto;
} */

#services h3 {
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 0 auto;
    padding: 2px 5px;
    color: #600;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.65);
    font-size: 1.25em;
	font-weight: 300;
    font-variant: small-caps;
    letter-spacing: 2px;
    text-shadow: 0 0 3px rgba(102, 0, 0, 0.75);
    border: #faa34c 1px solid;
    border-color: rgba(250, 163, 76, 0.5);
    border-top: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 1px 2px 0px rgba(102, 0, 0, 0.5);
}

#services .grace h3 {
    color: #eee;
    background-color: rgba(0, 0, 0, 0.65);
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.75);
    border: #eee 1px solid;
    border-color: rgba(238, 238, 238, 0.75);
    border-top: 0;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

#services .title {
    position: relative;
    top: -0.25em;
    display: inline-block;
    margin: 0 auto;
    padding: 2px 10px;
    background: #808080;
    background-color: rgba(0, 0, 0, 0.5);
    border: #eee 1px solid;
    border-color: rgba(238, 238, 238, 0.75);
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

#services .title hr {
	margin: 2px auto;
	color: #ccc;
}

#services h5, h6 {
	color: #ddd;
	font-weight: 400;
	margin: 3px 0;
	font-size: 0.825em;
	text-shadow: 0 0 2px #000;
}

#services h5 > span {
	font-weight: bold;
	letter-spacing: 1px;
}

.link {
    display: inline-block;
    margin: 0.375em auto;
    padding: 0 4px 4px;
    color: #fdb;
    background: #600;
    background-color: rgba(102, 0, 0, 0.85);
    font: 700 0.875em 'Muli', "Segoe UI", Helvetica, sans-serif; 
    font-variant: small-caps;
    line-height: 1.5;
    border-radius: 4px;
}

.link-gc {
    color: #eee;
    background: #333;
    background-color: rgba(0, 0, 0, 0.85);
}

#about {
    margin-top: 0.625em;
    height: auto;
    text-align: center;
}

#about .content {
	display: flex;
	flex-direction: column;
    padding: 0.5em 0.25em;
    background: #600 url("../../uploads/2018/10/about-bg.png") center top no-repeat;
    background-size: cover;
    border-radius: 4px;
}

#about h2 {
	margin: 0.25em auto;
    display: inline-block;
    padding: 0 10px;
    color: #800;
    background: #fff7ec;
    background-color: rgba(255, 247, 236, 0.651);
    font: 600 2em Muli, Roboto, "Segoe UI", Helvetica, sans-serif;
    font-variant: small-caps;
    letter-spacing: 5px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.375);
    border-radius: 4px;
}

#about p {
    margin: 0.5em auto;
    width: 88%;
    color: #800;
    background: #fff7ec;
    background-color: rgba(255, 247, 236, 0.7);
    font: 300 1em Muli, Roboto, "Segoe UI", Helvetica, sans-serif;
    line-height: 1.25;
    letter-spacing: 2px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.375);
    border-radius: 4px;
}

#about ul {
	font: 300 0.875em Muli, Arial, Helvetica, sans-serif;
	color: #222;
    background: #fff7ec;
    background-color: rgba(255, 247, 236, 0.7);
    border-radius: 4px;
}

#about ul li {
	padding-right: 0.5em;
}

#about ul:nth-of-type(1) li:nth-of-type(1)::before {
	content: url("../../uploads/2019/05/CBC-logo.png");
	vertical-align: -30%;
}

#about ul:nth-of-type(2) li:nth-of-type(1)::before {
	content: url("../../uploads/2019/05/WHoLifE.jpg");
	vertical-align: -30%;
	padding-right: 0.5em;
}

.gmap {
	margin-left: 0.25em;
	background: #fed;
	background-color: rgba(255, 221, 187, 0.25);
	border: 1px #db9 solid;
	border-radius: 4px;
}

.gmap iframe {
	position: relative;
	top: 2px;
	margin: 0.125em 0.25em;
	border: 1px #ca8 solid;
	border-radius: 4px;
}

hr {
    margin: 0.5em auto;
    max-width: 79.75em;
    color: #faa34c;
}

/* Grace Cosmetics styles */
.gc-banner {
    padding: 3.25em 1em 0.75em;
    background: url("../../uploads/2018/10/header-bg-gray.png") top left repeat-x;
    border-bottom: #999 1px solid;
    border-bottom-color: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 4px 4px;
}

.gc-titles {
	display: flex;
	align-items: flex-end;
	background: #eee url("../../uploads/2018/10/grace-banner.png") top right no-repeat;
	background-size: contain;
    background-color: rgba(238, 238, 238, 0.5);
    border: #666 1px solid;
    border-color: rgba(0, 0, 0, 0.35);
    border-radius: 4px;
}	

.gc-titles div {
	max-width: 14em;
	margin: 4px;
	text-align: center;
}

.gc-heading h3 {
	padding: 2px 5px;
	background-color: #eee;
	background-color: rgba(222, 222, 222, 0.5);
	border: #eee 1px solid;
    border-color: rgba(51, 51, 51, 0.5);
    border-radius: 4px;
    box-shadow: 0 0 2px 0 rgba(26, 26, 26, 0.5);
    color: #1a1a1a;
	font: 300 1.125em 'Muli', Roboto, Helvetica, sans-serif;
	letter-spacing: 1px;
    text-shadow: 0 0 2px rgba(26, 26, 26, 0.75);
}

.gc-heading h4 {
	font: 300 0.75em 'Muli', Roboto, Helvetica, sans-serif;
}

.gc-heading span {
	font-size: small;
	letter-spacing: normal;
}

#gc-main, #gc-product, #gc-ethics, #gc-about {
	margin-top: 2em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #eee;
	background-color: rgba(255, 255, 255, 0.33);
    border: #666 1px solid;
    border-color: rgba(0, 0, 0, 0.35);
    border-radius: 4px;
}

#gc-main p, #gc-product p, #gc-ethics p, #gc-about p {
	padding: 0.5em 0.75em;
	font: 300 1em Muli, sans-serif;
	letter-spacing: 1px;
	line-height: 1.5;
	text-align: center;
	border-radius: 4px;
}

#gc-main div:nth-child(2),
#gc-product div:nth-child(2),
#gc-ethics div:nth-child(2),
#gc-about div:nth-child(2) {
	margin: 1em;
	width: 70%;
	background: linear-gradient(to right, rgba(208,208,208,0.25) 0%, rgba(255,255,255,1) 50%, rgba(208,208,208,0.25) 100%);
	border: #ccc 1px solid;
	box-shadow: 0 0 2px 0 #999;
}

#gc-main a, #gc-product a, #gc-ethics a, #gc-about a {
	color: #070;
	font-weight: normal;
}

#gc-main hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

#gc-main img, #gc-product img, #gc-ethics img {
	border-radius: 4px;
}

.gc-experience, .gc-ingredients, .gc-testing, .gc-profile {
	margin: 0 auto;
}

#gc-main .gc-quote {
	width: 75%;
	margin: 0 auto;
	color: #090;
	font-style: italic;
    text-shadow: 0 0 2px rgba(26, 26, 26, 0.5);
}

#gc-product p {
	margin-bottom: 0;
	padding-bottom: 0.25em;
}

#gc-product ul {
	width: 35%;
	margin: 0 auto;
	padding-bottom: 0.5em;
	list-style-type: none;
}

#gc-about ul {
	width: 30%;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#gc-about ul:nth-of-type(3){
	width: 65%;
}

#gc-about ul:nth-of-type(3) li {
	display: inline;
	padding-right: 10px;
	font-weight: normal;
}

#gc-about ul:nth-of-type(3) li:nth-of-type(1)::before {
	content: "\260e";
	padding-right: 2px;
}

#gc-about ul:nth-of-type(3) li:nth-of-type(2)::before {
	content: "\2709";
	padding-right: 2px;
}

#gc-about ul:nth-of-type(3) li:nth-of-type(3)::before {
	content: none;
}

#gc-product li {
	font-size: 0.875em;
	font-weight: 300;
	margin: 0 auto;
	letter-spacing: 1px;
}

#gc-about li {
	font-size: 0.938em;
	font-weight: 300;
	margin: 0 auto;
	letter-spacing: 1px;
}

#gc-product li::before {
	content: "\2713";
	padding-right: 0.5em;
	font-size: 1.125em;
	color: #393;
}

#gc-about li::before {
	content: "\2192";
	padding-right: 0.5em;
	font-size: 1.25em;
	color: #393;
}

#gc-about p {
	margin: 0;
	padding-bottom: 0.5em;
}

.gc-profile {
	width: 300px;
	border-right: 1px #999 solid;
	border-color: rgba(102,102,102,0.5);
    border-radius: 4px;	
}

.gc-profile img {
	margin: 0 auto;
	box-shadow: 0 0 2px 0 #666;
}

.gc-info > p:nth-child(2) {
	font-size: 0.875em;
}

.gc-info li:nth-child(2) {
	font-size: 0.814em;
}

.fb-icon {
	width: 200px;
	margin: 0 auto;
	font: 300 1em Muli, sans-serif;
}

#modal-ready {
	padding: 3.25em 1em 0.75em;
	font: 300 1em Muli, sans-serif;
}

/* Footer styles */
footer {
    margin: 0 auto;
    padding: 2px;
    max-width: 80em;
    height: auto;
}

footer ul {
    display: inline-block;
}

footer .site-links li {
    display: inline-block;
    padding: 2px 3px;
    font-size: 0.813em;
    font-variant: small-caps;
}

footer a {
    color: #333;
}

footer a:hover {
    text-decoration: underline;
}

.site-links, .contact {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.copy {
    font-size: 0.75em;
    font-variant: small-caps;
}

.contact {
    background-color: #ddd;
    border: #bbb 1px solid;
}

.contact li {
    display: inline-block;
    padding: 2px 3px;
    font-size: 0.675em;
}

/*------------------------------------*\
    CONTACT FORM
\*------------------------------------*/
#wpcf7-f198-p113-o1 {
	background: #fed;
	background-color: rgba(255, 221, 187, 0.25);
	padding: 10px 20px;
	border: 1px solid #fdb;
	border-radius: 4px;
	max-width: 400px;
	box-shadow: 0 0 1px 0px rgba(0,0,0,0.35);
}
 
.wpcf7-form p {
	max-width: 400px;
	color: #600;
	margin: 5px 0;
}

.wpcf7-form label {
	font: 300 13px Muli, sans-serif;
}

.wpcf7-form input,
.wpcf7-form textarea {
	background: #f1f1f1;
	background-color: rgba(241, 241, 241, 0.75);
	padding: 5px 7px;
	margin: 2px 0 4px 0;
	border: 1px solid #db9;
	color: #333;
	font: 13px 'Open Sans', sans-serif;
	border-radius: 4px;
}
 
.wpcf7-form .wpcf7-submit {
	background: #600;
	padding: 5px 15px;
	color: #fed;
	min-width: 100px;
}
 
.wpcf7-form input[type="submit"]:hover {
 	background: #060;
}

.banner-info {
	font-size: 0.75em;
	font-variant: small-caps;
	color: #333;
}

.contact-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

#email-form {
	max-width: 404px;
	background-image: url('../../uploads/2018/11/email-bg-1.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#email-form .email-info {
	padding: 4px;
	margin-left: 0;
	color: #964;
	font-size: 14px;
	background: #fed;
	background-color: rgba(255, 221, 187, 0.25);
	text-shadow: 0 0 3px rgba(102, 0, 0, 0.25);
	border: 1px #db9 solid;
	border-radius: 4px;
	box-shadow: 0 0 2px 0px rgba(0,0,0,0.35);
}

.address-title {
	width: 100%;
	margin-top: 0.75em;
	margin-left: 0;
	padding: 10px 0 11px 8px;
	color: #963;
	font: 400 18px Muli, sans-serif;
	font-variant: small-caps;
	letter-spacing: 2px;
	background: #fed;
	background-color: rgba(255, 221, 187, 0.25);
	text-shadow: 0 0 3px rgba(102, 0, 0, 0.25);
	border: 1px #db9 solid;
	border-radius: 4px;
	box-shadow: 0 0 2px 0px rgba(0,0,0,0.35);
}

.contact-wrap div:nth-child(2) {
	max-width: 404px;
}

.address-info {
	width: 400px;
	margin-left: 0;
	padding: 2px 4px;
	color: #600;
	font: 400 16px Muli, sans-serif;
	letter-spacing: 1px;
	line-height: 1.5;
	background: #fed;
	background-color: rgba(255, 221, 187, 0.25);
	border: 1px #db9 solid;
	border-radius: 4px;
	box-shadow: 0 0 2px 0px rgba(0,0,0,0.35);
}

.address-info li {
	margin-left: 0.25em;
}

.address-info span, .gmap span {
	display: inline-block;
	margin: 0 1em;
	padding: 2px;
	color: #fed;
	background-color: #600;
	font-size: 12px;
	border-radius: 4px;
}

.contract-wrap iframe {
	position: relative;
	top: 2px;
	margin: 0.125em 0.25em;
	border: 1px #ca8 solid;
	border-radius: 4px;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 34.5em) {
	#services .item {
        margin: 3px;
        flex-basis: 48%;
        min-height: 20em;
    }
}

@media only screen and (max-width: 41em) {
	#services .title {
		top: 0;
	}
}

@media only screen and (max-width: 45.938em) {
	nav ul ul{
		display: none;
		position: absolute;
		top: 2.125em;
		left: 2.5em;
		width: 8.25em;
		background: #fed;
		background-color: rgba(255, 238, 221, 0.9);
		border: 1px solid #600;
		border-color: rgba(102, 0, 0, 0.5);
		border-radius: 0 4px 4px 4px;
		z-index: 99999;
	}
	
	nav ul li:hover ul{
		display: block;
	}

	.svc-content p {
		font-size: 16px;
		font-weight: 400;
	}
	
	#services .item-benefits {
		font-size: 16px;
		font-weight: 400;
	}
	.svc-menu a {
		color: #600;
	}
	
	.svc-menu i, .svc-menu span {
		display: inherit;
		color: #fdb;
	}

	.svc-link a:hover {
		background: #600;
		color: #fdb;
		border-radius: 4px;
		text-decoration: none;
	}

	#hdr-flex h1 {
		font-size: 1.75em;
	}

	#hdr-flex h3 {
		font-size: 0.8em;
	}
	
	.gmap {
		margin: 0 auto;
	}
	
	.gmap iframe {
		width: 320px;
	}
	
	#welcome {
		position: relative;
		top: -2em;
	}
	
	#email-form {
		max-width: 21em;
	}
	
	.wpcf7-form {
		padding: 5px;
	}
	
	input[type=text], input[type=email] {
		width: 280px;
	}
	
	textarea {
		width: 280px;
	}
	
	.contact-wrap div:nth-child(2) {
		max-width: 21em;
	}
	
	.address-info iframe {
		width: 320px;
	}
	
	#gc-main div:nth-child(2),
	#gc-product div:nth-child(2),
	#gc-ethics div:nth-child(2),
	#gc-about div:nth-child(2) {
		width: 90%;
		margin: 1em auto;
	}
	
	#gc-main p, 
	#gc-product p,
	#gc-ethics p,
	#gc-about p {
		font-weight: 400;
		line-height: 1.5;
	}
	
	.gc-heading h3 {
		font-size: 1em;
	}
	
	#gc-main .gc-quote {
		width: 90%;
	}
	
	#gc-product div:nth-child(2) {
		width: 90%;
		margin: 1em auto;
    }
	
	#gc-product ul {
		width: 95%;
	}
	
	#gc-about ul {
		width: auto;
	}

	#gc-about ul:nth-of-type(3) li {
		display: block;
	}
}

@media only screen and (min-width: 46em) {
    nav {
        font-size: 1em;
    }

    nav ul,
    nav:active ul {
        display: inline-block;
    }
	
    #hdr-grid {
        display: grid;
        grid-template-columns: 40% 60%;
        justify-items: center;
    }

    #hdr-flex {
        position: static;
        align-items: center;
        justify-content: center;
    }
    
    #line-art {
        grid-column: 1 / 3;
        grid-row: auto;
    }
	
	#gc-main div:nth-child(2),
	#gc-product div:nth-child(2),
	#gc-ethics div:nth-child(2),
	#gc-about div:nth-child(2) {
		width: 55%;
		margin: 0.5em auto;
	}
	
	#gc-product ul {
		width: 55%;
	}
	
	#gc-about ul {
		width: 60%;
	}

	#about {
		display: flex;
		padding: 0;
	}
}

@media only screen and (min-width: 60em) {
	#services .item {
		flex-basis: 24.25%;
		min-height: 20em;
	}
	
	#gc-main div:nth-child(2),
	#gc-product div:nth-child(2),
	#gc-ethics div:nth-child(2),
	#gc-about div:nth-child(2) {
		width: 65%;
		margin: 0.75em auto;
	}
}

@media only screen and (min-width: 64em) {
	#hdr-grid {
	    display: grid;
		grid-template-columns: 28% 40% 32%;
		justify-items: center;
		min-height: 300px;
	}

	#line-art {
		grid-column: auto;
		grid-row: auto;
	}

    #line-art img {
        max-width: none;
        height: auto;
    }

    #about p {
        padding: 0.25em 0.5em;
        font-size: 1em;
    }
	
	#gc-product ul {
		width:40%;
	}

}

@media only screen and (min-width: 67.5em) {
	#gc-main div:nth-child(2),
	#gc-product div:nth-child(2),
	#gc-ethics div:nth-child(2),
	#gc-about div:nth-child(2) {
		width: 70%;
		margin: 1em auto;
	}
	#gc-about ul {
		width: 37%;
	}
}

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
