/*
Theme Name:   Crystal
Theme URI:    http://www.bedrockthemes.com
Author:       Bedrock Themes
Author URI:   http://www.bedrockthemes.com
Description:  Multi-purpose responsive WordPress theme 
Version:      0.98
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  bedrock
*/

/* Table of Contents
==================================================
	#Normalise
	#Theme site-wide styles
	#Theme page-wide styles
	#Media queries
	#Skeleton */

/* #Normalize
================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/**
* Sticky footer.
*/

body {
  display: -webkit-flex;
  min-height: 100vh;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.main {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 0 0;
}



/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
  max-width: 100%;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 90%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 800px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.5;
  font-weight: 400;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 2.5rem;
  margin-bottom: 1.0rem;
  font-weight: 300; }

h1 { font-size: 2.6rem; line-height: 1.2; margin-top: 0;}
h2 { font-size: 2.0rem; line-height: 1.25; }
h3 { font-size: 1.9rem; line-height: 1.3; }
h4 { font-size: 1.7rem; line-height: 1.35; }
h5 { font-size: 1.7rem; line-height: 1.5; }
h6 { font-size: 1.6rem; line-height: 1.6; }

.blog h1 { font-size: 2.4rem; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 3.2rem; }
  h2 { font-size: 2.4rem; }
  h3 { font-size: 2.1rem; }
  h4 { font-size: 1.9rem; }
  h5 { font-size: 1.8rem; }
  h6 { font-size: 1.8rem; }


  .blog h1 { font-size: 3.0rem; }
}


p {
  margin-top: 0; }

h1 + p,
h2 + p, 
h3 + p,
h4 + p,
h5 + p,
h6 + p,
h1 + div + p,
h2 + div + p, 
h3 + div + p,
h4 + div + p,
h5 + div + p,
h6 + div + p {
  margin-top: 0.8rem;
}

h1 + div.wp-caption,
h2 + div.wp-caption, 
h3 + div.wp-caption,
h4 + div.wp-caption,
h5 + div.wp-caption,
h6 + div.wp-caption {
  margin-top: 1.4rem;
}

.content h1 + ul, 
.content h1 + ol,
.content h2 + ul,
.content h2 + ol,
.content h3 + ul,
.content h3 + ol,
.content h4 + ul,
.content h4 + ol,
.content h5 + ul,
.content h5 + ol,
.content h6 + ul {
   margin-top: 1.0rem; 
}     

.home h1 + h2,
.home h1 + h3,
.home h2 + h3,
.home h2 + h4,
.home h3 + h4,
.home h4 + h6,
.home h4 + h5,
.home h5 + h6 {
  margin-top: 0;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 11px 22px;
  color: #555;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
}
.button a, .button:hover a {
    text-decoration: none;
  }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; 
}

li.button, 
li.button {
  padding: 0;
}

li.button a,
li.button a {
  font-size: 1.4rem;
  padding: 11px 22px;
}

li.button a:hover {
  text-decoration: none;
}



/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #aaa;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }

ol.large-numbers {
  list-style: none;
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
}

ol.large-numbers > li {
  position: relative;
  padding-left: 40px;
}

ol.large-numbers > li:before {
  content: counter(li);
  counter-increment:li;
  position: absolute;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  width: 2.0rem;
  font-size: 3.0rem; 
  line-height: 3.2rem; 
  left: 0px;
}

