/*-------------------------------------------------------------------------------------
[TABLE OF CONTENTS]

	00. RESET
	01. GENERAL
	02. BUTTON
	03. NAVIGATION
	04. CONTENT
	
-------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	00. RESET
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
.fit-vids-style {
    display: none
}
figure {
    margin: 0;
    padding: 0;
}
figure img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
iframe {
    border: none
}
::selection {
    background: #454b4f; /* Safari */
    color: #FFF;
}
::-moz-selection {
    background: #454b4f; /* Firefox */
    color: #FFF;
}
/*-----------------------------------------------------------------------------------*/
/*	01. GENERAL
/*-----------------------------------------------------------------------------------*/
html {
	height: 100%;
}
body {
	height: 100%;
	width: 100%;
  margin: 0;
  overflow-x: hidden;
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  background-color: #111;
}
input,
button,
select,
textarea {
  font-size: 16px;
  font-weight: normal;
}
p {
  color: #FFF;
  margin: 0 0 30px;
  font-family: "neuzeit-grotesk", sans-serif;
}
a {
  color: #6c518b;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
a:hover,
a:focus {
  color: #6c518b;
  text-decoration: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  line-height: 1;
  color: #FFF;
  font-weight: 900;
  text-transform: uppercase;
}
h1 { font-size: 48px; }
h2 { font-size: 40px; }
h3 { font-size: 32px; }
h4 { font-size: 24px; }
h5 { font-size: 16px; }
h6 { font-size: 12px; }
ul {
  padding: 0 0 0 18px
}
ol {
  padding: 0 0 0 20px
}
ul,
ol {
  margin-bottom: 30px
}
li {
	color: #FFF;
	list-style-type: square;
}
hr {
  border: none;
  border-bottom: 1px solid #ddd;
  margin-top: 40px;
  margin-bottom: 40px;
}
.alert {
  padding: 15px;
  padding-bottom: 13px;
  margin-bottom: 20px;
  border-width: 2px;
  border-radius: 0;
  background: none;
}
.alert-success {
  border-color: #3c763d;
  color: #3c763d;
}
.alert-info {
  border-color: #31708f;
  color: #31708f;
}
.alert-warning {
  border-color: #8a6d3b;
  color: #8a6d3b;
}
.alert-danger {
  border-color: #a94442;
  color: #a94442;
}
.alert .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: rgba(255,255,255,0.4);
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
.alert .close:hover,
.alert .close:focus {
  color: rgba(255,255,255,0.7);
  opacity: 1;
  filter: alpha(opacity=100);
}
blockquote {
  padding: 0;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.3px;
  font-style: italic;
  border: none;
  text-align: center;
}
blockquote:before {
  font-family: FontAwesome;
  content: "\f10d";
  float: left;
  display: inline-block;
  color: #FFF;
  font-size: 14px;
}
blockquote small {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 0;
  color: #FFF;
}
blockquote p {
  color: #AAA;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
.center {
  text-align: center;
}
.right {
	text-align: right;
}
.fb_new_ui_mobile_overlay_active {
	overflow: visible !important;
}

/*-----------------------------------------------------------------------------------*/
/*	02. BUTTONS
/*-----------------------------------------------------------------------------------*/

.btn {
  background-color: #774b8a;
  color: #FFF !important;
  border: none;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 20px 40px 19px;
  font-size: 20px;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.btn-yellow {
	background-color: #fdb913;
	color: #774b8a !important;
}

.btn:hover {
  background-color: #7958a0;
  color: #FFF !important;
}

.btn.btn-yellow:hover {
  background-color: #fdce13;
  color: #774b8a !important;
}
 
.btn:active {
	-ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.btn.active, 
.btn:active {
	box-shadow: none !important;
}

section .btn {
	margin-left: -4px;
}


/*-----------------------------------------------------------------------------------*/
/*	03. NAVIGATION
/*-----------------------------------------------------------------------------------*/

aside {
  width: 400px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -400px;
  padding: 0 30px;
  background: #76c09a;
  font-weight: 300;
  text-align: center;
  overflow: hidden;
  z-index: 10;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  background-image: url('https://ideasbakedfresh.ca/wp-content/uploads/2020/04/whisk2.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
} 

.show-nav header,
.show-nav aside,
.show-nav .wrapper {
  -moz-transform: translateX(400px);
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

aside img {
	width: 100%;
}

aside nav {
	margin: 10px 0 20px;
}

aside nav ul {
	padding: 0;
	margin: 0;
}

aside nav ul li {
	list-style-type: none;
}

aside nav ul li a {
	color: #FFF;
	font-weight: 400;
	font-size: 20px;
	-moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

aside nav ul li a:hover,
aside nav ul li a:focus,
aside nav ul li a:active {
	color: #FFF;
}

aside h3 {
	font-family: "neuzeit-grotesk", sans-serif;
	color: #464b4f;
	font-size: 20px;
	font-weight: 700;
	vertical-align: top;
  padding-top: 20px;
  border-top: 1px solid #464b4f;
  max-width: 220px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 auto;
}

aside .socials ul {
	color: #464b4f;
	display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 24px;
}

aside .socials li {
	display: inline-block;
}

aside .socials li a {
	color: #464b4f;
}


/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/

header {
	position: fixed;
	z-index: 9999;
	width: 100%;
	padding: 30px 40px;
	background-color: transparent;
	-moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

header.scrolled {
	background-color: #e66552;
	padding-top: 15px;
	padding-bottom: 15px;
}

header img {
	display: inline-block;
	margin: 0;
  vertical-align: top;
}

a.menu-name {
	display: inline-block;
	font-family: "neuzeit-grotesk", sans-serif;
	color: #FFF !important;
	font-size: 20px;
	font-weight: 700;
	vertical-align: top;
  margin-left: 5px;
  margin-top: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#toggle {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-top: 11px;
  vertical-align: top;
  border: none;
  width: 50px;
  height: 40px;
  background-color: transparent;
  border-radius: 0;
  z-index: 1;
  cursor: pointer;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
}
#toggle span:after {
  top: 10px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #FFF;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 0;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(6px, 6px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(8px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

.right-side {
	float: right;
	display: inline-block;
}

.right-side span {
	display: inline-block;
	font-family: "neuzeit-grotesk", sans-serif;
	color: #6c518b;
	font-size: 20px;
	font-weight: 700;
	vertical-align: top;
  margin-left: 5px;
  margin-top: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.right-side ul {
	display: inline-block;
  margin-bottom: 0;
  margin-top: 14px;
  padding-left: 10px;
  margin-right: 14px;
  font-size: 30px;
  line-height: 1;
}

.right-side li {
	display: inline-block;
	line-height: 1;
}

.right-side li a {
	color: #6c518b;
}

.right-side .btn {
	background-color: transparent;
  color: #6c518b !important;
  border: #6c518b solid 2px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 8px 20px 7px;
  font-size: 14px;
  border-radius: 30px;
	margin-top: -12px;
}

.right-side .btn:hover {
  background-color: #464b4f;
  color: #FFF !important;
}

header.scrolled .right-side span,
header.scrolled .right-side a,
.right-side.white span,
.right-side.white a { 
	color: #FFF !important;
}

header.scrolled .right-side .btn,
.right-side.white .btn {
  background-color: transparent;
  color: #FFF !important;
  border: #FFF solid 2px;
}

header.scrolled .right-side .btn:hover,
.right-side.white .btn:hover {
  background-color: #FFF;
  color: #464b4f !important;
}


/*-----------------------------------------------------------------------------------*/
/*	CONTENT
/*-----------------------------------------------------------------------------------*/

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #6c518b;
}

.loader div {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
  background: url('https://ideasbakedfresh.ca/wp-content/uploads/2020/04/loading_purple2.gif') no-repeat;
  background-size: 100px;
  width: 100px;
  height: 100px;
}

.wrapper {
  position: relative;
  -moz-transition: 0.7s ease all;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}

.container-fluid {
	position: relative;
  max-width: 1320px;	
  padding-left: 40px;
  padding-right: 40px;
}

.big-gutters {
  margin-right: -30px;
  margin-left: -30px;
}

.big-gutters .col,
.big-gutters [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}

.small-gutters {
  margin-right: -7px;
  margin-left: -7px;
}

.small-gutters .col,
.small-gutters [class*="col-"] {
  padding-right: 7px;
  padding-left: 7px;
}

section {
	position: relative;
	padding: 22vh 0;
}

.dim {
	position: fixed;
	width: 100%;
	height: 100%;
  background-color: rgba(250,192,19,0.2);
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}


/*-----------------------------------------------------------------------------------*/
/*	HOME
/*-----------------------------------------------------------------------------------*/

section#home {
	background-color: #fdb913;
	min-height: 100%;
	overflow: hidden;
}

section#home #toast {
  position: absolute;
  top: -20%;
  width: 100%;
  height: 100%;
  background-image: url('https://ideasbakedfresh.ca/wp-content/uploads/2020/04/toast.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  opacity: 1;
  -webkit-transform: translateX(-43%) rotate(20deg);
	-moz-transform: translateX(-43%) rotate(20deg);
  transform: translateX(-43%) rotate(20deg);
}

section#home img.breadandbutter {
	max-width: 360px;
	padding-right: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #FFF;
	margin-bottom: 20px;
}

section#home .copy {
  margin-bottom: 30px; 
}

section#home .copy.ie {
  display: none;
}

section#home h1,
section#home  h2 {
  margin: 0;
}

section#home h1 {
  font-size: 80px;
}

section#home h2 {
  font-size: 80px;
  display: inline-block;
  padding: 0 8px;
}

.green { background-color: #76c09a; }
.purple { background-color: #6c518b; }
.blue { background-color: #5da4fd; }
.yellow { background-color: #c7ed32; }
.orange { background-color: #ff780b; }
.pink { background-color: #e86552; }

section#home p {
	max-width: 700px;
}

.visible {
  height: 80px;
  overflow: hidden;
}

ul.words {
  list-style: none;
  margin-top: 0;
  padding: 0;
  animation: change 50s infinite;
}

ul.words li {
  margin: 0;
  line-height: 1;
}

@keyframes change {
  0%, 8%, 100% {transform:translateY(0);-ms-transform:translateY(0);}
  10%,18% {transform:translateY(-16.66%);-ms-transform:translateY(-16.66%);}
  20%,28% {transform:translateY(-33.33%);-ms-transform:translateY(-33.33%);}
  30%,38% {transform:translateY(-50%);-ms-transform:translateY(-50%);}
  40%,48% {transform:translateY(-66.66%);-ms-transform:translateY(-66.66%);}
  50%,58% {transform:translateY(-83.33%);-ms-transform:translateY(-83.33%);}
  60%,68% {transform:translateY(-66.66%);-ms-transform:translateY(-66.66%);}
  70%,78% {transform:translateY(-50%);-ms-transform:translateY(-50%);}
  80%,88% {transform:translateY(-33.33%);-ms-transform:translateY(-33.33%);}
  90%,98% {transform:translateY(-16.66%);-ms-transform:translateY(-16.66%);}
}

/*
.copyright {
	position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 1;
  font-size: 13px;
  color: #CCC;
}
*/


/*-----------------------------------------------------------------------------------*/
/*	CROSSFIT DIOXIDE
/*-----------------------------------------------------------------------------------*/

section#crossfit_dioxide {
	background-color: #111;
	background-image: url('https://ideasbakedfresh.ca/wp-content/uploads/2020/04/bg_crossfit.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section#crossfit_dioxide.details {
  background-size: 100%;
  background-position: center top;
}

section#crossfit_dioxide.details .container-fluid {
  max-width: 1200px;
}

section#crossfit_dioxide .content {
	margin-top: 120px;
}

section#crossfit_dioxide.details .content {
	margin-top: 0;
}

section#crossfit_dioxide img {
	margin-bottom: 4px;
}

section#crossfit_dioxide.details img {
	margin: 40px 0;
}

section#crossfit_dioxide h3 {
	font-size: 60px;
	text-transform: uppercase;
} 

