/*
	Theme Name: Genesis - Mobile First
	Theme URI: http://www.mightyminnow.com/2013/08/our-new-mobile-first-child-theme-for-genesis-2-0/
	Template: genesis
	Description: This is a "Mobile First" child theme based on the default <a href="http://www.genesisframework.com/">Genesis 2.0 Sample Theme</a>. Further modified by Vertical Rail Creative (http://www.verticalrailcreative.com).
	Author: MIGHTYminnow
	Author URI: http://www.mightyminnow.com/
	Version: 1.4
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
        - Misc
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
        - Blog Masonry Layout
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Widget Area
	- Site Navigation
		- Responsive Menu Button
        - SmartMenus Core
	- Content Area
		- Homepage
		- Entries
		- Pagination
		- Comments
		- Back to Top Link
	- Sidebars
	- Site Footer
	- Media Queries

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article, aside, details, /* 1 */ figcaption, figure, footer, header, main, /* 2 */ menu, nav, section, summary { /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */

audio, canvas, progress, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */ [hidden] {
 display: none;
}
/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active, a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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.
 */

b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, pre, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

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.
 */

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.
 */

button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] {
 -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 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.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"], [type="radio"] {
 box-sizing: border-box; /* 1 */
 padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[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.
 */

[type="search"] {
 -webkit-appearance: textfield; /* 1 */
 outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
 color: inherit;
 opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
 -webkit-appearance: button; /* 1 */
 font: inherit; /* 2 */
}
/* Box Sizing
--------------------------------------------- */

*, input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Float Clearing
--------------------------------------------- */

.archive-pagination:before, .clearfix:before, .entry:before, .entry-pagination:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {
  content: " ";
  display: table;
}
.archive-pagination:after, .clearfix:after, .entry:after, .entry-pagination:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {
  clear: both;
  content: " ";
  display: table;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
  font-size: 62.5%; /* 10px browser default */
}
body {
  background-color: #fff;
  color: #424242;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.325;
}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, select:focus, .button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
::-moz-selection {
 background-color: #646362;
 color: #fffffd;
}
::selection {
  background-color: #646362;
  color: #fffffd;
}
a {
  color: #f597cb;
  text-decoration: none;
}
a img {
  margin-bottom: -4px;
  margin-bottom: -0.4rem;
}
a:hover {
  color: #923f75;
}
p {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  padding: 0;
}
strong {
  font-weight: 700;
}
ol, ul {
  margin: 0;
  padding: 0;
}
blockquote {
  margin: 40px 40px 24px;
  margin: 4rem 4rem 2.4rem;
}
blockquote::before {
  content: "\201C";
  display: block;
  font-family: 'Montserrat', Georgia, sans-serif;
  font-size: 90px;
  font-size: 9rem;
  color: #888;
  height: 0;
  left: -35px;
  position: relative;
  top: -34px;
}
.entry-content code {
  background-color: #424242;
  color: #ddd;
}
cite {
  font-style: normal;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* Headings
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  color: #666;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.325;
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
}
h1 {
  font-size: 30px;
  font-size: 3rem;
}
h2 {
  font-size: 27px;
  font-size: 2.7rem;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
h4 {
  font-size: 22px;
  font-size: 2.2rem;
}
h5 {
  font-size: 20px;
  font-size: 2rem;
}
h6 {
  font-size: 18px;
  font-size: 1.8rem;
}
/* Objects
--------------------------------------------- */

embed, iframe, img, object, video, .wp-caption {
  max-width: 100%;
}
img {
  height: auto;
  width: auto; /* IE8 */
}
/* Forms
--------------------------------------------- */

input, select, textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: none;
  color: #888;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  width: auto;
  line-height: 1;
}
select, textarea {
  line-height: 1.25;
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #888;
  outline: none;
}
::-moz-placeholder {
 color: #888;
 opacity: 1;
}
::-webkit-input-placeholder {
 color: #888;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
  background-color: #f597cb;
  border: 2px solid #f597cb;
  border-radius: 3px;
  box-shadow: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  padding: 12px 18px;
  padding: 1.2rem 1.8rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: auto;
}
button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], .button:focus, .entry-content .button:focus {
  border: 2px solid #fff000;
  outline: none;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .entry-content .button:hover {
  background-color: #923f75;
  border: 2px solid #923f75;
  color: #fff;
}
.button {
  display: inline-block;
}
input[type="search"] {
  line-height: 1.5;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
 display: none;
}
/* Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  width: 100%;
}
tbody {
  border-bottom: 1px solid #ddd;
}
th, td {
  text-align: left;
}
th {
  font-weight: 700;
  text-transform: uppercase;
}
td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
  padding: 0.6rem 0;
}
/* Misc
--------------------------------------------- */

.mobile-hide {
  display: none;
}
.desktop-hide {
  display: block;
  visibility:hidden !important;
  height:0;
}
.smaller-font {
  font-size: 80%;
}
.larger-font {
  font-size: 120%;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.valign-center {
  vertical-align: middle;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.no-link-pointer, a.no-link-pointer, .no-link-pointer>a {
  cursor: default;
}
.video, .video-left, .video-right {
  margin: 20px auto 40px auto;
  margin: 2rem auto 4rem auto;
  position: relative;
  padding-bottom: 53%; /* this works for Vimeo; for other players, need to adjust and check at different browser widths (try 56.25%) */
  padding-top: 3%; /* this works for Vimeo; for other players, need to adjust and check at different browser widths */
  height: 0;
}
.video iframe, .video-left iframe, .video-right iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
.nav-primary, .site-header, .site-inner, .site-footer, .wrap {
  margin: 0 auto;
  width: 100%;
}
.site-inner {
  background-color: #fff;
}
.site-inner .wrap {
  clear: both;
  padding-top: 40px;
  padding-top: 4rem;
}
.home .site-inner .wrap {
  padding-top: 0;
}
.nav-primary .wrap, .header-area {
  margin: 0 auto;
  width: 90%;
  max-width: 1500px;
  text-align: center;
}
.header-image-section {
  display: block;
  min-height: 250px;
  margin: 0 auto;
  line-height: 0;
}
/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-wrap {
  margin: 0 auto;
  width: 90%;
}
.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}
/* Content */

.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
  float: left;
}
.content {
  float: right;
  width: 100%;
}
/* Primary Sidebar */

.sidebar-primary {
  float: right;
  width: 100%;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
  float: left;
}
/* Secondary Sidebar */

.sidebar-secondary {
  float: left;
  width: 100%;
  visibility: hidden;
}
.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}
/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
  float: left;
  margin: 0;
  width: 100%;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
  float: left;
  line-height: 0;
  border: 1px solid #808080;
}
.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}
.alignright .avatar {
  margin-left: 24px;
  margin-left: 2.4rem;
}
.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sticky {
}
img.centered, .aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 2.4rem;
}
img.alignnone {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
img.alignleft, .wp-caption.alignleft {
  margin: 0 0 24px 0;
  margin: 0 0 2.4rem 0;
  float: none;
  display: block;
}
img.alignright, .wp-caption.alignright {
  margin: 0 0 24px 0;
  margin: 0 0 2.4rem 0;
  float: none;
  display: block;
}
.wp-caption-text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  line-height: 1.2;
}
.gallery-caption {
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td, .widget_calendar th {
  text-align: center;
}
/* Genesis
--------------------------------------------- */

.breadcrumb {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.archive-description, .author-box {
  background-color: transparent;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.author-box {
  padding: 32px;
  padding: 3.2rem;
  border: 1px solid #ddd;
  min-height: 210px;
  background-color: #eee;
}
.author-box-title {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
}
.author-box a {
  border-bottom: 1px solid #ddd;
}
.author-box p {
  margin-bottom: 0;
}
.author-box .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}
/* Titles
--------------------------------------------- */

.entry-title {
  font-size: 30px;
  font-size: 3rem;
}
.entry-title a, .sidebar .widget-title a {
  color: #923f74;
}
.entry-title a:hover {
  color: #f597cb;
}
.widget-title {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}
.sidebar .widget-title a {
  border: none;
}
.archive-title {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 0 0 24px;
  padding: 0 0 2.4rem;
}
.featured-content .entry-title {
  border: none;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.325;
}
.featured-content .entry-title a {
  border: none;
}
/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
  color: #888;
}
.sidebar .widget.enews-widget {
  background-color: #424242;
}
.sidebar .enews-widget {
  padding: 40px;
  padding: 4rem;
}
.enews-widget .widget-title {
  color: #fff;
}
.enews-widget input {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
.enews-widget input:focus {
  border: 1px solid #ddd;
}
.enews-widget input[type="submit"] {
  background-color: #f597cb;
  color: #fff;
  margin: 0;
  width: 100%;
}
.enews-widget input:hover[type="submit"] {
  background-color: #923f75;
  color: #fff;
}
/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"], div.gform_wrapper input[type="text"], div.gform_wrapper textarea, div.gform_wrapper select, div.gform_wrapper .ginput_complex label {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem;
}
div.gform_wrapper .gfield_checkbox li label, div.gform_wrapper .gfield_radio li label {
  font-size: 18px;
  font-size: 1.8rem;
  color: #888;
}
div.gform_wrapper select option, div.gform_wrapper .ginput_complex label {
  padding: 0;
}
div.gform_wrapper li, div.gform_wrapper form li {
  margin: 16px 0 0;
  margin: 1.6rem 0 0;
}
div.gform_wrapper h2.gsection_title, div.gform_wrapper h3.gform_title {
  margin-top: 40px !important;
  margin-top: 4rem !important;
  font-weight: normal;
}
div.gform_wrapper .ginput_complex label, div.gform_wrapper .gfield_time_hour label, div.gform_wrapper .gfield_time_minute label, div.gform_wrapper .gfield_date_month label, div.gform_wrapper .gfield_date_day label, div.gform_wrapper .gfield_date_year label, div.gform_wrapper .instruction {
  font-size: 14px;
  font-size: 1.4rem;
}
div.gform_wrapper .top_label li.gfield.gf_middle_third {
  margin-left: 0 !important;
}
div.gform_wrapper .datepicker {
  width: 150px !important;
}
/* --- OPTIONAL --- Uncomment to hide form labels and place them instead inside fields on homepage forms. Default values are entered by editing the form and clicking on the Advanced tab, then entering a value inside the Default Value field.
Read the following webpage to use javascript to clear the field's default value when clicked on.
http://www.gravityhelp.com/clearing-default-form-field-values-with-jquery/ */
/*
div.gform_wrapper .top_label .gfield_label {
  display: none;
}
*/
div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type=submit] {
  font-size: 18px;
  font-size: 1.8rem;
}
body div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  padding-left: 40px;
  padding-left: 4rem;
}
div.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li {
  width: 100%;
}
div.gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li, div.gform_wrapper li.gfield.gf_2col ul.gfield_radio li, div.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li, div.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
  margin-bottom: 0;
}
/* Jetpack
--------------------------------------------- */