ol.large-numbers > li[seq]:before {
  content: attr(seq);
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: normal;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 0.2rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol {
  margin-bottom: 1.4rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/*
* #Theme specific styles
================================================== 

                                                                                                                                      
  ,ad8888ba,                                                      88            88                                                    
 d8"'    `"8b                                    ,d               88      ,d    88                                                    
d8'                                              88               88      88    88                                                    
88            8b,dPPYba, 8b       d8 ,adPPYba, MM88MMM ,adPPYYba, 88    MM88MMM 88,dPPYba,   ,adPPYba, 88,dPYba,,adPYba,   ,adPPYba,  
88            88P'   "Y8 `8b     d8' I8[    ""   88    ""     `Y8 88      88    88P'    "8a a8P_____88 88P'   "88"    "8a a8P_____88  
Y8,           88          `8b   d8'   `"Y8ba,    88    ,adPPPPP88 88      88    88       88 8PP""""""" 88      88      88 8PP"""""""  
 Y8a.    .a8P 88           `8b,d8'   aa    ]8I   88,   88,    ,88 88      88,   88       88 "8b,   ,aa 88      88      88 "8b,   ,aa  
  `"Y8888Y"'  88             Y88'    `"YbbdP"'   "Y888 `"8bbdP"Y8 88      "Y888 88       88  `"Ybbd8"' 88      88      88  `"Ybbd8"'  
                             d8'                                                                                                      
                            d8'                                                                                                        

*/

body.custom-background {
  background-size: cover;
}

.large-text {
  font-size: 2.1rem;
  line-height: 3.0rem;
}

.small-text {
  font-size: 1.3rem;
  line-height: 1.6rem;
}

@media (max-width: 600px) {

  .large-text {
    font-size: 1.9rem;
    line-height: 2.7rem;
  } 

}

article {
  margin-top: 30px;
  padding-top: 6px; 
  clear: both;
}

article:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

.content a,
article p {
  word-wrap: break-word;
}

article p {
  float: left;
  width: 100%;
}

/* Banner */

header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

header .logotitle.row {
  padding: 20px 0 20px 0;
}

header .logotitle.row.medium {
  padding: 60px 0 50px 0;
}

header .logotitle.row.tall {
  padding: 100px 0 90px 0;
}

.logo img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 720px) {

  .logo img {
    max-width: 70%;
  }

}

.mobile-nav {
  display: none;
}

.mobile-nav ul ul {
  margin-top: 0;
}

nav ul {
  list-style: none;
}

nav .full li a {
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
}

nav .full .menu {
  text-align: left;
  line-height: 0;
  font-size: 0;
}

nav .full.center .menu {
  text-align: center;
}

nav .full.justify .menu {
  text-align: justify;
  text-justify: distribute;
}

nav .full .container > ul:after {
  width: 100%;
  content: '';
  display: inline-block;
}

nav .full .container li > ul {
  box-shadow: 1px 1px 1px #000;
}

nav .full .container li > ul li:last-child {
  border-bottom: none;
}

nav .full ul li {
  display: inline-block;
  margin-bottom: 0;
  line-height: 2.6rem;
  font-size: 1.6rem;
}

nav .full ul li a {
  display: block;
  padding: 10px 20px;
  padding: 10px 1.5vw;
  text-decoration: none;
  position: relative;
}

@media(min-width: 1200px) {

  nav .full ul li a {
    padding: 10px 20px;  
  }
  
}

.current-page-item a {
  background-color: #000  ;
}

header .right {
  position: absolute;
  top: 20px;
  right: 20px;
}

header .left {
  position: absolute;
  top: 20px;
  left: 20px;
}

header .left .first,
header .left .second {
  float: left;
}

header .eight.columns.left + .four.columns {
  float: right;
}

header .middle {
  margin-left: 34.6%;
  margin-right: 34.6%;
}

@media (max-width: 720px) {

  header .middle {
    margin-left: 5%;
    margin-right: 5%;
  }

}

header .first {
  float: right;
}

header .second {
  clear: right;
  float: right;
  margin-top: 16px;
}


@media (max-width: 900px) {

  nav .full ul li a {
    font-size: 1.4rem;
    padding: 8px 14px;
    padding: 0.65vw 1.2vw;
  }

}

@media (max-width: 800px) {
  
  header .four.columns {
    width: 30.6666666667%;
  }

  header .eight.columns {
    width: 65.3333333333%;
  }

  header .second {
    margin-right: 4%;
  }

}

@media (max-width: 720px) {

  header .four.columns {
    width: 100%;
  }

  header .eight.columns {
    width: 100%;
  }

  header .second {
    margin-right: 0;
  }

  header .logo img {
    display: block;
    margin: 0 auto;
  }

  header .first {
    float: left;
    width: 100%;
    margin-top: 20px;
  }

  header .second {
    position: static;
    float: left;
    clear: left;
    width: 100%;
    margin-top: 10px;
  }

  header .first ul, 
  header .second ul {
    text-align: center;
  }

  header .first ul li, 
  header .second ul li {
    float: none;
    display: inline-block;
  }

  header .first,
  header .second {
    display: none;
  }

  header {
    padding: 5px 0;
  }

}

header .first ul,
header .second ul {
  list-style: none;
}

header .first li,
header .second li {
  line-height: 4.1rem;
  float: left;
  margin-left: 20px;
  margin-bottom: 0;
}

header .first li.button,
header .second li.button {
  line-height: inherit;
}

header .first li.large-text a,
header .second li.large-text a  {
  font-size: 2.3rem;
}

header .first li.small-text a,
header .second li.small-text a {
  font-size: 1.3rem;
}

header .first li:first-child,
header .second li:first-child {
  margin-left: 0;
}

header .first li a,
header .second li a {
  display: block;
  font-weight: 600;
  text-decoration: none;
}

header .first li.button a,
header .second li.button a {
  font-weight: inherit;
  font-size: 1.4rem;
}

@media (max-width: 800px) {

  header .first li a, 
  header .second li a {
    font-size: 1.7rem;
  }

}

header .first li a:hover,
header .second li a:hover {
  text-decoration: underline;
}

header .first li.button a:hover,
header .second li.button a:hover {
  text-decoration: none;
}

.site-title {
  padding-top: 10px;
  font-size: 4.6rem;
  line-height: 4.2rem;
  font-weight: 600;
}

.site-description {
  margin-top: 10px;
  margin-bottom: 20px;
}

.has-site-logo .site-title {
  padding-top: 10px;
  font-size: 2.6rem;
  line-height: 2.2rem;
}

.has-site-logo .site-description {
  margin-top: 0;
  margin-bottom: 0;
}

.logo-right .site-title,
.logo-right .site-description {
  text-align: right;
}

.logo-center .site-title,
.logo-center .site-description {
  text-align: center;
}


/* End banner */

.menu, .menu ul {
  margin-bottom: 0;
}

.content .left ul {
  list-style: disc;
  margin-left: 25px;
}

/* Blog posts in index */

.blog .content article h2 {  
  margin-top: 3px;
  padding-top: 0;
}

.blog article .post-date a {
  text-decoration: none;
}

.blog article .post-date a:hover {
  text-decoration: underline;
}

/* End blog posts in index */

/* Footer */

footer {
  padding: 20px 0;
}

footer .widget {
  float: left;
  width: 49%;
}

footer .first ul,
footer .second ul {
  list-style: none;
}

footer .first {
  float: right;
  margin-bottom: 20px;
}

footer .second {
  clear: right;
  float: right;
  bottom: 10px;
  right: 0;
}

footer .first li,
footer .second li {
  line-height: 4.1rem;
  float: left;
  margin-left: 20px;
  margin-bottom: 0;
}

footer .first li:first-child,
footer .second li:first-child {
  margin-left: 0;
} 

footer .first li a,
footer .second li a {
  display: block;
  font-size: 2.0rem;
  font-weight: 600;
  text-decoration: none;
}

footer .first li.large-text a,
footer .second li.large-text a  {
  font-size: 2.3rem;
}

footer .first li.small-text a,
footer .second li.small-text a {
  font-size: 1.3rem;
}

footer .first li a:hover,
footer .second li a:hover {
  text-decoration: underline;
}

footer .first li.button, 
footer .second li.button {
  padding: 0;
  line-height: inherit;
}

footer .first li.button a,
footer .second li.button a {
  font-weight: inherit;
  font-size: inherit;
  padding: 0 22px;
  padding: 11px 22px;
}

footer .first li.button a:hover,
footer .second li.button a:hover {
  text-decoration: none;
}

footer .columns:after {
  content: ".";
  visibility: hidden;
}

footer .widget-area .menu {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

@media (max-width: 720px) {

  footer .first,
  footer .second {
    margin-bottom: 10px;
  }

  footer .first li a,
  footer .second li a {
    font-size: 1.8rem;
  }

  footer .first,
  footer .second {
    float: left;
    width: 100%;
  }

  footer .first ul,
  footer .second ul {
    text-align: center;
  }

  footer .first ul li,
  footer .second ul li {
    display: inline-block;
    float: none;
  }


}

footer .widget-area ul {
    margin-top: 0;
    margin-bottom: 0;
}


/* End Footer */

.before-content {
  overflow: hidden;
}

.main .content {
  padding: 30px 3%;
  box-sizing: content-box;
}

@media (max-width: 720px) {

  .main .content {
    padding: 5% 5%;  
  }

  .content.container {
    width: 90%;
  }
  
}

/* Mobile menu */
.mobile-nav {
  display: none;
  margin-bottom: 0;
  width: 100%;
  background-color: #eee;
}

.mobile-nav ul {
  clear: left;
  width: 100%;
  float: left;
  margin-bottom: 0;
  list-style: none;
}

#menu-choices {
  clear: left;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: height;
  transition-property: height;
}

#menu-choices.haveHeight {
  height: auto;
  position: absolute;
  visibility: hidden;
}

