@charset "UTF-8";
/*
* Made with Template by studio.bio
* Based on Bones by Eddie Machado.
* One love :)
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 31, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 39, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 53, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 66, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 77, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 86, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
hr {
  overflow: visible;
  /* 2 */
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 103, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
pre {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
/* line 115, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* line 119, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
pre {
  padding: 15px;
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 136, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 150, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 166, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 175, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 185, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 200, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 208, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 217, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 226, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

/* line 234, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 238, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 249, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 258, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 267, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 275, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 287, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 311, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 322, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 334, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 347, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 359, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 370, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 381, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
legend {
  display: table;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 3 */
  max-width: 100%;
  /* 1 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 407, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 420, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 429, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 443, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 453, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
[type="search"] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 466, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 476, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 493, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 502, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 513, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 521, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 532, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
[hidden] {
  display: none;
}

/* line 537, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
.clearfix, .cf {
  zoom: 1;
}

/* line 540, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  display: table;
  content: "";
}

/* line 545, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
.clearfix:after, .cf:after {
  clear: both;
}

/* line 551, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 558, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_normalize.scss */
.image-replacement,
.ir {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

******************************************************************/
/*
"Web design is 95% typography" — Oliver Reichenstein

When that quote was made in 2006 it was before web fonts, auto-play video,
and animated pop-ups so even if it is 65 or 75% today that is still *most*
of any web site's design. Understanding some of the basics of typography
(and web typography) will go a long way.

There are lots of web typographic systems out there however many are
overly complex and not intuitive. Thus, we've tried to set some good
defaults that aren't based on confounding mixins here but you may want
to explore web typography further:

https://www.smashingmagazine.com/2009/08/typographic-design-survey-best-practices-from-the-best-blogs/
https://www.smashingmagazine.com/2012/12/css-baseline-the-good-the-bad-and-the-ugly/
http://www.newnet-soft.com/blog/csstypography
http://typecast.com/blog/4-simple-steps-to-vertical-rhythm
https://github.com/StudioThick/megatype
https://sassline.com
http://matejlatin.github.io/Gutenberg/
https://zellwk.com/blog/responsive-typography/
https://github.com/zellwk/typi

Note that most of the typography styles are set in base.scss with
the html, body, and h1–h6 tags so adjust as needed. Set a good baseline
and consider your vertical rhythm.

*/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/* To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.

  Also, you don't have to include a separate name for
  each font style...just use the same name and
  declare each style separately. See here:
  http://www.newnet-soft.com/blog/csstypography
*/
/*
  @font-face {
      font-family: 'Lato';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/*********************
FONT STACKS
*********************/
/*
 Commented out since WP uses system fonts now but if you can't let go I won't be upset.
*/
/*
  'Lato' : Normal 400, Bold 700, Black 900
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 114, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_typography.scss */
p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TINTS/SHADES
https://css-tricks.com/snippets/sass/tint-shade-functions/
*********************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
SCALE
*********************/
/*********************
EASE
*********************/
/*********************
COLUMNS
*********************/
/*********************
ROTATE
*********************/
/*********************
RGBA BACKGROUND COLOR
*********************/
/*********************
BOX SHADOW
*********************/
/*********************
IMAGE FILTER
*********************/
/*--------------------------------------------------
Flexbox SASS mixins
The spec: http://www.w3.org/TR/css3-flexbox
https://gist.github.com/richardtorres314/26b18e12958ba418bb37993fdcbfc1bd

Checkout this Flexbox guide for more info:
https://css-tricks.com/snippets/css/a-guide-to-flexbox/

2018: probably can remove these with autoprefixer(?)
---------------------------------------------------*/
/*@include flexbox(); */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

Now with CSS Grid! (scroll down for active styles)

CSS Grid is ready. And you should use it. It's time.

Watch this if you are not convinced:
https://www.youtube.com/watch?v=7kVeCqQCxlk&ab_channel=CodingTech

More CSS Grid stuffs:
https://gridbyexample.com (definitely go through this)
https://css-tricks.com/snippets/css/complete-guide-grid/
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout
http://labs.jensimmons.com

We're going to use really simple defaults for Plate so there's a few
bits you need to know:

fr = fractional unit

So here's a simple example setup using fr:

.grid {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto 1fr auto;
    header, footer {
        grid-column: span 2;
    }
}

For columns we have:

grid-template-columns: 2fr 1fr;

we get two tracks (columns), one 2/3 and the other 1/3 (of a total of 1).

No floats, no calc, no need to calculate the percentages at all.
CSS Grid does all the work. It even accounts for your grid gap (gutters)
and fills the remaining space.

For rows we have this:

grid-template-rows: auto 1fr auto;

which gives us 3 rows with 2 content columns:

header
content | aside (sidebar)
footer

The 'auto' property assigns the row height to the height of the content.
Thus, the middle row which contains our content + sidebar is set to 1fr
which means it will fill the container as 1fr of an entire row is the
container width.

Not only that, the header and footer are anchored to the top and bottom,
respectively, no matter what the height of the content/sidebar row. This
has long been considered the 'Holy Grail' layout in CSS and we did it with
just a few lines of code.

We set grid-column: span 2; on the header and footer to span the full
width of the two columns.

This is just a really simple default setup and the possibilities are
endless so check some examples:

https://rachelandrew.co.uk/archives/2016/04/12/flexible-sized-grids-with-auto-fill-and-minmax
https://gridbyexample.com/examples/
https://medium.com/samsung-internet-dev/common-responsive-layouts-with-css-grid-and-some-without-245a862f48df
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Realizing_common_layouts_using_CSS_Grid_Layout
https://www.smashingmagazine.com/2017/06/building-production-ready-css-grid-layout/

Soon we will be able to utilize subgrids to further layout items within the main
semantic layout sections. More on the subgrids property:

https://rachelandrew.co.uk/archives/2017/07/20/why-display-contents-is-not-css-grid-layout-subgrid/

Subgrids have been pushed to CSS Grid v2 so we can't use them yet but we
can have nested grid layouts (e.g. grid within a grid).

There are many ways to set up your grid so there are a few options below.
Use one of those or develop your own - each project might need a different
setup.

I've kept in the now unnecessary #content and #inner-content divs
for backwards compatibility but check out our Grate theme for a
more pure CSS Grid interpretation: https://github.com/joshuaiz/grate

******************************************************************/
/* line 96, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@supports (grid-area: auto) {
  /* line 107, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
  .grid {
    display: grid;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    grid-gap: 0 12px;
  }
  /* line 115, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
  .grid #content {
    flex: 1;
  }
  /* line 118, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
  .grid aside {
    min-height: 80px;
  }
  /* line 126, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
  .grid-aside {
    grid-template-rows: auto 1fr auto;
  }
  @media only screen and (min-width: 768px) {
    /* line 135, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
    .grid-aside {
      grid-template-columns: repeat(12, minmax(0, 1fr));
      grid-template-rows: auto 1fr auto;
    }
    /* line 141, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
    .grid-aside #header, .grid-aside #footer {
      grid-column: span 12;
    }
    /* line 146, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
    .grid-aside #content {
      grid-column: 1/8;
    }
    /* line 150, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
    .grid-aside aside {
      grid-column: 8/-1;
    }
    /* line 156, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
    .grid {
      grid-template-columns: repeat(12, minmax(0, 1fr));
      grid-template-rows: auto 1fr 1fr auto;
    }
    /* line 163, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
    .grid #header, .grid #footer {
      grid-column: span 12;
    }
    /* line 166, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
    .grid #content {
      grid-column: 1/-1;
    }
    /* line 169, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
    .grid #content-main {
      grid-column: 2/10;
    }
    /* line 172, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
    .grid #content-full {
      grid-column: 3/11;
    }
    /* line 176, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
    .grid aside {
      grid-column: span 2;
    }
  }
  @media only screen and (min-width: 1170px) {
    /* line 190, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
    .grid-aside #content {
      grid-column: 2/8;
    }
    /* line 193, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
    .grid-aside aside {
      grid-column: 8/12;
    }
    /* line 199, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
    .grid-full #content {
      grid-column: 2/12;
    }
    /* line 203, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
    .grid {
      grid-template-columns: repeat(12, minmax(0, 1fr));
      grid-template-rows: auto 1fr 1fr auto;
    }
    /* line 210, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
    .grid #header, .grid #footer {
      grid-column: span 12;
    }
    /* line 213, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
    .grid #content {
      grid-column: 1/-1;
    }
    /* line 216, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
    .grid #content-main {
      grid-column: 3/9;
    }
    /* line 219, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
    .grid #content-full {
      grid-column: 3/11;
    }
    /* line 223, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_cssgrid.scss */
    .grid aside {
      grid-column: span 2;
    }
  }
}

/**
 *
 * Other CSS Grid examples
 *
 * You can use these or come up with your own. Once CSS Grid clicks,
 * it's really easy and there's no limit to what you can do!
 *
 * The main takeaway here is that you don't need a predefined system.
 * Just define a grid, add your columns and rows, and go.
 *
 * Uncomment to use.
 *
 * */
/* Ye Olde Bones Grid
* Hear Ye, hear ye!
* This is the old style grid, now commented out
* You *should* make the move to css grid now but
* if you need this or can't let go, it's still here
* so uncomment to use (and comment the cssgrid out).
* Just know that Rachel Andrew is watching.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

NOTE: this theme uses CSS Grid by default but this old grid
still works so feel free to use it. To do that comment out
the cssgrid import and uncomment out this file import in
style.scss. But you should move to CSS Grid. It's like way cool.

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

2018: Need to implement CSS Grid. Haven't seen anything that has
nailed it yet and browser support is still lacking.

******************************************************************/
/* line 42, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  /* line 54, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .m-all {
    float: left;
    padding-right: 0.75em;
    padding-right: 0;
    width: 100%;
  }
  /* line 61, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  /* line 67, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  /* line 73, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  /* line 79, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  /* line 85, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 96, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .t-all {
    float: left;
    padding-right: 0.75em;
    padding-right: 0;
    width: 100%;
  }
  /* line 103, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  /* line 109, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  /* line 115, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  /* line 121, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  /* line 127, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  /* line 133, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  /* line 139, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  /* line 145, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  /* line 151, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}

/* Landscape to small desktop */
@media (min-width: 1030px) {
  /* line 162, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-all {
    float: left;
    padding-right: 0.75em;
    padding-right: 0;
    width: 100%;
  }
  /* line 169, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  /* line 175, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  /* line 181, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  /* line 187, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  /* line 193, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-2of4 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  /* line 199, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  /* line 205, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  /* line 211, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  /* line 217, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  /* line 223, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  /* line 229, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  /* line 235, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  /* line 241, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  /* line 247, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  /* line 253, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  /* line 259, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  /* line 265, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  /* line 271, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  /* line 277, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  /* line 283, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  /* line 289, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }
  /* line 295, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_grid.scss */
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}

/******************************************************************
Site Name:
Author:

Stylesheet: Gutenberg Stylesheet

Place all of your styles in the .edit-post-visual-editor block 
below so they *only* apply to the Gutenberg editor.

******************************************************************/
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/* line 14, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_alerts.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 20, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_alerts.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 27, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_alerts.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 34, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_alerts.scss */
.alert-error {
  border-color: #e60300;
  background: #FF0300;
}

/* line 41, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_alerts.scss */
.alert-success {
  border-color: #83ab1c;
  background: #94C120;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

See here on placeholder selectors and why you should
use @extend instead of @include:
http://thesassway.com/intermediate/understanding-placeholder-selectors

*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
/* line 24, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_forms.scss */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  padding: 10px;
  border: solid 1px #cccccc;
  border-radius: 4px 0 10px 0;
  max-width: 100%;
}

/* line 60, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_forms.scss */
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 72, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_forms.scss */
input[type="password"] {
  letter-spacing: 0.3em;
}

/* line 76, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_forms.scss */
input[type="submit"] {
  padding: 10px 20px;
  border: solid 1px #ca912a;
  border-radius: 4px 0 10px 0;
  background-color: #ca912a;
  color: #ffffff;
}

/* line 83, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_forms.scss */
input[type="submit"]:hover {
  background-color: #4a76fd;
  color: #ffffff;
  border: solid 1px #4a76fd;
}

/* line 91, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_forms.scss */
textarea {
  max-width: 98%;
  width: 100%;
}

/* line 96, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_forms.scss */
fieldset {
  border: 1px solid #ccc;
}

/* line 99, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_forms.scss */
fieldset label {
  font-weight: 600;
}

/* line 103, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_forms.scss */
fieldset p {
  margin-bottom: 0;
}

/* line 108, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_forms.scss */
legend {
  padding: 0 0.5em;
}

/* line 112, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_forms.scss */
.radio-buttons {
  margin-top: 0;
}

/* line 115, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_forms.scss */
.radio-buttons li {
  margin-left: 2px;
  list-style-type: none;
}