img#wpstats {
  display: none;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header .wrap {
}
.top-bar {
  background-color: #5d1a43;
  height: 45px;
}
.top-bar-container {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
  padding-top: 8px;
  padding-top: 0.8rem;
  color: #f597cb;
  line-height: 1.2;
  text-align: center;
}
.top-bar-container i {
  display: inline-block;
  margin-right: 10px;
  margin-right: 1rem;
  font-size: 32px;
  color: #923f75;
  vertical-align: middle;
}
.top-bar-container a, .top-bar-container a:hover {
  color: #f597cb;
  text-decoration: none;
  letter-spacing: 2px;
}
.header-area .logo {
  max-width: 200px;
  margin: 20px auto 0;
  margin: 2rem auto 0;
}
.header-area .tagline {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #c770a0;
}
.header-area .address {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 6px;
  margin-top: 0.6rem;
}
/* Widget Area
--------------------------------------------- */

.site-header .search-form {
  margin: 16px auto;
  margin: 1.6rem auto;
  text-align: center;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

/* Responsive Menu Button
--------------------------------------------- */
.main-menu-btn {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: 10px;
  margin-top: 1rem;
  text-indent: 28px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #bbb;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox offscreen (so it stays visible to screen readers) */
#main-menu-state {
  position: absolute;
  top: -99999px;
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #menu-main-menu {
  display: none;
}
#main-menu-state:checked ~ #menu-main-menu {
  display: block;
}
/* SmartMenus Core (do NOT edit this core section)
--------------------------------------------- */
.sm {
  position: relative;
  z-index: 9999;
}
.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right;
}
.sm>li>h1, .sm>li>h2, .sm>li>h3, .sm>li>h4, .sm>li>h5, .sm>li>h6 {
  margin: 0;
  padding: 0;
}
.sm ul {
  display: none;
}
.sm li, .sm a {
  position: relative;
}
.sm a {
  display: block;
}
.sm a.disabled {
  cursor: not-allowed;
}
.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.sm, .sm *, .sm *:before, .sm *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* END SmartMenus Core
--------------------------------------------- */
/* SmartMenus on Mobile
--------------------------------------------- */
ul.sm {
  float: none;
}
.sm {
  border: 1px solid #bbbbbb;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.sm a, .sm a:hover, .sm a:focus, .sm a:active {
  padding: 13px 20px;
  padding: 1.3rem 2rem;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  padding-right: 5.8rem;
  color: #555555;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm a.current {
  background: #555555;
  color: #fff;
}
.sm a.disabled {
  color: #cccccc;
}
.sm a span.sub-arrow:before {
  position: absolute;
  top: 70%;
  margin-top: -17px;
  margin-top: -1.7rem;
  left: auto;
  right: 4px;
  width: 34px;
  height: 30px;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  text-shadow: none;
  content: '\25bc';
}
.sm a.highlighted span.sub-arrow:before {
  display: block;
  content: '\25b2';
}
.sm li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm > li:first-child {
  border-top: 0;
}
.sm ul {
  background: rgba(179, 179, 179, 0.1);
}
.sm ul a, .sm ul a:hover, .sm ul a:focus, .sm ul a:active {
  font-size: 14px;
  font-size: 1.4rem;
  border-left: 8px solid transparent;
}
.sm ul ul a, .sm ul ul a:hover, .sm ul ul a:focus, .sm ul ul a:active {
  border-left: 16px solid transparent;
}
.sm ul ul ul a, .sm ul ul ul a:hover, .sm ul ul ul a:focus, .sm ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm ul ul ul ul a, .sm ul ul ul ul a:hover, .sm ul ul ul ul a:focus, .sm ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm ul ul ul ul ul a, .sm ul ul ul ul ul a:hover, .sm ul ul ul ul ul a:focus, .sm ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
/* END SmartMenus on Mobile
--------------------------------------------- */

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Homepage
--------------------------------------------- */
.container-wrap {
  margin: 0 auto;
  width: 90%;
}
.homepage-thumbnails {
  width: 90%;
  max-width: 1500px;
  padding: 20px 0;
  padding: 2rem 0;
  margin: 0 auto;
  border-bottom: none;
}
.homepage-thumbnails .container {
  float: left;
  width: 48%;
  margin: 0 1% 3%;
  line-height: 0;
}
/* Excerpts
--------------------------------------------- */
.home article, .archive article, .search article {
  padding: 45px 0 0;
  padding: 4.5rem 0 0;
  border-top: 1px solid #c6c6c6;
}
.home article:nth-child(2), .archive article:nth-child(2), .search article:nth-child(2) {
  padding: 0;
  border-top: none;
}
.home .entry-title, .archive .entry-title, .search .entry-title {
  font-size: 30px;
  font-size: 3rem;
}
.home .entry-header img, .archive .entry-header img, .search .entry-header img {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.home .entry-footer, .archive .entry-footer, .search .entry-footer {
  display: none;
}
body.category-ask-chrystal .entry-header .featured-image {
  display: none;
}
/* Entries
--------------------------------------------- */

.entry {
  background-color: #fff;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.entry-content {
  clear: both;
}
.entry-content a {
  color: #f597cb;
}
.entry-content a:hover {
  color: #923f75;
}
.entry-content .attachment a, .entry-content .gallery a {
  border: none;
}
.entry-content ol, .entry-content p, .entry-content ul, .quote-caption {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}
.entry-content ol ul, .entry-content ul ol {
  margin-bottom: 0;
}
.entry-content ol, .entry-content ul {
  margin-left: 40px;
  margin-left: 4rem;
}
.entry-content ol li, .entry-content ul li ol li {
  list-style-type: decimal;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ol ol, .entry-content ul ul {
  margin-bottom: 0;
}
.entry-content .search-form {
  width: 50%;
}
.entry-meta {
  color: #888;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  clear: both;
}
.entry-meta .lowercase {
  font-style: italic;
  text-transform: lowercase;
}
.entry-header .entry-meta {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
.entry-footer .entry-meta {
  clear: both;
}
.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
  margin: 0 0.6rem 0 0.2rem;
}
.entry-categories, .entry-tags {
  display: block;
}
.post-author-gravatar img {
  margin: 0 16px 0 0;
  margin: 0 1.6rem 0 0;
}
.cta-box {
  font-family: 'Montserrat', sans-serif;
  font-size: 130%;
  font-weight: 400;
  color: #666;
  text-align: center;
  line-height: 1.325;
  padding: 20px 30px;
  padding: 2rem 3rem;
  margin: 40px 0;
  margin: 4rem 0;
  border: 2px dotted #666;
  border-radius: 15px;
}
a.read-more-button {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #c770a0;
  border-radius: 3px;
  box-shadow: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #c770a0;
  cursor: pointer;
  padding: 8px 12px;
  padding: 0.8rem 1.2rem;
  margin: -10px 0 10px;
  margin: -1rem 0 1rem;
  line-height: 1.2;
  width: auto;
  text-align: left;
}
a.read-more-button:hover {
  color: #923f75;
  border: 1px solid #923f75;
  background-color: transparent;
}
strong a.read-more-button {
  font-weight: normal;
}
em a.read-more-button {
  font-style: normal;
}
/* Pagination
--------------------------------------------- */

.archive-pagination, .entry-pagination {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  margin: 40px 0;
  margin: 4rem 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.archive-pagination li, .entry-pagination li {
  display: inline-block;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.archive-pagination li a, .entry-pagination li a {
  display: inline-block;
  background-color: #f597cb;
  border: 1px solid #f597cb;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  padding: 8px 12px;
  padding: 0.8rem 1.2rem;
  line-height: 1.2;
}
.archive-pagination li a:focus, .entry-pagination li a:focus {
  border: 1px solid #ff6626;
  outline: none;
}
.archive-pagination li a:hover, .entry-pagination li a:hover, .archive-pagination li.active a, .entry-pagination li.active a {
  background-color: #923f75;
  border: 1px solid #923f75;
  color: #fff;
}
.pagination-omission {
  color: #424242;
}
/* Comments
--------------------------------------------- */
#comment {
  width: 100%;
}
.comment-respond, .entry-comments, .entry-pings {
  clear: both;
  background-color: transparent;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.comment-content {
  clear: both;
}
.entry-comments .comment-author {
  margin-bottom: 0;
}
.comment-meta {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
  width: 100%;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
  margin-right: 1.2rem;
}
.comment-list li, .ping-list li {
  list-style-type: none;
}
.comment-list li {
  margin-top: 24px;
  margin-top: 2.4rem;
  padding: 32px;
  padding: 3.2rem;
}
.comment-list li li {
  margin-right: -32px;
  margin-right: -3.2rem;
}
li.comment {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
li li.comment {
  border-right: none;
}
.comment .avatar {
  margin: 0 16px 24px 0;
  margin: 0 1.6rem 2.4rem 0;
}
.entry-pings .reply {
  display: none;
}
.bypostauthor {
}
.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 24px;
  padding: 2.4rem;
}
/* Back to Top Link
--------------------------------------------- */

.back-to-top {
  clear: both;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px auto;
  margin: 2rem auto;
  width: 90%;
}
/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.sidebar .widget-title {
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  letter-spacing: 2px;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  background: url(images/sidebar-divider.png) center bottom no-repeat;
}
.sidebar p:last-child {
  margin-bottom: 0;
}
.sidebar li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  word-wrap: break-word;
}
.sidebar ul > li:last-child {
  margin-bottom: 0;
}
.sidebar .widget {
  background-color: transparent;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.sidebar select {
  max-width: 100%;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer .wrap {
  padding-top: 20px;
  padding-top: 2rem;
}
.footer-area {
  width: 100%;
  padding: 20px 0;
  padding: 2rem 0;
  background-color: #f4f4f4;
}
.footer-wrap {
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
.footer-social-media {
  padding: 20px 0;
  padding: 2rem 0;
  margin: 0 auto 40px;
  margin: 0 auto 4rem;
  max-width: 1500px;
  text-align: center;
  border-bottom: 1px solid #c6c6c6;
}
.social-media a {
  display: inline-block;
  margin: 0 5px 10px;
  margin: 0 0.5rem 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 36px;
  color: #fff;
  background-color: #f597cb;
}
.social-media a:hover {
  background-color: #5d1a43;
}
.social-media a.icon-1:hover {
  background-color: #3b5998;
}
.social-media a.icon-2:hover {
  background-color: #55acee;
}
.social-media a.icon-3:hover {
  background-color: #bd081c;
}
.social-media a.icon-4:hover {
  background-color: #5851db;
}
.social-media a.icon-5:hover {
  background-color: #dd4b39;
}
.social-media a.icon-6:hover {
  background-color: #af0606;
}
.footer-wrap .container-1, .footer-wrap .container-2, .footer-wrap .container-3 {
  width: 100%;
  max-width: 380px;
  margin: 0 auto 40px;
  margin: 0 auto 4rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.footer-wrap .container-1 .heading, .footer-wrap .container-2 .heading, .footer-wrap .container-3 .heading {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
}
.footer-wrap .container-2 {
  text-align: center;
}
.footer-logo {
  max-width: 200px;
  margin: 0 auto;
  margin: 0 auto;
}
.constant-contact-form {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 20px 30px 5px;
  padding: 2rem 3rem 0.5rem;
}
.site-inner .constant-contact-form {
  max-width: 500px;
}
.site-inner .constant-contact-form .heading {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
}
.constant-contact-form input[type="text"] {
  width: 100%;
}
.constant-contact-form p {
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
}
.constant-contact-form .cc-submit-button {
  text-align: center;
}
#success_message {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 22px;
  font-style: italic;
  color: #923f75;
  border: dashed 1px #f597cb;
  border-radius: 3px;
}
.ctct-form-errorMessage {
  font-size: 14px;
  font-size: 1.4rem;
  color: #f00;
}
.credits-area {
  width: 100%;
  padding: 24px 0;
  padding: 2.4rem 0;
  background-color: #eae9e9;
}
.credits-wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #737373;
  text-align: center;
}
.credits-wrap a {
  color: #737373;
}
.credits-wrap a:hover {
  color: #000;
}





/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 600px) {
body {
  font-size: 20px;
}
.header-image-section {
  height: 330px;
}
blockquote {
  margin: 40px 80px 24px;
  margin: 4rem 8rem 2.4rem;
}
blockquote::before {
  font-size: 180px;
  font-size: 18rem;
  left: -90px;
  top: -90px;
}
.cta-box {
  font-size: 180%;
  padding: 30px 50px;
  padding: 3rem 5rem;
}
.header-area .logo {
  max-width: 436px;
}
.header-area .tagline {
  font-family: 'Cormorant Upright', serif;
  font-size: 28px;
  font-size: 2.8rem;
}
.footer-area {
  padding: 20px 0 50px;
  padding: 2rem 0 5rem;
}
.footer-social-media {
  padding: 40px 0;
  padding: 4rem 0;
  margin: 0 auto 70px;
  margin: 0 auto 7rem;
}
.social-media a {
  display: inline-block;
  margin: 0 5px 10px;
  margin: 0 0.5rem 1rem;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 54px;
  color: #fff;
  background-color: #f597cb;
}
.footer-wrap .container-1, .footer-wrap .container-2 {
  font-size: 22px;
  font-size: 2.2rem;
}
.footer-wrap .container-1 .heading, .footer-wrap .container-2 .heading, .footer-wrap .container-3 .heading {
  font-size: 22px;
  font-size: 2.2rem;
}
.footer-logo {
  max-width: 300px;
}
.site-inner .constant-contact-form .heading {
  font-size: 22px;
  font-size: 2.2rem;
}
}
@media only screen and (min-width: 800px) {
body {
  line-height: 1.625;
}
.video-left {
  float: left;
  margin: 1rem 3rem 1rem 0;
  padding-bottom: 26%; /* this works for Vimeo; for other players, need to adjust and check at different browser widths */
  width: 50%;
}
.video-right {
  float: right;
  margin: 1rem 0 1rem 3rem;
  padding-bottom: 26%; /* this works for Vimeo; for other players, need to adjust and check at different browser widths */
  width: 50%;
}
#comment {
  width: auto;
}
.top-bar-container a {
  pointer-events: none; /* disables link */
}
}
@media only screen and (min-width: 1024px) {
/* SmartMenus on Desktop
--------------------------------------------- */
.nav-primary .wrap {
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  padding: 20px 0 12px;
  padding: 2rem 0 1.2rem;
}
/* --- OPTIONAL --- UNCOMMENT SELECTOR BELOW TO ALIGN MENU TO THE RIGHT.
ul.sm {
  float: right;
}
*/
/* hide the button in desktop view */
.main-menu-btn {
  position: absolute;
  top: -99999px;
}
/* always show the menu in desktop view */
#main-menu-state:not(:checked) ~ #menu-main-menu {
  display: inline-block;
}
/* start... (it's not recommended editing these rules) */
.sm ul {
  position: absolute;
  width: 12em;
}
.sm li {
  float: left;
}
.sm.sm-rtl li {
  float: right;
}
.sm ul li, .sm.sm-rtl ul li, .sm.sm-vertical li {
  float: none;
}
.sm a {
  white-space: nowrap;
}
.sm ul a, .sm.sm-vertical a {
  white-space: normal;
}
.sm .sm-nowrap > li > a, .sm .sm-nowrap > li > :not(ul) a {
  white-space: nowrap;
}
/* ...end */
.sm {
  border: none;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sm > li > a, .sm > li > a:hover, .sm > li > a:focus, .sm > li > a:active, .sm > li > a.highlighted {
  font-size: 18px;
  font-size: 1.8rem;
  background: transparent;
}
.sm a, .sm a:hover, .sm a:focus, .sm a:active, .sm a.highlighted {
  padding: 11px 1.2px;
  padding: 1.1rem 1.2rem;
  color: #923f75;
}
.sm a:hover, .sm a:focus, .sm a:active, .sm a.highlighted {
  color: #424242;
}
.sm a:hover, .sm a:focus, .sm a:active, .sm a.highlighted {
  background: #eae9e9;
}
.sm a.current {
  background: #eae9e9;
  color: #fff;
}
.sm a.disabled {
  background: #eae9e9;
  color: #fff;
}
.sm a span.sub-arrow {
  top: 50%;
  margin-top: -8px;
  right: 20px;
  width: 8px;
  height: 16px;
  font: 14px/16px monospace !important;
  background: transparent;
}
.sm a span.sub-arrow:before {
  position: absolute;
  top: 70%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 30px;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  text-shadow: none;
  content: '\25b6';
}
.sm a.highlighted span.sub-arrow:before {
  display: block;
  content: '\25b6';
}
.sm > li > a span.sub-arrow:before, .sm > li > a.highlighted span.sub-arrow:before {
  display: none;
}
.sm > li {
  /* border-left: 1px solid #eeeeee; */
  border-top: 0;
}
.sm > li:first-child {
  border-left: 0;
}
.sm ul {
  /* border: 1px solid #bbbbbb; */
  background: #f7f7f7;
}
.sm ul a {
  border: 0 !important;
}
.sm ul a.has-submenu {
  padding-right: 20px;
}
.sm ul a span.sub-arrow {
  right: auto;
  margin-left: -12px;
}
.sm ul > li {
  border-left: 0;
  border-top: 1px solid #eeeeee;
}
.sm ul > li:last-child {
  border-bottom: 1px solid #eeeeee;
}
.sm span.scroll-up, .sm span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  background: #fff;
  height: 20px;
}
.sm span.scroll-up-arrow, .sm span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 8px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #555555 transparent;
}
.sm span.scroll-down-arrow {
  top: 6px;
  border-style: solid dashed dashed dashed;
  border-color: #555555 transparent transparent transparent;
}
.sm.sm-rtl a.has-submenu {
  padding-right: 20px;
  padding-left: 32px;
}
.sm.sm-rtl a span.sub-arrow {
  right: auto;
  left: 20px;
}
.sm.sm-rtl.sm-vertical a.has-submenu {
  padding: 11px 20px;
}
.sm.sm-rtl.sm-vertical a span.sub-arrow {
  right: 20px;
  margin-right: -12px;
}
.sm.sm-rtl > li:first-child {
  border-left: 1px solid #eeeeee;
}
.sm.sm-rtl > li:last-child {
  border-left: 0;
}
.sm.sm-rtl ul a.has-submenu {
  padding: 11px 20px;
}
.sm.sm-rtl ul a span.sub-arrow {
  right: 20px;
  margin-right: -12px;
}
.sm.sm-vertical a span.sub-arrow {
  right: auto;
  margin-left: -12px;
}
.sm.sm-vertical li {
  border-left: 0;
  border-top: 1px solid #eeeeee;
}
.sm.sm-vertical > li:first-child {
  border-top: 0;
}
/* END SmartMenus on Desktop
--------------------------------------------- */

.mobile-hide {
  display: block;
}
.desktop-hide {
  display: none;
}
.float-left-half-width {
  float: left;
  width: 50%;
  margin-right: 20px;
  margin-right: 2rem;
}
.float-right-half-width {
  float: right;
  width: 50%;
  margin-left: 20px;
  margin-left: 2rem;
}
.site-header .search-form {
  float: right;
  margin: 24px 0 0;
  margin: 2.4rem 0 0;
}
.content {
  width: 65%;
  float: left /* Edited by DFS */
}
.full-width-content .content {
  width: 100%;
}
.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  width: 90%;
}
.sidebar-content-sidebar .content, .sidebar-sidebar-content .content, .content-sidebar-sidebar .content {
  width: 47%;
}
.sidebar-primary {
  width: 30%;
}
.sidebar-secondary {
  width: 18%;
}
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
  margin-left: 2.564102564102564%;
}
.one-half, .three-sixths, .two-fourths {
  width: 48.717948717948715%;
}
.one-third, .two-sixths {
  width: 31.623931623931625%;
}
.four-sixths, .two-thirds {
  width: 65.81196581196582%;
}
.one-fourth {
  width: 23.076923076923077%;
}
.three-fourths {
  width: 74.35897435897436%;
}
.one-sixth {
  width: 14.52991452991453%;
}
.five-sixths {
  width: 82.90598290598291%;
}
.first {
  clear: both;
  margin-left: 0;
}
.top-bar-container {
  text-align: right;
}
.homepage-thumbnails {
  padding: 40px 0;
  padding: 4rem 0;
  margin: 0 auto 20px;
  margin: 0 auto 2rem;
  border-bottom: 1px solid #c6c6c6;
}
.homepage-thumbnails .container {
  width: 23%;
  margin: 0 1%;
}
}
@media only screen and (min-width: 1260px) {
.line-break {
  display: block;
}
h1 {
  font-size: 42px;
  font-size: 4.2rem;
}
h2 {
  font-size: 36px;
  font-size: 3.6rem;
}
h3 {
  font-size: 27px;
  font-size: 2.7rem;
}
h4 {
  font-size: 24px;
  font-size: 2.4rem;
}
h5 {
  font-size: 21px;
  font-size: 2.1rem;
}
h6 {
  font-size: 18px;
  font-size: 1.8rem;
}
.entry-title {
  font-size: 42px;
  font-size: 4.2rem;
}
.archive-title {
  font-size: 42px;
  font-size: 4.2rem;
}
.featured-content .entry-title {
  font-size: 42px;
  font-size: 4.2rem;
}
img.alignleft, .wp-caption.alignleft {
  margin: 0 24px 24px 0;
  margin: 0 2.4rem 2.4rem 0;
  float: left;
  display: inline-block;
}
img.alignright, .wp-caption.alignright {
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem;
  float: right;
  display: inline-block;
}
.home article, .archive article, .search article {
  position: relative;
  overflow: hidden;
}
.home .entry-title, .archive .entry-title, .search .entry-title, .home .entry-meta, .archive .entry-meta, .search .entry-meta, .home .entry-content, .archive .entry-content, .search .entry-content {
  float: left;
  margin-left: 350px;
  margin-left: 35rem;
}
body.category-ask-chrystal .entry-title, body.category-ask-chrystal .entry-meta, body.category-ask-chrystal .entry-content {
  margin-left: 0;
}
.home .entry-header img, .archive .entry-header img, .search .entry-header img {
  position: absolute;
  max-width: 300px;
}
.home article:nth-child(2) .entry-header img {
  position: relative;
  max-width: 100%;
}
.home article:nth-child(2) .entry-title, .home article:nth-child(2) .entry-meta, .home article:nth-child(2) .entry-content {
  float: none;
  margin-left: 0;
}
.home article:nth-child(2) .entry-title {
  font-size: 36px;
  font-size: 3.6rem;
}
.home.paged article:nth-child(2) .entry-header img {
  position: absolute;
  max-width: 300px;
}
.home.paged article:nth-child(2) .entry-title, .home.paged article:nth-child(2) .entry-meta, .home.paged article:nth-child(2) .entry-content {
  float: left;
  margin-left: 350px;
  margin-left: 35rem;
}
.home.paged article:nth-child(2) .entry-title {
  font-size: 30px;
  font-size: 3rem;
}
.content-sidebar-wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
}
.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  max-width: 1500px;
}
.content {
  /* float: right; Edited by DFS */
     float: left;
}
.container-wrap {
  width: 90%;
  max-width: 1500px;
}
.back-to-top {
  width: 90%;
  max-width: 1500px;
}
.sidebar {
  margin-top: 70px;
  margin-top: 7rem;
}
.footer-wrap {
  width: 90%;
  max-width: 1500px;
  text-align: left;
}
.footer-wrap .container-1, .footer-wrap .container-2, .footer-wrap .container-3 {
  margin: 0 auto;
}
.footer-wrap .container-1 {
  width: 26.33%;
  margin-right: 3.5%;
  margin-left: 3.5%;
  float: left;
}
.footer-wrap .container-2 {
  width: 26.33%;
  margin-right: 3.5%;
  margin-left: 3.5%;
  float: left;
}
.footer-wrap .container-3 {
  width: 26.33%;
  margin-right: 3.5%;
  margin-left: 3.5%;
  float: right;
}
.constant-contact-form .cc-submit-button {
  text-align: right;
}
}
@media only screen and (min-width: 1480px) {
.sm > li > a, .sm > li > a:hover, .sm > li > a:focus, .sm > li > a:active, .sm > li > a.highlighted {
  font-size: 22px;
  font-size: 2.2rem;
}
.sm a, .sm a:hover, .sm a:focus, .sm a:active, .sm a.highlighted {
  padding: 11px 28px;
  padding: 1.1rem 2.8rem;
}
}
