@charset "UTF-8";
@import url("https://use.typekit.net/xyx7jty.css");

/*------------------------------------- Page Defaults -----------------------------------*/

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	background: #FFF;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
img {width:100%;}
.clear {clear:both;}

a:link {
    color: inherit;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

/*------------------------------------- Brand Standards -----------------------------------*/

/* Font Families */

.loretta-medium {
    font-family: loretta-display, serif;
    font-weight: 500;
    font-style: normal;
}
.loretta-bold {
    font-family: loretta-display, serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 3px;
}
.regular {
    font-family: raleway, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.medium {
   font-family: raleway, sans-serif;
    font-weight: 500;
    font-style: normal; 
}
.bold {
    font-family: raleway, sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* Font Styles */

.italics {
	font-style: italic;
}
.uppercase {
	text-transform:uppercase;
}
.lowercase {
	text-transform:lowercase;
}
.underline {
    text-decoration: underline;
}
.centered {
    text-align: center;
}
.tracked {
    letter-spacing: 4px;
}

/* Font Colours */

.invis {
	color: transparent;
}
.white {
	color: #FFFFFF;
}
.light-brown {
    color: #ccb3ab;
}
.dark-brown {
    color: #b69c8a;
}
.grey {
    color: #5f5b5c;
}
.ota {
	color: #f58220;
}

/* Background Colours */

.gradient-bg,
.grey-bg,
.white-bg,
.light-brown-bg,
.dark-brown-bg {
	width: 100%;
	height: auto;
	position: relative;
}
.gradient-bg {
    background: url('../gfx/banners/gradient.jpg') no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.grey-bg {
	background: #F8F8F8;
}
.white-bg{
	background: #FFFFFF;
}
.light-brown-bg {
    background: #ccb3ab;
}
.dark-brown-bg {
    background: #b69c8a;
}

/* Logo */

.logo-colour {
	background: url('../gfx/logo/primary-color.png') no-repeat;
	background-size: contain;
}
.logo-white {
	background: url('../gfx/logo/primary-white.png') no-repeat;
	background-size: contain;
}
.logo-mobile {
	background: url('../gfx/shortcut-icons/apple-touch-152.png') no-repeat;
	background-size: contain;
}

/* Background Images */

#home-bg {
	background: url('../gfx/banners/home.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}
#about-bg {
	background: url('../gfx/banners/about.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}
#naturopathy-bg {
    background: url('../gfx/banners/naturopathy.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}
#working-together-bg {
    background: url('../gfx/banners/working-together.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}
#contact-bg {
    background: url('../gfx/banners/contact.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}

/* Icons */

.facebook {
    background: url('../gfx/icons/facebook.png') no-repeat;
    background-size: contain;
}
.instagram {
    background: url('../gfx/icons/instagram.png') no-repeat;
    background-size: contain;
}

/* Graphic Containers */

.graphic-container {
    position: relative;
}
.graphic-container .wrapper {
    position: relative;
    z-index: 1;
}
.graphic-container .graphic {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}
.graphic-container .graphic.lash-top-right,
.graphic-container .graphic.lash-top-left {
    top: -60px;
    right: 0px;
    height: 160px;
    width: 160px;
    background: url('../gfx/graphics/lash-top-right-dark-brown.png') no-repeat;
    background-size: contain;
}
.graphic-container .graphic.lash-top-left {
    right: auto;
    left: 0;
    background: url('../gfx/graphics/lash-top-left-dark-brown.png') no-repeat;
    background-size: contain;
}
.graphic-container .graphic.logo-bottom-right,
.graphic-container .graphic.logo-bottom-left {
    bottom: 50px;
    right: 0px;
    height: 250px;
    width: 250px;
    background: url('../gfx/graphics/logo-overlay.png') no-repeat;
    background-size: contain;
}
.graphic-container .graphic.logo-bottom-left {
    right: auto;
    left: 0;
}

/* Full Spreads */

.full-bg {
    position: relative;
    margin: 25px 0px 25px 0px;
}
.full-bg .photo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
}
.full-bg .photo img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.full-bg .wrapper {
    z-index: 2;
    padding: 100px 0px 100px 400px;
}

/*------------------------------------- Navigation -----------------------------------*/

#main {
    position: relative;
    z-index: 2;
	width: 100%;
	margin: 0;
	padding: 80px 0px 20px 0px;
    box-sizing: border-box;
    border-top: 8px solid #ccb3ab;
}
#nav-contain {
	position: relative;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
}
#nav-contain #logo-header {
    position: absolute;
    top: -88px;
    left: 0;
    height: 220px;
    width: 260px;
    background: #FFF;
    box-sizing: border-box;
    border: 2px solid #d8c6b7;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#nav-contain #logo-header::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 130px;
    width: 200px;
    background: url('../gfx/logo/primary-color.png') no-repeat;
    background-size: contain;
}
#nav-contain #book {
	position: absolute;
    z-index: 3;
    top: -80px;
    right: 0;
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
#navigation {
	list-style: none;
	padding: 0px 0px 15px 0px;
    margin: 0px;
    float: right;
}
#navigation li {
	display: inline-block;
	padding: 0px 0px 10px 0px;
	font-size: 1.1em;
    line-height: 1em;
    letter-spacing: 3px;
	margin: 0px 0px 0px 30px;
    color: #5e5a5b;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
}
#navigation li:hover,
#navigation li:focus {
	border-bottom: 2px solid #d8c6b7;
	transition: 0.2s all;
}

/*------------------------------------- Wrapper  ------------------------------------------*/

/* Flex Structure */

.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.flex-container.flex-full,
.flex-container.flex-double,
.flex-container.flex-double-space,
.flex-container.flex-tripple,
.flex-container.flex-tripple-space,
.flex-container.flex-quad,
.flex-container.flex-quad-space {
    justify-content: space-around;
}
.flex-double .flex-item {
    width: 50%;
}
.flex-double-space .flex-item {
    width: calc(50% - 50px);
    margin: 25px;
}
.flex-tripple .flex-item {
    width: 33.3%;
}
.flex-tripple-space .flex-item {
    width: calc(33.3% - 50px);
    margin: 25px;
}
.flex-quad .flex-item {
    width: 25%;
}
.flex-quad-space .flex-item {
    width: calc(25% - 50px);
    margin: 25px;
}
.flex-text-left {
    padding: 0px 100px 0px 0px;
}
.flex-text-right {
    padding: 0px 0px 0px 100px;
}
.flex-photo {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border: 2px solid #FFF;
    border-radius: 10px;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
}
.flex-photo img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Structure */

.wrapper {
	position: relative;
    z-index: 1;
    width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0px 100px 0px;
}
.wrapper.extra-padding {
	padding: 150px 0px 100px 0px;
}
.wrapper.footer {
	padding: 30px 0px 30px 0px;
}
.wrapper .narrow {
    width: 100%;
	max-width: 900px;
    margin: 0 auto;
}
.wrapper .spacer {
    height: 70px;
    width: 100%;
}

/* Landing (Banner) */

.landing .wrapper {
    padding: 150px 0px 150px 0px;
}
.landing .wrapper h1,
.landing .wrapper h2,
.landing .wrapper h3,
.landing .wrapper p {
    width: 100%;
    max-width: 525px;
}
.landing .wrapper h1.full-width,
.landing .wrapper h2.full-width {
    max-width: none;
}
.landing .wrapper .btn {
    margin: 20px 0px 0px 0px;
}

/* Accents & Spacers */

.wrapper .spacer.spacer-mini {
    width: 100%;
    height: 20px;
}
.wrapper .spacer.spacer-small {
    width: 100%;
    height: 25px;
}
.wrapper .spacer.spacer-large {
    width: 100%;
    height: 80px;
}
.wrapper .accent {
    height: 5px;
    width: 80px;
    border-radius: 3px;
    margin: auto auto 25px auto;
}

/* Font Sizing */

.wrapper h1 {
	font-size: 2.8em;
	line-height: 1.3em;
	padding: 0px;
    margin: 0px 0px 30px 0px;
}
.wrapper h2 {
	font-size: 2.2em;
	line-height: 1.3em;
	padding: 0px;
    margin: 0px 0px 25px 0px;
}
.wrapper h3 {
	font-size: 1.4em;
	line-height: 1.3em;
	padding: 0px;
    margin: 0px;
}
.wrapper p {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0px;
    margin: 0px 0px 25px 0px;
}
.wrapper a:hover,
.wrapper a:focus {
    opacity: 0.8;
    transition: 0.2s all;
}
.wrapper a:link,
.wrapper a:visited {
    color: inherit;
    text-decoration: underline;
}

/* Lists */

.wrapper .list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wrapper .list li {
    position: relative;
    font-size: 1.1em;
	line-height: 1.5em;
	padding: 0px 0px 0px 25px;
    margin: 0px 0px 5px 0px;
}
.wrapper .list li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 5px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #FFF;
}

/* Buttons */

.wrapper a.btn,
#nav-contain a.btn,
.menu-wrap .menu a.btn {
    display: inline-block;
    padding: 10px 35px 10px 35px;
    font-size: 1.1em;
    text-align: center;
    margin: 0px 0px 0px 0px;
    color: #FFF;
    text-decoration: none;
    background: #b69c8a;
    border-radius: 10px;
    box-sizing: border-box;
    border: 2px solid #FFF;
}
.wrapper a.btn:hover,
.wrapper a.btn:focus,
.menu-wrap .menu a.btn:hover,
.menu-wrap .menu a.btn:focus {
    color: #5f5b5c;
    background: #FFF;
    border: 2px solid #b69c8a;
    transition: 0.2s all;
}
#nav-contain a.btn:hover,
#nav-contain a.btn:focus {
    background: #5f5b5c;
    transition: 0.2s all;
}