/* line 120, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_forms.scss */
.radio-buttons label {
  font-weight: normal;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Smoothbox Styles

******************************************************************/
/* line 9, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.smoothbox {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  z-index: 9999;
}

/* wrapper after loading */
/* line 20, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.sb-load {
  background: rgba(255, 255, 255, 0.3);
}

/* vertical centering */
/* line 24, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.smoothbox-table {
  top: 0;
  height: 100%;
  width: 100%;
  display: table;
}

/* line 30, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.smoothbox-centering {
  display: table-cell;
  vertical-align: middle;
  top: 0;
  height: 100%;
  width: 100%;
}

/* horizontal centering & sizing */
/* line 38, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.smoothbox-sizing {
  display: none;
  position: relative;
  margin: 0 auto;
  padding: 0px;
  width: 80%;
}

/* item wrapper */
/* line 46, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.sb-items {
  margin: 0 auto;
  width: auto;
  padding: 0;
  list-style: none;
  border-radius: 2px;
  display: table;
}

/* line 54, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.sb-items:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* items */
/* line 63, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.sb-item {
  left: 0;
  top: 0;
  width: 100%;
  max-height: 80%;
  float: left;
  margin-right: -100%;
  position: relative;
  zoom: 1;
  border-radius: 2px;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.7), 0px 0px 0px 6px #292929;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

/* line 81, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.no-trans {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* line 87, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.sb-item img {
  max-width: 80vw;
  max-height: 90vh;
  display: block;
  border-radius: 2px;
  position: relative;
}

/* forward animation */
/* line 95, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.sb-item-ani {
  top: 400px;
  opacity: 0;
  -webkit-transform: scale(0.5) rotate(25deg);
  -moz-transform: scale(0.5) rotate(25deg);
  transform: scale(0.5) rotate(25deg);
}

/* back animation */
/* line 103, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.sb-item-ani2 {
  top: 400px;
  -webkit-transform: scale(0.5) rotate(25deg);
  -moz-transform: scale(0.5) rotate(25deg);
  transform: scale(0.5) rotate(25deg);
  opacity: 0;
}

/* line 110, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.sb-caption {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  color: #CCC;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 1;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* buttons */
/* line 127, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.sb-nav {
  position: absolute;
  top: 10px;
  width: 100%;
  margin: 0 auto;
  display: none;
  z-index: 10;
  text-align: center;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  font-size: 0;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  transition: all .15s ease-out;
  zoom: 1;
}

/* line 144, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.sb-nav:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

/* line 150, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.sb-prev, .sb-next, .sb-cancel {
  display: inline-block;
  background: black;
  background: rgba(0, 0, 0, 0.9);
  position: relative;
  zoom: 1;
  outline: none;
  margin-right: 1px;
  color: #fff !important;
  width: 50px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  line-height: 33px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

/* line 170, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.sb-prev {
  border-radius: 15px 0 0 15px;
}

/* line 171, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.sb-next {
  border-radius: 0 15px 15px 0;
}

/* line 172, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.sb-nav a:hover {
  background: #fff;
  color: #000 !important;
}

/* line 176, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/modules/_smoothbox.scss */
.sb-cancel:hover {
  background: #820001;
}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 18, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 19, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 20, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 21, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 22, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 23, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 24, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 25, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 26, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 27, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 28, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 29, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 30, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 31, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 32, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 33, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 34, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 35, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 36, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 37, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 38, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 39, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 40, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 41, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 42, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 43, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 44, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 45, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 46, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 47, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 48, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 49, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 50, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 51, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 52, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 53, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 54, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 55, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 56, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 57, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 58, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 59, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 60, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 61, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 62, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 63, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 64, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 65, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 66, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 67, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 68, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 69, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 70, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 71, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 72, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 73, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 74, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 75, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 76, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 77, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 78, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 79, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 80, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 81, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 82, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 83, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 84, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 85, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 86, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 87, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 88, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 89, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 90, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 91, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 92, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 93, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 94, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 95, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 96, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 97, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 98, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 99, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 100, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 101, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 102, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 103, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 104, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 105, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 106, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 107, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 108, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 109, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 110, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 111, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 112, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 113, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 114, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 115, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 116, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 117, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 118, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 119, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 120, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 121, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 122, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 123, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 124, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 125, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 126, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 127, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 128, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 129, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 130, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 131, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 132, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 133, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 134, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 135, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 136, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 137, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 138, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 139, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 140, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 141, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 142, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 143, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 144, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 145, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 146, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 147, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 148, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 149, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 150, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 151, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 152, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 153, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 154, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 155, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 156, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 157, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 158, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 159, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 160, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 161, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 162, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 163, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 164, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 165, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 166, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 167, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 168, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 169, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 170, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 171, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 172, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 173, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 174, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 175, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 176, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 177, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 178, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 179, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 180, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 181, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 182, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 183, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 184, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 185, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 186, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 187, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 188, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 189, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 190, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 191, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 192, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 193, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 194, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 195, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 196, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 197, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 198, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 199, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 200, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 201, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 202, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 203, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 204, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 205, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 206, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 207, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 208, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 209, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 210, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 211, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 212, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 213, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 214, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 215, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 216, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 217, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 218, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 219, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 220, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 221, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 222, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 223, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 224, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 225, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 226, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 227, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 228, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 229, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 230, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 231, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 232, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 233, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 234, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 235, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 236, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 237, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 238, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 239, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 240, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 241, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 242, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 243, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 244, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 245, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 246, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 247, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 248, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 249, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 250, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 251, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 252, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 253, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 254, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 255, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 256, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 257, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 258, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 259, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 260, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 261, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 262, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 263, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 264, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 265, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 266, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 267, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 268, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 269, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 270, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 271, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 272, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 273, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 274, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 275, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 276, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 277, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 278, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 279, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 280, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 281, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 282, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 283, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 284, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 285, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 286, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 287, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 288, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 289, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 290, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 291, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 292, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 293, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 294, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 295, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 296, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 297, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 298, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 299, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 300, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 301, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 302, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 303, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 304, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 305, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 306, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 307, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 308, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 309, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 310, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 311, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 312, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 313, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 314, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 315, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 316, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 317, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 318, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 319, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 320, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 321, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 322, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 323, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 324, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 325, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 326, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 327, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 328, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 329, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 330, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 331, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 332, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 333, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 334, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 335, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 336, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 337, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 338, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 339, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 340, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 341, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 342, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 343, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 344, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 345, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 346, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 347, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 348, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 349, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 350, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 351, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 352, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 353, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 354, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 355, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 356, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 357, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 358, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 359, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 360, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 361, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 362, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 363, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 364, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 365, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 366, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 367, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 368, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 369, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 370, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 371, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 372, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 373, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 374, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 375, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 376, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 377, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 378, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 379, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 380, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 381, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 382, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 383, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 384, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 385, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 386, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 387, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 388, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 389, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 390, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 391, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 392, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 393, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 394, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 395, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 396, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 397, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 398, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 399, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 400, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 401, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 402, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 403, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 404, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 405, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 406, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 407, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 408, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 409, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 410, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 411, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 412, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 413, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 414, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 415, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 416, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 417, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 418, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 419, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 420, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 421, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 422, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 423, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 424, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 425, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 426, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 427, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 428, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 429, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 430, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 431, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 432, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 433, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 434, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 435, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 436, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 437, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 438, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 439, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 440, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 441, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 442, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 443, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 444, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 445, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 446, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 447, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 448, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 449, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 450, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 451, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 452, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 453, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 454, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 455, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 456, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 457, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 458, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 459, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 460, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 461, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 462, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 463, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 464, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 465, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 466, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 467, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 468, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 469, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 470, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 471, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 472, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 473, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 474, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 475, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 476, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 477, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 478, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 479, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 480, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 481, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 482, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 483, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 484, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 485, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 486, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 487, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 488, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 489, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 490, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 491, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 492, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 493, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 494, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 495, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 496, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 497, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 498, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 499, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 500, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 501, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 502, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 503, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 504, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 505, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 506, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 507, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 508, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 509, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 510, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 511, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 512, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 513, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 514, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 515, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 516, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 517, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 518, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 519, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 520, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 521, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 522, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 523, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 524, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 525, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 526, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 527, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 528, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 529, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 530, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 531, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 532, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 533, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 534, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 535, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 536, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 537, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 538, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 539, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 540, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 541, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 542, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 543, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 544, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 545, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 546, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 547, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 548, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 549, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 550, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 551, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 552, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 553, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 554, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 555, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 556, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 557, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 558, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 559, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 560, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 561, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 562, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 563, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 564, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 565, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 566, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 567, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 568, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 569, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 570, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 571, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 572, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 573, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 574, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 575, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 576, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 577, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 578, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 579, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 580, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 581, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 582, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 583, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 584, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 585, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 586, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 587, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 588, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 589, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 590, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 591, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 592, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 593, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 594, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 595, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 596, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 597, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 598, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 599, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 600, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 601, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 602, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 603, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 604, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 605, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 606, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 607, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 608, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 609, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 610, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 611, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 612, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 613, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-universal-access:before {
  content: "";
}

/* line 614, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 615, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 616, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 617, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 618, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 619, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 620, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 621, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 622, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 623, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 624, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 625, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 626, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 627, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 628, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 629, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 630, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 631, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 632, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 633, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 634, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 635, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 636, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 637, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 638, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-handshake-o:before {
  content: "";
}

/* line 639, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 640, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-envelope-open-o:before {
  content: "";
}

/* line 641, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-linode:before {
  content: "";
}

/* line 642, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-address-book:before {
  content: "";
}

/* line 643, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-address-book-o:before {
  content: "";
}

/* line 644, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 645, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 646, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-user-circle:before {
  content: "";
}

/* line 647, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-user-circle-o:before {
  content: "";
}

/* line 648, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-user-o:before {
  content: "";
}

/* line 649, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-id-badge:before {
  content: "";
}

/* line 650, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 651, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 652, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-quora:before {
  content: "";
}

/* line 653, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 654, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-telegram:before {
  content: "";
}

/* line 655, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 656, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 657, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 658, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 659, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 660, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-shower:before {
  content: "";
}

/* line 661, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 662, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-podcast:before {
  content: "";
}

/* line 663, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-window-maximize:before {
  content: "";
}

/* line 664, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-window-minimize:before {
  content: "";
}

/* line 665, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-window-restore:before {
  content: "";
}

/* line 666, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 667, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 668, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 669, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-grav:before {
  content: "";
}

/* line 670, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-etsy:before {
  content: "";
}

/* line 671, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-imdb:before {
  content: "";
}

/* line 672, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-ravelry:before {
  content: "";
}

/* line 673, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-eercast:before {
  content: "";
}

/* line 674, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-microchip:before {
  content: "";
}

/* line 675, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-snowflake-o:before {
  content: "";
}

/* line 676, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-superpowers:before {
  content: "";
}

/* line 677, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 678, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_icons.scss */
.fa-meetup:before {
  content: "";
}

/* line 4, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/fontawesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/* line 58, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 65, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 70, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 75, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

/* line 139, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 166, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 207, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 286, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

/* line 325, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 394, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 455, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 516, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 597, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

/* line 686, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 773, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 846, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 919, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 992, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1065, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 1108, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1151, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1184, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1217, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1260, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1285, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1318, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1351, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1384, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1417, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1450, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1483, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1516, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1549, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 1574, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 1603, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1632, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 1661, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1690, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 1719, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1748, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 1777, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1806, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 1885, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 1958, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 2031, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 2076, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

/* line 2121, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2180, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 2211, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2254, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2295, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2336, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2377, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2418, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 2455, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

/* line 2492, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2529, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2566, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

/* line 2603, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 2676, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 2711, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 2742, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 2771, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2812, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2853, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2894, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2935, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

/* line 2972, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3017, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

/* line 3054, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

/* line 3091, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3136, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3167, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3198, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3229, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3260, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 3291, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 3322, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 3353, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 3384, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_mixins.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 9, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_resets.scss */
.flex-container ul,
.flex-slider ul {
  margin: 0;
}

/* line 12, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_resets.scss */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

/* line 20, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_resets.scss */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 31, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_resets.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* line 6, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_base.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 13, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_base.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 18, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_base.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 28, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_base.scss */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 37, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_base.scss */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 41, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_base.scss */
* html .flexslider .slides {
  height: 1%;
}

/* line 58, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_base.scss */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
/* line 6, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flexslider {
  overflow: hidden;
  margin: 0 0;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  zoom: 1;
  z-index: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* line 19, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 22, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

/* line 29, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 33, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 38, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.carousel li {
  margin-right: 5px;
}

/* line 47, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 52, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -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;
}

/* line 69, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 25px;
  display: inline-block;
  content: "";
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

/* line 78, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-direction-nav a.flex-next:before {
  content: "";
}

/* line 88, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 97, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

/* line 110, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* line 123, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 126, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 131, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 134, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flexslider:hover .flex-next:hover {
  opacity: 1;
}

/* line 146, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 158, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "";
}

/* line 165, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 169, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-pauseplay a.flex-play:before {
  content: "";
}

/* line 180, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 2;
}

/* line 187, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 201, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 211, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 215, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 224, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 228, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 233, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 241, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 244, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/*
.flex-caption {

  position:absolute;
  bottom:10px;
  z-index:100;
  background-color: #F00;
  display:block;

}
*/
/* line 262, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flexslider .slides li {
  position: relative;
}

/* line 267, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flexslider-testimonial {
  background-color: transparent;
}

/* line 271, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flexslider-testimonial .slides li {
  position: relative;
  text-align: center;
}

/* line 276, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flexslider-testimonial .flex-control-nav {
  bottom: -30px;
}

/* line 280, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flexslider-team {
  background-color: transparent;
}

/* line 283, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flexslider-team .slides li {
  margin-bottom: 15px;
}

/* line 286, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flexslider-team .flex-control-nav {
  bottom: 0;
}

/* line 290, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  padding: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  /*
    -webkit-animation: slideIn;
    -moz-animation: slideIn;
    -o-animation: slideIn;
    animation: slideIn;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    */
}

/* line 303, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-caption .box {
  padding: 1em 15% 2em;
  width: 100%;
  font-family: "Arial", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 321, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-caption.caption-right {
  text-align: right;
}

/* line 323, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-caption.caption-right .box {
  right: 0;
}

/* line 330, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-caption.caption-left {
  text-align: left;
}

/* line 332, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-caption.caption-left p {
  margin: 0 auto 0.8em 0;
}

/* line 337, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-caption.caption-center {
  text-align: center;
}

/* line 339, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-caption.caption-center .box {
  margin: 0 auto;
}

/* line 342, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-caption.caption-center p {
  margin: 0 auto 0.8em;
}

/* line 349, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-caption h1, .flex-caption h2, .flex-caption h3, .flex-caption .h1, .flex-caption .h2, .flex-caption .h3 {
  color: #ffffff;
}

/* line 353, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-caption h1:after, .flex-caption h2:after, .flex-caption h3:after, .flex-caption .h1:after, .flex-caption .h2:after, .flex-caption .h3:after {
  display: none;
}

/* line 359, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-caption p {
  color: #4a4a4a;
  display: block;
  font-size: 24px;
}

/* line 366, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-caption p a {
  color: #ffffff;
}

/* line 369, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-caption p a:hover {
  text-decoration: underline;
}

/* line 374, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-caption p .btn, .flex-caption p .button, .flex-caption p .btn-default, .flex-caption p .btn-primary {
  text-shadow: none;
}

/* line 379, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
.flex-caption p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1190px) {
  /* line 401, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
  .flex-caption h1, .flex-caption h2, .flex-caption h3 {
    font-size: 1.6em;
  }
  /* line 404, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
  .flex-caption p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  /* line 422, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
  .flex-control-nav {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 436, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
  .flexslider .slides li .flex-caption {
    display: none;
  }
  /* line 438, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
  .flexslider .slides li .flex-caption p {
    width: 100%;
  }
  /* line 441, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
  .flexslider .slides li .flex-caption .flex-header {
    text-shadow: 0 0 5px #000;
  }
}

@-webkit-keyframes slideIn {
  0% {
    left: 9%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@-moz-keyframes slideIn {
  0% {
    left: 9%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@-o-keyframes slideIn {
  0% {
    left: 9%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@Keyframes slideIn {
  /* line 455, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
  0% {
    left: 9%;
    opacity: 0;
  }
  /* line 456, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_theme.scss */
  100% {
    left: 0;
    opacity: 1;
  }
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  /* line 9, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_responsive.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  /* line 16, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/flexslider/_responsive.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Stylesheet

As the name implies, this is the base stylesheet. This will be
loaded by all devices and viewports so keep it as light as possible.

If you are using progressive enhancement, load styles that will be
only seen on tablets or desktops in the stylesheets targeted for
those viewpoints.

******************************************************************/
/*********************
GLOBAL STYLES
Use this section for
site-wide stuffs.
*********************/
/* line 22, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
html {
  font-size: 1em;
}

/* line 26, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
body {
  color: #2e2e2e;
  background-color: #ffffff;
  font-size: 0.9em;
  font-family: sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 38, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*********************
LAYOUT & GRID STYLES
*********************/
/* line 49, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.wrap {
  padding-left: 1em;
  padding-right: 1em;
}

/*********************
LINK STYLES
*********************/
/* line 58, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
a, a:visited {
  /* on hover */
  /* on click */
  /* mobile tap color */
}