section#crossfit_dioxide.details h3 {
	padding-bottom: 20px;
	border-bottom: 1px solid #444;
	margin-bottom: 30px;
} 

section#crossfit_dioxide.details .content h4 {
	font-size: 32px;
}


/*-----------------------------------------------------------------------------------*/
/*	CLARKE OFFICE
/*-----------------------------------------------------------------------------------*/

section#clarke_office {
	background-color: #774b8a;
	background-image: url('https://ideasbakedfresh.ca/wp-content/uploads/2020/04/bg_cocl.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section#clarke_office .content {
	margin-top: 60px;
}

section#clarke_office h3 {
	font-size: 60px;
	text-transform: uppercase;
}


/*-----------------------------------------------------------------------------------*/
/*	SPARROW LANE
/*-----------------------------------------------------------------------------------*/

section#sparrowlane {
	background-color: #76c09a;
	background-image: url('https://ideasbakedfresh.ca/wp-content/uploads/2020/04/bg_sparrowlane.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section#sparrowlane .content {
	margin-top: 40px;
}

section#sparrowlane h3 {
	font-size: 60px;
	text-transform: uppercase;
}


/*-----------------------------------------------------------------------------------*/
/*	PAGE
/*-----------------------------------------------------------------------------------*/

section#page {
	background-color: #6c518b;
	background-image: url('https://ideasbakedfresh.ca/wp-content/uploads/2020/04/bg_about.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

section#page h1 {
  font-size: 50px;
  margin-bottom: 30px;
}