/* Cards */

.wrapper .card-offset {
    margin: 0px 0px -175px 0px;
}
.wrapper .card {
    position: relative;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 10px;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
}
.wrapper .card.light-brown-bg {
    border: 2px solid #e9d4c8;
}
.wrapper .card.white-bg,
.wrapper .card.dark-brown-bg {
    border: 2px solid #d8c6b7;
}
.wrapper .card.card-photo {
    overflow: hidden;
    padding: 300px 50px 50px 50px;
}
.wrapper .card.card-photo .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    box-sizing: border-box;
    border-bottom: 2px solid #d8c6b7;
}
.wrapper .card.card-photo .photo img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrapper .card.card-step {
    padding: 70px 50px 50px 50px;
    margin: 50px 0px 0px 0px;
    box-sizing: border-box;
    border: 2px solid #FFF;
}
.wrapper .card.card-step .number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #FFF;
    font-size: 2.3em;
    box-sizing: border-box;
    text-align: center;
}
.wrapper .card.card-step:nth-of-type(1) {
    background: #d8c6b7;
}
.wrapper .card.card-step:nth-of-type(1) .number {
    border: 2px solid #d8c6b7;
}
.wrapper .card.card-step:nth-of-type(2) {
    background: #cdb3aa;
}
.wrapper .card.card-step:nth-of-type(2) .number {
    border: 2px solid #cdb3aa;
}
.wrapper .card.card-step:nth-of-type(3) {
    background: #ceb2a3;
}
.wrapper .card.card-step:nth-of-type(3) .number {
    border: 2px solid #ceb2a3;
}