.mobile-nav li {
  clear: left;
  float: left;
  width: 100%;
  margin-bottom: 0;
  background-color: #333333;
}

.mobile-nav li a {
  text-decoration: none;
  display: block;
  padding: 1.5% 3%;
} 

.mobile-nav li.current-menu-item,
.mobile-nav li.current-menu-item ul li {
  background-color: #fff;
}

.mobile-nav li.current-menu-item a {
  color: #000;
  border-top: none;
  border-bottom: none;
}

.mobile-nav li li {
  font-size: 15px;
}

.mobile-nav li.button {
  padding: 0;
  width: 100%;
  margin: 0;
  border-radius: 0;
}

.mobile-nav li.button a {
  padding: 8px 12px;
  letter-spacing: 0;
}

.mobile-nav li li:last-child {
  border-bottom: none;
}

header .mobile-nav li a {
  display: block;
  text-decoration: none;
  padding: 8px 2%;
}

.main h4 {
  clear: both;
}

.menu-bar .menu-label {
  float: left;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 3.8rem;
  padding-left: 10px;
  color: #fff;
}

.menu-bar {
  padding: 1.5% 1.5% 1.5% 0;
  float: left;
  width: 97%;
}

#hamburger {
  position: relative;
  cursor: pointer;
  display: block;
  height: 26px;
  padding: 5px 8px 5px 8px;
  width: 25px;
  float: left;
  margin-top: 1px;
}