section#page a {
	color: #FFF;
	text-decoration: underline;
}


/*-----------------------------------------------------------------------------------*/
/*	CONTACT 
/*-----------------------------------------------------------------------------------*/

section#contact {
	background-color: #111;
	background-image: url('https://ideasbakedfresh.ca/wp-content/uploads/2020/04/bg_contact.jpg');
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 22vh 0 14vh;
}

section#contact .content {
	text-align: center;
}

section#contact .row.narrow {
	max-width: 850px;
	margin: 0 auto 30px;
}

section#contact .row.form {
	max-width: 1000px;
	margin: 0 auto;
}

section#contact .row.narrow .content {
	margin-bottom: 30px;
}

section#contact .icon {
	display: inline-block;
	font-size: 48px;
	color: #FFF;
	background-color: #76c09a;
	padding: 15px;
	margin-top: 20px;
	border-radius: 50%;
	width: 110px;
	height: 110px;
}

section#contact h3 {
	font-size: 60px;
	text-transform: uppercase;
}

section#contact h4 {
	font-size: 32px;
	margin: 15px 0 5px;
}

section#contact a,
section#contact a:hover {
	display: block;
	color: #FFF;
}

input, select, textarea {
  font-size: 18px;
  padding: 15px;
  line-height: 1.42857143;
  border: none;
  width: 100%;
}

.wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 14px;
  display: block;
}

input[type=submit] {
	max-width: 360px;
	background-color: #76c09a;
  color: #FFF !important;
  border: none;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 20px 40px 19px;
  font-size: 20px;
  border-radius: 30px;
  margin: 0 auto;
  position: relative;
  display: block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type=submit]:hover {
  background-color: #5da4fd;
  color: #FFF !important;
}

div.wpcf7 .ajax-loader {
  background-image: url('style/images/loading.svg');
  background-size: 32px;
  width: 32px;
  height: 32px;
  margin: 10px 0;
}

span.wpcf7-not-valid-tip {
  color: #e66552;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok,
div.wpcf7-spam-blocked {
  border: none;
  margin: 0;
  padding: 0;
  color: #fdb913;
  margin-bottom: 40px;
}

.wpcf7-recaptcha {
	display: inline-block;
	margin: 0 auto;
}

.grecaptcha-badge {
	display: none;
}

/***** Ninja Forms *****/

.nf-form-fields-required {
	display: none;
}

.nf-form-content label {
	color: #fdb913;
}

.nf-form-content button, 
.nf-form-content input[type=button], 
.nf-form-content input[type=submit] {
	max-width: 360px;
	background-color: #76c09a !important;
  color: #FFF !important;
  border: none;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 20px 40px 19px;
  height: auto !important;
  font-size: 20px;
  border-radius: 30px;
  margin: 0 auto;
  position: relative;
  display: block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nf-form-content button:hover, 
.nf-form-content input[type=button]:hover, 
.nf-form-content input[type=submit]:hover {
  background-color: #5da4fd !important;
  color: #FFF !important;
}

.nf-form-content textarea.ninja-forms-field {
	height: 120px !important;
}

.nf-response-msg p {
	color: #76c09a;
}

.nf-error-msg {
	line-height: 1.3;
}


/*-----------------------------------------------------------------------------------*/
/*	Footer 
/*-----------------------------------------------------------------------------------*/

footer {
	background-color: #111;
	padding: 30px 0;
	position: relative;
  z-index: 1;
  font-size: 14px;
  color: #666;
  text-align: center;
}

footer a {
	display: inline-block;
	color: #666;
}


/*-----------------------------------------------------------------------------------*/
/*	10. ANIMATION
/*-----------------------------------------------------------------------------------*/

/* Keyframes for the fade-ins */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-ms-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  -ms-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.fade-in.one {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.fade-in.two {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}

.fade-in.three {
  -webkit-animation-delay: 3.4s;
  -moz-animation-delay: 3.4s;
  -ms-animation-delay: 3.4s;
  animation-delay: 3.4s;
}

.fade-in.four {
  -webkit-animation-delay: 3.8s;
  -moz-animation-delay: 3.8s;
  -ms-animation-delay: 3.8s;
  animation-delay: 3.8s;
}

/* Keyframes for the fade-outs */
@-webkit-keyframes fadeOut { from { right: -20%; } to { right: 0; } }
@-moz-keyframes fadeOut { from { right: -20%; } to { right: 0; } }
@-ms-keyframes fadeOut { from { right: -20%; } to { right: 0; } }
@keyframes fadeOut { from { right: -20%; } to { right: 0; } }

.fade-out {
  opacity: 1;
  -webkit-animation:fadeOut ease-out 1;
  -moz-animation:fadeOut ease-out 1;
  -ms-animation:fadeOut ease-out 1;
  animation:fadeOut ease-out 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  animation-duration: 0.4s;
  
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

/* Keyframes for the slide-ins */
@keyframes slideIn {
  0% {
	  -webkit-transform: translateX(-100%) rotate(0deg);
	  -moz-transform: translateX(-100%) rotate(0deg);
    transform: translateX(-100%) rotate(0deg);
    opacity: 0;
  }
  100% {
	  -webkit-transform: translateX(-43%) rotate(20deg);
	  -moz-transform: translateX(-43%) rotate(20deg);
    transform: translateX(-43%) rotate(20deg);
    opacity: 1;
  }
}

.slide-in {
  -webkit-animation: slideIn ease-out 1;
  -moz-animation: slideIn ease-out 1;
  -ms-animation: slideIn ease-out 1;
  animation: slideIn ease-out 1;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 1.4s;
  -moz-animation-duration: 1.4s;
  -ms-animation-duration: 1.4s;
  animation-duration: 1.4s;
}


/*-----------------------------------------------------------------------------------*/
/*	10. MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
 

@media screen and (max-width: 1100px) {
	
	
	
}	

@media screen and (max-width: 1024px) {
	
	header {
		padding: 20px 30px;
	}
	
	header img {
		width: 50px;
	}
	
	#toggle {
		margin-top: 7px;
	}
	
	a.menu-name,
	.right-side span {
		margin-top: 9px;
	}
	
	.right-side ul {
		margin-top: 12px;
		font-size: 26px;
	}
	
	section#home h1,
	section#home h2 {
	  font-size: 70px;
  }
  
  .visible {
    height: 70px;
  }
  
  section {
	  padding: 20vh 0;
  }
  
  section#home #toast {
    width: 70%;
    top: -10%;
    opacity: 1;
    -webkit-transform: translateX(-20%) rotate(20deg);
		-moz-transform: translateX(-20%) rotate(20deg);
	  transform: translateX(-20%) rotate(20deg);
  }
  
  /* Keyframes for the slide-ins */
	@keyframes slideIn {
	  0% {
		  -webkit-transform: translateX(-100%) rotate(0deg);
		  -moz-transform: translateX(-100%) rotate(0deg);
	    transform: translateX(-100%) rotate(0deg);
	  }
	  100% {
		  -webkit-transform: translateX(-20%) rotate(20deg);
		  -moz-transform: translateX(-20%) rotate(20deg);
	    transform: translateX(-20%) rotate(20deg);
	  }
	}
  
  section#home img.breadandbutter {
    max-width: 320px;   
  }
  
  section#crossfit_dioxide .content {
    margin-top: 40px;
  }
  
  section#clarke_office .content,
  section#sparrowlane .content {
    margin-top: 0;
  }
  
  section#crossfit_dioxide h3,
  section#clarke_office h3,
  section#sparrowlane h3,
  section#contact h3 {
    font-size: 50px;
  }
  
  section#contact a {
		font-size: 16px;
	}
	
	section#contact .icon {
    font-size: 40px;
    width: 100px;
    height: 100px;
  }
  
}