/* Contact */

.wrapper #contact-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 110px;
    width: 90px;
    background: #FFF;
    box-sizing: border-box;
    border: 2px solid #d8c6b7;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.wrapper #contact-logo::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 70px;
    width: 70px;
    background: url('../gfx/shortcut-icons/apple-touch-152.png') no-repeat;
    background-size: contain;
}

/* Footer */

footer .second-stage {
    padding: 20px 0px 20px 0px;
}
footer .second-stage p {
    position: relative;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    font-size: 0.9em;
}
footer {
    position: relative;
    padding: 60px 0px 0px 0px;
}
footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: url('../gfx/graphics/footer.jpg') repeat-x;
    background-size: contain;
}
footer .wrapper p {
    font-size: 1em;
}
footer .wrapper .footer-menu,
footer .wrapper .footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .wrapper .footer-menu li {
    position: relative;
    color: #5e5a5b;
    font-size: 1.1em;
	line-height: 1.5em;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
}
footer .wrapper .footer-menu li:hover,
footer .wrapper .footer-menu li:focus {
    color: #b69c8a;
    transition: 0.2s all;
}
footer .wrapper .footer-menu a,
footer .wrapper .footer-menu a:link,
footer .wrapper .footer-menu a:visited {
    text-decoration: none;
}
footer .wrapper .footer-social li {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 0px 10px 0px 0px;
}
footer .wrapper .footer-social li:hover,
footer .wrapper .footer-social li:focus {
    opacity: 0.8;
    transition: 0.2s all;
}
footer #logo-footer {
    display: block;
    height: 130px;
    width: 200px;
    background: url('../gfx/logo/primary-color.png') no-repeat;
    background-size: contain;
    margin: 0px 0px 30px 0px;
}
footer #ota {
    position: absolute;
    top: -20px;
    right: 0px;
    display: inline-block;
    padding: 20px 0px 0px 90px;
    font-size: inherit;
    color: #FFF;
    text-decoration: none;
}
footer #ota::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    height: 40px;
    width: 80px;
    border-radius: 5px;
    background: #FFF;
    box-sizing: border-box;
    border: 1px solid #EDEDED;
}
footer #ota::after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    height: 20px;
    width: 40px;
    background: url('../gfx/logo/ota.png') no-repeat;
    background-size: contain;
}