#hamburger #div-1,
#hamburger #div-2,
#hamburger #div-3  {
  left: 6px;
  position: absolute;
  background-color: #fff;
  height: 3px;
  width: 29px;
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
          transition-delay: 0.3s, 0;
}

#hamburger #div-1 {
  top: 9px;
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

#hamburger #div-2 {
  top: 17px;
  -webkit-transition-property: width, -webkit-transform;
          transition-property: width, transform;
    -webkit-transition-duration: 0.1s, 0.1s;
          transition-duration: 0.1s, 0.1s;
    -webkit-transition-delay: 0, 0;
          transition-delay: 0, 0;
}

#hamburger #div-3 {
  top: 25px;
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

#hamburger.active #div-1 {
  top: 17px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#hamburger.active #div-2 {
  width: 0;
}

#hamburger.active #div-3 {
  top: 17px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}


@media (max-width: 720px) {

  nav .full {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

}

/* End of mobile menu */

/* Sub menus */

.full li > ul {
  pointer-events: none;
  margin: 0;
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 99999;
  -webkit-transition: opacity 0.1s linear 0.3s;
  -moz-transition: opacity 0.1s linear 0.3s;
  -ms-transition: opacity 0.1s linear 0.3s;
  -o-transition: opacity 0.1s linear 0.3s;
  transition: opacity 0.1s linear 0.3s;
}

.touch .full li > ul {
  opacity: 1;
  display: none;
}

.full li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}

.touch .full li:hover > ul {
  display: block; 
}

.full li > ul li {
  position: relative;
  float: left;
  clear: left;
  background-color: #eee;
  width: 250px;
  border-right: none;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  padding: 0;
}