/* line 61, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}

/* line 71, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
a:link, a:visited:link {
  /*
        this highlights links on iPhones/iPads.
        so it basically works like the :hover selector
        for mobile devices.
        */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* line 82, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.button,
.btn,
.btn-default,
.button:visited,
.btn:visited,
.btn-default:visited,
.excerpt-read-more,
.excerpt-read-more:visited {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  background-color: #243c90;
  color: #ffffff;
  margin-bottom: .5em;
  padding: 0.5em 1em;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
}

/* line 106, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.button.btn-lg,
.btn.btn-lg,
.btn-default.btn-lg,
.button:visited.btn-lg,
.btn:visited.btn-lg,
.btn-default:visited.btn-lg,
.excerpt-read-more.btn-lg,
.excerpt-read-more:visited.btn-lg {
  padding: 1em;
  line-height: 2;
  font-weight: bold;
}

/* line 113, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.button:hover, .button:focus,
.btn:hover,
.btn:focus,
.btn-default:hover,
.btn-default:focus,
.button:visited:hover,
.button:visited:focus,
.btn:visited:hover,
.btn:visited:focus,
.btn-default:visited:hover,
.btn-default:visited:focus,
.excerpt-read-more:hover,
.excerpt-read-more:focus,
.excerpt-read-more:visited:hover,
.excerpt-read-more:visited:focus {
  background-color: #2e4db9;
  color: #ffffff;
}

/* line 117, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.button:active,
.btn:active,
.btn-default:active,
.button:visited:active,
.btn:visited:active,
.btn-default:visited:active,
.excerpt-read-more:active,
.excerpt-read-more:visited:active {
  top: 1px;
}

/* line 122, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.btn-primary,
.btn-primary:visited {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  background-color: #ca912a;
  color: #ffffff;
  margin-bottom: .5em;
  padding: 0.5em 1em;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
}

/* line 138, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.btn-primary:hover, .btn-primary:focus,
.btn-primary:visited:hover,
.btn-primary:visited:focus {
  background-color: #8b641d;
  color: #ffffff;
}

/* line 142, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.btn-primary:active,
.btn-primary:visited:active {
  top: 1px;
}

/******************************************************************
HEADING STYLES
******************************************************************/
/*
While there are several frameworks for Sass web typography and
baselines like Sassline, Megatype and Gutenberg, those all seemed
overly complex. What I wanted was simple defaults that looked good
out of the box without a lot of calculations and segmented mixins.

After searching far and wide, I came across this:
http://type-scale.com which we used to get our base sizes.
*/
/* line 164, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 1.333em 0 0.5em;
  color: #4a76fd;
  font-weight: 900;
  line-height: 1.2;
  text-rendering: optimizelegibility;
  font-family: Times New Roman, Times, serif;
  text-transform: uppercase;
  /*
    if you're going to use webfonts, be sure to check your weights
    http://css-tricks.com/watch-your-font-weight/
    */
  /* removing text decoration from all headline links */
}

/* line 179, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

/* line 182, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span, h4 span, .h4 span, h5 span, .h5 span, h6 span, .h6 span {
  /*
      background-color: $body-color-bg;
      padding: 0 10px;
      */
}

/* line 190, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.9em;
  line-height: 2;
  color: #4a76fd;
  text-align: center;
}

/* line 198, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
h1:after, .h1:after {
  content: " ";
  display: block;
  height: 3px;
  border-bottom: solid 2px #ca912a;
  max-width: 400px;
  margin: 0 auto;
}

/* line 208, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
h2, .h2 {
  margin-top: 0.88em;
  font-size: 1.5em;
  line-height: 1.5;
  text-align: center;
}

/* line 214, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
h2:after, .h2:after {
  content: " ";
  display: block;
  height: 3px;
  border-bottom: solid 2px #ca912a;
  max-width: 400px;
  margin: 0 auto;
}

/* line 225, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
h3, .h3 {
  font-size: 1.4em;
  color: #4a76fd;
}

/* line 229, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
h3:after, .h3:after {
  content: " ";
  display: none;
  height: 3px;
  border-bottom: solid 2px #ca912a;
  max-width: 400px;
  margin: 0 auto;
}

/* line 239, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
h4, .h4 {
  font-size: 1.4em;
}

/* line 243, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
h5, .h5 {
  font-size: 1.4em;
}

/* line 247, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
h6, .h6 {
  font-size: 1.4em;
}

/*********************
HEADER STYLES
*********************/
/* line 255, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header {
  background-color: #ffffff;
  color: #000;
}

/* line 260, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header #top-row {
  background-color: #ededed;
  color: #ffffff;
}

/* line 264, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header #top-row .m-all {
  background-color: #4a76fd;
  height: 30px;
}

/* line 270, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header .social-icons {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 275, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header .social-icons li {
  display: inline-block;
  text-align: center;
  vertical-align: text-top;
  margin-right: 2px;
}

/* line 281, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header .social-icons li a {
  vertical-align: middle;
  display: block;
  background-image: none;
  color: #ffffff;
  text-align: center;
  height: 28px;
  width: 28px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  background-color: #243c90;
  margin-top: 2em;
}

/* line 296, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header .social-icons li a span {
  display: none;
  text-transform: lowercase;
  font-weight: normal;
}

/* line 302, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header .social-icons li a .fa {
  vertical-align: middle;
}

/* line 308, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header .social-icons li a.fb:hover {
  background-color: #3b5998;
}

/* line 313, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header .social-icons li a.tw:hover {
  background-color: #5ea9dd;
}

/* line 318, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header .social-icons li a.li:hover {
  background-color: #007bb5;
}

/* line 323, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header .social-icons li a.gp:hover {
  background-color: #dc4a38;
}

/* line 328, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header .social-icons li a.in:hover {
  background-color: #dc2b73;
}

/* line 333, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header .social-icons li a.ta:hover {
  background-color: #589442;
}

/* line 340, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header .social-icons li a:hover i, .header .social-icons li a:focus i {
  color: #ffffff;
}

/* line 349, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header .contact-details {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0 10px 0 0;
  text-align: left;
  font-weight: bold;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  margin-top: 8px;
}

/* line 360, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header .contact-details li {
  display: inline-block;
  padding-right: 20px;
}

/* line 364, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header .contact-details li a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
}

/* line 372, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header .contact-details li.c-phone:first-child::before {
  content: "Telephone:";
  font-size: 16px;
  color: #000;
  display: inline-block;
  font-weight: bold;
  padding-right: 5px;
}

/* line 382, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header .contact-details li.c-email::before {
  content: "Email:";
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
  font-weight: normal;
  padding-right: 5px;
}

/* line 391, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.header .contact-details li.c-address {
  margin-top: 10px;
  clear: both;
  /*
        &::before{
        content: " \f017 ";
        font-family: "FontAwesome";
        font-size: 28px;
        color: $white;
        display: block;
        float: left;
        margin-right: 10px;
        width: 30px;
        text-align: center;
      }
      */
}

/* line 420, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#site-title {
  margin-bottom: 0;
  font-size: 2em;
  line-height: inherit;
}

/* line 426, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#org-info {
  text-align: center;
}

/*********************
LIST STYLES
*********************/
/* line 440, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
ul, ol {
  -webkit-padding-start: 20px;
  list-style-type: none;
}

/* line 446, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.list-square {
  margin-bottom: 1.5em;
  list-style-position: outside;
  list-style-type: square;
}

/* line 453, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.nostyle {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

/* line 460, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.related-posts-list {
  display: flex;
}

/*********************
NAVIGATION STYLES
*********************/
/*
Where did the nav menu go?
Navigation styles for mobile are now in 767down.scss
if you need them.

We almost always use the Responsive Menu plugin:
https://wordpress.org/plugins/responsive-menu/ for mobile
menus but those selectors are there if you want to use the
default menu.

For your main navigation, styles are in 768up.scss.
*/
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/*
As you add pages, add your own body classes below if you
need page-specific styles.

It's good practice to use .page-yourpage {} syntax here so
that you don't conflict with other classes. That's what
the cool kids do.

*/
/* line 501, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.blog #inner-content {
  padding-top: 2em;
}

/* line 505, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.blog a {
  text-decoration: none;
}

/* line 509, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.blog a:hover {
  color: #4a76fd;
}

/* line 516, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.blog .article-header .entry-title {
  text-align: left;
}

/* line 519, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.blog .article-header .entry-title:after {
  display: none;
}

/* line 543, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.single #inner-content {
  padding-top: 2em;
}

/**
 * put all your custom page classes here
 * e.g. .page-yourpage {}
 */
/*********************
POSTS & CONTENT STYLES
*********************/
/* line 630, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.post {
  padding: 10px;
  margin-bottom: 20px;
}

/* line 636, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.post .article-footer p {
  margin: 0;
}

/* post meta */
/* line 656, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.byline-wrap {
  color: #ca912a;
}

/* line 658, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.byline-wrap a {
  color: #ca912a;
}

/* entry content */
/* line 665, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.entry-content,
.full {
  padding: 0 0 1em 0;
  /*
    image alignment on a screen this size may be
    a bit difficult. It's set to start aligning
    and floating images at the next breakpoint,
    but it's up to you. Feel free to change it up.
    */
}

/* line 669, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.entry-content p.sub-heading,
.full p.sub-heading {
  font-weight: bold;
  text-transform: uppercase;
}

/* line 689, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.entry-content table,
.full table {
  margin-bottom: 1.5em;
  width: 100%;
  border: 1px solid rgba(74, 118, 253, 0.3);
}

/* line 697, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.entry-content tr,
.full tr {
  border-bottom: 1px solid rgba(74, 118, 253, 0.3);
}

/* line 700, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.entry-content tr:nth-child(even),
.full tr:nth-child(even) {
  background-color: rgba(202, 145, 42, 0.1);
}

/* line 705, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.entry-content td,
.full td {
  padding: 7px;
  border-right: 1px solid rgba(74, 118, 253, 0.3);
}

/* line 709, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.entry-content td:last-child,
.full td:last-child {
  border-right: 0;
}

/* line 714, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.entry-content th,
.full th {
  background-color: #ca912a;
  color: #ffffff;
  padding: 7px;
}

/* line 721, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.entry-content th:last-child,
.full th:last-child {
  border-right: 0;
}

/* line 726, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.entry-content blockquote,
.full blockquote {
  border-left: solid 3px #ca912a;
  background-color: rgba(237, 237, 237, 0.3);
  margin: 1em 0;
  padding: 0.5em 1em;
}

/* line 733, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.entry-content blockquote p em,
.full blockquote p em {
  font-weight: bold;
  font-size: 12px;
}

/* end .entry-content */
/* line 776, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.wp-caption {
  /* images inside wp-caption */
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* default WP image classes */
/******************************************************************
SCREEN READER STYLES
******************************************************************/
/* Text meant only for screen readers. */
/* line 816, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

/* line 825, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar. */
  display: block;
  clip: auto !important;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.875rem;
  font-size: 14px;
  line-height: normal;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* end template_page_navi */
/* fallback previous & next links */
/* line 872, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}

/* line 876, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 886, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#comments-title {
  /* number of comments span */
}

/* line 897, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.commentlist {
  margin: 0;
  list-style-type: none;
}

/* line 902, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.comment {
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}

/* line 911, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.comment .vcard time {
  display: block;
  font-size: 12px;
}

/* line 919, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.comment .vcard .photo {
  float: left;
}

/* line 928, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.comment .children {
  /* variations */
  /* change number for different depth */
}

/* comment meta */
/* comment content */
/* line 981, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.comment_content {
  clear: both;
}

/* end .commentlist .comment_content */
/* comment reply link */
/* end .commentlist .comment-reply-link */
/* edit comment link */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* comment submit button */
/* comment form title */
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* no comments */
/*********************
SIDEBARS & ASIDES
*********************/
/* line 1033, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.sidebar {
  margin-top: 15px;
  padding-bottom: 10px;
}

/* line 1036, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.sidebar .inner-sidebar {
  padding: 0 10px;
}

/* line 1044, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.widget ul {
  padding: 0 0 0 1.5em;
  list-style-type: none;
}

/* line 1047, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.widget ul li {
  /* deep nesting */
}