/*----------------------------------- Mobile Menu Content ----------------------------------------*/

html, 
body, 
.container, 
.content-wrap {
	width: 100%;
}
.content-wrap {
    height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.content-wrap-active {
	overflow-x: hidden;
	overflow-y: hidden;
	max-height: 100vh;
}
#menu-overlay {
    position: absolute;
    z-index: 2;
    z-index: 998;
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,0.4);
}
.overlay-hidden {
    opacity: 0;
    visibility: hidden;
}
.overlay-vis {
    opacity: 1;
    visibility: visible;
}
.menu-button {
    position: absolute;
    top: 38px;
    right: 0px;
    height: 24px;
    width: 30px;
    color: transparent;
}
.menu-button::before {
    position: absolute;
    top: 0.1em;
    right: 0.1em;
    bottom: 0.1em;
    left: 0.1em;
    background: linear-gradient(#5f5b5c 20%, transparent 20%, transparent 40%, #5f5b5c 40%, #5f5b5c 60%, transparent 60%, transparent 80%, #5f5b5c 80%);
    content: '';
}
.menu-button:hover::before {
    background: linear-gradient(#b69c8a 20%, transparent 20%, transparent 40%, #b69c8a 40%, #b69c8a 60%, transparent 60%, transparent 80%, #b69c8a 80%);
    transition: 0.2s all;
}
.menu-active {
    left: 0px;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    /* Animations */
    transform-origin: left;
    animation-name: menu-in;
    animation-direction: normal;
    animation-duration: 300ms;
}
.menu-nonactive {
    left: -1000px;
    z-index: -999;
    opacity: 0;
    visibility: hidden;
    /* Animations */
    transform-origin: left;
    animation-name: menu-out;
    animation-direction: normal;
    animation-duration: 100ms;
}
.menu-wrap {
    position: absolute;
    height: 100vh;
    width: 300px;
    overflow: hidden;
    background: #FFF;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
}
.menu-wrap #menu-logo {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 50px;
    height: 50px;
}
.menu-wrap .menu {
    list-style: none;
    padding: 110px 10px 0px 10px;
    margin: 0;
}
.menu-wrap .menu a:link,
.menu-wrap .menu a:visited {
    color: inherit;
    text-decoration: none;
}
.menu-wrap .menu li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.1em;
    color: #5f5b5c;
    padding: 0px 0px 10px 30px;
    margin: 0px 0px 10px 0px;
}
.menu-wrap .menu li:hover, 
.menu-wrap .menu li:focus {
    color: #b69c8a;
    transition: 0.2s all;
}
.menu-wrap .menu a.btn {
    color: #FFF;
    font-size: 1em;
    margin: 0px 0px 0px 30px;
}

/* Close Button */

.close-button {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 25px;
    overflow: hidden;
    text-indent: 16px;
    border: none;
    z-index: 1001;
    color: transparent;
    background: transparent;
}
.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    top: 14px;
    left: 50%;
    background: #b69c8a;
}
.close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Menu Animations */

@keyframes menu-in {
0% {
    left: -1000px;
}
100% {
    left: 0px;
}
}
@-webkit-keyframes menu-in {
0% {
    left: -1000px;
}
100% {
    left: 0px;
}
}
@keyframes menu-out {
0% {
    left: 0px;
}
100% {
    left: -1000px;
}
}
@-webkit-keyframes menu-out {
0% {
    left: 0px
}
100% {
    left: -1000px;
}
}

/*----------------------------------- Form ----------------------------------------*/

.required-wrap {
	position: relative;
}
.required-wrap .icon {
	position: absolute;
	top: calc(50% - 10px);
	right: 20px;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	fill: #271d67;
}
.required-wrap .icon-notes {
	position: absolute;
	top: 30px;
	right: 20px;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	fill: #271d67;
}
.required-wrap .astrix {
    position: absolute;
	top: 0px;
	right: -15px;
}