.full li li ul {
    position: absolute;
    top: 0;
    left: 100%;
}

.full .children .children {
  position: static;
}

.full .children .children li a {
  font-size: 1.5rem;
  text-indent: 6px;
}

.full .children .children li a:before {
  content: "- ";
}

.full li ul a {
  color: #000;
}

.full li ul a { 
  font-size: 1.5rem;
  display: block;
  padding: 9px 18px;
  text-align: left;
  line-height: 1.7rem;
}
/* End of sub menus */

/* CSS shapes */

.comment-bubble {
  padding: 0 4px;
  text-align: center;
  text-decoration: none;
  display: block;
  min-width: 30px;
  height: 30px;
  background: red;
  position: relative;
  -moz-border-radius:    5px;
  -webkit-border-radius: 5px;
  border-radius:         5px;
  font-size: 1.5rem;
  line-height: 3.0rem;
}

.comment-bubble:before {
  content:"";
  position: absolute;
  right: 100%;
  top: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0px 0;
  border-color: transparent red transparent transparent;
}

article a.comment-bubble {;
  top: -5px;
  display: inline-block;
  margin-left: 10px;
}

/* End of CSS shapes */

/* Comments */

.comment {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

/* End of comments */

/* Widgets */

@media( max-width: 800px ) {
  .sidebar.right {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
  }
}

.widget-area {
  clear: both;
  float: left;
  width: 100%;
}

.widget-area .widget {
  width: 100%;
  float: left;
  margin-bottom: 1.5rem;
}

.content .left .widget-area,  
.widget-area, 
.widget-area .widget ul {
  list-style: none;
  margin: 0;
  font-size: 100%;
}

.widget-area .widget ul {
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  
  footer .widget-area .widget ul.menu {
    text-align: center;
  }

  footer .textwidget {
    text-align: center;
  }

}

.widget .menu li {
  margin-bottom: 8px;
}

.widget .menu li a {
  font-size: 1.6rem;
  line-height: 2.0rem;
}

.widget a {
  line-height: 2.4rem;
  text-decoration: none;
}

.widget .menu a {
  font-weight: inherit;
}

.widget li a.button {
  font-weight: normal;
  margin-bottom: 25px;
}


.widget a:hover {
  text-decoration: underline;
}

.widget a.button:hover {
  text-decoration: none;
}

.widget .post-date {
  display: block;
}

.widget_rfb_widget .widgettitle:before {
  font-family: "FontAwesome";
  content: "\f09a";
  color: #fff;
  font-size: 1.7rem;
  background-color: #476095;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: block;
  float: left;
  margin-right: 10px;
}

.right .widget-area li:first-child h2 {
  margin-top: 0;
  border-top: none;
}

.widget .widgettitle {
  margin-bottom: 1rem;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5
.widget h6 {
  margin-top: 0;
}

/* Box menu widget */

.bedrock-box-menu,
.content .left .bedrock-box-menu {
  list-style: none;
  margin-left: 0;
  margin-top: 20px;
}

.content .bedrock-box-menu .box-menu-item h2 {
  margin-top: 0;
  font-size: 2.3rem; 
}

.content .bedrock-box-menu.style-1 h2 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;  
}

.widget .bedrock-box-menu a:hover {
  text-decoration: none;
}

/* bubbles */
.content .bedrock-box-menu.style-2 {
  text-align: center;
}

.content .bedrock-box-menu.style-2 .box-menu-item h2 {
  width: 80%;
  margin: 10px 10%;
}

/* Text */
.bedrock-box-menu.style-3 .row {
  display: table;
  height: 100%;
  width: 100%;
}

.content .bedrock-box-menu.style-3 li {
  background-color: #ddd;
  vertical-align: top;
  display: table-cell;
  height: 100%;
  float: none;
}

.content .bedrock-box-menu.style-3 .spacer {
  display: table-cell;
}

.content .bedrock-box-menu.style-3 li a {
  float: left;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}

.content .bedrock-box-menu.style-3 li p {
  padding: 10px 0;
}

.content .bedrock-box-menu.style-3 li h2 {
  margin-bottom: 0;
}

/* Title inside box */
.content .bedrock-box-menu.style-4 li {
  position: relative;
}

.content .bedrock-box-menu.style-4 .option {
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 4%;
  top: 6%;
  max-width: 92%;
  box-sizing: border-box;
}

.content .bedrock-box-menu.style-4 .option h2 {
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 1200px) {

  .content .left .bedrock-box-menu .box-menu-item h2 {
    margin-top: 0;
    font-size: 1.9vw; 
  }

  .content .left .bedrock-box-menu.style-1 .box-menu-item h2 {
    white-space: nowrap;
  }

}

@media (max-width: 800px) {

  .content .left .bedrock-box-menu .box-menu-item h2 {
    font-size: 3vw; 
  }

}

@media (max-width: 600px) {

  .content .left .bedrock-box-menu .box-menu-item h2 {
    font-size: 4vw; 
  }

}

@media (max-width: 500px) {

  .content .left .bedrock-box-menu .box-menu-item h2 {
    font-size: 2.2rem; 
  }

}

.bedrock-box-menu a {
  text-decoration: none;
}

.bedrock-box-menu .row {
  margin-bottom: 20px;
}

.bedrock_widget_featured_image .wp-caption {
  margin-bottom: 0;
}

.box-menu-item {
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}

.box-menu-item:hover {
  opacity: 0.7;
}

.bedrock-box-menu .per-line-1 {
  width: 100%;
  margin-bottom: 20px;
}

.content .left .bedrock-box-menu .per-line-1.box-menu-item h2  {
  font-size: 2.6rem;
}

.bedrock-box-menu .per-line-2 {
  width: 48%;
  margin-left: 4%;
}

.bedrock-box-menu .per-line-2 + .spacer {
  width: 4%;
}

.bedrock-box-menu .per-line-2:nth-child(2n+1) {
  margin-left: 0;
}

.bedrock-box-menu .per-line-3 {
  width: 32%;
  margin-left: 2%;
}

.bedrock-box-menu .per-line-3:nth-child(3n+1) {
  margin-left: 0;
}

.bedrock-box-menu .per-line-4 {
  width: 23.5%;
  margin-left: 1.5%;
}

.bedrock-box-menu .per-line-4:nth-child(4n+1) {
  margin-left: 0;
}

.bedrock-box-menu .box-menu-item {
  float: left;
}

.box-menu-item p {
  margin-bottom: 0;
  line-height: 2.1rem;
}

.bedrock-box-menu .box-menu-item .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
  color: transparent;
  margin-bottom: 5px;
}

