@charset "UTF-8";
/**
 *  Theme Name: Holysmoke
 *  Theme URI: https://codeart.mk/
 *  Author: Codeart.mk / Codeable
 *  Author URI: http://codeart.mk/ / https://codeable.io
 *  Description: Holysmoke Child WordPress Theme for Genesis Framework.
 *  Version: 1.0
 *  Text Domain: codeart
 *  Template: genesis
 **/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.xe-warning {
  display: none; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
a {
  color: #279eff;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #222222;
    text-decoration: underline; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

.site-container {
  background-color: #f4faff; }

body.home .site-container {
  background-color: #ffffff; }

li {
  list-style-type: none; }

@font-face {
  font-family: "open_sanslight";
  src: url("fonts/open-sans/OpenSans-Light-webfont.eot");
  src: url("fonts/open-sans/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans/OpenSans-Light-webfont.woff2") format("woff2"), url("fonts/open-sans/OpenSans-Light-webfont.woff") format("woff"), url("fonts/open-sans/OpenSans-Light-webfont.ttf") format("truetype"), url("fonts/open-sans/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "open_sansregular";
  src: url("fonts/open-sans/OpenSans-Regular-webfont.eot");
  src: url("fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans/OpenSans-Regular-webfont.woff2") format("woff2"), url("fonts/open-sans/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/open-sans/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/open-sans/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "open_sansitalic";
  src: url("fonts/open-sans/OpenSans-Italic-webfont.eot");
  src: url("fonts/open-sans/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans/OpenSans-Italic-webfont.woff2") format("woff2"), url("fonts/open-sans/OpenSans-Italic-webfont.woff") format("woff"), url("fonts/open-sans/OpenSans-Italic-webfont.ttf") format("truetype"), url("fonts/open-sans/OpenSans-Italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "open_sanssemibold";
  src: url("fonts/open-sans/OpenSans-Semibold-webfont.eot");
  src: url("fonts/open-sans/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans/OpenSans-Semibold-webfont.woff2") format("woff2"), url("fonts/open-sans/OpenSans-Semibold-webfont.woff") format("woff"), url("fonts/open-sans/OpenSans-Semibold-webfont.ttf") format("truetype"), url("fonts/open-sans/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "open_sansbold";
  src: url("fonts/open-sans/OpenSans-Bold-webfont.eot");
  src: url("fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans/OpenSans-Bold-webfont.woff2") format("woff2"), url("fonts/open-sans/OpenSans-Bold-webfont.woff") format("woff"), url("fonts/open-sans/OpenSans-Bold-webfont.ttf") format("truetype"), url("fonts/open-sans/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "open_sansextrabold";
  src: url("fonts/open-sans/OpenSans-ExtraBold-webfont.eot");
  src: url("fonts/open-sans/OpenSans-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans/OpenSans-ExtraBold-webfont.woff2") format("woff2"), url("fonts/open-sans/OpenSans-ExtraBold-webfont.woff") format("woff"), url("fonts/open-sans/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("fonts/open-sans/OpenSans-ExtraBold-webfont.svg#open_sansextrabold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "holysmoke";
  src: url("fonts/icon/holysmoke.eot");
  src: url("fonts/icon/holysmoke.eot?#iefix") format("embedded-opentype"), url("fonts/icon/holysmoke.woff") format("woff"), url("fonts/icon/holysmoke.ttf") format("truetype"), url("fonts/icon/holysmoke.svg#holysmoke") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "holysmoke" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "holysmoke" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-twitter:before {
  content: "\61"; }

.icon-facebook-official:before {
  content: "\62"; }

.icon-search:before {
  content: "\63"; }

.no-pad {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.center {
  text-align: center; }

.full-wrap {
  width: 100%; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */ }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/**
 * Basic typography style for copy text
 */
* {
  font-family: "open_sansregular", sans-serif; }

body {
  color: #222222; }

.home_title {
  font-family: "open_sansextrabold", sans-serif;
  text-align: left;
  text-transform: uppercase; }

@media screen and (max-width: 767px) {
  body.home .recent-loop h2.home-title {
    text-align: center;
    margin: 0 auto 4rem auto;
    width: 100%;
    padding: auto 2rem; } }

h1,
h2 {
  font-family: "open_sansextrabold", sans-serif; }

h3 {
  font-family: "open_sansbold", sans-serif; }

h2.home_title {
  font-size: 43px;
  max-width: 530px;
  margin: 0 0 2rem 0; }
  @media screen and (max-width: 768px) {
    h2.home_title {
      max-width: 100%; } }
  @media screen and (max-width: 650px) {
    h2.home_title {
      font-size: 36px; } }

h2.intro-heading {
  font-size: 2.2rem;
  margin: 4rem 0 2rem 0; }
  h2.intro-heading em,
  h2.intro-heading span {
    color: #279eff;
    font-family: "open_sansextrabold", sans-serif; }

.create-alert-wrapper h2 {
  text-align: center;
  width: 100%;
  font-size: 43px;
  margin: 2rem 0 2rem 0; }

.create-alert-wrapper .submit-alert-button {
  padding: 1rem 2rem 0.85rem 2rem;
  color: white; }
  .create-alert-wrapper .submit-alert-button:hover, .create-alert-wrapper .submit-alert-button:active, .create-alert-wrapper .submit-alert-button:focus {
    color: #000000;
    background: #ffffff; }

body.single-scam h1 {
  color: #414141;
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1rem; }

body.single-scam h3 {
  color: #2f7feb;
  font-family: "open_sanssemibold", sans-serif !important;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.3; }

body.single-scam .single-small-post-component__content h3 {
  color: #3f3f3f;
  text-transform: none; }

.single-widget-component h4.sidebar-heading {
  font-family: "open_sansbold", sans-serif;
  color: #111111;
  text-transform: uppercase;
  padding-left: 2rem; }

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Pro" !important; }

#sp-post-carousel-pro-12544.sp-post-carousel-pro-area .slick-arrow .fa,
#sp-post-carousel-pro-12544.sp-post-carousel-pro-area .slick-arrow .fas,
#sp-post-carousel-pro-12544.sp-post-carousel-pro-area .slick-arrow .fab {
  font-family: "fontawesome" !important;
  font-style: normal; }

.review-program .wrap h1 {
  text-align: center; }

.site-footer {
  min-height: 30rem;
  padding-top: 5rem;
  position: relative;
  background: url("images/footer/footer-bg.png") no-repeat center center;
  background-size: cover;
  background-color: #ffffff; }
  @media screen and (max-width: 990px) {
    .site-footer {
      padding-top: 4rem; } }
  .site-footer .widget-area {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px; }
    @media screen and (max-width: 990px) {
      .site-footer .widget-area {
        -webkit-box-pack: center;
                justify-content: center;
        text-align: center; } }
    .site-footer .widget-area .logo-widget h4 {
      width: 200px;
      height: 60px;
      background: url(images/logos/holysmoke@2x.png);
      text-indent: -9999px;
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (max-width: 990px) {
        .site-footer .widget-area .logo-widget h4 {
          margin: 0 auto 1rem auto; } }
    .site-footer .widget-area .menu {
      font-size: 90%;
      list-style: none;
      padding: 0; }
      .site-footer .widget-area .menu li {
        padding-left: 2em;
        background: url(images/footer/bullet.png) no-repeat left 1px;
        margin-bottom: 0.75rem; }
        @media screen and (max-width: 990px) {
          .site-footer .widget-area .menu li {
            padding-left: 0;
            background: none; } }
      .site-footer .widget-area .menu .strong-link {
        text-transform: uppercase; }
        .site-footer .widget-area .menu .strong-link a {
          color: #279eff;
          font-family: "open_sansbold", sans-serif; }
          .site-footer .widget-area .menu .strong-link a:hover, .site-footer .widget-area .menu .strong-link a:active, .site-footer .widget-area .menu .strong-link a:focus {
            color: #000000; }

.top-link i {
  font-size: 1.3rem;
  color: #505050;
  vertical-align: bottom;
  margin: 0.5rem 0 0 0;
  text-align: center; }
  .top-link i:hover, .top-link i:active, .top-link i:focus {
    color: #279eff; }

.after_footer_section {
  padding: 1rem 1rem 0 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  background-color: #ffffff; }
  .after_footer_section .wrap {
    margin: 0 auto; }
    @media screen and (max-width: 990px) {
      .after_footer_section .wrap .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; } }
  .after_footer_section .row,
  .after_footer_section .after_footer_left,
  .after_footer_section .after_footer_right {
    text-align: center;
    margin: 0 0 0.75rem 0; }
  .after_footer_section .after_footer_left p {
    font-size: 80%;
    color: #3f3f3f;
    margin: 0;
    text-align: left; }
    @media screen and (max-width: 990px) {
      .after_footer_section .after_footer_left p {
        text-align: center; } }
  @media screen and (max-width: 990px) {
    .after_footer_section .after_footer_left {
      -webkit-box-ordinal-group: 3;
              order: 2; } }
  .after_footer_section .after_footer_right {
    text-align: right; }
    .after_footer_section .after_footer_right a {
      font-size: 130%;
      margin-left: 1rem; }
      @media screen and (max-width: 990px) {
        .after_footer_section .after_footer_right a {
          margin: 0 0.5rem; } }
    @media screen and (max-width: 990px) {
      .after_footer_section .after_footer_right {
        text-align: center;
        -webkit-box-ordinal-group: 2;
                order: 1; } }
  @media screen and (max-width: 990px) {
    .after_footer_section .after_footer_center {
      -webkit-box-ordinal-group: 4;
              order: 3;
      padding-bottom: 1rem; } }

.site-description {
  display: none; }

.site-title {
  padding-bottom: 20px; }
  .site-title a {
    font-size: 0;
    background: url("images/logos/holysmoke@2x.png") no-repeat center center;
    background-size: 220px auto;
    width: 220px;
    height: 100px;
    display: block;
    margin-bottom: 40px; }

.site-header {
  background: #fff;
  position: relative;
  padding: 0;
  width: 100%; }
  @media screen and (max-width: 1200px) {
    .site-header {
      margin: 0 1rem; } }
  @media screen and (max-width: 1000px) {
    .site-header {
      height: 200px;
      padding-top: 0 !important; } }
  .site-header p {
    margin: 0 0 5px 0; }
  .site-header .wrap {
    display: block;
    height: 115px; }

.site-title a {
  margin: 0 auto; }

.site-header .title-area {
  max-width: 100%; }
  @media screen and (max-width: 1000px) {
    .site-header .title-area {
      padding-top: 45px; } }

.header-left {
  margin-top: -90px;
  max-width: calc(50% - 150px); }
  @media screen and (max-width: 1200px) {
    .header-left {
      margin-left: 1rem;
      background-color: transparent; } }
  @media screen and (max-width: 1000px) {
    .header-left {
      width: 100vw !important;
      max-width: 100vw !important;
      margin: 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10000000;
      background: #ffffff;
      padding: 5px 10px 0px 10px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); } }
  .header-left a {
    float: left;
    margin-right: 13px;
    text-decoration: none; }
    @media screen and (max-width: 1000px) {
      .header-left a {
        margin-right: 13px; }
        .header-left a:nth-of-type(2) {
          margin-right: 8px; } }

.fa-twitter {
  color: #3aa6fe;
  font-size: 32px;
  margin-top: 1px; }
  @media screen and (max-width: 1000px) {
    .fa-twitter {
      font-size: 24px;
      margin-top: 5px; } }
  .fa-twitter:hover, .fa-twitter:active, .fa-twitter:focus {
    text-decoration: none;
    lighten: #3aa6fe 50%; }

.fa-facebook-square {
  color: #2562d0;
  font-size: 28px;
  margin-top: 2px; }
  @media screen and (max-width: 1000px) {
    .fa-facebook-square {
      font-size: 24px;
      margin-top: 5px; } }
  .fa-facebook-square:hover, .fa-facebook-square:active, .fa-facebook-square:focus {
    text-decoration: none;
    lighten: #2562d0 50%; }

@media screen and (min-width: 1150px) {
  .header-left #ajaxsearchpro2_1,
  .header-left #ajaxsearchpro3_1 {
    width: 80% !important; } }

@media screen and (max-width: 1149px) {
  .header-left #ajaxsearchpro2_1,
  .header-left #ajaxsearchpro3_1 {
    width: calc(50vw - 280px) !important; } }

@media screen and (max-width: 1000px) {
  .header-left #ajaxsearchpro2_1,
  .header-left #ajaxsearchpro3_1 {
    width: calc(100% - 70px) !important; } }

/* Search
   -------------------------------------------------------- */
div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg {
  width: 28px !important; }
  @media screen and (max-width: 1000px) {
    div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg {
      width: 24px !important;
      margin-top: 1px; } }

/* Add Review button
   -------------------------------------------------------- */
.add-review-widget {
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  padding-right: 10px; }
  @media screen and (max-width: 1000px) {
    .add-review-widget {
      position: absolute;
      top: 145px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin: 0 auto;
      width: 100vw; } }
  .add-review-widget a {
    text-decoration: none; }

@media screen and (max-width: 1000px) {
  .site-header a.btn-craetePost {
    text-align: center;
    padding: 11px 2.5rem;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 11.5rem; } }

/* Entry header
   -------------------------------------------------------- */
.entry-header {
  background-color: #279eff;
  background-image: url("images/header/title_bg.png");
  background-size: cover; }

h1.entry-title {
  font-size: 34px;
  margin: 0 auto;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5);
  line-height: 10rem;
  max-width: 960px; }

h2 em {
  color: #279eff;
  font-style: normal; }

.entry-content {
  max-width: 960px;
  margin: 0 auto; }

body.page-custom-wide .row {
  margin: 0; }

.sidebar-border-bottom {
  border-bottom: 2px solid #3aa6fe; }

/* Override ACF CSS styles
   -------------------------------------------------------- */
.acf-fields > .acf-field {
  border-top: 0 !important; }

#form_5d1369df3e7cd,
#form_5d1571f96aae9 {
  background: #ffffff;
  padding: 2rem;
  margin-top: 4rem;
  margin-bottom: 7rem;
  border-radius: 1rem;
  box-shadow: 0px 7px 47px 0px rgba(0, 0, 0, 0.13); }

.acf-field input[type="text"],
.acf-field input[type="password"],
.acf-field input[type="number"],
.acf-field input[type="search"],
.acf-field input[type="email"],
.acf-field input[type="url"],
.acf-field textarea,
.acf-field select {
  padding: 1.5rem 1rem !important;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5; }
  .acf-field input[type="text"]:hover, .acf-field input[type="text"]:active, .acf-field input[type="text"]:focus,
  .acf-field input[type="password"]:hover,
  .acf-field input[type="password"]:active,
  .acf-field input[type="password"]:focus,
  .acf-field input[type="number"]:hover,
  .acf-field input[type="number"]:active,
  .acf-field input[type="number"]:focus,
  .acf-field input[type="search"]:hover,
  .acf-field input[type="search"]:active,
  .acf-field input[type="search"]:focus,
  .acf-field input[type="email"]:hover,
  .acf-field input[type="email"]:active,
  .acf-field input[type="email"]:focus,
  .acf-field input[type="url"]:hover,
  .acf-field input[type="url"]:active,
  .acf-field input[type="url"]:focus,
  .acf-field textarea:hover,
  .acf-field textarea:active,
  .acf-field textarea:focus,
  .acf-field select:hover,
  .acf-field select:active,
  .acf-field select:focus {
    border: 1px solid #2da0fe;
    background-color: #ffffff; }

.acf-field select {
  padding: 0.75rem !important;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  background-image: url(images/bg/arrow-down.svg), url(images/bg/bg-222.png);
  background-repeat: no-repeat;
  background-position: 97% center, right center;
  background-size: 1rem, 3rem 100%;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  /*My custom style for fonts*/ }

.acf-field .acf-label {
  margin: 0 0 1rem !important;
  color: #111; }

.hide-label label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.acf-required {
  font-family: "open_sansregular", sans-serif;
  color: #707070 !important; }

/* Submit review page form
   -------------------------------------------------------- */
#street-address label,
#city label,
#state label,
#country label,
#postcode label,
#phone label,
#url label,
#your-full-name label,
#your-email-address label,
#expert-your-email-address label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

#street-address input,
#city input,
#state input,
#country input,
#postcode input,
#phone input,
#url input,
#your-full-name input,
#your-email-address input,
#expert-your-email-address input {
  height: 1rem; }

#street-address,
#your-full-name {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-top: 1px solid #ebebeb !important;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 0;
  margin: 6rem 12px 0 12px;
  padding: 1.2rem 2rem 0.1rem 2rem; }
  #street-address .af-field-instructions,
  #your-full-name .af-field-instructions {
    position: absolute;
    top: -5rem;
    left: -2rem;
    color: #111111;
    font-family: "open_sansbold", sans-serif;
    background-image: url("images/forms/form_arrow_grey.png");
    background-repeat: no-repeat;
    background-position-x: 30px;
    background-position-y: 47px;
    padding-bottom: 36px; }

#city,
#country {
  border-left: 1px solid #ebebeb !important;
  border-right: 0;
  margin: 0 0 0 12px;
  padding: 0 0 0.1rem 2rem; }

#state,
#postcode {
  border-left: 0;
  border-right: 1px solid #ebebeb;
  margin: 0 12px 0 0;
  padding: 0 2rem 0.1rem 0;
  float: right; }

#phone,
#your-email-address {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  margin: 0 12px;
  padding: 0.1rem 2rem 0.1rem 2rem; }

#url,
#post-anonymously,
#expert-your-email-address {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom: 1px solid #ebebeb !important;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: 0;
  margin: 0 12px 2rem 12px;
  padding: 0.1rem 2rem 2rem 2rem; }

#send-email {
  padding-bottom: 2rem; }

.upload-images {
  margin: 15px 12px !important;
  padding: 0 1rem 1rem 1rem !important;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5; }
  .upload-images p.af-field-instructions {
    font-size: 14px !important; }
  .upload-images .acf-fields.-border {
    border: 0;
    background: transparent; }
  .upload-images .acf-fields > .acf-field {
    padding: 0.5rem 0 1.5rem 0; }
  .upload-images #contact-upload-video {
    padding-bottom: 2.5rem; }
  .upload-images #add-featured-image {
    padding: 0 0 2rem 0;
    margin-bottom: 1rem; }
  .upload-images #upload-banner {
    padding: 0 0 0 0;
    margin-bottom: 2rem; }
  .upload-images #add-featured-image .acf-label,
  .upload-images #upload-banner .acf-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; }
  .upload-images .hide-if-value p {
    position: relative;
    font-size: 0px; }
    .upload-images .hide-if-value p .button {
      font-size: 1rem;
      position: absolute;
      top: 0;
      left: 0;
      background: #ccc;
      color: #ffffff;
      padding: 1rem 2rem;
      border-radius: 4rem;
      text-decoration: none;
      width: 14rem;
      display: inline-block;
      text-align: center; }
      .upload-images .hide-if-value p .button:hover, .upload-images .hide-if-value p .button:active, .upload-images .hide-if-value p .button:focus {
        background-color: #279eff; }

#post-anonymously {
  padding-top: 1rem;
  font-size: 14px;
  color: #888; }
  #post-anonymously .acf-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; }

#tos {
  padding-left: 2.75rem;
  font-style: italic; }
  #tos .acf-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; }
  #tos ul.acf-checkbox-list label {
    padding-left: 60px;
    max-width: 520px;
    line-height: 19px;
    margin-left: -30px; }
  #tos li a {
    color: #279eff; }
    #tos li a:hover, #tos li a:active, #tos li a:focus {
      color: #000000; }

/* Large submit button "tab"
   -------------------------------------------------------- */
.acf-form-submit {
  position: relative; }
  .acf-form-submit input.submit-btn,
  .acf-form-submit button.af-submit-button {
    position: absolute;
    top: 30px;
    left: 18%;
    width: 64%;
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    background-color: #279eff !important;
    color: #ffffff !important;
    padding: 0 !important;
    min-height: 60px;
    min-width: 250px;
    text-transform: uppercase;
    font-family: "open_sanssemibold", sans-serif !important; }
    .acf-form-submit input.submit-btn:hover, .acf-form-submit input.submit-btn:active, .acf-form-submit input.submit-btn:focus,
    .acf-form-submit button.af-submit-button:hover,
    .acf-form-submit button.af-submit-button:active,
    .acf-form-submit button.af-submit-button:focus {
      background-color: #000000 !important;
      color: #ffffff !important;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    @media screen and (max-width: 410px) {
      .acf-form-submit input.submit-btn,
      .acf-form-submit button.af-submit-button {
        left: 0%;
        width: 100%;
        min-width: 100%; } }

/* Submit an Expert Review
   -------------------------------------------------------- */
#expert-photo {
  margin-bottom: 2rem; }
  #expert-photo p.af-field-instructions {
    font-size: 14px !important; }
  #expert-photo .acf-fields.-border {
    border: 0; }
  #expert-photo .hide-if-value p {
    position: relative;
    font-size: 0px; }
    #expert-photo .hide-if-value p .button {
      font-size: 1rem;
      position: absolute;
      top: 0;
      left: 0;
      background: #ccc;
      color: #ffffff;
      padding: 1rem 2rem;
      border-radius: 4rem;
      text-decoration: none;
      width: 14rem;
      display: inline-block;
      text-align: center; }
      #expert-photo .hide-if-value p .button:hover, #expert-photo .hide-if-value p .button:active, #expert-photo .hide-if-value p .button:focus {
        background-color: #279eff; }

.form-section {
  padding-top: 2rem !important; }

/* Add Review button
   -------------------------------------------------------- */