/* Structure */

.g-recaptcha {
    display: none;
    position: absolute;
    top: -5000px;
    left: -5000px;
}
#form .required-wrap .astrix-t {
	right: 20px;
}
#form {
    position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0;
}
#form p {
    margin: 30px 0px 0px 0px;
	font-size: 0.9em;
    line-height: 1.5em;
}
#form #q4 {
	margin-bottom: 20px;
}
#form #vehicle-colour {
	display: none;
    visibility: hidden;
    opacity: 0;
}

/* Form Inputs */

#form input[type="text"],
#form input[type="email"],
#form input[type="phone"] {
  	display: inline-block;
  	width: 100%;
	/* Font Styles */
  	font-family: 'ProximaNova-Regualar';
	font-weight: normal;
	font-style: normal;
	/* Font Styles */
  	color: #271d67;
  	font-size: 1.2em;
  	appearance: none;
  	box-shadow: none;
  	background: #FFFFFF;
    border: 3px solid #69c0b0;
    border-radius: 5px;
  	margin: 0px 0px 20px 0px;
 	padding: 15px 20px 15px 20px;
}
#form select {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	display: inline-block;
  	width: 100%;
	/* Font Styles */
  	font-family: 'ProximaNova-Regualar';
	font-weight: normal;
	font-style: normal;
	/* Font Styles */
  	color: #271d67;
  	font-size: 1.2em;
  	box-shadow: none;
  	background: #FFFFFF;
    border: 3px solid #69c0b0;
    border-radius: 5px;
  	margin: 0px 1.65% 20px 0px;
  	padding: 15px 20px 15px 20px;
}
#form textarea {
	width: 100%;
	height: calc(100% - 20px);
	display: block;
	/* Font Styles */
    font-family: 'ProximaNova-Regualar';
	font-weight: normal;
	font-style: normal;
	/* Font Styles */
  	color: #271d67;
  	font-size: 1.2em;
  	appearance: none;
  	box-shadow: none;
  	background: #FFFFFF;
    border: 3px solid #69c0b0;
    border-radius: 5px;
  	margin-bottom: 15px; 
	padding: 15px 20px 15px 20px;
}

/* Submit Button */

#form #submit-btn {
    appearance: none;
  	box-shadow: none;
  	border: none;
    text-transform: uppercase;
	/* Font Styles */
	font-family: 'ProximaNova-Bold';
	font-weight: normal;
	font-style: normal;
	/* Font Styles */
    display: inline-block;
    padding: 18px 30px 18px 30px;
    font-size: 1.2em;
    text-align: center;
    margin: 0px 0px 0px 0px;
    color: #FFF;
    text-decoration: none;
    background: #f7a600;
    border-radius: 5px;
}
#form #submit-btn:hover,
#form #submit-btn:focus {
	background: #69c0b0;
    transition: 0.2s all;
}

/* Hovers */

#form input[type="text"]:focus,
#form input[type="email"]:focus,
#form input[type="phone"]:focus,
#form select:focus,
#form textarea:focus {
    outline: none !important;
    border: 3px solid #271d67;
    box-shadow: none;
}

/* Placeholders */

#form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-family: 'ProximaNova-Regualar';
	font-weight: normal;
	font-style: normal;
    color: #949494;
}
#form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: 'ProximaNova-Regualar';
	font-weight: normal;
	font-style: normal;
    color: #949494;
    opacity:  1;
}
#form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: 'ProximaNova-Regualar';
	font-weight: normal;
	font-style: normal;
    color: #949494;
    opacity:  1;
}
#form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'ProximaNova-Regualar';
	font-weight: normal;
	font-style: normal;
    color: #949494;
}

/*------------------------------------- Media Queries -----------------------------------*/

