@font-face {
  font-family: 'AvenirLTStd-Heavy';
  src: url("../fonts/webfonts/3211EE_0_0.eot");
  src: url("../fonts/webfonts/3211EE_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/3211EE_0_0.woff2") format("woff2"), url("../fontswebfonts/3211EE_0_0.woff") format("woff"), url("../fonts/webfonts/3211EE_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'AvenirLTStd-Medium';
  src: url("../fonts/webfonts/3211EE_1_0.eot");
  src: url("../fonts/webfonts/3211EE_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/3211EE_1_0.woff2") format("woff2"), url("../fontswebfonts/3211EE_1_0.woff") format("woff"), url("../fonts/webfonts/3211EE_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url("../fonts/webfonts/3211EE_2_0.eot");
  src: url("../fonts/webfonts/3211EE_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/3211EE_2_0.woff2") format("woff2"), url("../fontswebfonts/3211EE_2_0.woff") format("woff"), url("../fonts/webfonts/3211EE_2_0.ttf") format("truetype"); }

/* Blox "square" Icon
--------------------------------------------- */
@font-face {
  font-family: 'blox-icons';
  src: url("../fonts/blox-icon/blox-icons.eot?i3uhg4");
  src: url("../fonts/blox-icon/blox-icons.eot?#iefixi3uhg4") format("embedded-opentype"), url("../fonts/blox-icon/blox-icons.ttf?i3uhg4") format("truetype"), url("../fonts/blox-icon/blox-icons.woff?i3uhg4") format("woff"), url("../fonts/blox-icon/blox-icons.svg?i3uhg4#blox-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/*--------------------------------------------------------------
# Reset - Normalize + custom resets
--------------------------------------------------------------*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

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

[hidden], template {
  display: none; }

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

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

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

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

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

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

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

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

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

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

/* Reset
---------------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

.clearfix:before,
.entry:before,
.entry-content:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table; }

.clearfix:after,
.entry:after,
.entry-content:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  background-color: #fff;
  color: #556977;
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 17px;
  line-height: 1.7; }

@media screen and (max-width: 782px) {
  body {
    font-size: 17px; } }

::-moz-selection {
  background-color: #162938;
  color: #fff; }

::selection {
  background-color: #162938;
  color: #fff; }

a {
  color: #3daef1;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  a:hover {
    color: #162938; }
  a:active, a:focus {
    outline: none; }

li.current_menu_item a {
  color: #3daef1; }

p {
  margin: 0 0 28px;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

ol {
  margin-left: 23px; }

li {
  list-style-type: none; }

b,
strong {
  color: #162938;
  font-family: "AvenirLTStd-Medium", sans-serif; }

blockquote,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 40px; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

code {
  padding: 2px 4px;
  margin: 0 2px;
  background-color: #fcfcfc;
  border-radius: 4px;
  border: 1px solid #efefef;
  font-family: monospace;
  font-size: .9em; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

legend {
  color: #162938;
  font-family: "AvenirLTStd-Heavy", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 12px; }

label {
  color: #162938;
  display: block;
  font-family: "AvenirLTStd-Medium", sans-serif;
  margin-bottom: 5px; }

span.required {
  color: #ff5545; }

.dashicons {
  -webkit-transition: all 0 ease-in-out;
  -moz-transition: all 0 ease-in-out;
  -ms-transition: all 0 ease-in-out;
  -o-transition: all 0 ease-in-out;
  transition: all 0 ease-in-out; }

h1,
h2 {
  color: #162938;
  font-family: "AvenirLTStd-Heavy", sans-serif;
  line-height: 1.5;
  letter-spacing: 2px;
  margin: 0 0 20px; }

h3,
h4,
h5,
h6 {
  color: #162938;
  font-family: "AvenirLTStd-Medium", sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 0 20px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px;
  margin: 0 0 15px; }

h4 {
  font-size: 20px;
  margin: 0 0 15px; }

h5 {
  font-size: 18px;
  margin: 0 0 5px; }

h6 {
  font-size: 16px;
  margin: 0 0 5px; }

embed,
iframe,
img,
object,
video {
  max-width: 100%; }

img {
  height: auto; }

.featured-content img {
  width: auto; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 100%; }

.wp-caption-text {
  font-weight: 700;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
  margin-bottom: 28px; }
  .gallery .gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    width: 100%; }
    .gallery .gallery-item img {
      border: none;
      height: auto;
      width: auto; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

.gallery-caption {
  margin: 0 0 10px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #3daef1;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: "AvenirLTStd-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
  padding: 15px 20px;
  text-align: center;
  width: auto;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .button:hover {
    background-color: #162938;
    color: #fff; }

.button.button-secondary,
.button.button-buy {
  background-color: #162938;
  color: #fff; }
  .button.button-secondary:hover,
  .button.button-buy:hover {
    background-color: #3daef1; }

.button.button-buy {
  font-size: 24px;
  padding: 20px 40px; }

.button {
  display: inline-block; }

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

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: none;
  color: #162938;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  padding: 16px; }

input,
textarea {
  width: 100%; }
  input:focus,
  textarea:focus {
    border: 1px solid #999;
    outline: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #9B9B9B;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #9B9B9B; }

.wrap {
  margin: 0 auto;
  max-width: 1000px; }

.site-inner {
  clear: both;
  position: relative;
  overflow: hidden; }
  .site-inner .wrap {
    margin: 0 auto 80px; }

@media screen and (max-width: 1024px) {
  .wrap {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%; } }

@media screen and (max-width: 782px) {
  .site-inner .wrap {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto 20px; } }

/*--------------------------------------------------------------
## WP Alignment Styles
--------------------------------------------------------------*/
.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

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

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px; }

a.alignnone {
  display: inline-block; }

img.alignnone,
.alignnone {
  margin-bottom: 24px; }

a.alignleft,
img.alignleft {
  margin: 0 24px 24px 0; }

a.alignright,
img.alignright {
  margin: 0 0 24px 24px; }

.wp-caption.alignleft {
  margin: 0 24px 24px 0; }

.wp-caption.alignright {
  margin: 0 0 24px 24px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%; }
  table .title {
    font-family: "AvenirLTStd-Heavy", sans-serif; }
  table .name {
    font-family: "AvenirLTStd-Medium", sans-serif; }

.fixed-table {
  table-layout: fixed;
  line-height: 1.75; }

tbody {
  border-bottom: 1px solid #dbdbdb; }

td,
th {
  text-align: left;
  padding: 5px 15px;
  border: 1px solid #dbdbdb;
  word-break: break-word; }

th {
  background-color: #f0f8ff;
  color: #162938; }

.widget {
  margin-bottom: 50px;
  word-wrap: break-word; }

.widget-title {
  font-size: 18px;
  margin-bottom: 15px; }

.widget-area .widget:last-child {
  margin-bottom: 0; }

.widget ol > li {
  list-style-type: decimal; }

.page-title {
  color: #162938;
  padding: 180px 0 80px;
  text-align: center; }
  .page-title h1 {
    margin-bottom: 0; }
  .page-title .archive-title,
  .page-title .entry-title {
    font-size: 50px; }

.title-categories {
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block; }

.title-meta {
  color: #556977;
  font-size: 20px;
  margin-top: 15px; }

.entry-title {
  font-size: 24px; }

.archive-description p,
.entry-subtitle {
  color: #556977;
  margin: 5px 0 0;
  font-size: 22px; }

.content .entry-title a,
.grid .entry-title a,
.sidebar .widget-title a {
  color: #162938; }

.entry-title a:hover {
  color: #3daef1; }

@media screen and (max-width: 1024px) {
  .page-title,
  .error404 .page-title {
    padding: 120px 0 60px; }
  .page-title .archive-title,
  .page-title .entry-title {
    font-size: 36px; }
  .archive-description p,
  .entry-subtitle {
    font-size: 18px; } }

/*--------------------------------------------------------------
## Header Styles
--------------------------------------------------------------*/
.site-header {
  padding: 20px 0 0;
  position: absolute;
  width: 100%;
  z-index: 100; }

.title-area {
  float: left;
  padding: 0;
  width: 250px; }
  .title-area .site-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 0; }
    .title-area .site-title a {
      text-shadow: none;
      letter-spacing: 0;
      color: #162938; }
      .title-area .site-title a:hover {
        color: #3daef1; }
      .title-area .site-title a::before {
        font-family: 'blox-icons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        padding-right: 2px;
        vertical-align: top;
        content: "\ea1e"; 
        color: #3daef1; }
  .title-area .site-description {
    height: 0;
    text-indent: -9999px;
    margin-bottom: 0; }

.nav-primary {
  float: right; }

@media screen and (max-width: 1024px) {
  .nav-primary {
    float: none;
    max-width: 300px;
    margin: 0 auto; } }
  .nav-primary .wrap {
    padding: 0; }
  .nav-primary .menu-item {
    display: inline-block; }
    .nav-primary .menu-item:hover > .sub-menu {
      left: auto;
      opacity: 1; }

@media screen and (max-width: 1024px) {
  .nav-primary li {
    display: block;
    width: 100%;
    margin-bottom: 20px; } }
  .nav-primary li:last-child a {
    margin-right: 0; }
  .nav-primary a {
    color: #162938;
    display: block;
    font-family: "AvenirLTStd-Medium", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    margin-right: 30px;
    padding-bottom: 13px;
    position: relative; }

@media screen and (max-width: 1024px) {
  .nav-primary a {
    font-size: 20px; } }
    .nav-primary a:hover, .nav-primary a:focus {
      color: #3daef1; }
  .nav-primary .current-menu-item > a {
    color: #3daef1; }
  .nav-primary .get-blox a {
    background-color: #3daef1;
    color: #fff;
    padding: 15px 20px 13px;
    text-align: center; }
    .nav-primary .get-blox a:hover {
      background-color: #162938; }
  .nav-primary .menu-item-has-children a:after {
    display: inline-block;
    font-family: 'dashicons';
    font-style: normal;
    font-weight: normal;
    line-height: 0;
    margin: 0;
    padding-left: 5px;
    position: relative;
    text-align: center;
    top: -1px;
    vertical-align: middle;
    content: "\f347"; }
  .nav-primary .menu-item-has-children .sub-menu a:after {
    content: ""; }
  .nav-primary .sub-menu {
    left: -9999px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    width: 170px;
    z-index: 99; }

@media screen and (max-width: 1024px) {
  .nav-primary .sub-menu {
    left: 0;
    opacity: 1;
    padding: 15px 0 0 30px;
    position: relative;
    display: none;
    width: 100%; } }
    .nav-primary .sub-menu:before {
      border-color: #162938 transparent;
      border-width: 0 10px 10px;
      border-style: solid;
      content: "";
      top: 0;
      left: 20px;
      position: absolute; }

@media screen and (max-width: 1024px) {
  .nav-primary .sub-menu:before {
    content: none; } }
    .nav-primary .sub-menu .sub-menu {
      margin: -54px 0 0 169px; }
    .nav-primary .sub-menu a {
      background-color: #162938;
      color: #ddd;
      font-family: "AvenirLTStd-Book", sans-serif;
      font-size: 14px;
      padding: 12px 15px;
      position: relative;
      width: 170px; }

@media screen and (max-width: 1024px) {
  .nav-primary .sub-menu a {
    background-color: #fff;
    color: #162938;
    font-family: "AvenirLTStd-Medium", sans-serif;
    font-size: 18px;
    padding: 0;
    position: relative;
    width: 100%; } }
      .nav-primary .sub-menu a:hover {
        background-color: #2E3A44;
        color: #fff; }

@media screen and (max-width: 1024px) {
  .nav-primary .sub-menu a:hover {
    background-color: #fff;
    color: #3daef1; } }

#responsive-menu-icon {
  cursor: pointer;
  display: none;
  text-align: right; }

@media screen and (max-width: 1024px) {
  #responsive-menu-icon {
    display: block; } }
  #responsive-menu-icon::before {
    color: #162938;
    content: "\f333";
    font: normal 36px/.8px 'dashicons';
    line-height: 1;
    margin: 0 auto;
    speak: none;
    text-transform: none; }

@media screen and (max-width: 1024px) {
  .nav-primary.responsive-menu {
    display: none;
    padding-top: 60px; }
  body.nav-show {
    height: 100%;
    overflow: hidden;
    /* Browser jumps to top of page, but shouldn't be an issue */ }
  .nav-show .site-header {
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 10;
    overflow: scroll; }
  .nav-show .responsive-menu {
    display: block; }
  .nav-show #responsive-menu-icon:before {
    content: "\f335"; } }

@media screen and (max-width: 782px) {
  .admin-bar.nav-show .site-header {
    top: 46px;
    z-index: 499; } }

/* Dark Header theme */
.dark-header.nav-show .site-header {
  background-color: #162938; }

.dark-header .site-title a {
  color: #fff; }
  .dark-header .site-title a:hover {
    color: #3daef1; }

.dark-header #responsive-menu-icon::before {
  color: #fff; }

.dark-header .nav-primary a {
  color: #fff; }
  .dark-header .nav-primary a:hover {
    color: #3daef1; }

.dark-header .nav-primary .sub-menu a {
  background-color: #fff;
  color: #162938; }
  .dark-header .nav-primary .sub-menu a:hover {
    color: #3daef1; }

@media screen and (max-width: 1024px) {
  .dark-header .nav-primary .sub-menu a:hover {
    background-color: #162938; } }

@media screen and (max-width: 1024px) {
  .dark-header .nav-primary .sub-menu a {
    background-color: #162938;
    color: #fff; } }

.dark-header .nav-primary .sub-menu:before {
  border-color: #fff transparent; }

.dark-header .nav-primary .get-blox a {
  background-color: #3daef1; }
  .dark-header .nav-primary .get-blox a:hover {
    color: #162938;
    background-color: #fff; }

.dark-header .page-title {
  background-color: #162938; }
  .dark-header .page-title h1 {
    color: #fff; }

.dark-header .entry-subtitle {
  color: #6d8798; }

.dark-header .content {
  padding-top: 80px; }

/*--------------------------------------------------------------
## Content Styles
--------------------------------------------------------------*/
.content {
  float: left;
  padding: 0 100px 50px 0;
  width: 76%; }

.full-width-content .content {
  float: none;
  margin: 0 auto;
  max-width: 800px;
  padding: 0;
  width: 100%; }

.full-width-content-extended .content {
  max-width: 1000px; }

.sidebar {
  float: right;
  font-size: 16px;
  margin-bottom: 0;
  width: 24%; }
  .sidebar li {
    margin-bottom: 5px; }
    .sidebar li a {
      color: #556977; }
      .sidebar li a:hover {
        color: #3daef1; }
  .sidebar li.current_menu_item a {
    color: #3daef1; }
  .sidebar ul > li:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 782px) {
  .full-width-content .content,
  .content,
  .sidebar {
    width: 100%;
    padding: 0 5% 60px; } }

.entry-content p:last-child {
  margin: 0; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px; }

.entry-content 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; }

/* Blog/Archive thumbnails
--------------------------------------------- */
a.archive-thumbnail {
  display: block;
  line-height: 0; }

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 10px; }

.entry-footer .entry-meta {
  padding-bottom: 80px; }

.entry-categories,
.entry-tags {
  display: block;
  line-height: 1.25; }

.entry-last-modified {
  margin-top: 60px;
  font-size: 15px; }

/* After Entry
--------------------------------------------- */
.after-entry {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 80px;
  padding: 0 0 80px; }

.after-entry li {
  list-style-type: none; }

@media screen and (max-width: 782px) {
  .entry {
    margin: 0; }
  .entry-title {
    font-size: 30px; }
  .entry-header .entry-meta,
  .entry-meta {
    font-size: 15px; } }

.entry-comments h3,
.comment-respond h3 {
  font-size: 30px; }

.comment-respond,
.entry-comments,
.entry-pings {
  margin: 60px 0;
  background-color: #fff; }

.comment-respond {
  padding-bottom: 30px; }

.comment-content {
  clear: both; }
  .comment-content p:last-child {
    margin-bottom: 10px; }

.comment-list {
  margin-left: 0; }
  .comment-list li li {
    border-bottom: none;
    border-left: 1px solid #ececec; }

@media screen and (max-width: 782px) {
  .comment-list li li {
    border: none; } }

.comment-list > .comment {
  padding: 30px 30px 30px 0; }

@media screen and (max-width: 782px) {
  .comment-list > .comment {
    padding: 30px 0; } }

.comment {
  padding: 30px; }

@media screen and (max-width: 782px) {
  .comment {
    padding: 30px 0; } }

.children {
  margin-top: 30px; }

.comment-header {
  margin-bottom: 20px;
  position: relative; }
  .comment-header p {
    margin-bottom: 0; }

.comment-edit-link {
  display: inline-block;
  float: right;
  position: absolute;
  top: 0;
  right: 0; }

@media screen and (max-width: 782px) {
  .comment-edit-link {
    float: none;
    margin-top: 10px;
    position: relative; } }

.comment-time a {
  color: #556977; }
  .comment-time a:hover {
    color: #3daef1; }

.comment-author {
  color: #162938;
  font-family: "AvenirLTStd-Medium", sans-serif;
  font-size: 20px; }

.comment-time {
  font-size: 15px; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.entry-comments .comment-author {
  margin-bottom: 0; }

.comment-reply {
  margin-top: 18px; }

.entry-pings .reply {
  display: none; }

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px; }

@media screen and (max-width: 782px) {
  .comment-respond,
  .entry-comments {
    margin-bottom: 40px; } }

.pagination {
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline;
  margin-right: 4px; }
  .archive-pagination li a {
    background-color: #162938;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px;
    width: 40px;
    height: 40px; }

.archive-pagination li.pagination-next a,
.archive-pagination li.pagination-previous a {
  width: auto;
  padding: 8px 20px; }

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #3daef1;
  color: #fff; }

/*--------------------------------------------------------------
## Header Styles
--------------------------------------------------------------*/
.footer-widgets {
  clear: both;
  color: #162938;
  display: block;
  font-size: 16px;
  padding: 2px 0; }

@media screen and (max-width: 1024px) {
  .footer-widgets {
    padding-top: 80px; } }

@media screen and (max-width: 782px) {
  .footer-widgets {
    padding-top: 60px; } }
  .footer-widgets .wrap {
    margin: 80px auto; }

@media screen and (max-width: 1024px) {
  .footer-widgets .wrap {
    margin: 0 auto 60px; } }
  .footer-widgets .widget-title {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px; }
  .footer-widgets li {
    padding-bottom: 4px; }
  .footer-widgets a {
    color: #556977; }
    .footer-widgets a:hover {
      color: #3daef1; }
  .footer-widgets input {
    font-size: 15px;
    margin-top: 5px; }
  .footer-widgets input[type="submit"] {
    background-color: #3daef1;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    bottom: 0;
    color: #fff;
    font-family: "AvenirLTStd-Medium", sans-serif;
    height: 52px;
    margin-left: 10px;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    text-transform: none; }
    .footer-widgets input[type="submit"]:hover {
      background-color: #162938;
      color: #fff; }
  .footer-widgets p:last-child {
    margin-bottom: 0; }
  .footer-widgets .mc-field-group {
    position: relative; }

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  float: left;
  width: 22.22222%; }

@media screen and (max-width: 1024px) {
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    margin-bottom: 60px;
    width: 33.16293833%; } }

@media screen and (max-width: 782px) {
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    width: 100%; } }

.footer-widgets-4 {
  float: right;
  width: 33.16293834%; }

@media screen and (max-width: 1024px) {
  .footer-widgets-4 {
    width: 100%; } }
  .footer-widgets-4 .widget {
    margin-bottom: 30px; }

.site-footer {
  color: #556977;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  padding-bottom: 8%; }
  .site-footer p {
    margin-bottom: 0; }
  .site-footer a {
    color: #556977; }
    .site-footer a:hover {
      color: #3daef1; }

/*.error404 .site-inner {
 background-color: #3daef1;
   color: #fff;
}
.error404 .page-title {
 padding: 170px 0 150px;
}*/
/* Account
--------------------------------------------- */
.blox-account .content {
  padding-top: 40px; }

.account-menu {
  border-bottom: 1px solid #ececec;
  font-size: 18px; }

.account-menu .menu-item {
  display: inline-block;
  text-align: left; }

.account-menu li a {
  color: #162938;
  font-family: "AvenirLTStd-Medium", sans-serif;
  letter-spacing: 1px;
  display: block;
  position: relative;
  padding: 0 20px 15px; }

.account-menu li a:hover,
.account-menu li.current-menu-item a {
  color: #3daef1; }

.account-menu #menu-item-logout {
  float: right; }

@media screen and (max-width: 782px) {
  .menu-account-nav-menu-container {
    margin-left: 6%;
    margin-right: 6%; }
  .account-menu #menu-item-logout {
    float: none; } }

/* Documentation Pages
--------------------------------------------- */
/* Documentation Single Pages
.documentation-home {
	border-top: 3px solid #dbdbdb;
	margin-top: 30px;
	padding-top: 15px;
}*/
.documentation-toc {
  padding: 25px 20px 15px;
  border: 1px solid #ececec;
  border-top: 3px solid #3daef1; }
  .documentation-toc .widget-title {
    margin-bottom: 20px; }

/* Documentation Archive Page */
#search_container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-top: 10px; }
  #search_container input[type="text"] {
    border: 1px solid #dbdbdb; }

#search_results {
  background-color: #F0F8FF;
  width: 100%; }
  #search_results h3 {
    color: #162938;
    margin-bottom: 25px; }
  #search_results h4 {
    font-size: 18px;
    margin-bottom: 10px; }
  #search_results .dashicons {
    line-height: 1.5;
    font-size: 18px; }
  #search_results p {
    font-size: 15px;
    padding: 0;
    margin: 0; }

.search-results-wrapper {
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 60px 0 80px; }

@media screen and (max-width: 782px) {
  .search-results-wrapper {
    width: 100%;
    padding: 60px 5%;
    margin: 0 auto; } }

.search-result {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px; }
  .search-result:last-child {
    margin-bottom: 0; }

.no-search-results {
  background: #fff;
  padding: 30px; }

.submit-search {
  background-color: transparent;
  color: #162938;
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 30px;
  height: 50px;
  width: 50px;
  padding: 0;
  outline: none;
  display: inline-block;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center; }
  .submit-search:hover {
    background-color: transparent;
    color: #3daef1; }

.documentation-wrapper {
  width: 46%;
  float: left;
  clear: left; }

@media screen and (max-width: 480px) {
  .documentation-wrapper {
    width: 100%; } }
  .documentation-wrapper:nth-child(even) {
    float: right;
    clear: right; }
  .documentation-wrapper:last-child .documentation-body {
    margin-bottom: 30px; }

.documentation-body {
  margin: 20px 0 50px; }
  .documentation-body li {
    margin-bottom: 8px;
    line-height: 1.5; }
  .documentation-body a {
    color: #556977; }
    .documentation-body a:hover {
      color: #3daef1; }

.single-documentation article h2 {
  padding-bottom: 8px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ececec; }

.post-type-archive-documentation .page-title h1 {
  margin-bottom: 25px; }

.archive.post-type-archive-documentation .site-inner {
  background-color: #fff;
  padding: 0; }
  .archive.post-type-archive-documentation .site-inner .content {
    max-width: 1000px; }

.documentation-home a {
  width: 100%; }

@media screen and (max-width: 782px) {
  .documentation-home a {
    width: auto; } }

@media (min-width: 782px) {
  .documentation-body ul {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-gap: 30px;
    column-count: 2;
    column-gap: 30px; } }

.home .site-inner {
  display: none; }
.archive-themes .site-inner { display: none;}

.home-widgets h1, .home-widgets h2 {
  font-size: 40px; }

@media screen and (max-width: 1024px) {
  .home-widgets h1, .home-widgets h2 {
    font-size: 36px; } }

@media screen and (max-width: 782px) {
  .home-widgets h1, .home-widgets h2 {
    font-size: 30px; } }

@media screen and (max-width: 782px) {
  .home-widgets h3 {
    font-size: 20px;
    margin-bottom: 0; } }

.home-widgets .button {
  font-size: 20px;
  padding: 20px 25px; }

@media screen and (max-width: 782px) {
  .home-widgets .button {
    font-size: 18px;
    padding: 18px 20px; } }

.home-widgets .wrap {
  max-width: 1000px; }

.home-widgets .section-header {
  text-align: center;
  max-width: 840px;
  margin: 0 auto; }
  .home-widgets .section-header h3 {
    font-family: "AvenirLTStd-Medium", sans-serif; }
  .home-widgets .section-header p {
    font-size: 18px; }

@media screen and (max-width: 782px) {
  .home-widgets .section-header p {
    font-size: 17px; } }

.home-widgets .featuredpost {
  max-width: 100%;
  padding: 0;
  margin: 0 auto; }
  .home-widgets .featuredpost .widget-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-between;
    flex-flow: row wrap;
    justify-content: space-between; }
  .home-widgets .featuredpost .entry {
    background-color: #fff;
    width: 30%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column; }

@media screen and (max-width: 782px) {
  .home-widgets .featuredpost .entry {
    margin: 0 0 60px;
    width: 100%; }
    .home-widgets .featuredpost .entry:last-child {
      margin-bottom: 0; } }
    .home-widgets .featuredpost .entry a.alignnone {
      line-height: 0;
      display: block;
      margin-bottom: 0; }
  .home-widgets .featuredpost .entry-header {
    padding: 30px 30px 0; }
    .home-widgets .featuredpost .entry-header h2.entry-title {
      font-family: "AvenirLTStd-Medium", sans-serif;
      font-size: 20px;
      margin-bottom: 12px; }
      .home-widgets .featuredpost .entry-header h2.entry-title a {
        color: #162938; }
        .home-widgets .featuredpost .entry-header h2.entry-title a:hover {
          color: #3daef1; }
  .home-widgets .featuredpost .entry-content {
    margin: 0 30px 40px; }
    .home-widgets .featuredpost .entry-content p {
      font-size: 17px;
      margin-bottom: 20px; }
      .home-widgets .featuredpost .entry-content p:last-child {
        margin: 0; }
    .home-widgets .featuredpost .entry-content a.button {
      background-color: #fff;
      color: #3daef1;
      font-family: "AvenirLTStd-Medium", sans-serif;
      font-size: 17px;
      letter-spacing: 0px;
      padding: 0;
      text-align: left;
      width: 100%; }
      .home-widgets .featuredpost .entry-content a.button:hover {
        color: #162938; }
      .home-widgets .featuredpost .entry-content a.button::after {
        display: inline-block;
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 1;
        font-family: dashicons;
        text-decoration: inherit;
        font-weight: 400;
        font-style: normal;
        vertical-align: top;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* Admin Menu Icons */
        /* Both Admin Menu and Post Formats */
        /* Post Format Icons */
        /* Welcome Screen Icons */
        /* Image Editing Icons */
        /* Both Image Editing and TinyMCE */
        /* TinyMCE Icons */
        /* Post Icons */
        /* Sorting */
        content: "\f345";
        /* Social Icons */
        /* Jobs Icons */
        /* Internal/Products */
        /* Taxonomies */
        /* Alerts/Notifications/Flags */
        /* Misc/CPT */
        font-size: 17px;
        margin-left: 2px; }

.home-widgets .cta .text {
  float: left;
  text-align: left; }

@media screen and (max-width: 1024px) {
  .home-widgets .cta .text {
    float: none;
    text-align: center; } }
  .home-widgets .cta .text h4 {
    color: #fff;
    font-size: 30px;
    line-height: 1.1;
    margin: 0 0 7px; }
  .home-widgets .cta .text p {
    color: #B8E3F5;
    font-size: 14px;
    margin: 0; }
  .home-widgets .cta .text a, .home-widgets .cta .text a:hover {
    color: #B8E3F5;
    text-decoration: underline; }

.home-widgets .cta .action {
  float: right;
  width: 190px;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .home-widgets .cta .action {
    float: none;
    text-align: center;
    margin: 0 auto; } }
  .home-widgets .cta .action a.button {
    width: 100%; }
    .home-widgets .cta .action a.button:hover {
      color: #162938;
      background-color: #fff; }

.home-widgets-1 {
  width: 100%;
  padding: 180px 0 130px; }

@media screen and (max-width: 782px) {
  .home-widgets-1 {
    padding: 140px 0 80px;
    text-align: center; } }

@media screen and (max-width: 480px) {
  .home-widgets-1 {
    padding: 100px 0 80px; } }

@media screen and (max-width: 782px) {
  .home-widgets-1 .button {
    display: block;
    width: 250px;
    margin: 0 auto; } }
  .home-widgets-1 .button .dashicons {
    height: 15px;
    line-height: .9; }
  .home-widgets-1 .button-secondary {
    margin-left: 30px; }

@media screen and (max-width: 782px) {
  .home-widgets-1 .button-secondary {
    margin: 20px auto 0; } }
  .home-widgets-1 p {
    font-size: 20px;
    margin-bottom: 35px;
    padding: 0; }

@media screen and (max-width: 782px) {
  .home-widgets-1 p {
    font-size: 18px; } }

.home-widgets-2 {
  background-color: #f0f8ff;
  padding: 100px 0 120px;
  text-align: center; }

@media screen and (max-width: 782px) {
  .home-widgets-2 {
    padding: 80px 0 100px;
    text-align: center; } }

.blox-steps {
  margin-top: 100px; }

@media screen and (max-width: 782px) {
  .blox-steps {
    margin-top: 70px; } }
  .blox-steps .blocks {
    margin-bottom: 30px; }

@media screen and (max-width: 782px) {
  .blox-steps .blocks {
    margin-bottom: 20px; } }
    .blox-steps .blocks span {
      background-color: #f0f8ff;
      width: 20px;
      height: 20px;
      display: inline-block;
      margin-right: 10px; }
    .blox-steps .blocks span.active {
      background-color: #3daef1; }
    .blox-steps .blocks span.completed {
      background-color: #162938; }
  .blox-steps .step-image {
    line-height: 0;
    width: 50%;
    float: left; }
  .blox-steps .step-image.offset {
    float: right; }
  .blox-steps .step-text {
    width: 50%;
    float: left;
    background-color: #fff;
    text-align: left;
    padding: 60px;
    height: 500px;
    width: 50%;
    float: left; }
    .blox-steps .step-text h3 {
      font-size: 22px;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .blox-steps .step-text p {
      font-size: 17px; }
      .blox-steps .step-text p:last-child {
        margin-bottom: 0; }

.home-widgets-3 {
  background-color: #3daef1;
  padding: 80px 0; }
  .home-widgets-3 .wrap {
    max-width: 860px; }

.home-widgets-4 {
  padding: 100px 0 120px; }

@media screen and (max-width: 782px) {
  .home-widgets-4 {
    padding: 80px 0 100px; } }
  .home-widgets-4 .features-container {
    margin: 80px auto 20px;
    max-width: 850px; }

@media screen and (max-width: 782px) {
  .home-widgets-4 .features-container {
    margin: 60px auto 20px; } }
  .home-widgets-4 .features-links {
    font-family: "AvenirLTStd-Medium", sans-serif;
    font-size: 18px;
    text-align: center; }
    .home-widgets-4 .features-links a.text {
      margin-left: 40px;
      color: #162938; }

@media screen and (max-width: 480px) {
  .home-widgets-4 .features-links a.text {
    display: block;
    font-size: 16px;
    margin: 25px auto 0; } }
      .home-widgets-4 .features-links a.text:hover {
        color: #3daef1; }
      .home-widgets-4 .features-links a.text .dashicons {
        line-height: 3.1; }

@media screen and (max-width: 782px) {
  .home-widgets-4 .features-links a.text .dashicons {
    line-height: 2.8; } }

@media screen and (max-width: 480px) {
  .home-widgets-4 .features-links a.text .dashicons {
    font-size: 18px;
    line-height: 1.5; } }

.home-widgets-5 {
  background: #f0f8ff;
  padding: 100px 0 120px; }

@media screen and (max-width: 782px) {
  .home-widgets-5 {
    padding: 80px 0; } }
  .home-widgets-5 .featured-content {
    padding-top: 20px; }

.home-widgets-6 {
  background-color: #3daef1;
  padding: 80px 0; }

@media screen and (max-width: 1024px) {
  .home-widgets-3 .text,
  .home-widgets-3 .action {
    float: none;
    text-align: center;
    width: 100%; }
  .home-widgets-3 .action a.button {
    margin-top: 30px;
    width: 190px; }
  .blox-steps .step {
    width: 50%;
    float: left;
    margin-bottom: 60px; }
    .blox-steps .step:nth-child(odd) {
      padding-right: 20px;
      clear: both; }
    .blox-steps .step:nth-child(even) {
      padding-left: 20px; }
    .blox-steps .step:last-child {
      margin-bottom: 0; }
  .blox-steps .step-text,
  .blox-steps .step-image,
  .blox-steps .step-image.offset {
    float: none;
    width: 100%;
    height: auto; }
  .blox-steps .step-image img {
    width: 100%; }
  .blox-steps .step-text {
    padding: 40px; }
    .blox-steps .step-text p:last-child {
      margin: 0; } }

@media screen and (max-width: 782px) {
  .blox-steps .step {
    width: 100%;
    float: none;
    margin-bottom: 60px; }
    .blox-steps .step:nth-child(odd) {
      padding-right: 0; }
    .blox-steps .step:nth-child(even) {
      padding-left: 0; }
  .blox-steps .step-text {
    padding: 30px; } }

.blox-addons .site-inner {
  background-color: #f0f8ff;
  padding: 100px 0 60px; }

@media screen and (max-width: 782px) {
  .blox-addons .site-inner {
    padding-bottom: 0; } }

.blox-addons .content {
  max-width: 1000px; }

.addon-list .item {
  background-color: #fff;
  margin-bottom: 60px; }
  .addon-list .item p {
    margin-bottom: 20px; }
  .addon-list .item:nth-last-of-type(-n+2) {
    margin-bottom: 0; }

@media screen and (max-width: 782px) {
  .addon-list .item:nth-last-of-type(-n+2) {
    margin-bottom: 40px; } }

@media screen and (max-width: 782px) {
  .addon-list .item {
    margin-bottom: 40px; } }

.addon-list a.entry-image {
  line-height: 0;
  display: block; }

.addon-list .entry-header {
  padding: 40px 30px 0; }

.addon-list .entry-content {
  padding: 0 30px 40px; }

.addon-idea {
  background-color: #162938 !important;
  position: relative;
  text-align: center; }
  .addon-idea .addon-idea-wrap {
    padding: 0 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

@media screen and (max-width: 782px) {
  .addon-idea .addon-idea-wrap {
    padding: 50px 30px 60px;
    position: relative;
    transform: none; } }
  .addon-idea h2 {
    color: #fff; }
  .addon-idea p {
    color: #6d8798;
    font-size: 20px;
    margin: 30px 0 40px !important; }
  .addon-idea a.button-secondary {
    background-color: #3daef1; }
    .addon-idea a.button-secondary:hover {
      background-color: #fff;
      color: #162938; }

/* Addon Single
--------------------------------------------- */
.meta-value h4 {
  margin-bottom: 10px; }

.addons-home {
  margin-top: 30px;
  padding-top: 15px; }
  .addons-home a {
    width: 100%; }

@media screen and (max-width: 782px) {
  .addons-home a {
    width: auto; } }

.addon-disclaimer {
  border: 1px solid #ececec;
  border-top: 3px solid #ff5545;
  margin-bottom: 30px;
  padding: 25px; }
  .addon-disclaimer p:last-child {
    margin-bottom: 0; }

.blog .content {
  max-width: 1000px; }

.blog .content .entry {
  margin-bottom: 60px; }

.blog .site-inner {
  background-color: #f0f8ff;
  padding: 100px 0 0; }

.blog .content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  flex-flow: row wrap;
  justify-content: space-between; }

.blog .content article {
  background-color: #fff;
  width: 47%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column; }

.blog .entry-header {
  padding: 40px 40px 0; }

.blog .entry-content {
  padding: 0 40px 40px; }

.blog .more-link {
  background-color: #162938;
  border-radius: 50px;
  color: #fff;
  display: block;
  display: table;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  margin: 20px auto 0;
  max-width: 250px;
  padding: 10px 24px;
  text-align: center;
  text-transform: uppercase; }

.blog .more-link:hover {
  background-color: #3daef1;
  color: #fff; }

@media screen and (max-width: 782px) {
  .blog .content article {
    width: 100%; }
  .blog .content .entry {
    margin-bottom: 40px; }
  .blog .entry-header {
    padding: 40px 30px 0; }
  .blog .entry-content {
    padding: 0 30px 40px; } }

.search .content .entry {
  margin-bottom: 80px; }

.archive .content {
  max-width: 1000px; }

.archive .content .entry {
  margin-bottom: 80px; }

.archive .site-inner {
  background-color: #f0f8ff;
  padding: 100px 0 0; }

.archive .content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  flex-flow: row wrap;
  justify-content: space-between; }

.archive .content article {
  background-color: #fff;
  width: 47%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column; }

.archive .entry-header {
  padding: 40px 30px 0; }

.archive .entry-content {
  padding: 0 30px 40px; }

.archive .content .entry {
  margin-bottom: 80px; }

@media screen and (max-width: 782px) {
  .archive .content .entry {
    margin-bottom: 40px; } }

.archive .more-link:hover {
  background-color: #3daef1;
  color: #fff; }

@media screen and (max-width: 782px) {
  .archive .content .entry {
    margin-bottom: 40px; } }

.single-post .content .wp-post-image {
  margin-bottom: 30px; }

.single-post .content .entry {
  margin-bottom: 80px; }

@media screen and (max-width: 782px) {
  .single-post .content .entry {
    margin-bottom: 40px; }
  .single-post article .wp-post-image {
    display: none; } }

/*--------------------------------------------------------------
## Avatar
--------------------------------------------------------------*/
.avatar {
  border-radius: 50%;
  float: left; }

.alignleft .avatar {
  margin-right: 30px; }

.alignright .avatar {
  margin-left: 30px; }

.comment .avatar {
  margin-right: 20px; }

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/
.search-form {
  overflow: hidden; }

.site-header .search-form {
  float: right;
  margin-top: 12px; }

.entry-content .search-form,
.site-header .search-form {
  width: 50%; }

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

.author-box {
  background-color: #fff;
  padding: 40px 50px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin-bottom: 80px; }

@media screen and (max-width: 782px) {
  .author-box {
    padding: 40px 0;
    margin-bottom: 40px; } }

@media screen and (max-width: 480px) {
  .author-box {
    text-align: center; } }
  .author-box .avatar {
    margin-right: 30px; }

@media screen and (max-width: 480px) {
  .author-box .avatar {
    float: none;
    margin: 0 0 15px; } }
  .author-box .author-box-title {
    font-family: "AvenirLTStd-Medium", sans-serif;
    font-size: 22px;
    margin-bottom: 5px; }
  .author-box p {
    overflow: hidden; }
    .author-box p:last-child {
      margin-bottom: 0; }

/*--------------------------------------------------------------
## Pricing Table - Blox Custom
--------------------------------------------------------------*/
.pricing-table {
  color: #162938;
  line-height: 1;
  text-align: center; }
  .pricing-table .one-fourth {
    background-color: #fff;
    border: 2px solid #162938;
    margin: 0 -2px;
    padding: 40px; }
    .pricing-table .one-fourth:nth-child(3) .price-heading {
      background-color: #3daef1;
      color: #ffffff; }
      .pricing-table .one-fourth:nth-child(3) .price-heading h4 {
        color: #ffffff; }
    .pricing-table .one-fourth:nth-child(4n+1) {
      clear: both;
      margin: 20px 0 20px 2.564102564102564%; }
    .pricing-table .one-fourth:nth-child(4n+4) {
      margin: 20px 2.564102564102564% 20px 0; }
  .pricing-table .price-heading {
    background-color: #f0f8ff;
    border-bottom: 2px solid #162938;
    margin: -40px -40px 40px;
    padding: 40px; }
  .pricing-table .price-title {
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .pricing-table .price {
    text-transform: uppercase; }
  .pricing-table .amt {
    font-size: 60px;
    line-height: 0.8; }
  .pricing-table .sup {
    vertical-align: top;
    font-weight: 700; }
  .pricing-table .sub {
    vertical-align: bottom;
    letter-spacing: 2px;
    font-weight: 700; }
  .pricing-table ul {
    color: #556977;
    margin-bottom: 30px !important;
    margin-left: 0 !important; }
  .pricing-table li {
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style-type: none !important;
    line-height: 1.5;}
    .pricing-table li::before {
      color: #83c77e;
      content: '\2713';
      display: inline-block;
      font-family: "icon-font";
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1em;
      margin-left: .2em;
      margin-right: .2em;
      speak: none;
      text-align: center;
      text-decoration: inherit;
      text-transform: none;
      width: 1em; }
    .pricing-table li.not-included::before {
      content: '\2715';
      color: #ff5545; }

@media screen and (max-width: 782px) {
  .pricing-table .one-fourth,
  .pricing-table .one-fourth:nth-child(3n+1),
  .pricing-table .one-fourth:nth-child(3n+3) {
    margin: 0; }
  .pricing-table .one-fourth:nth-child(2) {
    margin: 50px 0; } }

.blox-pricing-table {
  background-color: #162938;
  padding-bottom: 80px; }

@media screen and (max-width: 782px) {
  .blox-pricing-table {
    padding: 10px 5% 60px; } }
  .blox-pricing-table .pricing-table {
    margin: 0 auto;
    max-width: 1000px; }
  .blox-pricing-table .pricing-subtext {
    color: #6d8798;
    margin: 0 auto;
    max-width: 800px;
    padding: 30px 0;
    text-align: center; }

.questions {
  margin-bottom: 60px; }
  .questions h4 {
    margin: 60px 0 15px; }
  .questions p {
    margin-bottom: 0; }
  .questions .one-half {
    padding: 0 30px; }

.questions-title {
  margin: 100px 0 30px; }
  .questions-title h2 {
    font-size: 36px;
    margin-bottom: 5px; }
  .questions-title p {
    font-size: 20px; }

@media screen and (max-width: 782px) {
  .questions .one-half {
    padding: 0; } }

.blox-features {
  background-color: #f0f8ff;
  padding: 80px 0;
  margin-bottom: 70px; }
  .blox-features .blox-wrap {
    max-width: 1000px;
    margin: 0 auto; }

@media screen and (max-width: 1024px) {
  .blox-features .blox-wrap {
    padding: 0 5%; } }
  .blox-features .feature {
    clear: both;
    overflow: hidden;
    margin-bottom: 60px; }
    .blox-features .feature .feature-image {
      width: 35%;
      padding-bottom: 35%;
      border: 1px solid #ececec;
      float: right;
      border-radius: 100%;
      overflow: hidden;
      position: relative; }
      .blox-features .feature .feature-image a {
        position: absolute; }
      .blox-features .feature .feature-image img {
        margin-bottom: 0;
        max-width: 160%; }

@media screen and (max-width: 782px) {
  .blox-features .feature .feature-image {
    width: 50%;
    padding-bottom: 50%;
    float: none;
    margin: 0 auto 40px; } }

@media screen and (max-width: 480px) {
  .blox-features .feature .feature-image {
    width: 80%;
    padding-bottom: 80%; } }
    .blox-features .feature .feature-content {
      width: 65%;
      float: left;
      padding: 60px 100px 60px 40px; }

@media screen and (max-width: 1024px) {
  .blox-features .feature .feature-content {
    padding: 20px 80px 60px 0; } }

@media screen and (max-width: 782px) {
  .blox-features .feature .feature-content {
    float: none;
    padding: 0;
    width: 100%; } }
    .blox-features .feature:nth-child(even) .feature-image {
      float: left; }

@media screen and (max-width: 782px) {
  .blox-features .feature:nth-child(even) .feature-image {
    width: 50%;
    padding-bottom: 50%;
    float: none;
    margin: 0 auto 40px; } }

@media screen and (max-width: 480px) {
  .blox-features .feature:nth-child(even) .feature-image {
    width: 80%;
    padding-bottom: 80%; } }
    .blox-features .feature:nth-child(even) .feature-content {
      float: right;
      padding: 60px 40px 60px 100px; }

@media screen and (max-width: 1024px) {
  .blox-features .feature:nth-child(even) .feature-content {
    padding: 20px 0 60px 80px; } }

@media screen and (max-width: 782px) {
  .blox-features .feature:nth-child(even) .feature-content {
    float: none;
    padding: 0;
    width: 100%; } }
    .blox-features .feature:last-child {
      margin-bottom: 0px; }
  .blox-features:after {
    color: #556977 !important; }

.features-container {
  overflow: hidden; }

.features-container .feature {
  width: 50%;
  float: left;
  margin-bottom: 40px;
  padding-right: 40px; }

@media screen and (max-width: 782px) {
  .features-container .feature {
    margin-bottom: 30px;
    padding-right: 25px; } }

@media screen and (max-width: 480px) {
  .features-container .feature {
    margin-bottom: 20px;
    padding: 0;
    width: 100%; } }
  .features-container .feature p {
    font-size: 17px; }
  .features-container .feature .dashicons {
    font-size: 28px;
    height: 0;
    width: 20px;
    display: inline-block;
    margin-right: 20px; }
  .features-container .feature:nth-child(odd) {
    clear: both; }
  .features-container .feature:nth-child(even) {
    float: right;
    padding-right: 0;
    padding-left: 40px; }

@media screen and (max-width: 782px) {
  .features-container .feature:nth-child(even) {
    padding-left: 25px; } }

@media screen and (max-width: 480px) {
  .features-container .feature:nth-child(even) {
    padding: 0; } }

.featured-block {
  border-bottom: 3px solid #f2f2f2;
  margin-bottom: 60px;
  padding-bottom: 30px; }

.featured-block.last {
  border-bottom: none; }

.featured-block.left .featured-image {
  float: right; }

.featured-block.left .featured-content {
  padding: 10px 30px 10px 0;
  margin-left: 0;
  margin-right: 2.564102564102564%; }

.features {
  text-align: left; }

/*.features .dashicons {
	font-size: 64px;
	height: 64px;
	margin: 0 0 20px;
	width: 64px;
}*/
.features .dashicons {
  font-size: 28px;
  height: 0;
  width: 20px;
  display: inline-block;
  margin-right: 20px; }

.features.internal {
  text-align: left;
  margin-bottom: 30px; }

.features.internal .dashicons {
  font-size: 28px;
  height: 0;
  width: 20px;
  display: inline-block;
  margin-right: 20px;
  line-height: 1.1; }

.features .one-half {
  padding: 0 30px 15px; }

.features-title {
  margin: 20px 0 60px; }

.features-title h2 {
  font-size: 36px;
  margin-bottom: 5px; }

.features-title p {
  font-size: 20px; }

@media screen and (max-width: 782px) {
  .features .one-half {
    padding: 0 0 15px; }
  .features .one-half.first {
    margin-bottom: 30px; }
  .features-title h2 {
    font-size: 30px; }
  .features-title p {
    font-size: 18px; }
  .featured-block {
    margin-bottom: 50px; }
  .featured-block.left .featured-content {
    padding: 0 0 20px;
    margin-left: 0;
    margin-right: 0; } }

/*
Flex Box
---------------------------------------------------------------------------------------------------- */
.grid .wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-content: flex-start;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start; }

.grid.columns .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column; }

.grid.columns-2 .item {
  width: 47%; }

.grid.columns-3 .item {
  width: 31%; }

@media screen and (max-width: 782px) {
  .grid.columns .item {
    width: 100%; } }

.latest-posts .item {
  background-color: #fff;
  margin-bottom: 80px; }

.latest-posts a.entry-image {
  line-height: 0;
  display: block; }

@media screen and (max-width: 782px) {
  .latest-posts .item {
    margin-bottom: 40px; } }

#blox-comparison-chart .included,
#blox-comparison-chart .not-included {
  color: #fff; }

#blox-comparison-chart .included::before {
  color: #9bc23c;
  content: '\2713';
  display: inline-block;
  font-family: "icon-font";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-left: .2em;
  margin-right: .2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em; }

#blox-comparison-chart .not-included::before {
  content: '\2715';
  color: #ff0000;
  padding-left: 5px; }

.example-block {
  border: 1px solid #ececec;
  border-left: 3px solid #83c77e;
  margin-bottom: 30px;
  padding: 25px; }

.example-block p:last-child {
  margin-bottom: 0; }

.example-block.warning {
  border-left: 3px solid #ff5545; }

.example-block.highlight {
  border-left: 3px solid #f2d446; }

.get-started {
  margin: 50px 0 0;
  padding-top: 60px;
  border-top: 3px solid #f2f2f2;
  text-align: center; }

.screenshot {
  width: 90%;
  border: 10px solid #f1f1f1; }

@media screen and (max-width: 782px) {
  .screenshot {
    width: 100%; } }

.twitter-follow {
  display: inline-block;
  margin-top: 15px; }

.blox-cta .blox-image-wrap.blox-image-background {
  display: block;
  position: relative;
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.blox-cta .blox-caption-container {
  display: table;
  top: 0;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center; }

.blox-cta .blox-caption-wrap {
  background-color: transparent;
  display: table-cell;
  vertical-align: middle; }

.blox-cta h2 {
  color: #fff;
  font-family: "AvenirLTStd-Medium", sans-serif;
  font-size: 40px;
  width: 65%;
  margin: 0 auto 30px; }

@media screen and (max-width: 1024px) {
  .blox-cta h2 {
    font-size: 36px; } }

@media screen and (max-width: 782px) {
  .blox-cta h2 {
    font-size: 30px; } }

.blox-cta .button {
  font-size: 20px;
  margin-bottom: 15px;
  padding: 20px 25px; }

@media screen and (max-width: 782px) {
  .blox-cta .button {
    font-size: 18px;
    padding: 18px 20px; } }


/* Easy Digital Downloads
--------------------------------------------- */
.edd-login-form-container {
  max-width: 700px;
  margin: 0 auto; }

#edd_login_form {
  background-color: #F0F8FF;
  padding: 50px 60px;
  margin-bottom: 30px; }

#edd_login_form legend {
  display: none; }

#edd_login_form .edd_submit {
  width: 100%; }

/* Manage Sites Page */
#edd_sl_license_add_site_form .edd-input {
  width: 50%;
  margin-right: 10px; }

/* Cart */
.blox-checkout .site-header {
  position: relative;
  padding: 60px 0 60px;
  text-align: center; }

.blox-checkout .title-area {
  float: none;
  width: 100%; }
  .blox-checkout .title-area .site-title {
    font-size: 40px; }

.blox-checkout .content {
  max-width: 700px; }

#edd_your_order {
  margin-bottom: 30px; }

#edd_checkout_cart {
  margin-bottom: 20px; }

#edd_checkout_cart th,
#edd_checkout_cart td {
  padding: 5px 15px;
  border: 1px solid #dbdbdb; }

.edd_cart_header_row th {
  font-family: "AvenirLTStd-Medium", sans-serif; }

.edd_cart_item_price {
  text-align: right; }

.edd_cart_remove_item_btn span {
  top: 8px;
  display: inline-block;
  position: relative; }

.edd_cart_footer_row th {
  text-align: right; }

.edd_cart_discount_row th {
  background-color: #fff;
  font-style: italic; }

.edd_discount_remove {
  top: 8px;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color .1s ease-in 0;
  transition: color .1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.edd_discount_remove:before {
  content: "\f335"; }

#edd-discount {
  width: 50%;
  margin-right: 10px; }

#edd_checkout_form_wrap fieldset {
  border: none;
  margin: 0 0 20px;
  padding: 0; }

#edd_purchase_form_wrap p {
  margin-bottom: 15px; }

#edd_purchase_form label {
  display: block;
  margin-bottom: 10px;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  font-size: 17px; }

#edd_checkout_form_wrap .edd-required-indicator {
  color: red; }

#edd_checkout_form_wrap .edd-description {
  display: none; }

#edd-login-account-wrap,
#edd-new-account-wrap {
  background-color: #FFE14D;
  margin-bottom: 40px !important;
  padding: 10px 0;
  text-align: center; }

#edd-discount-error-wrap,
#edd_purchase_form .edd_errors {
  background-color: #FF4D4D;
  clear: both;
  color: #fff;
  display: inline-block;
  margin: 20px 0;
  padding: 15px 15px 10px;
  text-align: center;
  width: 100%; }

#edd_purchase_form .edd_errors p {
  margin: 0 0 10px; }

#edd_terms_agreement {
  margin-bottom: 20px !important; }

#edd_agree_to_terms {
  margin-right: 5px; }

.edd-payment-mode-label {
  color: #162938;
  display: inline-block;
  font-family: "AvenirLTStd-Heavy", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 12px; }

#edd-payment-mode-wrap {
  margin-bottom: 20px; }

.edd-payment-icons {
  margin-bottom: 20px; }
  .edd-payment-icons img {
    margin-right: 5px; }

.edd-gateway {
  margin-right: 8px; }

#edd_final_total_wrap {
  font-size: 22px;
  text-align: center;
  padding: 30px 0; }

#edd_purchase_submit {
  margin-top: 20px !important;
  width: 100%; }

#edd-purchase-button {
  width: 100%;
  font-size: 22px;
  padding: 20px 0; }

.blox-cart-description {
  font-size: 16px;
  margin: 0 0 15px; }

/* Profile Editor */
#edd_profile_editor_form fieldset {
  border: none;
  padding: 0;
  margin: 0; }

#edd_profile_editor_form legend {
  margin: 40px 0 20px; }
  #edd_profile_editor_form legend:first-child {
    margin-top: 0; }

#edd_profile_editor_form label {
  margin: 15px 0 5px; }

/* Purchase Receipt */
.edd_sl_license_key_expired,
.edd_sl_license_key_revoked {
  color: red;
  font-style: italic; }

.edd_purchase_receipt_product_name {
  font-weight: 400; }

.edd_purchase_receipt_product_notes p {
  margin-bottom: 15px; }

ul.edd_purchase_receipt_files {
  border-top: 1px solid #dbdbdb;
  margin: 0 0 10px;
  padding-top: 10px; }

ul.edd_purchase_receipt_files li {
  list-style-type: none; }

.edd_bundled_product_name {
  font-weight: 400;
  font-style: italic; }

ul.edd_bundled_product_files {
  margin: 0; }

@media screen and (max-width: 782px) {
  .edd-payment-icons,
  #edd_payment_mode_select,
  #edd_checkout_user_info,
  #edd_register_account_fields,
  #edd_login_fields p:nth-child(n+2),
  #edd_login_fields .edd_errors {
    width: 100%;
    float: none; }
  .edd-payment-icons {
    text-align: left; }
  .blox-cart-description {
    font-size: 15px; } }

/* Magnific Popup CSS */
.mfp-image {
  cursor: zoom-in; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
/*  color: #FFF;*/
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #fff; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

/* Contact Form 7
--------------------------------------------- */
div.wpcf7-response-output {
  background-color: #FFD400;
  border: none;
  text-align: center;
  padding: 15px;
  margin: 0; }

div.wpcf7-spam-blocked {
  background-color: #F96A61; }

div.wpcf7-mail-sent-ok {
  background-color: #3CD67A; }

.contact-form-required {
  color: #F96A61; }

/* Simple Lightbox
--------------------------------------------- */
#slb_viewer_wrap .slb_theme_slb_default .slb_container {
  border-radius: 0 !important; }

.slb_details {
  margin-top: 10px !important; }

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title {
  font-family: 'AvenirLTStd-Heavy', sans-serif !important;
  font-size: 18px !important;
  margin-top: 10px !important; }

#slb_viewer_wrap .slb_theme_slb_default .slb_data_desc {
  display: block;
  margin-top: 0.5em;
  font-size: 14px !important; }

/* Simple Social Icons
--------------------------------------------- */
.simple-social-icons li a {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  transition: transform 0.4s ease-out; }

.footer-widgets .simple-social-icons ul li a,
.footer-widgets .simple-social-icons ul li a:hover {
  padding: 0 8px 0 0; }

/* Simple Share Buttons
--------------------------------------------- */
.share-after {
  margin: 50px 0 25px; }

.gist {
  -moz-tab-size: 4;
  tab-size: 4;
  margin-bottom: 28px; }
