/*** CSS Reset based on http://meyerweb.com/eric/tools/css/reset/ v2.0 ***/

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

b,
strong {
  font-weight: 700;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

/*** Structure ***/

html {
  font-size: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  background: #f7f7f7;
  word-wrap: break-word;
}

.container,
.container-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.container-outer {
  margin: 25px auto;
  -webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.17);
  -moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.17);
  box-shadow: 0 0 10 rgba(50, 50, 50, 0.17);
}

.wrapper {
  padding: 25px;
  background: #fff;
}

.content {
  width: 65.83%;
  overflow: hidden;
}

.sidebar {
  width: 31.66%;
  float: left;
}

.body-right-sidebar .main-content {
  float: left;
  margin-right: 2.5%;
}

.body-left-sidebar .main-content {
  float: right;
  margin-left: 2.5%;
}

.warning {
  border: 1px solid #ddd;
  padding: 20px 10px;
  text-align: center;
}

.warning__icon {
  margin-bottom: 20px;
}

/*** Animation ***/

.menu__item,
.tags__item,
.widget__link--taglist,
.btn {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

/*** Button ***/

.btn {
  font-weight: 700;
  padding: 5px 10px;
  white-space: nowrap;
  color: #fff;
  background: #2a2a2a;
}

.btn:hover {
  color: #fff;
  background: #ff615f;
}

/*** Columns ***/

.row [class*="col-"]:first-child {
  margin: 0;
}

[class*="col-"] {
  float: left;
  margin-left: 2.5%;
  overflow: hidden;
}

.col-1-1 {
  width: 100%;
}

.col-1-2 {
  width: 48.75%;
}

.col-1-3 {
  width: 31.66%;
}

.col-2-3 {
  width: 65.83%;
}

.col-1-4 {
  width: 23.12%;
}

.col-3-4 {
  width: 74.37%;
}

.col-1-5 {
  width: 18%;
}

.col-1-6 {
  width: 14.58%;
}

.col-1-7 {
  width: 12.14%;
}

.col-1-8 {
  width: 10.31%;
}

.clear {
  clear: both;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

/*** Typography ***/

h1 {
  font-size: 32px;
  font-size: 2rem;
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6 {
  font-size: 14px;
  font-size: 0.875rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #000;
  line-height: 1.3;
  font-weight: 700;
}

small {
  font-size: 12px;
  font-size: 0.75rem;
}

code {
  font-family: "Consolas", Courier New, Courier, monospace;
  padding: 0 5px;
  color: #c33;
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  white-space: nowrap;
  white-space: -o-nowrap;
  white-space: -moz-nowrap;
  white-space: -webkit-nowrap;
}

pre {
  display: block;
  font-family: "Consolas", Courier New, Courier, monospace;
  color: #000;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  background: #f5f5f5;
  border: 1px solid #ebebeb;
  padding: 20px;
  padding: 1.25rem;
  white-space: pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -webkit-pre-wrap;
}

pre code {
  padding: 0;
  border: 0;
  background: inherit;
  color: inherit;
  white-space: inherit;
}

kbd {
  padding: 0 6px;
  padding: 0 0.375rem;
  background: #f5f5f5;
  border: 1px solid #aaa;
  border-radius: 0.1875em;
  -moz-border-radius: 0.1875em;
  -moz-box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset;
  -webkit-border-radius: 0.1875em;
  -webkit-box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset;
  box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset;
  text-shadow: 0 0.0625em 0 #fff;
}

blockquote {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-style: italic;
  color: #666;
  padding: 5px 0 5px 15px;
  border-left: 5px solid #ff615f;
}

sup {
  vertical-align: super;
  font-size: 10px;
  font-size: 0.625rem;
}

sub {
  vertical-align: sub;
  font-size: 10px;
  font-size: 0.625rem;
}

abbr,
acronym {
  border-bottom: 1px dashed;
  cursor: help;
}

cite {
  color: #9a9b97;
}

q {
  font-style: italic;
}

address {
  font-family: "Courier new";
  line-height: 1.5;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #ff615f;
}

/*** Lists ***/

.post__content ul {
  list-style: square;
}

.post__content ol {
  list-style: decimal;
}

.post__content ul,
.post__content ol {
  margin: 0 0 20px 40px;
}

.post__content ul ul,
.post__content ol ol {
  margin: 0 0 0 40px;
}

.post__content li {
  margin-bottom: 5px;
}

dl {
  margin: 0 0 10px 20px;
}

dt,
dd {
  display: list-item;
}

dt {
  list-style-type: square;
  font-weight: bold;
}

dd {
  list-style-type: circle;
  margin-left: 20px;
}

select {
  max-width: 100%;
}

/*** Header ***/

.header {
  background: #fff;
}

.logo {
  padding: 20px;
  overflow: hidden;
}

.logo__link {
  margin: 5px 0;
  text-transform: uppercase;
}

.logo__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
}

.logo__tagline {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #ff615f;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e5e5e5;
}

.divider {
  border: 0;
  margin: 0;
  height: 5px;
  background: #ff615f;
}

/*** Navigation — Responsive-nav.js ***/

.menu {
  background: #2a2a2a;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
}

.menu__toggle {
  background: #2a2a2a;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #ffffff;
  text-align: right;
  font-weight: 700;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.menu__list {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.menu__link {
  padding: 10px 15px;
  display: block;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 700;
}

.menu__link:hover {
  color: #ffffff;
}

.js .menu--collapse {
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.menu--collapse.opened {
  max-height: 9999px;
}

.opened.menu__list {
  border-top: 1px solid #ff615f;
}

.menu__item {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.menu__item:hover {
  background: #ff615f;
}

.menu__item--active {
  background: #ff615f;
}

.menu__item:first-child {
  border: none;
}

@media screen and (min-width: 767px) {
  .js .menu {
    position: relative;
  }
  .js .menu.closed {
    max-height: none;
  }
  .menu__toggle {
    display: none;
  }
  .menu {
    border-bottom: 5px solid #ff615f;
    min-height: 42px;
  }
  .menu__item {
    float: left;
    position: relative;
  }
}

/*** Posts/Pages ***/

.post__header,
.page-header {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.page-header__title {
  font-size: 28px;
  font-size: 1.75rem;
}

.page-content {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.meta {
  font-size: 13px;
  font-size: 0.8125rem;
  vertical-align: baseline;
}

.meta,
.meta a {
  color: #979797;
}

.meta a:hover {
  color: #ff615f;
}

.meta span {
  margin-right: 10px;
}

.meta .icon {
  margin-right: 5px;
}

.icon-time,
.icon-category {
  fill: #c4c4c4;
  vertical-align: middle;
}

.meta-categories__link,
.post__meta-date,
.list__meta-date,
.post__meta-lastmod,
.list__meta-lastmod {
  vertical-align: middle;
}

.post__meta {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 5px 10px;
  border-top: 1px dotted #ebebeb;
  border-bottom: 1px dotted #ebebeb;
}

.post__thumbnail {
  max-width: 1030px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.post__thumbnail img {
  width: 100%;
}

.post__content h1,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6,
.post__content p,
.post__content blockquote,
.post__content .row {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.post__content blockquote p:last-child {
  margin: 0;
}

.post__content a,
.list__excerpt a,
.warning a {
  font-weight: 700;
  color: #ff615f;
}

.post__content a:hover,
.list__excerpt a:hover,
.warning a:hover {
  color: #ff615f;
  text-decoration: underline;
}

.tags {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.tags__item {
  float: left;
  font-weight: 700;
  margin: 0 6px 6px 0;
  margin: 0 0.375rem 0.375rem 0;
  background: #2a2a2a;
  text-transform: uppercase;
}

.tags__item:hover {
  background: #ff615f;
}

.tags__link,
.tags__link:hover {
  display: block;
  color: #fff;
  padding: 10px 15px;
}

.tags .icon {
  float: left;
  padding: 8px;
  margin-right: 6px;
  background: #ff615f;
}

.icon-tag {
  fill: #fff;
}

/*** Author Box ***/

.authorbox {
  line-height: 1.5;
  padding: 25px 0;
  margin-bottom: 25px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.authorbox .screen-reader-text {
  position: absolute;
  top: -9999rem;
  left: -9999rem;
}

.authorbox__avatar {
  float: left;
  padding: 3px;
  margin-right: 25px;
  border: 1px solid #ebebeb;
}

.authorbox__header {
  margin-bottom: 10px;
}

.authorbox__name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

/*** List content ***/

.list__item {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #ebebeb;
}

.list__header {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.list__meta {
  margin-top: 5px;
}

.list__excerpt {
  overflow: hidden;
}

.list__thumbnail {
  float: left;
  margin-right: 20px;
}

.list__thumbnail img {
  width: 100%;
  max-width: 235px;
}

.list__footer-readmore {
  float: right;
  margin-top: 10px;
}

/*** Pagination ***/

.pagination {
  margin-top: 20px;
}

.pagination__item {
  display: inline-block;
  font-weight: 700;
  color: #000;
  padding: 10px 15px;
  background: #f5f5f5;
}

.pagination__item:hover,
.pagination__item--current {
  color: #fff;
  background: #ff615f;
}

/*** Post Navigation ***/

.post-nav {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}

.post-nav__caption {
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
  overflow: hidden;
}

.post-nav__post-title {
  font-size: 13px;
  font-size: 0.8125rem;
  overflow: hidden;
}

.post-nav__item--next {
  float: right;
  text-align: right;
}

/*** Footer ***/

.footer {
  padding: 10px 25px;
  border-top: 3px solid #999;
  background: #2a2a2a;
}

.footer__copyright {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
}

.footer__copyright a {
  color: #ffffff;
}

/*** Images / Video ***/

img {
  max-width: 100%;
  width: auto\9;
  /* ie8 */
  height: auto;
  vertical-align: bottom;
}

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

.post__content .alignnone {
  display: block;
  margin: 20px 0;
  margin: 1.25rem 0;
}

.post__content .aligncenter {
  display: block;
  margin: 20px auto;
  margin: 1.25rem auto;
}

.post__content .alignleft {
  display: inline;
  float: left;
  margin: 5px 20px 20px 0;
  margin: 0.3125rem 1.25rem 1.25rem 0;
}

.post__content .alignright {
  display: inline;
  float: right;
  margin: 5px 0 20px 20px;
  margin: 0.3125rem 0 1.25rem 1.25rem;
}

.screen-reader-text {
  position: absolute;
  top: -9999rem;
  left: -9999rem;
  overflow: hidden;
}

/*** Tables ***/

table {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border-left: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

td,
th {
  padding: 5px 10px;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

th {
  font-weight: 700;
}

/*** Forms ***/

input {
  font-size: 12px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  background: #f5f5f5;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"] {
  width: 60%;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
textarea:hover {
  border: 1px solid #ff615f;
}

input[type="submit"] {
  display: inline-block;
  min-width: 150px;
  font-weight: 700;
  color: #fff;
  padding: 10px 15px;
  background: #ff615f;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border: 0;
  -webkit-appearance: none;
}

input[type="submit"]:hover {
  background: #2a2a2a;
}

textarea {
  width: 96%;
  line-height: 1.5;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}

/*** Searchform ***/

.widget-search__form input {
  font-size: 11px;
  line-height: 1;
  color: #1f1e1e;
}

.widget-search__form .widget-search__submit {
  display: none;
}

.widget-search__form .screen-reader-text {
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

.widget-search__form .widget-search__field {
  position: relative;
  padding: 10px;
  margin: 0;
  border: 1px solid #ebebeb;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.widget-search__form .widget-search__field:active,
.widget-search__form .widget-search__field:focus {
  cursor: text;
}

.widget-search__form {
  display: block;
  margin: 0 auto;
  padding: 5%;
  background: #f5f5f5;
}

.widget-search__form .widget-search__field {
  display: block;
  margin: 0 auto;
  width: 90%;
}

/*** Widgets ***/

.widget {
  margin-bottom: 25px;
  overflow: hidden;
}

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

.widget__title {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  border-bottom: 3px solid #ff615f;
}

.widget-social__link {
  display: block;
  margin: 0 0 8px 0;
}

.widget-social__link-icon {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

/*** Default WordPress Widgets ***/

.widget-categories li {
  border-bottom: 1px dotted #ebebeb;
}

.widget-categories li a {
  display: block;
  padding: 5px 0;
}

.widget-categories li:first-child a {
  padding-top: 0;
}

/*** Tag Cloud Widget ***/

.widget__link--taglist {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 5px 10px;
  margin: 0 4px 8px 0;
  white-space: nowrap;
  text-transform: uppercase;
  background: #2a2a2a;
}

.widget__link--taglist:hover,
.widget .widget__link--taglist:hover {
  color: #fff;
  background: #ff615f;
}

/*** Recent Posts Widget ***/

.widget-recent li {
  display: block;
  padding: 5px 0;
  border-bottom: 1px dotted #e5e5e5;
}

.widget-recent li:first-child {
  padding-top: 0;
}

.widget-recent .post-date {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #979797;
  margin-bottom: 5px;
}

/*** Media Queries ***/

@media screen and (max-width: 1475px) {
  .container {
    width: 95%;
  }
  .container-inner {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .container-outer {
    margin: 0 auto;
  }
  .mobile .container {
    width: 100%;
  }
  .wrapper,
  .logo {
    padding: 20px;
  }
  .footer__copyright {
    text-align: center;
  }
  .widget {
    margin-bottom: 20px;
  }
  .meta-comments {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .content,
  .sidebar,
  .body-right-sidebar .main-content,
  .body-left-sidebar .main-content {
    float: none;
    width: 100%;
    margin: 0;
  }
  .logo {
    text-align: center;
  }
  .logo__title,
  .post__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .sidebar {
    margin-top: 20px;
  }
  .post__meta {
    padding: 5px 0;
  }
}

@media screen and (max-width: 620px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    width: 88%;
  }
  [class*="col-"] {
    float: none;
    width: 100%;
    margin: 0;
  }
  .post__meta-categories,
  .entry-meta-comments {
    display: none;
  }
  .authorbox {
    text-align: center;
  }
  .authorbox__avatar {
    float: none;
    display: inline-block;
    margin: 0 0 20px;
  }
  .post-nav__item {
    text-align: center;
  }
  .post-nav__item--prev {
    padding-bottom: 25px;
  }
  .post__content ul,
  .post__content ol {
    margin: 0 0 20px 20px;
  }
  .post__content ul ul,
  .post__content ol ol {
    margin: 0 0 0 20px;
  }
  .single-post .post-nav__item--next {
    margin-top: 25px;
  }
  .list__thumbnail {
    max-width: 80px;
  }
  .list__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .list__meta {
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .list__excerpt {
    display: none;
  }
}

@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, -7px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}

.floating {
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

body {
  background: transparent url(/images/bg-pixels.png) repeat;
}

footer {
  min-width: 100%;
  background: #2b303e;
  color: white;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
}

footer p {
  margin: 0;
  text-shadow: none;
}

footer img {
  height: 25px;
}

footer a {
  background: none;
  color: white;
  text-shadow: none;
}

#newsletter_box {
  background: white;
  display: flex;
  flex-direction: column;
}

#newsletter_box .visual {
  background-image: url(/images/newsletter.gif);
  height: 200px;
  background-size: cover;
}

@media (max-width: 767px) {
  #newsletter_box .visual {
    display: none;
  }
}

#newsletter_box .form {
  flex: 1;
}

#newsletter_box .form #mce-EMAIL {
  width: 90%;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin: 10px 0;
  padding: 0 10px;
}

#newsletter_box .form #mc-embedded-subscribe {
  background: #ff615f;
  border: 0;
  border-radius: 3px;
  color: white;
  font-size: 13px;
  font-weight: bold;
}

#newsletter_box #mc_embed_signup form {
  padding: 0;
}

#newsletter_box .form #mc_embed_signup {
  background: #fff;
  clear: left;
}

#newsletter_box .form #mc_embed_signup h2 {
  padding: 5px 10px;
  top: -25px;
  font-size: 1.2em;
}

#newsletter_box .form #mc_embed_signup #intro {
  padding: 0 0 28px 0;
}

.back-to-top {
  box-sizing: border-box;
  position: fixed;
  bottom: -100px;
  right: 30px;
  z-index: 1050;
  padding: 0 6px;
  width: 24px;
  background: #222;
  font-size: 14px;
  opacity: 0.6;
  color: #fff;
  cursor: pointer;
  text-align: center;
  -webkit-transform: translateZ(0);
  transition-property: bottom;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

@media (min-width: 768px) and (max-width: 1200) {
  .back-to-top {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .back-to-top {
    display: none !important;
  }
}

.back-to-top.back-to-top-on {
  bottom: 30px;
}