/* line 1049, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.widget ul li::before {
  content: " \f105 ";
  font-family: 'fontAwesome';
  font-size: 12px;
  background-color: inherit;
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 5px 0 -10px;
}

/* line 1068, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.widget ul li.current-menu-item a, .widget ul li.current-cat a {
  font-weight: 600;
}

/*********************
FOOTER STYLES
*********************/
/* line 1087, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer {
  clear: both;
  background: #4a76fd;
  color: #ffffff;
}

/* line 1092, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer #cta-query {
  background-color: #ededed;
  color: #000;
}

/* line 1096, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer #cta-query strong {
  display: block;
}

/* line 1100, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer #cta-query ul {
  list-style-type: none;
}

/* line 1107, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer a.btn:hover {
  color: #ffffff;
}

/* line 1112, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer a {
  color: #ffffff;
  text-decoration: none;
}

/* line 1115, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer a:hover {
  color: #243c90;
}

/* line 1119, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer #inner-footer {
  padding: 1em 0;
  text-align: center;
}

/* line 1123, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer #inner-footer img {
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* line 1131, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .footer-nav {
  list-style-type: none;
  text-align: left;
}

/* line 1135, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .footer-nav li {
  display: block;
  padding: 0 10px;
}

/* line 1138, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .footer-nav li:before {
  content: " \f054 ";
  font-family: 'fontAwesome';
  padding-right: 5px;
  font-size: 10px;
  color: #ca912a;
}

/* line 1146, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .footer-nav li a {
  color: #ffffff;
  text-decoration: none;
}

/* line 1150, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .footer-nav li a:hover {
  color: #243c90;
}

/* line 1155, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .footer-nav li.current-menu-item a {
  font-weight: 600;
}

/* line 1162, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .social-icons {
  font-size: 14px;
  margin: 10px;
  padding: 0;
  text-align: center;
  display: block;
}

/* line 1170, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .social-icons li {
  display: inline-block;
  text-align: center;
  vertical-align: text-top;
  margin-right: 2px;
}

/* line 1176, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .social-icons li a {
  vertical-align: middle;
  display: block;
  background-color: #ffffff;
  color: #ffffff;
  text-align: center;
  line-height: 2.5;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px;
}

/* line 1188, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .social-icons li a span {
  display: none;
  text-transform: lowercase;
  font-weight: normal;
}

/* line 1194, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .social-icons li a .fa {
  vertical-align: middle;
}

/* line 1198, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .social-icons li a.fb {
  color: #000;
}

/* line 1201, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .social-icons li a.fb:hover {
  color: #3b5998;
}

/* line 1205, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .social-icons li a.tw {
  color: #000;
}

/* line 1207, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .social-icons li a.tw:hover {
  color: #5ea9dd;
}

/* line 1211, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .social-icons li a.li {
  color: #000;
}

/* line 1213, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .social-icons li a.li:hover {
  color: #007bb5;
}

/* line 1217, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .social-icons li a.gp {
  color: #000;
}

/* line 1219, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .social-icons li a.gp:hover {
  color: #dc4a38;
}

/* line 1223, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .social-icons li a.in {
  color: #000;
}

/* line 1225, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .social-icons li a.in:hover {
  color: #dc2b73;
}

/* line 1229, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .social-icons li a.ta {
  color: #000;
}

/* line 1231, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .social-icons li a.ta:hover {
  color: #589442;
}

/* line 1247, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .address {
  position: relative;
  padding: 0 10px;
  display: block;
}

/* line 1251, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .address p {
  margin-top: 0;
}

/* line 1253, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .address p::before {
  content: "Find us";
  font-size: 12px;
  color: #ca912a;
  display: block;
  text-transform: uppercase;
}

/* line 1263, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .copyright {
  font-size: 11px;
  margin: 0;
  text-align: center;
}

/* line 1269, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .contact-details {
  margin: 0;
  padding: 0 10px;
  list-style-type: none;
  text-align: left;
  margin-left: 23em;
}

/* line 1276, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .contact-details li {
  width: 45%;
  padding-bottom: 10px;
}

/* line 1282, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .contact-details li.c-phone:first-child::before {
  content: "Phone us";
  font-size: 12px;
  color: #ca912a;
  display: block;
  text-transform: uppercase;
}

/* line 1291, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .contact-details li.c-email::before {
  content: "Email us";
  font-size: 12px;
  color: #ca912a;
  display: block;
  text-transform: uppercase;
}

/* line 1300, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#footer .contact-details li.c-times::before {
  content: "Opening times";
  font-size: 12px;
  color: #ca912a;
  display: block;
  text-transform: uppercase;
}

/* line 1323, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.single #content,
.archive #content {
  padding-top: 1em;
}

/* line 1325, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.single #content #inner-content,
.archive #content #inner-content {
  padding-top: 1em;
}

/********************
PARALLAX
********************/
/* line 1335, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.splash-section {
  display: block;
  position: relative;
}

/* line 1338, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.splash-section .background-overlayed {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

/* line 1353, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.splash-section #splash .wrap {
  z-index: 200;
}

/* line 1357, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.splash-section .splash-content {
  width: 55%;
  color: #ffffff;
  display: block;
  padding-bottom: 2em;
  z-index: 2;
  position: relative;
}

/* line 1366, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.splash-section .splash-content .hero-logo {
  margin-top: 1em;
}

/* line 1369, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.splash-section .splash-content img {
  display: block;
}

/* line 1372, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.splash-section .splash-content h1, .splash-section .splash-content h2, .splash-section .splash-content h3, .splash-section .splash-content h4, .splash-section .splash-content h5 {
  background-color: transparent;
  text-align: left;
  color: #ffffff;
  margin: 20px 0 10px 0;
  padding: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 1382, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.splash-section .splash-content h1:after, .splash-section .splash-content h2:after, .splash-section .splash-content h3:after, .splash-section .splash-content h4:after, .splash-section .splash-content h5:after {
  border-color: #ffffff;
}

/* line 1388, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.splash-section .splash-content.splash-content-right {
  text-align: right;
  width: 100%;
}

/* line 1391, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.splash-section .splash-content.splash-content-right img {
  margin: 0 0 0 auto;
}

/* line 1394, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.splash-section .splash-content.splash-content-right h1, .splash-section .splash-content.splash-content-right h2, .splash-section .splash-content.splash-content-right h3, .splash-section .splash-content.splash-content-right h4, .splash-section .splash-content.splash-content-right h5 {
  text-align: right;
}

/* line 1396, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.splash-section .splash-content.splash-content-right h1:after, .splash-section .splash-content.splash-content-right h2:after, .splash-section .splash-content.splash-content-right h3:after, .splash-section .splash-content.splash-content-right h4:after, .splash-section .splash-content.splash-content-right h5:after {
  margin: 0 0 0 auto;
}

/* line 1401, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.splash-section .splash-content.splash-content-center {
  text-align: center;
  width: 100%;
}

/* line 1404, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.splash-section .splash-content.splash-content-center img {
  margin: 0 auto;
}

/* line 1407, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.splash-section .splash-content.splash-content-center h1, .splash-section .splash-content.splash-content-center h2, .splash-section .splash-content.splash-content-center h3, .splash-section .splash-content.splash-content-center h4, .splash-section .splash-content.splash-content-center h5 {
  text-align: center;
}

/* line 1410, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.splash-section .splash-content.splash-content-center h1:after, .splash-section .splash-content.splash-content-center h2:after, .splash-section .splash-content.splash-content-center h3:after, .splash-section .splash-content.splash-content-center h4:after, .splash-section .splash-content.splash-content-center h5:after {
  margin: 0 auto;
}

/* line 1417, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.splash-section .splash-container {
  padding-top: 2em;
}

/* line 1419, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.splash-section .splash-container p, .splash-section .splash-container h1, .splash-section .splash-container h2, .splash-section .splash-container h3, .splash-section .splash-container h4, .splash-section .splash-container h5 {
  color: #ffffff;
}

/********************
IMAGE ROW
********************/
/* line 1428, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-image-row {
  padding: 1em 0;
}

/* line 1431, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-image-row .ul-image {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}

/* line 1436, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-image-row .ul-image li {
  margin-bottom: 20px;
  position: relative;
}

/* line 1440, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-image-row .ul-image li img {
  max-width: 98%;
  display: block;
  margin: 0 auto;
}

/* line 1445, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-image-row .ul-image li .text-overlay {
  text-align: center;
}

/* line 1448, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-image-row .ul-image li .text-overlay h3 {
  font-size: 1.3em;
}

/*
CONTACT SECTION PAGE BUILDER
*/
/* line 1462, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.contact-section {
  background-color: #e6e6e6;
  color: #ffffff;
}

/* line 1467, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.contact-section .acceptance-nl {
  margin-top: 15px;
}

/********************
PAGE BLOCKS
********************/
/* line 1475, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks {
  background-color: #ffffff;
  color: #2e2e2e;
  padding: 0.5em;
}

/* line 1480, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks h1, .full-page-blocks h2, .full-page-blocks h3, .full-page-blocks h4, .full-page-blocks h5 {
  color: #2e2e2e;
}

/* line 1484, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks h1 {
  color: #4a76fd;
}

/* line 1488, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks {
  margin: 0;
  padding: 0;
}

/* line 1491, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks li {
  width: 98%;
  margin: 0.5em 1%;
  display: inline-block;
  position: relative;
  vertical-align: text-top;
}

/* line 1499, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks li.minimal {
  padding: 0;
}

/* line 1501, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks li.minimal h2 {
  display: block;
  position: absolute;
  bottom: 2px;
  left: 1px;
  padding: 10px 0;
  right: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 10;
  margin: 0;
  color: #ffffff;
  font-size: 1em;
}

/* line 1515, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks li.minimal h2:after {
  display: none;
}

/* line 1521, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks li img.img-back {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: solid 2px #243c90;
  border-radius: 50%;
  padding: 5px;
}

/* line 1533, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks li .btn {
  background-color: #ededed;
}

/* line 1535, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks li .btn:hover {
  background-color: #d4d4d4;
}

/* line 1546, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks li:hover .page-block-content .btn:before {
  background-color: #ca912a;
}

/* line 1553, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks li .page-block-content {
  padding: 0 10px;
  min-height: 150px;
  position: relative;
}

/* line 1563, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-4 li {
  background-color: #ca912a;
  color: #ffffff;
}

/* line 1565, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-4 li:after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #ca912a;
  transform: rotate(45deg);
  z-index: 1;
  top: 50%;
  margin-top: -20px;
  right: -20px;
}

/* line 1579, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-4 li:before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  transform: rotate(45deg);
  z-index: 0;
  top: 50%;
  margin-top: -20px;
  left: -20px;
}

/* line 1596, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-4 li h2 {
  font-size: 1.4em;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -0.7em;
}

/* line 1612, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-2 li {
  width: 48%;
  margin: 0 1% 0 0;
}

/* line 1615, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-2 li .page-block-content {
  position: absolute;
  z-index: 100;
  border: solid 2px #000;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 10px;
  text-align: center;
}

/* line 1627, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-2 li .page-block-content .img-icon {
  max-width: 130px;
  height: auto;
  margin: 1em auto 1em;
  display: block;
}

/* line 1634, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-2 li .page-block-content h2, .full-page-blocks .page-blocks.page-blocks-2 li .page-block-content h3 {
  color: #2e2e2e;
  font-weight: bold;
  font-size: 1.1rem;
  text-shadow: 0 0 3px #000;
}

/* line 1639, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-2 li .page-block-content h2 a, .full-page-blocks .page-blocks.page-blocks-2 li .page-block-content h3 a {
  color: #ffffff;
}

/* line 1648, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-2 li .page-block-content .btn,
.full-page-blocks .page-blocks.page-blocks-2 li .page-block-content .btn:visited {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  background-color: #ca912a;
  color: #ffffff;
  margin-bottom: .5em;
  padding: 0.5em 1em;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
}

/* line 1664, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-2 li .page-block-content .btn:hover, .full-page-blocks .page-blocks.page-blocks-2 li .page-block-content .btn:focus,
.full-page-blocks .page-blocks.page-blocks-2 li .page-block-content .btn:visited:hover,
.full-page-blocks .page-blocks.page-blocks-2 li .page-block-content .btn:visited:focus {
  background-color: #8b641d;
  color: #ffffff;
}

/* line 1668, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-2 li .page-block-content .btn:active,
.full-page-blocks .page-blocks.page-blocks-2 li .page-block-content .btn:visited:active {
  top: 1px;
}

/* line 1680, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-3 li {
  width: 32%;
  padding: 0;
  margin: 0;
}

/* line 1692, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-3 li .page-block-content {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}

/* line 1699, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-3 li .page-block-content .img-icon {
  max-width: 130px;
  height: auto;
  margin: 1em auto 1em;
  display: block;
}

/* line 1706, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-3 li .page-block-content p {
  color: #4a76fd;
  font-size: 16px;
}

/* line 1711, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-3 li .page-block-content h2, .full-page-blocks .page-blocks.page-blocks-3 li .page-block-content h3 {
  color: #ca912a;
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0;
  text-transform: none;
}

/* line 1718, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-3 li .page-block-content h2:after, .full-page-blocks .page-blocks.page-blocks-3 li .page-block-content h3:after {
  display: none;
}

/* line 1722, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-3 li .page-block-content h2 a, .full-page-blocks .page-blocks.page-blocks-3 li .page-block-content h3 a {
  color: #ca912a;
  font-style: italic;
  text-transform: uppercase;
}

/* line 1727, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-3 li .page-block-content h2 a:hover, .full-page-blocks .page-blocks.page-blocks-3 li .page-block-content h3 a:hover {
  color: #daa84d;
}

/* line 1733, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-3 li .page-block-content .btn {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

/* line 1740, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-3 li .page-block-content .btn:after {
  font-family: 'FontAwesome';
  content: '\f054';
  color: #ffffff;
  margin-left: 5px;
}

/* line 1763, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-2 .download a:first-child, .full-page-blocks .page-blocks.page-blocks-3 .download a:first-child, .full-page-blocks .page-blocks.page-blocks-4 .download a:first-child {
  position: relative;
  display: block;
}

/* line 1766, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-2 .download a:first-child:before, .full-page-blocks .page-blocks.page-blocks-3 .download a:first-child:before, .full-page-blocks .page-blocks.page-blocks-4 .download a:first-child:before {
  position: absolute;
  content: ' \f019 ';
  font-family: 'FontAwesome';
  top: 40%;
  width: 40px;
  height: 40px;
  font-size: 30px;
  left: 50%;
  margin: 0 auto 0 -20px;
  color: #000;
  z-index: 1;
  opacity: 0.2;
}

/* line 1780, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-2 .download a:first-child img, .full-page-blocks .page-blocks.page-blocks-3 .download a:first-child img, .full-page-blocks .page-blocks.page-blocks-4 .download a:first-child img {
  -webkit-transition: all all 0.2s ease-in-out ease;
  -moz-transition: all all 0.2s ease-in-out ease;
  -ms-transition: all all 0.2s ease-in-out ease;
  -o-transition: all all 0.2s ease-in-out ease;
  transition: all all 0.2s ease-in-out ease;
}

/* line 1784, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-2 .download a:first-child:hover img, .full-page-blocks .page-blocks.page-blocks-3 .download a:first-child:hover img, .full-page-blocks .page-blocks.page-blocks-4 .download a:first-child:hover img {
  opacity: 0.7;
}

/* line 1787, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-2 .download a:first-child:hover:before, .full-page-blocks .page-blocks.page-blocks-3 .download a:first-child:hover:before, .full-page-blocks .page-blocks.page-blocks-4 .download a:first-child:hover:before {
  opacity: 1;
}

/* line 1792, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-2 .download img.img-download, .full-page-blocks .page-blocks.page-blocks-3 .download img.img-download, .full-page-blocks .page-blocks.page-blocks-4 .download img.img-download {
  border: solid 2px #ca912a;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 1800, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks .page-blocks.page-blocks-2 .download h2:after, .full-page-blocks .page-blocks.page-blocks-3 .download h2:after, .full-page-blocks .page-blocks.page-blocks-4 .download h2:after {
  display: none;
}

/* line 1810, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks.page-block-coloured h2 {
  text-align: center;
}

/* line 1812, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks.page-block-coloured h2:after {
  margin: 0 auto;
}

/* line 1816, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks.page-block-coloured li {
  padding: 10px;
  background-color: #ca912a;
  color: #ffffff;
}

/* line 1820, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks.page-block-coloured li h2, .full-page-blocks.page-block-coloured li h3, .full-page-blocks.page-block-coloured li h4, .full-page-blocks.page-block-coloured li h5 {
  text-align: left;
  color: #ffffff;
}

/* line 1823, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks.page-block-coloured li h2:after, .full-page-blocks.page-block-coloured li h3:after, .full-page-blocks.page-block-coloured li h4:after, .full-page-blocks.page-block-coloured li h5:after {
  display: none;
}

/* line 1826, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-page-blocks.page-block-coloured li h2 a, .full-page-blocks.page-block-coloured li h3 a, .full-page-blocks.page-block-coloured li h4 a, .full-page-blocks.page-block-coloured li h5 a {
  color: #ffffff;
}

/* line 1834, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-logo {
  text-align: center;
  background-color: rgba(202, 145, 42, 0.5);
  padding: 1em 0;
}

/* line 1840, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-logo h1, .full-logo h2, .full-logo h3, .full-logo h4, .full-logo h5 {
  line-height: 2;
  font-size: 24px;
  margin: 0 0 15px;
  text-align: center;
  display: block;
  text-transform: none;
  font-weight: lighter;
}

/* line 1848, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-logo h1:after, .full-logo h2:after, .full-logo h3:after, .full-logo h4:after, .full-logo h5:after {
  content: " ";
  display: block;
  height: 3px;
  border-bottom: solid 1px #ca912a;
  max-width: 400px;
  margin: 0 auto;
}

/* line 1859, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-logo img {
  display: block;
  margin: 0 auto;
}

/* line 1868, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.home h1 {
  text-align: center;
  line-height: 1.3;
  margin-top: 1em;
}

/* line 1873, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.home h1:after {
  content: " ";
  display: block;
  height: 3px;
  border-bottom: solid 2px #ca912a;
  max-width: 400px;
  margin: 0 auto;
}

/* line 1887, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.blog-home .h3 span {
  background-color: #ffffff;
  padding: 0 10px;
}

/* line 1895, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.post-page-container {
  border-top: solid 1px #ca912a;
  margin-top: 20px;
  text-align: center;
}

/* line 1910, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.row-staff {
  background-color: rgba(202, 145, 42, 0.5);
}

/* line 1913, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.row-test {
  background-color: rgba(202, 145, 42, 0.5);
}

/* line 1917, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.row-test .page-blocks.page-blocks-4 li {
  padding: 10px;
}

/* line 1919, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.row-test .page-blocks.page-blocks-4 li h2 {
  font-size: 1.2em;
}

/* line 1927, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.boxed {
  margin-top: 1em;
}

/* line 1929, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.boxed .cf {
  border: solid 3px #000;
}

/* line 1931, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.boxed .cf .cf {
  border: none;
}

/* line 1933, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.boxed .cf .cf p {
  margin-top: 0;
}

/* line 1936, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.boxed .cf .cf .h4 {
  margin-bottom: 0;
  padding-top: 15px;
}

/* line 1940, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.boxed .cf .cf img {
  margin: 20px auto 0;
}

/* line 1948, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.ul-row {
  margin: 0;
  padding: 10px;
  list-style-type: none;
  background-color: #000;
  color: #ffffff;
  font-size: 18px;
}

/* line 1955, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.ul-row li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}

/* line 1959, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.ul-row li .h2 {
  color: #ffffff;
}

/* line 1966, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#gallery-selector {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 1973, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#gallery-selector li {
  margin: 1%;
  width: 47%;
  display: inline-block;
}

/* line 1977, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#gallery-selector li a {
  position: relative;
  display: block;
}

/* line 1980, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#gallery-selector li a img {
  max-width: 100%;
  height: auto;
  border: solid 8px #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* line 1986, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#gallery-selector li a h2 {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  text-align: center;
  line-height: 2;
  color: #ca912a;
}

/* line 1999, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#gallery-selector li a h2:after {
  display: none;
}

/* line 2005, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#gallery-selector li a:hover h2 {
  background-color: white;
}

/* line 2008, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#gallery-selector li a:hover img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/* line 2018, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.cf-box {
  display: block;
  background-color: #ededed;
  border: solid 5px #000;
  padding: 10px;
  color: #ffffff;
}

/* line 2028, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.page-banner {
  display: block;
  margin: 0 0 1em;
}

/* line 2034, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.small {
  font-size: 12px;
}

/* line 2039, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.ul-image {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}

/* line 2045, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-testimonial,
.full-image-row {
  text-align: center;
}

/* line 2058, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-testimonial h3:after {
  content: '';
  display: block;
  max-width: 400px;
  height: 3px;
  margin: 0 auto;
  color: #ca912a;
}

/* line 2069, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-testimonial ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 2074, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-testimonial ul li {
  background-color: #ffffff;
  color: #000;
  max-width: 600px;
  padding: 0.4em 5em;
  margin: 0 auto 30px;
  position: relative;
  border-radius: 6px;
}

/* line 2083, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-testimonial ul li p {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  font-family: sans-serif;
}

/* line 2091, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-testimonial ul li .small {
  font-weight: bold;
}

/********************
BLOG
********************/
/* line 2102, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-blog {
  background-color: white;
  margin: 1em 0 0;
  padding: 0 0 1em 0;
  color: #111;
}

/* line 2108, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-blog .h1, .full-blog .h2, .full-blog .h3, .full-blog .h4, .full-blog .h5 {
  line-height: 2;
  margin: 15px 0;
  text-align: center;
  display: block;
}

/* line 2113, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-blog .h1 a, .full-blog .h2 a, .full-blog .h3 a, .full-blog .h4 a, .full-blog .h5 a {
  color: #111;
}

/* line 2118, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-blog h3 {
  margin: 0;
  color: #243c90;
}

/* line 2122, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-blog h3:after {
  display: none;
}

/* line 2135, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-blog .blog .blog-entry {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0.5em 0 1em;
  border: solid 1px #ededed;
  padding: 10px;
}

/* line 2143, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-blog .blog .blog-entry img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  padding-top: 5px;
}

/* line 2150, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-blog .blog .blog-entry .blog-content {
  padding: 0 1em;
  margin-top: 4em;
}

/* line 2155, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-blog .blog .blog-entry a {
  text-decoration: none;
}

/* line 2159, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-blog .blog .blog-entry a.excerpt-read-more {
  display: block;
  margin-top: 15px;
}

/* line 2164, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-blog .blog .blog-entry a img {
  margin: 0;
}

/* line 2176, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-justify {
  text-align: justify;
}

/* line 2179, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-center {
  text-align: center;
}

/* line 2183, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-center h1:after, .full-center .h1:after, .full-center h2:after, .full-center .h2:after, .full-center h3:after, .full-center .h3:after, .full-center h4:after, .full-center .h4:after, .full-center h5:after, .full-center .h5:after {
  margin: 0 auto;
}

/* line 2190, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-bg {
  background-color: #e7c78c;
  position: relative;
  color: #ffffff;
}

/* line 2195, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-bg h3 {
  color: #ffffff;
}

/* line 2199, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-bg:before {
  display: block;
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  background-color: #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

/* line 2214, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-bg:after {
  display: block;
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  background-color: #e7c78c;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

/* line 2231, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-bg .page-blocks.page-blocks-4 li {
  background-color: transparent;
  color: #ffffff;
}

/* line 2234, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-bg .page-blocks.page-blocks-4 li h2 {
  color: #ffffff;
  font-weight: 400;
}

/* line 2238, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-bg .page-blocks.page-blocks-4 li p {
  margin-top: 0;
}

/* line 2243, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-bg .page-blocks.page-blocks-4 li:hover .img-back {
  border-color: #ffffff;
}

/* line 2251, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-list {
  background-color: #afc2fe;
  margin: 2em 0;
  padding: 1em 0;
}

/* line 2255, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-list .h2, .full-list .h3 {
  text-align: center;
}

/* line 2257, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-list .h2:after, .full-list .h3:after {
  margin: 0 auto;
}

/* line 2261, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 2268, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-list ul li:before {
  content: " \f058 ";
  font-family: 'fontAwesome';
  font-size: 16px;
  color: #ededed;
  background-color: inherit;
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 10px 0 -25px;
  position: relative;
}

/* line 2287, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.qa_question .qa_qu {
  background-color: #ca912a;
  color: #ffffff;
  padding: 0.3em 0.5em;
  margin-bottom: 5px;
}

/* line 2298, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-margin {
  margin: 3em 0;
}

/* line 2301, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-margin-top {
  margin: 3em 0 0 0;
}

/*
blog page builder fixes
*/
/* line 2310, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.post-template-blog-builder .splash-section {
  margin-bottom: 2em;
}

/* line 2312, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.post-template-blog-builder .splash-section .splash-container {
  padding-left: 2em;
}

/* line 2318, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.form-cal {
  display: none;
}

/* line 2323, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#custom_html-3 .custom-html-widget {
  background-color: #243c90;
  padding: 10px;
}

/* line 2327, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#custom_html-3 .custom-html-widget img {
  width: 100%;
}

/* line 2334, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#custom_html-3 .custom-html-widget p:last-child {
  margin-bottom: 0;
}

/* line 2336, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#custom_html-3 .custom-html-widget p:last-child .btn {
  margin-bottom: 0;
}

/* line 2344, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.ul-tick {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 2349, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.ul-tick li {
  text-transform: uppercase;
}

/* line 2351, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.ul-tick li::before {
  content: " \f00c ";
  font-family: 'fontAwesome';
  font-size: 12px;
  background-color: inherit;
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

/*********************
TWENTY TWENTY - base
*********************/
/* line 2369, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 2379, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

/* line 2385, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

/* line 2391, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 2397, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* line 2402, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

/* line 2407, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

/* line 2412, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 2421, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

/* line 2425, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

/* line 2431, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

/* line 2437, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

/* line 2441, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

/* line 2445, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* line 2454, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

/* line 2459, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: transparent;
}

/* line 2461, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

/* line 2465, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 2470, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-before-label {
  opacity: 0;
}

/* line 2472, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-before-label:before {
  content: attr(data-content);
}

/* line 2475, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-after-label {
  opacity: 0;
}

/* line 2477, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-after-label:before {
  content: attr(data-content);
}

/* line 2480, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

/* line 2483, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

/* line 2486, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

/* line 2489, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

/* line 2492, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: transparent;
  z-index: 25;
}

/* line 2498, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* line 2500, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

/* line 2502, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

/* line 2505, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-before {
  z-index: 20;
}

/* line 2508, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-after {
  z-index: 10;
}

/* line 2511, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

/* line 2529, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 2535, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 2542, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 2548, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 2555, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

/* line 2560, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

/* line 2565, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

/* line 2570, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

/*********************
PACKAGES - base
*********************/
/* line 2578, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.full-packages {
  font-family: 'lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(35deg, #eea849, #f36b22);
  padding: 10px;
  margin: 0;
}

/* line 2586, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.wrapper-card {
  flex-wrap: wrap;
  margin: 10px auto;
  width: 100%;
}

/* line 2591, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px transparent;
  flex: 1;
  margin: 8px;
  margin-bottom: 2em;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

/* line 2602, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card.popular {
  margin-top: -10px;
  margin-bottom: -10px;
  border: solid 1px #0061dd;
}

/* line 2607, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card.popular .card-title h2 {
  color: orange;
  font-size: 30px;
}

/* line 2612, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card.popular .card-price {
  margin: 50px;
}

/* line 2614, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card.popular .card-price .h1-coloured {
  color: #0061dd;
  font-size: 60px;
}

/* line 2618, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card.popular .card-price small {
  color: rgba(0, 0, 0, 0.5);
}

/* line 2625, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card.popular .card-action .package-button {
  border-radius: 30px;
  color: #fff;
  background-color: #0061dd;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 20px;
  width: 100%;
  height: 60px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
}

/* line 2640, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card.popular .card-action .package-button:hover {
  background-color: transparent;
  color: #0061dd;
  border: solid 2px #0061dd;
  font-size: 17px;
}

/* line 2649, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* line 2653, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card-ribbon {
  position: absolute;
  overflow: hidden;
  top: -10px;
  left: -10px;
  width: 114px;
  height: 112px;
}

/* line 2660, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card-ribbon span {
  position: absolute;
  display: block;
  width: 160px;
  padding: 10px 0;
  background-color: #0061dd;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  left: -35px;
  top: 25px;
  transform: rotate(-45deg);
}

/* line 2675, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card-ribbon::before, .card-ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #ef5a23;
  border-top-color: transparent;
  border-left-color: transparent;
}

/* line 2685, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card-ribbon::before {
  top: 0;
  right: 0;
}

/* line 2689, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card-ribbon::after {
  bottom: 0;
  left: 0;
}

/* line 2696, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card-title h2 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: solid 1px;
  padding-bottom: 10px;
}

/* line 2703, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card-title .h4 {
  color: rgba(0, 0, 0, 0.6);
}

/* line 2707, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card-price {
  margin: 50px 0;
}

/* line 2709, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card-price p {
  font-size: 46px;
}

/* line 2711, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card-price p sup {
  font-size: 15px;
  display: inline-block;
  margin-left: -20px;
  width: 10px;
}

/* line 2717, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card-price p small {
  color: orange;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}

/* line 2725, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card-price p:nth-child(2):before, .card-price p:nth-child(4):before {
  content: "OR";
  display: block;
  font-size: 25px;
  margin-bottom: 12px;
}

/* line 2735, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card-description ul {
  display: block;
  list-style: none;
  margin: 60px 0;
  padding: 0;
}

/* line 2741, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card-description li {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  margin: 0 0 15px;
}

/* line 2747, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card-description li.tick::before {
  font-family: FontAwesome;
  content: "\f00c";
  padding: 0 5px 0 0;
  background: linear-gradient(35deg, #eea849, #f36b22);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 2758, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card-description li.cross::before {
  font-family: FontAwesome;
  content: "\f00d";
  padding: 0 5px 0 0;
  background: linear-gradient(35deg, #eea849, #f36b22);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 2772, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card-action a.package-button {
  background: transparent;
  line-height: initial;
  border: 2px solid #ef5a23;
  border-radius: 30px;
  color: #ef5a23;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 20px;
  width: 100%;
  height: 60px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

/* line 2788, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.card-action a.package-button:hover {
  background-color: #ef5a23;
  box-shadow: 0 2px 4px #a0340c;
  color: #fff;
  font-size: 17px;
}

/* line 2797, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
p.ticket-price {
  border: dashed 2px #ffffff;
  padding: 54px 10px;
  margin: 5px;
}

/* line 2803, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.content-bg {
  background-color: #fff;
  padding-top: 10px;
  padding-left: 10px;
}

/* line 2809, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.price-bg {
  background-color: #ef5a23;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  padding-right: 0;
}

/* line 2817, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
p.ticket-title {
  font-weight: normal;
  font-size: 25px;
}

/*********************
CUSTOM
*********************/
/* line 2825, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
section.home-about-me {
  background-color: #4a76fd;
  color: #ffffff;
}

/* line 2829, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
section.home-about-me h5 {
  color: #ffffff;
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
}

/* line 2836, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
section.home-about-me p {
  line-height: 12px;
}

/* line 2840, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
section.home-about-me h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: normal;
  margin-top: 1em;
}

/* line 2847, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
section.home-about-me h3:after {
  display: none;
}

/* line 2852, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
section.home-about-me h2 {
  color: #ffffff;
}

/* line 2855, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
section.home-about-me h2:after {
  content: '';
  display: block;
  border-bottom: dotted 1px #ffffff;
  max-width: 400px;
  margin: 0 auto;
  height: 3px;
}

/* line 2866, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
p.byline.vcard {
  margin: 0;
}

/* line 2869, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
p.byline.vcard i {
  display: none;
}

/* line 2873, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
p.byline.vcard time.updated {
  color: #ca912a;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}

/* line 2881, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#main > section {
  font-size: 16px;
}

/* line 2887, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
.page-id-237 #main > section > div > div {
  font-size: 18px;
  font-weight: normal;
  font-family: sans-serif;
}

/* line 2894, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#post-380 > section > p:nth-child(1) > strong:nth-child(1) {
  text-decoration: underline;
}

/* line 2898, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#post-380 > section > p:nth-child(1) > strong:nth-child(3) {
  text-decoration: underline;
}

/* line 2902, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#post-380 > section > p:nth-child(6) > strong {
  text-decoration: underline;
}

/* line 2906, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#fld_9014900Label {
  margin-top: 2em;
}

/* line 2910, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_base.scss */
#inner-header > div > div.m-all.t-1of3.d-1of3 > ul > li:nth-child(2) > a > i {
  background-color: #243c90;
  color: #ffffff;
  padding: 5px 15px;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /*********************
NAVIGATION STYLES
*********************/
  /* line 23, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 24, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 25, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_481up.scss */
  .menu ul li {
    /*
				plan your menus and drop-downs wisely.
				*/
  }
  /* line 26, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_481up.scss */
  .menu ul li a {
    /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/
  }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  /* line 71, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 75, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
    margin-top: 11px;
  }
  /* line 81, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
    margin-top: 11px;
  }
  /* line 87, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    margin-top: 11px;
  }
  /* end .entry-content */
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */
}