@media screen and (max-width: 991px) {
	
	section#home #toast {
    width: 100%;
    top: -7%;
    -webkit-transform: translateX(-52%) rotate(20deg);
		-moz-transform: translateX(-52%) rotate(20deg);
	  transform: translateX(-52%) rotate(20deg);
  }
	
	/* Keyframes for the slide-ins */
	@keyframes slideIn {
	  0% {
		  -webkit-transform: translateX(-100%) rotate(0deg);
		  -moz-transform: translateX(-100%) rotate(0deg);
	    transform: translateX(-100%) rotate(0deg);
	  }
	  100% {
		  -webkit-transform: translateX(-52%) rotate(20deg);
		  -moz-transform: translateX(-52%) rotate(20deg);
	    transform: translateX(-52%) rotate(20deg);
	  }
	}
	
	section#home .content {
		padding-top: 100px;
	}
	
	section#crossfit_dioxide .content {
    margin-top: 0;
    margin-bottom: 40px;
  }
  
  section#sparrowlane .content {
    text-align: center;
    margin-bottom: 40px;
  }
	
}


@media screen and (max-width: 767px) {
	
	aside {
	  width: 300px;
	  height: 100%;
	  position: fixed;
	  top: 0;
	  left: -300px;
	} 
	
	.show-nav header,
	.show-nav aside,
	.show-nav .wrapper {
	  -moz-transform: translateX(300px);
	  -webkit-transform: translateX(300px);
	  transform: translateX(300px);
	}
	
	aside nav ul li a {
		font-size: 18px;
	}
	
	p {
		font-size: 18px;
		line-height: 1.5;
	}
	
	section {
    padding: 28vh 0;
  }
	
	section#crossfit_dioxide h3,
  section#clarke_office h3,
  section#sparrowlane h3,
  section#contact h3 {
    font-size: 40px;
  }
	
	header {
	  background-color: #464b4f;
	  padding: 10px 20px;
  }
  
  header img {
    width: 40px;
  }
  
  #toggle {
    margin-top: 2px;
  }
  
  a.menu-name,
  header .right-side span { 
		display: none;
	}
	
	.right-side ul {
    margin-top: 8px;
    margin-right: 5px;
  }
	
	.right-side li a {
    color: #FFF !important;
  }
	
	header .right-side .btn {
	  background-color: transparent;
	  color: #FFF !important;
	  border: #FFF solid 2px;
	}
	
	header .right-side .btn:hover {
	  background-color: #FFF;
	  color: #464b4f !important;
	}
	
	section#home #toast {
    width: 80%;
    top: -3%;
    -webkit-transform: translateX(-46%) rotate(20deg);
		-moz-transform: translateX(-46%) rotate(20deg);
	  transform: translateX(-46%) rotate(20deg);
  }
  
  /* Keyframes for the slide-ins */
	@keyframes slideIn {
	  0% {
		  -webkit-transform: translateX(-100%) rotate(0deg);
		  -moz-transform: translateX(-100%) rotate(0deg);
	    transform: translateX(-100%) rotate(0deg);
	  }
	  100% {
		  -webkit-transform: translateX(-46%) rotate(20deg);
		  -moz-transform: translateX(-46%) rotate(20deg);
	    transform: translateX(-46%) rotate(20deg);
	  }
	}
  
  section#home .content {
    padding-top: 40px;
  }
  
  section#home img.breadandbutter {
    max-width: 280px;
  }
  
  section#home h1, section#home h2 {
    font-size: 60px;
  }
  
  section#home span {
	  display: none;
  }
  
  section#page h1 {
    font-size: 40px;
  }
  
  .visible {
    height: 60px;
  }
   
  section#sparrowlane .content {
	  margin-top: 30px;
  }
  
  section#crossfit_dioxide.details p,
  section#crossfit_dioxide.details li {
	  font-size: 16px;
  }
  
  section#crossfit_dioxide.details img {
	  margin: 20px 0;
  }
 
}