.bedrock-box-menu.style-2 .box-menu-item .wrap {
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
  height: 0;
  padding-bottom: 70%;
  background-color: #000;
  border-radius: 50%;
  position: relative;
}

.bedrock-box-menu.style-2 .box-menu-item .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
}

@media( max-width: 600px ) {

  .bedrock-box-menu .per-line-1,
  .bedrock-box-menu .per-line-2,
  .bedrock-box-menu .per-line-3,
  .bedrock-box-menu .per-line-4 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;    
  }

  .bedrock-box-menu.style-2 .box-menu-item .wrap {
    width: 50%;
    padding-bottom: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }

  .bedrock-box-menu.style-3 .row {
    display: block;
  }

  .content .bedrock-box-menu.style-3 .box-menu-item {
    display: block;
    width: 100%;
    float: left;
  }

}

.bedrock-panel {
  padding: 4%;
  background-color: #fff;
  margin-bottom: 20px;
}

h1 + .bedrock-panel,
h2 + .bedrock-panel,
h3 + .bedrock-panel,
h4 + .bedrock-panel,
h5 + .bedrock-panel,
h6 + .bedrock-panel  {
  margin-top: 20px;
}

.bedrock-panel h1,
.bedrock-panel h2,
.bedrock-panel h3,
.bedrock-panel h4,
.bedrock-panel h5,
.bedrock-panel h6 {
  margin-top: 0;
}

.bedrock-panel p:empty {
  display: none;
}

footer .bedrock-map-canvas {
  height: 200px;
}

/* WordPress default widgets */

.widget_recent_entries a {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 2.4rem;
}