/*********************
BELOW TABLET
This is for everything that's below an iPad including mobile
phones. This way we can keep mobile styles separate and not
compete with the base styles.
*********************/
@media only screen and (max-width: 767px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Below Tablet

This stylesheet will show on devices smaller than an iPad or tablet.
Use this to add styles that will *only* show on mobile.

I find it easier to do it this way than to have to override base styles.

******************************************************************/
  /* line 14, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  .wrap {
    padding: 1em;
  }
  /* line 19, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #header #inner-header {
    display: block;
  }
  /* line 22, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #header .wrap {
    padding: 0;
  }
  /* line 24, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #header .wrap #logo {
    margin-left: 10px;
    margin-top: 2em;
  }
  /* line 27, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #header .wrap #logo img {
    margin: 0 auto;
  }
  /* line 33, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #header .social-icons {
    text-align: center;
    padding: 5px;
    display: none;
  }
  /* line 38, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #header .contact-details {
    padding: 0 2em;
  }
  /* line 40, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #header .contact-details li {
    width: 45%;
    display: inline-block;
    font-size: 12px;
  }
  /* line 46, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #header .search-form {
    display: none;
  }
  /*
hide normal nav
*/
  /* line 53, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  .header-nav {
    display: none;
  }
  /* line 57, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  .mobile-menu-btn {
    background-color: #4a76fd;
    color: #ffffff;
    display: inline-block;
    padding: 0.2em 0.5em;
    text-decoration: none;
    position: fixed;
    top: 10px;
    right: 0;
    z-index: 100;
  }
  /*
Custom mobile only menu
*/
  /* line 72, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #mobile-menu-holder {
    background-color: #4a76fd;
    color: #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.5em 1em 1em;
    display: none;
    z-index: 100;
    /* /.mobile-nav */
  }
  /* line 84, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #mobile-menu-holder .mobile-logo {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  /* line 91, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #mobile-menu-holder .mobile-menu-btn {
    background-color: #4a76fd;
    color: #ffffff;
    display: inline-block;
    padding: 0.2em 0.5em;
    text-decoration: none;
    float: right;
    position: inherit;
  }
  /* line 101, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #mobile-menu-holder .mobile-nav {
    clear: both;
    /* end .mobile-menu */
  }
  /* line 103, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #mobile-menu-holder .mobile-nav ul {
    margin: 0 0 1em;
    padding: 0;
    list-style-type: none;
    background-color: #4a76fd;
    /* end .menu li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 112, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #mobile-menu-holder .mobile-nav ul li.menu-item-280 a {
    background-color: #ededed;
    border-color: #ededed;
  }
  /* line 118, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #mobile-menu-holder .mobile-nav ul li a {
    display: block;
    padding: 0.3em 1em;
    margin: 0.5em 0 0;
    text-decoration: none;
    color: #ffffff;
    border: solid 1px #ffffff;
    text-transform: uppercase;
    background-color: #ca912a;
    border-radius: 0 5px;
  }
  /* line 129, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #mobile-menu-holder .mobile-nav ul li a:hover, #mobile-menu-holder .mobile-nav ul li a:focus {
    color: #ffffff;
    background-color: #a07321;
  }
  /* line 139, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #mobile-menu-holder .mobile-nav ul li ul.sub-menu,
  #mobile-menu-holder .mobile-nav ul li ul.children {
    list-style-type: none;
    margin: 0 0 0.2em;
    padding: 0;
  }
  /* line 148, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #mobile-menu-holder .mobile-nav ul li ul.sub-menu li:first-child a, #mobile-menu-holder .mobile-nav ul li ul.sub-menu li:last-child a,
  #mobile-menu-holder .mobile-nav ul li ul.children li:first-child a,
  #mobile-menu-holder .mobile-nav ul li ul.children li:last-child a {
    border: 0;
  }
  /* line 153, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #mobile-menu-holder .mobile-nav ul li ul.sub-menu li a,
  #mobile-menu-holder .mobile-nav ul li ul.children li a {
    margin: 0;
    text-transform: none;
  }
  /* line 185, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #mobile-menu-holder .search-form {
    padding: 0.5em;
    background-color: #ca912a;
    display: none;
  }
  /* line 189, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #mobile-menu-holder .search-form .search-field {
    display: block;
    float: left;
    line-height: 1.7;
    border-radius: 0;
  }
  /* line 195, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #mobile-menu-holder .search-form .search-submit {
    line-height: 1.7;
    background-color: #4a76fd;
  }
  /* line 199, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #mobile-menu-holder .search-form button[type="submit"] {
    background-color: #ededed;
    display: inline-block;
    border: solid 1px #fff;
    padding: 14px;
    border-radius: 0 10px 0 0;
  }
  /* /#mobile-menu-holder */
  /* line 212, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  .full-list ul {
    padding: 0 2em;
  }
  /* line 225, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  .full-blog .blog .blog-entry a img {
    width: 100%;
  }
  /* line 236, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  .full-page-blocks .page-blocks.page-blocks-3 li {
    width: 48%;
  }
  /* line 243, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  h1 {
    font-size: 1.5em;
    line-height: 1.5;
  }
  /*********************
FLEX BOX IMAGES
*********************/
  /* line 251, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  .flex_images_container {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: auto auto auto;
    grid-template-rows: 1fr 1fr;
  }
  /* line 258, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  .left-container {
    grid-row: 1/3;
    grid-column: 1;
    position: relative;
    min-height: 460px;
  }
  /* line 265, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  .top-container {
    grid-column: 2/4;
    grid-row: 1;
    position: relative;
  }
  /* line 271, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  .bottom-left-container {
    grid-column: 2;
    grid-row: 2;
    position: relative;
  }
  /* line 277, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  .bottom-right-container {
    grid-column: 3;
    grid-row: 2;
    position: relative;
  }
  /* line 283, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  .left-container-link, .top-container-link, .bottom-left-container-link, .bottom-right-container-link {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  /* line 294, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  .left-container-link:hover, .top-container-link:hover, .bottom-left-container-link:hover, .bottom-right-container-link:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
  }
  /* line 299, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  .left-container-link span, .top-container-link span, .bottom-left-container-link span, .bottom-right-container-link span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -12px;
  }
  /************
CUSTOM
************/
  /* line 312, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  p.trades-secret {
    text-align: center;
  }
  /* line 322, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  .header .contact-details li.c-email:before {
    display: inline;
  }
  /* line 331, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  .splash-section .splash-container {
    padding: 10px;
    padding-top: 2em;
  }
  /* line 339, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #footer .footer-nav {
    float: none;
    margin-left: 12em;
  }
  /* line 344, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  #footer ul.contact-details {
    margin-left: 14em;
  }
  /* line 351, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_767down.scss */
  .full-page-blocks .page-blocks {
    display: none;
  }
}

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