@media (max-width: 1300px){
    
    /* Navigation */
    #navigation li {
	font-size: 1.05em;
	margin: 0px 0px 0px 20px;
    }
    #nav-contain #logo-header {
    height: 210px;
    width: 230px;
    }
    #nav-contain #logo-header::before {
    height: 105px;
    width: 185px;
    }
	/* Wrapper */
    .wrapper h1 {
	font-size: 2.4em;
    }
    .wrapper h2 {
	font-size: 2em;
    }
    .wrapper h3 {
	font-size: 1.2em;
    }
    .wrapper p,
    .wrapper .list li,
    .wrapper a.btn {
	font-size: 1em;
    }
    /* Form */
    #form input[type="text"],
    #form input[type="email"],
    #form input[type="phone"],
    #form select,
    #form textarea,
    #form #submit-btn {
    font-size: 1em;
    }
    
}
@media (min-width: 1025px){
    
    .menu-button {
    display: none;
    }
    .mobile-photo {
    display: none;
    visibility: hidden;
    opacity: 0;
    }
    
}
@media (max-width: 1024px){
    
	/* -- nav -- */
    .menu-button {
    display: block;
    }
    #main {
    height: 100px;
	padding: 0px;
    }
    #navigation {
    display: none;
    visibility: hidden;
    opacity: 0;
    }
    #nav-contain #logo-header {
    position: absolute;
    top: 0px;
    left: 0;
    height: 150px;
    width: 180px;
    }
    #nav-contain #logo-header::before {
    height: 100px;
    width: 150px;
    background: url('../gfx/logo/primary-color.png') no-repeat;
    background-size: contain;
    }
    /* Graphics */
    .graphic-container .graphic {
    display: none;
    visibility: hidden;
    opacity: 0;
    }
    /* Full Spreads */
    .full-bg {
    margin: 0;
    }
    .full-bg .photo {
    display: none;
    visibility: hidden;
    opacity: 0;
    }
    .full-bg .wrapper {
    padding: 100px 0px 100px 0px;
    }
    /* Flex */
    .flex-double .flex-item {
    width: 100%;
    }
    .flex-double-space .flex-item {
    width: 100%;
    margin: 25px 0px 25px 0px;
    }
    .flex-tripple .flex-item,
    .flex-quad .flex-item {
    width: 50%;
    }
    .flex-tripple-space .flex-item,
    .flex-quad-space .flex-item {
    width: calc(50% - 50px);
    margin: 25px;
    }
    .flex-text-left {
    padding: 0px 0px 50px 0px;
    }
    .flex-text-right {
    padding: 50px 0px 0px 0px;
    }
    .flex-photo {
    min-height: 250px;
    }
    /* Landing */
    .landing .wrapper {
    padding: 100px 0px 100px 0px;
    }
    .landing .wrapper h1,
    .landing .wrapper h2,
    .landing .wrapper h3,
    .landing .wrapper p {
    max-width: none;
    }
    /* Wrapper */
    .wrapper .card {
    padding: 30px;
    }
    /* Form */
    #form .flex-double-space .flex-item {
    margin: 0;
    }
    /* Footer */
    footer::before {
    height: 60px;
    background: url('../gfx/graphics/footer.jpg') repeat-x;
    background-size: cover;
    }
    footer .flex-tripple .flex-item,
    footer .flex-quad .flex-item {
    width: 100%;
    }
    footer .wrapper .footer-menu {
    margin: 0px 0px 30px 0px;
    }
    footer #logo-footer {
    display: none;
    visibility: hidden;
    opacity: 0;
    }
    footer #ota {
    position: relative;
    top: auto;
    right: auto;
    }
    
}
@media (max-width: 768px){
    
    /* Images */ 
    #home-bg {
	background: url('../gfx/banners/home.jpg') no-repeat;
	background-position: center left;
	background-size: cover;
}
    #about-bg {
	background: url('../gfx/banners/about.jpg') no-repeat;
	background-position: center left;
	background-size: cover;
    }
    #naturopathy-bg {
    background: url('../gfx/banners/naturopathy.jpg') no-repeat;
	background-position: center left;
	background-size: cover;
    }
    #working-together-bg {
    background: url('../gfx/banners/working-together.jpg') no-repeat;
	background-position: center left;
	background-size: cover;
    }
    #contact-bg {
    background: url('../gfx/banners/contact.jpg') no-repeat;
	background-position: center left;
	background-size: cover;
    }
    /* Global */
    .centered {
    text-align: left;
    }
    /* Flex */
    .flex-tripple .flex-item,
    .flex-quad .flex-item {
    width: 100%;
    }
    .flex-tripple-space .flex-item,
    .flex-quad-space .flex-item {
    width: 100%;
    margin: 25px 0px 25px 0px;
    }
    /* Wrapper */
    .wrapper .accent {
    margin: 0px 0px 25px 0px;
    }
    .wrapper a.btn,
    #form #submit-btn {
    width: 100%;
    }
}