.widget_recent_entries li {
  padding: 7px 0 3px 0;
  border-bottom: 1px solid #ccc;
}

/* End of Widgets */

/* Jetpack testimonials */

.content .testimonial-entry {
  position: relative;
  padding: 15px 0 20px 35px;
  background-color: #eee;
  width: auto;
  overflow: hidden;
}

.content .jetpack-testimonial-shortcode {
  overflow: visible;
}

.content .testimonial-entry {
  position: relative;
  overflow: visible;
}

.content .testimonial-entry-content:before {
  content: "\201c";
  font-family: "serif";
  position: absolute;
  left: -37px;
  width: 40px;
  height: 33px;
  color: #fff;
  font-size: 73px;
  line-height: 73px;
  z-index: 0;
  font-weight: bold;
  margin-top: -37px;
}

@-moz-document url-prefix() {

  .content .testimonial-entry-content:before {
    margin-top: -32px;
  }

}

.content .testimonial-entry-content {
  padding-right: 20px;
  position: relative;
  padding-bottom: 5px;
  font-size: 1.7rem;
  line-height: 2.3rem;
}

.content .testimonial-entry-title {
  position: relative;
  padding-right: 20px;
}

.content .testimonial-entry-title:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  border-top: 1px solid #C7AA5C;
  top: -10px;
}

.content .testimonial-entry-title a {
  pointer-events: none;
  padding-top: 10px;
}

.content .testimonial-entry-title i {
  pointer-events: none;
  display: block;
}

.content .testimonial-entry-title i:before {
  content: "― ";
  font-style: normal;
  font-weight: normal;
  color: transparent;
}

/* End of Jetpack testimonials */

/* Master slider */

.before-content .ms-slide-info {
  min-height: 0 !important;
}

.before-content .ms-info {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 3%;
}

/* Gravity forms */

.page .gform_wrapper .top_label .gfield_label,
.single .gform_wrapper .top_label .gfield_label, 
.blog .gform_wrapper .top_label .gfield_label {
  margin: 0;  
  font-size: 1.7rem;
}

.page .gform_wrapper .gform_footer,
.single .gform_wrapper .gform_footer,
.blog .gform_wrapper .gform_footer  {
  margin: 0;
}

.page .gform_wrapper label.gfield_label + div.ginput_container,
.single .gform_wrapper label.gfield_label + div.ginput_container,
.blog .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0.1em;
}

.page .gforms_confirmation_message,
.single .gforms_confirmation_message,
.blog .gforms_confirmation_message {
  padding: 10px 20px;
  margin-bottom: 20px;
  background-color: #EBFFD6;
}

.sidebar .gform_wrapper {
  max-width: 100%;
}

.page .gform_wrapper .gform_footer input.button, 
.page .gform_wrapper .gform_footer input[type=submit] {
  font-size: initial;
}

/* WordPress image & content styles */

.alignleft {
  float: left;
  margin: 5px 25px 15px 0;
}

.alignright {
  float: right;
  margin: 5px 0 15px 25px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-caption {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.9rem;
  max-width: 100%;
}

.round {
  border-radius: 50%;
}

.round + .wp-caption-text {
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 19px;
}

.round + .wp-caption-text strong {
  display: block;
  font-size: 17px;
  text-transform: none;
}

.two-cols, .two-cols {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

ul.two-cols, ol.two-cols {
  margin-top: 15px;
  list-style-type: square;
  list-style-position: outside;
}

ul.two-cols li, ol.two-cols li {
  margin-left: 20px;
}

.main img {
  max-width: 100%;
  height: auto;
}

.widget #s {
  width: 100%;
  margin-bottom: 8px;
}

@media (min-width: 1120px) {
  
  .widget #s {
    width: 55%;
    margin-bottom: 0;
  }

}

@media (max-width: 600px) {

  .alignleft,
  .alignright {
    max-width: 50%;
  }

}

/* End of WordPress image & content styles */

/* Bedrock styles */

.small {
  font-size: 1.3rem;
}

.circle {
  border-radius: 50%;
}

.float-left {
  float: left;
  max-width: 50%;
}

.float-right {
  float: right;
  max-width: 50%;
}