a.btn-default,
button.btn-default,
input[type="submit"],
button[type="submit"] {
  font-size: 14px;
  line-height: 19px;
  color: white;
  background: #279eff;
  padding: 13px 64px;
  display: inline-block;
  border-radius: 40px;
  margin: 0 auto 30px;
  font-family: "open_sanssemibold", sans-serif !important;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

a.btn-default:hover,
button.btn-default:hover {
  background: #3f3f3f;
  color: #fff;
  text-decoration: none; }

a.btn-craetePost {
  display: inline-block;
  text-align: center;
  padding: 11px 2.5rem;
  margin: 0; }

.button {
  font-size: 100%;
  line-height: 19px;
  padding: 13px 32px !important;
  display: inline-block;
  margin: 0 auto 30px;
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
  border-radius: 4rem;
  color: #ffffff;
  font-family: "open_sanssemibold", sans-serif !important;
  text-transform: uppercase; }
  .button:hover, .button:active, .button:focus {
    text-decoration: none; }

.button-white {
  color: #222222 !important;
  background-color: #ffffff !important;
  border: 1px solid #d9d9d9; }
  .button-white:hover, .button-white:active, .button-white:focus {
    color: #ffffff !important;
    background-color: #3f3f3f !important; }

.button-blue {
  color: #ffffff !important;
  background-color: #279eff !important; }
  .button-blue:hover, .button-blue:active, .button-blue:focus {
    color: #ffffff !important;
    background-color: #3f3f3f !important; }

.button-light-blue {
  border-radius: 4px;
  color: #222222 !important;
  background-color: #e3f3ff !important; }
  .button-light-blue:hover, .button-light-blue:active, .button-light-blue:focus {
    color: #ffffff !important;
    background-color: #3f3f3f !important; }

.btn-success {
  color: #ffffff !important;
  background-color: #505050 !important;
  border: 0 !important; }
  .btn-success:hover, .btn-success:active, .btn-success:focus {
    color: #ffffff !important;
    background-color: #000000 !important;
    border: 0 !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }

/* Custom checkbox*/
/* The container */
#tos .acf-checkbox-list label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/* Hide the browser's default checkbox */
#tos .acf-checkbox-list label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: #f5f5f5; }

/* On mouse-over, add a grey background color */
#tos .acf-checkbox-list label:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
#tos .acf-checkbox-list label input:checked ~ .checkmark {
  background-color: #f5f5f5;
  border-radius: 4px; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
#tos .acf-checkbox-list label input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
#tos .acf-checkbox-list label .checkmark:after {
  left: 17px;
  top: 9px;
  width: 9px;
  height: 18px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.feature-block {
  padding: 3rem 0; }
  .feature-block h2 {
    font-size: 2.4rem;
    font-family: "open_sansextrabold", sans-serif;
    line-height: 2.9rem;
    margin: 5rem 0 2.5rem 0; }
    .feature-block h2 span {
      color: #279eff; }
    @media screen and (max-width: 767px) {
      .feature-block h2 {
        margin: 0 0 1rem 0; } }
  .feature-block p {
    font-size: 90%; }
  .feature-block img {
    max-height: 26rem;
    margin-top: 2rem;
    margin-bottom: 4rem; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .feature-block img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        padding: 0 2rem; } }
  .feature-block .feature-col-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .feature-block .feature-col-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  @media screen and (max-width: 768px) {
    .feature-block .col {
      padding: 0; } }

.feature-block-white {
  background: #ffffff; }

.otp-auth-field-wrapper {
  display: none; }

/* Hide Ninja Forms required message
   -------------------------------------------------------- */
.nf-form-fields-required {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

/* Field borders
   -------------------------------------------------------- */
body.page .nf-form-content input:not([type="button"]),
body.page .nf-form-content textarea {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px; }

/* Auto width for form content
   -------------------------------------------------------- */
.nf-form-content {
  max-width: auto; }

/* Checkbox
   -------------------------------------------------------- */
.checkbox-container.label-right label {
  margin: 0 0 0 30px;
  display: block;
  font-size: 14px;
  font-family: "open_sansregular", sans-serif; }

.checkbox-wrap .nf-field-element label:after,
.checkbox-wrap .nf-field-label label:after,
.listcheckbox-wrap .nf-field-element label:after,
.listcheckbox-wrap .nf-field-label label:after {
  background-color: #f5f5f5 !important;
  border: 1px solid #f5f5f5 !important;
  border-radius: 4px !important;
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important; }

/* Select
   -------------------------------------------------------- */
.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
  background: #f5f5f5 !important;
  border: 1px solid #f5f5f5 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important; }

.nf-form-content select.ninja-forms-field {
  color: #aaa; }

/* Large submit button "tab"
   -------------------------------------------------------- */
.nf-form-layout {
  position: relative; }
  .nf-form-layout input.submit-btn,
  .nf-form-layout button.af-submit-button {
    position: absolute;
    top: 30px;
    left: 18%;
    width: 64%;
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    background-color: #279eff !important;
    color: #ffffff !important;
    padding: 0 !important;
    min-height: 60px;
    min-width: 250px;
    text-transform: uppercase;
    font-family: "open_sanssemibold", sans-serif !important; }
    .nf-form-layout input.submit-btn:hover, .nf-form-layout input.submit-btn:active, .nf-form-layout input.submit-btn:focus,
    .nf-form-layout button.af-submit-button:hover,
    .nf-form-layout button.af-submit-button:active,
    .nf-form-layout button.af-submit-button:focus {
      background-color: #000000 !important;
      color: #ffffff !important;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    @media screen and (max-width: 410px) {
      .nf-form-layout input.submit-btn,
      .nf-form-layout button.af-submit-button {
        left: 0%;
        width: 100%;
        min-width: 100%; } }

/* Field focus
   -------------------------------------------------------- */
.nf-form-layout input:not([type="button"]):hover, .nf-form-layout input:not([type="button"]):active, .nf-form-layout input:not([type="button"]):focus,
.nf-form-layout textarea:hover,
.nf-form-layout textarea:active,
.nf-form-layout textarea:focus,
.nf-form-layout .nf-form-content .list-select-wrap .nf-field-element > div:hover,
.nf-form-layout .nf-form-content .list-select-wrap .nf-field-element > div:active,
.nf-form-layout .nf-form-content .list-select-wrap .nf-field-element > div:focus {
  border: 1px solid #2da0fe !important;
  background-color: #ffffff !important; }

/* Extra spacing
   -------------------------------------------------------- */
.nf-form-content {
  padding: 30px 5px !important; }
  @media screen and (min-width: 768px) {
    .nf-form-content .left {
      margin-right: 1rem; } }
  @media screen and (min-width: 768px) {
    .nf-form-content .right {
      margin-left: 1rem; } }
  .nf-form-content .hr-container {
    margin: 1rem 0 2.5rem 0 !important; }
  .nf-form-content .otp-auth-field-wrapper {
    width: 50% !important;
    margin: 0.5rem auto 0.5rem auto !important; }
    @media screen and (max-width: 768px) {
      .nf-form-content .otp-auth-field-wrapper {
        width: 100% !important; } }
  .nf-form-content .opt-auth-btn-wrapper {
    margin: 1rem 0 1.5rem 25% !important; }
    @media screen and (max-width: 768px) {
      .nf-form-content .opt-auth-btn-wrapper {
        margin-left: auto !important; } }

.nf-field-description p {
  font-size: 90%;
  padding: 0.5rem 1rem; }

/* Arrow bg
   -------------------------------------------------------- */
.form-arrows::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: url(images/bg/blue-arrows.png);
  background-color: rgba(0, 0, 0, 0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8rem;
  padding-bottom: 7rem;
  margin-top: 3rem; }

/* Small screens
   -------------------------------------------------------- */
@media screen and (max-width: 500px) {
  .nf-form-layout form {
    padding: 0 !important;
    margin-bottom: 4rem !important; } }

@media screen and (max-width: 768px) {
  #city,
  #state,
  #country,
  #postcode {
    width: calc(100% - 24px) !important;
    border-left: 1px solid #ebebeb !important;
    border-right: 1px solid #ebebeb !important; } }

@media screen and (max-width: 768px) {
  #city,
  #country {
    width: calc(100% - 24px) !important;
    border-right: 1px solid #ebebeb !important;
    padding-right: 2rem; } }

@media screen and (max-width: 768px) {
  #state,
  #postcode {
    width: calc(100% - 24px) !important;
    border-left: 1px solid #ebebeb !important;
    padding-left: 2rem; } }

/* Form title
   -------------------------------------------------------- */
.nf-form-title h3 {
  font-family: "open_sansextrabold", sans-serif;
  font-size: 250%;
  margin-bottom: 2rem; }

.title-header,
.title-header-short {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #279eff; }
  .title-header h1,
  .title-header-short h1 {
    text-align: left;
    font-family: "open_sansextrabold", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 2.6rem;
    text-shadow: 0 3px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0; }
    @media screen and (max-width: 1200px) {
      .title-header h1,
      .title-header-short h1 {
        left: 2rem; } }
    @media screen and (max-width: 500px) {
      .title-header h1,
      .title-header-short h1 {
        font-size: 2.4rem; } }

.title-header {
  height: 17rem; }

.title-header-short {
  height: 11rem; }
.commenttext .wp-review-comment-title {
    display: none;
}
/* Resources
   -------------------------------------------------------------------------- */
.resources {
  padding: 0 2rem;
  background: #ffffff; }
  .resources .row .col {
    padding: 0; }
  .resources .row h1 {
    font-size: 2.5rem;
    font-family: "open_sansextrabold", sans-serif;
    margin: 16rem auto auto auto;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .resources .row h1 {
        margin-top: 4rem;
        text-align: center; } }
  @media screen and (max-width: 450px) {
    .resources {
      padding: 0; } }

body.single-post .resources {
  margin-top: 5rem; }

.slick-prev {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  right: 55px !important; }
  @media screen and (max-width: 768px) {
    .slick-prev {
      right: 0 !important;
      left: 50% !important;
      -webkit-transform: translateX(-65px);
              transform: translateX(-65px); } }

.slick-next {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  left: 55px !important; }
  @media screen and (max-width: 768px) {
    .slick-next {
      left: 50% !important;
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px); } }

.slick-arrow {
  width: 55px !important;
  height: 35px !important;
  line-height: 33px !important; }

.sp-post-carousel-pro-section {
  margin: 8rem 0; }
  @media screen and (max-width: 767px) {
    .sp-post-carousel-pro-section {
      margin: 4rem 0;
      padding: 0 2rem; } }
  @media screen and (max-width: 450px) {
    .sp-post-carousel-pro-section {
      padding: 0; } }

.sp-pcp-post-box {
  padding: 0 !important;
  min-height: 24.5rem !important;
  position: relative; }

.sp-pcp-post-title {
  font-family: "open_sansbold", sans-serif;
  padding: 1rem 1.5rem 0 1.5rem !important; }

.sp-pcp-post-meta {
  padding: 0 1.5rem !important;
  position: absolute;
  bottom: 1rem;
  font-family: "open_sansbold", sans-serif;
  color: #000000 !important; }
  @media screen and (max-width: 767px) {
    .sp-pcp-post-meta {
      position: relative;
      bottom: 0; } }

.sp-pcp-post-box p {
  font-size: 85% !important;
  color: #7c7a71 !important;
  padding: 0 1.5rem !important; }

/* Review program signup
   -------------------------------------------------------------------------- */
.review-program {
  background-image: url("images/home/review-program.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0; }
  .review-program .wrap h1 {
    font-size: 2.3rem;
    font-family: "open_sansextrabold", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 4rem; }
  .review-program .wrap p {
    max-width: 40rem;
    margin: 1.5rem auto 2rem auto;
    text-align: center;
    color: #ffffff; }
  .review-program .wrap .review-program-signup {
    max-width: 30rem;
    margin: 0 auto 4rem auto; }
    .review-program .wrap .review-program-signup form {
      position: relative; }
      .review-program .wrap .review-program-signup form .review-email {
        border-radius: 6rem !important;
        font-size: 90%; }
        .review-program .wrap .review-program-signup form .review-email:hover, .review-program .wrap .review-program-signup form .review-email:active, .review-program .wrap .review-program-signup form .review-email:focus {
          border-color: #ffffff !important; }
      .review-program .wrap .review-program-signup form .review-submit {
        position: absolute;
        top: -75px;
        right: 6px;
        margin: 0;
        padding: 0.85rem 2.5rem;
        border-radius: 5rem; }
        .review-program .wrap .review-program-signup form .review-submit:hover, .review-program .wrap .review-program-signup form .review-submit:active, .review-program .wrap .review-program-signup form .review-submit:focus {
          background: #000000; }
        @media screen and (max-width: 768px) {
          .review-program .wrap .review-program-signup form .review-submit {
            position: relative;
            border-radius: 60px;
            right: unset;
            top: unset;
            width: 100%;
            max-width: 12rem;
            margin: 0;
            background: #000000 !important;
            color: #ffffff !important; }
            .review-program .wrap .review-program-signup form .review-submit:hover, .review-program .wrap .review-program-signup form .review-submit:active, .review-program .wrap .review-program-signup form .review-submit:focus {
              background: #ffffff !important;
              color: #222222 !important; } }
        @media screen and (max-width: 500px) {
          .review-program .wrap .review-program-signup form .review-submit {
            margin: 0 auto; } }
  @media screen and (max-width: 410px) {
    .review-program .submit-container {
      text-align: center; } }

body.home .review-star {
  float: left; }

/* Quote
   -------------------------------------------------------------------------- */
.quote {
  background-image: url("images/home/home-bg-blue.png");
  background-size: cover;
  min-height: 9rem;
  height: auto; }
  .quote h4 {
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    font-family: "open_sansextrabold", sans-serif;
    font-size: 2rem;
    color: #ffffff;
    max-width: 60rem;
    align-self: center; }

/* Feature 1
   -------------------------------------------------------------------------- */
.about-feature-1 {
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    .about-feature-1 {
      padding-bottom: 4rem; } }
  @media screen and (max-width: 767px) {
    .about-feature-1 .wrap .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
              flex-direction: column-reverse; } }
  .about-feature-1 .wrap .row .col {
    padding: 0; }
  .about-feature-1 h2 {
    font-size: 2.4rem;
    font-family: "open_sansextrabold", sans-serif;
    line-height: 2.9rem;
    margin: 5rem 0 2.5rem 0; }
    .about-feature-1 h2 span {
      color: #279eff; }
    @media screen and (max-width: 767px) {
      .about-feature-1 h2 {
        margin: 0rem 0 2.5rem 0; } }
  .about-feature-1 p {
    font-size: 90%; }
  .about-feature-1 img {
    max-height: 24rem;
    margin-top: 2rem;
    margin-bottom: 4rem; }
    @media screen and (max-width: 767px) {
      .about-feature-1 img {
        margin-top: 4rem; } }

/* Quote: see components
   -------------------------------------------------------------------------- */
/* Feature 2
   -------------------------------------------------------------------------- */
.about-feature-2 {
  background: #f4faff; }
  @media screen and (max-width: 767px) {
    .about-feature-2 {
      padding-bottom: 4rem; } }
  @media screen and (max-width: 767px) {
    .about-feature-2 .wrap .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }
  .about-feature-2 .wrap .row .col {
    padding: 0; }
  .about-feature-2 .feature-text {
    -webkit-box-ordinal-group: 3;
            order: 2; }
    .about-feature-2 .feature-text h2 {
      font-size: 2.4rem;
      font-family: "open_sansextrabold", sans-serif;
      line-height: 2.9rem;
      margin: 5rem 0 2.5rem 0; }
      @media screen and (max-width: 767px) {
        .about-feature-2 .feature-text h2 {
          margin: 0 0 1rem 0; } }
    .about-feature-2 .feature-text p {
      font-size: 90%;
      max-width: 25rem; }
  .about-feature-2 .feature-image {
    -webkit-box-ordinal-group: 2;
            order: 1; }
    .about-feature-2 .feature-image img {
      max-height: 24rem;
      margin-top: 2rem;
      margin-bottom: 4rem; }
      @media screen and (max-width: 767px) {
        .about-feature-2 .feature-image img {
          padding-top: 4rem; } }

/* Feature 3
   -------------------------------------------------------------------------- */
.about-feature-3 {
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    .about-feature-3 {
      padding-bottom: 4rem; } }
  @media screen and (max-width: 767px) {
    .about-feature-3 .wrap .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
              flex-direction: column-reverse; } }
  .about-feature-3 .wrap .row .col {
    padding: 0; }
  .about-feature-3 .feature-text h2 {
    font-size: 2.4rem;
    font-family: "open_sansextrabold", sans-serif;
    line-height: 2.9rem;
    margin: 5rem 0 2.5rem 0; }
    @media screen and (max-width: 767px) {
      .about-feature-3 .feature-text h2 {
        margin: 4rem 0 4rem 0;
        text-align: center; } }
  .about-feature-3 .feature-text p {
    font-size: 90%; }
  .about-feature-3 .feature-text .feature-3-sections {
    max-width: 25rem; }
    @media screen and (max-width: 767px) {
      .about-feature-3 .feature-text .feature-3-sections {
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      .about-feature-3 .feature-text .feature-3-sections .col {
        text-align: center; } }
    .about-feature-3 .feature-text .feature-3-sections i {
      color: #279eff;
      font-size: 1.75rem; }
    .about-feature-3 .feature-text .feature-3-sections h3 {
      text-transform: uppercase;
      font-size: 1rem;
      margin: 1rem 0 0 0; }
  .about-feature-3 img {
    max-height: 24rem;
    margin-top: 2rem;
    margin-bottom: 4rem; }
    @media screen and (max-width: 767px) {
      .about-feature-3 img {
        margin-top: 6rem;
        margin-bottom: 0; } }

/* Feature 4
   -------------------------------------------------------------------------- */
.about-feature-4 {
  background-size: cover;
  height: 24rem;
  position: relative; }
  @media screen and (max-width: 500px) {
    .about-feature-4 {
      height: auto; } }
  .about-feature-4 .wrap {
    align-self: center;
    text-align: center;
    max-width: 50rem;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    @media screen and (min-width: 500px) {
      .about-feature-4 .wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    .about-feature-4 .wrap h2 {
      color: #ffffff;
      margin: 0 auto 2rem auto;
      font-size: 2rem;
      text-transform: uppercase;
      font-family: "open_sansextrabold", sans-serif;
      line-height: 2.75rem; }
    .about-feature-4 .wrap p {
      color: #ffffff;
      font-size: 90%; }

/* Feature 1
   -------------------------------------------------------------------------- */
.advertise-feature-1 {
  background: #ffffff;
  padding: 5rem 0; }
  @media screen and (max-width: 768px) {
    .advertise-feature-1 {
      padding: 3rem 0 5rem 0; } }
  .advertise-feature-1 h2 {
    font-size: 2.4rem;
    font-family: "open_sansextrabold", sans-serif;
    line-height: 2.9rem;
    margin: 0 0 2.5rem 0; }
    .advertise-feature-1 h2 em {
      color: #279eff; }
  .advertise-feature-1 .feature-img img {
    max-height: 24rem; }
  .advertise-feature-1 .feature-text p {
    font-size: 90%; }

/* Prices
   -------------------------------------------------------------------------- */
.prices {
  text-align: center;
  background: url(images/bg/blue-bg.png);
  background-size: cover;
  margin-top: -1.5rem; }
  @media screen and (max-width: 1200px) {
    .prices {
      padding-bottom: 4rem; } }
  .prices h1 {
    color: #ffffff;
    font-size: 2.4rem;
    max-width: 50rem;
    margin: 0 auto;
    padding: 6rem 0 2rem 0;
    font-family: "open_sansextrabold", sans-serif; }
  .prices .advertise-contact {
    background-color: #ffffff;
    color: #000000; }
    .prices .advertise-contact:hover, .prices .advertise-contact:active, .prices .advertise-contact:focus {
      background-color: #000000;
      color: #ffffff; }
  @media screen and (max-width: 1200px) {
    .prices .cards {
      padding: 4rem 0 0 0; } }
  .prices .cards .card {
    background-color: #ffffff;
    margin: 1rem;
    padding: 3rem 2rem;
    box-shadow: 0 0 10px rgba(58, 167, 254, 0.25); }
    @media screen and (max-width: 1200px) {
      .prices .cards .card {
        margin: 0 0.5rem 2rem 0.5rem;
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .prices .cards .card {
        margin: 0 0 2rem 0; } }
    .prices .cards .card:nth-child(2) h2 {
      background: -webkit-linear-gradient(180deg, #49deff, #3aa6fe);
      background-clip: border-box;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .prices .cards .card:nth-child(2) a {
      color: #ffffff !important;
      background-color: #279eff !important; }
      .prices .cards .card:nth-child(2) a:hover, .prices .cards .card:nth-child(2) a:active, .prices .cards .card:nth-child(2) a:focus {
        color: #ffffff !important;
        background-color: #3f3f3f !important; }
    .prices .cards .card .card-header {
      padding: 0.75rem 1.25rem;
      margin-bottom: 0;
      background-color: transparent;
      border-bottom: 0; }
      @media screen and (max-width: 1200px) {
        .prices .cards .card .card-header {
          padding-top: 2rem; } }
      .prices .cards .card .card-header h4 {
        font-family: "open_sansregular", sans-serif;
        font-size: 1.2rem;
        text-transform: uppercase;
        color: #505050;
        margin-bottom: 2rem; }
    .prices .cards .card .card-body {
      padding-top: 0; }
      .prices .cards .card .card-body h2.card-title {
        font-size: 4rem;
        color: #292929;
        line-height: 1.2;
        margin-bottom: 0; }
        @media screen and (max-width: 880px) {
          .prices .cards .card .card-body h2.card-title {
            font-size: 3.5rem; } }
      .prices .cards .card .card-body span {
        float: right;
        display: block;
        color: #505050;
        font-size: 1rem;
        font-family: "open_sanslight", sans-serif;
        margin-bottom: 3rem; }
        @media screen and (max-width: 1200px) {
          .prices .cards .card .card-body span {
            float: none; } }
        @media screen and (max-width: 880px) {
          .prices .cards .card .card-body span {
            margin-bottom: 2rem; } }
      .prices .cards .card .card-body ul {
        clear: both;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        padding: 1rem;
        margin-top: 3rem;
        line-height: 2;
        min-height: 12.5rem; }
        @media screen and (max-width: 1200px) {
          .prices .cards .card .card-body ul {
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            min-height: auto;
            padding: 0; } }
        @media screen and (max-width: 880px) {
          .prices .cards .card .card-body ul {
            font-size: 90%; } }
      .prices .cards .card .card-body a {
        margin: 3rem 0 0 0;
        color: #ffffff; }
        @media screen and (max-width: 1200px) {
          .prices .cards .card .card-body a {
            margin: 1rem 0; } }

/* Advertise form
   -------------------------------------------------------------------------- */
.advertise-form {
  background: #ffffff;
  margin-top: -10rem;
  padding-top: 14rem;
  padding-bottom: 1px; }
  @media screen and (max-width: 1200px) {
    .advertise-form {
      margin-top: 0;
      padding-top: 4rem; } }
  .advertise-form h1 {
    background-image: url(images/forms/bullhorn.jpg);
    background-repeat: no-repeat;
    background-size: 8rem 8rem;
    background-position: left;
    padding: 2.5rem 0 0 8.4rem;
    height: 8rem;
    margin-bottom: -0.8rem;
    font-family: "open_sansextrabold", sans-serif; }
    @media screen and (max-width: 500px) {
      .advertise-form h1 {
        background-image: none;
        padding: 0;
        height: auto;
        line-height: 1.2;
        text-align: center;
        margin: 1rem 0 1rem 0;
        font-size: 290%; } }
  .advertise-form form {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 3rem 3rem 0 3rem;
    margin-bottom: 8rem;
    border-radius: 1rem;
    position: relative; }
    .advertise-form form .acf-field[data-width] + .acf-field[data-width] {
      border-left: 0; }
    .advertise-form form input.submit-btn,
    .advertise-form form button.af-submit-button {
      position: absolute;
      top: 30px;
      left: 18%;
      width: 64%;
      border-bottom-left-radius: 1rem !important;
      border-bottom-right-radius: 1rem !important;
      border-top-left-radius: 0 !important;
      border-top-right-radius: 0 !important;
      background-color: #279eff !important;
      color: #ffffff !important;
      padding: 0 !important;
      min-height: 60px;
      min-width: 250px;
      text-transform: uppercase;
      font-family: "open_sanssemibold", sans-serif !important; }
      .advertise-form form input.submit-btn:hover, .advertise-form form input.submit-btn:active, .advertise-form form input.submit-btn:focus,
      .advertise-form form button.af-submit-button:hover,
      .advertise-form form button.af-submit-button:active,
      .advertise-form form button.af-submit-button:focus {
        background-color: #000000 !important;
        color: #ffffff !important;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
      @media screen and (max-width: 410px) {
        .advertise-form form input.submit-btn,
        .advertise-form form button.af-submit-button {
          left: 0%;
          width: 100%;
          min-width: 100%; } }
    .advertise-form form .acf-form-submit button {
      top: 30px; }
    @media screen and (max-width: 500px) {
      .advertise-form form {
        padding: 0; } }

.agreement-body {
  margin-top: 4rem; }

.agreement-form {
  position: relative;
  background: transparent;
  z-index: 1;
  padding-bottom: 1.8rem; }
  .agreement-form form {
    margin-top: 2rem; }
    .agreement-form form label {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .agreement-form form .acf-checkbox-list label {
      border: 0;
      clip: none;
      height: auto;
      margin: auto;
      overflow: visible;
      padding: 0;
      position: relative;
      width: auto;
      white-space: wrap !important;
      font-size: 12px;
      color: #ffffff;
      text-transform: uppercase; }
      .agreement-form form .acf-checkbox-list label a {
        color: #bde5fc; }
    .agreement-form form .acf-fields > .acf-field {
      padding: 0; }
    .agreement-form form .af-field-date,
    .agreement-form form .af-field-your-legal-name,
    .agreement-form form .af-field-your-official-email-address,
    .agreement-form form .af-field-sign-here {
      max-width: 20rem; }
    .agreement-form form .af-field-your-legal-name {
      margin-top: 2rem; }
    .agreement-form form .af-field-sign-here #acf-field_5d2008bab0e5e {
      background: #e3f3ff;
      margin: 3rem 0 9rem 0; }
    .agreement-form form .af-field-agreement {
      float: left; }
    .agreement-form form .af-submit {
      float: right;
      margin-top: -2.85rem; }
      .agreement-form form .af-submit button[type="submit"] {
        background: #1389ec; }
        .agreement-form form .af-submit button[type="submit"]:hover, .agreement-form form .af-submit button[type="submit"]:active, .agreement-form form .af-submit button[type="submit"]:focus {
          background: #000000; }
        @media screen and (max-width: 880px) {
          .agreement-form form .af-submit button[type="submit"] {
            float: left; } }

body.page-template-page-agreement-template article {
  position: relative; }
  body.page-template-page-agreement-template article .agreement-form-bg {
    background: url(images/home/review-program.png);
    background-size: cover;
    background-color: #279eff;
    height: 10rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw; }
    @media screen and (max-width: 880px) {
      body.page-template-page-agreement-template article .agreement-form-bg {
        height: 12rem; } }
  @media screen and (min-width: 1380px) {
    body.page-template-page-agreement-template article .signature-bg {
      background-color: transparent;
      background: url(images/bg/blue-arrows.png);
      background-color: rgba(0, 0, 0, 0);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 60% 60%;
      width: 8rem;
      height: 5.5rem;
      position: absolute;
      bottom: 12.6rem;
      left: -8rem; } }

@media screen and (max-width: 880px) {
  .agreement-form form .af-submit {
    margin: 0;
    float: none;
    padding: 1rem 0 0 0; } }

.feature-faq {
  background: #ffffff;
  padding-bottom: 7rem; }
  .feature-faq .faq {
    background: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 4rem 4rem 2rem 4rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    margin: 2rem 0; }
    @media screen and (max-width: 600px) {
      .feature-faq .faq {
        padding: 0;
        box-shadow: none;
        margin: 0; } }
    .feature-faq .faq .card {
      border: 0;
      background-color: #ffffff;
      margin: 0 0 2rem 0;
      font-size: 0.9rem; }
      .feature-faq .faq .card .card-header {
        padding: 0;
        margin-bottom: 0;
        background-color: transparent;
        border-bottom: 0;
        border-radius: 0; }
        .feature-faq .faq .card .card-header:first-child {
          border-radius: 0; }
        .feature-faq .faq .card .card-header h2 button {
          font-family: "open_sansregular", sans-serif;
          color: #5f708f;
          text-align: left;
          background-color: #ffffff;
          display: block;
          width: 100% !important;
          padding: 2rem 2rem 2rem 110px;
          margin: 0;
          border-radius: 0;
          font-size: 0.9rem; }
          .feature-faq .faq .card .card-header h2 button::before {
            display: none; }
          @media screen and (min-width: 600px) {
            .feature-faq .faq .card .card-header h2 button::before {
              display: inline;
              content: "\f070";
              font-family: fontawesome;
              margin-left: -59px;
              margin-right: 40px; } }
          @media screen and (max-width: 600px) {
            .feature-faq .faq .card .card-header h2 button {
              padding: 1rem; } }
        .feature-faq .faq .card .card-header h2 button[aria-expanded="false"] {
          background-color: #f4faff;
          border: 6px solid #f4faff;
          border-bottom: 0; }
          .feature-faq .faq .card .card-header h2 button[aria-expanded="false"]:hover {
            background-color: #dbeeff;
            border-color: #dbeeff;
            border-bottom: 0; }
          .feature-faq .faq .card .card-header h2 button[aria-expanded="false"]::before {
            content: "\f06e";
            font-family: fontawesome; }
        .feature-faq .faq .card .card-header h2 button[aria-expanded="true"] {
          background-color: #ffffff;
          color: #222222;
          border: 6px solid;
          border-color: #dbeeff;
          border-bottom: 0; }
          .feature-faq .faq .card .card-header h2 button[aria-expanded="true"]:hover {
            background-color: #dbeeff; }
      .feature-faq .faq .card div.collapse {
        border: 6px solid;
        border-color: #dbeeff;
        border-top: 0; }
        .feature-faq .faq .card div.collapse .card-body {
          padding: 2rem; }

/* Load more button
   -------------------------------------------------------------------------- */
.faq .faq-content {
  height: 640px;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    .faq .faq-content {
      height: auto;
      overflow: visible; } }

.faq .feature-faq {
  position: relative; }

.faq label.load-more {
  position: absolute;
  bottom: -28px;
  background-color: #3f3f3f;
  color: #ffffff;
  left: 15px;
  padding: 1rem 5rem;
  z-index: 1;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-transform: uppercase;
  font-family: "open_sanssemibold", sans-serif !important;
  font-size: 80%; }
  .faq label.load-more i {
    padding-left: 0.5rem; }
  .faq label.load-more:hover, .faq label.load-more:active, .faq label.load-more:focus {
    background-color: #000000; }
  @media screen and (max-width: 600px) {
    .faq label.load-more {
      display: none; } }

.faq input#load-more {
  display: none; }

.faq label.load-more:after {
  content: ""; }

.faq input#load-more:checked + label.load-more:after {
  content: ""; }

.faq input#load-more:checked ~ div {
  height: 100%; }

/* Sidebar
   -------------------------------------------------------------------------- */
.faq-sidebar {
  text-align: center;
  border-radius: 1.2rem;
  padding: 2rem;
  margin-top: 2rem; }
  .faq-sidebar:nth-of-type(1) {
    margin-bottom: 2rem;
    background: #389df0;
    background: -webkit-gradient(linear, left top, right top, from(#389df0), to(#49c5ff));
    background: -webkit-linear-gradient(left, #389df0 0%, #49c5ff 100%);
    background: linear-gradient(90deg, #389df0 0%, #49c5ff 100%); }
    .faq-sidebar:nth-of-type(1) img {
      max-width: 175px; }
    .faq-sidebar:nth-of-type(1) h2 {
      font-size: 3.4rem;
      color: white; }
    .faq-sidebar:nth-of-type(1) p {
      text-transform: uppercase;
      color: #000000;
      font-size: 120%;
      font-family: "open_sansextrabold", sans-serif; }
  .faq-sidebar:nth-of-type(2) {
    background: #e3f3ff; }
    .faq-sidebar:nth-of-type(2) h2 {
      font-size: 120%;
      font-family: "open_sanssemibold", sans-serif !important; }
    .faq-sidebar:nth-of-type(2) img {
      margin-top: 1rem;
      max-width: 80%; }

body.page-template-page-blog .site-container {
  background-color: #ffffff; }

.blog-index {
  margin-top: 6rem; }
  .blog-index .dropdown {
    margin-top: 2rem; }
    .blog-index .dropdown a {
      text-decoration: none; }
  .blog-index .dropdown-menu {
    padding: 0; }
    .blog-index .dropdown-menu.show {
      margin: 0.25rem 1.25rem; }
  .blog-index .dropdown-item:hover, .blog-index .dropdown-item:active, .blog-index .dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #353434; }
  .blog-index .card {
    border-radius: 0;
    margin-bottom: 2rem !important; }
    .blog-index .card:hover, .blog-index .card:active, .blog-index .card:focus {
      border: 1px solid #279eff;
      background-color: #f3faff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .blog-index .card a,
    .blog-index .card a:link {
      text-decoration: none; }
    .blog-index .card .date {
      color: #5f708f;
      font-style: normal;
      font-family: "open_sansbold", sans-serif;
      font-size: 90%;
      padding: 1rem 0.5rem 0.5rem 1rem; }
    .blog-index .card .card-body {
      padding: 1.25rem 1.25rem 0 1.25rem;
      min-height: 12rem; }
      .blog-index .card .card-body .card-title {
        color: #152136; }
      .blog-index .card .card-body p {
        color: #292929;
        font-size: 90%; }
    .blog-index .card .card-footer {
      border-top: 0;
      background: transparent;
      padding: 0.75rem 0.5rem 1rem 0.5rem; }
      .blog-index .card .card-footer:last-child {
        border-radius: 0; }
      .blog-index .card .card-footer .gravatar img {
        border-radius: 3rem;
        max-width: 2rem;
        max-height: 100%; }
      .blog-index .card .card-footer .author,
      .blog-index .card .card-footer .comments {
        color: #acacbf;
        font-size: 80%; }
      .blog-index .card .card-footer .comments {
        line-height: 32px;
        text-align: right; }

.archive-pagination {
  margin-bottom: 4rem !important; }
  .archive-pagination ul {
    width: 100%; }
    .archive-pagination ul li.active {
      border: 0; }
    .archive-pagination ul li a {
      color: #222222;
      background-color: #ffffff;
      border: 1px solid #f5f5f5;
      font-family: "open_sansregular", sans-serif; }
      .archive-pagination ul li a:hover, .archive-pagination ul li a:active, .archive-pagination ul li a:focus {
        text-decoration: none;
        background-color: #000000; }

.business-advocacy .introduction {
  background-color: #ffffff;
  text-align: center;
  padding-bottom: 2rem; }
  .business-advocacy .introduction h1 {
    padding: 4rem 0 1rem 0;
    font-family: "open_sansextrabold", sans-serif; }

.business-advocacy .feature-1 h2 span {
  color: #279eff !important; }

.business-advocacy .small-feature .row {
  padding: 5rem 2rem; }
  @media screen and (max-width: 768px) {
    .business-advocacy .small-feature .row {
      padding: 0; } }
  .business-advocacy .small-feature .row h2 {
    font-family: "open_sansextrabold", sans-serif; }
    @media screen and (max-width: 767px) {
      .business-advocacy .small-feature .row h2 {
        text-align: center;
        margin: 3rem auto -3rem auto; } }
  .business-advocacy .small-feature .row img {
    max-width: 80%; }
    @media screen and (min-width: 768px) {
      .business-advocacy .small-feature .row img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    @media screen and (max-width: 767px) {
      .business-advocacy .small-feature .row img {
        margin: 6rem 0 4rem 0; } }
  @media screen and (max-width: 767px) {
    .business-advocacy .small-feature .row {
      text-align: center;
      margin: 0 auto 3rem auto; } }

.business-advocacy .feature-3 {
  background-color: #ffffff;
  padding: 6rem 0; }
  @media screen and (max-width: 767px) {
    .business-advocacy .feature-3 .wrap .row div {
      padding: 0 0 2rem 0; } }
  .business-advocacy .feature-3 .wrap .row div img {
    max-height: 3rem; }
  .business-advocacy .feature-3 .wrap .row div h3 {
    text-transform: uppercase;
    font-size: 90%;
    font-family: "open_sansextrabold", sans-serif; }
  .business-advocacy .feature-3 .wrap .row div .box-message {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-bottom: 4px solid #1389ec;
    border-radius: 0.5rem;
    padding: 1.5rem 0.5rem 0.5rem 0.5rem;
    font-family: "open_sansextrabold", sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 2rem 0 0 0; }

.business-advocacy .feature-4 {
  background: url(images/home/review-program.png);
  background-color: #279eff;
  background-size: cover;
  padding: 0; }
  .business-advocacy .feature-4 .text {
    position: relative; }
    .business-advocacy .feature-4 .text h2 {
      color: #ffffff;
      font-family: "open_sansextrabold", sans-serif; }

.business-advocacy .features-5-8 section:nth-of-type(even) {
  background-color: red; }

.extra-background {
  background: url(images/bg/warning-sign.png) no-repeat;
  background-size: contain;
  background-position: center; }

.contact-form {
  background: #fff;
  padding: 4rem 0; }
  .contact-form h1 {
    margin-bottom: 2rem; }
  .contact-form form {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 3rem 3rem 0 3rem;
    margin-bottom: 8rem;
    border-radius: 1rem;
    position: relative; }
    .contact-form form .acf-field[data-width] + .acf-field[data-width] {
      border-left: 0; }
    .contact-form form input.submit-btn,
    .contact-form form button.af-submit-button {
      position: absolute;
      top: 30px;
      left: 18%;
      width: 64%;
      border-bottom-left-radius: 1rem !important;
      border-bottom-right-radius: 1rem !important;
      border-top-left-radius: 0 !important;
      border-top-right-radius: 0 !important;
      background-color: #279eff !important;
      color: #ffffff !important;
      padding: 0 !important;
      min-height: 60px;
      min-width: 250px;
      text-transform: uppercase;
      font-family: "open_sanssemibold", sans-serif !important; }
      .contact-form form input.submit-btn:hover, .contact-form form input.submit-btn:active, .contact-form form input.submit-btn:focus,
      .contact-form form button.af-submit-button:hover,
      .contact-form form button.af-submit-button:active,
      .contact-form form button.af-submit-button:focus {
        background-color: #000000 !important;
        color: #ffffff !important;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
      @media screen and (max-width: 410px) {
        .contact-form form input.submit-btn,
        .contact-form form button.af-submit-button {
          left: 0%;
          width: 100%;
          min-width: 100%; } }
    .contact-form form .acf-form-submit button {
      top: 30px; }

/* Feature 1
   -------------------------------------------------------------------------- */
.expert-review-home-feature-1 img {
  padding: 0 3vw; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .expert-review-home-feature-1 img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

/* Feature 2
   -------------------------------------------------------------------------- */
.expert-review-home-feature-2 {
  position: relative; }
  .expert-review-home-feature-2 .arrows {
    background: url(images/bg/blue-arrows.png);
    background-color: rgba(0, 0, 0, 0);
    background-position: center;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 60% 60%;
    width: 8rem;
    height: 5.5rem;
    padding: 1rem;
    border-radius: 0.75rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media screen and (max-width: 768px) {
      .expert-review-home-feature-2 .arrows {
        display: none; } }
  .expert-review-home-feature-2 .row .col-a .row,
  .expert-review-home-feature-2 .row .col-b .row {
    padding: 5rem 3rem 0 3rem; }
    @media screen and (max-width: 768px) {
      .expert-review-home-feature-2 .row .col-a .row,
      .expert-review-home-feature-2 .row .col-b .row {
        padding: 5rem 1rem 0 1rem; } }
    .expert-review-home-feature-2 .row .col-a .row h2,
    .expert-review-home-feature-2 .row .col-b .row h2 {
      font-family: "open_sansextrabold", sans-serif;
      font-size: 2rem;
      text-transform: uppercase; }
    .expert-review-home-feature-2 .row .col-a .row ul.checkmark-list,
    .expert-review-home-feature-2 .row .col-b .row ul.checkmark-list {
      max-width: 20rem;
      font-size: 90%;
      margin: 2rem; }
      @media screen and (max-width: 768px) {
        .expert-review-home-feature-2 .row .col-a .row ul.checkmark-list,
        .expert-review-home-feature-2 .row .col-b .row ul.checkmark-list {
          max-width: 100%;
          font-size: 90%;
          margin: 2rem; } }
      .expert-review-home-feature-2 .row .col-a .row ul.checkmark-list li,
      .expert-review-home-feature-2 .row .col-b .row ul.checkmark-list li {
        padding: 0 0 3rem 1rem; }
        .expert-review-home-feature-2 .row .col-a .row ul.checkmark-list li::before,
        .expert-review-home-feature-2 .row .col-b .row ul.checkmark-list li::before {
          font-family: "FontAwesome";
          content: "\f00c";
          margin: 0 0.75rem 0 -3rem;
          color: #000000;
          background: #ffffff;
          border-radius: 3rem;
          padding: 0.5rem;
          border: 2px solid #eae4ff; }
  .expert-review-home-feature-2 .row .col-a {
    background: url(images/home/review-program.png);
    background-size: cover; }
    .expert-review-home-feature-2 .row .col-a .row {
      float: right; }
      .expert-review-home-feature-2 .row .col-a .row h2,
      .expert-review-home-feature-2 .row .col-a .row ul {
        color: #ffffff; }
  .expert-review-home-feature-2 .row .col-b .row {
    margin: 0;
    padding: 5rem 3rem 0 5rem; }
    @media screen and (max-width: 768px) {
      .expert-review-home-feature-2 .row .col-b .row {
        padding: 5rem 1rem 0 1rem; } }
    .expert-review-home-feature-2 .row .col-b .row ul.checkmark-list li {
      padding: 0 0 0 1rem;
      color: #7c7a71; }
    .expert-review-home-feature-2 .row .col-b .row ul.dashed-list {
      margin: 0 0 0 4rem;
      font-size: 90%;
      color: #7c7a71; }
      @media screen and (max-width: 768px) {
        .expert-review-home-feature-2 .row .col-b .row ul.dashed-list {
          margin: 0 0 2rem 2.5rem;
          padding-bottom: 5rem; } }
      .expert-review-home-feature-2 .row .col-b .row ul.dashed-list li {
        padding: 0 0 0.5rem 0.5rem;
        text-indent: -5px; }
        .expert-review-home-feature-2 .row .col-b .row ul.dashed-list li::before {
          content: "- ";
          text-indent: -5px; }

/* The form
   -------------------------------------------------------------------------- */
.expert-review-home-form {
  background: #ffffff;
  padding: 4rem 0; }
  .expert-review-home-form h1 {
    padding: 2.5rem 0 2rem 0;
    font-family: "open_sansextrabold", sans-serif; }
  .expert-review-home-form form {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 3rem 3rem 0 3rem;
    margin-bottom: 8rem;
    border-radius: 1rem;
    position: relative; }
    .expert-review-home-form form label {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      white-space: nowrap; }
    .expert-review-home-form form .acf-field[data-width] + .acf-field[data-width] {
      border-left: 0; }
    .expert-review-home-form form input.submit-btn,
    .expert-review-home-form form button.af-submit-button {
      position: absolute;
      top: 30px;
      left: 18%;
      width: 64%;
      border-bottom-left-radius: 1rem !important;
      border-bottom-right-radius: 1rem !important;
      border-top-left-radius: 0 !important;
      border-top-right-radius: 0 !important;
      background-color: #279eff !important;
      color: #ffffff !important;
      padding: 0 !important;
      min-height: 60px;
      min-width: 250px;
      text-transform: uppercase;
      font-family: "open_sanssemibold", sans-serif !important; }
      .expert-review-home-form form input.submit-btn:hover, .expert-review-home-form form input.submit-btn:active, .expert-review-home-form form input.submit-btn:focus,
      .expert-review-home-form form button.af-submit-button:hover,
      .expert-review-home-form form button.af-submit-button:active,
      .expert-review-home-form form button.af-submit-button:focus {
        background-color: #000000 !important;
        color: #ffffff !important;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
      @media screen and (max-width: 410px) {
        .expert-review-home-form form input.submit-btn,
        .expert-review-home-form form button.af-submit-button {
          left: 0%;
          width: 100%;
          min-width: 100%; } }
    .expert-review-home-form form .acf-form-submit button {
      top: 30px; }

/* Hero
   -------------------------------------------------------------------------- */
.after_header_section .custom-search #ajaxsearchpro1_1,
.after_header_section .custom-search #ajaxsearchpro1_2,
.after_header_section .custom-search div.asp_m.asp_m_1 {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) !important;
  border-radius: 100px !important; }

.after_header_section .custom-search .promagnifier {
  border-radius: 100px !important;
  padding: 0 2rem !important;
  font-size: 1rem !important; }

.after_header_section .custom-search #ajaxsearchpro1_1 .probox .promagnifier div.asp_text_button,
.after_header_section .custom-search #ajaxsearchpro1_2 .probox .promagnifier div.asp_text_button,
.after_header_section .custom-search div.asp_m.asp_m_1 .probox .promagnifier div.asp_text_button {
  font-family: "open_sanssemibold", sans-serif !important;
  text-transform: uppercase !important; }

.after_header_section .custom-search #ajaxsearchpro1_1 .probox .proinput input.orig,
.after_header_section .custom-search #ajaxsearchpro1_2 .probox .proinput input.orig,
.after_header_section .custom-search div.asp_m.asp_m_1 .probox .proinput input.orig {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  font-size: 100%; }
  .after_header_section .custom-search #ajaxsearchpro1_1 .probox .proinput input.orig::-webkit-input-placeholder,
  .after_header_section .custom-search #ajaxsearchpro1_2 .probox .proinput input.orig::-webkit-input-placeholder,
  .after_header_section .custom-search div.asp_m.asp_m_1 .probox .proinput input.orig::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5f708f;
    opacity: 1;
    /* Firefox */ }
  .after_header_section .custom-search #ajaxsearchpro1_1 .probox .proinput input.orig::-moz-placeholder,
  .after_header_section .custom-search #ajaxsearchpro1_2 .probox .proinput input.orig::-moz-placeholder,
  .after_header_section .custom-search div.asp_m.asp_m_1 .probox .proinput input.orig::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5f708f;
    opacity: 1;
    /* Firefox */ }
  .after_header_section .custom-search #ajaxsearchpro1_1 .probox .proinput input.orig:-ms-input-placeholder,
  .after_header_section .custom-search #ajaxsearchpro1_2 .probox .proinput input.orig:-ms-input-placeholder,
  .after_header_section .custom-search div.asp_m.asp_m_1 .probox .proinput input.orig:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5f708f;
    opacity: 1;
    /* Firefox */ }
  .after_header_section .custom-search #ajaxsearchpro1_1 .probox .proinput input.orig::-ms-input-placeholder,
  .after_header_section .custom-search #ajaxsearchpro1_2 .probox .proinput input.orig::-ms-input-placeholder,
  .after_header_section .custom-search div.asp_m.asp_m_1 .probox .proinput input.orig::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5f708f;
    opacity: 1;
    /* Firefox */ }
  .after_header_section .custom-search #ajaxsearchpro1_1 .probox .proinput input.orig::placeholder,
  .after_header_section .custom-search #ajaxsearchpro1_2 .probox .proinput input.orig::placeholder,
  .after_header_section .custom-search div.asp_m.asp_m_1 .probox .proinput input.orig::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5f708f;
    opacity: 1;
    /* Firefox */ }
  .after_header_section .custom-search #ajaxsearchpro1_1 .probox .proinput input.orig:-ms-input-placeholder,
  .after_header_section .custom-search #ajaxsearchpro1_2 .probox .proinput input.orig:-ms-input-placeholder,
  .after_header_section .custom-search div.asp_m.asp_m_1 .probox .proinput input.orig:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #5f708f; }
  .after_header_section .custom-search #ajaxsearchpro1_1 .probox .proinput input.orig::-ms-input-placeholder,
  .after_header_section .custom-search #ajaxsearchpro1_2 .probox .proinput input.orig::-ms-input-placeholder,
  .after_header_section .custom-search div.asp_m.asp_m_1 .probox .proinput input.orig::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #5f708f; }
  @media screen and (max-width: 1150px) {
    .after_header_section .custom-search #ajaxsearchpro1_1 .probox .proinput input.orig,
    .after_header_section .custom-search #ajaxsearchpro1_2 .probox .proinput input.orig,
    .after_header_section .custom-search div.asp_m.asp_m_1 .probox .proinput input.orig {
      font-size: 90%; } }
  @media screen and (max-width: 767px) {
    .after_header_section .custom-search #ajaxsearchpro1_1 .probox .proinput input.orig,
    .after_header_section .custom-search #ajaxsearchpro1_2 .probox .proinput input.orig,
    .after_header_section .custom-search div.asp_m.asp_m_1 .probox .proinput input.orig {
      max-width: 35rem;
      margin: auto; } }

@media screen and (max-width: 500px) {
  .after_header_section .custom-search .promagnifier {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; } }

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .after_header_section .custom-search .promagnifier {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; } }

#searchform button:hover, #searchform button:active, #searchform button:focus {
  background: #000000; }

#searchform input.search-field {
  font-size: 100%; }
  #searchform input.search-field::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5f708f;
    opacity: 1;
    /* Firefox */ }
  #searchform input.search-field::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5f708f;
    opacity: 1;
    /* Firefox */ }
  #searchform input.search-field:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5f708f;
    opacity: 1;
    /* Firefox */ }
  #searchform input.search-field::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5f708f;
    opacity: 1;
    /* Firefox */ }
  #searchform input.search-field::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5f708f;
    opacity: 1;
    /* Firefox */ }
  #searchform input.search-field:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #5f708f; }
  #searchform input.search-field::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #5f708f; }
  @media screen and (max-width: 1150px) {
    #searchform input.search-field {
      font-size: 90%; } }
  @media screen and (max-width: 767px) {
    #searchform input.search-field {
      max-width: 35rem;
      margin: auto; } }

.hero-image {
  align-self: flex-start; }
  .hero-image img {
    padding: 0 1rem 3rem 0; }

h2 em {
  font-family: "open_sansextrabold", sans-serif; }

/* How it works
   -------------------------------------------------------------------------- */
.full-text-box {
  text-align: center; }
  .full-text-box h1 {
    color: #2194f1;
    font-family: "open_sansextrabold", sans-serif;
    font-size: 2.8rem;
    text-transform: uppercase;
    margin: 0 0 2rem 0; }
  .full-text-box p {
    color: #505050;
    max-width: 58rem;
    margin: 2rem auto 2rem auto;
    padding: 0 2rem; }

/* Step 1, 2, 3
   -------------------------------------------------------------------------- */
.step-1,
.step-3 {
  background-color: #ffffff; }
  .step-1 .step-content,
  .step-3 .step-content {
    -webkit-box-ordinal-group: 3;
            order: 2;
    border-left: 1px dashed #d9d9d9; }
    @media screen and (max-width: 767px) {
      .step-1 .step-content,
      .step-3 .step-content {
        border: 0; } }
  .step-1 .step-image,
  .step-3 .step-image {
    -webkit-box-ordinal-group: 2;
            order: 1;
    padding: 4rem; }
    @media screen and (max-width: 450px) {
      .step-1 .step-image,
      .step-3 .step-image {
        padding: 0; } }

.step-1 {
  padding: 4rem 0 0 0; }
  .step-1 .step-content {
    padding: 0 4rem 6rem 4rem; }
    @media screen and (max-width: 450px) {
      .step-1 .step-content {
        padding: 0 0 4rem 0; } }

.step-2 {
  text-align: right; }
  .step-2 .full-wrap {
    background-color: #f4faff; }
    .step-2 .full-wrap .step-content {
      -webkit-box-ordinal-group: 2;
              order: 1;
      padding: 6rem 4rem; }
      .step-2 .full-wrap .step-content h1,
      .step-2 .full-wrap .step-content h2,
      .step-2 .full-wrap .step-content p {
        display: inline-block; }
      @media screen and (max-width: 767px) {
        .step-2 .full-wrap .step-content {
          -webkit-box-ordinal-group: 3;
                  order: 2; } }
      @media screen and (max-width: 450px) {
        .step-2 .full-wrap .step-content {
          padding: 2rem 2rem 4rem 2rem; } }
    .step-2 .full-wrap .step-image {
      -webkit-box-ordinal-group: 3;
              order: 2;
      padding: 4rem;
      border-left: 1px dashed #d9d9d9; }
      @media screen and (max-width: 767px) {
        .step-2 .full-wrap .step-image {
          -webkit-box-ordinal-group: 2;
                  order: 1;
          padding: 4rem 4rem 0 4rem;
          border: 0; } }
      @media screen and (max-width: 450px) {
        .step-2 .full-wrap .step-image {
          padding: 4rem 0 0 0; } }

.step-3 {
  margin-bottom: 4rem; }
  .step-3 .step-content {
    padding: 6rem 4rem 4rem 4rem; }
    @media screen and (max-width: 767px) {
      .step-3 .step-content {
        padding-top: 1rem;
        padding-bottom: 1rem; } }
    @media screen and (max-width: 450px) {
      .step-3 .step-content {
        padding: 2rem 2rem 0 2rem; } }
  .step-3 .step-image {
    padding-top: 5rem; }

.step-content h1 {
  color: #279eff;
  border: 2px solid #279eff;
  display: inline-block;
  padding: 0.75rem 2rem;
  font-family: "open_sansregular", sans-serif;
  text-transform: uppercase;
  font-size: 1rem; }

.step-content h2 {
  font-family: "open_sansextrabold", sans-serif;
  font-size: 2.3rem;
  max-width: 60rem;
  margin: 1.5rem 0;
  line-height: 1.2; }
  @media screen and (max-width: 450px) {
    .step-content h2 {
      font-size: 1.7rem; } }

.step-content p {
  max-width: 28rem;
  color: #5f708f; }

.step-image {
  position: relative; }
  .step-image img {
    max-width: 60%;
    margin: 0 auto;
    display: block;
    text-align: center; }
    @media screen and (max-width: 1050px) {
      .step-image img {
        max-width: 40vw; } }
    @media screen and (min-width: 768px) {
      .step-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    @media screen and (max-width: 767px) {
      .step-image img {
        max-width: 80%; } }
    @media screen and (max-width: 450px) {
      .step-image img {
        padding: 0rem;
        margin-bottom: 2rem; } }

.step-bullet {
  border-radius: 100%;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  background-color: #279eff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000; }
  @media screen and (max-width: 767px) {
    .step-bullet {
      display: none; } }

/* Ton of purposes
   -------------------------------------------------------------------------- */
.purposes {
  background-color: #2194f1;
  background-attachment: cover;
  padding: 5rem 2rem;
  margin-top: 4rem;
  text-align: center; }
  .purposes h1 {
    font-size: 2.5rem;
    margin-bottom: 4rem;
    color: white; }
  .purposes .wrap {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly; }
    @media screen and (max-width: 1100px) {
      .purposes .wrap {
        flex-wrap: wrap;
        max-width: 27rem;
        justify-content: space-around; } }
    .purposes .wrap hr {
      border: 0 none;
      border-top: 1px dashed rgba(255, 255, 255, 0.5);
      background: none;
      height: 0;
      width: 60%;
      position: absolute;
      top: 33%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 1; }
      @media screen and (max-width: 1100px) {
        .purposes .wrap hr {
          display: none; } }
    .purposes .wrap .purpose {
      color: white;
      background: #2194f1;
      text-align: center;
      z-index: 2; }
      @media screen and (max-width: 1100px) {
        .purposes .wrap .purpose {
          min-width: 13rem;
          margin: 1rem 0; } }
      .purposes .wrap .purpose .purpose-1,
      .purposes .wrap .purpose .purpose-2,
      .purposes .wrap .purpose .purpose-3,
      .purposes .wrap .purpose .purpose-4 {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50% 50%;
        border-radius: 100%;
        border: 1px dashed rgba(255, 255, 255, 0.6);
        padding: 2rem;
        height: 90px;
        width: 90px;
        margin: 0 auto 1rem auto; }
      .purposes .wrap .purpose .purpose-1 {
        background-image: url("images/home/purpose-1@2x.png"); }
      .purposes .wrap .purpose .purpose-2 {
        background-image: url("images/home/purpose-2@2x.png"); }
      .purposes .wrap .purpose .purpose-3 {
        background-image: url("images/home/purpose-3@2x.png"); }
      .purposes .wrap .purpose .purpose-4 {
        background-image: url("images/home/purpose-4@2x.png"); }

/* Featured loop
   -------------------------------------------------------------------------- */
.featured_loop {
  padding-top: 8rem; }
  @media screen and (max-width: 768px) {
    .featured_loop {
      padding-top: 4rem; } }
  .featured_loop h2.home_title {
    margin-top: 4rem; }
    @media screen and (max-width: 768px) {
      .featured_loop h2.home_title {
        margin-top: 0;
        text-align: center; } }
  .featured_loop a.btn-craetePost {
    margin-bottom: 2rem; }
    @media screen and (max-width: 768px) {
      .featured_loop a.btn-craetePost {
        margin: 0 auto 4rem auto;
        display: block;
        max-width: 11.5rem; } }
  .featured_loop article {
    margin-bottom: 2rem; }
    .featured_loop article .scams-tag {
      margin: 0.1rem 0rem 0.5rem 1rem; }
    .featured_loop article .featured-home-item h3 a {
      font-family: "open_sansbold", sans-serif;
      color: #222222; }
  @media screen and (max-width: 450px) {
    .featured_loop article.col-sm-12 {
      padding: 0; } }

/* Everyone's a consumer
   -------------------------------------------------------------------------- */
.consumer {
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding-top: 2rem; }
  @media screen and (max-width: 450px) {
    .consumer {
      padding-top: 0rem; } }
  .consumer .full-wrap {
    background-color: #f4faff; }
    .consumer .full-wrap .consumer-content {
      -webkit-box-ordinal-group: 3;
              order: 2;
      padding: 6rem 4rem; }
      @media screen and (max-width: 767px) {
        .consumer .full-wrap .consumer-content {
          padding: 0 2rem 6rem 2rem; } }
      @media screen and (max-width: 450px) {
        .consumer .full-wrap .consumer-content {
          padding: 0 0 6rem 0; } }
    .consumer .full-wrap .consumer-image {
      -webkit-box-ordinal-group: 2;
              order: 1;
      padding: 4rem;
      max-width: 75%;
      margin: 0 auto;
      display: block;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .consumer .full-wrap .consumer-image {
          padding: 4rem 4rem 2rem 4rem; } }
      @media screen and (max-width: 450px) {
        .consumer .full-wrap .consumer-image {
          padding: 4rem 0 1rem 0;
          max-width: 80%; } }
    .consumer .full-wrap h2 {
      font-family: "open_sansextrabold", sans-serif;
      font-size: 2.5rem;
      max-width: 30rem;
      margin: 2rem 0; }
      @media screen and (max-width: 767px) {
        .consumer .full-wrap h2 {
          max-width: 100%; } }
    .consumer .full-wrap p {
      max-width: 28rem;
      color: #5f708f; }
      @media screen and (max-width: 767px) {
        .consumer .full-wrap p {
          max-width: 100%; } }
    .consumer .full-wrap .add-review {
      margin-top: 1rem; }

/* Recently reviewed
   -------------------------------------------------------------------------- */
.recent_loop {
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem; }
  @media screen and (max-width: 767px) {
    .recent_loop {
      padding-top: 0; } }
  @media screen and (max-width: 450px) {
    .recent_loop {
      padding-left: 0;
      padding-right: 0; } }
  .recent_loop h2 {
    font-family: "open_sansextrabold", sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-size: 43px;
    max-width: 530px;
    margin: 0 0 2rem 0; }
    @media screen and (max-width: 767px) {
      .recent_loop h2 {
        text-align: center;
        margin: 0 auto 4rem auto;
        width: 100%;
        padding: auto 2rem; } }
  @media screen and (max-width: 450px) {
    .recent_loop .col-sm-12 {
      padding: 0; } }

.recent-home-item .single-image-content-post--content {
  margin-bottom: 2rem; }

.user-review-area .review-star {
  float: none; }

.review-star .wpr-count {
  display: none; }

article p {
  color: #7c7a71; }

article h3 {
  margin-top: -0.5rem;
  font-size: 1rem;
  line-height: 1.2; }
  article h3 a {
    font-family: "open_sansbold", sans-serif;
    color: #3f3f3f; }

article .recent-meta {
  font-size: 85%;
  color: #7c7a71; }
  article .recent-meta:hover, article .recent-meta:active, article .recent-meta:focus {
    text-decoration: none;
    border: 0; }
  article .recent-meta .col {
    margin: auto -15px; }
    article .recent-meta .col:nth-of-type(2) {
      text-align: right; }

@media screen and (max-width: 767px) {
  article {
    padding-top: 0; } }

.recent_loop .raiting-stars-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly; }
  .recent_loop .raiting-stars-wrap .user-review-area {
    width: 50%; }
  .recent_loop .raiting-stars-wrap .reviews-number {
    color: #7c7a71;
    margin-top: 0.82rem;
    font-size: 15px;
    width: 50%;
    text-align: right; }

/* Membership CTA
   -------------------------------------------------------------------------- */
.membership-cta {
  background-image: url("images/home/membership-cta-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0 1rem 0;
  margin-top: 5rem; }
  .membership-cta .wrap {
    padding: 0 2rem; }
  .membership-cta h1 {
    color: #ffffff;
    font-size: 2.8rem;
    margin: 6.5rem auto 1rem auto; }
  .membership-cta p {
    color: #ffffff; }
  .membership-cta a {
    color: #222222;
    font-family: "open_sansbold", sans-serif;
    background-color: #ffffff;
    border-radius: 40px;
    display: inline-block;
    margin: 0 auto 8rem auto;
    padding: 1rem 2.5rem;
    text-transform: uppercase;
    font-size: 85%; }
    .membership-cta a:hover, .membership-cta a:active, .membership-cta a:focus {
      text-decoration: none;
      color: #ffffff;
      background-color: #000000;
      border: 1px solid #000000; }

.policies-revision-date {
  font-size: 80%;
  color: #ffffff;
  position: absolute;
  bottom: 1rem;
  left: 0; }
  @media screen and (max-width: 1200px) {
    .policies-revision-date {
      left: 2rem; } }

.policies ul {
  -webkit-box-pack: center;
          justify-content: center;
  margin: 2rem 0;
  text-transform: uppercase;
  font-size: 80%;
  font-family: "open_sanssemibold", sans-serif !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }
  @media screen and (max-width: 68px) {
    .policies ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }
  .policies ul li {
    margin: 0.5rem 1rem;
    text-align: center;
    max-width: 14rem;
    min-width: 14rem; }
    .policies ul li a {
      background: #ffffff;
      border: 1px solid #bbbbbb;
      color: #505050; }
      .policies ul li a:hover, .policies ul li a:active, .policies ul li a:focus {
        background: #000000;
        border: 1px solid #000000;
        color: #ffffff; }
      .policies ul li a.policy.active {
        background: #279eff;
        border: 1px solid #279eff; }

.policies .policies-content {
  background: #ffffff;
  padding: 4rem 0 8rem 0; }

.policies-quote {
  background: url(images/home/review-program.png);
  background-size: cover;
  padding: 4rem 0; }
  .policies-quote p {
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.2;
    font-family: "open_sansextrabold", sans-serif;
    text-align: center;
    max-width: 80%;
    margin: 0 auto; }

/* Temporary while building page
   -------------------------------------------------------------------------- */
/* Hide the url */
.component-page-details__website p {
  display: none; }

body.single-post .single-header {
  box-shadow: 0px 61px 61px 0px rgba(0, 0, 0, 0.18); }

body.single-post .report-content div {
  width: 100%; }
  body.single-post .report-content div .component-main-container {
    max-width: 100% !important;
    margin-right: 0px !important; }

body.single-post .review-program {
  margin-top: 10rem !important; }

/* Header bg
   -------------------------------------------------------------------------- */
body.single-scam .single-post-top-wrap {
  background-image: url("images/report/header_bg.jpg");
  background-size: cover;
  background-position: bottom right;
  box-shadow: 0px 61px 61px 0px rgba(0, 0, 0, 0.18); }

/* Header layout
   -------------------------------------------------------------------------- */
/* Header: report featured image
   -------------------------------------------------------------------------- */
.report-featured-image-wrapper {
  position: relative;
  width: 15rem;
  height: 15rem;
  margin-bottom: -130px; }
  @media screen and (max-width: 768px) {
    .report-featured-image-wrapper {
      margin-bottom: 2rem; } }
  .report-featured-image-wrapper .report-featured-image {
    width: 15rem;
    height: 15rem;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    border: 8px solid #ffffff; }
  .report-featured-image-wrapper .report-featured-image-edit {
    position: absolute;
    top: 18%;
    right: 18%; }
    .report-featured-image-wrapper .report-featured-image-edit span {
      position: relative; }
      .report-featured-image-wrapper .report-featured-image-edit span i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        color: #ffffff;
        background: #007ce1;
        font-size: 190%;
        padding: 1rem;
        border-radius: 10rem; }

/* Header: report title and heading
   -------------------------------------------------------------------------- */
.report-headings {
  margin-left: 1.5rem; }
  @media screen and (max-width: 500px) {
    .report-headings {
      margin-left: 0; } }

/* Header: review feature
   -------------------------------------------------------------------------- */
@media screen and (max-width: 1150px) {
  .header-review {
    margin-left: 15px;
    margin-top: 1rem;
    margin-bottom: 2rem; } }

@media screen and (max-width: 500px) {
  .header-review {
    margin-left: 0; } }

.header-review > div {
  float: right;
  clear: both; }
  @media screen and (max-width: 1150px) {
    .header-review > div {
      float: left;
      margin-left: 15rem; } }
  @media screen and (max-width: 768px) {
    .header-review > div {
      float: left;
      margin-left: 0; } }

.header-review .report-rating-counter {
  font-family: "open_sanssemibold", sans-serif !important;
  color: #2e85fb;
  margin-bottom: 0.25rem;
  width: 14rem;
  padding-left: 1rem; }
  .header-review .report-rating-counter em {
    color: #292929;
    font-style: normal; }

.header-review .report-rating {
  margin-bottom: 1.6rem;
  position: relative; }
  .header-review .report-rating .rating-average-wrapper-outer {
    position: absolute;
    top: -0.6rem;
    left: 1.2rem;
    background: #2e85fb;
    z-index: 1;
    color: #ffffff;
    height: 3.88rem;
    width: 3.88rem;
    text-align: center;
    font-family: "open_sansbold", sans-serif; }
    .header-review .report-rating .rating-average-wrapper-outer .rating-average-inner {
      position: relative;
      height: 3.88rem;
      width: 3.88rem; }
      .header-review .report-rating .rating-average-wrapper-outer .rating-average-inner .rating-average {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        line-height: 0.9; }
        .header-review .report-rating .rating-average-wrapper-outer .rating-average-inner .rating-average .rating-number,
        .header-review .report-rating .rating-average-wrapper-outer .rating-average-inner .rating-average .rating-content {
          display: block; }
        .header-review .report-rating .rating-average-wrapper-outer .rating-average-inner .rating-average .rating-label {
          font-size: 60%; }
  .header-review .report-rating .rating-stars {
    position: relative;
    background-color: #42baff;
    width: 14rem;
    padding: 0.525rem 1.2rem;
    border-radius: 3rem;
    min-height: 45px; }
    .header-review .report-rating .rating-stars .review-star {
      margin: -3px auto 0 auto;
      padding: 1px 0 0 0;
      float: right; }
      .header-review .report-rating .rating-stars .review-star .mts-icon-star::before {
        font-size: 19px;
        line-height: 24px; }
    .header-review .report-rating .rating-stars .review-result-wrapper i {
      color: #000000; }
    .header-review .report-rating .rating-stars .review-result-wrapper .review-result i {
      color: #ffffff; }

.add-review a {
  color: #ffffff;
  background-color: #414141;
  text-transform: uppercase;
  font-size: 85%;
  border-radius: 2rem;
  padding: 0.8rem 3rem;
  float: right;
  display: inline-block;
  width: 14rem;
  text-align: center; }
  .add-review a:hover, .add-review a:active, .add-review a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #279eff; }

/* Report meta shown before the post
   -------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .report-wrap {
    padding: 0 2rem; } }

@media screen and (max-width: 500px) {
  .report-wrap {
    padding: 1rem !important; } }

/* Report meta shown before the post
   -------------------------------------------------------------------------- */
.report-meta-entry {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 1.5rem; }
  @media screen and (max-width: 900px) {
    .report-meta-entry {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      margin: 1.5rem auto;
      background: white;
      border-radius: 1rem;
      padding: 1.5rem 0 0.5rem 0; } }
  .report-meta-entry .report-views,
  .report-meta-entry .report-published,
  .report-meta-entry .report-author,
  .report-meta-entry .report-category {
    margin-left: 2rem; }
    @media screen and (max-width: 900px) {
      .report-meta-entry .report-views,
      .report-meta-entry .report-published,
      .report-meta-entry .report-author,
      .report-meta-entry .report-category {
        margin-left: 0; } }
  .report-meta-entry p {
    background-color: #ffffff;
    border-radius: 0.4rem;
    padding: 0.5rem 1rem;
    text-align: center;
    font-size: 85%;
    display: inline-block;
    font-family: "open_sanssemibold", sans-serif !important; }
    @media screen and (max-width: 900px) {
      .report-meta-entry p {
        background-color: transparent;
        border-radius: 0;
        padding: 0; } }
    .report-meta-entry p span {
      font-family: "open_sanssemibold", sans-serif !important; }
  .report-meta-entry .report-website .report-globe {
    color: #3aa6fe;
    margin-right: 0.3rem; }
  .report-meta-entry a {
    text-decoration: none;
    border-bottom: 1px solid #292929;
    padding-bottom: 0px;
    color: #292929;
    font-family: "open_sanssemibold", sans-serif !important; }
    .report-meta-entry a:hover, .report-meta-entry a:active, .report-meta-entry a:focus {
      color: #279eff;
      text-decoration: none;
      border-bottom: 0; }

.brand-color {
  color: #279eff; }

/* Report content
   -------------------------------------------------------------------------- */
.report-pointer {
  background-image: url("images/report/report-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 3rem;
  width: 4rem;
  margin-left: calc(5.1rem + 15px); }
  @media screen and (max-width: 900px) {
    .report-pointer {
      display: none; } }

.report-content {
  margin-top: -2px; }
  .report-content iframe {
    width: 100%;
    height: auto; }

/* Toggle link for Load more content
   -------------------------------------------------------------------------- */
/* Report comments
   -------------------------------------------------------------------------- */
.report-comments {
  margin-top: 4rem; }

.write-a-review {
  display: inline-block;
  color: #ffffff;
  background-color: #2da0fe;
  padding: 0.75rem 3rem;
  font-family: "open_sanssemibold", sans-serif !important;
  border-radius: 4rem;
  float: right; }
  @media screen and (max-width: 900px) {
    .write-a-review {
      float: none; } }
  .write-a-review:hover, .write-a-review:active, .write-a-review:focus {
    text-decoration: none;
    background-color: #000000;
    color: #ffffff; }

.comment-meta {
  margin-left: 1rem;
  text-transform: uppercase;
  font-size: 95%; }
  .comment-meta .comment-meta-author {
    color: #444444; }
  .comment-meta .comment-meta-date {
    color: #e9e9e9; }

#commentsAdd {
  width: calc(100% + 6rem);
  margin: 0 -3rem;
  padding: 0 3rem; }

/* Large submit button "tab"
   -------------------------------------------------------------------------- */
p.form-submit {
  position: relative; }
  p.form-submit #submit {
    position: absolute;
    top: 34px;
    left: -3rem;
    width: calc(100% + 6rem);
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding: 1.3rem 0 !important; }
    p.form-submit #submit:hover, p.form-submit #submit:active, p.form-submit #submit:focus {
      background-color: #000000; }

/* Legal info that follows the comments area
   -------------------------------------------------------------------------- */
#report-legalese {
  margin-top: 8rem; }
  #report-legalese em {
    word-wrap: break-word;
    font-style: normal;
    text-decoration: underline; }

/* Sidebar
   -------------------------------------------------------------------------- */
.map-info {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-left: calc(2rem + 10px); }
  .map-info p {
    color: #707070 !important;
    margin: 0; }

.date {
  font-style: italic; }

.single-widget-component.report-photos {
  padding-bottom: 0;
  margin-bottom: 2rem; }
  .single-widget-component.report-photos .sidebar-heading {
    padding-left: 2rem; }

.admin-links .sidebar-admin-link {
  display: block;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  text-align: center;
  padding: 1.1rem 0;
  font-family: "open_sansbold", sans-serif;
  margin-bottom: 1.5rem; }
  .admin-links .sidebar-admin-link:hover, .admin-links .sidebar-admin-link:active, .admin-links .sidebar-admin-link:focus {
    text-decoration: none; }
  .admin-links .sidebar-admin-link:nth-child(4) {
    margin-bottom: 2rem; }

.sidebar-admin-link-white {
  background-color: #ffffff; }
  .sidebar-admin-link-white:hover, .sidebar-admin-link-white:active, .sidebar-admin-link-white:focus {
    color: #42baff; }

.sidebar-admin-link-blue {
  background-color: #42baff;
  color: #ffffff; }
  .sidebar-admin-link-blue:hover, .sidebar-admin-link-blue:active, .sidebar-admin-link-blue:focus {
    color: #000000; }

aside .review-result-wrapper i {
  color: #000000; }

aside .review-result-wrapper .review-result i {
  color: #ffbe01; }

.extra-background-thumbs-up {
  background: url(images/bg/thumbs-up.png) no-repeat;
  background-size: contain;
  background-position: center; }

section.review-success-feature-3 .wrap {
  padding: 7rem 0 5rem 0; }
  section.review-success-feature-3 .wrap .row div:nth-of-type(1) {
    margin: 0 auto; }
    section.review-success-feature-3 .wrap .row div:nth-of-type(1) h2 {
      margin: 0 auto;
      font-size: 2.4rem;
      padding: 0 5rem; }
    section.review-success-feature-3 .wrap .row div:nth-of-type(1) p {
      border: 1px solid #707070;
      background: #ffffff;
      padding: 2rem;
      margin: 2rem 5rem; }
  section.review-success-feature-3 .wrap .row div:nth-of-type(2) .row {
    padding-top: 2rem; }
    section.review-success-feature-3 .wrap .row div:nth-of-type(2) .row .col {
      padding-bottom: 4rem; }
      section.review-success-feature-3 .wrap .row div:nth-of-type(2) .row .col img {
        margin: 0 auto;
        display: block; }
      section.review-success-feature-3 .wrap .row div:nth-of-type(2) .row .col strong {
        margin: 0 auto;
        display: block;
        text-align: center; }

/* X
   -------------------------------------------------------------------------- */
/* HTML5 display-role reset for older browsers */
blockquote,
q {
  quotes: none;
  color: #4f4f4f;
  padding: 5px 20px;
  border-left: 7px solid #279eff;
  margin-bottom: 15px; }

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 15px; }

body {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }

p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: sub;
  font-size: smaller; }

h2 {
  font-size: 47px;
  line-height: 51px; }

h3 {
  font-size: 36px;
  line-height: 40px; }

h4 {
  font-size: 30px;
  line-height: 34px; }

h5 {
  font-size: 26px;
  line-height: 30px; }

h6 {
  font-size: 20px;
  line-height: 24px; }

b,
strong {
  font-weight: bold; }

/*.no-scroll,
  .popup-init {
      overflow: hidden !important;
  }*/
em {
  font-style: italic; }

.alignleft {
  float: left; }

img.alignleft {
  margin: 0 15px 15px 0; }

.alignright {
  float: right; }

img.alignright {
  margin: 0 0 15px 15px; }

a {
  text-decoration: none;
  word-wrap: break-word;
  color: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

a:hover {
  color: inherit; }

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

div.wp-caption {
  max-width: 100%;
  padding: 3px;
  border: 1px solid #dcdcdc;
  margin-bottom: 15px; }

div.wp-caption p {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0; }

input,
select,
textarea {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-family: "Rubik", sans-serif; }

input[type="text"],
textarea,
input[type="email"],
input[type="password"],
input[type="submit"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  line-height: 23px; }

input[type="text"],
input[type="tel"],
textarea,
input[type="email"],
input[type="password"],
select {
  border: 1px solid #bcbcbc;
  display: block;
  width: 100%;
  padding: 15px 20px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 25px; }

.additional-info-component {
  border: 1px solid #bcbcbc;
  padding: 25px;
  margin: 25px 0; }

.post-anonymously span,
.post-anonymously input {
  display: inline-block;
  vertical-align: middle; }

.post-anonymously span {
  font-size: 15px;
  line-height: 18px; }

.has-word-count {
  margin-bottom: 15px !important; }

.input-has-error,
.has-error {
  border-color: red !important; }

.single-select-input {
  position: relative;
  width: 100%;
  margin: 0 0 25px 15px; }

.entry-content h3.component-sp-title {
  text-align: left;
  text-transform: capitalize;
  margin: 15px 0px; }

.single-select-input-full {
  margin: 0 0 25px 0; }

.single-select-input select {
  margin: 0;
  z-index: 1;
  position: relative;
  background: none; }

.single-select-input:first-child {
  margin-left: 0; }

.component-inputs-holder {
  -webkit-box-align: baseline;
  align-items: baseline; }

.single-select-input:after {
  content: "";
  background: url(images/icons/icon-arrow-down-silver.svg) no-repeat center center/20px #f4f5fb;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  width: 60px;
  height: 96%;
  margin: auto; }

.select2-container,
.single-radio-input {
  margin-bottom: 25px !important; }

.cafs-dropzone {
  margin: 0 0 10px 0; }

.component-supported-type-file-size {
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 25px 0; }

.component-custom-form .select2-container--default .select2-search--inline .select2-search__field {
  padding: 5px 10px 10px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #414141; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #414141; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #414141; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #414141; }

.single-radio-input {
  position: relative; }

.single-radio-input input[type="radio"],
.single-radio-input--checkbox input[type="checkbox"] {
  display: none; }

.single-radio-input label {
  font-size: 18px;
  line-height: 23px;
  font-family: "open_sansbold", sans-serif;
  display: block;
  padding-left: 40px;
  cursor: pointer; }

.component-single-form .single-radio-input--checkbox label {
  font-family: "open_sansregular", sans-serif; }

.single-radio-input label:after,
.single-radio-input label:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: #f4f5fb;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #bcbcbc; }

.single-radio-input--checkbox label:after,
.single-radio-input--checkbox label:before {
  border-radius: 0; }

.component-inputs-holder input {
  margin-left: 15px; }

.entry-content .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #ecedf4;
  border: 0;
  font-size: 14px;
  line-height: 19px;
  padding: 3px 12px;
  margin-bottom: 0; }

.component-custom-form .select2-container--default .select2-selection--multiple {
  min-height: initial;
  padding: 6px 0 0; }

.component-custom-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin-bottom: 0; }

.component-inputs-holder input:first-child {
  margin-left: 0; }

.single-radio-input label:before {
  background: #279eff;
  z-index: 1;
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.single-radio-input--checkbox label:before {
  background: url("images/icons/icon-checkmark.svg") no-repeat center center/29px; }

.single-radio-input input:checked + label:before {
  -webkit-transform: scale(0.4);
  transform: scale(0.4); }

input[type="text"].error,
textarea.error,
input[type="email"].error,
input[type="password"].error {
  border-color: red; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

input[type="submit"],
button[type="submit"] {
  cursor: pointer;
  border: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

/*HELPERS BEGIN*/
.grid-flex-start {
  -webkit-box-align: start;
  align-items: flex-start; }

.text-center {
  text-align: center; }

.grid-flex {
  display: -webkit-box;
  display: flex; }

.grid-flex-diff {
  -webkit-box-align: start;
  align-items: flex-start; }

.grid-vertical-alignment {
  -webkit-box-align: center;
  align-items: center; }

.grid-center,
.grid-full-center {
  -webkit-box-pack: center;
  justify-content: center; }

.grid-full-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.grid-wrap {
  flex-wrap: wrap; }

.space-between {
  -webkit-box-pack: justify;
  justify-content: space-between; }

.grid-2 {
  width: 50%; }

.grid-3 {
  width: 33.33%; }

.grid-4 {
  width: 25%; }

/*HELPERS END*/
/* GENERAL STYLE BEGIN */
.article-link {
  display: block;
  width: 100%;
  height: 100%; }

.entry-content h1 {
  font-size: 30px;
  line-height: 35px; }

.entry-content h2 {
  font-size: 1.8rem;
  line-height: 6rem;
  font-family: "open_sansextrabold", sans-serif; }

.entry-content h3 {
  font-size: 26px;
  line-height: 31px; }

.entry-content h4 {
  font-size: 24px;
  line-height: 29px; }

.entry-content h5 {
  font-size: 22px;
  line-height: 27px; }

.entry-content h6 {
  font-size: 20px;
  line-height: 25px; }

.entry-content ul,
.entry-content ol {
  margin: 0 0 15px 15px; }

.entry-content ul {
  list-style-type: disc;
  list-style-position: inside; }

.entry-content ol {
  list-style-type: decimal;
  list-style-position: inside; }

.entry-content p,
.entry-content ul li,
.entry-content ol li {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 15px 0;
  color: #7c7a71; }

/* GENERAL STYLE END */
#wrap {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  clear: both;
  padding: 0;
  margin: 0; }

.wrap,
.content-sidebar-wrap {
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 1180px;
  position: relative;
  clear: both;
  padding: 0;
  margin: 0 auto; }

body.page .content-sidebar-wrap,
body.archive .content-sidebar-wrap,
body.search .content-sidebar-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start; }

body.home .content-sidebar-wrap {
  display: block; }

body.page main.content {
  padding: 0;
  margin: 0 auto; }

body.archive main.content,
body.search main.content {
  min-width: 960px;
  max-width: 960px;
  background: white;
  padding: 0;
  margin: 0 auto; }

body.home main.content {
  max-width: 960px;
  padding: 0;
  border: 0;
  margin: 0;
  background: none;
  width: 100%;
  float: left; }

body.home aside.sidebar {
  max-width: 300px;
  width: 100%;
  float: right; }

body.full-width-content main.content {
  width: 100%;
  margin-bottom: 20px;
  background-color: #f4faff; }

.pull-right {
  margin-left: auto; }

@media screen and (max-width: 1140px) {
  .wrap {
    padding: 0 2rem; } }

@media screen and (min-width: 1141px) {
  .wrap {
    padding: 0; } }

.wrap.no-padding {
  padding: 0; }

.site-header .wrap {
  overflow: visible;
  padding-top: 0;
  padding-bottom: 0px; }

.site-header,
#nav,
#inner,
#footer {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  clear: both;
  padding: 0;
  margin: 0 auto; }

.site-header {
  overflow: visible;
  padding-top: 15px;
  background-color: #ffffff; }

/* .site-header */
#content {
  width: 65%;
  float: left; }

.full-width-content #content {
  width: 100%; }

#sidebar {
  width: 30%;
  float: right; }

/*HOMEPAGE BEGIN*/
ul#menu-main-navigation {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly; }

.site-header .wrap,
.site-header ul.menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }

.site-header .title-area {
  width: 100%;
  max-width: 220px; }

.site-header .site-header-widget-area {
  width: 100%; }

.site-header ul.menu a {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  text-transform: uppercase;
  font-family: "open_sansbold", sans-serif;
  display: block;
  margin: 15px 15px; }

.site-header ul.menu li {
  position: relative;
  padding: 20px 0;
  margin-bottom: 0; }

.site-header ul.menu li.menu-item-has-children > a {
  background: url(images/icons/icon-full-arrow-down-black.svg) no-repeat right center/12px;
  padding-right: 15px; }

.site-header ul.menu .sub-menu {
  position: absolute;
  left: 0;
  top: 50px;
  background: white;
  width: 270px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  padding: 5px 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.site-header ul.menu .sub-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 11px solid white;
  display: block;
  position: absolute;
  top: -9px;
  left: 25px; }

.site-header ul.menu .sub-menu li {
  padding: 0; }

.site-header ul.menu li.menu-item-has-children:hover ul.sub-menu {
  z-index: 100;
  pointer-events: all;
  opacity: 1; }

.site-header ul.menu .sub-menu a {
  margin: 12px 0; }

.single-big-post-component {
  min-height: 355px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 49%;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.single-big-post-component:nth-child(odd) {
  margin-right: 0.5%; }

.single-big-post-component:nth-child(even) {
  margin-left: 0.5%; }

.single-big-post-component.full-width-content {
  width: 100%;
  margin: 0 0 20px 0;
  min-height: 430px; }

.single-big-post-component.single-big-post-component--simple,
.single-image-content-post.single-image-content-post--simple {
  min-height: initial;
  background: white;
  border: 1px solid #dedfe7; }

.single-big-post-component--simple .component-post-details {
  position: static;
  padding: 50px 40px; }

.single-image-content-post--simple .single-image-content-post--content {
  padding: 40px 30px 20px; }

.single-image-content-post--simple .component-post-details__icons {
  margin-top: 40px; }

.single-big-post-component--simple .component-post-details h3 {
  color: #2b2b2b;
  font-size: 32px;
  line-height: 39px; }

.single-big-post-component--simple .component-post-details.component-post-details--smaller h3 {
  font-size: 22px;
  line-height: 29px; }

.single-big-post-component--simple .component-post-details.component-post-details--smaller {
  padding: 40px 40px 10px; }

.single-big-post-component--simple .component-post-details.component-post-details--smaller .component-post-details__icons {
  margin-top: 40px; }

.single-big-post-component--simple .component-post-details p {
  color: #2b2b2b; }

.component-post-category {
  background: #913ccd;
  max-width: 170px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  z-index: 1;
  opacity: 0.9; }

.background-green {
  background: #3aa6fe !important; }

.background-lightblue {
  background: #2ca8c2 !important;
  /*--light-blue-color: #2ca8c2;*/ }

.hover-lightblue .single-small-post-component.first:hover h3 a,
.hover-lightblue:hover h3 a {
  color: #2ca8c2 !important; }

.background-blue {
  background: #5481e6 !important; }

.hover-blue .single-small-post-component.first:hover h3 a,
.hover-blue:hover h3 a {
  color: #5481e6 !important; }

.background-red {
  background: #f54236 !important; }

.hover-red .single-small-post-component.first:hover h3 a,
.hover-red:hover h3 a {
  color: #f54236 !important; }

.background-pink {
  background: #f15f74 !important; }

.hover-pink .single-small-post-component.first:hover h3 a,
.hover-pink:hover h3 a {
  color: #f15f74 !important; }

.background-violet {
  background: #913ccd !important; }

.hover-violet .single-small-post-component.first:hover h3 a,
.hover-violet:hover h3 a {
  color: #913ccd !important; }

/**
   * Homepage Lates posts hovers
   */
.single-small-post-component__content.single-small-post-component__content--box h3 a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -100;
  border-radius: 10px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.hover-violet .single-small-post-component__content.single-small-post-component__content--box h3 a:before {
  background: #8c3ac7;
  background: -webkit-gradient(linear, left top, right top, from(#8c3ac7), to(#5e2785));
  background: -webkit-linear-gradient(left, #8c3ac7 0%, #5e2785 100%);
  background: linear-gradient(to right, #8c3ac7 0%, #5e2785 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c3ac7', endColorstr='#5e2785', GradientType=1); }

.hover-green .single-small-post-component__content.single-small-post-component__content--box h3 a:before {
  background: #93c548;
  background: -webkit-gradient(linear, left top, right top, from(#93c548), to(#638430));
  background: -webkit-linear-gradient(left, #93c548 0%, #638430 100%);
  background: linear-gradient(to right, #93c548 0%, #638430 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93c548', endColorstr='#638430', GradientType=1); }

.hover-lightblue .single-small-post-component__content.single-small-post-component__content--box h3 a:before {
  background: #2ba3bc;
  background: -webkit-gradient(linear, left top, right top, from(#2ba3bc), to(#1d6d7e));
  background: -webkit-linear-gradient(left, #2ba3bc 0%, #1d6d7e 100%);
  background: linear-gradient(to right, #2ba3bc 0%, #1d6d7e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ba3bc', endColorstr='#1d6d7e', GradientType=1); }

.hover-pink .single-small-post-component__content.single-small-post-component__content--box h3 a:before {
  background: #ea5b70;
  background: -webkit-gradient(linear, left top, right top, from(#ea5b70), to(#972f3e));
  background: -webkit-linear-gradient(left, #ea5b70 0%, #972f3e 100%);
  background: linear-gradient(to right, #ea5b70 0%, #972f3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea5b70', endColorstr='#972f3e', GradientType=1); }

.hover-blue .single-small-post-component__content.single-small-post-component__content--box h3 a:before {
  background: #517ddf;
  background: -webkit-gradient(linear, left top, right top, from(#517ddf), to(#375496));
  background: -webkit-linear-gradient(left, #517ddf 0%, #375496 100%);
  background: linear-gradient(to right, #517ddf 0%, #375496 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#517ddf', endColorstr='#375496', GradientType=1); }

.hover-red .single-small-post-component__content.single-small-post-component__content--box h3 a:before {
  background: #ed4034;
  background: -webkit-gradient(linear, left top, right top, from(#ed4034), to(#9f2b23));
  background: -webkit-linear-gradient(left, #ed4034 0%, #9f2b23 100%);
  background: linear-gradient(to right, #ed4034 0%, #9f2b23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed4034', endColorstr='#9f2b23', GradientType=1); }

.hover-violet .single-small-post-component__content.single-small-post-component__content--box h3 a:hover:before,
.hover-lightblue .single-small-post-component__content.single-small-post-component__content--box h3 a:hover:before,
.hover-pink .single-small-post-component__content.single-small-post-component__content--box h3 a:hover:before,
.hover-blue .single-small-post-component__content.single-small-post-component__content--box h3 a:hover:before,
.hover-red .single-small-post-component__content.single-small-post-component__content--box h3 a:hover:before,
.hover-green .single-small-post-component__content.single-small-post-component__content--box h3 a:hover:before {
  opacity: 1; }

.single-small-post-component__content.single-small-post-component__content--box h3 a:hover {
  border-radius: 10px;
  color: #fff !important; }

.component-post-category.component-post-category--floating {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.component-post-category--bigger {
  max-width: 315px; }

.component-post-category--margin {
  margin-bottom: 30px; }

.component-post-category p {
  color: white;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  margin: 0; }

.component-post-category p a {
  display: block; }

.component-post-darkbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  background: #000;
  background: rgba(0, 0, 0, 0.75); }

.component-post-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 2; }

.component-post-details h3 {
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 15px 0;
  color: white; }

.component-post-details p {
  font-size: 14px;
  line-height: 21px;
  color: white;
  margin: 0 0 15px 0; }

.component-post-author,
.component-post-date {
  position: relative;
  margin-right: 0px; }

.component-post-author p,
.component-post-author p a,
.component-post-date p,
.component-post-date p a {
  font-size: 14px;
  line-height: 15px;
  font-family: "open_sansregular", sans-serif;
  margin: 0; }

.component-post-author__image i,
.component-post-date__image i {
  margin-right: 10px; }

.component-four-posts {
  margin: 0 auto 50px; }

.component-four-posts .single-big-post-component {
  margin: 0 1% 0 0;
  width: 100%;
  min-height: 270px;
  border-radius: 5px; }

.component-four-posts .single-big-post-component .component-post-details h3 {
  text-align: center; }

.grid-wrap .single-big-post-component {
  width: 49.5%;
  margin-bottom: 20px;
  border-radius: 10px; }

.component-three-posts .single-big-post-component {
  width: 32%; }

.single-big-post-component.single-big-post-component--white {
  background: white; }

.single-big-post-component--white .single-mini-post-component {
  padding: 0 20px;
  margin: 0;
  border: 0; }

.component-four-posts .single-big-post-component:last-child,
.component-three-posts .single-big-post-component:nth-child(3n) {
  margin-right: 0; }

.component-post-details--smaller h3 {
  font-size: 18px;
  line-height: 23px; }

.component-black-bar {
  text-align: center;
  margin: 20px 0; }

.component-black-bar .wrap {
  padding: 13px 10px;
  background: #000000; }

.component-black-bar p {
  font-size: 22px;
  line-height: 29px;
  color: white;
  margin: 0; }

.component-black-bar p span {
  position: relative;
  display: inline-block;
  padding: 0 40px; }

.component-black-bar p span:after,
.component-black-bar p span:before {
  content: "";
  background: url(images/icons/icon-arrow-up-white.svg) no-repeat center center/100%;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.component-black-bar p span:before {
  left: auto;
  right: 0; }

.component-mainContainer {
  width: 100%;
  max-width: 960px;
  min-width: 960px;
  margin-right: 20px;
  border-radius: 10px; }

/*ovde*/
.single-big-post-component .component-post-details p.single-big-post-title {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out; }

.single-big-post-component:hover .component-post-details p.single-big-post-title {
  max-height: 100px; }

aside {
  width: 100%; }

.site-inner aside {
  max-width: 300px; }

aside.mashsb-container {
  max-width: 100%; }

article h3 {
  color: #1d1d1d;
  font-size: 22px;
  line-height: 29px;
  margin: 0 0 10px 0; }

article p {
  color: #5d5d5d;
  font-size: 16px;
  line-height: 23px; }

article .component-post-author p {
  font-family: "open_sansregular", sans-serif;
  font-size: 12px;
  line-height: 14px; }

article .component-post-author p.date {
  margin: 1px 15px 15px 0;
  font-size: 14px;
  font-style: italic;
  color: #777; }

article .featured-home-item .component-post-author p.date {
  font-style: normal; }

.component-mainContainer__half {
  width: 100%;
  padding: 30px 20px;
  border-radius: 10px; }

.single-small-post-component h3 {
  color: #1d1d1d;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 5px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.single-small-post-component {
  margin-bottom: 8px;
  position: relative; }

.single-small-post-component.first {
  display: block;
  border-radius: 10px;
  border: 1px solid #dedfe7 !important;
  overflow: hidden; }

.single-small-post-component.first .single-small-post-component__image {
  max-width: initial;
  min-width: initial;
  margin: 0; }

.single-small-post-component__image a {
  display: block;
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.single-small-post-component__content.single-small-post-component__content--box {
  border: 1px solid #dedfe7;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  overflow: hidden; }

.single-small-post-component__content.single-small-post-component__content--box h3 {
  margin: 0; }

.single-small-post-component__content.single-small-post-component__content--box a {
  display: block;
  padding: 5px 10px;
  min-height: 70px;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center; }

.single-small-post-component.first .single-small-post-component__content {
  padding: 20px; }

.single-small-post-component:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0; }

.single-small-post-component__image {
  margin-right: 15px; }

.single-small-post-component__image {
  min-width: 140px;
  max-width: 140px; }

.single-widget-component .single-small-post-component__image {
  min-width: 65px;
  max-width: 65px; }

.single-widget-component .single-small-post-component__content {
  width: 100%; }

.single-widget-component .single-small-post-component__content h3 {
  font-size: 16px;
  line-height: 18px;
  margin: 0; }

.single-widget-component .single-small-post-component {
  border: 1px solid #e9e9e9;
  border-bottom: 4px solid #3aa6fe;
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  padding: 2rem;
  margin-bottom: 2rem; }

.single-widget-component .single-small-post-component__content h3 a {
  display: block;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin-bottom: 5px; }

.single-widget-component .single-small-post-component__content h3 a span {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  font-family: "open_sansregular", sans-serif; }

.single-mainContainer-component {
  background: white;
  margin-bottom: 20px;
  border-radius: 10px; }

.single-mainContainer-component--splitted {
  background: none;
  border: 0; }

.single-mainContainer-component--splitted .component-mainContainer__half:nth-child(even) .single-mini-post-component h3 {
  color: #1e1e1e; }

.single-mainContainer-component--splitted .component-mainContainer__half {
  background: white;
  padding: 0 30px 30px; }

.single-mainContainer-component--splitted .component-mainContainer__half:first-child {
  margin-right: 20px; }

.single-mini-post-component {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.component-mainContainer__half .single-mini-post-component:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0; }

.single-mini-post-component h3 {
  font-size: 22px;
  line-height: 29px;
  color: #dc4236;
  margin: 0 0 10px 0; }

.single-mini-post-component p {
  font-size: 16px;
  line-height: 21px;
  color: #414141;
  margin: 0; }

.component-widget-createAlert {
  background: url("images/widget-list-bg.png") no-repeat center center/cover;
  text-align: center;
  padding: 30px 15px 0;
  border-radius: 10px; }

.single-widget-component h4.big-widget-heading {
  color: #1e1e1e;
  font-size: 28px;
  line-height: 29px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-family: "open_sansbold", sans-serif; }

.single-widget-component {
  margin-bottom: 20px;
  background: white;
  padding: 20px 0;
  border-radius: 1rem; }

.single-widget-component.no-border {
  border: 0; }

.single-widget-component.no-padding {
  padding: 0; }

.single-widget-component h4 {
  color: #010101;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px 0; }

.component-post-category-small {
  margin-left: auto; }

.component-post-category-small span {
  background: red;
  font-size: 10px;
  line-height: 15px;
  display: inline-block;
  color: white;
  font-family: "open_sanssemibold", sans-serif !important;
  text-transform: uppercase;
  padding: 3px 10px; }

.component-widget-form-signup {
  background: url("images/form-bg-new.png") no-repeat center center/cover;
  padding: 30px 20px 20px;
  border-radius: 10px; }

.component-widget-form-signup h4.big-widget-heading {
  margin: 20px 0; }

.component-form-email input,
.component-form-email button {
  display: block;
  width: 100%; }

.component-form-email input[type="email"],
.component-form-email input[type="text"] {
  font-size: 16px;
  line-height: 23px;
  border: 0;
  border-bottom: 1px solid #898989;
  margin-bottom: 20px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 0; }

.component-form-email button[type="submit"],
input[type="submit"],
button[type="submit"] {
  background: #279eff;
  margin: 0 0 10px 0; }

input[type="submit"],
button[type="submit"] {
  margin: 0 auto 15px;
  display: block;
  font-family: "open_sansbold", sans-serif; }

.component-custom-form input[type="submit"] {
  color: #000000;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  padding: 20px 10px;
  font-family: "open_sansbold", sans-serif; }

h3.component-popup-register-login-heading {
  color: #000000;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  margin: 0 0 20px 0; }

.component-single-form {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.component-single-form label,
a.link-forgot-password {
  font-size: 18px;
  line-height: 23px;
  display: block;
  margin: 0 0 20px 0; }

.component-remember-me label:hover {
  color: #279eff; }

.component-single-form.single-form-init {
  display: block; }

.component-single-form.single-form-ready {
  opacity: 1; }

.header-widget-area .custom-widget {
  margin-left: 20px; }

.custom-widget .icon-user {
  background: url("images/icons/icon-user.svg") no-repeat center center/100%;
  display: block;
  width: 20px;
  height: 20px; }

.custom-widget .icon-logout {
  background: url("images/icons/icon-logout.svg") no-repeat center center/100%;
  display: block;
  width: 20px;
  height: 20px; }

.site-header .widget_nav_menu {
  width: 100%; }

.single-post-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

/*HOMEPAGE END*/
/*FOOTER BEGIN*/
.site-footer .wrap {
  padding: 40px 0; }

.component-social-icons--single svg,
.component-social-icons--single svg path {
  fill: white !important;
  width: 20px;
  height: 20px; }

.component-social-icons {
  margin: 20px 0; }

.component-social-icons--single {
  margin-left: 10px; }

.component-social-icons--single:first-child {
  margin-left: 0; }

.component-social-icons--single a {
  width: 40px;
  height: 40px;
  background: #1c1c1c;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.component-social-icons--single a:hover {
  background: #15a7e0; }

.site-footer h4.widget-title {
  font-size: 20px;
  line-height: 30px;
  color: default;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-family: "open_sansbold", sans-serif; }
  @media screen and (max-width: 990px) {
    .site-footer h4.widget-title {
      margin: 20px 0 0 0; } }

.site-footer .widget-area {
  display: -webkit-box;
  display: flex; }

.site-footer section.widget:first-child {
  padding: 0 40px 0 0;
  border-left: none; }
  @media screen and (max-width: 990px) {
    .site-footer section.widget:first-child {
      padding: 0; } }

.site-footer section.widget {
  padding: 0 50px; }
  @media screen and (max-width: 990px) {
    .site-footer section.widget {
      padding: 0; } }

.site-footer section.widget ul li {
  padding: 0 0 0px 0; }

.site-footer .about-us {
  max-width: 500px;
  width: 100%; }

.site-footer .need-help {
  max-width: 320px;
  width: 100%; }

.site-footer .more_about_btn {
  display: block;
  width: 100%;
  text-align: right;
  margin: 20px 0;
  color: #15a7e0; }

.site-footer .about-us span.about-text {
  font-size: 15px;
  line-height: 20px; }

.site-footer section.widget:last-child {
  padding-right: 0; }

.site-footer p,
.site-footer ul li,
.site-footer ol li,
.site-footer .textwidget {
  color: #222; }

.site-footer a {
  color: #505050; }

.site-footer li.recentcomments a,
.site-footer li.recentcomments,
.site-footer .widget_recent_entries li a {
  font-size: 18px;
  line-height: 23px;
  font-family: "open_sansbold", sans-serif; }

.site-footer li.recentcomments .comment-author-link a {
  font-size: 16px;
  line-height: 23px;
  font-family: "open_sansbold", sans-serif;
  font-style: italic; }

.site-footer li.recentcomments,
.site-footer .widget_recent_entries li {
  border-bottom: 1px solid #323232;
  position: relative;
  padding: 0 0 15px 40px;
  margin-bottom: 15px; }

.site-footer .widget_recent_entries li {
  padding-left: 0; }

.site-footer li.recentcomments:last-child,
.site-footer .widget_recent_entries li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0; }

.site-footer li.recentcomments:after {
  content: "";
  background: url(images/icons/icon-comment-silver.svg) no-repeat left top/100%;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0; }

.need-help h4.widget-title {
  background-image: url(images/icons/icon-help.svg);
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
  background-position: left center;
  margin-left: 9px; }

.new-to-beware h4.widget-title {
  background-image: url(images/icons/icon-bulb.svg);
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
  background-position: left center;
  margin-left: 9px; }

.need-help ul li.menu-item a,
.new-to-beware ul li.menu-item a {
  background-image: url(images/icons/icon-arrow.svg);
  background-repeat: no-repeat;
  padding: 0 0 0 10px;
  background-position: left center; }

.site-footer .widget_nav_menu ul li.menu-item a:hover {
  text-decoration: underline; }

.need-help ul,
.new-to-beware ul {
  margin: 0 0 0 10px; }

/*FOOTER END*/
/*PAGE BEGIN*/
.single-post-top-wrap {
  background: #ddeeff;
  padding: 30px;
  min-height: 260px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  @media screen and (max-width: 990px) {
    .single-post-top-wrap {
      padding: 30px 0 0 0; } }

/* .single-post-top-wrap:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 10px;
      background: url('images/single-top-border.png');
  } */
.component-main-container {
  min-width: 860px;
  max-width: 860px;
  background: white;
  margin-right: 20px;
  position: relative;
  padding: 3rem 3rem;
  border-radius: 1rem;
  margin-bottom: 30px; }

.component-main-container .entry-content {
  padding-top: 20px; }

.saic-wrapper {
  margin-top: 30px; }

.component-main-container h1 {
  font-family: "capture_itregular", sans-serif;
  font-size: 50px;
  line-height: 56px;
  color: #cc0000;
  margin: 0 0 30px 0;
  text-align: center; }

.component-page-details {
  margin-bottom: 30px;
  flex-wrap: wrap;
  -webkit-box-pack: right;
          justify-content: right; }

.mashsb-container {
  margin-bottom: 10px; }

.component-page-details p {
  font-size: 18px;
  line-height: 23px;
  color: #181818;
  font-weight: 500;
  margin: 0 0 0 10px;
  position: relative;
  padding-left: 10px;
  font-family: "open_sansbold", sans-serif; }

.component-page-details p a {
  color: #004a80;
  text-decoration: underline; }

.component-page-details a.post-meta-link {
  margin: 0;
  padding: 0; }

.component-page-details p:before {
  content: "•";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: -10px; }

.component-page-details p:first-child {
  padding-left: 0;
  margin: 0; }

.component-page-details p:first-child:before {
  display: none; }

.component-page-details__location {
  /* background: url('images/icons/icon-location-single.svg') no-repeat left 2px;
        padding: 0 20px;
        margin: 0 0 10px; */ }

.component-page-details__website {
  /* background: url('images/icons/icon-website-single.svg') no-repeat left 2px; */
  /* padding: 0 20px 0 25px; */
  /* margin: 0 40px 0px; */ }

.component-page-details__phone {
  /* background: url('images/icons/icon-phone-single.svg') no-repeat left 2px; */
  /* padding: 0 20px; */
  margin: 0 0 0px; }

.component-page-details__profession {
  background: url("images/icons/icon-profession-single.svg") no-repeat left 2px;
  padding: 0 20px;
  margin: 0 0 0px; }

img.helper-full-width-image {
  margin: 0 -30px 20px;
  width: auto;
  max-width: initial; }

.single-post-image-wrap {
  margin: -20px -30px 20px;
  width: auto;
  max-width: initial;
  height: 440px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.single-post-image-wrap:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background: url("images/single-top-border.png"); }

.single-post-image-wrap:before {
  top: 0; }

.single-post-image-wrap:after {
  bottom: 0; }

.single .component-post-details__icons {
  margin: 40px -30px 35px;
  padding: 0 30px 50px;
  /* background: url(images/single-top-border.png) repeat-x bottom left; */
  /*border-bottom: 1px solid #dedfe7;*/ }

.single .component-post-author,
.single .component-post-date {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 7px 10px;
  margin-right: 30px;
  color: #626262; }

.single .entry-content p,
.single .entry-content ul li,
.single .entry-content ol li {
  margin: 0 0 1.6rem 0; }

/*PAGE END*/
/*ALERT PAGE BEGIN*/
.single-alertChoice-component__icon svg {
  width: 80px;
  height: 80px; }

.single-alertChoice-component__icon svg,
.single-alertChoice-component__icon svg path,
.single-alertChoice-component__icon svg circle {
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.single-alertChoice-component__icon {
  margin-bottom: 10px; }

.single-alertChoice-component {
  text-align: center;
  width: 33.33%;
  height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border: 1px solid silver;
  margin: 0 0 -1px -1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.single-alertChoice-component a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center; }

.single-alertChoice-component:last-child {
  border: 0; }

.component-alertChoice-grid {
  padding: 0; }

.single-alertChoice-component.color-choice-green svg,
.single-alertChoice-component.color-choice-green svg path {
  fill: #98cb4a; }

.single-alertChoice-component.color-choice-green h4 {
  color: #98cb4a; }

.single-alertChoice-component.color-choice-green:hover {
  background: #98cb4a; }

.single-alertChoice-component.color-choice-purple h4 {
  color: #913ccd; }

.single-alertChoice-component.color-choice-purple:hover {
  background: #913ccd; }

.single-alertChoice-component.color-choice-purple svg,
.single-alertChoice-component.color-choice-purple svg path {
  fill: #913ccd; }

.single-alertChoice-component.color-choice-lightBlue h4 {
  color: #2ca8c2; }

.single-alertChoice-component.color-choice-lightBlue-1 h4 {
  color: #5481e6; }

.single-alertChoice-component.color-choice-lightBlue:hover {
  background: #2ca8c2; }

.single-alertChoice-component.color-choice-lightBlue-1:hover {
  background: #5481e6; }

.single-alertChoice-component.color-choice-lightBlue-1 svg,
.single-alertChoice-component.color-choice-lightBlue-1 svg path {
  fill: #5481e6 !important; }

.single-alertChoice-component.color-choice-lightBlue svg,
.single-alertChoice-component.color-choice-lightBlue svg path {
  fill: #2ca8c2 !important; }

.single-alertChoice-component.color-choice-orange h4 {
  color: #279eff; }

.single-alertChoice-component.color-choice-orange:hover {
  background: #279eff; }

.single-alertChoice-component.color-choice-orange svg,
.single-alertChoice-component.color-choice-orange svg path,
.single-alertChoice-component.color-choice-orange svg circle {
  fill: #279eff; }

.single-alertChoice-component.color-choice-lightRed h4 {
  color: #f15f74; }

.single-alertChoice-component.color-choice-lightRed:hover {
  background: #f15f74; }

.single-alertChoice-component.color-choice-lightRed svg,
.single-alertChoice-component.color-choice-lightRed svg path {
  fill: #f15f74; }

.single-alertChoice-component.color-choice-red h4 {
  color: #f54236; }

.single-alertChoice-component.color-choice-red:hover {
  background: #f54236; }

.single-alertChoice-component.color-choice-red svg,
.single-alertChoice-component.color-choice-red svg path {
  fill: #f54236; }

.single-alertChoice-component.color-choice-blue h4 {
  color: #5481e6; }

.single-alertChoice-component.color-choice-blue:hover {
  background: #5481e6; }

.single-alertChoice-component.color-choice-blue svg,
.single-alertChoice-component.color-choice-blue svg path {
  fill: #5481e6; }

.single-alertChoice-component.color-choice-silver:hover {
  background: #f4f5fb; }

.single-alertChoice-component.color-choice-silver svg,
.single-alertChoice-component.color-choice-silver svg path {
  fill: #171717; }

.single-alertChoice-component.color-choice-silver:hover svg,
.single-alertChoice-component.color-choice-silver:hover svg path {
  fill: #a5a5a5 !important; }

.single-alertChoice-component.color-choice-silver:hover h4 {
  color: #171717; }

.single-alertChoice-component:hover svg,
.single-alertChoice-component:hover svg path,
.single-alertChoice-component:hover svg circle {
  fill: white !important; }

.single-alertChoice-component.no-hover:hover svg,
.single-alertChoice-component.no-hover:hover svg path,
.single-alertChoice-component.no-hover:hover svg circle {
  fill: black !important; }

.single-alertChoice-component:hover h4 {
  color: white; }

.single-alertChoice-component.no-hover:hover h4 {
  color: black; }

.single-alertChoice-component h4 {
  font-size: 22px;
  line-height: 29px;
  text-transform: uppercase;
  margin: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.component-alertChoices h1 {
  color: #000000;
  font-size: 34px;
  line-height: 39px;
  text-align: center;
  margin: 10px 0 40px 0; }

.component-alertChoices .wrap {
  border: 1px solid silver;
  background: white;
  padding: 40px 80px 40px;
  margin-bottom: 30px; }

body.page-template-template-alert div.content-sidebar-wrap {
  display: none; }

/*ALERT PAGE END*/
li.menu-responsive-visible,
.menu-trigger {
  display: none; }

.menu-trigger,
.main-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.search-is-visible .main-overlay {
  background: none;
  display: block; }

.menu-trigger {
  background: url("images/icons/icon-menu.svg") no-repeat center center/100%; }

.main-overlay {
  background: rgba(0, 0, 0, 0.58);
  z-index: 99;
  display: none;
  opacity: 0;
  -webkit-backdrop-filter: blur(8px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

/*SINGLE CATEGORY BEGIN*/
/* .component-big-category-name {
      width: 100%;
      max-width: 1180px;
      margin: 0 auto 20px;
      border: 1px solid #dedfe7;
      border-radius: 10px;
      background: url('images/category-bg.png') no-repeat center / cover;
  } */
.component-big-category-name h3 {
  font-size: 40px;
  text-align: center;
  text-transform: capitalize;
  padding: 20px 0px 0;
  color: #000;
  margin: 0;
  font-family: Oswald; }

body.page-single-category main.content {
  background: none;
  border: 0;
  padding: 0; }

.single-image-content-post {
  border: 1px solid #dedfe7;
  background: white;
  width: 100%;
  margin: 0 0 20px 2%;
  border-radius: 10px;
  overflow: hidden; }

.single-image-content-post:nth-child(odd) {
  margin-left: 0; }

.single-image-content-post--content {
  padding: 10px 20px 20px; }

.single-image-content-post--image {
  display: block;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/*SINGLE CATEGORY END*/
/*SINGLE POST BEGIN*/
.single-post-tags ul li {
  color: #626262;
  font-size: 14px;
  line-height: 19px;
  border: 1px solid #dcdcdc;
  list-style: none;
  margin: 0 7px 10px;
  padding: 4px 25px;
  border-radius: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.single-post-tags ul li a {
  -webkit-transition: none;
  transition: none; }

.single-post-tags ul li:hover {
  background: #dcdcdc;
  color: white; }

.single-post-tags ul {
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  background: url(images/icons/icon-tags.svg) no-repeat 0 7px/20px;
  padding-left: 25px; }

/*SINGLE POST END*/
/*SINGLE PAGE BEGIN*/
.comment-respond h3.comment-reply-title,
.entry-comments h3 {
  color: #211d1e;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px 0; }

div.entry-comments {
  margin-top: 30px; }

.comment-header .comment-author {
  color: #151515;
  font-family: "open_sansbold", sans-serif;
  font-size: 16px;
  line-height: 23px; }

.comment-header .comment-author img {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.comment-time a {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #adadad;
  font-style: italic; }

.comment-content p {
  color: #626262;
  font-size: 14px;
  line-height: 19px; }

.comment-list article {
  position: relative;
  padding-bottom: 75px;
  border-bottom: 1px solid #dedfe7;
  margin-bottom: 30px; }

.comment-list article:last-child {
  border: 0; }

.comment-list li ul.children {
  padding-left: 50px; }

article .comment-meta {
  position: absolute;
  bottom: 40px;
  left: 0; }

div.comment-reply .comment-reply-link {
  color: #adadad;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #9c9c9c;
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase; }

.comment-form-author-email {
  display: -webkit-box;
  display: flex; }

.comment-form-author-email p {
  width: 100%;
  margin-left: 8px; }

.comment-form-author-email p:first-child {
  margin-left: 0; }

/*SINGLE PAGE END*/
/*POPUP BEGIN*/
.component-popup-register {
  z-index: 100;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  -webkit-transform: translate3d(0px, -20px, 0);
  transform: translate3d(0px, -20px, 0);
  will-change: opacity, transform; }

.component-popup-register-closeTrigger {
  background: url(images/icons/icon-close.svg) no-repeat center center/100%;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer; }

.component-popup-register,
.component-main-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.component-main-overlay {
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  position: absolute; }

.popup-init .component-popup-register,
.popup-init .component-main-overlay {
  display: block; }

.popup-ready .component-popup-register,
.popup-ready .component-main-overlay {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.component-popup-register--inner {
  background: white;
  max-width: 560px;
  margin: 60px auto 0;
  padding: 20px 30px 10px;
  text-align: center;
  position: relative;
  z-index: 101;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.component-popup-register--inner p.status {
  background: #cc0000;
  color: white;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 20px;
  font-family: "open_sansbold", sans-serif;
  margin: 10px 0 20px;
  display: none; }

.component-popup-register--inner.register-form-visible {
  max-width: 640px; }

.component-popup-register--inner .apsl-login-new-text {
  display: none; }

.component-popup-register--inner .social-networks a,
.component-popup-register--inner .apsl-icon-block {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase; }

.mini-component-or-text {
  position: relative;
  margin: 10px 0 20px; }

.mini-component-or-text:after {
  content: "";
  background: #bcbcbc;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  margin: auto; }

.mini-component-or-text span {
  font-size: 16px;
  line-height: 20px;
  color: #414141;
  display: inline-block;
  text-transform: uppercase;
  background: white;
  z-index: 1;
  position: relative;
  padding: 0 20px; }

.component-popup-register--inner input {
  margin-bottom: 10px; }

.component-popup-register--inner input[type="submit"] {
  width: 100%;
  font-size: 16px;
  line-height: 23px;
  max-width: 300px;
  margin: 20px auto 20px; }

.component-google-captcha,
.component-google-captcha > div {
  margin: 0 auto 20px;
  display: block;
  text-align: center; }

a.link-forgot-password {
  display: block;
  text-align: center; }

a.link-forgot-password:hover {
  color: #279eff; }

.component-popup-register--inner h3 {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 20px 0; }

.component-popup-register--inner h4 {
  font-size: 17px;
  line-height: 23px;
  font-family: "open_sansregular", sans-serif;
  text-align: center;
  margin: 0 0 20px 0; }

.component-connect-socials a {
  display: block;
  color: white;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  font-family: "open_sansbold", sans-serif;
  padding: 10px 15px;
  margin-bottom: 5px;
  border-radius: 5px;
  text-align: left; }

.component-connect-socials a.icon-facebook {
  background: #2d5f9a; }

.component-connect-socials a.icon-facebook span {
  background: url(images/icons/icon-facebook-white.svg) no-repeat left 1px/17px;
  padding-left: 23px; }

.component-connect-socials a.icon-twitter span {
  background: url(images/icons/icon-twitter-white.svg) no-repeat left 1px/17px;
  padding-left: 23px; }

.component-connect-socials a.icon-twitter {
  background: #00c3f3; }

.component-register-login-form input {
  margin-bottom: 15px; }

.component-text-separator {
  margin: 23px 0 20px;
  position: relative; }

.component-text-separator:after {
  content: "";
  background: silver;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  margin: auto; }

.component-text-separator span {
  display: inline-block;
  background: white;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  font-size: 15px;
  line-height: 20px; }

/*POPUP END*/
.select2-container--default .select2-results__option[aria-selected="true"] {
  display: none !important; }

p.js-count-words {
  font-size: 15px;
  line-height: 20px;
  margin: -10px 0 20px 0;
  display: none; }

p.js-count-words.word-counter-visible {
  display: block; }

.component-custom-form .cafs-dropzone {
  border: 1px dashed #bcbcbc;
  background: #ecedf4;
  border-radius: 4px;
  min-height: 300px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.dropzone-placeholder {
  text-align: center;
  padding: 40px 10px 0; }

.dz-started .dropzone-placeholder {
  display: none; }

.dropzone-placeholder img {
  width: 40px;
  height: 40px; }

.dropzone-placeholder h3 {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 15px 0; }

.dropzone-placeholder p {
  font-size: 18px;
  line-height: 22px;
  color: #6b6b6b;
  margin: 0; }

.archive-pagination ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  flex-wrap: wrap; }

.archive-pagination ul a {
  display: block;
  background: white;
  font-size: 15px;
  line-height: 20px;
  padding: 5px 10px;
  margin: 0 5px 10px;
  border-radius: 8px;
  font-family: "open_sansbold", sans-serif; }

.archive-pagination ul a:hover,
.archive-pagination ul li.active a {
  background: #279eff;
  color: white; }

/*SEARCH BEGIN*/
.search-results-holder h3.search-title {
  text-align: center;
  background: #279eff;
  padding: 14px;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.search-results-holder {
  margin-bottom: 20px; }

.component-custom-form .dz-default.dz-message {
  margin: 0 0 30px 0px;
  text-align: center; }

p.text-no-result,
.text-success-message {
  font-size: 20px;
  line-height: 25px;
  font-family: "open_sansbold", sans-serif; }

a.text-success-message {
  text-decoration: underline; }

body.not-logged-in.page-template-template-alert .site-inner {
  min-height: 800px; }

/*SEARCH END*/
/*TEMPLATE ALERT SUCCESS BEGIN*/
/*body.page-template-template-alert-success .content-sidebar-wrap{
      display: block;
  }*/
/*TEMPLATE ALERT SUCCESS END*/
/*FORM DESCRIPTION SIDEBAR BEGIN*/
.component-form-guidelines {
  padding: 0 10px 10px; }

.component-form-guidelines h2 {
  margin: 0 -10px;
  font-size: 20px;
  line-height: 25px;
  font-family: "open_sansbold", sans-serif;
  color: white;
  background: #000000;
  padding: 10px;
  text-align: center; }

.single-component-form-guidelines {
  background: #f6f6f9;
  padding: 15px;
  margin: 10px 0;
  max-height: 78px;
  overflow: hidden;
  opacity: 0.3;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }

.single-component-form-guidelines.active-guideline {
  max-height: 100%;
  opacity: 1; }

.single-component-form-guidelines h4 {
  font-size: 16px;
  line-height: 21px;
  color: #2f2f2f;
  font-family: "open_sansbold", sans-serif;
  margin: 0;
  text-transform: none; }

.single-component-form-guidelines p {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  color: #2f2f2f; }

.dropzone-img-error-component {
  text-align: center;
  color: #ff0000 !important; }

/*FORM DESCRIPTION SIDEBAR END*/
/*FORM DISCLAIMER BEGIN*/
body.page-template-template-frontend-submit .disclaimer-error {
  color: red;
  font-size: 17px;
  line-height: 20px;
  margin: 15px 0;
  text-align: center; }

.component-disclaimer a,
.component-disclaimer label {
  font-size: 14px;
  line-height: 20px;
  margin: 15px 0;
  display: block; }

.component-disclaimer a {
  color: #000000;
  margin: 0;
  font-weight: bold; }

/*FORM DISCLAIMER END*/
/*DEFAULT SPINNER*/
.spinner-def {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #279eff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

#grid-masonry {
  opacity: 0; }

/*LOGIN FORM SPINNER BEGIN*/
.component-form-loader {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 103;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0; }

.spinner {
  width: 25%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  height: 15%;
  right: 0; }

.component-form-loader p {
  font-size: 28px;
  display: block;
  line-height: 32px;
  color: #279eff; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #279eff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*LOGIN FORM SPINNER END*/
/**
   * Masonry Grid
   */
.masonry-item {
  width: 50%;
  padding: 0 10px 20px; }

.masonry-item.has-img .component-post-category {
  margin: 0 auto -40px; }

.masonry-item .single-image-content-post {
  width: 100%;
  margin: 0; }

::-moz-selection {
  background-color: #279eff;
  color: #fff; }

::selection {
  background-color: #279eff;
  color: #fff; }

/* new-css */
.main_container_content {
  border: 0px;
  margin-bottom: 0; }

.container_helper_border {
  border: 2px dashed #000000;
  border-radius: 25px;
  padding: 4rem 3rem 2rem 3rem;
  margin-top: 3rem; }
  .container_helper_border p {
    color: #3f3f3f; }

.custom-search_single input[type="text"] {
  border: 1px solid #dedfe7;
  height: 60px;
  border-radius: 54px; }

.custom-search_single ::-webkit-input-placeholder {
  color: #000;
  font-style: italic;
  font-size: 18px; }

.custom-search_single ::-moz-placeholder {
  color: #000;
  font-style: italic;
  font-size: 18px; }

.custom-search_single :-ms-input-placeholder {
  color: #000;
  font-style: italic;
  font-size: 18px; }

.custom-search_single ::-ms-input-placeholder {
  color: #000;
  font-style: italic;
  font-size: 18px; }

.custom-search_single ::placeholder {
  color: #000;
  font-style: italic;
  font-size: 18px; }

.custom-search_single ::-webkit-input-placeholder {
  color: #000;
  font-style: italic;
  font-size: 18px; }

.custom-search_single ::-moz-placeholder {
  color: #000;
  font-style: italic;
  font-size: 18px; }

.custom-search_single ::-ms-input-placeholder {
  color: #000;
  font-style: italic;
  font-size: 18px; }

.custom-search_single :-moz-placeholder {
  color: #000;
  font-style: italic;
  font-size: 18px; }

.custom-search_single :-ms-input-placeholder {
  color: #000;
  font-style: italic;
  font-size: 18px; }

.component-main-container.button_scroll {
  background: #ea464c;
  border-radius: 0;
  border: 0px;
  color: white;
  text-align: left;
  padding: 20px 50px 20px 30px;
  font-size: 18px; }

.custom-search_single button[type="submit"] {
  font-size: 16px;
  line-height: 19px;
  color: white;
  padding: 20px 64px;
  display: inline-block;
  border-radius: 40px;
  margin: 0 auto 30px;
  width: 300px;
  font-family: "open_sansbold", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.search-form__wrap {
  position: relative;
  z-index: 0;
  max-width: 840px; }

.hero-image {
  -webkit-box-ordinal-group: 3;
          order: 2; }

.hero-content {
  -webkit-box-ordinal-group: 2;
          order: 1;
  margin-left: 3rem; }
  @media screen and (max-width: 767px) {
    .hero-content {
      margin-left: 0; } }

@media screen and (max-width: 767px) {
  .hero-image {
    display: none; } }

.full-width.after_header_section {
  background-image: url("images/home/hero_bg@2x.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0 0 8rem 0;
  position: relative; }
  .full-width.after_header_section .wrap {
    padding: 0; }
  @media screen and (max-width: 450px) {
    .full-width.after_header_section {
      padding-bottom: 4rem; } }

.page-single-category .full-width.after_header_section {
  padding: 40px 0 50px; }

.full-width.after_header_section h2 {
  font-size: calc(2.7rem + 0.5vw);
  line-height: calc(3rem + 0.5vw);
  margin-bottom: 40px;
  font-family: "open_sansextrabold", sans-serif; }
  @media screen and (max-width: 1050px) {
    .full-width.after_header_section h2 {
      padding-top: 3rem; } }
  @media screen and (max-width: 767px) {
    .full-width.after_header_section h2 {
      text-align: left;
      margin-left: auto;
      margin-right: auto;
      max-width: 26rem;
      margin-top: 3rem; } }
  @media screen and (max-width: 599px) {
    .full-width.after_header_section h2 {
      margin-top: 0; } }
  @media screen and (max-width: 450px) {
    .full-width.after_header_section h2 {
      text-align: center; } }
  .full-width.after_header_section h2 em {
    color: #279eff;
    font-style: normal; }

.content-layout {
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center; }

.search-form__wrap input[type="text"] {
  border: 0;
  background: white;
  display: block;
  width: 100%;
  padding: 15px 20px;
  border-radius: 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0px;
  font-size: 18px;
  padding: 22px;
  padding-left: 35px;
  box-shadow: 1px 8px 16px rgba(146, 146, 146, 0.2); }
  @media screen and (max-width: 767px) {
    .search-form__wrap input[type="text"] {
      width: calc(100vw - 3rem); } }
  @media screen and (max-width: 450px) {
    .search-form__wrap input[type="text"] {
      padding-left: 22px; } }

.search-form__wrap input[placeholder] {
  color: #5f708f; }

.search-form__wrap button.search-button {
  position: absolute;
  border-radius: 60px;
  right: 10px;
  top: 8px;
  font-family: "open_sanssemibold", sans-serif !important;
  font-weight: normal;
  font-size: 1rem;
  padding: 1rem 2.5rem; }
  @media only screen and (max-width: 1100px) {
    .search-form__wrap button.search-button {
      position: relative;
      border-radius: 60px;
      right: unset;
      top: unset;
      width: 100%;
      max-width: 10rem;
      margin: 15px 0 0 0; } }
  @media only screen and (max-width: 767px) {
    .search-form__wrap button.search-button {
      position: absolute;
      border-radius: 60px;
      right: 10px;
      top: 8px;
      font-family: "open_sanssemibold", sans-serif !important;
      font-weight: normal;
      padding: 1rem 2.5rem;
      margin: 0; } }
  @media only screen and (max-width: 600px) {
    .search-form__wrap button.search-button {
      right: 1rem; } }
  @media only screen and (max-width: 500px) {
    .search-form__wrap button.search-button {
      position: relative;
      border-radius: 60px;
      right: unset;
      top: unset;
      width: 100%;
      max-width: 10rem;
      margin: 15px 0 0 10px; } }

form#searchform {
  position: relative; }
  @media screen and (max-width: 767px) {
    form#searchform {
      margin-top: 5rem; } }
  @media screen and (max-width: 575px) {
    form#searchform {
      margin-top: 0; } }

.custom-search {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .custom-search {
      max-width: 35rem;
      margin-left: auto;
      margin-right: auto; } }

.content__text p {
  font-size: calc(1rem + 0.2vw);
  line-height: calc(1rem + 1vw);
  color: #5a5a5a;
  font-family: "open_sansregular", sans-serif; }
  @media screen and (max-width: 767px) {
    .content__text p {
      max-width: 26rem;
      margin: 0 auto; } }
  @media screen and (max-width: 599px) {
    .content__text p {
      max-width: auto; } }
  @media screen and (max-width: 450px) {
    .content__text p {
      text-align: center; } }

.recent_loop.white {
  background: white; }

.image-component-post-category {
  position: relative; }

.featured-home-item .component-post-category {
  background: #fff;
  margin: 0;
  padding: 10px 10px 4px 10px;
  opacity: 1; }

.featured-home-item .single-image-content-post--content {
  padding: 30px 20px 20px;
  margin-top: 0px;
  -webkit-box-flex: 1;
          flex-grow: 1; }

.featured-home-item:hover h3 a {
  color: #222222; }

ul#menu-main-navigation li a:hover {
  text-decoration: underline; }

ul#menu-main-navigation .current_page_item a {
  text-decoration: underline; }

.single-image-content-post--content h3 {
  font-family: "open_sansbold", sans-serif; }

.featured-home-item {
  background: white;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border: 1px solid #b0afaf;
  border-radius: 0; }

.featured-home-item .component-post-details__icons:before {
  content: "";
  height: 1px;
  position: absolute;
  background: #fff1f1;
  left: 20px;
  right: 20px;
  top: 0; }

.featured-home-item .component-post-details__icons {
  padding: 20px;
  position: relative;
  font-family: 'Roboto', sans-serif; }

#comments-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.component-post-details__icons p {
  color: #5f708f;
  font-size: 13px !important; }

.featured-home-item .single-image-content-post--image {
  border-radius: 0; }

.recent-home-item {
  display: -webkit-box;
  display: flex;
  height: 100%; }

.recent-home-item .single-image-content-post--content {
  padding: 0 2rem 2rem 2rem;
  margin-top: 0px;
  border: 1px solid #c7ddef;
  border-bottom: 4px solid #279eff;
  border-radius: 0;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%; }

.dropzone {
  border: 1px solid #bcbcbc !important; }

.single-image-content-post--content p {
  -webkit-box-flex: 1;
          flex-grow: 1; }

.recent-home-item .component-post-category a {
  color: white; }

span.border-bottom {
  height: 4px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.archive-pagination.pagination {
  margin: 50px 0 20px; }

.single_meta_date {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center; }

.single_meta_date p.date {
  font-size: 13px;
  color: #989898; }

span.icon-search {
  background: url(images/icons/icon-search-grey.svg) no-repeat center center/100%;
  font-size: 0;
  display: block;
  width: 22px;
  height: 25px;
  border: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: 99;
  top: 22px;
  left: 20px; }

.single {
  background: #f4f5fb; }

.featured_loop,
.recent_loop {
  padding-bottom: 20px; }

.featured_loop {
  background: #ffffff; }

.single-widget-component.single-widget-component_loop {
  border: 0px;
  padding: 0px;
  background: transparent; }

.single-widget-component.postmeta_sidebar_single {
  font-size: 15px;
  text-transform: capitalize; }

span.arroe_down {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 15px;
  background-image: url(images/icon-arrow-down-white.png);
  background-repeat: no-repeat;
  background-size: 100%; }

.page-single-category .full-width.after_header_section:after {
  content: "";
  background: url(images/footer-bg.png) repeat center center;
  height: 12px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0; }

a.wrong-info {
  text-align: center;
  background: #e8ecef;
  padding: 10px;
  border: none;
  border-radius: 4px;
  display: block;
  width: 100%;
  color: #6f6f6f;
  font-size: 13px;
  margin-top: 20px; }

p.single-text-span-widget {
  font-size: 14px;
  margin-bottom: 10px; }

div#respond h4 {
  font-size: 1.6rem;
  font-family: "open_sansbold", sans-serif;
  padding: 20px 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #292929; }

div#respond p label {
  font-family: "open_sansbold", sans-serif; }

div#respond p label span {
  color: red; }

form#commentform input[type="text"],
form#commentform textarea,
form#commentform input[type="email"],
form#commentform input[type="password"],
form#commentform select {
  border: 1px solid #e5e5ec;
  display: block;
  width: 100%;
  padding: 15px 20px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 25px;
  margin-top: 5px; }

form#commentform ::-webkit-input-placeholder {
  color: #757788;
  font-size: 14px; }

form#commentform ::-moz-placeholder {
  color: #757788;
  font-size: 14px; }

form#commentform :-ms-input-placeholder {
  color: #757788;
  font-size: 14px; }

form#commentform ::-ms-input-placeholder {
  color: #757788;
  font-size: 14px; }

form#commentform ::placeholder {
  color: #757788;
  font-size: 14px; }

form#commentform ::-webkit-input-placeholder {
  color: #757788;
  font-size: 14px; }

form#commentform ::-moz-placeholder {
  color: #757788;
  font-size: 14px; }

form#commentform ::-ms-input-placeholder {
  color: #757788;
  font-size: 14px; }

form#commentform :-moz-placeholder {
  color: #757788;
  font-size: 14px; }

form#commentform :-ms-input-placeholder {
  color: #757788;
  font-size: 14px; }

aside .review-wrapper {
  display: -webkit-box;
  display: flex; }

span.review-total-box {
  display: none; }

.single .component-page-details span.review-total-box {
  font-size: 10px;
  display: block !important; }

span.user-review-title {
  display: none !important; }

.user-review-area.review-wrapper {
  padding: 0;
  margin: 0 !important;
  margin-bottom: 0px !important;
  border: 0 !important; }

.user-review-area.review-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 0.4rem 0 0.3rem 0; }

#review-wrapper {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

p.rating-overall {
  font-family: "open_sansbold", sans-serif; }

span.title-raiting-star {
  display: block;
  margin-bottom: 20px;
  margin-top: 30px; }

.comment-author.vcard {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

label.wp_review_comment_title {
  font-size: 16px;
  font-family: "open_sansbold", sans-serif; }

.review-star .review-result-wrapper {
  margin-top: 6px !important; }

.wp-review-comment-rating.wp-review-comment-rating-star {
  margin-bottom: 20px; }

form#commentform input[type="submit"] {
  text-transform: uppercase;
  font-family: "open_sansbold", sans-serif;
  font-size: 16px; }

.comment-author.vcard img {
  border-radius: 100px;
  width: 80px; }

span.fn {
  font-family: "open_sansbold", sans-serif;
  margin-bottom: 5px;
  color: #000; }

span.ago {
  color: #9fa1a2;
  font-size: 12px;
  margin-bottom: 20px; }

.commenttext p {
  color: #595959;
  font-size: 15px;
  margin-bottom: 30px; }

.reply {
  color: #414141;
  background-color: #e9e9e9;
  text-transform: uppercase;
  float: left;
  padding: 0.25rem 2rem;
  margin-top: 2rem;
  margin-left: 1rem;
  font-size: 14px;
  border-radius: 4rem;
  font-family: "open_sansbold", sans-serif;
  position: relative; }

ol.commentlist {
  padding: 15px; }

.cld-like-dislike-wrap:before {
  content: "Did you find this review helpful?";
  font-size: 14px;
  color: #878787;
  margin-right: 20px; }

.review-total-only {
  padding: 0 !important;
  background: transparent !important;
  display: inline-block;
  border-radius: 3px;
  margin: 0; }

.featured-home-item .review-total-only {
  margin: 5px 0 15px; }

.raiting-stars-wrap .review-result-wrapper i,
.raiting-stars-wrap .review-result-wrapper img.wp-review-image {
  font-size: 16px !important; }

.component-page-details__location p {
  font-size: 14px;
  color: #414141; }

.single-widget-component.postmeta_sidebar_single {
  color: #414141;
  font-size: 14px; }

.site-title-logo {
  font-size: 0;
  background: url("images/logo.png") no-repeat center center;
  width: 260px;
  height: 60px; }

div#createalert {
  background: transparent; }

div#createalert h2 {
  color: white; }

.fancybox-is-open .fancybox-bg {
  opacity: 0.99 !important;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.create-alert-wrapper.grid-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }

#alert-helper input[type="text"],
#alert-helper textarea {
  padding-left: 60px; }

button.fancybox-button.fancybox-close-small {
  color: white !important;
  height: 60px !important;
  width: 100px !important; }

#alert-helper ::-webkit-input-placeholder {
  color: #000;
  font-size: 18px; }

#alert-helper ::-moz-placeholder {
  color: #000;
  font-size: 18px; }

#alert-helper :-ms-input-placeholder {
  color: #000;
  font-size: 18px; }

#alert-helper ::-ms-input-placeholder {
  color: #000;
  font-size: 18px; }

#alert-helper ::placeholder {
  color: #000;
  font-size: 18px; }

#alert-helper ::-webkit-input-placeholder {
  color: #000;
  font-size: 18px; }

#alert-helper ::-moz-placeholder {
  color: #000;
  font-size: 18px; }

#alert-helper ::-ms-input-placeholder {
  color: #000;
  font-size: 18px; }

#alert-helper :-moz-placeholder {
  color: #000;
  font-size: 18px; }

#alert-helper :-ms-input-placeholder {
  color: #000;
  font-size: 18px; }

span.title-alert--icon {
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(images/icons/title-alert-icon.svg);
  position: absolute;
  left: 30px;
  background-repeat: no-repeat; }

span.comment-alert--icon {
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(images/icons/comment-alert-icon.svg);
  position: absolute;
  left: 30px;
  background-repeat: no-repeat; }

input.form-disclaimer {
  margin-right: 10px; }

input.checkbox-component {
  margin-right: 10px; }

a.tos-link {
  margin-left: 22px;
  margin-top: 5px; }

.create-alert div#review {
  display: none; }

.create-alert {
  background: #f4f5fb; }

.create-alert .full-width.after_header_section {
  background-image: url(images/cretae-alert-bg.png);
  background-repeat: no-repeat;
  padding: 40px 0 40px;
  position: relative;
  background-size: cover; }

.create-alert .single-alertChoice-component {
  border: none;
  height: auto; }

.single-alertChoice-component_new h5 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center; }

.create-alert .single-alertChoice-component__icon svg {
  width: 50px;
  height: 50px;
  background-position: center center; }

.single-alertChoice-component_new.color-choice-green svg,
.single-alertChoice-component_new.color-choice-green svg path {
  fill: #98cb4a; }

.single-alertChoice-component_new.color-choice-green h5 {
  color: #98cb4a; }

.single-alertChoice-component_new.color-choice-purple h5 {
  color: #913ccd; }

.single-alertChoice-component_new.color-choice-purple svg,
.single-alertChoice-component_new.color-choice-purple svg path {
  fill: #913ccd; }

.single-alertChoice-component_new.color-choice-lightBlue h5 {
  color: #2ca8c2; }

.single-alertChoice-component_new.color-choice-lightBlue-1 h5 {
  color: #5481e6; }

.single-alertChoice-component_new.color-choice-lightBlue-1 svg,
.single-alertChoice-component_new.color-choice-lightBlue-1 svg path {
  fill: #5481e6 !important; }

.single-alertChoice-component_new.color-choice-lightBlue svg,
.single-alertChoice-component_new.color-choice-lightBlue svg path {
  fill: #2ca8c2 !important; }

.single-alertChoice-component_new.color-choice-orange h5 {
  color: #279eff; }

.single-alertChoice-component_new.color-choice-orange svg,
.single-alertChoice-component_new.color-choice-orange svg path,
.single-alertChoice-component_new.color-choice-orange svg circle {
  fill: #279eff; }

.single-alertChoice-component_new.color-choice-lightRed h5 {
  color: #f15f74; }

.single-alertChoice-component_new.color-choice-lightRed svg,
.single-alertChoice-component_new.color-choice-lightRed svg path {
  fill: #f15f74; }

.single-alertChoice-component_new.color-choice-red h5 {
  color: #f54236; }

.single-alertChoice-component_new.color-choice-red svg,
.single-alertChoice-component_new.color-choice-red svg path {
  fill: #f54236; }

.single-alertChoice-component_new.color-choice-blue h5 {
  color: #5481e6; }

.single-alertChoice-component_new.color-choice-blue svg,
.single-alertChoice-component_new.color-choice-blue svg path {
  fill: #5481e6; }

.single-alertChoice-component_new.color-choice-silver svg,
.single-alertChoice-component_new.color-choice-silver svg path {
  fill: #171717; }

.single-alertChoice-component_new.color-choice-silver:hover svg,
.single-alertChoice-component_new.color-choice-silver:hover svg path {
  fill: #a5a5a5 !important; }

.type-complaint.js-checkbox-validation.has-error {
  border: 1px solid red !important; }

.search.full-width-content main.content {
  max-width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
  min-width: 100%; }

.page-template-default.full-width-content main.content {
  max-width: 100%;
  margin-bottom: 20px;
  margin: 0; }

.page-template div#review {
  display: none !important; }

.single-alertChoice-component_wrap {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center; }

.page-template-template-alert-success-php .postmeta_sidebar_single {
  display: none; }

.page-template-template-create-alert-php .single-post-top-wrap {
  background: url(images/create-alert-header-bg.png) no-repeat center/cover;
  margin: 0;
  border-radius: 10px;
  padding: 30px 9%;
  min-height: 350px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  background-size: 100%; }

.create-alert---header h3 {
  font-family: Oswald;
  font-size: 36px;
  font-family: "open_sansbold", sans-serif; }

.create-alert---header h3 span {
  color: red; }

.create-alert---header p {
  font-size: 20px;
  color: #000; }

.create-alert---header p span {
  font-size: 20px;
  color: #0b61d7; }

.checkbox-group input[type="checkbox"] {
  display: none; }

.checkbox-group input[type="checkbox"]:checked + .single-alertChoice-component__icon--wrap:after {
  visibility: visible; }

.single-alertChoice-component__icon--wrap:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(images/icons/checked-icon.png);
  position: absolute;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  visibility: hidden;
  top: -5px;
  right: -5px; }

.single-alertChoice-component__icon--wrap {
  background: #fff;
  padding: 20px;
  position: relative; }

.checkbox-group input[type="checkbox"]:checked + .single-alertChoice-component__icon--wrap {
  background: #f4f5fb; }

.single-alertChoice-component__icon--wrap {
  pointer-events: auto;
  cursor: pointer; }

html {
  -webkit-transition: background-color 1s;
  transition: background-color 1s; }

html,
body {
  /* For the loading indicator to be vertically centered ensure */
  /* the html and body elements take up the full viewport */
  min-height: 100%; }

html.loading {
  /* Replace #333 with the background-color of your choice */
  /* Replace loading.gif with the loading image of your choice */
  background: #fff url(images/loader.gif) no-repeat 50% 50%;
  /* Ensures that the transition only runs in one direction */
  -webkit-transition: background-color 0;
  transition: background-color 0; }

body {
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in; }

html.loading body {
  /* Make the contents of the body opaque during loading */
  opacity: 0;
  /* Ensures that the transition only runs in one direction */
  -webkit-transition: opacity 0;
  transition: opacity 0; }

span.disclaimer-error-input,
span.disclaimer-error-texarea {
  color: white; }

.component-main-container.comments-form-custom {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.createalert-mobile a {
  margin: 0 15px !important;
  color: white !important; }

footer .createalert-mobile {
  display: none !important; }

/******************
  ** TRANSITIONS
  *******************/
.transition {
  -webkit-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s, -webkit-box-shadow 0.25s ease-in-out 0s;
  transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s;
  -webkit-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s;
  -moz-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s;
  -o-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s; }

/******************
  ** END TRANSITIONS
  *******************/
/* MEDIA QUERIES */
@media screen and (min-width: 990px) {
  .single-alertChoice-component_wrap div {
    min-width: 100px;
    position: relative; } }

@media only screen and (max-width: 1200px) {
  body.home main.content {
    max-width: 100%; }
  .page-template-template-create-alert-php .single-post-top-wrap {
    background-size: cover; }
  .component-alertChoices .wrap {
    padding: 40px 20px 40px; }
  .single-small-post-component__content,
  .component-main-container {
    width: 100%; }
  .component-main-container {
    max-width: 100%;
    min-width: 100%;
    padding: 0 10px 30px; } }
  @media only screen and (max-width: 1200px) and (max-width: 1200px) {
    .component-main-container {
      padding: 1rem 2rem 3rem 2rem; } }

@media only screen and (max-width: 1200px) {
  .component-primary-grid div.wrap > div.grid-flex {
    display: block; }
  img.helper-full-width-image {
    margin: 0 auto 15px;
    max-width: 100%;
    display: block; }
  .single-widget-component {
    max-width: 700px;
    margin: 0 auto 20px; }
  body.page .content-sidebar-wrap {
    display: block; }
  .site-header ul.menu a {
    margin: 0 10px; }
  .component-mainContainer,
  aside,
  body.page main.content {
    width: 100%;
    max-width: 100%;
    min-width: 100%; }
  .component-half-sections div.wrap > .grid-flex {
    display: block; }
  .site-footer .wrap {
    padding: 40px 20px; }
  .site-footer .about-us {
    max-width: 45%; }
  .site-footer .need-help {
    max-width: 30%; } }

@media only screen and (max-width: 990px) {
  .single-alertChoice-component_wrap {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
            align-items: center;
    flex-wrap: wrap; }
  .single-alertChoice-component_new {
    width: 150px; }
  .search-form__wrap {
    max-width: 750px;
    margin-bottom: 80px; } }

@media only screen and (max-width: 800px) {
  .single-alertChoice-component {
    height: 290px; }
  .single-alertChoice-component__icon svg {
    width: 60px;
    height: 60px; }
  .single-alertChoice-component h4 {
    font-size: 18px;
    line-height: 23px; } }

@media only screen and (max-width: 820px) {
  .single-mainContainer-component--container.grid-flex {
    display: block; }
  .component-mainContainer__half img {
    margin: 0 auto 15px;
    display: block; }
  .component-mainContainer__half {
    margin-bottom: 20px; } }

@media only screen and (max-width: 750px) {
  .custom-search_single button[type="submit"] {
    width: 100%; }
  .single-alertChoice-component_new {
    width: 150px; }
  .single-alertChoice-component_wrap {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
            align-items: center; }
  .single-image-content-post {
    width: 100%;
    margin: 0 0 20px 0; }
  .single-image-content-post img {
    width: 100%; } }

@media only screen and (max-width: 700px) {
  .single-alertChoice-component {
    width: 50%; }
  .component-page-details.grid-flex.grid-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center; }
  .component-top-posts .single-big-post-component,
  .single-big-post-component:nth-child(even),
  .single-big-post-component:nth-child(odd),
  .component-four-posts .single-big-post-component,
  .component-four-posts .single-big-post-component:nth-child(odd) {
    width: 100%;
    margin: 0 0 20px 0; } }

@media only screen and (max-width: 600px) {
  .nav-header {
    max-width: 280px; }
  .user-review-area .user-total-wrapper {
    text-align: center; }
  .single-alertChoice-component_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .site-header ul.menu a {
    text-transform: none; }
  .single-alertChoice-component {
    height: 190px; }
  .single-alertChoice-component h4 {
    text-transform: none;
    font-size: 17px;
    line-height: 23px; }
  div#createalert {
    padding: 20px; }
  form#commentform ::-webkit-input-placeholder {
    font-size: 14px; }
  form#commentform ::-moz-placeholder {
    font-size: 14px; }
  form#commentform :-ms-input-placeholder {
    font-size: 14px; }
  form#commentform ::-ms-input-placeholder {
    font-size: 14px; }
  form#commentform ::placeholder {
    font-size: 14px; }
  form#alert-helper ::-webkit-input-placeholder {
    font-size: 14px; }
  form#alert-helper ::-moz-placeholder {
    font-size: 14px; }
  form#alert-helper ::-ms-input-placeholder {
    font-size: 14px; }
  form#alert-helper :-moz-placeholder {
    font-size: 14px; }
  form#alert-helper :-ms-input-placeholder {
    font-size: 14px; }
  .component-alertChoices h1 {
    font-size: 27px;
    line-height: 33px; }
  h1,
  h1.entry-title {
    text-transform: none; }
  .component-page-details p {
    font-size: 12px;
    margin: 0 0 0 7px;
    padding-left: 7px; }
  .component-page-details p:before {
    left: -7px; }
  .single .component-post-details__icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start; }
  .single .component-post-author,
  .single .component-post-date {
    margin: 0 0 10px; }
  .component-main-container h1 {
    font-size: 40px;
    line-height: 46px; }
  .masonry-item {
    width: 100%; }
  .site-footer section.widget.widget_nav_menu {
    max-width: 100% !important; } }

@media only screen and (max-width: 500px) {
  .component-popup-register--inner {
    padding: 20px 10px 5px; }
  .component-popup-register--inner button.btn-default {
    width: 100%;
    display: block; } }

/* Customizations
    ---------------------------------------------------------------------- */
/* Hide create alert footer button */
.sticky a {
  display: none; }

/* Show create alert button */
@media only screen and (max-width: 990px) {
  .sticky a {
    display: block;
    position: fixed;
    bottom: 0;
    right: 1rem;
    background-color: #171717;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    line-height: 19px;
    color: white;
    background: #222;
    padding: 13px 64px;
    font-weight: 500;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .sticky a:hover,
  .sticky a:focus {
    background: #353434; } }

/* Force long usernames on Alert pages to break */
.text-wrap {
  overflow-wrap: break-word;
  margin-bottom: 1rem; }

/* No bg image for single.php blog posts. Reposition title */
body.post-template-default .single-post-top-wrap {
  background-image: none;
  margin: 0;
  border-radius: 10px 10px 0 0;
  padding: 90px 0 30px 0;
  min-height: auto;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

/* If blog entry, hide the single info box used on alerts */
body.post-template-default .single-widget-component.postmeta_sidebar_single {
  display: none; }

p.blog-meta {
  text-align: center;
  width: 100%;
  margin-top: 1rem;
  font-size: 70%;
  color: #333; }

hr.blog-title {
  border-top: 1px solid #999;
  width: 50px;
  margin: 15px auto 0 auto; }

/* Add styles formerly from: @media only screen and (max-width: 1100px) {
    This media query removed to make hamburger menu visible at all widths.
    ---------------------------------------------------------------------- */
li.menu-responsive-visible {
  display: block; }

.menu-trigger {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  right: auto;
  cursor: pointer; }

.component-four-posts .wrap > div.grid-flex {
  flex-wrap: wrap; }

.component-four-posts .single-big-post-component {
  width: 49%;
  margin: 0 0 20px 0; }

.component-four-posts .single-big-post-component:nth-child(odd) {
  margin-right: 2%; }

.nav-header {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 100;
  max-width: 370px;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  display: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.menu-init .nav-header,
.menu-init .main-overlay {
  display: block; }

.menu-ready .main-overlay {
  opacity: 1; }

.menu-ready .nav-header {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.nav-header ul.menu {
  display: block; }

.site-header ul.menu .sub-menu {
  position: static;
  box-shadow: 0 0 0;
  width: 100%;
  padding: 0 20px;
  opacity: 1; }

.site-header ul.menu li,
.site-header ul.menu .sub-menu a {
  padding: 0;
  margin: 0; }

.site-header ul.menu .sub-menu a {
  padding: 10px 0; }

.site-header ul.menu li.menu-item-has-children > a {
  background-position: right 10px center; }

.site-header ul.menu a {
  margin: 0;
  padding: 15px 10px; }

.header-widget-area .custom-widget {
  display: none; }

.site-header .wrap {
  display: block; }

.site-title a {
  margin: 0 auto; }

.site-header .title-area {
  max-width: 100%; }

/* End of former @media hamburger menu styles
    ---------------------------------------------------------------------- */
/* Comments area
    ---------------------------------------------------------------------- */
.total-comments {
  font-size: 1.3rem;
  margin: 0.25rem 1rem 1rem 0;
  text-transform: uppercase;
  font-family: "open_sansbold", sans-serif;
  float: left; }
  @media screen and (max-width: 900px) {
    .total-comments {
      float: none; } }

.commentlist {
  clear: both; }

.commentlist li {
  padding: 1.2rem 0 0.75rem 0;
  display: grid;
  grid-column-gap: 20px;
  grid-template-areas: "author" "comment"; }

.commentlist li > .comment-author {
  grid-area: "author"; }

.commentlist li > .commentmetadata {
  grid-area: "comment"; }

.commentmetadata {
  margin-left: 160px;
  clear: none; }

.comment-author {
  float: left;
  width: 150px;
  text-align: center;
  margin-top: 0px; }

.comment-author img {
  margin: 1rem auto 0 auto;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2); }

.ago {
  font-weight: bold;
  opacity: 0.75; }

.wp-review-comment-title {
  font-size: 1.3rem; }

.comment-text-inner {
  clear: none !important; }

.commenttext {
  position: relative;
  padding: 1rem 1rem 0 1rem;
  border-radius: 6px; }

.commenttext {
  margin-bottom: 1rem;
  min-height: 6.3rem; }

.commenttext p {
  margin-bottom: 0.5rem; }

.wp-review-comment-title {
  margin-bottom: 0rem; }

/*


 .wp-review-comment-title,
 .wp-review-usercomment-rating {
     padding-left: 1rem;
 }

 li.wp_review_comment .comment-text {
    margin-bottom: 1rem;
 }

 .wp-review-feedback {
     text-align: right;
     margin: 1rem 0 0 0;
 }

 */
@media (max-width: 599px) {
  .commentmetadata {
    margin-left: 0;
    clear: none; }
  Xli.comment .commenttext,
  .comment-text-inner {
    clear: none; }
  .comment-author {
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 0; }
  .comment-author:not(.commentlist li:nth-child(1) .comment-author) {
    margin-top: 0; }
  .comment-author img {
    display: none; }
  Xli.comment .commenttext:after,
  .comment-text-inner:after {
    display: none; }
  .wp-review-comment-title:not(.commentlist li:nth-child(1) .wp-review-comment-title) {
    border-top: 0;
    padding-top: 0; }
  span.fn {
    margin-bottom: 0; }
  .fn span,
  .ago {
    background: #e2e2e2;
    display: block;
    margin: 0;
    opacity: 1; }
  .fn span {
    padding: 0.5rem 1rem 0 1rem;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .ago {
    padding: 0 1rem 0.5rem 1rem;
    color: #888 !important; }
  .wp-review-usercomment-rating {
    background: #f0f0f0;
    margin: 0 !important; }
  .wp-review-comment-title {
    background: #f0f0f0; }
  .comment-author {
    background: #f0f0f0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; } }
/*# sourceMappingURL=style.css.map */