This stylesheet will be used for tablets and larger devices
like desktops. The grid starts working here and you can get
busy with more stylings.

******************************************************************/
  /*********************
GLOBAL STYLES
*********************/
  /* line 21, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .edit-post-visual-editor .alignfull {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    max-width: 1000%;
    width: auto;
  }
  /* line 28, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .edit-post-visual-editor .alignwide {
    margin-right: calc(25% - 25vw);
    margin-left: calc(25% - 25vw);
    max-width: 1000%;
    width: auto;
  }
  /* line 35, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .edit-post-visual-editor .alignwide img,
  .edit-post-visual-editor .alignfull img {
    display: block;
    margin: 0 auto;
  }
  /* line 45, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .header input[type="search"],
  .header button {
    background-color: #e3bc77;
    border: solid 1px #deb262;
    border-radius: 0;
  }
  /* line 51, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .header input[type="search"] {
    border-right: 0;
  }
  /* line 54, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .header button {
    margin-left: -4px;
    padding: 10px;
    color: #000;
    border-left: 0;
    display: inline-block;
  }
  /* line 60, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .header button:hover {
    color: #ffffff;
    background-color: #ca912a;
  }
  /*********************
LAYOUT & GRID STYLES
*********************/
  /*********************
HEADER STYLES
*********************/
  /* line 79, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  #top-row {
    display: block;
    background-color: #4a76fd;
  }
  /* line 87, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  #inner-header.wrap {
    padding: 0;
  }
  /* line 90, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  #inner-header .contact-details {
    font-size: 18px;
  }
  /* line 93, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  #inner-header .contact-details-phone {
    margin-top: 2.5em;
  }
  /* line 96, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  #inner-header .contact-details-email {
    margin-bottom: 1em;
  }
  /* line 101, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  #logo {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 105, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  #logo img {
    max-height: 200px;
  }
  /*********************
NAVIGATION STYLES
*********************/
  /* line 116, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .header-nav {
    background-color: #4a76fd;
    color: #ffffff;
  }
  /* line 121, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .nav {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    list-style-type: none;
    background-color: #4a76fd;
    color: #ffffff;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 131, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .nav li {
    list-style: none;
    display: inline-block;
    /*
        plan your menus and drop-downs wisely.
        */
    /* showing sub-menus */
  }
  /* line 137, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .nav li.menu-item-261 a {
    background-color: #ededed;
    color: #ffffff;
  }
  /* line 145, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .nav li.menu-item-has-children a:after {
    content: " \f107 ";
    font-family: 'fontAwesome';
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
  }
  /* line 155, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .nav li.menu-item-has-children:hover a {
    color: #a07321;
    background-color: #7c9cfe;
  }
  /* line 162, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .nav li a {
    display: block;
    padding: 0.1em 0.6em;
    border-bottom: 0;
    text-decoration: none;
    line-height: 2.5;
    color: #ffffff;
    background-color: #4a76fd;
    text-transform: uppercase;
    font-weight: 400;
    /*
            you can use hover styles here even though this size
            has the possibility of being a mobile device.
            */
    /*
            &::before{
              content: " ";
              background-color: $color-theme-one;
              width: 1px;
              height: 25px;
              display: inline-block;
              margin: 0px 15px -8px 0;
            }
            */
  }
  /* line 179, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .nav li a:hover, .nav li a:focus {
    color: #ffffff;
    background-color: #243c90;
    text-decoration: none;
  }
  /* line 199, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .nav li:first-child a::before {
    display: none;
  }
  /* line 210, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    position: absolute;
    z-index: 99;
    visibility: hidden;
    margin: -1px 0 0;
    padding: 5px 0;
    min-width: 200px;
    text-align: left;
    background-color: #ca912a;
    /* highlight sub-menu current page */
  }
  /* line 223, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    position: relative;
    display: block;
    float: none;
    /*
                if you need to go deeper, go nuts
                just remember deeper menus suck
                for usability. k, bai.
                */
  }
  /* line 229, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    color: #ffffff;
    background-color: #ca912a;
    line-height: 1.4;
    padding: 5px 10px;
  }
  /* line 235, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li a:hover, .nav li ul.sub-menu li a:focus,
  .nav li ul.children li a:hover,
  .nav li ul.children li a:focus {
    color: #ffffff;
    background-color: #ca912a;
  }
  /* line 243, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li a:after,
  .nav li ul.children li a:after {
    display: none;
  }
  /* line 247, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li a::before,
  .nav li ul.children li a::before {
    content: " \f105 ";
    font-family: 'fontAwesome';
    font-size: 12px;
    background-color: inherit;
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0 5px 0;
  }
  /* line 264, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li:first-child a::before,
  .nav li ul.children li:first-child a::before {
    content: " \f105 ";
    font-family: 'fontAwesome';
    font-size: 12px;
  }
  /* line 273, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 289, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li.current-menu-item a,
  .nav li ul.sub-menu li.current_page_item a,
  .nav li ul.sub-menu li.current_page_ancestor a,
  .nav li ul.children li.current-menu-item a,
  .nav li ul.children li.current_page_item a,
  .nav li ul.children li.current_page_ancestor a {
    background-color: #243c90;
    color: #ffffff;
  }
  /* line 295, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  /* line 305, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .nav li.current-menu-item a,
  .nav li.current_page_item a,
  .nav li.current_page_ancestor a {
    color: #ffffff;
    background-color: #243c90;
  }
  /* end .nav */
  /********************
WORDPRESS BODY CLASSES
style a page via class
********************/
  /*
We like having these classes for use in iPad and larger devices
so we've copied them here.
*/
  /* line 363, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  #footer-notice-wrap {
    background-color: #ededed;
    color: #000;
  }
  /* line 373, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  #footer #cta-query .wrap p {
    display: inline-block;
    vertical-align: middle;
  }
  /* line 377, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  #footer #cta-query .wrap p.cta-title {
    padding-right: 10px;
  }
  /* line 380, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  #footer #cta-query .wrap p.cta-title:before {
    content: 'Contact us';
    color: #000;
    display: block;
    font-weight: bold;
    font-size: 16px;
  }
  /* line 388, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  #footer #cta-query .wrap p a {
    margin-bottom: 0;
  }
  /********************
BLOG
********************/
  /* line 402, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-blog .img-holder {
    display: block;
    margin-bottom: 10px;
  }
  /* line 411, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-blog.full-blog-4 .blog .item {
    width: 24%;
    margin-right: 0.5%;
    display: inline-block;
    vertical-align: text-top;
  }
  /* line 421, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-blog.full-blog-1 .blog .item {
    width: 100%;
    display: inline-block;
    vertical-align: text-top;
  }
  /* line 430, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-blog.full-blog-2 .blog .item {
    width: 49%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: text-top;
  }
  /* line 436, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-blog.full-blog-2 .blog .item:nth-child(2) {
    margin-right: 0;
  }
  /* line 444, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-blog.full-blog-3 .blog .item {
    width: 31.5%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: text-top;
  }
  /* line 454, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-blog.full-blog-8 .blog .item {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
    display: inline-block;
    vertical-align: text-top;
  }
  /* line 470, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  #gallery-selector li {
    width: 31%;
    margin: 0 1% 2%;
  }
  /* line 474, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  #gallery-selector li a img {
    width: 100%;
  }
  /*********************
SIDEBARS & ASIDES
*********************/
  /* line 494, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .widget ul li {
    /* deep nesting */
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /* line 650, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .page-banner img {
    width: 100%;
    height: auto;
  }
  /* line 656, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .splash-section {
    padding: 3em 0;
    background-attachment: fixed;
    /*
  h1, h2, h3, h4 {
    span {
      background-color: rgba(4, 0, 149, 0.3);
    }
  }
  */
  }
  /********************
PAGE BLOCKS
********************/
  /* line 672, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-page-blocks {
    padding: 1em 0;
  }
  /* line 678, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-page-blocks .page-blocks li {
    float: left;
    display: block;
  }
  /* line 684, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-page-blocks .page-blocks li.minimal h2 {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    font-size: 1.7em;
  }
  /* line 692, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-page-blocks .page-blocks li.minimal:hover h2 {
    background-color: rgba(237, 237, 237, 0.5);
  }
  /* line 704, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-page-blocks .page-blocks li:hover img.img-back {
    border-color: #243c90;
  }
  /* line 743, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-page-blocks .page-blocks.page-blocks-2 li {
    width: 49%;
  }
  /* line 746, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-page-blocks .page-blocks.page-blocks-2 li:nth-child(1) {
    margin-left: 0;
  }
  /* line 749, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-page-blocks .page-blocks.page-blocks-2 li:nth-child(2) {
    margin-right: 0;
  }
  /* line 756, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-page-blocks .page-blocks.page-blocks-3 li {
    width: 32%;
    padding: 1%;
    margin-bottom: 1em;
  }
  /* line 762, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-page-blocks .page-blocks.page-blocks-3 li.minimal {
    padding: 0;
  }
  /* line 766, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-page-blocks .page-blocks.page-blocks-3 li img.img-back {
    margin: 0;
    max-width: 100%;
  }
  /* line 774, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-page-blocks .page-blocks.page-blocks-3 li:nth-child(2), .full-page-blocks .page-blocks.page-blocks-3 li:nth-child(5), .full-page-blocks .page-blocks.page-blocks-3 li:nth-child(7) {
    margin-right: 2%;
    margin-left: 2%;
  }
  /* line 788, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-page-blocks .page-blocks.page-blocks-4 li {
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 0;
  }
  /* line 799, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-page-blocks .page-blocks.page-blocks-4 li:nth-child(4) {
    margin-right: 0;
  }
  /* line 806, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-page-blocks .page-blocks.page-blocks-5 li {
    width: 18%;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 0;
  }
  /* line 813, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-page-blocks .page-blocks.page-blocks-5 li:nth-child(5) {
    margin-right: 0;
  }
  /* line 828, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .row-test .page-blocks.page-blocks-4 li {
    padding: 10px;
    border-radius: 0 10px;
  }
  /* line 831, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .row-test .page-blocks.page-blocks-4 li h2 {
    margin-top: 0;
  }
  /*
page builder overrides
*/
  /* line 846, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .page-template-page-builder .full-content .sb {
    margin-top: 2em;
    display: block;
  }
  /****************
GALLERY
****************/
  /* line 859, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery.gallery-columns-4 .gallery-item {
    width: 24%;
    display: inline-block;
    margin: 1em 0;
    vertical-align: middle;
  }
  /* line 865, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery.gallery-columns-4 .gallery-item a img {
    padding: 3px;
  }
  /* line 868, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery.gallery-columns-4 .gallery-item a img:hover {
    border: solid 3px #ca912a;
  }
  /* line 876, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery.gallery-columns-5 .gallery-item {
    vertical-align: middle;
  }
  /********************
SEARCH FORM
********************/
  /* line 886, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .search-form {
    padding: 1em 0;
    display: none;
  }
  /* line 889, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .search-form .search-field {
    display: inline;
  }
  /*********************
FOOTER STYLES
*********************/
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  /* line 907, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  #footer ul.footer-nav li {
    /*
            be careful with the depth of your menus.
            it's very rare to have multi-depth menus in
            the footer.
            */
  }
  /* end .footer-links */
  /* wp default gallery */
  /* line 928, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery-columns-1 .gallery-item {
    width: 100%;
    display: inline-block;
    margin: 0;
  }
  /* line 932, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery-columns-1 .gallery-item img {
    max-width: 95%;
    margin: 0 auto;
    border: solid 1px #000;
  }
  /* line 928, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery-columns-2 .gallery-item {
    width: 50%;
    display: inline-block;
    margin: 0;
  }
  /* line 932, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery-columns-2 .gallery-item img {
    max-width: 95%;
    margin: 0 auto;
    border: solid 1px #000;
  }
  /* line 928, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery-columns-3 .gallery-item {
    width: 33.33333%;
    display: inline-block;
    margin: 0;
  }
  /* line 932, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery-columns-3 .gallery-item img {
    max-width: 95%;
    margin: 0 auto;
    border: solid 1px #000;
  }
  /* line 928, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery-columns-4 .gallery-item {
    width: 25%;
    display: inline-block;
    margin: 0;
  }
  /* line 932, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery-columns-4 .gallery-item img {
    max-width: 95%;
    margin: 0 auto;
    border: solid 1px #000;
  }
  /* line 928, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery-columns-5 .gallery-item {
    width: 20%;
    display: inline-block;
    margin: 0;
  }
  /* line 932, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery-columns-5 .gallery-item img {
    max-width: 95%;
    margin: 0 auto;
    border: solid 1px #000;
  }
  /* line 928, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery-columns-6 .gallery-item {
    width: 16.66667%;
    display: inline-block;
    margin: 0;
  }
  /* line 932, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery-columns-6 .gallery-item img {
    max-width: 95%;
    margin: 0 auto;
    border: solid 1px #000;
  }
  /* line 928, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery-columns-7 .gallery-item {
    width: 14.28571%;
    display: inline-block;
    margin: 0;
  }
  /* line 932, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery-columns-7 .gallery-item img {
    max-width: 95%;
    margin: 0 auto;
    border: solid 1px #000;
  }
  /* line 928, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
    display: inline-block;
    margin: 0;
  }
  /* line 932, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery-columns-8 .gallery-item img {
    max-width: 95%;
    margin: 0 auto;
    border: solid 1px #000;
  }
  /* line 928, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery-columns-9 .gallery-item {
    width: 11.11111%;
    display: inline-block;
    margin: 0;
  }
  /* line 932, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .gallery-columns-9 .gallery-item img {
    max-width: 95%;
    margin: 0 auto;
    border: solid 1px #000;
  }
  /* ul-image */
  /* line 943, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-1 li {
    vertical-align: top;
    width: 98%;
    display: inline-block;
    margin: 0;
  }
  /* line 948, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-1 li img {
    -webkit-transform: scale(0.9);
    /* Safari and Chrome */
    -moz-transform: scale(0.9);
    /* Firefox */
    -ms-transform: scale(0.9);
    /* IE 9 */
    -o-transform: scale(0.9);
    /* Opera */
    transform: scale(0.9);
    margin: 0 auto;
    -webkit-transition: all all 0.2s ease-in-out ease;
    -moz-transition: all all 0.2s ease-in-out ease;
    -ms-transition: all all 0.2s ease-in-out ease;
    -o-transition: all all 0.2s ease-in-out ease;
    transition: all all 0.2s ease-in-out ease;
  }
  /* line 954, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-1 li img:hover {
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -moz-transform: scale(1);
    /* Firefox */
    -ms-transform: scale(1);
    /* IE 9 */
    -o-transform: scale(1);
    /* Opera */
    transform: scale(1);
  }
  /* line 943, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-2 li {
    vertical-align: top;
    width: 49%;
    display: inline-block;
    margin: 0;
  }
  /* line 948, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-2 li img {
    -webkit-transform: scale(0.9);
    /* Safari and Chrome */
    -moz-transform: scale(0.9);
    /* Firefox */
    -ms-transform: scale(0.9);
    /* IE 9 */
    -o-transform: scale(0.9);
    /* Opera */
    transform: scale(0.9);
    margin: 0 auto;
    -webkit-transition: all all 0.2s ease-in-out ease;
    -moz-transition: all all 0.2s ease-in-out ease;
    -ms-transition: all all 0.2s ease-in-out ease;
    -o-transition: all all 0.2s ease-in-out ease;
    transition: all all 0.2s ease-in-out ease;
  }
  /* line 954, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-2 li img:hover {
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -moz-transform: scale(1);
    /* Firefox */
    -ms-transform: scale(1);
    /* IE 9 */
    -o-transform: scale(1);
    /* Opera */
    transform: scale(1);
  }
  /* line 943, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-3 li {
    vertical-align: top;
    width: 32.66667%;
    display: inline-block;
    margin: 0;
  }
  /* line 948, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-3 li img {
    -webkit-transform: scale(0.9);
    /* Safari and Chrome */
    -moz-transform: scale(0.9);
    /* Firefox */
    -ms-transform: scale(0.9);
    /* IE 9 */
    -o-transform: scale(0.9);
    /* Opera */
    transform: scale(0.9);
    margin: 0 auto;
    -webkit-transition: all all 0.2s ease-in-out ease;
    -moz-transition: all all 0.2s ease-in-out ease;
    -ms-transition: all all 0.2s ease-in-out ease;
    -o-transition: all all 0.2s ease-in-out ease;
    transition: all all 0.2s ease-in-out ease;
  }
  /* line 954, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-3 li img:hover {
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -moz-transform: scale(1);
    /* Firefox */
    -ms-transform: scale(1);
    /* IE 9 */
    -o-transform: scale(1);
    /* Opera */
    transform: scale(1);
  }
  /* line 943, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-4 li {
    vertical-align: top;
    width: 24.5%;
    display: inline-block;
    margin: 0;
  }
  /* line 948, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-4 li img {
    -webkit-transform: scale(0.9);
    /* Safari and Chrome */
    -moz-transform: scale(0.9);
    /* Firefox */
    -ms-transform: scale(0.9);
    /* IE 9 */
    -o-transform: scale(0.9);
    /* Opera */
    transform: scale(0.9);
    margin: 0 auto;
    -webkit-transition: all all 0.2s ease-in-out ease;
    -moz-transition: all all 0.2s ease-in-out ease;
    -ms-transition: all all 0.2s ease-in-out ease;
    -o-transition: all all 0.2s ease-in-out ease;
    transition: all all 0.2s ease-in-out ease;
  }
  /* line 954, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-4 li img:hover {
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -moz-transform: scale(1);
    /* Firefox */
    -ms-transform: scale(1);
    /* IE 9 */
    -o-transform: scale(1);
    /* Opera */
    transform: scale(1);
  }
  /* line 943, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-5 li {
    vertical-align: top;
    width: 19.6%;
    display: inline-block;
    margin: 0;
  }
  /* line 948, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-5 li img {
    -webkit-transform: scale(0.9);
    /* Safari and Chrome */
    -moz-transform: scale(0.9);
    /* Firefox */
    -ms-transform: scale(0.9);
    /* IE 9 */
    -o-transform: scale(0.9);
    /* Opera */
    transform: scale(0.9);
    margin: 0 auto;
    -webkit-transition: all all 0.2s ease-in-out ease;
    -moz-transition: all all 0.2s ease-in-out ease;
    -ms-transition: all all 0.2s ease-in-out ease;
    -o-transition: all all 0.2s ease-in-out ease;
    transition: all all 0.2s ease-in-out ease;
  }
  /* line 954, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-5 li img:hover {
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -moz-transform: scale(1);
    /* Firefox */
    -ms-transform: scale(1);
    /* IE 9 */
    -o-transform: scale(1);
    /* Opera */
    transform: scale(1);
  }
  /* line 943, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-6 li {
    vertical-align: top;
    width: 16.33333%;
    display: inline-block;
    margin: 0;
  }
  /* line 948, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-6 li img {
    -webkit-transform: scale(0.9);
    /* Safari and Chrome */
    -moz-transform: scale(0.9);
    /* Firefox */
    -ms-transform: scale(0.9);
    /* IE 9 */
    -o-transform: scale(0.9);
    /* Opera */
    transform: scale(0.9);
    margin: 0 auto;
    -webkit-transition: all all 0.2s ease-in-out ease;
    -moz-transition: all all 0.2s ease-in-out ease;
    -ms-transition: all all 0.2s ease-in-out ease;
    -o-transition: all all 0.2s ease-in-out ease;
    transition: all all 0.2s ease-in-out ease;
  }
  /* line 954, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-6 li img:hover {
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -moz-transform: scale(1);
    /* Firefox */
    -ms-transform: scale(1);
    /* IE 9 */
    -o-transform: scale(1);
    /* Opera */
    transform: scale(1);
  }
  /* line 943, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-7 li {
    vertical-align: top;
    width: 14%;
    display: inline-block;
    margin: 0;
  }
  /* line 948, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-7 li img {
    -webkit-transform: scale(0.9);
    /* Safari and Chrome */
    -moz-transform: scale(0.9);
    /* Firefox */
    -ms-transform: scale(0.9);
    /* IE 9 */
    -o-transform: scale(0.9);
    /* Opera */
    transform: scale(0.9);
    margin: 0 auto;
    -webkit-transition: all all 0.2s ease-in-out ease;
    -moz-transition: all all 0.2s ease-in-out ease;
    -ms-transition: all all 0.2s ease-in-out ease;
    -o-transition: all all 0.2s ease-in-out ease;
    transition: all all 0.2s ease-in-out ease;
  }
  /* line 954, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-7 li img:hover {
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -moz-transform: scale(1);
    /* Firefox */
    -ms-transform: scale(1);
    /* IE 9 */
    -o-transform: scale(1);
    /* Opera */
    transform: scale(1);
  }
  /* line 943, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-8 li {
    vertical-align: top;
    width: 12.25%;
    display: inline-block;
    margin: 0;
  }
  /* line 948, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-8 li img {
    -webkit-transform: scale(0.9);
    /* Safari and Chrome */
    -moz-transform: scale(0.9);
    /* Firefox */
    -ms-transform: scale(0.9);
    /* IE 9 */
    -o-transform: scale(0.9);
    /* Opera */
    transform: scale(0.9);
    margin: 0 auto;
    -webkit-transition: all all 0.2s ease-in-out ease;
    -moz-transition: all all 0.2s ease-in-out ease;
    -ms-transition: all all 0.2s ease-in-out ease;
    -o-transition: all all 0.2s ease-in-out ease;
    transition: all all 0.2s ease-in-out ease;
  }
  /* line 954, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-8 li img:hover {
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -moz-transform: scale(1);
    /* Firefox */
    -ms-transform: scale(1);
    /* IE 9 */
    -o-transform: scale(1);
    /* Opera */
    transform: scale(1);
  }
  /* line 943, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-9 li {
    vertical-align: top;
    width: 10.88889%;
    display: inline-block;
    margin: 0;
  }
  /* line 948, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-9 li img {
    -webkit-transform: scale(0.9);
    /* Safari and Chrome */
    -moz-transform: scale(0.9);
    /* Firefox */
    -ms-transform: scale(0.9);
    /* IE 9 */
    -o-transform: scale(0.9);
    /* Opera */
    transform: scale(0.9);
    margin: 0 auto;
    -webkit-transition: all all 0.2s ease-in-out ease;
    -moz-transition: all all 0.2s ease-in-out ease;
    -ms-transition: all all 0.2s ease-in-out ease;
    -o-transition: all all 0.2s ease-in-out ease;
    transition: all all 0.2s ease-in-out ease;
  }
  /* line 954, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-9 li img:hover {
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -moz-transform: scale(1);
    /* Firefox */
    -ms-transform: scale(1);
    /* IE 9 */
    -o-transform: scale(1);
    /* Opera */
    transform: scale(1);
  }
  /* line 943, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-10 li {
    vertical-align: top;
    width: 9.8%;
    display: inline-block;
    margin: 0;
  }
  /* line 948, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-10 li img {
    -webkit-transform: scale(0.9);
    /* Safari and Chrome */
    -moz-transform: scale(0.9);
    /* Firefox */
    -ms-transform: scale(0.9);
    /* IE 9 */
    -o-transform: scale(0.9);
    /* Opera */
    transform: scale(0.9);
    margin: 0 auto;
    -webkit-transition: all all 0.2s ease-in-out ease;
    -moz-transition: all all 0.2s ease-in-out ease;
    -ms-transition: all all 0.2s ease-in-out ease;
    -o-transition: all all 0.2s ease-in-out ease;
    transition: all all 0.2s ease-in-out ease;
  }
  /* line 954, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-image-10 li img:hover {
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -moz-transform: scale(1);
    /* Firefox */
    -ms-transform: scale(1);
    /* IE 9 */
    -o-transform: scale(1);
    /* Opera */
    transform: scale(1);
  }
  /* line 965, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-testimonial ul li {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
  }
  /* line 974, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-list {
    padding-bottom: 3em;
  }
  /* line 979, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-list ul {
    padding: 0 8em;
  }
  /* line 985, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-col h1, .full-col h2, .full-col h3, .full-col h4, .full-col p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  /*
hide mobile menu
*/
  /* line 997, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  #mobile-menu-holder,
  .mobile-menu-btn {
    display: none;
  }
  /*
WooCommerce
*/
  /* line 1010, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .woocommerce ul.products li.product a img {
    width: auto;
    max-width: 100%;
    max-height: 250px;
    margin: 0 auto 1em;
  }
  /* line 1017, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .woocommerce ul.products li.product a h2:after {
    display: none;
  }
  /* line 1024, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .woocommerce .related {
    display: block;
    clear: both;
  }
  /* line 1030, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .woocommerce #content .product .summary {
    width: 55%;
  }
  /* line 1033, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .woocommerce #content .product .images {
    width: 40%;
  }
  /* line 1041, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .column-2 {
    -webkit-column-count: 2;
    /* Safari and Chrome */
    -moz-column-count: 2;
    /* Firefox */
    -ms-column-count: 2;
    /* IE 9 */
    -o-column-count: 2;
    /* Opera */
    column-count: 2;
  }
  /* line 1044, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .column-3 {
    -webkit-column-count: 3;
    /* Safari and Chrome */
    -moz-column-count: 3;
    /* Firefox */
    -ms-column-count: 3;
    /* IE 9 */
    -o-column-count: 3;
    /* Opera */
    column-count: 3;
  }
  /* line 1047, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .list-column-3 {
    -webkit-column-count: 3;
    /* Safari and Chrome */
    -moz-column-count: 3;
    /* Firefox */
    -ms-column-count: 3;
    /* IE 9 */
    -o-column-count: 3;
    /* Opera */
    column-count: 3;
    list-style-type: none;
    margin: 1em 0;
    padding: 0 1em;
  }
  /* line 1054, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .list-column-3 li:before {
    content: " \f058 ";
    font-family: 'fontAwesome';
    font-size: 16px;
    color: #ededed;
    background-color: inherit;
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0 10px;
  }
  /* line 1073, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-tick {
    -webkit-column-count: 2;
    /* Safari and Chrome */
    -moz-column-count: 2;
    /* Firefox */
    -ms-column-count: 2;
    /* IE 9 */
    -o-column-count: 2;
    /* Opera */
    column-count: 2;
  }
  /* line 1077, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .ul-tick li {
    background-color: #243c90;
    padding: 0 10px;
    line-height: 2;
    margin-bottom: 5px;
  }
  /*
search page
*/
  /* line 1092, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .grid-3 .post {
    vertical-align: top;
    width: 33%;
    display: inline-block;
  }
  /*********************
FLEX BOX IMAGES
*********************/
  /* line 1102, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .flex_images_container {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: auto auto auto;
    grid-template-rows: 1fr 1fr;
  }
  /* line 1109, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .left-container {
    grid-row: 1/3;
    grid-column: 1;
    position: relative;
    min-height: 460px;
  }
  /* line 1116, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .top-container {
    grid-column: 2/4;
    grid-row: 1;
    position: relative;
  }
  /* line 1122, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .bottom-left-container {
    grid-column: 2;
    grid-row: 2;
    position: relative;
  }
  /* line 1128, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .bottom-right-container {
    grid-column: 3;
    grid-row: 2;
    position: relative;
  }
  /* line 1134, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .left-container-link, .top-container-link, .bottom-left-container-link, .bottom-right-container-link {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  /* line 1145, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .left-container-link:hover, .top-container-link:hover, .bottom-left-container-link:hover, .bottom-right-container-link:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
  }
  /* line 1150, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .left-container-link span, .top-container-link span, .bottom-left-container-link span, .bottom-right-container-link span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -12px;
  }
  /*********************
PACKAGES
*********************/
  /* line 1162, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .full-packages {
    font-family: 'lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    background: linear-gradient(35deg, #eea849, #f36b22);
    padding: 30px;
    margin: 0;
  }
  /* line 1170, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .wrapper-card {
    display: flex;
    flex-wrap: nowrap;
    margin: 40px auto;
    width: 77%;
  }
  /* line 1176, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px transparent;
    flex: 1;
    margin: 8px;
    padding: 30px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease-in-out;
  }
  /* line 1186, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card.popular {
    margin-top: -10px;
    margin-bottom: -10px;
    border: solid 1px #0061dd;
  }
  /* line 1191, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card.popular .card-title h2 {
    color: orange;
    font-size: 30px;
  }
  /* line 1196, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card.popular .card-price {
    margin: 50px;
  }
  /* line 1198, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card.popular .card-price .h1-coloured {
    color: #0061dd;
    font-size: 60px;
  }
  /* line 1202, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card.popular .card-price small {
    color: rgba(0, 0, 0, 0.5);
  }
  /* line 1209, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card.popular .card-action .package-button {
    border-radius: 30px;
    color: #fff;
    background-color: #0061dd;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 20px;
    width: 100%;
    height: 60px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
  }
  /* line 1224, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card.popular .card-action .package-button:hover {
    background-color: transparent;
    color: #0061dd;
    border: solid 2px #0061dd;
    font-size: 17px;
  }
  /* line 1233, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  }
  /* line 1237, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card-ribbon {
    position: absolute;
    overflow: hidden;
    top: -10px;
    left: -10px;
    width: 114px;
    height: 112px;
  }
  /* line 1244, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card-ribbon span {
    position: absolute;
    display: block;
    width: 160px;
    padding: 10px 0;
    background-color: #0061dd;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    left: -35px;
    top: 25px;
    transform: rotate(-45deg);
  }
  /* line 1259, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card-ribbon::before, .card-ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #ef5a23;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  /* line 1269, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card-ribbon::before {
    top: 0;
    right: 0;
  }
  /* line 1273, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card-ribbon::after {
    bottom: 0;
    left: 0;
  }
  /* line 1280, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card-title h2 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: solid 1px;
    padding-bottom: 10px;
  }
  /* line 1287, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card-title .h4 {
    color: rgba(0, 0, 0, 0.6);
  }
  /* line 1291, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card-price {
    margin: 50px 0;
  }
  /* line 1293, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card-price p {
    font-size: 46px;
  }
  /* line 1295, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card-price p sup {
    font-size: 15px;
    display: inline-block;
    margin-left: -20px;
    width: 10px;
  }
  /* line 1301, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card-price p small {
    color: orange;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
  }
  /* line 1309, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card-price p:nth-child(2):before, .card-price p:nth-child(4):before {
    content: "OR";
    display: block;
    font-size: 25px;
    margin-bottom: 12px;
  }
  /* line 1319, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card-description ul {
    display: block;
    list-style: none;
    margin: 60px 0;
    padding: 0;
  }
  /* line 1325, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card-description li {
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    margin: 0 0 15px;
  }
  /* line 1331, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card-description li.tick::before {
    font-family: FontAwesome;
    content: "\f00c";
    padding: 0 5px 0 0;
    background: linear-gradient(35deg, #eea849, #f36b22);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  /* line 1342, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card-description li.cross::before {
    font-family: FontAwesome;
    content: "\f00d";
    padding: 0 5px 0 0;
    background: linear-gradient(35deg, #eea849, #f36b22);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  /* line 1356, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card-action a.package-button {
    background: transparent;
    line-height: initial;
    border: 2px solid #ef5a23;
    border-radius: 30px;
    color: #ef5a23;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 20px;
    width: 100%;
    height: 60px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  /* line 1372, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .card-action a.package-button:hover {
    background-color: #ef5a23;
    box-shadow: 0 2px 4px #a0340c;
    color: #fff;
    font-size: 17px;
  }
  /* line 1381, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  p.ticket-price {
    border: dashed 2px #ffffff;
    padding: 42px 10px;
    margin: 5px;
  }
  /* line 1387, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .content-bg {
    background-color: #fff;
    padding-top: 10px;
  }
  /* line 1392, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .price-bg {
    background-color: #ef5a23;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding-right: 0;
  }
  /* line 1400, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  p.ticket-title {
    font-weight: normal;
    font-size: 25px;
  }
  /*********************
CUSTOM
*********************/
  /* line 1409, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  ul.contact-details.icon-phone {
    margin-top: 2em;
  }
  /* line 1415, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .slider-text-sandra h2 {
    text-align: left;
    border-bottom: solid 2px #4a76fd;
  }
  /* line 1419, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .slider-text-sandra h2:after {
    display: none;
  }
  /* line 1424, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .slider-text-sandra h3 {
    margin-top: 10px;
    text-transform: none;
  }
  /* line 1429, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  .slider-text-sandra a.btn {
    left: 1.5px !important;
    margin-top: 1em;
  }
  /* line 1435, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  #inner-header > div > div.m-all.t-1of3.d-1of3 > ul.header-btn > li {
    text-align: center;
  }
  /* line 1439, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_768up.scss */
  #inner-header > div > div.m-all.t-1of3.d-1of3 > ul.header-btn > li > a.btn {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 899px) {
  /******************************************************************
Site Name: 
Author:

Stylesheet: Below Tweener

This stylesheet will show on devices smaller than large tablets but
below desktops.

Use this for tweener device sizes. We don't use this stylesheet
often but on occasion it comes in handy.

******************************************************************/
}