.inline-list {
  margin: 1rem 0;
  margin-left: 0;
  line-height: 90%;
  text-align: center;
}

.inline-list li {
  display: inline-block;
  margin-right: 6px;
  margin-left: 0;
}

.inline-list li:after {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #000;
  display: inline-block;
  border-radius: 50%;
  margin-left: 10px;
}

.inline-list li:last-child:after {
  display: none;
}

.no-top-margin {
  margin-top: 0;
}

.popup {
  display: none;
}

:focus .popup:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: -15px;
  left: 20px;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #eaeaea transparent;
}

:focus .popup {
  position: absolute;
  display: block;
  background-color: #eaeaea;  
  color: #000;
  width: 250px;
  font-size: 1.7rem;
  line-height: 2.0rem;
  font-weight: normal;
  height: auto;
  z-index: 999999;
  padding: 10px;
}

/* Featured image widget */

.hero {
  position: relative;
}

.hero-caption {
  font-size: 2.2rem;
}

.hero .container {
  height: 100%;
}

.hero .image {
  top: 0;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}

.hero, .hero .image {
  width: 100%;
  height: 400px;  
}

.hero h1,
.hero .hero-caption {
  width: 50%;
  position: absolute;
  top: 40px;
}

.hero h1.top-right,
.hero .hero-caption.top-right {
  text-align: right; 
  right: 0;
}

@media (max-width: 400px) {

  .hero h1.top-right,
  .hero .hero-caption.top-right {
    right: 20px; 
  }

}

.hero h1.bottom-right,
.hero .hero-caption.bottom-right {
  top: auto;
  bottom: 40px;
  right: 0;
  text-align: right;
}

@media (max-width: 400px) {

  .hero h1.bottom-right,
  .hero .hero-caption.bottom-right {
    right: 20px;
  }

}

.hero h1.bottom-left,
.hero .hero-caption.bottom-left {
  top: auto;
  bottom: 40px;
  left: 0;
}

@media (max-width: 400px) {

  .hero h1.bottom-left,
  .hero .hero-caption.bottom-left {
    left: 20px;
  }

}

.hero h1.center {
  margin: auto;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: table;
}

.boxed {
  line-height: 135%;
  padding: 0% 2%;
  display: inline;
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.hero-caption .boxed {
  padding: 0.8% 2%;
}

@media (max-width: 600px) {

  .hero {
    height: 300px;
  }

  .hero h1 {
      top: 25px;
  }

  .hero h1.bottom-right {
    bottom: 25px;
  }

  .hero h1.bottom-left {
    bottom: 25px;
  }

  .boxed {
    line-height: 132%;
  }

}


blockquote {
  font-size: 2.0rem;
}

cite:before {
  content: "\2014 ";
}

cite {
  font-style: normal;
  font-size: 1.6rem;
  margin-left: 10px;
}

@media (max-width: 400px) {

  .float-left,
  .float-right {
    float: none;
    width: 100%;
    max-width: 100%;
  }
}

.blog h1 {
  font-size: 3.0rem;
}

/* End of Bedrock styles */

/* FontAwesome Menus */

.hidetext .fontawesome-text {
  display: none;
}

.social .fa {
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #fff;
}

.menu .social {
  margin-left: 0;
}

.social .fa-facebook,
.fb-col,
.fb-col.button {
  background-color: #44619D;
}

.social .fa-twitter,
.tw-col,
.tw-col.button {
  background-color: #55ACEE;
}

.round.social .fa {
  border-radius: 50%;
}

/* End of FontAwesome Menus */



/* #Page Styles
================================================== */

article h1 {
  margin-top: 0;
}

article h1 a {
  text-decoration: none;
}

article h1 a:hover {
  text-decoration: underline;
}

.paging {
  margin-bottom: 15px;
  text-align: center;
}

.page-numbers {
  margin: 0 2px;
}

.paging .current {
  background-color: #000;
  color: #fff;
  padding: 2px 5px;
}

.paging.bottom {
  margin-top: 45px;
}

.single .left h3 {
  margin-top: 0;
} 

/* #Media Queries
================================================== */

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