@media screen and (max-width: 479px) {  

	.container-fluid {	
	  padding-left: 30px;
	  padding-right: 30px;
	}
	
	aside {
	  width: 240px;
	  height: 100%;
	  position: fixed;
	  top: 0;
	  left: -240px;
	  padding: 0 20px;
	} 
	
	.show-nav header,
	.show-nav aside,
	.show-nav .wrapper {
	  -moz-transform: translateX(240px);
	  -webkit-transform: translateX(240px);
	  transform: translateX(240px);
	}
	
	section {
    padding: 17vh 0;
  }
  
  section#page section {
	  padding: 20vh 0 14vh;
  }
	
	section#home #toast {
    width: 83%;
    top: -24%;
    -webkit-transform: translateX(38%) rotate(-30deg);
		-moz-transform: translateX(38%) rotate(-30deg);
	  transform: translateX(38%) rotate(-30deg);
  }
	
	/* Keyframes for the slide-ins */
	@keyframes slideIn {
	  0% {
		  -webkit-transform: translateX(100%) rotate(0deg);
		  -moz-transform: translateX(100%) rotate(0deg);
	    transform: translateX(100%) rotate(0deg);
	  }
	  100% {
		  -webkit-transform: translateX(38%) rotate(-30deg);
		  -moz-transform: translateX(38%) rotate(-30deg);
	    transform: translateX(38%) rotate(-30deg);
	  }
	}
  
  section#home .content {
	  padding-top: 28px;
  }
	
	section#home img.breadandbutter {
    max-width: 250px;
    padding-right: 20px;
  }
	
	section#home h1, 
	section#home h2 {
    font-size: 50px;
  }
  
  .visible {
    height: 50px;
  }
  
  section#clarke_office .content {
	  margin-top: 30px;
  }
  
  section#contact {
    padding: 18vh 0 0;
  }
  
  section#page,
  section#contact {
    background-size: 200%;
  }
  
  input, select, textarea {
    width: 99%;
  }
  
  input[type=submit] {
	  width: 100%;
  }
  
  #rc-imageselect, 
	.g-recaptcha { 
		transform:scale(0.94);
		-webkit-transform:scale(0.94);
		transform-origin:0 0;
		-webkit-transform-origin:0 0; 
	}
  
  footer {
	  font-size: 12px;
  }
  
}

/* IE10+ styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  
  .copy {
	  display: none;
  }
  
  .copy.ie {
	  display: block;
  }
  
}