@media only screen and (max-width: 1029px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Smaller Desktops + Tablets

This stylesheet affects desktops and some tablets but often I find
that 1029px and below is a good breakpoint for showing a mobile
hamburger menu so you can add styles for that here.

I find it easier to do it this way than to have to override base styles.

******************************************************************/
  /* line 18, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_1029down.scss */
  .full-page-blocks.page-block-coloured li h2 {
    font-size: 16px;
  }
}

/*********************
TWEENER
This targets some trickier 'tweener' devices like large
tablets. You probably won't need to add too much to this stylesheet.
If you're not using it, delete it.
*********************/
@media only screen and (min-width: 900px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tweener Stylsheet

This is for some trickier in-between 'tweener' sizes like larger 
tablets.

******************************************************************/
}

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  /*
#inner-header,
#inner-footer,
#top-row .wrap,
.full .wrap,
#footer .wrap,
#content-full .wrap,
#content-main
*/
  /* line 20, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_1030up.scss */
  .wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
  /* line 28, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/breakpoints/_1030up.scss */
  .full-page-blocks .page-blocks.page-blocks-2 .page-block-content {
    padding-top: 150px;
  }
}

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Larger Laptop + Desktop

You can add some advanced styles for larger devices here if you like.

******************************************************************/
}

/*********************
EXTRA LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1600px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here for extra large monitors.

******************************************************************/
}

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  /* line 13, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -ms-filter: none !important;
    filter: none !important;
  }
  /* line 21, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 26, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 31, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 36, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* line 42, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 47, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 51, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }
  /* line 55, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_print.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 63, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 68, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* line 74, D:/Web Design/Projects/Sandra Welch/Dev/wp-content/themes/Sandra Welch/library/scss/partials/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

/*# sourceMappingURL=../css/style.map */